html, body, .warrper {
    min-height: 100%;
}

.login {
    position: relative;
    width: 100%;
    min-height: 100vh;
    color: #1C1D22;
    background: #DFE4EF;
    text-align: center;
    overflow: hidden;
}
.check_card{
    position: absolute;
    bottom: 20px;
    right: 20px; 
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background-color: #0284FF;
}
.check_card:hover{
    color: #ffffff !important;
}
@media (max-width: 750px) {
    .check_card{
        bottom:135px;
    }
  }
.contact-pos {
    position: absolute;
    top: 386px;
    right: 0;
    width: 52px;
    display: inline-block;
    color: #FFFFFF;
    line-height: 14px;
    padding: 44px 12px 10px;
    background: url("../images/login/contact.png") no-repeat center 14px;
    background-color: #0284FF;
    z-index: 1111;
}
.contact-pos:hover {
    color: #FFFFFF;
}


.cces-bg {
    background: url("https://acad-upload.scimall.org.cn/2022/11/21/17/img/q1cvg8.jpeg") no-repeat;
    background-size: 100% 100%;
}

.cces-bg .name {
    color: #ffffff;
}


.login .name {
    font-size: 40px;
    font-weight: 600;
    height: 40px;
    position: relative;
    z-index: 10;
    line-height: 40px;
    margin: 92px 0 30px;
}

.login .name.glact{
    color: #fff;
}

.login .login-content {
    display: inline-block;
    background: #fff;
    box-shadow: 0px 2px 11px 0px rgba(40, 70, 135, 0.2);
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
}

.login-content .icon {
    position: absolute;
}

.login-content .icon1 {
    /* left: -456px;
    top: -129px; */

    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.login-content .iconbg {
    /* left: -456px;
    top: -129px; */

    left: 50%;
    top: 0;
    z-index: 0;
    transform: translate(-50%, -162px);
    height: 100vh;
    width: 100vw;
    object-fit:cover;
}

.login-content .icon1-1 {
    top: 270px;
    right: -88px;
}

.login-content .icon2 {
    left: -575px;
    top: 130px;
}

.login-content .icon3 {
    left: -524px;
    top: 469px;
}

.login-content .icon4 {
    left: -183px;
    top: 46px;
}

.login-content .icon4-1 {
    right: -209px;
    top: 187px;
}

.login-content .icon4-2 {
    right: -86px;
    bottom: -145px;
}

.login-content .icon5 {
    left: -155px;
    top: 213px;
}

.login-content .icon5-1 {
    right: -521px;
    bottom: -252px;
}

.login-content .icon6 {
    left: -8px;
    bottom: -253px;
}

.login-content .icon7 {
    top: 32px;
    left: 46px;
}

.login-content .icon8 {
    right: 57px;
    bottom: -274px;
}

.login-content .icon8-1 {
    right: -123px;
    top: 30px;
}

.login-content .icon9 {
    right: -371px;
    top: -77px;
}

.login-content .icon10 {
    right: -486px;
    top: 209px;
}

.login-content .icon11 {
    right: -279px;
    bottom: -260px;
}

.login .login-success {
    width: 400px;
    height: 494px;
}

.login-success .top-img {
    padding: 80px 0 60px;
}

.login-success .login-success-content {
    height: 100%;
    background: #fff;
    padding: 0 50px;
    position: relative;
    z-index: 1;
}

.login-success .login-success-content .submmit-btn {
    width: 100%;
}

.login .login-success .submmit-btn {
    border-radius: 6px;
    margin: 80px 0;
}

.login .login-tab {
    overflow: hidden;
    padding: 40px 0 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 8px 8px 0px 0px;
}

.login .login-tab a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    overflow: hidden;
    padding: 0 20px 14px;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

.login .login-tab a.active,
.login .login-tab a:hover {
    color: #296BCD;
}

.login .login-tab a.active:after {
    display: inline-block;
    content: '';
    width: 60px;
    height: 4px;
    background: #296BCD;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.login-list {
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 8px 8px;
}

.login-list .member-form {
    position: relative;
    overflow: hidden;
    width: 800px;
    border-radius: 0px 0px 8px 8px;
}

.login-list .omember-form {
    width: 380px;
}

.login-list .member-form .form {
    margin-top: 0;
    padding-bottom: 20px;
    overflow: hidden;
}

.login-list .label-text {
    font-weight: 600;
    line-height: 14px;
    margin: 50px 0 9px;
    text-align: left;
    padding-left: 40px;
    font-size: 18px;
}
.login-list .form-item-title {
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    
}
.code-wrap {
    position: relative;
    position: absolute;
    right: 20px;
}
.code-btn-entry {
    margin-top: 35px;
    width: 120px;
    height: 40px;
    background: #E6F0FF;
    border-radius: 6px;
    font-size: 14px;
    color: #0284FF;
    text-align: center;
}
.code-btn-entry  span {
    line-height: 40px;
    cursor: pointer;
}
.code-btn-entry:hover .code-box {
    display: block;
} 
.code-box {
    display: none;
    position: absolute;
    top: 30px;
    width: 120px;
    height: 130px;
    padding-top: 13px;
    text-align: center;
    background: #0284FF;
    border-radius: 6px;
    z-index: 2;

}
.code-box p{
    font-size: 14px;
    color: #FFFFFF;

    
}
.code-box .code-img {
    display: flex;
    width: 80px;
    height: 80px;
    margin: 7px auto 0;
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    justify-content: center;
    
}
.code-box .code-img img {
    width: 66px;
    height: 66px;

}

.login-list .mt-62 {
    margin-top: 62px;
}

.login-list .label-text .tips {
    font-size: 12px;
    color: #8D97AC;
    font-weight: 400;
    margin-left: 4px;
}

.login-list .form {
    padding: 16px 40px 42px;
    position: relative;
}

.login-list .form-group {
    padding: 20px 0 0px 0;
    font-size: 14px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
    overflow: visible;
}

.login-list .form-group .label {
    width: 76px;
    line-height: 44px;
    text-align: left;
    font-size: 14px;
    padding: 0;
}

.login-list .form-group .form-input {
    margin-left: 76px;
    padding: 0;
}

.login-list .form-group .form-input .input {
    width: 234px;
    height: 44px;
    line-height: 44px;
    border: none;
    padding: 0px 10px 0px 0;
}

.login-list .form-group .form-input .input::-webkit-input-placeholder {
    font-size: 14px;
}

.login-list .form-group .code-btn {
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 32px;
    cursor: pointer;
}

.login-list .form-group .sending-code {
    color: #8D97AC;
    text-decoration: underline;
}

.login-list .tip-box {
    background: #F4F7FF;
    padding: 20px 40px;
    border-radius: 0px 0px 8px 8px;
}

.login-list .member-form .tip-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px;
}

