.search-module{
    display: none;
}

.btn-tracking {
    background-color: #e8363f;
    border-color: #e8363f;
    color: #fff;
    box-shadow: 0 0 30px 0 rgba(232, 54, 63, .2);
}

.btn-tracking:hover, .btn-tracking:active, .btn-tracking:focus{
    background: #e8363f !important;
    background-color: #e8363f !important;
    border-color: #e8363f !important;
}

.el-scrollbar__bar.is-vertical{
    display: none;
}

.select-token-select-style{
    min-width: unset !important;
}

.el-select-dropdown__wrap.el-scrollbar__wrap{
    overflow: hidden;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.el-select-dropdown__wrap{
    max-height: 350px;
}

.el-select-dropdown__list{
    padding: 0;
}

.el-select-dropdown__list .token-search-box{
    float: left;
    width: 230px;
    z-index: 1;
    border-radius: 4px 0 0 4px;
}

.el-select-dropdown__list .token-search-box .search-token-input{
    margin: 15px;
    width: 200px;
}
.el-select-dropdown__list .token-search-box .search-token-input .el-input__inner:focus { border-color: #888;}

.el-select-dropdown__list .token-search-box .chain-list{
    text-align: left;
    height: 288px;
    overflow-y: auto;
}

.el-select-dropdown__list .token-search-box .chain-list li.active{
    background-color: #F5F7FA;
    font-weight: bold;
}

.el-select-dropdown__list .token-search-box .chain-list li{
    padding: 8px 15px 8px 40px;
    position: relative;
}

.el-select-dropdown__list .token-search-box .chain-list li:hover{
    background-color: #F5F7FA;
}

.el-select-dropdown__list .token-search-box .chain-list li .icon-chain{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    left: 15px;
    overflow: hidden;
}

.el-select-dropdown__list .token-search-box .chain-list li .icon-chain img{
    width: 18px;
    height: 18px;
    transform: scale(1.4);
}

.el-select-dropdown__list .token-search-box .chain-list li .suffix{
    float: right;
    margin-top: 3px;
}

.el-select-dropdown__list .token-search-box .chain-list li .suffix.mtfont{
    margin-top: -1px;
}

.el-select-dropdown__list .token-search-box .chain-list .hot .icon-chain i{
    font-size: 22px;
    position: relative;
    top: -7px;
    left: -2px;
    color: #e8363f;
}

.el-select-dropdown__list .token-search-box .search-scroll{
    height: 288px;
    overflow-y: auto;
}

.el-select-dropdown__list .token-search-box .search-empty{
    border-radius: 4px;
}

.el-select-dropdown__list .token-scroll-box{
    float: left;
    width: 230px;
    height: 330px;
    overflow-y: auto;
    margin: 10px 0;
}
.el-select-dropdown__list .stop-bubbling, .stop-bubbling.hover{
    background: #fff;
    cursor: default;
}

.el-select-dropdown__list .stop-bubbling.selected{
    color: #606266;
    font-weight: 400;
}

.token-coin-select {
    text-align: left;
    margin-top: -3px;
}


.token-coin-select .icon-empty{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url("../images/select_token/pic-base.png") no-repeat 0 -132px;
    background-size: 100% auto;
    margin-top: 30px;
}

.token-coin-select .text-not-found{
    text-align: center;
    margin-bottom: 30px;
}

.token-coin-select .address{
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.token-coin-select .address i {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.token-coin-select .coin {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 5px;
    margin-left: -10px;
    height: 26px;
}

.token-coin-select .coin i {
    background-size: auto 950%;
    transform: scale(0.95);
}

.token-coin-select .chain{
    margin: 0;
    float: right;
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 2px;
    position: relative;
    top: 10px;
}

.search-box .address-top-head-select{
    width: 170px;
}

.search-box .address-top-head-select::before{
    content: "";
    position: absolute;
    top: 8px;
}

.search-box .el-input__inner{
    padding-left: 15px;
    padding-right: 27px;
}
.search-box .address-top-head-select .el-input__inner { 
    padding-left: 40px;
    padding-right: 30px;
}

.search-box .el-input__inner:focus {
    border-color: #888;
}

.search-box .address-search-input{
    width: 460px;
    margin-right: 10px;
}



i.token-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
}

i.icon-ETH { background: url("../images/select_token/icon-token.svg") no-repeat 1px -24px; background-size: auto 950%; }
i.icon-USDT-ERC20 {  background: url("../images/select_token/icon-token.svg") no-repeat 1px -49px; background-size: auto 950%; }
i.icon-USDC-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat 1px -74px; background-size: auto 950%; }
i.icon-USDT-TRC20 { background: url("../images/select_token/icon-token.svg") no-repeat 1px -98px; background-size: auto 950%; }
i.icon-WETH-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat 1px -123px; background-size: auto 950%; }
i.icon-BNB-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat 1px -147px; background-size: auto 950%; }
i.icon-UNI-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat 1px -172px; background-size: auto 950%; }
i.icon-BUSD-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat 1px -197px; background-size: auto 950%; }
i.icon-DAI-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat 1px -222px; background-size: auto 950%; }
i.icon-GRT-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -24px 1px; background-size: auto 950%; }
i.icon-ENS-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -24px -24px; background-size: auto 950%; }
i.icon-UST-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -24px -49px; background-size: auto 950%; }
i.icon-BNB { background: url("../images/select_token/icon-token.svg") no-repeat 1px -148px; background-size: auto 950%; }
i.icon-BUSD-BEP20 { background: url("../images/select_token/icon-token.svg") no-repeat 1px -197px; background-size: auto 950%; }
i.icon-USDT-BEP20 { background: url("../images/select_token/icon-token.svg") no-repeat -24px -73px; background-size: auto 950%; }
i.icon-WBNB-BEP20 { background: url("../images/select_token/icon-token.svg") no-repeat 1px -147px; background-size: auto 950%; }
i.icon-ETH-BEP20 { background: url("../images/select_token/icon-token.svg") no-repeat 1px -24px; background-size: auto 950%; }
i.icon-BTCB-BEP20 { background: url("../images/select_token/icon-token.svg") no-repeat -24px -123px; background-size: auto 950%; }
i.icon-DOGE-BEP20 { background: url("../images/select_token/icon-token.svg") no-repeat -24px -147px; background-size: auto 950%; }
i.icon-USDC-BEP20 { background: url("../images/select_token/icon-token.svg") no-repeat 1px -73px; background-size: auto 950%; }
i.icon-SHIB-BEP20 { background: url("../images/select_token/icon-token.svg") no-repeat -24px -172px; background-size: auto 950%; }
i.icon-UST-BEP20 { background: url("../images/select_token/icon-token.svg") no-repeat -24px -48px; background-size: auto 950%; }
i.icon-MATIC-Polygon { background: url("../images/select_token/icon-token.svg") no-repeat -73px -24px; background-size: auto 950%; }
i.icon-WMATIC-Polygon { background: url("../images/select_token/icon-token.svg") no-repeat -73px -48px; background-size: auto 950%; }
i.icon-WETH-Polygon { background: url("../images/select_token/icon-token.svg") no-repeat 1px -123px; background-size: auto 950%; }
i.icon-USDC-Polygon { background: url("../images/select_token/icon-token.svg") no-repeat 1px -74px; background-size: auto 950%; }
i.icon-USDT-Polygon { background: url("../images/select_token/icon-token.svg") no-repeat 1px -49px; background-size: auto 950%; }
i.icon-DAI-Polygon { background: url("../images/select_token/icon-token.svg") no-repeat 1px -222px; background-size: auto 950%; }
i.icon-WBTC-Polygon { background: url("../images/select_token/icon-token.svg") no-repeat -24px -197px; background-size: auto 950%; }
i.icon-AAVE-Polygon { background: url("../images/select_token/icon-token.svg") no-repeat -73px -73px; background-size: auto 950%; }
i.icon-LINK-Polygon { background: url("../images/select_token/icon-token.svg") no-repeat -49px 1px; background-size: auto 950%; }
i.icon-UNI-Polygon { background: url("../images/select_token/icon-token.svg") no-repeat 1px -172px; background-size: auto 950%; }
i.icon-UST-Polygon { background: url("../images/select_token/icon-token.svg") no-repeat -24px -49px; background-size: auto 950%; }
i.icon-SUSHI-Polygon { background: url("../images/select_token/icon-token.svg") no-repeat -49px -73px; background-size: auto 950%; }
i.icon-renBTC-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -24px -98px; background-size: auto 950%; }
i.icon-WBTC-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -24px -197px; background-size: auto 950%; }
i.icon-TUSD-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -24px -222px; background-size: auto 950%; }
i.icon-SHIB-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -24px -172px; background-size: auto 950%; }
i.icon-LINK-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -49px 1px; background-size: auto 950%; }
i.icon-BAT-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -49px -24px; background-size: auto 950%; }
i.icon-CRO-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -49px -49px; background-size: auto 950%; }
i.icon-SUSHI-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -49px -74px; background-size: auto 950%; }
i.icon-stETH-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -49px -98px; background-size: auto 950%; }
i.icon-CRV-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -49px -123px; background-size: auto 950%; }
i.icon-CVX-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -49px -148px; background-size: auto 950%; }
i.icon-cvxCRV-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -49px -172px; background-size: auto 950%; }
i.icon-3Crv-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -49px -197px; background-size: auto 950%; }
i.icon-LOOKS-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -49px -222px; background-size: auto 950%; }
i.icon-USDC-TRC20 { background: url("../images/select_token/icon-token.svg") no-repeat 1px -74px; background-size: auto 950%; }
i.icon-IOTX-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -73px 1px; background-size: auto 950%;}
i.icon-IOTX{ background: url("../images/select_token/icon-token.svg") no-repeat -73px 1px; background-size: auto 950%;}
i.icon-VITA-IoTeX { background: url("../images/select_token/icon-token.svg") no-repeat -73px -147px; background-size: auto 950%;}
i.icon-USDT-IoTeX { background: url("../images/select_token/icon-token.svg") no-repeat 1px -49px; background-size: auto 950%;}
i.icon-BUSD_b-IoTeX { background: url("../images/select_token/icon-token.svg") no-repeat 1px -197px; background-size: auto 950%;}
i.icon-WIOTX-IoTeX { background: url("../images/select_token/icon-token.svg") no-repeat -73px -172px; background-size: auto 950%;}
i.icon-CIOTX-IoTeX { background: url("../images/select_token/icon-token.svg") no-repeat -73px -197px; background-size: auto 950%;}
i.icon-CYC-IoTeX { background: url("../images/select_token/icon-token.svg") no-repeat -73px -222px; background-size: auto 950%;}
i.icon-BNB-IoTeX { background: url("../images/select_token/icon-token.svg") no-repeat 1px -148px; background-size: auto 950%;}
i.icon-USDC-IoTeX { background: url("../images/select_token/icon-token.svg") no-repeat 1px -73px; background-size: auto 950%;}
i.icon-ETH-IoTeX { background: url("../images/select_token/icon-token.svg") no-repeat 1px -24px; background-size: auto 950%;}
i.icon-GFT-IoTeX { background: url("../images/select_token/icon-token.svg") no-repeat -98px 1px; background-size: auto 950%;}
i.icon-AVAX-Avalanche { background: url("../images/select_token/icon-token.svg") no-repeat -73px -98px; background-size: auto 950%;}
i.icon-WAVAX-Avalanche{ background: url("../images/select_token/icon-token.svg") no-repeat -73px -123px; background-size: auto 950%;}
i.icon-BTC-b-Avalanche { background: url("../images/select_token/icon-token.svg") no-repeat -24px -123px; background-size: auto 950%; }
i.icon-USDT-Avalanche { background: url("../images/select_token/icon-token.svg") no-repeat 1px -49px; background-size: auto 950%; }
i.icon-USDT-e-Avalanche { background: url("../images/select_token/icon-token.svg") no-repeat 1px -49px; background-size: auto 950%; }
i.icon-USDC-Avalanche { background: url("../images/select_token/icon-token.svg") no-repeat 1px -74px; background-size: auto 950%; }
i.icon-USDC-e-Avalanche { background: url("../images/select_token/icon-token.svg") no-repeat 1px -74px; background-size: auto 950%; }
i.icon-WETH-e-Avalanche { background: url("../images/select_token/icon-token.svg") no-repeat 1px -123px; background-size: auto 950%; }
i.icon-DAI-e-Avalanche { background: url("../images/select_token/icon-token.svg") no-repeat 1px -222px; background-size: auto 950%; }
i.icon-WBTC-e-Avalanche { background: url("../images/select_token/icon-token.svg") no-repeat -24px -197px; background-size: auto 950%; }
i.icon-ETH-Arbitrum { background: url("../images/select_token/icon-token.svg") no-repeat  1px -24px; background-size: auto 950%; }
i.icon-USDT-Arbitrum { background: url("../images/select_token/icon-token.svg") no-repeat  1px -49px; background-size: auto 950%; }
i.icon-USDC-Arbitrum { background: url("../images/select_token/icon-token.svg") no-repeat  1px -74px; background-size: auto 950%; }
i.icon-WETH-Arbitrum { background: url("../images/select_token/icon-token.svg") no-repeat  1px -123px; background-size: auto 950%; }
i.icon-DAI-Arbitrum { background: url("../images/select_token/icon-token.svg") no-repeat  1px -222px; background-size: auto 950%; }
i.icon-WBTC-Arbitrum { background: url("../images/select_token/icon-token.svg") no-repeat  -24px -197px; background-size: auto 950%; }
i.icon-LINK-Arbitrum { background: url("../images/select_token/icon-token.svg") no-repeat  -49px 1px; background-size: auto 950%; }
i.icon-GMX-Arbitrum { background: url("../images/select_token/icon-token.svg") no-repeat  -98px -23px; background-size: auto 950%; }
i.icon-sbfGMX-Arbitrum { background: url("../images/select_token/icon-token.svg") no-repeat  -98px -23px; background-size: auto 950%; }
i.icon-STG-Arbitrum { background: url("../images/select_token/icon-token.svg") no-repeat  -98px -73px; background-size: auto 950%; }
i.icon-MAGIC-Arbitrum { background: url("../images/select_token/icon-token.svg") no-repeat  -98px -49px; background-size: auto 950%; }
i.icon-DAI-BEP20 { background: url("../images/select_token/icon-token.svg") no-repeat  1px -222px; background-size: auto 950%; }
i.icon-Cake-BEP20 { background: url("../images/select_token/icon-token.svg") no-repeat  -98px -98px; background-size: auto 950%; }
i.icon-APE-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat  -98px -123px; background-size: auto 950%; }
i.icon-ARB-Arbitrum { background: url("../images/select_token/icon-token.svg") no-repeat  -98px -148px; background-size: auto 950%; }
i.icon-BTC{ background: url("../images/select_token/icon-token.svg") no-repeat -24px -123px; background-size: auto 950%; }
i.icon-ETH-Optimism { background: url("../images/select_token/icon-token.svg") no-repeat 1px -24px; background-size: auto 950%; }
i.icon-USDT-Optimism {  background: url("../images/select_token/icon-token.svg") no-repeat 1px -49px; background-size: auto 950%; }
i.icon-USDC-Optimism { background: url("../images/select_token/icon-token.svg") no-repeat 1px -74px; background-size: auto 950%; }
i.icon-OP-Optimism { background: url("../images/select_token/icon-token.svg") no-repeat -98px -172px; background-size: auto 950%; }
i.icon-DAI-Optimism { background: url("../images/select_token/icon-token.svg") no-repeat  1px -222px; background-size: auto 950%; }
i.icon-WBTC-Optimism { background: url("../images/select_token/icon-token.svg") no-repeat  -24px -197px; background-size: auto 950%; }
i.icon-WETH-Optimism { background: url("../images/select_token/icon-token.svg") no-repeat  1px -123px; background-size: auto 950%; }
i.icon-SNX-Optimism { background: url("../images/select_token/icon-token.svg") no-repeat -98px -197px; background-size: auto 950%; }
i.icon-sUSD-Optimism { background: url("../images/select_token/icon-token.svg") no-repeat -98px -222px; background-size: auto 950%; }
i.icon-VELO-Optimism { background: url("../images/select_token/icon-token.svg") no-repeat -122px 1px; background-size: auto 950%; }
i.icon-PYUSD-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -122px -24px; background-size: auto 950%; }
i.icon-ETH-Base { background: url("../images/select_token/icon-token.svg") no-repeat 1px -24px; background-size: auto 950%; }
i.icon-TRX { background: url("../images/select_token/icon-token.svg") no-repeat -122px -49px; background-size: auto 950%; }
i.icon-MEME-ERC20 { background: url("../images/select_token/icon-token.svg") no-repeat -122px -74px; background-size: auto 950%; }
i.icon-ETH-zkSync { background: url("../images/select_token/icon-token.svg") no-repeat 1px -24px; background-size: auto 950%; }
i.icon-BCH-BEP20 { background: url("../images/select_token/icon-token.svg") no-repeat -122px -99px; background-size: auto 950%; }
i.icon-USDC-Base { background: url("../images/select_token/icon-token.svg") no-repeat 1px -73px; background-size: auto 950%; }
i.icon-USDbC-Base { background: url("../images/select_token/icon-token.svg") no-repeat -122px -123px; background-size: auto 950%; }
i.icon-WETH-Base { background: url("../images/select_token/icon-token.svg") no-repeat 1px -123px; background-size: auto 950%; }
i.icon-DEGEN-Base { background: url("../images/select_token/icon-token.svg") no-repeat -122px -148px; background-size: auto 950%; }
i.icon-DAI-Base { background: url("../images/select_token/icon-token.svg") no-repeat 1px -222px; background-size: auto 950%; }
i.icon-cbETH-Base { background: url("../images/select_token/icon-token.svg") no-repeat -122px -172px; background-size: auto 950%; }
i.icon-TON { background: url("../images/select_token/icon-token.svg") no-repeat -122px -197px; background-size: auto 950%; }
i.icon-ZK-zkSync { background: url("../images/select_token/icon-token.svg") no-repeat -122px -222px; background-size: auto 950%; }
i.icon-WLD-Optimism { background: url("../images/select_token/icon-token.svg") no-repeat -147px 0; background-size: auto 950%; }
i.icon-SOL { background: url("../images/select_token/icon-token.svg") no-repeat -147px -25px; background-size: auto 950%; }


