@charset "utf-8";

body {
    background: #ffffff;
}
.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(/css/images/loading_white.gif) center center no-repeat;
    background-size: 100% 100%;
    margin: 0px auto 10px auto;
}
.pc-style{
    padding-top: 0px;
}
.pc-style .sinagif {
    background: url(https://tk.100xuexi.com/Css/Images/bg0105.gif) left -48px no-repeat;
}

.pc-style .qqgif {
    background: url(https://tk.100xuexi.com/Css/Images/bg0105.gif) left 0px no-repeat;
}

.pc-style #OutBox {
    width: 100%;
}

.pc-style .Top {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .Mid {
    width: 100%;
    background: #e53737;
    padding: 40px 0px;
    min-width: 1120px;
}

.pc-style .LoginAndReg {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .TextBoxLogin {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #999;
    color: #999;
    padding: 0px 10px;
    width: 100%;
    vertical-align: middle;
    font-family: "Microsoft YaHei", "宋体";
    box-sizing: border-box;
    border-radius: 5px;
}

.pc-style .LabelBoxLogin {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    width: 100%;
    vertical-align: middle;
    font-family: "Microsoft YaHei", "宋体";
    box-sizing: border-box;
}

.pc-style .TextBoxPassword {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #999;
    color: #999999;
    padding: 0px 10px 0px 10px;
    width: 100%;
    vertical-align: middle;
    font-family: "Microsoft YaHei", "宋体";
    box-sizing: border-box;
    border-radius: 5px;
}

.pc-style .PasswordOuter .TextBoxPassword {
    padding-right: 10px;
}

.pc-style .TextBoxVerify {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #999;
    color: #999;
    padding: 0px 10px;
    width: 100px;
    vertical-align: middle;
    font-family: "Microsoft YaHei", "宋体";
    box-sizing: border-box;
    float: right;
    border-radius: 5px;
}

.pc-style .FormUsercode {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #999;
    color: #999;
    padding: 0px 10px;
    width: 100%;
    vertical-align: middle;
    font-family: "Microsoft YaHei", "宋体";
    box-sizing: border-box;
    margin-bottom: 5px;
    border-radius: 5px;
}

.pc-style .FormUsercode .TextBoxUsercode {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #999;
    width: 160px;
    font-family: "Microsoft YaHei", "宋体";
    box-sizing: border-box;
    float: left;
    border: 0px;
    background: transparent;
    outline: none;
}

.pc-style .FormUsercode .BtnSendMsg {
    float: right;
    line-height: 38px;
    font-size: 14px;
    color: #336699;
}

.pc-style .FormUsercode .BtnSendMsg[disabled],
.pc-style .FormUsercode .BtnSendMsg[disabled]:hover {
    color: #cccccc;
    /* text-shadow: 1px 1px 0px #ffffff; */
}

.pc-style .ImgVerify {
    height: 40px;
    float: left;
    cursor: pointer;
    width: 150px;
}

.pc-style .FontRed {
    font-weight: bold;
    color: #000000;
}

.pc-style #top {
    margin-bottom: 10px;
}

.pc-style .Current {
    padding-bottom: 5px;
}

.pc-style .LoginAndReg {
    width: 1000px;
}

.pc-style .LoginAndReg a {
    color: #00427C;
}

.pc-style .LoginAndReg a:hover {
    color: #cc0000;
}

.pc-style .LoginAndReg .BlockRight {
    width: 400px;
    float: right;
    /* overflow: hidden; */
}

.pc-style .LoginAndReg .BlockRight .BlockRightInner {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.pc-style .LoginAndReg .BlockRightTitle {
    overflow: hidden;
    zoom: 1;
    text-align: left;
    padding: 20px 20px 0px 40px;
}

.pc-style .LoginAndReg .BlockRightTitle .LoginTitle {
    position: relative;
    height: 40px;
}

.pc-style .LoginAndReg .BlockRight h1 {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    display: block;
    color: #333333;
    cursor: pointer;
    padding-right: 50px;
}

.pc-style .LoginAndReg .BlockRight h1:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #e53737;
}

.pc-style .LoginAndReg .BlockRight h1#loginTab1:after {
    background: url(images/login-ico-1.png) right top no-repeat;
}

.pc-style .LoginAndReg .BlockRight h1#loginTab2:after {
    background: url(images/login-ico-2.png) right top no-repeat;
}

.pc-style .LoginAndReg .BlockRight h1 .h1-text {
    font-family: "Microsoft YaHei", "宋体";
    border: 1px solid #ff3e3e;
    color: #ff3e3e;
    background: #ffe3e3;
    padding: 2px 5px;
    display: block;
    position: relative;
}

.pc-style .LoginAndReg .BlockRight h1 .h1-text:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ff3e3e;
    border-right: 1px solid #ff3e3e;
    background: #ffe3e3;
    position: absolute;
    right: -4px;
    top: 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.pc-style .LoginAndReg .BlockRightTitle .Selected {
    line-height: 30px;
    position: relative;
    /* float: left; */
    font-weight: bold;
    font-size: 20px;
    display: block;
    font-family: "Microsoft YaHei", "宋体";
    color: #333333;
    padding: 0px;
    cursor: auto;
    margin-right: 160px;
}

.pc-style .LoginAndReg .BlockRightTitle .Selected:after {
    display: none;
}

