body {
    margin: 0px;
    font-family: AvenirNext, AvenirNext;
}
.main {
    margin-bottom: 70px;
}
.header {
    background: #000000;
    height: 70px;
    line-height: 70px;
    color: #FFFFFF;
}
footer {
    background: #3C3C3C;
    font-size: 15px;
    line-height: 2em;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}
footer a {
    color: #CECECE;
    text-underline: none !important;
}
.footerLine {
    width: 312px;
    height: 1px;
    background: #494949;
}
.copyright {
    font-size: 13px;
    color: #979797;
}

.fl-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fl-sa {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.fl-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fl {
    display: flex;
    align-items: center;
}

.red { color: red;}
.f40 { font-size: 40px; }
.f32 { font-size: 32px; }
.f26 { font-size: 26px; }
.f18 { font-size: 18px; }
.fh1 { line-height: 1em; }
.fh15 { line-height: 1.5em; }
.fwb { font-weight: bold; }
.pdt50 { padding-top: 50px; }
.pdt30 { padding-top: 30px; }
.pdl30 { padding-left: 30px; }
.pdh20 { padding-left: 20px; padding-right: 20px;}
.w60 { width: 60px; display: inline-block }
.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }

.avatar {
    width: 45px;
    height: 45px;
    border-radius: 22px;
    margin-right: 3px;
}

.uid {
    color: #CECECE;
    font-size: 13px;
}

.sec1 {
    margin-top: 20px;
    background-image: url("/assets/images/liverWeb/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 302px;
    text-align: center;
    padding: 20px 0;
}
.withdrawBtn {
    width: 400px;
    line-height: 60px;
    border-radius: 32px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.withdrawBtnActive {
    background: #000000;
}
.withdrawBtnFail {
    background: #BFB7AD;
}
.withdrawTip {
    font-weight: 500;
    color: #6B6B6B;
}
.sec2 {
    margin-top: 10px;
    line-height: 76px;
    background: #FAFAFA;
    border-radius: 8px;
    font-weight: 500;
    font-size: 21px;
    color: #000000;
}

.sec3 {
    color: #6B6B6B;
    font-weight: 500;
    font-size: 21px;
}
.sec3 a.sec3NavActive {
    color: #171717;
    border-bottom: solid #171717 3px;
}
.sec3 a {
    color: #6B6B6B;
    text-decoration: none !important;
    border-bottom: solid #FFFFFF 3px;
}
.sec3 img {
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.sltDate {
    background: #FAFAFA;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    width: 158px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}
.sltDay {
    font-weight: bold;
    color: #0a0a0a;
}
.sltDay::after {
    content: "";
    position: relative;
    top: 18px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #6f6f6f;
}

.outMask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.7);
}
.outBox {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
}
.outMain {
    background: #FFFFFF;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc((100vh - 300px) / 2);
    border-radius: 10px;
    border: 6px solid #dddddd;
    text-align: center;
}
.outHeader {
    padding-top: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 2em;
}
.outDateIn {
    width: 200px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 2em;
}
.outFoot {
    padding-top: 30px;
    padding-bottom: 20px;
}
.outBtn {
    width: 100px;
    line-height: 36px;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    background: #666666;
}

.sec4 {}
.rowIncome {
    background: #F6F6F6;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    color: #3C3C3C;
    padding: 10px 20px;
    margin-bottom: 10px;
    line-height: 22px;
}
.rowIncome .date {
    font-weight: 400;
    font-size: 13px;
    color: #939393;
}
.rowIncome .avatar {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 10px;
    background: #FAFAFA;
}
.rowIncome .subinfo {
    font-weight: 400;
    font-size: 13px;
    color: #939393;
}
.rowIncome .amount {
    font-weight: 500;
    font-size: 16px;
    color: #E03232;
    margin-left: 5px;
}
.rowIncome .money {
    font-weight: 500;
    font-size: 15px;
    color: #6B6B6B;
    margin-left: 5px;
}

.withdrawImg1 {
    width: 28px;
    height: 28px;
}
.withdrawImg2 {
    margin: 0 14px;
}
.withdrawHeader {
    font-weight: 500;
    font-size: 15px;
    color: #171717;
}
.withdrawTitle {
    font-weight: 600;
    font-size: 40px;
    color: #000000;
}
.withdrawbox {
    width: 570px;
    margin: 0 auto;
}
.withdrawbox .nameItem {
    font-weight: 400;
    font-size: 18px;
    color: #171717;
    line-height: 2em;
}
.paychannel {
    width: 30%;
    height: 70px;
    background: #F6F6F6;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.paychannelActive {
    background-image: url("/assets/images/liverWeb/pay_choosed.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
}
.withdrawbox .payIn {
    width: calc(100% - 40px);
    height: 70px;
    background: #FAFAFA;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: #171717;
    line-height: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.withdrawbox .payIn2 {
    width: 7em;
    background: #FAFAFA;
    border: none;
    outline: none;
    line-height: 2em;
    font-size: 18px;
    font-weight: 600;
    color: #171717;
}
.withdrawbox .balance {
    width: 198px;
    height: 70px;
    background: #FAFAFA;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    color: #171717;
}
.withdrawbox .balance img {
    margin-left: 10px;
    margin-right: 10px;
}
.withdrawbox .allBtn {
    line-height: 70px;
    background: #E1F5FE;
    border-radius: 8px;
    padding: 0 20px;
    cursor: pointer;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: #327397;
}
.withdrawbox .tip {
    font-weight: 400;
    font-size: 14px;
    color: #327397;
    padding-top: 20px;
}
.withdrawbox .tip img {
    height: 13px;
    width: 14px;
    margin-right: 10px;
}

.withdrawOutMask {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.withdrawOut {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}
.withdrawMain {
    width: 424px;
    height: 220px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
}
.withdrawOut .title {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}
.withdrawOut .content {
    margin-top: 20px;
    font-weight: 500;
    font-size: 15px;
    color: #6B6B6B;
    line-height: 22px;
    text-align: center;
}
.withdrawOut .btn {
    width: 70%;
    line-height: 46px;
    background: #000000;
    border-radius: 32px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}


.mainWidth {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1000px) {
    .mainWidth {
        width: 96%;
    }
    .sec1 {
        margin-top: 20px;
        background-size: 100% 302px;
    }
    .sec1 .pdt30 { padding-top: 15px; }
    .withdrawBtn {
        width: 80%;
    }
    .withdrawbox {
        width: 90%;
    }
    .withdrawbox .balance {
        width: 120px;
    }
    .withdrawMain {
        width: 70%;
    }
}
