﻿body {
    padding: 0px;
}

/* body::before {
    content: "";
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: #f5f5f5 url(/images/login-bg.png) center top no-repeat;
    background-size: 100% auto;
    z-index: 1;
} */

.top-bar {
    background: transparent;
}

.top-bar::after {
    display: none;
}

.top-bar .left-btns .btn-back {
    background-image: url(/images/Mobile_bg0001.png);
    background-size: auto 20px;
}

.LoginAndReg {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    background: #f5f5f5 url(/images/login-bg.png) center top no-repeat;
    background-size: 100% auto;
}

.LoginAndReg:before {
    content: "";
    display: block;
    padding-top: 20%;
}

.TextBoxLogin {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 0px;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    outline: none;
    text-align: center;
}

.LabelBoxLogin {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #888888;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.TextBoxPassword {
    line-height: 48px;
    font-size: 16px;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 0px 15px 0px 15px;
    /* background: #f5f5f5 url(https://wx.100xuexi.com/images/Mobile_bg0058.png) 15px center no-repeat;
    background-size: auto 20px; */
    background: #f5f5f5;
    border: 0px;
    margin-bottom: 5px;
    outline: none;
    text-align: center;
}

.BtnChangePswType {
    position: absolute;
    right: 10px;
    top: 0px;
    height: 48px;
    width: 40px;
    border: 0px;
    cursor: pointer;
    outline: none;
}

.BtnShowPsw {
    background: url(/images/Mobile_bg0059_0.png) center center no-repeat;
    background-size: 24px auto;
}

.BtnHidePsw {
    background: url(/images/Mobile_bg0059.png) center center no-repeat;
    background-size: 24px auto;
}

.InputItem {
    margin-bottom: 20px;
}

.InputOuter {
    position: relative;
    padding: 2px 20px 2px 20px;
    border-radius: 100px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 5px;
    background: #f5f5f5;
    border: none;
}

.InputOuter.InputUserMobile {
    /* background: #f5f5f5 url(https://wx.100xuexi.com/images/Mobile_bg0057.png) 15px center no-repeat; */
    background: #f5f5f5;
    background-size: auto 20px;
    padding: 0px 40px;
}

.InputOuter.TextUserMobile {
    /* background: #ffffff url(https://wx.100xuexi.com/images/Mobile_bg0057.png) 15px center no-repeat; 
    background-size: auto 20px;
    */
    background: #ffffff;
    padding: 0px 40px;
    border: 1px dashed #e5e5e5;
    color: #888888;
}

.InputOuter.TextUserMobile .BtnChangeMobile {
    position: absolute;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    right: 4px;
    line-height: 32px;
    color: #336699;
    padding: 0px 10px;
    box-sizing: border-box;
}

.InputOuter .ImgVerify {
    height: 38px;
    cursor: pointer;
    width: 48%;
    float: left;
    margin-top: 3px;
}

.InputOuter .TextBoxVerify {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border: 0px;
    padding: 0px 10px;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 5px;
    width: 48%;
    float: right;
    background: transparent;
    outline: none;
    text-align: center;
    outline: none;
}

.FormUsercode {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0px 130px 0px 20px;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 100px;
    position: relative;
    margin-bottom: 5px;
    background: #f5f5f5;
    border: none
}

.FormUsercode .TextBoxUsercode {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    border: 0px;
    outline: none;
    background: transparent;
    text-align: center;
}

