html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    background-color: #ffffff;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input {
    box-shadow: inset 0 0 0 1000px #FFFFFF !important;
}

@media screen and (max-width: 1440px) {
    html, body {
        font-size: calc(62.5% - 6 * (100vw - 1000px) / 1000);
    }
}

@media screen and (min-width: 1920px) {
    html, body {
        font-size: calc(62.5% + 2 * (100vw - 1000px) / 1000);
    }
}

.login-wrap {
    width: 100%;
    height: 100%;
    background: url("/frame/login/wsImg/login-bg.png") no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.login-top-wrap {
    width: 74.9rem;
    height: 10.8rem;
    margin-top: 0.17rem;
    margin-left: 0.14rem;
    padding-left: 5rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.login-top-wrap img {
    height: 5rem;
}

.login-top-wrap span {
    flex: 1;
    font-size: 2.4rem;
    color: #fff;
    display: inline-block;
    margin-left: 1rem;
    font-weight: 600;
}
.login-content-wrap {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
}
.login-content {
    display: flex;
    align-items: center;
    justify-content: center;

}
.login-form-wrap {
    width: 42rem;
    height: 35rem;
    padding: 1.6rem 3rem;
    text-align: left;
    margin-top: 10.7rem;
    border-radius: 10px;
    display: inline-block;
    background-color: #ffffff;
    overflow: hidden;
}
.login-form-title-wrap {
    font-size: 2rem;
    color: rgba(46, 117, 248, 1);
    font-weight: 500;
}
.login-form-item-wrap {
    border: 1px solid #bec8dc;
    margin-top: 1.8rem;
    border-radius: 4px;
    position: relative;
    height: 4rem;
    box-sizing: content-box;
    padding-left: 0.6rem;
}
.login-form-item-img {
    width: 2.4rem;
    height: 2.4rem;
}
.login-form-item-input {
    width: 80%;
    font-size: 1.6rem;
    color: #ACB5C6;
    border: none;
    outline: none;
    vertical-align: middle;
    height: 100%;
}
input::-webkit-input-placeholder {
    font-size: 1.6rem;
    color: #ACB5C6;
}
.login-bottom-wrap {
    width: 100%;
    margin-bottom: 3.6rem;
    text-align: center;
}
.login-bottom-wrap p {
    color: rgba(255, 255, 255, 0.79);
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.login-form-yzm-wrap {
    width: 8rem;
    height: 100%;
    /* margin-top: -.8rem; */
    float: right;
    cursor: pointer;
}
.login-form-yzm-wrap img {
    width: 100%;
    height: 100%;
}
.login-form-button {
    width: 100%;
    color: #fff;
    background-color: rgba(12, 88, 198, 1);
    padding: 0.9rem 0;
    margin-top: 4rem;
    border: none;
    border-radius: 4px;
    font-size: 1.6rem;
}
.login-form-button:hover {
    opacity: 0.6;
}

.login-form-button-wrap a {
    float: right;
    margin-top: 1.4rem;
    cursor: pointer;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.login-form-button-wrap a:hover {
    color: rgba(12, 88, 198, 1);
    text-decoration: none;
}