header{
    /* background-color: transparent!important; */
    border-bottom: 1px solid rgba(173, 147, 137, 0.3);
}
/* =================main================== */
main{
    width: 100%;
    /* width: 480px; */
    height: calc(100% - 60px);
    /* background: url('../images/img/config_login_bg.jpg') no-repeat; */
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 100%  100%; */
    background-size: cover!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
main>.main{
    /* width: 820px; */
    width: 400px;
    max-width: 1200px;
    /* height: 500px; */
    height: 480px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11);
    position: relative;
    margin-top: -5%;
}
main>.main:after {
    content: "";
    height: 0;
    width: 100%;
    clear: both;
}
main>.main>.mobileLeftNotice{
    display: none;
}
.main>.leftNotice{
    width: 268px;
    height: 260px;
    padding: 20px 24px 27px 21px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.3);
    color: rgba(ff, ff, ff, 0.84);
    position: absolute;
    top: 0px;
    right: 100%;
    transform: translateX(-3vw);
    border-radius: 4px;
}
.main>.leftNotice>p{
    font-size: 14px;
    margin-bottom: 9px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main>.leftNotice>p>span{
    color: rgba(255,255, 255, .9);
}
.main>.leftNotice>p>img{
    width: 15px;
    margin-left: 2px;
    /* margin-top: 2px; */
}
.main>.leftNotice>.notice_container{
    height: 189px;
    overflow: hidden;
    font-size: 16px;
}
.main>.leftNotice>.notice_container p{
    /* line-height: 27px; */
    line-height: 17px;
    font-size: 12px;
    word-wrap: break-word;
	word-break: break-all;
    color: rgba(255,255, 255, .84);
    margin-top: 5px;
    text-align: left;
}
.main>.leftNotice>.notice_container p:nth-of-type(1){
    margin-top: 0px;
}
.main>.leftNotice>.notice_container p>span{
    font-weight: 600;
    color: rgba(255,255, 255, .84);
}
.main>.loginForm{
    /* width: 400px; */
    width: 400px;
    height: 100%;
    position:relative;
    background-color: #fff;
    /* padding: 0 35px 0px; */
    /* box-shadow:4px 4px 16px 0px rgba(0,0,0,0.11); */
    /* float: left; */
    display: inline-block;
    border-radius: 4px;
}
.main>.loginForm>div.page{
    background: #ffffff;
    /* padding: 0 35px 46px; */
    /* width: 330px; */
    width: 350px;
    height: 100%;
    box-sizing: content-box;
    position: relative;
    border-radius: 4px;
}
/* .main>.loginForm>div>p.right_partner_code{
    width: 70px;
    height: 21px;
    line-height: 1;
    margin: 0px;
    position: absolute;
    top: 8px;
    right: 60px;
}
.main>.loginForm>div>p.right_partner_code .tip-text{
    font-size: 14px;
    color: #eeb04f;
    position: relative;
    background: #FEFCEF;
    padding: 0 5px 0 5px;
    border: 1px solid #fee4a5;
    border-right: none;
    display: inline-block;
    line-height: 19px;
}
.main>.loginForm>div>p.right_partner_code .tip-icon{
    width: 100%;
    height: 21px;
    display: inline-block;
    font-size: 21px;
    z-index: 100;
    position: absolute;
    left: 34px;
}
.main>.loginForm>div>p.right_partner_code .tip-icon use{
    height: 21px;
} */
/* .main>.loginForm>div>.scan_login{
    width: 50px;
    height: 50px;
    position: absolute;
    right: -0px;
    top: 0px;
    color: #3571ff;
    z-index: 101;
}
.main>.loginForm>div>.scan_login>svg{
    width: 100%;
    height: 100%;
    cursor: pointer;
    fill: currentColor;
} */
.loginForm p.errTip{
    font-size: 10px;
    line-height: 14px;
    color: #f5222d;
    margin-left: 2px;
    display: none;
}
/* 登录页 */
.loginFormPage h2{
    padding: 44px 0 42px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #3571ff;
}
.loginFormPage section.tab{
    padding: 0px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}
.loginFormPage section.tab p{
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0 15px;
    cursor: pointer;
    color: #9FA2B4;
}
.loginFormPage section.tab p.selected{
    color: #3571ff;
    border-bottom: 3px solid #3571ff;
}
.loginFormPage section.ssoBtn button.commonBtn.account{
    background-color: #fff;
    color: #3571ff;
    border: 1px solid #3571ff;
}
.loginFormPage section.ssoBtn button.commonBtn.account:hover{
    background-color: #3571ff;
    color: #fff;
    border: 1px solid #3571ff;
    opacity: 1!important;
}
.loginFormPage form{
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
}
.loginFormPage form>div{
    height: 55px;
    position: relative;
    margin-bottom: 10px;
}
.loginFormPage form>div#captchaDiv{
    margin-bottom: 0px;
}
.loginFormPage form>div#captchaDiv p.errTip.verifyCode{
    bottom: -1px!important;
}
.loginFormPage form input{
    /* width: 330px; */
    width: 100%;
    height: 40px;
    background-color: #fff;
    padding: 0 11px 0 40px;
    background-image: none;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 3px;
    transition: all 0.3s;
}
.loginFormPage form input#loginPass{
    padding-right: 38px;
}
.loginFormPage form span.icon{
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    left: 12px;
    top: 4px;
    color:rgba(191,191,191,1);
}
.loginFormPage form>div span.eye_input{
    width: 14px;
    height: 14px;
    font-size: 14px;
    top: 9px;
    left: calc(100% - 14px - 12px);
    cursor: pointer;
}
.loginFormPage form>div.verifyCode{
    height: 52px;
}
.loginFormPage form>div.verifyCode>input{
    /* width: 302px; */
    padding-right: 125px;
}
.loginFormPage form>div.verifyCode>div{
    width: 95px;
    height: 40px;
    margin-top: 1px;
    position: absolute;
    right: 0px;
}
.loginFormPage form>div.verifyCode>div>canvas{
    width: 100%;
    height: 100%;
}
.loginFormPage form>div:nth-of-type(n+3){
    display: flex;
    justify-content: space-between;
}
.loginFormPage form>div.rememberDiv{
    height: 33px;
    /* align-items: center; */
    align-items: baseline;
    flex-wrap: wrap;
    /* margin: 10px 0 10px 0; */
    margin-bottom: 0px!important;
}
.loginFormPage form>div.rememberDiv>div{
    height: 20px;
    display: flex;
    align-items: center;
    border-bottom: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 70px;
}
.loginFormPage form>div.rememberDiv>div>input{
    width: 14px;
    height: 14px;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-radius: 2px;
    border-collapse: separate;
    transition: all 0.3s;
    margin-right: 10px;
    position: relative;
    top: 2px;
    left: 2px
}
.loginFormPage form>div.rememberDiv>div>input:checked::after{
    content: "✓";
    font-size: 10px;
    color: #fff;
    /* font-weight: bold; */
    background-color: #3571ff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginFormPage form>div.rememberDiv>div>input::after{
    background-color: #fff;
    color: #000;
    width: 14px;
    height: 14px;
    font-size: 14px;
    display: inline-block;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
    border: 1px solid #3571ff;
    position: absolute;
    left: -2px;
    top: -2px;
}
.loginFormPage form>div.rememberDiv>div>label{
    /* width: 85px; */
    text-align: left;
    height: 21px;
    line-height: 23px;
    position: absolute;
    left: 24px;
    top: 0px;
}
.loginFormPage form>div.rememberDiv>span{
    color: #3571ff;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
}
.loginFormPage>p{
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 22px;
    margin-top: 30px;
}
.loginFormPage>p>span.logout{
    color: #3571ff;
}
.loginFormPage>p.login_footer_tip{
    margin-top: 8px;
    line-height: 16px;
}
.loginFormPage .otherLogin{
    margin: 30px 0 0;
}
.loginFormPage .otherLoginTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.loginFormPage .otherLoginTop .between{
    /* border-bottom: 1px solid #ccc; */
    height: 1px;
    width: 99px;
    display: inline-block;
    background-color: #ccc;
}
.loginFormPage .otherLoginTop .center{
    border: 0;
    color: #ccc;
    font-size: 14px;
}
.loginFormPage .otherLoginContent{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.loginFormPage .otherLoginContent>div{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
.loginFormPage .otherLoginContent>div>i{
    width:100%;
    height:100%;
    color:rgba(48,165,221,1);
    /* background:#30a5dd; */
}
.loginFormPage .otherLoginContent>div>i>svg{
    width:100%;
    height:100%;
    color: #30a5dd;
    /* background:#30a5dd; */
}
.loginFormPage .otherLoginContent>div.mobile{
    background:#30a5dd;
}
.loginFormPage .otherLoginContent>div.dingding{
    background:#3aa2eb;
}
.loginFormPage .otherLoginContent>div.wechat{
    background:#50b674;
}
.loginFormPage .otherLoginContent>div.qychat{
    background:#1785EC;
}
.loginFormPage .otherLoginContent>div>span{
    color: #fff;
    font-size: 1.5em;
}
#verify-img{
    height: 30px;
}
#verify-img::after{
    content: '';
    width: 1px;
    height: 24px;
    background-color: #9FA2B4;
    opacity: 0.8;
    position: absolute;
    left: -13px;
    top: 3px;
}
/* 忘记密码-短信验证 */
.message>section>p{
    height: 39px;
    line-height: 39px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
}
.message form>div{
    position: relative;
    margin-bottom: 20px;
}
.message form>div span{
    line-height: 52px;
    position: absolute;
    left: 12px;
}
.message form>div input{
    width: 100%;
    height: 40px;
    background-color: #fff;
    padding: 0 11px 0 40px;
    background-image: none;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 3px;
    transition: all 0.3s;
}
.message form>div:nth-of-type(3)>section{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.message form>div:nth-of-type(2) input{
    width: 245px;
}
.message form>div:nth-of-type(3) input{
    width: 245px;
}
#verify-login img{
    width: 100px;
    height: 38px;
    cursor: pointer;
    margin-left: 5px;
}
.message form>div p.getCode{
    color: rgba(0, 0, 0, 0.25);
    /* width: 128px;
    height: 52px;
    line-height: 52px; */
    white-space: nowrap;
    text-align: center;
    border-radius: 3px;
    background-image: none;
    border: 1px solid #d9d9d9;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    /* margin-left: 12px; */
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
}
.message form>div p.getCode:hover{
    color: #3571ff;
    border-color: #3571ff;
}
.message>p{
    line-height: 40px;
    text-align: right;
    color: #3571ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
}
/* 忘记密码-邮箱验证 */
/* 重置密码 */
/* 手机验证码登录 */
#phoneCode button.backLoginBtn{
    background-color:#fff;
    color:#3571ff;
    border:1px solid #3571ff;
    z-index:1000;
}
#phoneCode form>div:nth-of-type(4){
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}
#phoneCode form>div:nth-of-type(4){
    align-items: center;
}
#phoneCode form>div:nth-of-type(4){
    height: 20px;
    margin: 17px 0 16px;
}
#phoneCode form>div:nth-of-type(4)>div{
    width: 66px;
    height: 20px;
    display: flex;
    align-items: center;
    border-bottom: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}
