* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none
}

a {
    text-decoration: none;
}

body {
    background-color: #F2F2F2;
}

.head_pc {
    display: flex;
    width: 100%;
    font-size: .175rem;
    height: .8375rem;
    background-color: #FFFFFF;
}

.head_pc button {
    cursor: pointer;
    width: 1rem;
    height: .3rem;
    font-size: .175rem;
    margin-top: .3rem;
    margin-left: 7.525rem;
    color: #F13B11;
    border: 0;
    outline: none;
    background-color: #FFFFFF;
}

.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;
    margin-bottom: 1.25rem;
}

.conter {
    position: relative;
    margin-top: .8625rem;
    margin-left: 4.5rem;
    width: 15rem;
    min-height: 6.6125rem;
    font-size: .225rem;
    color: #8B8A8B;
}

.item {
    display: flex;
    justify-content: space-between;
    width: 15rem;
    height: .3125rem;
    font-size: .225rem;
    line-height: .3125rem;
    color: #8B8A8B;
}

.store {
    cursor: pointer;
    color: #F13B11;
    display: flex;
    justify-content: space-between;
    width: 2rem;
    height: .3125rem;
}

.store img {
    margin-top: .01rem;
    width: .2875rem;
    height: .2875rem;
}

.store a {
    color: #F13B11;
}

.store a:hover {
    color: #c92600;
}

.item_select {
    display: flex;
    justify-content: space-between;
    margin-top: .125rem;
    margin-bottom: .5rem;
    width: 15rem;
    height: .7875rem;
}

.select_frame {
    display: flex;
    justify-content: space-between;
    width: 4.5rem;
    height: .7875rem;
    background: #FFFFFF;
    border-radius: .0625rem .0625rem .0625rem .0625rem;
}

.icon {
    margin-top: .1875rem;
    margin-left: .25rem;
    width: .425rem;
    height: .425rem;
}

select {
    width: 3.625rem;
    cursor: pointer;
    height: .7875rem;
    border: 0;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/down_red.png) no-repeat right .15rem top .15rem;
    background-size: .4875rem .4875rem;
}

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


.item_conter {
    position: relative;
    margin-top: .125rem;
    border-radius: .125rem .125rem .125rem .125rem;
    width: 15rem;
    height: 6.5rem;
    min-height: 4.5rem;
    /* margin-bottom: .875rem; */
    background: #FFFFFF;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
}

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

.conter_head {
    display: flex;
    width: 15rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .2rem;
    color: #F13B11;
    margin-bottom: .2rem;
    background-color: #F1FAEE;
    border-radius: .125rem .125rem 0rem 0rem;
}

.conter_head img {
    margin-left: .375rem;
    margin-top: .13rem;
    margin-right: .1rem;
    width: .25rem;
    height: .25rem;
}

.conter_list {
    width: 15rem;
    height: 5rem;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
}

.item_conter ul {
    display: flex;
    flex-wrap: wrap;
    width: 15rem;
    min-height: 5rem;
    min-height: 1.75rem;
}

.conter_list::-webkit-scrollbar {
    -webkit-appearance: none;
}

.conter_list::-webkit-scrollbar:vertical {
    width: .1rem;
}

.conter_list::-webkit-scrollbar-thumb {
    background: #F13B11;
    border-radius: .0648rem .0648rem .0648rem .0648rem;
}

.item_conter ul li {
    position: relative;
    margin-left: .325rem;
    cursor: pointer;
    width: 4.5625rem;
    height: .75rem;
    text-align: center;
    line-height: .75rem;
    font-size: .2rem;
    margin-bottom: .25rem;
    color: #505050;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: .0625rem .0625rem .0625rem .0625rem;
}

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

.item_conter ul li:hover {
    color: #fff !important;
    background: #F13B11 !important;
}

.active {
    color: #fff !important;
    background: #F13B11 !important;
}

.conter_footer {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 15rem;
    height: .7625rem;
    box-shadow: 0px -1px 2px 1px rgba(241, 59, 17, 0.2);
    border-radius: 0rem 0rem .125rem .125rem;
}

.conter_footer_left {
    margin-left: .3375rem;
    margin-top: .075rem;
    width: 5.5rem;
    height: .575rem;
    font-size: .175rem;
    color: #7A7A7A;
}

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

.purchase {
    outline: none;
    border: 0;
    margin-top: .125rem;
    cursor: pointer;
    margin-right: .25rem;
    width: 2.0875rem;
    height: .5125rem;
    color: #FFFFFF;
    background: #F13B11;
    border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 24rem;
    height: 1rem;
    background-color: #000;
}


.footer_text {
    display: flex;
    margin-left: 6.6125rem;
    font-size: .3rem;
    margin-top: .35rem;
    width: 12rem;
    height: .3rem;
    color: #FFFFFF;
}

.footer_text p {
    margin-right: .675rem;
}

.footer_text a {
    margin-top: .1rem;
    text-align: center;
    font-size: .15rem;
    width: 2.3rem;
    height: .2rem;
    color: #FFFFFF;
}

.footer_text span {
    margin-top: .1rem;
    color: #ACACAC;
    font-size: .15rem;
}

.login_button_progress_bar {
    background: #f17a5f;
}