.commoon-content {
    font-size: calc(16 * 100vmin / 375);
    width: 100%;
    background: #fff url(https://m.airchina.com.cn/ac/assets/iN/login/icon_air_logo.png) no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.commoon-content .content-wrapper {
    padding: 5.2rem 3.5rem 0;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.commoon-content .title {
    font-size: 2.6rem;
    line-height: 3.7rem;
    padding-bottom: 0.9rem;
}

.commoon-content .input-title {
    font-size: 1.3rem;
    line-height: 1.2rem;
    margin: 1.2rem 0 0;
}

.commoon-content .content-wrapper input {
    width: 100%;
    height: 4.5rem;
    border-radius: 0.3rem;
    border: 0.1rem solid #999999;
    margin-top: 0.9rem;
    font-size: 1.5rem;
    padding: 0 1.0rem;
}

.commoon-content .content-wrapper input::placeholder {
    font-weight: 300;
    font-size: 1.5rem;
    color: #9D9D9D;
}

.commoon-content .password-eye {
    position: absolute;
    right: 1.5rem;
    top: 2.3rem;
}

.commoon-content .area-code-wrapper {
    position: relative;
}

.commoon-content .area-code-wrapper > input {
    padding-left: 8.5rem;
}

.commoon-content .area-code {
    position: absolute;
    left: 1.5rem;
    top: 2.6rem;
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding-right: 1.3rem;
    border-right: 0.1rem solid #CCCCCC;
}

.commoon-content .sms-code {
    position: absolute;
    right: 0.5rem;
    top: 2.6rem;
    width: 90px;
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: transparent;
    border: none;
    font-size: 1.2rem;
    border-left: 0.1rem solid #CCCCCC;
}

.commoon-content .forget-pwd {
    font-size: 1.3rem;
    color: #DF3736;
    line-height: 1.2rem;
    text-decoration-line: underline;
    margin-top: 1.3rem;
}

.commoon-content .van-button--normal {
    padding: 0;
    font-size: 16px;
}

.commoon-content .van-button--danger {
    height: 4.5rem;
    border-radius: 0.3rem;
    margin-top: 2.7rem;
    width: 100%;
    background-color: #DF3736;
    border: 1px solid #DF3736;
    line-height: 4.5rem;
}

.commoon-content .van-button--disabled {
    background-color: #F9D7D7;
    border: 1px solid #F9D7D7;
    opacity: 1;
}

.commoon-content .change-btn {
    height: 4.5rem;
    border-radius: 0.3rem;
    border: 0.1rem solid #DF3736;
    color: #DF3736;
    line-height: 4.5rem;
    text-align: center;
    margin-top: 1.4rem;
}

.commoon-content .common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.4rem;
}

.commoon-content .login-tip {
    font-size: 1.1rem;
    color: #9D9D9D;
    margin-top: 2.5rem;
}

.commoon-content .bottom {
    margin-bottom: 3.6rem;
}

.commoon-content .no-login {
    color: #999999;
    margin-top: 4.5rem;
}

.commoon-content .rule {
    font-size: 1.1rem;
    color: #606060;
    line-height: 1.6rem;
}

.commoon-content .dialog-wrapper {
    padding: 0 2.5rem 2.5rem;
}

.commoon-content .dialog-wrapper > div:nth-child(1) {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.0rem;
}

.commoon-content .dialog-wrapper > div:nth-last-child(1) {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    line-height: 1.8rem;
}

.underline {
    text-decoration-line: underline;
}