#phoneCode form>div:nth-of-type(4)>div>input{
    width: 14px;
    height: 14px;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-radius: 2px;
    border-collapse: separate;
    transition: all 0.3s;
    margin-right: 10px;
    position: relative;
    top: 2px;
    left: 2px;
}
#phoneCode form>div:nth-of-type(4)>div>input:checked::after{
    content: "✓";
    font-size: 10px;
    color: #fff;
    /* font-weight: bold; */
    background-color: #3571ff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#phoneCode form>div:nth-of-type(4)>div>input::after{
    background-color: #fff;
    color: #000;
    width: 14px;
    height: 14px;
    font-size: 14px;
    display: inline-block;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px;
    border: 1px solid #3571ff;
    position: absolute;
    top: -2px;
    left: -1px;
}
#phoneCode form>div:nth-of-type(4)>div>label{
    height: 21px;
    line-height: 23px;
    position: absolute;
    left: 24px;
    width: 85px;
    text-align: left;
}
#phoneCode form>div:nth-of-type(4)>span{
    color: #3571ff;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
}
#phoneCode form>button:nth-of-type(2){
    margin-top: 22px;
}
#phoneCode form>button:nth-of-type(2):hover{
    background-color: #3571ff;
    opacity: 1;
    color: #fff;
}
#enAppLogin>button:hover{
    background-color: #3571ff;
    opacity: 1;
    color: #fff;
}
/* 第三方登录 */
#otherLogin>h2{
    height:75px;
    font-size:1.5em;
    font-weight: 600;
}
#otherLogin>p{
    text-align:center;
    font-weight: 400;
    font-size:14px;
    color: rgba(0, 0, 0, 0.25);
    margin-top: 25px;
}
#otherLogin button.backLoginBtn{
    background-color:#fff;
    color:#3571ff;
    border:1px solid #3571ff;
    z-index:1000;
}
#otherLogin>section>div{
    margin:0 auto;
}
#otherLogin .ding_borders{
    height: 242px;
    width: 242px;
    display:block!important;
    border: 1px solid #c1bfbf;
    position: absolute;
    top: 142px;
    right: 79px;
}
#otherLogin #ding_login_container{
    width:240px;
    height:266px;
    margin:0 auto;
}
#otherLogin #wx_login_container{
    width:290px;
    height:200px;
    margin:40px 0 18px;
}
#otherLogin #qy_login_container{
    width:300px;
    height:215px;
    margin:20px 0;
}
#otherLogin #qy_login_container>iframe{
    height:100%;
    margin:0 auto;
}
#otherLogin .due{
    position: absolute;
    right: 75px;
    bottom: 115px;
    top: 135px;
    background: rgba(255, 255, 255, 0.9);
}
#otherLogin .due_content{
    width: 250px;
    height: 250px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
