* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none
}

a {
    text-decoration: none;
}

body {
    background-color: #F2F2F2;
}

.head_m {
    display: flex;
    text-align: center;
    justify-content: space-between;
    font-size: .5333rem;
    width: 100%;
    height: 1.4667rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    line-height: 1.4667rem;
}

.head_m button {
    cursor: pointer;
    width: 2rem;
    height: 1rem;
    font-size: .3733rem;
    margin-top: .3rem;
    color: #707070;
    border: 0;
    outline: none;

}


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

.head_pc,
.conter,
.footer {
    display: none;
}


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

.conter_m {
    position: relative;
}

.special_icon {
    position: absolute;
    left: .2rem;
    top: .17rem;
    width: .64rem;
    height: .64rem;
}

.item {
    padding-top: .5333rem;
    width: 10rem;
    height: 4.9333rem;
    background-color: #Fff;
}

.Input_box {
    margin-left: .5067rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: .5333rem;
    width: 8.9333rem;
    height: 1.0667rem;
    border-radius: .1067rem .1067rem .1067rem .1067rem;
    border: .0267rem solid #D3D7DE;
    background-color: #Fff;
}

.Input_box P {
    font-size: .3733rem;
    color: #F13B11;
    margin-left: .4rem;
    margin-top: .2667rem;
}

.Input_box select {
    outline: none;
    width: 6.5rem;
    height: 1.0667rem;
    color: #9FA3AD;
    font-size: .3733rem;
    padding-left: .2rem;
    border: 0;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/down_red.png) no-repeat right .15rem top .2rem;
    background-size: .64rem .64rem;
}

.up_red {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/up_red.png) no-repeat right .15rem top .2rem !important;
    background-size: .64rem .64rem !important;
}

.conter_head {
    display: flex;
    font-size: .32rem;
    color: #1F252D;
    width: 10rem;
    height: .7467rem;
    line-height: .7467rem;
    background-color: #F1FAEE;
}

.conter_head img {
    margin-top: .08rem;
    margin-left: .2667rem;
    margin-right: .1867rem;
    width: .5333rem;
    height: .5333rem;
}

.item_conter {
    margin-top: .4rem;
    margin-left: .5333rem;
    width: 8.9333rem;
    min-height: 1.6rem;
}

.item_conter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.3rem;
}

.item_conter ul li {
    position: relative;
    font-size: .4267rem;
    color: #505050;
    text-align: center;
    width: 4.2667rem;
    height: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: .4rem;
    background: #FFF;
    border-radius: .1333rem .1333rem .1333rem .1333rem;
}

.item_conter ul li span {
    position: absolute;
    font-weight: 700;
    display: inline-block;
    color: #fff !important;
    top: 0;
    right: 0;
    font-size: .4rem;
    text-align: center;
    line-height: 2.6rem;
    width: 1.5512rem;
    height: 1.6rem;
    background: url(../img/rebate_icon.png) no-repeat;
    background-size: 100% 100%;
}

.item_conter ul li.active {
    color: #FFF;
    background: #F13B11;
}

.conter_footer {
    position: fixed;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    width: 10.3rem;
    height: 2.2rem;
    background: #FFFFFF;
    box-shadow: 0rem -0.0533rem .0533rem .0267rem rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 0px 0px;
}

.conter_footer_left {
    margin-left: 0.15rem;
    margin-top: .3rem;
    width: 6rem;
    height: .575rem;
    font-size: .3733rem;
    color: #7A7A7A;
}

.jiangli {
    margin-top: .1rem;
}

.purchase {
    outline: none;
    border: 0;
    margin-top: 3vh;
    margin-right: .4rem;
    cursor: pointer;
    width: 3.6933rem;
    height: 1.0933rem;
    color: #fff;
    background: #F13B11;
    font-size: .3467rem;
    border-radius: 2.6667rem 2.6667rem 2.6667rem 2.6667rem;
    opacity: 1;
}

.login_button_progress_bar {
    background: #f17a5f;
}