* {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.login {
    /* width: 19.2rem; */
    /* height: 16.17rem; */
    background: #FFFFFF;
    border-radius: 0rem;
}

.logins {
    margin: 0 auto;
    max-width: 5.6rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.login-1 {
    margin-top: 2.37rem;
    font-family: Arial-BoldMT, Arial-BoldMT;
    font-weight: bold;
    font-size: 0.76rem;
    color: rgba(0, 0, 0, 0.85);
    line-height: 0.76rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 0 1.26rem 0;
    white-space: nowrap;
}

.login-2_p {
    font-family: ArialMT, ArialMT;
    font-weight: normal;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.16rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 0.09rem;
}

.login-2 input {
    width: 5.60rem;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #D9D9D9;
    padding-left: 0.24rem;
}

.login-2_p1 {
    padding-top: 0.26rem;
}

.login-2 input::placeholder {
    font-family: ArialMT, ArialMT;
    font-weight: normal;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.14rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.login-3 {
    padding-top: 0.27rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-password {
    display: flex;
    align-items: center;
}

.login-3-check {
    width: 0.18rem;
    height: 0.18rem;
    /* background: #FFFFFF; */
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #CCCCCC;
}

.login-3-password {
    font-family: ArialMT, ArialMT;
    font-weight: normal;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.14rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.09rem;
}

.login-forgot a {
    font-family: ArialMT, ArialMT;
    font-weight: normal;
    font-size: .14rem;
    color: #9E0025;
    line-height: .14rem;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.login-btn {
    padding-top: 0.63rem;
}

.login-btn button {
    width: 5.60rem;
    height: 0.44rem;
    background: #9E0025;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0;
}

.login-btn button a {
    font-family: ArialMT, ArialMT;
    font-weight: normal;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.18rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.login-4 {
    padding-top: 0.25rem;
    padding-bottom: 2.39rem;
}



.active {
    background: url(../img/check.png) no-repeat center center;
    background-size: 100% 100%;
}
.login-2{
    position: relative;
}
.login-2-Obtain {
    position: absolute;
    top: 0.67rem;
    right: 0.2rem;
}
.login-2-Obtain a{
    font-family: ArialMT, ArialMT;
    font-weight: normal;
    font-size: 0.14rem;
    color: #9E0025;
    line-height: 0.14rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}