.gotosearch{
  width: 248px;
  height: 68px;
  display: flex;
  padding: 18px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: #0284FF;
  margin-bottom: 20px;
  font-size: 24px;
  color:#fff;
}

.gotosearch:hover span{
  color:#Fff;
}

.gotosearch img {
  width: 32px;
  background-size: 100%;
}

.login-list .tip-box p {
    position: relative;
    padding-left: 21px;
    color: #8D97AC;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
}

.login-list .tip-box p:first-child {
    margin-bottom: 6px;
}

.login-list .tip-box p span {
    position: absolute;
    left: 0;
    top: 0;
}

.login-list .tip-box p i {
    color: #0284FF;
    cursor: pointer;
}

.login-list .submmit-btn {
    line-height: 40px;
    border-radius: 6px;
    box-shadow: 0px 20px 20px 0px rgba(2, 132, 255, 0.3);
}

.login-list .submmit-btn {
    line-height: 40px;
    border-radius: 6px;
    margin: 55px auto 20px;
    width: 100%;
    border: none;
}

.login .submmit-btn:disabled {
    background: #8D97AC;
    box-shadow: none;
}

.login .submmit-btn-green {
    background: #00BF65;
    box-shadow: none;
}

.login .submit-sg-btn {
    margin-top: 10px;
}

.login .submmit-btn-sm {
    box-shadow: none;
    width: 120px;
    position: absolute;
    bottom: 22px;
    right: 20px;
    margin: 0;
}

.login-list .member-form .wd-29 {
    width: 290px;
}

.login-list .member-form .wd-27 {
    width: 270px;
}

.login-list .member-form .wd-25 {
    width: 250px;
}