#otherLogin .due_content p{
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom:14px;
}
#otherLogin .due_content button{
    width: 110px !important;
    height: 40px !important;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    background-color: #3571ff;
    border-color: #3571ff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 4px;
    outline:none;
    border:none;
}
/* enapp扫码登录 */
#enAppLogin>p.desc{
    margin-top: 0px;
    text-align: center;
    color: rgba(0,0,0,.25);
    font-size: 14px;
}
#enAppLogin>p.desc a{
    color:#3571ff;
    text-decoration: none;
}
#enAppLogin>section{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
#enAppLogin>section>div.enapp_login_container{
    width: 168px;
    padding: 9px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}
#enAppLogin>section div#enapp_login_container{
    width: 150px;
}
#enAppLogin>button{
    background-color:#fff;
    color:#3571ff;
    border:1px solid #3571ff;
}
#enAppLogin>span{
    font-size: 14px;
    float: right;
    color: rgba(0,0,0,.25);
    margin-top: 20px;
    cursor: pointer;
}
#enAppLogin>span:hover{
    color:#3571ff;
}
#enAppLogin .due{
    width: 168px;
    height: 168px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.9);
}
#enAppLogin .due_content,.due_content_success{
    width: 100%;
    height: 100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
#enAppLogin .due_content p{
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom:14px;
}
#enAppLogin .due_content button{
    width: 110px !important;
    height: 36px !important;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    background-color: #3571ff;
    border-color: #3571ff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 4px;
    outline:none;
    border:none;
}
#enAppLogin .due_content button:hover{
    opacity: .8;
}
#enAppLogin .due_content_success img{
    width: 36px;
    height: 36px;
}
#enAppLogin .due_content_success p{
    height:22px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:22px;
    letter-spacing:2px;
}
#enAppLogin .due_content_success p:nth-of-type(1){
    margin-top: 12px;
}
/* 绑定手机号 */
/* #bindPhone>div.scan_login{
    margin: 0px!important;
    border: none!important;
    padding-bottom: 0px!important;
}
#bindPhone h3{
    height: 105px;
    line-height: 105px;
    text-align: center;
}
#bindPhone form button:nth-of-type(1){
    margin-top: 40px;
}
#bindPhone form button:nth-of-type(2){ 
    background-color:#fff;
    color:#3571ff;
    border:1px solid #3571ff;
    margin-top: 22px;
} */
#bindPhone form>div span{
    /* color: #3571ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    transition: color 0.3s;
    cursor: pointer;   
    font-size: 14px;
    touch-action: manipulation; */
}
/* 右部 */
.rightPart{
    width: 400px;
    height: 100%;
    margin-left: 20px;
    /* float: left; */
    float: right;
}
.rightPart>.rights{
    width: 100%;
    height: 150px;
    background-color: #fff;
    padding: 14px 0 14px 35px;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.11);
    transition: color 0.3s;
    margin-bottom: 26px;
}
/* #rightPart>.rights{
    height: 142px!important;
    padding: 15px 0 15px 35px;
} */
.rightPart .rights p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
}
.rightPart .rights p span{
    color: #3571ff;
    margin-right: 3px;
    cursor: pointer;
}
.rightPart .rights>div{
    margin-top: 10px;
    transition: color 0.3s;
}
.rightPart .rights>div>input{
    width: 14px;
    height: 14px;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-radius: 2px;
    border-collapse: separate;
    transition: all 0.3s;
    margin-right: 10px;
}
.rightPart .rights>div>input:checked::after{
    content: "✓";
    font-size: 10px;
    color: #fff;
    /* font-weight: bold; */
    background-color: #3571ff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rightPart .rights>div>input::after{
    background-color: #fff;
    color: #000;
    width: 14px;
    height: 14px;
    font-size: 14px;
    display: inline-block;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px;
    border: 1px solid #3571ff;
}
.rightPart .rights>div label{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
}
.rightPart .rights p:nth-of-type(2){
    margin-top: 16px;
    transition: color 0.3s;
}
.rightPart .rights p:nth-of-type(2)>span{
    margin: 0 3px;
}
.rightPart .notice{
    height: 180px;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.11);
    padding: 25px 24px 25px 35px;
    background-color: #fff;
    margin-bottom: 19px;
}
.rightPart .notice p{
    color:rgba(0,0,0,0.65);
    /* text-align: center; */
    font-size: 14px;
    word-wrap: break-word;
	word-break: break-all;
}
.rightPart .notice>p:nth-of-type(1){
    /* width: 45px; */
    text-align: center;
    color:rgba(29,165,122,1);
    margin-bottom: 6px;
}
.rightPart .notice>section{
    height: 105px;
    overflow: auto;
    padding-right: 1px;
    text-align: justify;
}
.rightPart .notice>section>p{
    word-break: break-all;
}
/* .rightPart .notice>p:nth-of-type(2){
    height: 105px;
    overflow: auto;
    padding-right: 1px;
    text-align: justify;
} */
.rightPart .notice >section::-webkit-scrollbar {
    width: 0px;    
    height: 1px;
}
.rightPart .notice >section::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.1);
}
.rightPart .notice >section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0px;
    background: #EDEDED;
}
.rightPart>.loginStyle{
    width: 100%;
    height: 125px;
    background-color: #fff;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.11);
    padding: 11px 0 27px 35px;
    transition: color 0.3s;
}
.loginStyle{
    width: 100%;
    height: 72px;
    padding: 0px;
    transition: color 0.3s;
    position: absolute;
    bottom: 35px;
    left: 0px;
}
.loginStyle>div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginStyle>div>p{
    width: 77px;
    height: 1px;
    background-color: #2F313D;
    opacity: 0.4;
}
.loginStyle h2{
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #2F313D;
    opacity: 0.8;
    line-height: 20px;
    font-family:PingFangSC-Medium,PingFang SC;
    text-align: center;
    padding: 0px!important;
    margin: 0 10px;
}
.loginStyle ul{
    margin-top: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: color 0.3s;
}
.loginStyle ul li{
    width: 42px;
    height: 42px;
    margin-right: 34px;
    cursor: pointer;
}
.loginStyle ul li:nth-last-of-type(1){
    margin-right: 0px;
}
.loginStyle ul li i{
    width: 100%;
    height: 100%;
}
.loginStyle ul li i svg{
    width: 100%;
    height: 100%;
    fill: currentColor;
}
.loginStyle ul li i.wachat{
    color: #50B674;
}
.loginStyle ul li i.qychat-line{
    color: #fff;
    width: 42px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    background: #1785ec;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
}
.loginStyle ul li i.qychat-line svg{
    width: 28px;
    text-align: center;
    fill: currentColor;
}
.loginStyle ul li i.dingding{
    color: #3AA2EB;
}
.loginStyle ul li i.weLink{}
.loginStyle ul li i.feishu{}
.loginStyle ul li span{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 42px;
}
.loginStyle ul li img{
    width: 100%;
    height: 100%;
}


