html {
    font-size: 625% !important; /*100 ÷ 16 × 100% = 625%*/
    position: relative;
    min-height: 100%;
}

body {
    min-width: 0;
    padding-bottom: 0.4rem;
    background: url("../img/login/background.png") no-repeat center center;
    background-size: cover;
    overflow: auto;
}

.login-frame {
    width: 10.37rem;
    height: 5.60rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px 30px 30px 30px;
    overflow: hidden;
    margin: 60px auto 30px;
}

.login-frame-middle-frame-h5 {
    display: none;
}

.login-frame-middle-frame {
    width: 1.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: rgba(252, 110, 46, 1);
    box-shadow: 0px 5px 0px 0px rgba(28, 82, 162, 0.09);
    border-radius: 0px 0px 20px 20px;
    font-size: 0.3rem;
    font-family: Source Han Sans CN, sans-serif;
    font-weight: bold;
    position: relative;
    top: 20px;
    left: 0.5rem;
    color: rgba(255, 255, 255, 1);
}

.login-logo {
    margin-top: 59px;
}

.login-logo > img {
    content: url("../img/login/logo_title.png");
}

.login-frame-middle {
    width: 9.18rem;
    height: 4.47rem;
    background: white url("../img/login/map.png") no-repeat center 1.2rem;
    background-size: cover;
    margin: -23px 84px 56px 35px;
    z-index: 1000;
}

.login-frame-middle-left {
    width: 3.88rem;
    height: 4.4rem;
    float: left;
    background: url("../img/login/document.png") no-repeat;
    background-size: cover;
    display: inline-block;
    margin-top: 0.76rem;
}


.login-frame-middle-right {
    width: 5.30rem;
    height: 3.95rem;
    float: left;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: -1.3rem;
}

.login-frame-middle-right-title {
    text-align: center;
    margin-top: 30%;
    margin-left: 40%;
    margin-bottom: 0.4rem;
    letter-spacing: 0.04rem;
    font-size: 0.3rem;
    font-family: Source Han Sans CN, sans-serif;
    font-weight: 500;
    color: rgba(25, 22, 22, 1);
    line-height: 0.3rem;
}

.login-frame-forget-password {
    text-align: right;
    margin-right: auto;
    margin-bottom: 0.2rem;
    margin-left: auto;
    width: 4rem;
    color: rgba(153, 153, 153, 1);
}

.login-frame-login-button {
    width: 3.66rem;
    height: 0.60rem;
    background: linear-gradient(0deg, rgba(253, 99, 39, 1), rgba(249, 132, 61, 1));
    border-radius: 0.30rem;
    font-size: 0.24rem;
    font-family: MicrosoftYaHei, sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.login-frame-login-button:hover {
    background: linear-gradient(0deg, rgba(253, 99, 39, 1), rgba(249, 132, 61, 1));
    opacity: 0.85;
}

.login-frame-input-field {
    width: 4rem;
    height: 0.60rem;
    margin-bottom: 0.20rem;
    margin-right: 0.50rem !important;
    border: 0.01rem solid rgba(221, 221, 221, 1);
    border-radius: 0.10rem;
}

.login-frame-input-field-height {
    height: 0.6rem;
}

.send-phone-code {
    width: 100px;
    text-align: center;
}

.verify-panel {
    padding: 0;
}

.verify-panel .verify-img {
    width: 150px;
    height: 44px;
    cursor: pointer;
}

.copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: right;
    padding-right: 10px;
}

.copyright p {
    margin-bottom: 0;
}

.copyright a {
    color: #FFF;
}

.copyright a:focus, .copyright a:hover {
    background-color: transparent;
}