.login-list .member-form .wd-24 {
    width: 240px;
}

.login-list .member-form .form-group {
    float: left;
    margin-right: 20px;
}

.login-list .form-group .form-input .error-tips,
.login .form-group .error-tips {
    position: absolute;
    margin: 0;
    bottom: 7px;
    white-space: nowrap;
    left: 99%;
    z-index: 11;
}

.login-list .form-group .form-input .code-btn + .error-tips {
    left: 100%;
}

.toast {
    display: none;
    background: rgba(28, 29, 34, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 111;
}

.toast-modal {
    width: 400px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 11px 0px rgba(40, 70, 135, 0.2);
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 20px;
    text-align: center;
}

.toast-modal img {
    margin-bottom: 30px;
}

.toast-modal .close-toast {
    display: block;
    width: 12px;
    height: 12px;
    padding: 15px;
    background: url(../images/newlogin/close.png) no-repeat;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 100;
}

.toast-modal .pass-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    top: 110px;
    position: absolute;
    left: 0;
    right: 0;
}

.toast-modal .pass-text + .text {
    padding-top: 19px;
}

.toast-modal .pass-btn {
    overflow: hidden;
    padding: 0 40px;
}

.toast-modal .submmit-btn {
    width: 150px;
    border-radius: 6px;
    float: left;
    margin: 60px 0 40px;
}

.toast-modal .submmit-btn-center {
    margin: 38px auto 40px;
    float: inherit;
}

.toast-modal .pass-btn .submmit-btn:first-child {
    margin-right: 20px;
}

.toast-modal .text {
    line-height: 28px;
    padding: 0px 60px;
}

.toast-modal .text-left {
    text-align: left;
}

.toast-modal .captcha {
    padding: 40px;
}

.toast-modal .captcha .yidun_classic-container {
    position: inherit !important;
}

.find-pass-content {
    padding-top: 20px;
    position: relative;
}

.find-pass-content .tips-bottom {
    padding-bottom: 20px;
}

.find-pass-content .pass-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    top: 110px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
}

.login-content .top-img {
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.find-pass-content .form {
    padding-top: 36px;
}

.find-pass-content .form .correct {
    display: none !important;
}

.login-content .regiser-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    display: block;
    width: 100px;
    height: 36px;
    background: #E6F0FF;
    border-radius: 0px 8px 0px 16px;
    font-size: 16px;
    font-weight: 400;
    color: #0284FF;
    line-height: 36px;
    text-align: center;
}

.login-content .sg-btn {
    right: auto;
    left: 0;
    width: 120px;
    border-radius: 8px 0 16px 0;
}

.login-contact {
    overflow: hidden;
    position: relative;
    top: -24px;
}
.login-contact a {
    color: #fff;
}

.login-contact .login-contact-box {
    display: inline-block;
    width: 540px;
    background: rgba(161, 167, 188, .7);
    border-radius: 4px;
    padding: 24px 0  10px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
    color: #fff;
    padding-left: 30px;
}
.login-contact .login-contact-box .contact-box-qrcode {
    float: right;
    width: 108px;
    line-height: 20px;
    margin-right: 10px;
    padding-top: 5px;
}
.login-contact .login-contact-box .contact-box-qrcode img {
    width: 100%;
}
.login-contact img {
    float: left;
    margin-top: 8px;
}

.login-contact .contact-box {
    float: left;
    width: 390px;
    padding-top: 10px;
    overflow: hidden;
}

.login-contact .contact-box .contact-item {
    float: left;
    overflow: hidden;
    position: relative;
    padding: 15px 20px;
    text-align: left;
}
.login-contact .contact-box .telephone {
    padding-left: 50px;
    background: url('../images/newlogin/icon-contact.png') no-repeat left center;
}
.login-contact .contact-box .mail {
    padding-left: 50px;
    background: url('../images/newlogin/icon-mail.png') no-repeat left center;
}

.login-contact .contact-box .contact-item:before {
    display: inline-block;
    content: '';
    width: 1px;
    height: 20px;
    background: #FFFFFF;
    position: absolute;
    top: 20px;
    left: 0;
}
.login-contact .contact-box .mail:before {
    display: none;
}


.login-contact .contact-box .contact-item:first-child:before {
    display: none;
}