/* 验证框 */
.jigsaw-title .close-icon{
    width:16px;
    height:46px;
}
.jigsaw-title .close-icon svg{
    width:16px;
    height:16px;
}
.jigsaw-title .refresh-icon{
    width:18px;
    height:46px;
}
.jigsaw-title .refresh-icon svg{
    width:18px;
    height:18px;
}
#captcha .sliderContainer .sliderMask{
    background:rgba(29,165,122,0.5);
}
.sliderContainer_success .sliderMask{
    background:rgba(29,165,122,1)!important;
}
.sliderContainer_fail .sliderMask{
    background:#FB6165!important;
}

/* 动态识别码 */
.dynamic_auth_code{
    width:100vw;
    height:calc(100vh - 60px);
    background: rgba(0,0,0,0.26);
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 500;
}
.dynamic_auth_code>div{
    width: 338px;
    /* height: 290px; */
    height: 265px;
    position: absolute;
    z-index: 10;
    left: calc(50vw - 169px);
    /* top: calc(50vh - 60px - 250px + 66px + 20px); */
    top: calc(50vh - 30px - 150px - 95px);;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.dynamic_auth_code .header{
    padding: 0 10px;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E6E7E9;
}
.dynamic_auth_code .header p{
    font-size: 16px;
    color: #47484A;
}
.dynamic_auth_code .header i{
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 10px;
    color: #000;
    cursor: pointer;
}
.dynamic_auth_code .header i svg{
    width: 100%;
    height: 100%;
}
.dynamic_auth_code .main{
    padding: 16px 33px 21px 30px;
}
.dynamic_auth_code .main p.desc{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
}
.dynamic_auth_code .main p.desc i{
    width: 16px;
    height: 16px;
    float: right;
    color: #000;
    cursor: pointer;
}
.dynamic_auth_code .main p.desc i svg{
    width: 100%;
    height: 100%;
}
.dynamic_auth_code .main>div{
    width: 100%;
    height: 52px;
    position: relative;
    margin-top: 19px;
}
.dynamic_auth_code .main>div span{
    position: absolute;
    top: 16px;
    left: 21px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.25);
}
.dynamic_auth_code .main>div input{
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 11px 0 53px;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    transition: all 0.3s;
}
.dynamic_auth_code .main p.time{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 17px;
}
.dynamic_auth_code .footer{
    display: flex;
    padding: 0 56px;
    justify-content: space-between;
}
.dynamic_auth_code .footer button{
    width: 88px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid #d9d9d9;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0,0,0,.45);
    background-color: #fff;
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    outline: none;
}
.dynamic_auth_code .footer button:nth-of-type(2){
    color: #fff;
    background-color: #3571ff;
    border-color: #3571ff;
    margin-left: 12px;
}

/* main input.inputErr{
    border-color:#f5222d!important;
}
main  input:focus{
    outline: none!important;
    border-color: rgba(29,165,122,1);
}
main  input::placeholder{
    opacity: .6!important;
} */
