@import url(../../css/public.css);
@import url(../../css/bootstrap/css/bootstrap.min.css);
* {
    -webkit-text-size-adjust: none;
}
.content{
    height: calc(100% - 80px);
}

.orderContent{
    padding: 0px;
    position: relative;
    z-index: 1;
}
.imageBg{
    z-index: 2;
    width: 100%;
    min-height: 150px;
    display: block;
    margin-top:50px;
}
.imageBg img{
    min-height: 150px;
}
.account{
    position: absolute;
    z-index: 20;
    top:60px;
    width: 100%;
    color: #fff;
}
.balance{
    font-size: 40px;
    font-weight: 500;
}
.charge{
    background-color: #fff;
    /* padding-left: 40px; */
    padding: 0 25px;
}
.el-tabs__item{
font-size: 16px;
    color: #999;
}
.el-tabs__nav{
    padding-top: 10px;
    padding-bottom: 10px;
}
.money{
    width: 100%;
    max-width: 225px;
    min-width: 150px;
    height: 90px;
    font-size: 26px;
    text-align: center;
    line-height: 90px;
    border: 2px solid #e4e4e4 !important;
    border-radius: 15px;
    cursor: pointer;
    color: #666 !important;
    background: rgba(228, 228, 228, 0.22) !important;
}
.current{
    font-size: 16px;
}
.moneyContent{
    padding-top: 40px;
    padding-bottom:40px;
}
.moneyActive{
    border: 2px solid #f70 !important;
    color: #f70 !important;
}
.benefit{
    padding-top: 20px;
    background-color: #fff;
    padding-bottom: 50px;
}
.itemBen{
    background-color: #faeee4;
    border-radius: 5px;
    height: 380px !important;
}
.bens {
    list-style: none;
    padding: 0px 40px;
}
.bens li{
    width: 50%;
    float: left;
    border-bottom: 1px solid rgba(255, 119, 0, 0.15);
    padding: 25px 0px;
    margin: 0px;
    white-space: nowrap;
}
.bens li:nth-child(even){
    color: #f70;
    text-align: center;
    box-sizing: border-box;
    padding-right: 30px;
}
.amounts{
    font-size: 24px;
    color: #f70;
}
.hoverImg{
    cursor: pointer;
    position: relative;
    /* width: 40%; */
    text-align: center;
    opacity: 0.85;
}
.hoverImg:hover{
    opacity: 0.85;
}
.icon-dagou1{
    color: #fff;
    position: absolute;
    right: 20%;
    bottom: 20px;
    font-size: 22px;
}
.bankAcount {
    list-style: none;
    padding: 0;
    box-sizing: border-box;
}
.bankAcount li{
    display: inline-block;
    margin: 0px;
    box-sizing: border-box;
}
.bankAcount li:nth-child(odd){
    text-align: right;
    box-sizing: border-box;
    width: 22%;
    padding-bottom: 20px;
    font-size: 12px;
    color: #999;
}
.bankAcount li:nth-child(even){
    margin-left: 2%;
    text-align: left;
    width: 60%;
    box-sizing: border-box;
    padding-bottom: 20px;
    font-size: 12px;
    color: #666;
}
.bankAcount1{
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.centent{
    text-align: center;
}
.footer{
    width: 100%;
    background-color: #2b2b2b;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.index-top{
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px -4px rgb(0 0 0 / 49%);
    /* min-width: 1200px; */
    height: 80px;
}

.tableHeaderClass{
    background-color: #f5f5f5 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding:0px !important;
}
.souringtInput .el-upload__input{
    display: none !important;
}