.pc-style .LoginAndReg .BlockRightTitle .Selected .h1-text {
    padding: 0;
    background: none;
    border: none;
    color: #333333;
    font-weight: bold;
}

.pc-style .LoginAndReg .BlockRightTitle .Selected .h1-text:after {
    display: none;
}

.pc-style .LoginAndReg .BlockRight .RegTitle h1 {
    cursor: auto;
}

.pc-style .LoginAndReg .BlockRight h1 span {
    color: #333333;
    font-weight: normal;
}

.pc-style .LoginAndReg .BlockRight .RegForm {
    padding: 20px 40px;
    height: 180px;
}

.pc-style .LoginAndReg .BlockRight .RegForm .Agreement {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    /* margin-bottom: 15px; */
    margin: 5px 5px 15px 5px;
}

.pc-style .LoginAndReg .BlockRight .RegForm .Agreement .check-input {
    position: absolute;
    left: 0px;
    top: 3px;
}

.pc-style .LoginAndReg .BlockRight .RegForm .Agreement label {
    cursor: pointer;
}

.pc-style .LoginAndReg .BlockRight .RegForm .Agreement.AgreementAttention {
    border: 1px dashed #ff3e3e;
    background: #ffe3e3;
    animation: amtAgreement 1 0.3s linear;
    -webkit-animation: amtAgreement 1 0.3s linear;
    margin: 0px 0px 10px 0px;
    padding: 4px 5px 4px 24px;
}

.pc-style .LoginAndReg .BlockRight .RegForm .Agreement.AgreementAttention .check-input {
    left: 5px;
    top: 7px;
}

@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);
    }
}

.pc-style .LoginAndReg .BlockRight .RegForm td .LoginTips {
    font-size: 14px;
    color: #888888;
}

.pc-style .LoginAndReg .BlockRight .RegForm .TextBox {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #999999;
    color: #999;
    padding: 0PX 5PX;
    width: 280px;
    vertical-align: middle;
}

