* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none
}

a {
    text-decoration: none;
}

body {
    background-color: #F2F2F2;
}

.head_m {
    display: flex;
    text-align: center;
    font-size: .5333rem;
    width: 100%;
    height: 9vh;
    line-height: 9vh;
    background-color: #Fff;
}

.head_m p {
    margin-left: 3.04rem;
}

.head_m img {
    margin-top: .4267rem;
    margin-left: .2667rem;
    width: .64rem;
    height: .64rem;
}

.head_pc,
.box p {
    display: none;
}


.background_login {
    position: relative;
    width: 10rem;
    height: 91vh;
    background: url(../img/background_login_m.png);
    background-size: 100% 100%;
}

.box {
    position: absolute;
    margin-top: .5333rem;
    margin-left: .4rem;
    width: 9.2rem;
    height: 13.3333rem;
    text-align: center;
    font-size: .275rem;
}

.Input_box {
    display: flex;
    margin-bottom: .5333rem;
    width: 9.2rem;
    height: 1.3333rem;
    border-radius: .1067rem .1067rem .1067rem .1067rem;
    border: .0267rem solid #D3D7DE;
    background-color: #Fff;
}

.Verification {
    display: flex;
    justify-content: space-between;
    margin-bottom: .5333rem;
    width: 9.2rem;
    height: 1.3333rem;
    border-radius: .1067rem .1067rem .1067rem .1067rem;
}

.Verification input {
    outline: none;
    width: 5.8rem;
    height: 1.3333rem;
    color: #9FA3AD;
    font-size: .4267rem;
    padding-left: .2rem;
    border: .0125rem solid #D3D7DE;
}

.Verification button {
    /* display: none; */
    width: 2.88rem;
    height: 1.4rem;
    background: #F13B11;
    outline: none;
    border: 0;
    color: #Fff;
    border-radius: .05rem .05rem .05rem .05rem;
}

.time_code {
    display: none;
    width: 2.88rem;
    height: 1.3333rem;
    line-height: 1.3333rem;
    background: #ccc;
    outline: none;
    border: 0;
    font-size: .7rem;
    color: #Fff;
    border-radius: .05rem .05rem .05rem .05rem;
}

.account {
    margin-top: .3467rem;
    margin-left: .4rem;
    margin-right: .3467rem;
    width: .64rem;
    height: .64rem;
}

.Input_box input {
    outline: none;
    width: 7.6rem;
    height: 1.3333rem;
    color: #9FA3AD;
    font-size: .4267rem;
    padding-left: .2rem;
    border: 0;
}

.register {
    margin: auto;
    text-align: center;
    font-size: .4267rem;
    line-height: 1.0667rem;
    margin-top: 2.6133rem;
    color: #Fff;
    width: 8.4rem;
    height: 1.0667rem;
    background: #F13B11;
    border-radius: 2.6667rem 2.6667rem 2.6667rem 2.6667rem;
}
.send_btn_active{
	background-color: #ed8770 !important;
	font-size: 16px;
}
.tips {
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    position: fixed;
    font-size: .25rem;
    text-align: center;
    line-height: 2rem;
    width: 5rem;
    height: 2rem;
    border-radius: .25rem;
    color: #fff;
    z-index: 99;
    background-color: rgb(50 48 48 / 50%)
}