.main-tabs-nav {
    display: flex;
}


.select{
    width: 100%;
    background: no-repeat;
    border: none;
    color: rgba(255, 255, 255, 0.25);
}
.exchange-input .layui-input{
    line-height: 40px;
}
.layui-form-select .layui-edge {
    border-top-color: #9193A6;
}
.recharge-form .layui-form-input, .chash-form .layui-form-input{
    float: none !important;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.05);
    margin-left: 0px;
    border-radius: 6px;
    margin-top: 0px;
}
.exchange-input .layui-form-select {
    width: 100%;
}
.recharge-form .layui-form-label{
    float: none !important;
    width: auto !important;
}
.recharge-form{
    margin: 0 !important;
    width: auto !important;
}
.recharge-form{
    overflow: visible !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recharge-form .s1{
    color: #909090;
}
.mar200{
    margin-top: 233px !important;
}
.main-delegate{
    position: relative;
}
.houjia{
    position: absolute;
    right: 28px;
    top: 20px;
}
.houjia span{
    color: #fff;
    font-size: 16px;
    margin-right: 30px;
}
.houjia span:hover{
    cursor: pointer;

}
.mar30{
    margin-top: 30px !important;
}
.blockFlex {
    display: flex;
    justify-content: center;
    margin-right: 10px;
}

.tag{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.tag .tagitem{
    width: 70px;
    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;
}
.tag .tagitem.active{
    color: #000 !important;
    background-color: #FAFAFA;
    border: 1px solid #FAFAFA;
    font-weight: bold;
}
.tag .tagitem:last-child{
    margin-right: 0;
}

.layui-form-item {
    margin-top: 3px;
}


