@charset "UTF-8";

html, body {
    font-size: 20px !important;
}

@media screen and (max-device-width: 850px) {
    html, body {
        font-size: 12px !important;
        min-width: 100vw;
    }
}

@media screen and (max-device-width: 560px) {
    html, body {
        font-size: 10px !important;
    }
}

@media screen and (max-device-width: 280px) {
    html, body {
        font-size: 7px !important;
    }
}

.auth-wrapper {
    width: 100%;
    height: 100%;
    min-width: 61.2rem;
    min-height: 38.55rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color: #F7F9FC;
    cursor: default;
}

.auth-wrapper .auth-left {
    position: relative;
    width: 24rem;
    height: 100%;
    display: inline-block;
    background-color: #0E64F4;
    padding-bottom: 4.4rem;
    vertical-align: top;
}

.auth-wrapper .auth-right {
    position: relative;
    width: calc(98% - 24rem);
    min-width: 37.05rem;
    height: 100%;
    display: inline-block;
    background-color: #F7F9FC;
    vertical-align: top;
    margin: auto;
}

/*TODO: adapt to phone*/

.auth-title {
    font-size: 1.6rem;
    font-family: 'Microsoft Yahei Semibold', Arial, sans-serif;
    color: #343E4C;
    line-height: 1.34;
}

/*******************   left   ***********************/
.auth-left .auth-title,
.auth-left .auth-descs,
.auth-left .qs-logo{
    margin: 0 2.4rem;
}

.auth-left .qs-logo {
    height: 3.2rem;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.auth-left .auth-title {
    color: #FFFFFF;
    padding-bottom: 1.8rem;
}

.auth-left .auth-desc {
    font-size: 0.8rem;
    font-family: 'Microsoft Yahei', Arial, sans-serif;
    color: #CBDFFF;
    line-height: 1.31;
    padding-bottom: 0.8rem;
}

.auth-left .left-cover {
    margin-top: 4.4rem;
    width: 100%;
    height: 14.95rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.auth-left .left-blank-1 {
    width: 100%;
    height: calc((100% - 32rem) / 57 * 12);
}

.auth-left .left-blank-2 {
    width: 100%;
    height: calc((100% - 32rem) / 57 * 20);
}

.auth-left .left-blank-3 {
    width: 100%;
    height: calc((100% - 32rem) / 57 * 25);
}

/*******************   right   ***********************/
.auth-right .auth-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 30.2rem;
    width: 26.4rem;
    box-shadow: 0 0.5rem 4rem 0 rgba(115, 135, 169, 0.1);
    border-radius: 0.6rem;
    background-color: #FFFFFF;
}

.auth-right .footer-content {
    position: absolute;
    right: 0;
    bottom: 2.4rem;
    left: 0;
    margin: auto;
    min-height: 1rem;
}

.auth-right .footer-content {
    text-align: center;
    font-size: 0.7rem;
    font-weight: 400;
    color: #9AA1AB;
    line-height: 1.428;
}

.auth-right .footer-content a {
    display: inline-block;
    color: #9AA1AB;
    text-decoration: none;
}
.pwd-strong-span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #C2C7CD;
    line-height: 16px;
}

.pwd-strong-tip {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    margin-top: 16px;
}

.pwd-strong-span-div{
    width: 128px;
    height: 8px;
    background: #F0F2F5;
    border-radius: 4px;
}

.login-tip {
    margin-top: 16px;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.42;
    color: #9AA1AB;
}

.login-tip-txt {
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 1.42;
    color: #999999;
}

.login-tip a {
    color: #2979FF;
}

.login-tip a:hover {
    color: #5494FF;
}