.pc-style .LoginAndReg .BlockRight .RegForm .BtnSubmit {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
    height: 40px;
    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: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.pc-style .LoginAndReg .BlockRight .RegForm .BtnSubmit:hover {
    background-image: -webkit-linear-gradient(left, #e50000, #f22000 73%, #f24916);
    background-image: linear-gradient(90deg, #e50000, #f22000 73%, #f24916);
}

.pc-style .LoginAndReg .BlockRight .RegForm .BtnSubmit.BtnDisabled {
    opacity: 0.3;
}


.pc-style .LoginAndReg .BlockRight .RegForm .Tips {
    line-height: 20px;
    color: #e53737;
    text-align: left;
    font-size: 14px;
    height: 20px;
    margin-bottom: 10px;
}

.pc-style .LoginAndReg .BlockRight .download-app {
    margin-top: 20px;
}

.pc-style .LoginAndReg .BlockRight .download-app a {
    text-align: center;
    display: block;
    padding: 10px 0px;
    background: #ffa031;
    background-image: -webkit-linear-gradient(#ffdc64, #ffa031);
    background-image: linear-gradient(#ffdc64, #ffa031);
    border-radius: 10px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #be0000;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

.pc-style .LoginAndReg .BlockRight .ScanCodeLogin {
    text-align: center;
    padding: 20px;
    height: 250px;
}

.pc-style .LoginAndReg .BlockRight .ScanCodeLogin .LoginCodeBox {
    position: relative;
    height: 190px;
}

.pc-style .LoginAndReg .BlockRight .ScanCodeLogin .LoginCode {
    width: 160px;
    height: 160px;
    padding: 9px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -90px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 2;
}

.pc-style .LoginAndReg .BlockRight .ScanCodeLogin .ScanGuide {
    width: 160px;
    height: 160px;
    padding: 10px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/Images/bg0341.png) center center no-repeat;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -90px;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
}

.pc-style .LoginAndReg .BlockRight .ScanCodeLogin .LoginCodeBox:hover .LoginCode {
    margin-left: -180px;
}

.pc-style .LoginAndReg .BlockRight .ScanCodeLogin .LoginCodeBox:hover .ScanGuide {
    margin-left: 0px;
    opacity: 1;
}

.pc-style .LoginAndReg .BlockRight .ScanCodeLogin .ScanCodeTips strong {
    font-weight: bold;
    color: #ff3e3e;
}

.pc-style .LoginAndReg .BlockRight .ScanSuccess {
    text-align: center;
    display: none;
    text-align: center;
    padding: 20px;
    height: 250px;
}

.pc-style .LoginAndReg .BlockRight .ScanSuccess .ScanSuccessIco {
    width: 180px;
    height: 180px;
    margin: 0px auto 10px auto;
    background: url(images/login-ico-4.png) center center no-repeat;
}

.pc-style .LoginAndReg .BlockRight .ScanSuccess .ScanSuccessTips {
    font-size: 16px;
    font-weight: bold;
}

.pc-style .LoginAndReg .BlockRight .ScanSuccess .ScanSuccessBack {
    display: block;
    color: #336699;
}

.pc-style .LoginAndReg .BlockLeft {
    width: 600px;
    float: left;
}

.pc-style .LoginAndReg .BlockLeft h1 {
    line-height: 40px;
    font-size: 18px;
    display: block;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 20px;
    font-family: "Microsoft YaHei", "宋体";
    color: #00427c;
    color: #cc0000;
    text-align: center;
}

.pc-style .LoginAndReg .BlockLeft .LoginForm {
    padding: 30px 20px 10px 20px;
}

.pc-style .LoginAndReg .BlockLeft .LoginForm table {
    width: 100%;
}

.pc-style .LoginAndReg .BlockLeft .LoginForm table th {
    line-height: 30px;
    height: 30px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    width: 120px;
    vertical-align: top;
}

.pc-style .LoginAndReg .BlockLeft .LoginForm table td {
    line-height: 26px;
    height: 26px;
    padding-bottom: 20px;
}

.pc-style .LoginAndReg .BlockLeft .LoginForm table td .TextBox {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #999999;
    color: #333333;
    padding: 0PX 5PX;
    width: 240px;
    vertical-align: middle;
}

.pc-style .LoginAndReg .BlockLeft .LoginForm table td .BtnLogin {
    width: 80px;
    height: 30px;
    background: url(Images/bg0043.gif) center center no-repeat;
    border: 0px;
    color: #ffffff;
    display: block;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
}

.pc-style .LoginAndReg .BlockLeft .LoginForm table td .BtnLogin:hover {
    background: url(Images/bg0043_0.GIF) center center no-repeat;
}

.pc-style .LoginAndReg .BlockLeft .SaleBoard {
    width: 540px;
    height: 350px;
}

.pc-style .LoginAndReg .BlockLeft .SaleBoard a {
    display: block;
    text-align: center;
}

.pc-style .LoginAndReg .BlockLeft .SaleBoard img {
    vertical-align: top;
    max-width: 100%;
}

.pc-style .LoginAndReg .BlockLeft .SaleBoard .swiper-pagination-bullet-active {
    background: #ffffff;
}

.pc-style .swiper-container-horizontal>.swiper-pagination-bullets, .pc-style .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}

.pc-style .LoginAndReg .OtherLogin {
    background: #f5f5f5;
    padding: 10px 20px;
    border-top: 1px solid #e5e5e5;
    ;
    overflow: hidden;
    zoom: 1;
}

.pc-style .LoginAndReg .OtherLogin ul {
    display: block;
    overflow: hidden;
    zoom: 1;
    float: left;
}

.pc-style .LoginAndReg .OtherLogin li {
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 1px 0px;
    border-right: 1px solid #e5e5e5;
    margin-right: 15px;
}

.pc-style .LoginAndReg .OtherLogin li:last-child {
    border: 0px;
}

.pc-style .LoginAndReg .OtherLogin li a {
    display: block;
    float: left;
    padding: 0px 10px 0px 24px;
    position: relative;
}

.pc-style .LoginAndReg .OtherLogin li img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
}

.pc-style .LoginAndReg .OtherLogin li .Txt {
    font-family: Arial;
}

.pc-style .LoginAndReg .OtherLogin li .QQ {
    background: url(https://tk.100xuexi.com/Css/Images/bg0105.gif) left 0px no-repeat;
}

.pc-style .LoginAndReg .OtherLogin li .Sina {
    background: url(https://tk.100xuexi.com/Css/Images/bg0105.gif) left -48px no-repeat;
}

.pc-style .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;
    cursor: pointer;
}

.pc-style .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;
}

.pc-style .LoginAndReg .thirdPartyLogin {
    padding: 50px;
    background: #f5f5f5;
}

.pc-style .LoginAndReg .thirdPartyLogin .LoginInfo {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 24px;
    padding-bottom: 20px;
    font-family: Arial, "Microsoft YaHei";
}

.pc-style .LoginAndReg .thirdPartyLogin .LoginInfo Strong {
    color: #cc3300;
    padding: 0px 14px;
    font-family: Arial, "Microsoft YaHei";
}

.pc-style .LoginAndReg .thirdPartyLogin .Tips {
    color: #333333;
    text-align: center;
    font-size: 12px;
}

.pc-style .LoginAndReg .thirdPartyLogin .PhoneNumForm {
    text-align: center;
    margin: 0px auto;
    padding-top: 20px;
    font-size: 14px;
}

.pc-style .LoginAndReg .thirdPartyLogin .PhoneNumForm .TextBox {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #999999;
    color: #333333;
    padding: 0PX 5PX;
    width: 240px;
    vertical-align: middle;
}

.pc-style .LoginAndReg .thirdPartyLogin .PhoneNumForm .BtnSave {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    height: 30px;
    width: 100px;
    text-align: center;
    background: url(Images/bg0043.gif) center center no-repeat;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-left: 10px;
}

.pc-style .LoginAndReg .thirdPartyLogin .PhoneNumForm .BtnSave:hover {
    background: url(Images/bg0043_0.GIF) center center no-repeat;
}

.pc-style .loginUser {
    position: relative;
}

.pc-style .loginPass {
    position: relative;
    margin-bottom: 15px;
}

.pc-style .InputItem {
    margin-bottom: 15px;
}

.pc-style .InputOuter {
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 5px;
}

.pc-style .PlaceholderTitle {
    margin-bottom: 5px;
    color: #888888;
    display: block;
    clear: both;
}

.pc-style .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 60px 0px 10px;
    border: 1px dashed #e5e5e5;
    color: #888888;
    border-radius: 5px;
}

.pc-style .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;
}

.pc-style .loginUser .PasswordOuter {
    margin-bottom: 5px;
}

/* .pc-style .Popup .PopupCon .ImgVerifyBox {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.75);
    padding: 30px;
    display: none;
} */


.pc-style .Popup .PopupCon .ImgVerifyBox .ImgVerifyBoxInner {
}

.pc-style .Popup .PopupCon .ImgVerifyBox .ImgVerifyBtns {
    overflow: hidden;
    zoom: 1;
    margin: 0px -10px;
}

.pc-style .Popup .PopupCon .ImgVerifyBox .ImgVerifyBtns .BtnItem {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0px 10px;
}

.pc-style .Popup .PopupCon .ImgVerifyBox .BtnCancel {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background: #f5f5f5;
    display: block;
    border-radius: 5px;
    color: #336699;
}

.pc-style .Popup .PopupCon .ImgVerifyBox .BtnSubmit {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background: #e53737;
    display: block;
    border-radius: 5px;
    color: #ffffff;
}

.pc-style #bot {
    margin: 0px auto;
    background: #ffffff !important;
}