.el-select::before { position: absolute; top: 10px; left: 12px; display: inline-block; content: ''; width: 25px; height: 25px; background: url("../images/select_token/icon-token.svg") no-repeat 0 0; background-size: auto 980%; }
.icon-ETH::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -23px; background-size: auto 930%; }
.icon-USDT-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -46px; background-size: auto 930%; }
.icon-USDC-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -69px; background-size: auto 930%; }
.icon-USDT-TRC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -93px; background-size: auto 930%; }
.icon-WETH-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -116px; background-size: auto 930%; }
.icon-BNB-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -139px; background-size: auto 930%; }
.icon-UNI-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -162px; background-size: auto 930%; }
.icon-BUSD-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -185px; background-size: auto 930%; }
.icon-DAI-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -209px; background-size: auto 930%; }
.icon-GRT-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px 1px; background-size: auto 930%; }
.icon-ENS-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -23px; background-size: auto 930%; }
.icon-UST-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -46px; background-size: auto 930%; }
.icon-BNB::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -139px; background-size: auto 930%; }
.icon-BUSD-BEP20::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -185px; background-size: auto 930%; }
.icon-USDT-BEP20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -69px; background-size: auto 930%; }
.icon-WBNB-BEP20::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -139px; background-size: auto 930%; }
.icon-ETH-BEP20::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -22px; background-size: auto 930%; }
.icon-BTCB-BEP20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -116px; background-size: auto 930%; }
.icon-DOGE-BEP20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -139px; background-size: auto 930%; }
.icon-USDC-BEP20::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -69px; background-size: auto 930%; }
.icon-SHIB-BEP20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -162px; background-size: auto 930%; }
.icon-UST-BEP20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -46px; background-size: auto 930%; }
.icon-MATIC-Polygon::before{ background: url("../images/select_token/icon-token.svg") no-repeat -69px -22px; background-size: auto 930%; }
.icon-WMATIC-Polygon::before{ background: url("../images/select_token/icon-token.svg") no-repeat -69px -46px; background-size: auto 930%; }
.icon-WETH-Polygon::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -115px; background-size: auto 930%; }
.icon-USDC-Polygon::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -69px; background-size: auto 930%; }
.icon-USDT-Polygon::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -46px; background-size: auto 930%; }
.icon-DAI-Polygon::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -209px; background-size: auto 930%; }
.icon-WBTC-Polygon::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -186px; background-size: auto 930%; }
.icon-AAVE-Polygon::before{ background: url("../images/select_token/icon-token.svg") no-repeat -69px -69px; background-size: auto 930%; }
.icon-LINK-Polygon::before{ background: url("../images/select_token/icon-token.svg") no-repeat -46px 1px; background-size: auto 930%; }
.icon-UNI-Polygon::before{ background: url("../images/select_token/icon-token.svg") no-repeat 2px -162px; background-size: auto 930%; }
.icon-UST-Polygon::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -46px; background-size: auto 930%; }
.icon-SUSHI-Polygon::before{ background: url("../images/select_token/icon-token.svg") no-repeat -45px -69px; background-size: auto 930%; }
.icon-renBTC-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -92px; background-size: auto 930%; }
.icon-WBTC-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -186px; background-size: auto 930%; }
.icon-TUSD-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -209px; background-size: auto 930%; }
.icon-SHIB-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -163px; background-size: auto 930%; }
.icon-LINK-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -46px 1px; background-size: auto 930%; }
.icon-BAT-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -46px -23px; background-size: auto 930%; }
.icon-CRO-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -45px -46px; background-size: auto 930%; }
.icon-SUSHI-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -45px -69px; background-size: auto 930%; }
.icon-stETH-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -46px -93px; background-size: auto 930%; }
.icon-CRV-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -46px -116px; background-size: auto 930%; }
.icon-CVX-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -46px -139px; background-size: auto 930%; }
.icon-cvxCRV-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -46px -162px; background-size: auto 930%; }
.icon-3Crv-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -46px -186px; background-size: auto 930%; }
.icon-LOOKS-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -46px -209px; background-size: auto 930%; }
.icon-USDC-TRC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -69px; background-size: auto 930%; }
.icon-IOTX-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -69px 1px; background-size: auto 930%; }
.icon-IOTX::before{ background: url("../images/select_token/icon-token.svg") no-repeat -69px 1px; background-size: auto 930%; }
.icon-VITA-IoTeX &::before{ background: url("../images/select_token/icon-token.svg") no-repeat -69px -139px; background-size: auto 930%; }
.icon-USDT-IoTeX &::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -46px; background-size: auto 930%; }
.icon-BUSD_b-IoTeX &::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -185px; background-size: auto 930%; }
.icon-WIOTX-IoTeX &::before{ background: url("../images/select_token/icon-token.svg") no-repeat -69px -162px; background-size: auto 930%; }
.icon-CIOTX-IoTeX &::before{ background: url("../images/select_token/icon-token.svg") no-repeat -69px -185px; background-size: auto 930%; }
.icon-CYC-IoTeX &::before{ background: url("../images/select_token/icon-token.svg") no-repeat -69px -209px; background-size: auto 930%; }
.icon-BNB-IoTeX &::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -139px; background-size: auto 930%; }
.icon-USDC-IoTeX &::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -69px; background-size: auto 930%; }
.icon-ETH-IoTeX &::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -23px; background-size: auto 930%; }
.icon-GFT-IoTeX &::before{ background: url("../images/select_token/icon-token.svg") no-repeat -92px 1px; background-size: auto 930%; }
.icon-AVAX-Avalanche::before{ background: url("../images/select_token/icon-token.svg") no-repeat -69px -93px; background-size: auto 930%; }
.icon-WAVAX-Avalanche::before{ background: url("../images/select_token/icon-token.svg") no-repeat -69px -116px; background-size: auto 930%; }
.icon-BTC-b-Avalanche::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -116px; background-size: auto 930%; }
.icon-USDT-Avalanche::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -46px; background-size: auto 930%; }
.icon-USDT-e-Avalanche::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -46px; background-size: auto 930%; }
.icon-USDC-Avalanche::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -69px; background-size: auto 930%; }
.icon-USDC-e-Avalanche::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -69px; background-size: auto 930%; }
.icon-WETH-e-Avalanche::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -115px; background-size: auto 930%; }
.icon-DAI-e-Avalanche::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -209px; background-size: auto 930%; }
.icon-WBTC-e-Avalanche::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -186px; background-size: auto 930%; }
.icon-ETH-Arbitrum::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -23px; background-size: auto 930%; }
.icon-USDT-Arbitrum::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -46px; background-size: auto 930%; }
.icon-USDC-Arbitrum::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -69px; background-size: auto 930%; }
.icon-WETH-Arbitrum::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -115px; background-size: auto 930%; }
.icon-DAI-Arbitrum::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -209px; background-size: auto 930%; }
.icon-WBTC-Arbitrum::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -186px; background-size: auto 930%; }
.icon-LINK-Arbitrum::before{ background: url("../images/select_token/icon-token.svg") no-repeat -46px 1px; background-size: auto 930%; }
.icon-GMX-Arbitrum::before{ background: url("../images/select_token/icon-token.svg") no-repeat -92px -21px; background-size: auto 930%; }
.icon-sbfGMX-Arbitrum::before{ background: url("../images/select_token/icon-token.svg") no-repeat -92px -21px; background-size: auto 930%; }
.icon-STG-Arbitrum::before{ background: url("../images/select_token/icon-token.svg") no-repeat -92px -69px; background-size: auto 930%; }
.icon-MAGIC-Arbitrum::before{ background: url("../images/select_token/icon-token.svg") no-repeat -92px -46px; background-size: auto 930%; }
.icon-DAI-BEP20::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -209px; background-size: auto 930%; }
.icon-Cake-BEP20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -92px -93px; background-size: auto 930%; }
.icon-APE-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -92px -116px; background-size: auto 930%; }
.icon-ARB-Arbitrum::before{ background: url("../images/select_token/icon-token.svg") no-repeat -92px -139px; background-size: auto 930%; }
.icon-BTC::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -116px; background-size: auto 930%; }
.icon-ETH-Optimism::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -23px; background-size: auto 930%; }
.icon-USDT-Optimism::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -46px; background-size: auto 930%; }
.icon-USDC-Optimism::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -69px; background-size: auto 930%; }
.icon-OP-Optimism::before{ background: url("../images/select_token/icon-token.svg") no-repeat -92px -163px; background-size: auto 930%; }
.icon-DAI-Optimism::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -209px; background-size: auto 930%; }
.icon-WBTC-Optimism::before{ background: url("../images/select_token/icon-token.svg") no-repeat -22px -186px; background-size: auto 930%; }
.icon-WETH-Optimism::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -115px; background-size: auto 930%; }
.icon-SNX-Optimism::before{ background: url("../images/select_token/icon-token.svg") no-repeat -92px -186px; background-size: auto 930%; }
.icon-sUSD-Optimism::before{ background: url("../images/select_token/icon-token.svg") no-repeat -92px -210px; background-size: auto 930%; }
.icon-VELO-Optimism::before{ background: url("../images/select_token/icon-token.svg") no-repeat -116px 0; background-size: auto 930%; }
.icon-PYUSD-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -116px -23px; background-size: auto 930%; }
.icon-ETH-Base::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -23px; background-size: auto 930%; }
.icon-TRX::before{ background: url("../images/select_token/icon-token.svg") no-repeat -116px -47px; background-size: auto 930%; }
.icon-MEME-ERC20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -116px -70px; background-size: auto 930%; }
.icon-ETH-zkSync::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -23px; background-size: auto 930%; }
.icon-BCH-BEP20::before{ background: url("../images/select_token/icon-token.svg") no-repeat -116px -94px; background-size: auto 930%; }
.icon-USDC-Base::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -69px; background-size: auto 930%; }
.icon-USDbC-Base::before{ background: url("../images/select_token/icon-token.svg") no-repeat -116px -117px; background-size: auto 930%; }
.icon-WETH-Base::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -115px; background-size: auto 930%; }
.icon-DEGEN-Base::before{ background: url("../images/select_token/icon-token.svg") no-repeat -116px -140px; background-size: auto 930%; }
.icon-DAI-Base::before{ background: url("../images/select_token/icon-token.svg") no-repeat 1px -209px; background-size: auto 930%; }
.icon-cbETH-Base::before{ background: url("../images/select_token/icon-token.svg") no-repeat -116px -163px; background-size: auto 930%; }
.icon-TON::before{ background: url("../images/select_token/icon-token.svg") no-repeat -116px -186px; background-size: auto 930%; }
.icon-ZK-zkSync::before{ background: url("../images/select_token/icon-token.svg") no-repeat -116px -210px; background-size: auto 930%; }
.icon-WLD-Optimism::before{ background: url("../images/select_token/icon-token.svg") no-repeat -138px 0; background-size: auto 930%; }
.icon-SOL::before{ background: url("../images/select_token/icon-token.svg") no-repeat -138px -23px; background-size: auto 930%; }

/*----*/
.el-select-dropdown__item.selected { color: #e8363f;}
.el-select-dropdown__list .token-search-box .chain-list li .suffix.mtfont.mt-suoding { color: #bbb;}



