* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none
}

a {
    text-decoration: none;
}

body {
    background-color: #F2F2F2;
    overflow-x: hidden;
}

.head_pc {
    display: flex;
    width: 100%;
    height: .8375rem;
}

.head_m,
.conter_m {
    display: none;
}

.logo {
    width: 5.225rem;
    height: .8375rem;
}

.head_text {
    width: 2.6rem;
    height: .7875rem;
    line-height: .7875rem;
    margin-left: 5.975rem;
    text-align: center;
    color: #F13B11;
    font-size: .225rem;
    border-bottom: .05rem solid #F13B11;
}

.background_login {
    position: relative;
    width: 24rem;
    height: 12.6625rem;
    background: url(../img/background_login.png);
    background-size: 100% 100%;
}

.conter {
    position: absolute;
    margin-top: 1.4rem;
    margin-left: 3.25rem;
    width: 17.5rem;
    height: 8.675rem;
    border-radius: .25rem .25rem .25rem .25rem;
    background-color: #FFFFFF;
}


.box {
    margin: .675rem auto;
    width: 6.14rem;
    height: 6.25rem;
    text-align: center;
    font-size: .275rem;
}

.box p {
    margin-bottom: .6875rem;
}

.Input_box {
    display: flex;
    margin-bottom: .25rem;
    width: 6.125rem;
    height: .625rem;
    border-radius: .025rem .025rem .025rem .025rem;
    border: .0125rem solid #D3D7DE;
}

.account {
    margin-top: .1625rem;
    margin-left: .1875rem;
    width: .3rem;
    height: .3rem;
}

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

.register {
    border: 0px;
    text-align: center;
    font-size: .2rem;
    line-height: .625rem;
    margin-top: .625rem;
    color: #Fff;
    width: 6.125rem;
    height: .625rem;
    background: #F13B11;
    border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.login_button_progress_bar {
    background: #f17a5f;
}

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

.tiaozhuan {
    position: relative;
    width: 6.14rem;
    margin-top: .1rem;
}

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

.third_party {
    display: flex;
    justify-content: space-between;
    margin-left: 2.1125rem;
    margin-top: .3125rem;
    width: 1.875rem;
    height: .625rem;
}

.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%;
}

.watermarks {
    position: absolute;
    right: 3.35rem;
    margin-top: 4.7625rem;
    width: 261.45px;
    height: 250.66px;
    background: url(../img/watermarks1.png);
    background-size: 100% 100%;
}


.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%)
}