.pc-style #bot .BotLink {
    display: none;
}

.pc-style.zhibo {
    background: #336699;
}

.pc-style .zhibo-top {
    width: 1120px;
    margin: 0px auto;
    padding-top: 80px;
}

.pc-style .zhibo-top .logo {
    width: 160px;
    height: 40px;
    padding: 20px 0px;
    display: block;
    margin: 0px auto;
    text-align: center;
}

.pc-style .zhibo-bot {
    padding: 20px 0px;
}

.pc-style .zhibo-bot .copy-right {
    width: 1120px;
    text-align: center;
    margin: 0px auto;
    font-size: 12px;
    line-height: 24px;
    color: #cccccc;
}

.pc-style .zhibo-bot .copy-right a {
    color: #cccccc;
    padding: 0px 5px;
}

.pc-style .zhibo-bot .copy-right .gongan {
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/Images/bot-ico-gongan.png) left center no-repeat;
    padding-left: 24px;
    display: inline-block;
}

.pc-style .zhibo-bot .copy-right .gongshang {
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/Images/bot-ico-gongshang.png) left center no-repeat;
    padding-left: 24px;
    display: inline-block;
}

.pc-style .zhibo-bot .copy-right .wangwen {
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/Images/bot-ico-wangwen.png) left center no-repeat;
    padding-left: 24px;
    display: inline-block;
}

.pc-style .zhibo-mid {
    background: none;
}

.pc-style .zhibo-mid .BlockLeft {
    display: none;
}

.pc-style .zhibo-mid .LoginAndReg .BlockRight {
    float: none;
    margin: 0px auto;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.pc-style.zhibo .LoginAndReg .BlockRight .RegForm .BtnSubmit {
    background: #336699;
}

.pc-style.zhibo .LoginAndReg .BlockRightTitle .LoginTab .Selected {
    color: #336699;
    border-bottom: 2px solid #336699;
}

.pc-style .Coupon {
    position: fixed;
    z-index: 3000;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.pc-style .Coupon .CouponMask {
    position: fixed;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.pc-style .Coupon .CouponBox {
    position: fixed;
    z-index: 10;
    background: url(images/bg0701.png) center top no-repeat;
    width: 580px;
    height: 580px;
    left: 50%;
    top: 50%;
    margin: -290px 0px 0px -290px;
}

.pc-style .Coupon .CouponBox .CouponBoxInner {
    width: 390px;
    height: 500px;
    position: absolute;
    left: 100px;
    top: 50px;
}

.pc-style .Coupon .CouponBox .BoxTitle {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    line-height: 40px;
}

.pc-style .Coupon .CouponBox .BoxContent {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40px;
    bottom: 50px;
    overflow: auto;
}

.pc-style .Coupon .CouponBox .CouponItem {
    /* background: url(images/bg0702.png) center top no-repeat;
    width: 380px;
    height: 100px; */
    margin: 0px auto;
    overflow: hidden;
}

.pc-style .Coupon .CouponBox .CouponItemInner {
    padding: 15px;
    overflow: hidden;
    zoom: 1;
    background: #ffffff;
    margin: 10px 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}

.pc-style .Coupon .CouponBox .CouponItemInner:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 60px;
    border-left: 1px dashed #e53737;
}

.pc-style .Coupon .CouponBox .Type {
    float: left;
    width: 1em;
    text-align: center;
    font-size: 18px;
    padding: 5px 10px;
    line-height: 1.2;
    font-weight: bold;
    color: #e53737;
}

.pc-style .Coupon .CouponBox .ItemBaseInfo {
    margin-left: 60px;
}

.pc-style .Coupon .CouponBox .BasinInfo1 {
    color: #dc1f24;
    line-height: 30px;
    position: relative;
}

.pc-style .Coupon .CouponBox .BasinInfo1 .RMB {
    font-weight: bold;
}

.pc-style .Coupon .CouponBox .BasinInfo1 .Num {
    font-size: 28px;
    font-weight: bold;
}

.pc-style .Coupon .CouponBox .BasinInfo2 {
    color: #666666;
}

.pc-style .Coupon .CouponBox .Conditions {
    font-size: 14px;
}

.pc-style .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;
}

.pc-style .Coupon .CouponBox .BoxFoot {
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 40px;
}

.pc-style .Coupon .CouponBox .BoxFoot .SkipTips {
    margin-bottom: 10px;
    color: #ffffff;
}

.pc-style .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;
}