.FormUsercode .BtnSendMsg {
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 8px;
    background-image: -webkit-linear-gradient(left, #f10000, #ff2000 73%, #ff4f18);
    background-image: linear-gradient(90deg, #f10000, #ff2000 73%, #ff4f18);
    border-radius: 100px;
    color: #ffffff;
    padding: 0px 10px;
}

.FormUsercode .BtnSendMsg[disabled] {
    background: #dddddd;
    text-shadow: 1px 1px 0px #ffffff;
}

.FontRed {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

.LoginAndReg a {
    color: #00427C;
}

.LoginAndReg a:hover {
    color: #cc0000;
}

#titleLoginScan {
    display: none;
}

.RegForm {
    padding: 20px;
    overflow: hidden;
    width: 80%;
    max-width: 320px;
    border-radius: 12px;
    margin: 0px auto;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.RegForm .loginUser .InputOuter {
    margin-bottom: 5px;
}

.RegForm .loginUser .ScLogo {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0px auto 20px auto;
    background: #e53737 url(http://g.100xuexi.com/CssModel/AppWap/images/AppLogo.png) center center no-repeat;
    background-size: 50px 50px;
    position: relative;
}

.RegForm .loginUser .ScLogo:before {
    content: "";
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    left: -5em;
    top: 50%;
    width: 4.5em;
}

.RegForm .loginUser .ScLogo:after {
    content: "";
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    right: -5em;
    top: 50%;
    width: 4.5em;
}

.RegForm .loginUser .slogan {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.RegForm .Agreement {
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
    font-size: 12px;
    margin: 10px 15px 15px 15px;
}

.RegForm .Agreement .check-input {
    position: absolute;
    left: 0px;
    top: 0px;
}

.RegForm .Agreement input {
    width: 14px;
    height: 14px;
    border: 1px solid #999999;
    position: absolute;
    left: -9999em;
}

.RegForm .Agreement label .check-icon {
    border: 1px solid #666666;
    background: #ffffff;
    border-radius: 100px;
    width: 14px;
    height: 14px;
    display: block;
}

.RegForm .Agreement label input:checked+.check-icon {
    border: 1px solid #e53737;
    background: #e53737 url(https://wx.100xuexi.com/images/Mobile_bg0213.png) center center no-repeat;
    background-size: 100% 100%;
}

.RegForm .Agreement.AgreementAttention {
    border: 1px dashed #ff3e3e;
    background: #ffe3e3;
    animation: amtAgreement 1 0.3s linear;
    -webkit-animation: amtAgreement 1 0.3s linear;
    margin: 5px 10px 10px 10px;
    padding: 4px 5px 4px 25px;
    border-radius: 4px;
}

.RegForm .Agreement.AgreementAttention .check-input {
    left: 5px;
    top: 5px;
}


.RegForm .TextBox {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #999999;
    color: #999;
    padding: 0PX 5PX;
    width: 280px;
    vertical-align: middle;
}

.RegForm .BtnSubmit, .RegForm .BtnSubmit:hover {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 48px;
    height: 48px;
    text-align: center;
    /* background: #e53737; */
    background-image: -webkit-linear-gradient(left, #f10000, #ff2000 73%, #ff4f18);
    background-image: linear-gradient(90deg, #f10000, #ff2000 73%, #ff4f18);
    display: block;
    border-radius: 100px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

/* .RegForm .BtnSubmit.BtnDisabled, .RegForm .BtnSubmit.BtnDisabled:hover {
    opacity: 0.2;
} */

.RegForm .LoginTips {
    position: relative;
    margin-bottom: 20px;
    color: #888888;
    font-size: 12px;
    margin: 0px 15px;
    line-height: 1.5;
}

.RegForm .Tips {
    line-height: 20px;
    color: #e53737;
    font-size: 14px;
    padding: 0px 20px;
}

.RegForm .InputItem {
    margin-bottom: 20px;
}

.download-app {
    display: none;
}


.LoginAndReg .LinkBtnReg {
    float: right;
    line-height: 24px;
    height: 24px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/Images/bg0337.gif) right center no-repeat;
    padding-right: 20px;
    font-size: 14px;
    color: #e53737;
}

.LoginAndReg .LinkBtnLogin {
    float: left;
    line-height: 24px;
    height: 24px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/Images/bg0337_0.gif) left center no-repeat;
    padding-left: 20px;
    font-size: 14px;
    color: #e53737;
}

.loginUser {
    position: relative;
}

.Popup .PopupCon .ImgVerifyBox {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.75);
    padding: 30px;
    display: none;
}

.Popup .PopupCon .ImgVerifyBoxInner {
    position: fixed;
    max-width: 320px;
    width: 80%;
    border-radius: 12px;
    background: #ffffff;

    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.Popup .PopupCon .LoginPassTitle {
    font-size: 20px;
    text-align: center;
    padding: 20px 20px 0px 20px;
}

.Popup .PopupCon .LoginPass {
    padding: 20px;
}

.Popup .PopupCon .ImgVerifyBox .ImgVerifyBtns {
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.Popup .PopupCon .ImgVerifyBox .ImgVerifyBtns::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
}

.Popup .PopupCon .ImgVerifyBox .ImgVerifyBtns::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleX(0.5);
}

.Popup .PopupCon .ImgVerifyBox .ImgVerifyBtns .BtnItem {
    width: 50%;
    float: left;
}

.Popup .PopupCon .ImgVerifyBox .ImgVerifyBtns .BtnSubmit {
    font-size: 17px;
    font-weight: bold;
    color: #e53737;
    line-height: 50px;
    height: 50px;
    text-align: center;
    display: block;
}

.Popup .PopupCon .ImgVerifyBox .ImgVerifyBtns .BtnCancel {
    font-size: 17px;
    font-weight: normal;
    line-height: 50px;
    height: 50px;
    text-align: center;
    display: block;
}


.Coupon {
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.Coupon .CouponMask {
    position: fixed;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.Coupon .CouponBox {
    position: fixed;
    z-index: 10;
    background: #e53737;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 80%;
    max-width: 320px;
    max-height: 480px;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    border: 2px solid #ffffff;
}

.Coupon .CouponBox .CouponBoxInner {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    top: 10px;
}

.Coupon .CouponBox .BoxTitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

.Coupon .CouponBox .BoxContent {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    bottom: 50px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.Coupon .CouponBox .CouponItem {
    background: #ffffff;
    border-radius: 5px;
    margin: 0px auto 10px auto;
}

.Coupon .CouponBox .CouponItemInner {
    padding: 10px;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.Coupon .CouponBox .CouponItemInner:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    border-right: 1px dashed #e53737;
    left: 35px;
}

.Coupon .CouponBox .Type {
    float: left;
    text-align: center;
    font-size: 16px;
    width: 16px;
    padding-right: 10px;
    line-height: 1.2;
    color: #e53737;
    font-weight: bold;
    padding: 10px 10px 10px 0px;
}

.Coupon .CouponBox .ItemBaseInfo {
    margin-left: 40px;
}

.Coupon .CouponBox .BasinInfo1 {
    color: #dc1f24;
    line-height: 30px;
    position: relative;
    padding-top: 20px;
}

.Coupon .CouponBox .BasinInfo1 .RMB {
    font-weight: bold;
}

.Coupon .CouponBox .BasinInfo1 .Num {
    font-size: 28px;
    font-weight: bold;
}

.Coupon .CouponBox .BasinInfo2 {
    color: #666666;
    font-size: 12px;
}

.Coupon .CouponBox .Conditions {
    font-size: 14px;
}

.Coupon .CouponBox .BtnView {
    width: 80px;
    height: 24px;
    line-height: 24px;
    border-radius: 100px;
    background: -webkit-linear-gradient(#ee803f, #d9343c);
    background: linear-gradient(#ee803f, #d9343c);
    color: #ffffff;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
}

.Coupon .CouponBox .BoxFoot {
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 40px;
}

.Coupon .CouponBox .BoxFoot .SkipTips {
    margin-bottom: 10px;
    color: #ffffff;
}

.Coupon .CouponBox .BoxFoot .BtnClose {
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    background: #fff48d;
    color: #cc0000;
    font-size: 17px;
    font-weight: bold;
    width: 5em;
    padding: 0px 20px;
    display: inline-block;
    box-shadow: 0px 5px 5px 0px;
}

.PopupMask {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 9990;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
    display: none;
}

.Popup {
    position: fixed;
    top: 0px;
    left: -110%;
    width: 100%;
    bottom: 0px;
    z-index: 9999;
    background: #f5f5f5 url(/images/login-bg.png) center top no-repeat;
    background-size: 100% auto;
    transition: all 0.3s;
}

.PopupShow {
    left: 0px;
}

.Popup:before {
    content: "";
    display: block;
    padding-top: 20%;
}

.PopupBody {
    max-width: 320px;
    margin: 0px auto;
    width: 80%;
    border-radius: 12px;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.PopupMax {
    width: 100%;
    margin-left: 0px;
}

.PopupMid {
    width: 100%;
    margin-left: 0px;
}

.PopupMin {
    margin-left: 0px;
}

.Popup .PopupTitle {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.Popup .PopupTitle .title-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.Popup .PopupTitle .title-tab a{
    display: block;
    position: relative;
}
.Popup .PopupTitle .title-tab .Selected{
    color: #cc0000;
}
.Popup .PopupTitle .title-tab .Selected::after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -3px;
    height: 3px;
    background-image: -webkit-linear-gradient(left, #f10000, #ff2000 73%, #ff4f18);
    background-image: linear-gradient(90deg, #f10000, #ff2000 73%, #ff4f18);
    border-radius: 10px;
}
.Popup .BtnClose {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    background: url(/images/Mobile_bg0001.png) center center no-repeat;
    background-size: auto 20px;
    cursor: pointer;
}

.Popup .BtnClose:hover {
    background: url(/images/Mobile_bg0001.png) center center no-repeat;
    background-size: auto 20px;
}

/* .Popup .PopupCon {
    color: #333333;
} */

.Popup.Busy::after {
    content: "";
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5) url(/images/loading_white.gif) center center no-repeat;
    background-size: 30px 30px;
}

.Popup .Tips {
    /* height: 20px; */
    color: #e53737;
    /* margin-bottom: 15px; */
    font-size: 14px;
    padding: 0px 20px;
}

.Popup .Tips .link {
    color: #336699;
}

.Popup .HelpLink {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0px 20px;
    text-align: center;
}

.Popup .HelpLink a {
    color: #336699;
}

/* 
.Popup .PopupCon .IdCheck {
    max-width: 320px;
    margin: 0px auto;
    width: 80%;
    border-radius: 12px;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    margin-top: 20px;
} */

.Popup .PopupCon .IdCheck .TextBox {
    height: 30px;
    line-height: 30px;
    border: 1px solid #999999;
    width: 100%;
    padding: 0px 5px 0px 10px;
    font-size: 12px;
    font-family: Arial, Verdana, "宋体";
    color: #999;
    box-sizing: border-box;
}


.Popup .PopupCon .IdCheck .BtnContainer {
    text-align: center;
    padding-bottom: 20px;
}

.Popup .PopupCon .IdCheck .BtnSubmit {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 48px;
    height: 48px;
    text-align: center;
    /* background: #e53737; */
    background-image: -webkit-linear-gradient(left, #f10000, #ff2000 73%, #ff4f18);
    background-image: linear-gradient(90deg, #f10000, #ff2000 73%, #ff4f18);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.3);
    display: block;
    border-radius: 100px;
}

.Popup .PopupCon .IdCheck .BtnSubmit:hover {
    background: #cc3336;
}

.Popup .PopupCon .IdCheck .Tips2 {
    font-size: 14px;
    padding-bottom: 20px;
    color: #cc3300;
}

.Popup .PopupCon .IdCheck .PswTag {
    padding: 0px 20px 10px 20px;
}

.Popup .PopupCon .IdCheck .PswCon {
    margin-bottom: 5px;
    position: relative;
}


@keyframes amtAgreement {
    0% {
        transform: translate(0);
    }

    15% {
        transform: translate(0);
    }

    30% {
        transform: translate(4px, -4px);
    }

    45% {
        transform: translate(0px, 0px);
    }

    60% {
        transform: translate(4px, -2px);
    }

    75% {
        transform: translate(0px, 0px);
    }

    90% {
        transform: translate(4px, -1px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes ztzdd {
    0% {
        -webkit-transform: translate(0);
    }

    15% {
        -webkit-transform: translate(0);
    }

    30% {
        -webkit-transform: translate(4px, -4px);
    }

    45% {
        -webkit-transform: translate(0px, 0px);
    }

    60% {
        -webkit-transform: translate(4px, -2px);
    }

    75% {
        -webkit-transform: translate(0px, 0px);
    }

    90% {
        -webkit-transform: translate(4px, -1px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}


.AgreementPop {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.AgreementPop .AgreementPopBox {
    overflow: hidden;
    width: 80%;
    height: 70%;
    max-width: 600px;
    border-radius: 12px;
    margin: 0px auto;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.AgreementPop .AgreementPopBox .AgreementPopTitle {
    padding: 20px 20px 0px 20px;
    font-size: 17px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.AgreementPop .AgreementPopBox .AgreementPopContent {
    padding: 0px;
    position: absolute;
    top: 45px;
    bottom: 50px;
    left: 0px;
    right: 0px;
}

.AgreementPop .AgreementPopBox .AgreementPopContent iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.AgreementPop .AgreementPopBox .AgreementPopBtns {
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
}

.AgreementPop .AgreementPopBox .AgreementPopBtns::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
}

.AgreementPop .AgreementPopBox .AgreementPopBtns .BtnClose {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.loading{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    display: none;
}
.loading .loading-box{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.loading .loading-box::before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(/images/loading_white.gif) center center no-repeat;
    background-size: 100% 100%;
    margin: 0px auto 10px auto;
}

@media (prefers-color-scheme:dark) {
    
    .LoginAndReg {
        background-color: #000000;
    }
    .LoginAndReg a{
        color: #0099ff;
    }
    .RegForm{
        background: #1a1a1a;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .RegForm .loginUser .ScLogo:before,
    .RegForm .loginUser .ScLogo:after {
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }
    .RegForm .Agreement.AgreementAttention{
        background: transparent;
    }
    .RegForm .Agreement label .check-icon{
        background-color: #000000;
        border-color: 1px solid rgba(255, 255, 255, 0.75);
    }
    
    .Popup{
        background-color: #000000;
    }
    .PopupBody{
        background: #1a1a1a;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .Popup .Tips .link{
        color: #0099ff;
    }
    .InputOuter.InputUserMobile{
        background-color: rgba(255, 255, 255, 0.1);
    }
    .InputOuter.TextUserMobile{
        background: transparent;
        border: 1px dashed rgba(255, 255, 255, 0.2);
    }
    .InputOuter.TextUserMobile .BtnChangeMobile{
        color: #0099ff;
    }
    .InputOuter{
        background-color: rgba(255, 255, 255, 0.1);
    }
    .InputOuter .ImgVerify{
        filter: invert(100%);
    }
    .TextBoxPassword{
        background-color: rgba(255, 255, 255, 0.1);
    }
    .FormUsercode{
        background-color: rgba(255, 255, 255, 0.1);
    }
    .Popup .PopupCon .ImgVerifyBoxInner{
        background: #1a1a1a;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .Popup .PopupCon .ImgVerifyBox .ImgVerifyBtns::before{
        background: rgba(255, 255, 255, 0.1);
    }
    .Popup .PopupCon .ImgVerifyBox .ImgVerifyBtns::after {
        background: rgba(255, 255, 255, 0.1);
    }
    .FormUsercode .BtnSendMsg[disabled]{
        background: rgba(0, 0, 0, 0.1);
        text-shadow: 1px 1px 0px #000000;
        color: rgba(255, 255, 255, 0.5);
    }
    
}