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%;
}
.login-top-wrap {
    width: 127.8rem;
    height: 10.3rem;
    margin: auto;
    overflow: hidden;
}
.login-top-wrap img {
    width: 13.4rem;
    margin-top: 1.5rem;
    vertical-align: top;
}
.login-top-wrap span {
    font-size: 3rem;
    margin-left: 1.7rem;
    margin-top: 3.2rem;
    display: inline-block;
    font-weight: bold;
}
.login-content-wrap {
    width: 100%;
    height: 66.3rem;
    background: url("/frame/login/newImg/bg2.png") no-repeat;
    background-size: cover;
    text-align: right;
}
.login-content {
    width: 127.8rem;
    margin: auto;
    height: 100%;
}
.login-form-wrap {
    width: 46rem;
    height: 44rem;
    padding: 5.6rem 5rem;
    text-align: left;
    margin-top: 12.7rem;
    border-radius: 10px;
    display: inline-block;
    background-color: #ffffff;
    overflow: hidden;
}
.login-form-title-wrap {
    font-size: 2.4rem;
}
.login-form-item-wrap {
    width: 100%;
    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 {
    position: fixed;
    bottom: 6%;
    width: 100%;
    text-align: center;
}
.login-bottom-wrap p {
    color: #8b8f94;
    font-size: 1.4rem;
}
.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: #1890ff;
    padding: 1.5rem 0;
    margin-top: 6rem;
    border: none;
    border-radius: 12px;
    font-size: 1.8rem;
}
.login-form-button:hover {
    opacity: 0.6;
}

.login-form-button-wrap a {
    float: right;
    cursor: pointer;
    margin-top: 10px;
    color: #79a8e5;
    text-decoration: none;
}
.login-form-button-wrap a:hover {
    color: #33629f;
    text-decoration: none;
}