.pc-style .PopupMask {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
    z-index: 500;
    display: none;
}

.pc-style .ImgVerifyPopupMask {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
    z-index: 500;
    display: none;
}
.pc-style .PopupBox{
    left: -100%;
    top: 0;
    width: 100%;
    bottom: 0px;;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 1000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.pc-style .PopupBox.PopupShow {
    left: 0;
}

.pc-style .Popup {
    left: 50%;
    top: 50%;
    border: 1px solid #ffffff;
    z-index: 99999;
    background: #ffffff;
    position: absolute;
    margin-top: -300px;
    box-shadow: 0px 0px 20px 0px #000000;
    z-index: 1000;
    border-radius: 5px;
}

.pc-style .PopupMax {
    width: 800px;
    margin-left: -400px;
}

.pc-style .PopupMid {
    width: 600px;
    margin-left: -300px;
}

.pc-style .PopupMin {
    width: 360px;
    margin-left: -180px;
}

.pc-style .Popup .PopupTitle {
    background: #f5f5f5;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    position: relative;
    font-weight: bold;
}
.pc-style .Popup .PopupTitle .title-tab{
    float: left;
    overflow: hidden;
    zoom:1;
}

.pc-style .Popup .PopupTitle .title-tab a{
    display: block;
    float: left;
    padding: 0px 20px;
    position:relative;
}
.pc-style .Popup .PopupTitle .title-tab .Selected{
    color: #e53737;
}
.pc-style .Popup .PopupTitle .title-tab .Selected:after{
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    height: 3px;
    bottom: 0px;
    background: #e53737;
}
.pc-style .Popup .BtnClose {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background: url(Images/bg0101.gif) center center no-repeat;
    cursor: pointer;
    z-index: 20;
}

.pc-style .Popup .BtnClose:hover {
    background: url(Images/bg0102.gif) center center no-repeat;
}

.pc-style .Popup .PopupTitle .BtnBack {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    float: left;
    font-family: "宋体";
    color: #999999;
}

.pc-style .Popup .PopupTitle .BtnBack:hover {
    color: #cc0000;
}

.pc-style .Popup .PopupCon {
    padding: 30px;
    color: #333333;
    position: relative;
}

.pc-style .Popup .PopupCon.Busy:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5) url(https://wx.100xuexi.com/images/loading-1.gif) center center no-repeat;
    z-index: 100;
}

.pc-style .Popup .PopupCon table {
    width: 100%;
    margin: 0px auto;
}

.pc-style .Popup .PopupCon a {
    color: #336699;
}

.pc-style .Popup .PopupCon a:hover {
    color: #cc0000;
}

.pc-style .Popup .Tips {
    width: 100%;
    color: #e53737;
    font-size: 14px;
}

.pc-style .Popup .HelpLink {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0px 20px;
    text-align: center;
}

.pc-style .Popup .HelpLink a {
    color: #336699;
}

.pc-style .Popup .Tips .Success {
    color: #009900;
}

.pc-style .Popup .PopupCon .IdCheck .PswTag {
    margin-bottom: 10px;
}

.pc-style .Popup .PopupCon .IdCheck .PswCon {
    margin-bottom: 5px;
    position: relative;
}

.pc-style .Popup .PopupCon .IdCheck .PswCon .BtnChangePswType {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    background: transparent;
    border: 0px;
    color: #336699;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 14px;
}

.pc-style .Popup .PopupCon .IdCheck .PswCon .BtnChangePswType:hover {
    color: #e53737;
}

.pc-style .Popup .PopupCon .IdCheck .TextBox {
    height: 30px;
    line-height: 30px;
    border: 1px solid #999999;
    width: 220px;
    padding: 0px 5px 0px 10px;
    font-size: 12px;
    font-family: Arial, Verdana, "宋体";
    color: #999;
}

.pc-style .Popup .PopupCon .IdCheck th {
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}

.pc-style .Popup .PopupCon .IdCheck .BtnContainer {
    text-align: center;
}

