/*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 0 4px rgba(0, 0, 0, 0.1);
    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 0 4px rgba(0, 0, 0, 0.1);
}
.leftCon dl dd{
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 16px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    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.png) 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:50%;
    float: left;
    line-height: 42px;  
    font-size: 28px;
    color:rgba(255,255,255,.64);
    padding-bottom: 6px;
    position: relative;
    cursor: pointer;
}
.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;
}
.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 .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:28.2%;
    min-height: initial;
    padding-bottom: 2%;
    background: url(../images/loginConBg.png) 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;
}

@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){
    .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*/
}