.login-contact .contact-box .lable {
    font-size: 12px;
    line-height: 12px;
}

.login-contact .contact-box .number {
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
}

.login-contact-h5 {
    width: 380px;
    height: auto;
    position: relative;
    padding-left: 0;
    border-radius: 8px;
    margin: 0 auto;
}

.login-contact-h5 .login-contact-box {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    height: auto;
}

.login-contact-h5 img {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}

.login-contact-h5 .contact-box {
    width: 100%;
    overflow: hidden;
    padding: 35px 26px 15px;
    display: flex;
    margin-left: 0;
    justify-content: space-between;
}

.login-contact-h5 .contact-box .contact-item {
    text-align: center;
    padding: 0;
}

.login-contact-h5 .contact-box .contact-item:before {
    display: none;
}

.login-contact-h5 .contact-box .number {
    font-size: 10px;
    font-weight: normal;
}

/* 弹出的语音验证码提示 */
.voice-code-tooltip {
    position: absolute;
    margin-left: 40px;
    transition: all .3s;
    font-size: 12px;
    line-height: 1;
    padding: 9px;
    border: 1px solid #00BF65;
    border-radius: 16px;
    border-top-right-radius: 0;
    z-index: 100;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 10px 10px 20px 0px rgba(0, 191, 101, 0.2);
}

.voice-code-tooltip.hidden {
    transform: translateY(20px);
    opacity: 0;
}

.voice-code-tooltip.ani {
    transform: translateY(0);
    opacity: 1;
}

.voice-code-tooltip > .voice-code-tooltip__tips {
    color: #1C1D22;
}

.voice-code-tooltip > .voice-code-tooltip__btn {
    color: #00BF65;
}

.voice-code-tooltip > .voice-code-tooltip__btn:hover {
    opacity: .8;
}

body.has-info-modal .login {
    filter: blur(25px);
}

.info-modal {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: fixed;
    z-index: 100;
    background-color: rgba(28, 29, 34, 0.6);
}

.info-modal a:hover,
.info-modal button:not([disabled],.disabled):hover {
    opacity: .6;
}

.info-modal .info-modal__inner {
    position: absolute;
    z-index: 101;
    width: 400px;
    height: 342px;
    left: 50%;
    top: 50%;
    transition: transform .3s;
    margin-top: -172px;
    margin-left: -200px;
    background-color: #fff;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #1C1D22;
    text-align: center;
}

.info-modal.hidden .info-modal__inner {
    transform: scale(0);

}

.info-modal.ani .info-modal__inner {
    transform: scale(1);
}

.info-modal .info-modal__close {
    width: 12px;
    height: 12px;
    color: currentColor;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 0;
    cursor: pointer;
    background: url("../images/newlogin/close.png") no-repeat center/cover;
}

.info-modal .btn {
    width: 150px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    border-radius: 6px;
    background-color: #0284FF;
    padding: 11px 0;
    border: none;
    color: #fff;
}

.info-modal .info-modal__icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: no-repeat center/cover;
}

.info-modal .info-modal__icon.icon-warning {
    background-image: url("../images/newlogin/warning.png");
}

.info-modal .info-modal__main {
    margin-top: 20px;
    line-height: 1;
}

.info-modal .info-modal__ptitle {
    font-weight: bold;
    font-size: 20px;
}

.info-modal .info-modal__primary {
    font-size: 18px;
    margin: 10px 0;
}

.info-modal .info-modal__primary em {
    color: #0284FF;
}

.info-modal .info-modal__stitle {
    font-size: 14px;
}

.info-modal .info-modal__footer {
    margin-top: 40px;
}

/**
 *  客服飘窗
 */
.kf-box {
    position: fixed; top: 50%; right: 0;
    width: 52px; height: 82px;
    margin-top: -41px; padding-top: 10px;
    background-color: #0284FF;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.kf-box a { color: #fff; }
.kf-box img {
    display: block;
    margin: 0 auto 5px;
}

/**** Login Footer ****/
.login-footer {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 100px 0 20px;
    text-align: center;
   
}
.login-footer p{
    line-height: 2;

}
.change_type {
    color: #0284FF;
    font-size: 14px;
    line-height: 20px;
    padding: 0 40px 20px;
    text-align: left;

}
.hidden {
    display: none;
}