.pc-style .Popup .PopupCon .IdCheck .BtnSubmit {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background: #e53737;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    background-image: -webkit-linear-gradient(left, #f10000, #ff2000 73%, #ff4f18);
    background-image: linear-gradient(90deg, #f10000, #ff2000 73%, #ff4f18);
}

.pc-style .Popup .PopupCon .IdCheck .BtnSubmit:hover {
    background: #cc3336;
    background-image: -webkit-linear-gradient(left, #e50000, #f22000 73%, #f24916);
    background-image: linear-gradient(90deg, #e50000, #f22000 73%, #f24916);
}

.pc-style .Popup .PopupCon .IdCheck .Tips2 {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

/* 移动端样式 */
.mobile-style::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;
}

.mobile-style .sinagif {
    background: url(https://tk.100xuexi.com/Css/Images/bg0105.gif) left -48px no-repeat;
}

.mobile-style .qqgif {
    background: url(https://tk.100xuexi.com/Css/Images/bg0105.gif) left 0px no-repeat;
}

.mobile-style #OutBox {
    width: 100%;
}

.mobile-style .Top {
    display: none;
}

.mobile-style .Mid {
    width: 100%;
    height: 100%;
}

.mobile-style .LoginAndReg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.mobile-style .TextBoxLogin {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333333;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 0px;
    -webkit-appearance: none;
    background: #f5f5f5;
    border: none;
    outline: none;
    text-align: center;
}

.mobile-style .LabelBoxLogin {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #888888;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.mobile-style .TextBoxPassword {
    line-height: 48px;
    font-size: 16px;
    color: #333333;
    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;
}

.mobile-style .PasswordOuter .TextBoxPassword {
    padding-right: 10px;
}

.mobile-style .BtnChangePswType {
    position: absolute;
    right: 10px;
    top: 0px;
    height: 48px;
    width: 40px;
    border: 0px;
    cursor: pointer;
    outline: none;
}

.mobile-style .BtnShowPsw {
    background: url(images/Mobile_bg0059_0.png) center center no-repeat;
    background-size: 24px auto;
}

.mobile-style .BtnHidePsw {
    background: url(images/Mobile_bg0059.png) center center no-repeat;
    background-size: 24px auto;
}

.mobile-style .InputItem {
    margin-bottom: 20px;
}

.mobile-style .InputOuter {
    position: relative;
    padding: 2px 20px 2px 20px;
    border-radius: 100px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 5px;
    background: #f5f5f5;
    border: none;
}

.mobile-style .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;
}

.mobile-style .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;
}

.mobile-style .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;
}

.mobile-style .InputOuter .ImgVerify {
    height: 30px;
    cursor: pointer;
    width: 48%;
    float: left;
    margin-top: 3px;
}

.mobile-style .InputOuter .TextBoxVerify {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border: 0px;
    color: #999;
    padding: 0px 10px;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 5px;
    width: 48%;
    float: right;
    background: transparent;
    text-align: center;
}

.mobile-style .FormUsercode {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333333;
    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;
}

.mobile-style .FormUsercode .TextBoxUsercode {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333333;
    width: 100%;
    box-sizing: border-box;
    border: 0px;
    outline: none;
    background: transparent;
    text-align: center;
}

.mobile-style .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;
}

.mobile-style .FormUsercode .BtnSendMsg[disabled] {
    background: #dddddd;
    color: #333333;
    text-shadow: 1px 1px 0px #ffffff;
}

.mobile-style .FontRed {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

.mobile-style #top {
    margin-bottom: 10px;
}

.mobile-style .Current {
    padding-bottom: 5px;
}

.mobile-style .LoginAndReg a {
    color: #00427C;
}

.mobile-style .LoginAndReg a:hover {
    color: #cc0000;
}

.mobile-style .LoginAndReg .BlockRight {
    width: 100%;
    height: 100%;
}

.mobile-style .LoginAndReg .BlockRight::before {
    content: "";
    display: block;
    padding-top: 20%;
}

.mobile-style .LoginAndReg .BlockRightInner {
    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);
}

.mobile-style .LoginAndReg .BlockRight #titleLoginScan {
    display: none;
}

.mobile-style .LoginAndReg .BlockRight h1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.mobile-style .LoginAndReg .BlockRight h1#loginTab2 {
    display: none;
}

.mobile-style .LoginAndReg .BlockRight .RegForm {
    overflow: hidden;
}

.mobile-style .LoginAndReg .BlockRight .InputItem {
    margin-bottom: 20px;
}

.mobile-style .LoginAndReg .BlockRight .RegForm .loginUser .InputOuter {
    margin-bottom: 5px;
}

.mobile-style .LoginAndReg .BlockRight .ScLogo {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0px auto 20px auto;
    background: #e53737 url(https://g.100xuexi.com/CssModel/AppWap/images/AppLogo.png) center center no-repeat;
    background-size: 50px 50px;
    position: relative;
}

.mobile-style .LoginAndReg .BlockRight .ScLogo:before {
    content: "";
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    left: -5em;
    top: 50%;
    width: 4.5em;
}

.mobile-style .LoginAndReg .BlockRight .ScLogo:after {
    content: "";
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    right: -5em;
    top: 50%;
    width: 4.5em;
}

.mobile-style .LoginAndReg .BlockRight .RegForm .Agreement {
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
    font-size: 12px;
    margin: 10px 15px 15px 15px;
}

.mobile-style .LoginAndReg .BlockRight .RegForm .Agreement .check-input {
    position: absolute;
    left: 0px;
    top: 0px;
}

.mobile-style .LoginAndReg .BlockRight .RegForm .Agreement input {
    width: 14px;
    height: 14px;
    border: 1px solid #999999;
    position: absolute;
    left: -9999em;
}

.mobile-style .LoginAndReg .BlockRight .RegForm .Agreement label .check-icon {
    border: 1px solid #666666;
    background: #ffffff;
    border-radius: 100px;
    width: 14px;
    height: 14px;
    display: block;
}

.mobile-style .LoginAndReg .BlockRight .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%;
}

.mobile-style .LoginAndReg .BlockRight .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;
}

.mobile-style .LoginAndReg .BlockRight .RegForm .Agreement.AgreementAttention .check-input {
    left: 5px;
    top: 5px;
}


