/* commen:start */
* {
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e4e4e7;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    font-size: 15px;
    color: #1a1a1a;
    background: #f6f6f6;
}

a {color: #17233d;
    text-decoration: none;
}
a:hover {color: #0856ef;}
input {
    color: #1a1a1a;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.button {
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    color: #17233d;
    text-align: center;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease
}

button {
    outline: none;
}

button:focus {
    outline: none;
}

.unView {
    display: none;
}

/* commen:start */
/* main */
.main {
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: flex;
}

.main_bg {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    background:url(../images/login/g-1.jpg);
    background-repeat: no-repeat;
    background-position: center center no-repeat;
    background-color: #2E3E9C;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    overflow: auto;
}

/* loginBox */
.loginBox {
    position: relative;
    box-sizing: border-box;
    margin:auto;
    max-width: 1280px;
    padding: 0;
    box-shadow: 0 4px 16px rgba(26, 26, 26, 0.05);
     display: flex;
     flex-wrap: wrap;
    border-radius: 8px;
}
.loginBox:before {position: absolute;width:calc(100% + 30px);height: calc(100% + 30px);content: ' ';top: -15px;left: -15px;background:rgba(255, 255, 255, 0.2);border-radius: 12px;-webkit-backdrop-filter: saturate(180%) blur(5px)!;
    backdrop-filter: saturate(180%) blur(5px);    box-shadow: -4px -4px 16px rgb(0, 0, 0, 0.03);}
.bgBox {width: 60%;
    background-color: #ebf4ff;
    position: relative;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.signContent {
    text-align: center;
    width: 40%;
    padding: 3rem;
    z-index: 99;
    background: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.logo {position: absolute;top: 24px;left:24px;width:125px;}
.registerContent {text-align: center;background:#fff;border-radius: 8px;z-index: 99;
    padding: 3rem;}
.noticecontent {margin-top: 32px}
.signContainer {
    position: relative;
    border-radius: 4px 4px 0 0;
    width: 420px;
    margin: 3rem auto;
}

.loginForm {
    padding: 0 24px 104px;
}

.loginForm .tabBoxSwitch {}

.loginForm .tabBoxSwitch .tabBoxSwitchUl {
    list-style: none;
    padding: 2rem 0
}

.loginForm .tabBoxSwitch .tabBoxSwitchUl li {
    display: inline-block;
    height: 56px;
    font-size: 16px;
    line-height: 60px;
    margin-right: 24px;
    cursor: pointer;
}

.tab-active {
    position: relative;
    color: #1a1a1a;
    font-weight: 600;
    font-synthesis: style;
}



.tab-active::before {
    display: block;
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #0856ef;

}

.tabBox {
    text-align: left;

}

.ercode_tab {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 0;
    right: 0;
}

.ercode_tab svg {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.tabContent {}

.tabcont {
    display: none;
}

.active {
    display: block;
}

.tabContentPhone .phoneInputGroup{width:250px;}

.tabContentAccount {
    /* display: none; */
}

.tabcontent {
    margin-top: 24px;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
}

.phoneBox {
    position: relative;
    display: inline-block;
}

.phoneGroup {
    display: inline-block;
    min-width: 72px;
    text-align: left;
}

.phone-btn {
    border: none;
    height: auto;
    padding: 0;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
}

.phone-btn:focus {
    outline: none;
}

.selectBtn {
    text-align: left;

    /* padding: 0 16px; */

    color: #17233d;
    text-align: center;

    background: none;
    /* border: 1px solid; */
    border-radius: 3px;
    height: calc(100% - 42px);

}
.forgetpsw {position: absolute;right: 24px;bottom: 64px}
.selectConentent {
    display: none;
    position: absolute;
    top: 0;
    z-index: 233;
    background-color: #ffffff;
    left: -24px;
    border: 1px solid #ebebeb;
    width: 210px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(26, 26, 26, .1);
    box-shadow: 0 5px 20px rgba(26, 26, 26, .1);
}

.selectOptions {
    overflow: auto;
    position: relative;
    max-height: 500px;
    padding: 8px 0;
    border-radius: 4px;
    text-align: left;
}

.selectOptions::-webkit-scrollbar {
    width: 10px;
    height: 1px;
    background-color: #f6f6f6;
}

/*定义滚动条轨道 内阴影+圆角*/
.selectOptions::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f6f6f6;
}

.selectOptions::-webkit-scrollbar-thumb {
    background-color: #afadad;
    width: 5px;
    max-height: 10px;
    border-radius: 10px;

}

.select-option {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #17233d;
    text-align: left;
    background: none;
    border: none;
}

/* .select-option:hover{
    background: #f6f6f6;
} */
.line-show {
    width: 1px;
    height: 22px;
    margin: 0 12px;
    background: #ebebeb;
}

.phoneInputGroup {
    display: inline-block;
    position: relative;
    width: 25rem;
}
.phoneInputGroup input.accountPwd {flex:0.8 1;}
.Select-arrow {
    margin-left: 8px;
    fill: currentcolor;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.inputLabel {
    width: 100%;
    height: 48px;
    padding: 0;
    color: #17233d;
    border: none;
    /* border-bottom: 1px solid #ebebeb; */
    border-radius: 0;
    display: flex;

}

.isShow::after {
    content: attr(data-content);
    color: red;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 48px;
    line-height: 48px;
    display: flex;
    z-index: 90;
}

.inputStyle {
    display: inline-block;
    outline: none;
    flex: 1 1;
    padding: 0;
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: transparent;
    border: none;
    resize: none;
    z-index: 100;
}
input.inputStyle[type="checkbox"] {flex: unset;margin: 2px 16px 0 0;width:16px;height: 16px;}
input.msgInput {
    appearance: none;
    -webkit-appearance: none;
}
.noticecontent a {color: #0856ef;}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -ms-progress-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

    -webkit-appearance: none;

    appearance: none;

    margin: 0;

}

.msgBtn {
    position: absolute;
    top: 24px;
    right: 0;
    padding: 4px 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.msgBtn:hover,
.voice-btn:hover {
    color: #0856ef;
}

.login_box {
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    position: relative;
}

.voice-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #17233d;
    text-align: center;
    cursor: pointer;
    background: none;
    border-radius: 3px;
    position: absolute;
    right: 0;
}

.fromSubmit {
    color: #fff;
    background-color: #0856ef;
    width: 100%;
    margin-top: 48px;
    height: 56px;
    border-color: #0856ef;
    font-size: 18px;
    letter-spacing: 2px;
}
.fromSubmit:hover {
    background-color: #1f6aff;}
.SignFlow-switchPassword {
    position: absolute;
    right: 0;
}
.SignFlow-switchLogin{
    position: absolute;
    left: 0;
}
.out-login-btn-shw {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #175199;
    text-align: center;
    cursor: pointer;
    background: none;
    border-radius: 3px;
    display: none;
}

.out-login-btn-shw:hover {
    color: #76839b;
}

.out-login-btn {}

.login-out-phoneBox {
    display: none;
}

.SignContainer-tip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
    color: #8890a0;
    font-size: 13px;
    text-align: left;
}

.SignContainer-tip a {
    text-decoration: none;
}
.bg-container img {max-width: 100%;max-height: 100%;}
.bg-container {align-content: center!important;
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.bg-container:before {background: url(../images/bgn-testimonials.png) no-repeat; content: ' ';width: 100%;height: 100%;position: absolute;top: 0;left: 0;    opacity: 0.3;
   }
.Qrcode-title {}

.ercodeContent {
    /* display: none; */
    margin:35px 0 40px 0;
}


.ercodeSignBox {
    position: relative;
    text-align: center;
    padding: 45px 0;
    display: none;
}

.Qrcode-title {
    font-size: 24px;
    color: #1a1a1a;
    line-height: 33px;
    margin-bottom: 64px;
    margin-top: 15px;
}

.ercodeBox {
    height: 210px;
}

.ercodeBox .Qrcode-img {
    margin: 0 auto 15px;
    line-height: 0;
    height: 150px;
    width: 150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ercodeBox p {
    font-size: 14px;
    line-height: 22px;
    padding-top: 22px;
}

.ercodeBox p a {
    color: #175199;
}

.css-1hmxk26 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    border-top: 1px solid;
    border-color: #EBEBEB;
    margin-left: 24px;
    margin-right: 24px;
}

.footSign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #8890a0;
    height: 60px;
    line-height: 60px;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.signSocial {}

.Login-socialButtonGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.Login-socialButton {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: auto;
    padding: 0 6px;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.Login-socialIcon {
    margin-right: 6px;
}

.signDownload {
    border-top: 1px solid #f5f5f5;
}

.css-eow14e {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}
.swicth-tag-name {    position: absolute;
    top: 12px;
    right: 42px;
    margin: 0;
    margin-right: 8px;
    box-sizing: content-box;
    width: 87px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    background: #e8f0ff;
    border: 1px solid rgba(31,106,255,0.6);
    color: #0856ef;}
.swicth-tag-name::before {
    border: 6px solid transparent;
    border-left-color: rgba(31,106,255,0.6);
    z-index: 1;
    content: " ";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
}
.swicth-tag-name::after {
    content: " ";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left-color: #e8f0ff;
    transform: translateX(0.5px);
    margin-left: -2px;
    z-index: 1;
}
.register-title {font-size: 24px;
    color: #1a1a1a;
    line-height: 30px;
    margin-bottom: 10px;
    padding-top:18px;}
.register-tip {margin-top: 16px;color: #8890a0;}
.css-c01qo8 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
    display: inline-block;
    text-align: center;
    line-height: inherit;
    text-decoration: none;
    color: #0856ef;
    border-radius: 4px;
    font-weight: inherit;
    padding: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
    color: #bcc4d4 ;
}
footer {position: absolute;bottom: 0;width: 100%;}
.footer-copyright {height: 32px;color: #e8f0ff;text-align: center;font-size: 13px;}
.footer-copyright a {color: #e8f0ff;}
.css-c01qo8:hover {color: #1f6aff}
@media (max-width: 1279px) {
.bgBox {display: none;}
.signContent {width: 100%;}


}
@media (min-width: 1280px) and (max-width: 1365px){
    .loginBox {max-width: 1200px}
    .bgBox {width: 55%}
.signContent {width: 45%;}


}

/*pop*/
.pop_main {position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    font-size: 14px;
}
.pop_con {position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -160px;
    width: 320px;
    background: #fff;
    z-index: 101;
    padding:16px;
    border-radius: 8px;}
.pop_detail {padding: 32px 16px;}
.pop_footer {text-align: right;}
.btn {    background-color: #0856ef;
    border-color: #0856ef;
    color: #fff!important;
    border: 1px solid transparent;
    height: 36px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .4px;
    line-height: 14px;
    padding: 4px 16px;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;}
.btn-text {background: none;border:none;color: #1a1a1a!important;}
.btn:hover {cursor: pointer;}
.pop_title a {position: absolute;top: 8px;right:16px;font-size: 24px;font-weight: 100}
.mask {position: absolute;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);}