.main-tabs-nav p.title {
    width: 185px !important;
}
.exchange-item .item1{
    font-size: 14px;
    font-weight: 500;
    color: #909090;
}
.exchange-item .item1 .img{
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.exchange-item .item2{
    width: 336px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #FAFAFA;
    border-radius: 6px;
    color: #FAFAFA;
    font-size: 16px;
    margin-top: 14px;
    font-weight: bold;
    /*box-shadow: 0px 1px 14px 0px #ffffff;*/
}

.exchange-item .item3{
    margin-top: 40px;
}
.tag{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.tag .tagitem{
    width: 48px;
    height: 40px;
    border: 1px solid #fafafa;
    border-radius: 6px;
    line-height: 40px;
    color: #fafafa;
    text-align: center;
    margin-right: 10px;
}
.tag .tagitem:hover{
    cursor: pointer;
    font-weight: bold;
}
.tag .tagitem.active{
    color: #000000 !important;
    background-color: #FAFAFA;
    border: 1px solid #FAFAFA;
    font-weight: bold;
}
.tag .tagitem:last-child{
    margin-right: 0;
}
.exchange-input .layui-input{
    width: 100% !important;
}
.exchange-input{
    margin-top: 12px !important;
}
.itemtextcon{
    margin-top: 32px;
}
.itemtext{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.itemtext .txt{
    color: #909090;
    font-size: 12px;
}

.itemtext .txt:last-child{
    color: #fafafa;
}

.itemtextcon .btncon{
    display: flex;
    justify-content: space-between;
    margin-top: 49px;
}
.itemtextcon .btncon .tbn{
    width: 160px;
    height: 48px;
    background: #fafafa;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
    color: #000;
    border: 1px solid #fafafa;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
}
.buy-btn {
    transition: .5s all;
    border: 1px solid #00CC5A!important;
    background-color: #00CC5A!important;
    color: #FAFAFA!important;
}
.sell-btn {
    border: 1px solid #E5544E!important;
    background-color: #E5544E!important;
    color: #FAFAFA!important;
}