.mobile-style .LoginAndReg .BlockRight .RegForm .TextBox {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #999999;
    color: #999;
    padding: 0PX 5PX;
    width: 280px;
    vertical-align: middle;
}

.mobile-style .LoginAndReg .BlockRight .RegForm .BtnSubmit, .mobile-style .LoginAndReg .BlockRight .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;
    -webkit-transition: all 0.3s;
}

.mobile-style .LoginAndReg .BlockRight .RegForm .BtnSubmit.BtnDisabled {
    opacity: 0.2;
}

.mobile-style .LoginAndReg .BlockRight .RegForm .BtnSubmit.BtnDisabled:hover {
    opacity: 0.2;
}

.mobile-style .LoginAndReg .BlockRight .RegForm td .LoginTips {
    position: relative;
    margin-bottom: 20px;
    color: #888888;
    font-size: 12px;
    margin: 0px 15px;
    line-height: 1.5;
}

.mobile-style .LoginAndReg .BlockRight .RegForm .Tips {
    line-height: 20px;
    color: #e53737;
    font-size: 14px;
    padding: 0px 20px;
    /* min-height: 20px; */
    margin-bottom: 10px;
}

.mobile-style .LoginAndReg .BlockRight .download-app {
    display: none;
}

.mobile-style .LoginAndReg .BlockLeft {
    display: none;
}

.mobile-style .LoginAndReg .OtherLogin {
    background: #f5f5f5;
    padding: 10px 20px;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    zoom: 1;
    position: fixed;
    left: 0px;
    bottom: 0px;
    box-sizing: border-box;
    width: 100%;
}

.mobile-style .LoginAndReg .OtherLogin ul {
    display: block;
    overflow: hidden;
    zoom: 1;
    float: left;
}

.mobile-style .LoginAndReg .OtherLogin li {
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 1px 0px;
    border-right: 1px solid #e5e5e5;
    margin-right: 15px;
}

.mobile-style .LoginAndReg .OtherLogin li:last-child {
    border: 0px;
}

.mobile-style .LoginAndReg .OtherLogin li a {
    display: block;
    float: left;
    padding: 0px 10px 0px 24px;
    position: relative;
}

.mobile-style .LoginAndReg .OtherLogin li img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
}

.mobile-style .LoginAndReg .OtherLogin li .Txt {
    font-family: Arial;
}

.mobile-style .LoginAndReg .OtherLogin li .QQ {
    background: url(https://tk.100xuexi.com/Css/Images/bg0105.gif) left 0px no-repeat;
}

.mobile-style .LoginAndReg .OtherLogin li .Sina {
    background: url(https://tk.100xuexi.com/Css/Images/bg0105.gif) left -48px no-repeat;
}

.mobile-style .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;
}

.mobile-style .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;
}

/*第三方登录输入手机号*/

.mobile-style .LoginAndReg .thirdPartyLogin {
    padding: 50px;
    background: #f5f5f5;
}

.mobile-style .LoginAndReg .thirdPartyLogin .LoginInfo {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 24px;
    padding-bottom: 20px;
    font-family: Arial, "微软雅黑";
}

.mobile-style .LoginAndReg .thirdPartyLogin .LoginInfo Strong {
    color: #cc3300;
    padding: 0px 14px;
    font-family: Arial, "微软雅黑";
}

.mobile-style .LoginAndReg .thirdPartyLogin .Tips {
    color: #333333;
    text-align: center;
    font-size: 12px;
}

.mobile-style .LoginAndReg .thirdPartyLogin .PhoneNumForm {
    text-align: center;
    margin: 0px auto;
    padding-top: 20px;
    font-size: 14px;
}

.mobile-style .LoginAndReg .thirdPartyLogin .PhoneNumForm .TextBox {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #999999;
    color: #333333;
    padding: 0PX 5PX;
    width: 240px;
    vertical-align: middle;
}

.mobile-style .LoginAndReg .thirdPartyLogin .PhoneNumForm .BtnSave {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    height: 30px;
    width: 100px;
    text-align: center;
    background: url(Images/bg0043.gif) center center no-repeat;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-left: 10px;
}

.mobile-style .LoginAndReg .thirdPartyLogin .PhoneNumForm .BtnSave:hover {
    background: url(Images/bg0043_0.GIF) center center no-repeat;
}

.mobile-style .loginUser {
    position: relative;
}


.mobile-style .Popup .PopupCon .LoginPassTitle {
    font-size: 20px;
    text-align: center;
    padding: 20px 20px 0px 20px;
}

.mobile-style .Popup .PopupCon .LoginPass {
    padding: 20px;
}

.mobile-style .Popup .PopupCon .ImgVerifyBox .ImgVerifyBtns {
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.mobile-style .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);
}

.mobile-style .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);
}

.mobile-style .Popup .PopupCon .ImgVerifyBox .ImgVerifyBtns .BtnItem {
    width: 50%;
    float: left;
}

.mobile-style .Popup .PopupCon .ImgVerifyBox .ImgVerifyBtns .BtnSubmit {
    font-size: 17px;
    font-weight: bold;
    color: #e53737;
    line-height: 50px;
    height: 50px;
    text-align: center;
    display: block;
}

