* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none
}

a {
    text-decoration: none;
}

body {
    background-color: #F2F2F2;
}

.head_m {
    text-align: center;
    font-size: .5333rem;
    width: 100%;
    height: 1.4667rem;
    line-height: 1.4667rem;
    background-color: #FFFFFF;
}

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


.background_login {
    position: relative;
    width: 10rem;
    height: 19.3867rem;
    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;
}

.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 {
    border: 0px;
    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;
}

.login_button_progress_bar {
    background: #f17a5f;
}

.tiaozhuan a {
    position: absolute;
    right: 0;
    color: #1684FC;
    font-size: .4267rem;
}

.tiaozhuan {
    position: absolute;
    width: 9.2rem;
    margin-top: -3.4rem;
}

.box span {
    display: block;
    color: #AEAEAE;
    font-size: .3733rem;
    margin-top: 2.6133rem;
}

.third_party {
    display: flex;
    justify-content: space-between;
    margin-left: 2.5867rem;
    margin-top: .6667rem;
    width: 4rem;
    height: 1.3333rem;
}

.third_party .facebook_login_btn {
    border: 0px solid #dadce0;
    width: 41px;
    height: 41px;
    border-radius: 4px;
    background: url(../img/fb_login_btn.png);
    background-size: 100% 100%;
}

.third_party .naver_login_btn {
    border: 0px solid #dadce0;
    width: 41px;
    height: 41px;
    border-radius: 4px;
    background: url(../img/naver.png);
    background-size: 100% 100%;
}

.tips {
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    position: fixed;
    font-size: .32rem;
    text-align: center;
    line-height: 2.5rem;
    width: 6rem;
    height: 2.5rem;
    border-radius: .25rem;
    color: #fff;
    z-index: 99;
    background-color: rgb(50 48 48 / 50%)
}