/*document css*/
html,body{
    height:100%;
}
body{
    background: url(../images/loginBg.jpg) center/cover no-repeat;
    overflow: hidden;
}
.mainWrap{
    height: 100%;
    padding:0 72px 0 5.4%;
    overflow-y: auto;
}
.leftCon{
    padding-top: 12%;
    width:calc(100% - 560px);
    padding-right: 20px;
    float: left;
    overflow: hidden;
}
.leftCon h2{
    line-height: 60px;
    font-size: 48px;
    font-weight: bold;
    color:#fff;
    padding-bottom: 50px;
    text-shadow: 0 2px 1px rgb(51 51 51 / 40%);
    position: relative;
    padding-left: 28px;
}
.leftCon h2 i{
    display: inline-block;
    vertical-align: top;
    width:12px;
    height:48px;
    background-color: #d6000f;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 6px;
}
.leftCon dl{
    color:#fff;
    padding-left: 28px;
    padding-right: 34%;
}
.leftCon dl dt{
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 12px;
    text-shadow: 0 2px 1px rgb(51 51 51 / 40%);
}
.leftCon dl dd{
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 16px;
    text-shadow: 0 2px 1px rgb(51 51 51 / 40%);
    padding-left: 18px;
    background:url(../images/star.png) left 4px no-repeat;
}
.loginCon{
    width:540px;
    height:auto;
    min-height: 800px;
    float: right;
    /*text-align: center;*/
    border-radius: 10px;
    background:url(../images/loginConBg.jpg) center/cover no-repeat;
    margin-top: 5%;
    margin-bottom: 2%;
}
.loginCon .logo{
    text-align: center;
    padding:0 12%;
}
.loginCon .logo img{
    width:auto;
    height:216px;
}
.tabBox{
    padding:0 76px;
}
.tabBox .hd{
    padding-top: 40px;
    overflow: hidden;
    margin-bottom: -6px;
}
.tabBox .hd li{
    width:33%;
    float: left;
    line-height: 42px;
    font-size: 28px;
    color: rgba(255,255,255,.84);
    padding-bottom: 6px;
    position: relative;
    cursor: pointer;
    text-shadow: 0 1px 1px rgb(56 80 128 / 24%);
}
.tabBox .hd li.on{
    color:#fff;
}
.tabBox .hd li.on:after{
    display:block;
    content: '';
    width:24px;
    height:6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background:-o-linear-gradient(top,#D6000F, #EC6868);
    background:-ms-linear-gradient(top,#D6000F, #EC6868);
    background:-moz-linear-gradient(top,#D6000F, #EC6868);
    background:-webkit-linear-gradient(top,#D6000F, #EC6868);
    background:linear-gradient(to bottom,#D6000F, #EC6868);
    position: absolute;
    left: 50%;
    bottom:0;
    margin-left: -12px;
}
.tabBox .bd{

}
.tabBox .item{
    width:100%;
    height:54px;
    margin-top: 40px;
    border-bottom: 1px solid #ececec;
}
.tabBox .item input{
    width:100%;
    height:54px;
    line-height: 34px;
    border:0 none;
    padding:10px 24px;
    padding-left: 64px;
    font-size: 16px;
    color:#333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tabBox .itemBg{
    background:url(../images/itemBg.png) center/cover no-repeat;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(8,53,88,.16);
}
.tabBox .userItem::before{
    width:24px;
    height: 24px;
    content: '';
    background:url(../images/users.png) left center no-repeat;
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -12px;
}
.tabBox .pwsItem::before{
    width:24px;
    height: 24px;
    content: '';
    background:url(../images/psw.png) left center no-repeat;
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -12px;
}
.tabBox .phoneItem::before {
    width: 24px;
    height: 26px;
    content: '';
    background: url(../images/phone.png) left center no-repeat;
    position: absolute;
    left: 19px;
    top: 50%;
    margin-top: -12px;
}



.tabBox .pswItem{
    margin-top: 16px;
    height:24px;
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
}
.tabBox .pswItem label{
    display:block;
    float: left;
    padding-left: 22px;
    background:url(../images/check.png) left center no-repeat;
    font-size: 16px;
    color:#fff;
    cursor: pointer;
}
.tabBox .pswItem label.on{
    background:url(../images/check_on.png) left center no-repeat;
}
.tabBox .pswItem a{
    display:block;
    float: right;
    font-size: 16px;
    color:#fff;
    position: relative;
    padding-left: 6px;
    margin-left: 5px;
}
.tabBox .pswItem a::after{
    display:block;
    content: '';
    width:1px;
    height:14px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}
.tabBox .pswItem a:last-of-type::after{
    display:none;
}
.tabBox .pswItem a:hover{
    text-decoration: underline;
}
.tabBox .loginBtn{
    width:100%;
    height:48px;
    line-height: 48px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:0 none;
    font-size: 24px;
    color:#fff;
    font-weight: 500;
    background:-o-linear-gradient(top,#DE1469, #ED6971);
    background:-ms-linear-gradient(top,#DE1469, #ED6971);
    background:-moz-linear-gradient(top,#DE1469, #ED6971);
    background:-webkit-linear-gradient(top,#DE1469, #ED6971);
    background:linear-gradient(to bottom,#DE1469, #ED6971);
    box-shadow: 0 1px 8px rgba(8,53,88,.16);
    margin-top: 20px;
    cursor: pointer;
}
.codeList{
    text-align: center;
    padding-top: 80px;
    overflow: hidden;
}
.codeList .imgBox{
    display:inline-block;
    vertical-align: top;
    width:180px;
    height:180px;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
}
.codeList .imgBox img{
    width:100%;
    height:100%;
}
.codeList p{
    font-size: 18px;
    color:#fff;
    line-height: 24px;
    padding-top: 20px;
}
/*20211020 add*/
.mainWrap{
    padding-right: 4%;
}
.loginCon{
    width: 25.8%;
    min-height: initial;
    padding-bottom: 2%;
    padding-top: 2%;
    background: url(../images/loginConBg.jpg) center no-repeat;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.leftCon{
    width: calc(66.8% - 20px);
}
.loginCon .logo img{
    height:auto;
    max-height: 231px;
    max-width: 100%;
}
.tabBox{
    padding:0 12%;
}
/*20211210 add*/
.downCode{
    width:120px;
    padding-left: 28px;
    padding-top: 20px;
    overflow: hidden;
}
.downCode .img{
    background-color: #fff;
    padding:4px;
    overflow: hidden;
}
.downCode img{
    vertical-align: top;
    width:100%;
    height:auto;
}
.downCode p{
    font-size: 14px;
    color:#fff;
    line-height: 22px;
    padding-top: 4px;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(8, 41, 80, 0.16);
}
/*20211210 end*/
/*20220124 add*/
.tipsBox{
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
    display:none;
}
.tipsBox p{
    font-size: 0.9375vw;
    color:#fff;
    line-height: 26px;
}
.tipsBox .activationBtn{
    display:inline-block;
    vertical-align: top;
    font-size: 16px;
    color:#fff;
    padding-top: 10px;
    text-decoration: underline;
}
.tipsBox .activationBtn:hover{
    opacity: .9;
}
.tabBox .item input.yzmBtn{
    color:#666;
    background:none;
    padding:0;
    cursor:pointer;
}
.tabBox .item input.completeValidate{
    background: url(../images/complete.png) 40% center no-repeat;
    padding-left: 10%;
    color:#198d33;
}
.popupBg{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    display:none;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.yzmPopup{
    width: auto;
    height: 286px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99;
    display:none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slidercaptcha .card-body {
    padding: 1rem;
}
.slidercaptcha canvas:first-child {
    border-radius: 4px;
    border: 1px solid #e6e8eb;
}
.slidercaptcha.card .card-header {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.03);
}
.refreshIcon {
    top: -42px;
}
.slidercaptcha.card .card-header{
    line-height: 40px;
    padding:0 1rem;
}
.slidercaptcha.card .fa{
    width:100%;
    height:100%;
}
.sliderIcon{
    background:url(../images/arrowFr.png) center no-repeat;
}
.sliderContainer_success .sliderIcon{
    background:url(../images/yes.png) center no-repeat;
}
.sliderContainer_fail .sliderIcon{
    background:url(../images/no.png) center no-repeat;
}
.slider:hover .sliderIcon{
    background-position: center;
}
.sliderContainer_fail .sliderIcon:before,
.sliderContainer_success .sliderIcon:before{
    display:none;
    content: '';
}
.errMsg{
    font-size: 14px;
    line-height: 24px;
    color: #f00;
    clear: both;
    position: relative;
    top: -10px;
}
.tabBox .pswItem a{
    padding-left: 0;
}
.tabBox .pswItem a::after{
    display: none;
}
/*    20220408 add*/
.tabBox .item{
    position: relative;
}
.tabBox .itemBg{
    overflow: hidden;
}
.tabBox .item .viewPsw{
    width:24px;
    height: 24px;
    background: url(../images/view.png) center no-repeat;
    position: absolute;
    right:10px;
    top: 50%;
    margin-top: -12px;
    display: none;
}
.tabBox .item .viewPsw.closed{
    background: url(../images/notView.png) center no-repeat;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
/*ie*/
input::-ms-reveal {
    display: none;
}
input::-ms-clear{
    display: none;
}
/*edge*/
input::-o-clear{
    display: none;
}

/*20220913 add*/
.top {
    background: #fff;
    height: 100px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.cont {
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.logo_pc {
    float: left;
    padding: 26px 0;
}
.logo_pc img {
    display: block;
    height: 47px;
}
.top_right {
    float: right;
    overflow: hidden;
    padding: 35px 0;
}
.top_right a {
    color: #666;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #ddd;
    width: 88px;
    height: 28px;
    line-height: 27px;
    text-align: center;
    border-radius: 15px;
}
body{
    height: auto;
    background: none;
}
.bodyMain{
    height: auto;
    background: url(../images/bg.jpg) center top no-repeat;
    overflow: hidden;
}
.mainWrap{
    width:100%;
    max-width: 1200px;
    margin:0 auto;
    padding: 0 0 5%;
}
.loginCon{
    width:480px;
    height: auto;
    padding: 15px;
    background: rgba(255, 255, 255, 0.58);
    border-radius: 5px;
    margin-top: 8%;
    margin-bottom: 0;
    position: relative;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.loginCon .loginConBox{
    background: #fff;
    border-radius: 5px;
}
.loginCon .logo{
    display: none;
}
.tabBox{
    padding:0;
}
.tabBox .hd{
    border-bottom: 1px solid #ececec;
    margin-bottom: 0;
}
.tabBox .hd li{
    line-height: 60px;
    font-size: 20px;
    color:#999;
    text-align: center;
    padding-bottom: 0;
    text-shadow: none;
    position: relative;
}
.tabBox .hd li.on{
    color: #eb3341;
}
.tabBox .hd li.on::after {
    display: block;
    content: '';
    width: 30px;
    height: 3px;
    background: #eb3341;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
}
.tabBox .bd{
    padding: 14px 8%;
}
.tabBox .item{
    height: auto;
    margin-top: 20px;
    box-shadow: none;
    background: none;
}
.tabBox .pwsItem::before,
.tabBox .phoneItem::before,
.tabBox .userItem::before{
    display: none;
}
.tabBox .item input{
    width: 80%;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    border: 1px solid #ececec;
    background: #f9f9f9;
    border-radius: 1px;
}
.tabBox .item label {
    display: block;
    line-height: 36px;
    width: 18%;
    float: left;
    font-size: 16px;
    color: #333;
}
.tabBox .pswItem a{
    text-decoration: none;
    color: #eb3341!important;
}
.tabBox .pswItem a:first-of-type{
    color: #088811!important;
}
.tabBox .pswItem a:hover{
    text-decoration: none;
    opacity: .8;
}
.tabBox .loginBtn{
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    background: #ff3443;
    color: #fff;
    border: 0;
    width: 100%;
    margin: 0;
    cursor: pointer;
    letter-spacing: 2px;
    border-radius: 2px;
}
.codeList{
    padding-top: 50px;
}
.codeList p{
    font-size: 16px;
    color: #333;
}
.logints {
    padding: 28px 0 0;
}
.logts_tit {
    height: 15px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 25px;
}
.logts_tit span {
    display: block;
    width: 185px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    height: 30px;
    position: relative;
}
.logts_tit b, .logts_tit i {
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #dedede;
    color: #666;
}
.logts_tit b {
    padding: 2px;
    margin: 0 6px;
}
.logts_tit i {
    width: 22px;
    font-style: normal;
}
.logts_cont {
    line-height: 30px;
    color: #888;
    font-size: 12px;
}
.logts_cont p {
    vertical-align: middle;
    padding: 0 0 10px 15px;
    line-height: 1.45;
}
.leftCon{
    width:504px;
    max-width: calc(100% - 530px);
    height: auto;
    margin: 170px 0 0 50px;
    float: left;
    background: url("../images/xx.png") center no-repeat;
}
.leftCon h2{
    display: none;
}
.leftCon dl{
    display: none;
}
.code_box{position: absolute;top: 0;right: 490px;border-radius: 8px;padding:15px;background:rgba(255,255,255,.3);}
.code_box2{ border-radius: 5px; padding:10px; background:#fff;}
.code_box2 img{ display:block; width:120px; height:auto;}
.code_box2 p{text-align:center;color:#999;font-size: 14px;line-height: 1.2;padding-top: 5px;}
.footer {
    background: #f9f9f9;
    padding: 2% 0;
}
.copy {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 22px;
    color: #999;
    text-align: center;
}



@media screen and (min-width:1921px){
    /*.loginCon{
        margin-top: 2%;
    }*/
}
@media screen and (min-height:900px){
    /*.loginCon{
        padding: 2% 0;
        min-height: 80%;
        margin: 0;
        position: absolute;
        right: 4%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -o-flex;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
    }*/
}
@media screen and (max-width:1366px){
    /*.loginCon{
        position: initial;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .leftCon h2{
        font-size: 40px;
    }
    .tabBox .hd li{
        font-size: 20px;
    }*/
}
@media screen and (max-width:1024px){
    /*.mainWrap{
        padding:0 4%;
    }
    .leftCon{
        width:100%;
        float:none;
        padding:20px 0 0;
    }
    .loginCon{
        width:100%;
        float: none;
        padding-bottom: 8%;
        margin-top: 4%;
        margin-bottom: 0;
    }
    .loginCon .logo img{
        max-height: 196px;
    }
    .tabBox{
        padding: 0 8%;
    }
    .tabBox .hd{
        padding-top: 24px;
        margin-bottom: 0;
    }
    .tabBox .item{
        margin-top: 24px;
    }
    .tabBox .loginBtn{
        margin-top: 30px;
    }
    .codeList{
        padding-top: 38px;
    }
    .leftCon h2{
        display:none;
    }
    .leftCon dl{
        padding-left: 0;
        padding-right: 0;
    }
    .leftCon dl dt{
        line-height: 22px;
        padding-bottom: 10px;
        font-size: 16px;
    }
    .leftCon dl dd{
        line-height: 22px;
        padding-bottom: 6px;
        font-size: 12px;
    }*/
    /*20220215 add*/
    .tabBox .hd li{
        width:100%;
    }
    .tabBox .hd li:nth-of-type(2){
        display:none;
    }
    .codeList{
        display:none;
    }
    /*20220215 end*/
    /*20220913 add*/
    .mainWrap{
        padding:0 2%;
    }
    .leftCon{
        display: none;
    }
    .loginCon{
        float: none;
        margin-left: auto;
        margin-right: auto;;
    }
    /*20220913 end*/
}
@media screen and (max-width:750px){
    .top{
        display: none;
    }
    html,body{
        height: 100%;
    }
    .bodyMain{
        height: 100%;
        background: url("../images/bg.png") center/cover no-repeat;
    }
    .mainWrap{
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .loginCon{
        width:100%;
        background: none;
    }
    .loginCon .loginConBox{
        background: none;
    }
    .tabBox .item{
        border-radius: 0;
    }
    .tabBox .item label{
        display: none;
    }
    .tabBox .item input{
        width:100%;
        height: 48px;
        line-height: 48px;
        background: none!important;
        border:0 none;
        /*border-bottom: 1px solid #ececec;*/
        padding-left: 50px;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .tabBox .userItem::before,
    .tabBox .phoneItem::before,
    .tabBox .pwsItem::before{
        display: block;
        left: 14px;
    }
    /*.tabBox .hd{*/
    /*    display: none;*/
    /*}*/
    .tabBox .hd li {
        width: 50%;
    }
    .tabBox .bd{
        padding:14px 0 0;
    }
    .logints{
        display: none;
    }
    .loginCon .logo{
        display: block;
    }
}
/*20221010 fix*/

.tabBox .item .codeBtn{
    float: right;
    margin-top: 4px;
}