.mobile-style .Popup .PopupCon .ImgVerifyBox .ImgVerifyBtns .BtnCancel {
    font-size: 17px;
    font-weight: normal;
    color: #333333;
    line-height: 50px;
    height: 50px;
    text-align: center;
    display: block;
}

.mobile-style #bot {
    display: none;
}

.mobile-style .Coupon {
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.mobile-style .Coupon .CouponMask {
    position: fixed;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.mobile-style .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;
}

.mobile-style .Coupon .CouponBox .CouponBoxInner {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    top: 10px;
}

.mobile-style .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;
}

.mobile-style .Coupon .CouponBox .BoxContent {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    bottom: 50px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-style .Coupon .CouponBox .CouponItem {
    background: #ffffff;
    border-radius: 5px;
    margin: 0px auto 10px auto;
}

.mobile-style .Coupon .CouponBox .CouponItemInner {
    padding: 10px;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.mobile-style .Coupon .CouponBox .CouponItemInner:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    border-right: 1px dashed #e53737;
    left: 35px;
}

.mobile-style .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;
}

.mobile-style .Coupon .CouponBox .ItemBaseInfo {
    margin-left: 40px;
}

.mobile-style .Coupon .CouponBox .BasinInfo1 {
    color: #dc1f24;
    line-height: 30px;
    position: relative;
    padding-top: 20px;
}

.mobile-style .Coupon .CouponBox .BasinInfo1 .RMB {
    font-weight: bold;
}

.mobile-style .Coupon .CouponBox .BasinInfo1 .Num {
    font-size: 28px;
    font-weight: bold;
}

.mobile-style .Coupon .CouponBox .BasinInfo2 {
    color: #666666;
    font-size: 12px;
}

.mobile-style .Coupon .CouponBox .Conditions {
    font-size: 14px;
}

.mobile-style .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;
}

.mobile-style .Coupon .CouponBox .BoxFoot {
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 40px;
}

.mobile-style .Coupon .CouponBox .BoxFoot .SkipTips {
    margin-bottom: 10px;
    color: #ffffff;
}

.mobile-style .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;
}
.mobile-style .PopupBox{
    left: -100%;
    top: 0;
    width: 100%;
    bottom: 0px;;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 1000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.mobile-style .PopupBox.PopupShow {
    left: 0;
}

.mobile-style .Popup {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    background: #f5f5f5 url(images/login-bg.png) center top no-repeat;
    background-size: 100% auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.mobile-style .Popup:before {
    content: "";
    display: block;
    padding-top: 20%;
}

.mobile-style .Popup .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);
}

.mobile-style .PopupMax {
    width: 100%;
    margin-left: 0px;
}

.mobile-style .PopupMid {
    width: 100%;
    margin-left: 0px;
}

.mobile-style .PopupMin {
    width: 100%;
    height: 100%;
    margin-left: 0px;
}

.mobile-style .Popup .PopupTitle {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.mobile-style .Popup .PopupTitle .title-tab{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-style .Popup .PopupTitle .title-tab a{
    padding: 10px 20px;
    position:relative;
}
.mobile-style .Popup .PopupTitle .title-tab .Selected{
    color: #e53737;
}
.mobile-style .Popup .PopupTitle .title-tab .Selected:after{
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    height: 3px;
    bottom: 0px;
    background: #e53737;
}
.mobile-style .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;
}

.mobile-style .Popup .BtnClose:hover {
    background: url(Images/Mobile_bg0001.png) center center no-repeat;
    background-size: auto 20px;
}

.mobile-style .Popup .PopupTitle .BtnBack {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    float: left;
    font-family: "宋体";
    color: #999999;
}

.mobile-style .Popup .PopupTitle .BtnBack:hover {
    color: #cc0000;
}

.mobile-style .Popup .PopupCon {
    color: #333333;
}

.mobile-style .Popup .PopupCon.Busy:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5) url(https://wx.100xuexi.com/images/loading-1.gif) center center no-repeat;
    z-index: 100;
}

.mobile-style .Popup .PopupCon table {
    width: 100%;
    margin: 0px auto;
}

.mobile-style .Popup .Tips {
    /* height: 20px; */
    color: #e53737;
    /* margin-bottom: 15px; */
    font-size: 14px;
    padding: 0px 20px;
}

.mobile-style .Popup .HelpLink {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0px 20px;
    text-align: center;
}

.mobile-style .Popup .HelpLink a {
    color: #336699;
}

.mobile-style .Popup .PopupCon .IdCheck {
    max-width: 320px;
    margin: 0px auto;
}

.mobile-style .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;
}

.mobile-style .Popup .PopupCon .IdCheck th {
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}

.mobile-style .Popup .PopupCon .IdCheck .BtnContainer {
    text-align: center;
    padding-bottom: 20px;
}

.mobile-style .Popup .PopupCon .IdCheck .BtnSubmit, .mobile-style .Popup .PopupCon .IdCheck .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);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.3);
    display: block;
    border-radius: 100px;
}

.mobile-style .Popup .PopupCon .IdCheck .Tips2 {
    font-size: 14px;
    padding-bottom: 20px;
    color: #cc3300;
}

.mobile-style .Popup .PopupCon .IdCheck .PswTag {
    padding: 0px 20px 10px 20px;
}

.mobile-style .Popup .PopupCon .IdCheck .PswCon {
    margin-bottom: 5px;
    position: relative;
}