@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 0.26rem;
    line-height: 1.7;
    font-family: "微软雅黑";
    -webkit-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: -moz-calc(100vw / 7.5);
    font-size: calc(100vw / 7.5);
}

img {
    border: 0;
    vertical-align: bottom;
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input,
select {
    -webkit-appearance: none;
    border: none;
    font: inherit;
}

[type="search"]::-webkit-search-decoration {
    display: none;
}

input::-webkit-search-cancel-button {
    display: none;
}

h3 {
    font-size: 0.3rem;
    font-weight: normal;
}

em {
    font-style: normal;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.center {
    align-items: center;
}

.flextop {
    align-items: flex-start;
}

.wrap {
    flex-wrap: wrap;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.column {
    flex-direction: column;
}

.flexcenter {
    display: flex;
    justify-content: center;
}

.flexend {
    align-items: flex-end;
}

.none {
    display: none;
}

.mid {
    vertical-align: middle;
}

.h100 {
    height: 100%;
}

.mar_t10 {
    margin-top: 0.1rem !important;
}

.mar_t20 {
    margin-top: 0.2rem !important;
}

.mar_t30 {
    margin-top: 0.3rem;
}

.mar_t40 {
    margin-top: 0.4rem;
}

.pad20 {
    padding: 0.2rem 0;
}

.pad030 {
    padding: 0 0.3rem;
}

.pad040 {
    padding: 0 0.4rem;
}

.bor_b {
    border-bottom: solid 1px #f4f4f4;
}

.bor_b15 {
    border-bottom: solid 1px #f4f4f4;
}

.radius10 {
    border-radius: 0.1rem;
}

.radius20 {
    border-radius: 0.2rem;
}

.f80 {
    font-size: 0.8rem;
}

.f70 {
    font-size: 0.7rem;
}

.f64 {
    font-size: 0.64rem;
}

.f54 {
    font-size: 0.54rem;
}

.f50 {
    font-size: 0.5rem;
}

.f48 {
    font-size: 0.48rem;
}

.f46 {
    font-size: 0.46rem;
}

.f42 {
    font-size: 0.42rem;
}

.f40 {
    font-size: 0.4rem;
}

.f38 {
    font-size: 0.4rem;
}

.f36 {
    font-size: 0.36rem;
}

.f34 {
    font-size: 0.34rem;
}

.f32 {
    font-size: 0.32rem;
}

.f30 {
    font-size: 0.3rem;
}

.f28 {
    font-size: 0.28rem;
}

.f25 {
    font-size: 0.25rem;
}

.f24 {
    font-size: 0.24rem;
}

.f22 {
    font-size: 0.22rem;
}

.f20 {
    font-size: 0.2rem;
}

.f18 {
    font-size: 0.18rem;
}

.f72 {
    font-size: 0.72rem;
}

.bgg {
    background: #f6f6f6;
}

.bgw {
    background: #fff !important;
}

.gray6 {
    color: #666;
}

.gray8 {
    color: #888;
}

.gray9 {
    color: #999;
}

.black {
    color: #191919;
}

.red {
    color: #fd4141 !important;
}

.white {
    color: #fff;
}

.wrap_box {
    color: #333;
}

.content {
    padding: 0 0.24rem;
}

.main {
    padding: 0.2rem 0.24rem;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.hidden {
    overflow: hidden;
}

.two {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.orange {
    color: #ee5b0b;
}


/*header*/

.header {
    background: url(../images/header.png) no-repeat center top #fff;
    background-size: 100% 4.46rem;
    padding: 0.2rem 0.24rem 0.3rem;
}

.search {
    width: 5.63rem;
    height: 0.72rem;
    background: #fff;
    border-radius: 0.36rem;
    padding: 0 0.25rem;
}

.ss_icon {
    width: 0.32rem;
    height: 0.32rem;
}

.ss_con {
    width: 4.6rem;
}

.header_icon {
    width: 0.36rem;
    height: 0.36rem;
}

.nav {
    overflow-x: auto;
    white-space: nowrap;
}

.nav::-webkit-scrollbar {
    display: none;
}

.nav li {
    line-height: 0.74rem;
    margin-right: .6rem;
    display: inline-block;
}

.nav li.active {
    background: url(../images/line1.png) no-repeat center bottom;
    background-size: 0.59rem;
}

.menu_list li {
    text-align: center;
    margin-bottom: 0.2rem;
}

.menu_list li img {
    width: 0.99rem;
}

.menu_list .swiper-pagination {
    width: 100%;
    position: static;
}

.menu_list .swiper-pagination-bullet {
    width: 0.26rem;
    height: 0.06rem;
    border-radius: 0.03rem;
    background: #f49460;
    opacity: 1;
    margin: 0 0.04rem;
}

.menu_list .swiper-pagination-bullet-active {
    background: #ee5b0b;
}

.banner img {
    border-radius: 0.15rem;
}

.hot_list li {
    width: 1.45rem;
    text-align: center;
    margin-top: 0.2rem;
    margin-right: 0.24rem;
}

.hot_list li img {
    height: 1.45rem;
}

.hot_list li:nth-child(4n+4) {
    margin-right: 0;
}

.hot_num {
    width: 0.34rem;
    height: 0.42rem;
    background: url(../images/hot.png) no-repeat;
    background-size: 100%;
    top: 0;
    left: 0;
    line-height: 0.36rem;
}

.tit {
    width: 1.67rem;
}

.seckill_time {
    margin-left: 0.2rem;
}

.seckill_time span {
    background: #333333;
    width: 0.32rem;
    height: 0.32rem;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    line-height: 0.32rem;
    font-size: 0.2rem;
}

.nar1 {
    width: 0.19rem;
    height: 0.33rem;
    vertical-align: middle;
}

.seckill_time_list {
    background: #f9f9f9;
}

.seckill_time_list li {
    width: 1.4rem;
    text-align: center;
    padding: 0.1rem 0;
}

.seckill_time_list li h2 {
    font-size: 0.3rem;
}

.seckill_time_list li p {
    font-size: 0.2rem;
    color: #999;
}

.seckill_time_list li.active {
    background: url(../images/line2.png) no-repeat center bottom;
    background-size: 0.79rem;
}

.seckill_time_list li.active h2,
.seckill_time_list li.active p {
    color: #ee5b0b;
}

.seckill_list {
    padding: 0.15rem 0.25rem 0.15rem 0.16rem;
}

.seckill_list li {
    padding: 0.15rem 0;
}

.seckill_list_pic {
    width: 1.8rem;
    height: 1.8rem;
}

.over {
    width: 1.04rem;
    height: 0.87rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.seckill_list_con {
    width: 4.6rem;
}

.seckill_list_tit {
    line-height: 0.4rem;
}

.seckill_list_price del {
    margin-left: 0.15rem;
}

.progress {
    width: 1.6rem;
    height: 0.16rem;
    border-radius: 0.08rem;
    background: #f1f1f1;
    margin-right: 0.1rem;
}

.progress_on {
    width: 60%;
    background: url(../images/progress.jpg) repeat-x;
    height: 0.16rem;
}

.seckill_list_btn {
    width: 1.17rem;
    height: 0.48rem;
    border-radius: 0.24rem;
    line-height: 0.48rem;
    border: solid 1px #f5722a;
    color: #ee5b0b;
}

.progress_over {
    background: #ee5b0b;
    width: 100%;
    height: 0.16rem;
}

.seckill_list_btn1 {
    background: linear-gradient(to right, #f0671c, #fc8747);
    color: #fff;
}

.seckill_list_btn1 img {
    width: 0.23rem;
    margin-right: 0.1rem;
}

.index_tit {
    margin: 0.6rem 0 0.2rem;
}

.index_tit span {
    margin: 0 0.3rem;
}

.index_tit img {
    width: 0.48rem;
}

.book_pic {
    width: 1.45rem;
    height: 1.45rem;
}

.pro_list1_con {
    width: 1.7rem;
}

.pro_list1 li {
    width: 50%;
    border-bottom: solid 1px #f4f4f4;
    border-right: solid 1px #f4f4f4;
    padding: 0.1rem 0.1rem 0.1rem 0.16rem;
}

.pro_list1 li:nth-child(even) {
    border-right: none;
}

.pro_list2 li {
    width: 25%;
    border-right: solid 1px #f4f4f4;
    padding: 0.25rem 0.1rem 0.15rem 0.1rem;
}

.pro_list2 li:nth-child(4n+4) {
    border-right: none;
}

.pro_list3 li {
    float: left;
}

.pro_list3 li:first-child {
    height: 2.3rem;
}

.pro_list3 li:nth-child(2),
.pro_list3 li:nth-child(3) {
    height: 1.15rem;
}

.pro_list3 li:nth-child(2) .book_pic,
.pro_list3 li:nth-child(3) .book_pic {
    width: 1rem;
    height: 1rem;
}

.tea_tab {
    width: 1.3rem;
    height: 0.38rem;
    border-radius: 0.2rem;
    display: inline-block;
    line-height: 0.38rem;
    margin-left: 0.1rem;
    background: #04c0fe;
}

.pro_list4 li {
    padding: 0.25rem 0.2rem 0.2rem;
}

.pro_list4 li:nth-child(even) .tea_tab {
    background: #fe35df;
}

.pro_list5 li a {
    width: 1.45rem;
}

.tuijian_tit li {
    text-align: center;
}

.tuijian_tit li.active h3 {
    font-weight: bold;
}

.tuijian_tit li.active p {
    background: #eaa000;
    border-radius: 0.18rem;
    color: #fff;
}

.tuijian_pic {
    height: 3rem;
}

.tuijian_list li {
    width: 3.4rem;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.2rem;
    margin-bottom: 0.3rem;
}

.car_icon {
    width: 0.37rem;
    height: 0.32rem;
}

.backtop {
    width: 0.95rem;
    height: 0.95rem;
    position: fixed;
    right: 0.24rem;
    bottom: 1.5rem;
}


/*footer*/

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: solid 1px #ebebeb;
    height: 0.98rem;
}

.footer li {
    width: 20%;
    text-align: center;
    padding: 0.15rem 0 0;
}

.footer li img {
    width: 0.5rem;
}

.footer li h3 {
    color: #666;
    font-size: 0.2rem;
}

.footer li.active h3 {
    color: #ee5b0b;
}

.tuan_header {
    background: url(../images/header1.jpg) no-repeat center top;
    background-size: 100%;
    height: 1.98rem;
}

.top {
    height: 0.88rem;
}

.back {
    width: 0.19rem;
    height: 0.38rem;
    top: 0.2rem;
    left: 0.4rem;
}

.group_tit {
    white-space: nowrap;
    overflow-x: auto;
}

.group_tit::-webkit-scrollbar {
    display: none;
}

.group_tit li {
    display: inline-block;
    margin-right: 0.5rem;
    line-height: 0.76rem;
}

.group_tit li.active {
    color: #ee5b0b;
    border-bottom: solid 0.05rem #ee5b0b;
}

.sub_group_tit {
    white-space: nowrap;
    overflow-x: auto;
}

.sub_group_tit::-webkit-scrollbar {
    display: none;
}

.sub_group_tit li {
    display: inline-block;
    margin-right: 0.2rem;
    min-width: 1.55rem;
    height: 0.55rem;
    border-radius: 0.28rem;
    background: #f6f6f6;
    padding: 0 0.1rem;
    line-height: 0.55rem;
    text-align: center;
}

.sub_group_tit li.on {
    background: #fcefdf;
    color: #ee5b0b;
}

.group_list li {
    margin-bottom: 0.2rem;
}

.group_list_pic {
    width: 2.5rem;
    height: 2.5rem;
    border: solid 1px #cdcdcd;
}

.group_list_con {
    width: 4.3rem;
}

.car1 {
    width: 0.55rem;
}

.group_num {
    border: solid 1px #f23030;
    width: 1.05rem;
    height: 0.3rem;
    border-radius: 0.04rem;
    margin-left: 0.25rem;
}

.group_num img {
    width: 0.29rem;
    margin-right: 0.05rem;
}

.dd_header {
    background: url(../images/dd_head.jpg) no-repeat center top;
    background-size: 100% 2.2rem;
    padding: 0.35rem 0.7rem 0;
    height: 2.2rem;
}

.dd_icon {
    width: 1.4rem;
    height: 0.95rem;
}

.dd_address {
    width: 6.7rem;
    border-radius: 0.08rem;
    margin: -0.76rem auto 0;
    padding: 0.4rem 0.24rem;
}

.dw_icon {
    width: 0.25rem;
    height: 0.31rem;
    margin-right: 0.2rem;
}

.address_txt {
    padding-left: 0.45rem;
}

.dd_con {
    padding: 0.3rem 0.4rem;
}

.nar2 {
    width: 0.11rem;
    height: 0.21rem;
    margin-left: 0.3rem;
}

.dd_bg {
    background: #fafafa;
    padding: 0.2rem 0.4rem;
}

.dd_pic {
    border: solid 1px #d9d9d9;
}

.dd_pic img {
    width: 1.7rem;
    height: 1.7rem;
}

.dd_text {
    width: 4.7rem;
}

.dd_btn {
    width: 1.45rem;
    height: 0.56rem;
    border: solid 1px #e7e7e7;
    border-radius: 0.28rem;
    line-height: 0.56rem;
    margin-left: 0.2rem;
}

.dd_contact {
    padding: 0.3rem 0;
}

.dd_contact li {
    width: 50%;
    text-align: center;
    position: relative;
}

.dd_contact li img {
    width: 0.39rem;
    height: 0.39rem;
    margin-right: 0.2rem;
}

.dd_contact li::after {
    width: 1px;
    height: 0.4rem;
    background: #eeeeee;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: "";
}

.dd_price {
    padding: 0.25rem 0.4rem;
}

.copy_btn {
    width: 1.09rem;
    height: 0.4rem;
    border: solid 1px #d7d7d7;
    border-radius: 0.2rem;
    display: inline-block;
    margin-left: 0.3rem;
}

#input {
    position: absolute;
    top: 0;
    left: 1.3rem;
    opacity: 0;
    z-index: -10;
}

.nar3 {
    width: 0.11rem;
    height: 0.21rem;
}

.icon4 {
    width: 0.3rem;
    height: 0.26rem;
    margin-right: 0.2rem;
}

.dd_footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #e2e2e2;
    line-height: 0.98rem;
    height: 0.98rem;
}

.dd_footer1 {
    background: #f23030;
    color: #fff;
}

.refund_pro_list {
    margin-bottom: 0.2rem;
}

.icon5 {
    width: 0.28rem;
    height: 0.26rem;
    margin-right: 0.15rem;
}

.icon6 {
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.1rem;
}

.dd_btn1 {
    color: #f23030;
    border: solid 1px #f23030;
}

.refund_header_bg {
    background: #f23030;
    height: 2.8rem;
}

.refund_header_con {
    padding: 0.4rem 0.75rem 0;
}

.refund_list {
    margin: 0.3rem 0.3rem 0;
}

.refund_list::after {
    width: 5.8rem;
    height: 0.02rem;
    content: "";
    display: block;
    background: #fff;
    top: 0.07rem;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    z-index: 0;
}

.refund_list li {
    background: url(../images/dot1.jpg) no-repeat center top;
    background-size: 0.17rem 0.17rem;
    line-height: 1.07rem;
    position: relative;
    z-index: 1;
}

.refund_list li.active {
    background: url(../images/dot2.jpg) no-repeat center top;
    background-size: 0.17rem 0.17rem;
}

.m_footer {
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 9;
    height: 0.98rem;
}

.icon8 {
    width: 0.32rem;
    height: 0.39rem;
}

.refund_address {
    width: 6.4rem;
    line-height: 1.5;
}

.refund_btn {
    padding: 0 0.25rem;
    border: solid 1px #ededed;
    border-radius: 0.3rem;
    margin-left: 0.25rem;
    line-height: 0.7rem;
}

.dd_xx_btn {
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.3rem;
    margin-right: 0.25rem;
}

.dd_xx_btn1 {
    border: solid 1px #9f9f9f;
}

.dd_xx_btn2 {
    border: solid 1px #f23030;
}

.icon9 {
    width: 0.43rem;
    height: 0.32rem;
    margin-right: 0.2rem;
}

.upload_pic {
    width: 1.6rem;
    height: 1.6rem;
}

.upload_list {
    margin: 0 0.2rem 0 0;
}

.upload_list img {
    width: 1.6rem;
    height: 1.6rem;
}

.upload_close {
    width: 0.44rem;
    height: 0.44rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 100%;
    right: -0.1rem;
    top: -0.1rem;
    font-size: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
}

.why {
    border: none;
    background: url(../images/nar2.png) no-repeat right center;
    background-size: 0.11rem;
    -webkit-appearance: none;
    padding-right: 0.3rem;
    outline: none;
}

.ss3 {
    width: 0.24rem;
    height: 0.25rem;
}

.type_search_box {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.type_search {
    background: #f0f2f5;
    border-radius: 0.08rem;
    height: 0.6rem;
    padding: 0 0.2rem;
}

.type_ss_txt {
    width: 6.2rem;
    background: none;
    border: none;
}

.type_list {
    width: 1.95rem;
    background: #f6f6f6;
    height: calc(100vh - 1rem);
    overflow-y: scroll;
    padding-bottom: 1.5rem;
    position: fixed;
    left: 0;
    top: 1rem;
}

.type_list::-webkit-scrollbar {
    display: none;
}

.type_list li {
    border-bottom: solid 1px #ffffff;
    line-height: 0.96rem;
}

.type_list li.active {
    color: #f23030;
    border-left: solid 0.04rem #f23030;
    background: #fff;
}

.type_box {
    width: 5.04rem;
    margin: 1.2rem 0.34rem 0 0;
    padding-bottom: 1.5rem;
}

.type_pic_list li {
    width: 1.5rem;
    text-align: center;
    margin-top: 0.1rem;
    margin-right: 0.2rem;
}

.type_pic_list li:nth-child(3n+3) {
    margin-right: 0;
}

.type_pic {
    width: 1.2rem;
    height: 1.2rem;
}

.sub_type_tit a {
    color: #222;
    width: 33.333%;
    text-align: center;
    background: url(../images/line3.jpg) no-repeat right center;
    background-size: 0.02rem;
    display: inline-block;
    margin-top: 0.2rem;
}

.sub_type_tit a:nth-child(3n+3) {
    margin-right: 0;
}

.type_search1 {
    width: 5.25rem;
}

.type_search1 .type_ss_txt {
    width: 4.5rem;
}

.type_icon {
    right: 0.4rem;
    top: 0.2rem;
}

.icon10 {
    width: 0.43rem;
    height: 0.42rem;
}

.nar6 {
    width: 0.15rem;
    height: 0.08rem;
    margin: 0.02rem 0 0.02rem 0.15rem;
}

.icon11 {
    width: 0.18rem;
    height: 0.19rem;
    margin-left: 0.15rem;
}

.pro_list_tit {
    border-bottom: solid 1px #e7e7e7;
}

.pro_list_tit li.active {
    color: #f23030;
}

.pro_list {
    padding: 0.2rem 0.24rem;
    background: #fff;
}

.pro_list li {
    background: #fff;
    margin-bottom: 0.2rem;
}

.pro_list_pic {
    width: 2.5rem;
    height: 2.5rem;
    border: solid 1px #cdcdcd;
}

.pro_list_pic img {
    height: 100%;
}

.pro_list_con {
    width: 4.1rem;
    padding-bottom: 0.3rem;
}

.pro_list_tab {
    background: none;
}

.pro_list_tab ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.pro_list_tab ul li {
    width: 3.4rem;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.2rem;
    margin-bottom: 0.3rem;
    flex-direction: column;
}

.pro_list_tab .pro_list_pic {
    border: none;
    width: 100%;
    height: 3rem;
}

.pro_list_tab .pro_list_pic img {
    height: 100%;
}

.pro_list_tab .pro_list_con {
    width: 100%;
    border: none;
    margin: 0.1rem 0 0;
}

.pro_detail_head {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.icon12 {
    width: 0.61rem;
    height: 0.61rem;
}

.pro_detail .swiper-pagination {
    width: 0.8rem;
    height: 0.42rem;
    border-radius: 0.2rem;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    bottom: 0.2rem;
    left: auto;
    right: 0.3rem;
}

.icon15 {
    width: 0.31rem;
}

.ticket_tab span {
    width: 1.51rem;
    height: 0.35rem;
    display: inline-block;
    text-align: center;
    line-height: 0.35rem;
    background: url(../images/quan.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin-right: 0.15rem;
}

.talk_photo {
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 100%;
    margin-right: 0.15rem;
}

.star img {
    width: 0.24rem;
    height: 0.23rem;
    margin-left: 0.1rem;
}

.talk_more {
    width: 2.3rem;
    height: 0.68rem;
    border: solid 1px #e4e4e4;
    border-radius: 0.34rem;
    line-height: 0.64rem;
    margin: 0 auto;
}

.shop_pic {
    width: 0.94rem;
    height: 0.94rem;
    border: solid 1px #cdcdcd;
    margin-right: 0.2rem;
}

.shop_pic img {
    height: 100%;
}

.shop_btn {
    width: 3.23rem;
    height: 0.64rem;
    border: solid 1px #e4e4e4;
    border-radius: 0.06rem;
    line-height: 0.6rem;
}

.shop_btn img {
    width: 0.3rem;
    height: 0.28rem;
    margin-right: 0.1rem;
}

.detal_tuijian li {
    width: 2.1rem;
    margin: 0 0.35rem 0.2rem 0;
}

.detal_tuijian li:nth-child(3n+3) {
    margin-right: 0;
}

.detal_tuijian_pic {
    height: 2.1rem;
    width: 2.1rem;
    border: solid 1px #cdcdcd;
}

.detail_footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: solid 1px #e8e8e8;
    height: 0.98rem;
}

.detail_footer_list {
    text-align: center;
}

.detail_footer_list img {
    width: 0.39rem;
    height: 0.37rem;
}

.detail_footer_list_box {
    width: 3.28rem;
}

.detail_footer_btn {
    width: 2.12rem;
    height: 0.98rem;
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.98rem;
}

.detail_footer_btn1 {
    background: #242322;
}

.detail_footer_btn2 {
    background: #f23030;
}

.icon17 {
    width: 0.3rem;
    height: 0.28rem;
    margin-right: 0.1rem;
}

.check {
    width: 0.36rem;
    height: 0.36rem;
    background: url(../images/check1.png) no-repeat;
    background-size: 100% 100%;
    -webkit-appearance: none;
    margin-right: 0.24rem;
}

.check_on {
    background: url(../images/check2.png) no-repeat;
    background-size: 100% 100%;
}

.car_list li {
    border-bottom: solid 1px #eeeeee;
    padding: 0.25rem;
    position: relative;
    overflow: hidden;
}

.car_list_pic {
    width: 1.9rem;
    height: 1.9rem;
    border: solid 1px #cacaca;
    display: block;
}

.car_list_pic img {
    height: 100%;
}

.car_list_con {
    width: 4.2rem;
}

.car_list_con.on {
    width: 3.1rem;
    margin-right: 1rem;
}

.car_del {
    width: 1.15rem;
    background: #f23030;
    height: 100%;
    right: -100%;
    top: 0;
    color: #fff;
    font-size: 0.28rem;
    transition: all 0.3s;
}

.shop_num {
    width: 1.6rem;
    height: 0.44rem;
    border: solid 1px #d3d3d3;
    border-radius: 0.04rem;
}

.shop_num span {
    width: 0.45rem;
    height: 0.42rem;
    display: inline-block;
    text-align: center;
    line-height: 0.42rem;
    color: #b8b8b8;
    background: none;
}

.shop_num .shop_list_num_txt {
    width: 0.66rem;
    height: 0.4rem;
}

.shop_num .shop_list_num_txt input {
    width: 100%;
    height: 0.4rem;
    border: none;
    border-left: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    text-align: center;
    vertical-align: top;
}

.kucun {
    display: none;
}

.car_footer {
    width: 100%;
    position: fixed;
    bottom: 0.98rem;
    left: 0;
    background: #fff;
    height: 0.92rem;
    border-top: solid 1px #e4e4e4;
    padding-left: 0.24rem;
}

.all_del {
    width: 1.84rem;
    height: 0.98rem;
    background: #f23030;
    color: #fff;
    line-height: 0.98rem;
    margin-left: 0.3rem;
}

.shop_pop {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0 0.25rem 1rem;
    z-index: 11;
}

.shop_pop_pic {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0.08rem;
    border: solid 0.04rem #fff;
    margin-top: -0.44rem;
    margin-right: 0.23rem;
}

.shop_pop_size {
    padding: 0.2rem 0 0.1rem;
}

.shop_pop_size span {
    min-width: 0.98rem;
    height: 0.6rem;
    line-height: 0.6rem;
    display: inline-block;
    margin: 0 0.2rem 0.2rem 0;
    background: #f5f5f5;
    border-radius: 0.16rem;
    text-align: center;
    font-size: 0.24rem;
    padding: 0 0.1rem;
}

.shop_pop_size span.on {
    background: #f23030;
    color: #fff;
}

.shop_pop_num {
    width: 2.8rem;
}

.shop_pop_num span {
    width: 0.88rem;
    height: 0.7rem;
    border-radius: 0.06rem;
    background: #f5f5f5;
    display: block;
    line-height: 0.7rem;
    font-size: 0.4rem;
    color: #cbcbcb;
    text-align: center;
}

.shop_pop_num input {
    width: 1rem;
    height: 0.7rem;
    line-height: 0.7rem;
}

.shop_pop_btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #f23030;
    line-height: 0.96rem;
}

.car_kong img {
    width: 1.09rem;
    height: 0.8rem;
}

.kong_box {
    padding: 0.4rem 0 0.5rem;
}

.go_shop {
    width: 1.86rem;
    height: 0.6rem;
    border: solid 1px #dcdbdb;
    line-height: 0.56rem;
    margin: 0.4rem auto 0;
    display: block;
    border-radius: 0.3rem;
}

.ss_btn {
    background: none;
    border: none;
    color: #6e7479;
    margin-left: 0.3rem;
}

.search_list {
    padding: 0.4rem 0.2rem 0.3rem;
}

.search_list h3 {
    color: #292929;
    font-size: 0.3rem;
}

.key {
    margin: 0.3rem 0 0;
}

.key a {
    background: #f5f5f5;
    padding: 0 0.15rem;
    line-height: 0.56rem;
    border-radius: 0.3rem;
    margin-right: 0.25rem;
    margin-bottom: 0.2rem;
    display: inline-block;
}

.refound_style {
    min-width: 1.52rem;
    height: 0.53rem;
    border: solid 1px #f23030;
    border-radius: 0.04rem;
    color: #f23030;
    line-height: 0.5rem;
    padding: 0 0.1rem;
    margin-left: 0.15rem;
}

.refound_style.on {
    border: solid 1px #d0d5da;
    color: #333;
}

.form_list {
    width: 5.2rem;
}

.select {
    background: url(../images/nar2.png) no-repeat right center;
    background-size: 0.11rem;
}

.sao1 {
    width: 0.36rem;
    height: 0.36rem;
    right: 0;
    top: 0.2rem;
}

.tel1 {
    width: 0.39rem;
}

.shop_txt {
    width: 4.7rem;
}

.shop_xx_tit {
    margin-right: 0.4rem;
}

.shop_search {
    width: 4.6rem;
    height: 0.6rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.08rem;
    padding: 0 0.2rem;
}

.shop_search input {
    width: 3.75rem;
    background: none;
}

.icon22 {
    width: 0.34rem;
    height: 0.33rem;
}

.icon23 {
    width: 0.37rem;
    height: 0.07rem;
}

.shop_icon {
    width: 1.12rem;
    height: 0.32rem;
}

.gz {
    width: 1.29rem;
    right: 0;
    bottom: 0;
    background: url(../images/gz.png) no-repeat;
    background-size: 100% 100%;
    height: 0.82rem;
}

.icon24 {
    width: 0.26rem;
    height: 0.22rem;
    margin-right: 0.15rem;
}

.shop_nav {
    background: #fafafa;
    height: 0.96rem;
    padding: 0 0.7rem;
}

.shop_nav li {
    line-height: 0.96rem;
}

.shop_nav li.on {
    color: #f23030;
    border-bottom: solid 0.04rem #f23030;
}

.shop_banner {
    padding: 0.24rem 0.42rem 0.4rem;
}

.shop_banner img {
    border-radius: 0.2rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.shop_coupon {
    background: url(../images/shop_bg.png) no-repeat center top;
    background-size: 100% 100%;
    height: 2.76rem;
    padding: 0.15rem 0.3rem 0;
}

.shop_coupon_tit {
    background: url(../images/shop_tit.png) no-repeat center center;
    background-size: 5.08rem 0.11rem;
}

.shop_coupon_list {
    background: #fff;
}

.shop_coupon_list li {
    width: 25%;
    border-right: dashed 1px #e9e9e9;
    text-align: center;
    padding: 0 0 0.2rem;
}

.shop_coupon_list li:last-child {
    border-right: none;
}

.shop_coupon_list li.noon .shop_coupon_list_num {
    color: #aba8a8;
}

.shop_coupon_list_num {
    line-height: 1.5;
    margin-bottom: 0.1rem;
}

.shop_coupon_list_num span {
    position: relative;
}

.shop_coupon_list_num span::after {
    width: 0.42rem;
    height: 0.02rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    content: "";
    background: #757575;
}

.shop_coupon_list_num em {
    margin: 0.2rem 0 0;
    margin-right: 0.15rem;
}

.shop_tit {
    padding: 0.45rem 0 0.35rem;
}

.line4 {
    width: 0.47rem;
}

.f18 {
    font-size: 0.18rem;
    text-transform: uppercase;
}

.shop_footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 1rem;
}

.shop_footer_l {
    width: 6.14rem;
    border-right: solid 1px #dfdfdf;
}

.shop_footer_l li {
    width: 50%;
    text-align: center;
    border-right: solid 1px #dfdfdf;
}

.shop_footer_l li:last-child {
    border-right: none;
}

.line5 {
    width: 0.32rem;
    height: 0.08rem;
    display: block;
    margin: 0 auto;
}

.kefu {
    width: 1.35rem;
    padding: 0.12rem 0 0;
}


/*
.bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
} */

.coupon_pop {
    width: 100%;
    border-radius: 0.4rem 0.4rem 0 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 0.25rem 0 0;
    position: fixed;
}

.coupon_pop_list {
    padding: 0.3rem 0.4rem 0;
    height: 6.8rem;
    overflow-y: auto;
}

.coupon_pop_list li {
    border: solid 1px #e8e8e8;
    border-radius: 0.1rem;
    height: 2rem;
    margin-bottom: 0.2rem;
}

.coupon_pop_list li.on .coupon_pop_list_con {
    color: #999;
}

.coupon_pop_list li.on .coupon_pop_list_tab {
    background: url(../images/coupon1.jpg) no-repeat;
    background-size: 100%;
}

.coupon_pop_list_con {
    padding-left: 0.32rem;
}

.coupon_pop_list_tab {
    width: 1.78rem;
    height: 2rem;
    background: url(../images/coupon2.jpg) no-repeat;
    background-size: 100%;
    padding: 0 0.66rem 0 0.84rem;
    line-height: 0.32rem;
}

.shop_type li h3 {
    background: url(../images/nar2.png) no-repeat right 0.35rem center #fff;
    background-size: 0.11rem;
}

.sub_shop_type_list {
    padding: 0.15rem 0.24rem;
}

.sub_shop_type_list a {
    width: 3.5rem;
    height: 0.98rem;
    line-height: 0.98rem;
    background: #f3f3f3;
    display: block;
    text-align: center;
    margin-bottom: 0.1rem;
}

.sub_shop_type {
    display: none;
}

.tuihuan_list li {
    background: #fff;
    margin-bottom: 0.2rem;
}

.tuihuan_list_pic {
    width: 1.64rem;
    height: 1.64rem;
    border: solid 1px #dddddd;
}

.tuihuan_list_con {
    width: 4.45rem;
}

.address_con {
    padding: 0.3rem 0.2rem;
    border-radius: 0.08rem;
}

.address_txt {
    padding-left: 0.45rem;
}

.address_kong {
    padding: 0.4rem 0.25rem;
    border-radius: 0.08rem;
}

.address_kong a {
    background: url(../images/nar3.png) no-repeat right 0.24rem center;
    background-size: 0.11rem;
    display: block;
}

.duihuan_adress {
    background: url(../images/line6.jpg) no-repeat center bottom #fff;
    background-size: 100%;
}

.duihuan_adress a {
    background: url(../images/nar2.png) no-repeat right 0.24rem center;
    background-size: 0.11rem;
    display: block;
    padding-right: 0.5rem;
}

.duihuan_footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: solid 0.02rem #e4e4e4;
    height: 0.98rem;
    justify-content: flex-end;
}

.duihuan_btn {
    width: 2.3rem;
    height: 0.96rem;
    background: #f23030;
    line-height: 0.96rem;
    margin-left: 0.5rem;
}

.tuihuan_xx_tit {
    background: url(../images/line7.jpg) no-repeat 0.45rem center;
    background-size: 0.08rem;
    padding-left: 0.7rem;
}

.vip_pro_list li {
    width: 2.27rem;
    height: 1.39rem;
    border: solid 1px #d4d4d4;
    padding: 0 0.1rem;
    margin: 0 0.1rem 0.1rem 0;
}

.vip_pro_list li:nth-child(3n+3) {
    margin-right: 0;
}

.vip_pro {
    width: 1rem;
    height: 1rem;
}

.jf_report_tit {
    width: 6.54rem;
    height: 0.68rem;
    border: solid 0.02rem #f23030;
    border-radius: 0.08rem;
    margin: 0.25rem auto;
    background: #fff;
}

.jf_report_tit li {
    width: 50%;
    text-align: center;
    height: 0.64rem;
    line-height: 0.64rem;
}

.jf_report_tit li.current {
    background: #f23030;
    color: #fff;
}

.icon25 {
    width: 0.21rem;
    height: 0.23rem;
    margin-right: 0.1rem;
}

.jf_info_tit span {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 100%;
    margin-right: 0.1rem;
    background: #f23030;
    color: #fff;
    line-height: 0.35rem;
}

.jf_info_txt {
    padding-left: 0.4rem;
}

.book_list li {
    padding: 0.3rem 0 0;
}

.book_list_pic {
    width: 1.8rem;
    height: 1.8rem;
}

.book_list_con {
    width: 5.1rem;
    padding-bottom: 0.4rem;
}

.book_infor {
    margin: 0.35rem auto;
    border-radius: 0.1rem;
    padding: 0.5rem 0.24rem;
}


/*选择地区*/

.express-area {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.express-area a {
    display: block;
}

.express-area dl {
    position: relative;
    color: #4d525d;
}

.express-area dl dt {
    position: absolute;
    top: 0;
    left: 0;
}

.express-area dl dd {
    text-align: justify;
}


/*选择地区弹层*/

.express-area-box {
    position: absolute;
    bottom: -100%;
    left: 50%;
    z-index: 15;
    width: 320px;
    margin-left: -160px;
    background-color: #fff;
    border-radius: 6px 6px 0;
    color: #4d525d;
    position: fixed;
    left: 0px;
    width: 100%;
    margin-left: 0px;
}

.express-area-box header {
    position: relative;
    border-radius: 6px 6px 0;
    border-bottom: 1px solid #e2e2e2;
}

.express-area-box header h3 {
    text-align: center;
    padding: 3% 0;
}

.express-area-box header .back,
.express-area-box header .close {
    position: absolute;
    top: 0;
}

.express-area-box header .back {
    display: none;
    left: 0;
}

.express-area-box header .close {
    right: 0;
}

.express-area-box article {
    height: 200px;
    overflow-y: scroll;
}

.area-list li {
    text-align: justify;
    padding: 0 15px;
    font-size: .3rem;
    line-height: 1.8;
}

@media (max-width: 720px) {
    .express-area-box {
        position: fixed;
        left: 0;
        width: 100%;
        margin-left: 0;
    }
}


/*遮罩层*/

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.selet-area-wrap {
    display: -webkit-box;
    width: 100%;
    height: 44px;
    padding: 0 15px;
    line-height: 44px;
    background: #F1F1F1;
}

.selet-area-wrap p {
    -webkit-box-flex: 1;
    text-align: center;
    width: 100%;
}

.selet-area-wrap span {
    display: inline-block;
    text-align: center;
    padding-left: 0;
    position: relative;
    width: auto;
    font-size: .3rem;
    line-height: 2;
}

.selet-area-wrap span.current {
    color: #449FFF;
}

.selet-area-wrap span.current:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #449fff;
    bottom: 0;
}

.hot-city {
    padding: 0 15px;
}

.hot-city p {
    color: #bbb;
    font-size: .3rem;
    line-height: 2;
}

.hot-city ul {
    padding: 0 15px;
}

.hot-city li {
    display: inline-block;
    width: 17.7%;
    text-align: center;
    margin: 0% 3%;
}

.ruzhu_box {
    width: 6.2rem;
    margin: 0.6rem auto 0;
}

.ruzhu_btn {
    height: 0.96rem;
    border-radius: 0.03rem;
    background: #f23030;
    line-height: 0.96rem;
    display: block;
}

.ruzhu_tel {
    height: 0.96rem;
    border-radius: 0.03rem;
    line-height: 0.96rem;
    padding: 0 0.2rem;
}

.ruzhu_tel_Btn {
    width: 1.82rem;
    height: 0.52rem;
    border-radius: 0.26rem 0 0 0.26rem;
    background: linear-gradient(to right, #ff6400, #f3a243);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.ruzhu_tel_Btn img {
    width: 0.25rem;
    height: 0.27rem;
    margin-right: 0.1rem;
}

.lingquan_tit_box {
    box-shadow: 0 0.03rem 0.03rem rgba(0, 0, 0, 0.2);
    height: 0.8rem;
}

.lingquan_tit {
    width: 6.25rem;
    white-space: nowrap;
    overflow-x: auto;
}

.lingquan_tit::-webkit-scrollbar {
    display: none;
}

.lingquan_tit li {
    margin-right: 0.5rem;
    line-height: 0.8rem;
    display: inline-block;
}

.lingquan_tit li.on {
    border-bottom: solid 0.04rem #f23131;
    color: #f23131;
}

.nar7 {
    width: 0.6rem;
    margin-left: 0.15rem;
    background: url(../images/line8.jpg) no-repeat left center;
    background-size: 1px 0.32rem;
}

.nar7 img {
    width: 0.21rem;
    vertical-align: middle;
}

.lingquan_type {
    width: 100%;
    background: #fff;
    top: 0.8rem;
    left: 0;
    z-index: 99;
    display: none;
}

.lingquan_type a {
    margin-right: 0.5rem;
    display: inline-block;
}

.lingquan_list {
    background: #fff;
    border-radius: 0.1rem;
    height: 1.95rem;
    margin-bottom: 0.2rem;
}

.lingquan_list::after,
.lingquan_list::before {
    width: 0.2rem;
    height: 0.2rem;
    background: #f6f6f6;
    border-radius: 100%;
    position: absolute;
    right: 1.58rem;
    content: "";
    display: block;
}

.lingquan_list::after {
    top: -0.1rem;
}

.lingquan_list::before {
    bottom: -0.1rem;
}

.lingquan_list_con {
    width: 5.35rem;
    border-right: dotted 1px #f0f0f0;
    padding: 0.28rem 0.3rem;
}

.lingquan_list_con .tab {
    background: #fdf8f2;
    padding: 0 0.1rem;
    margin-left: 0.15rem;
    line-height: 0.32rem;
}

.lingquan_pic {
    width: 1.38rem;
    height: 1.38rem;
    border: solid 1px #f2f2f2;
    margin-right: 0.3rem;
}

#cicle {
    width: 1rem;
    height: 1rem;
}

.lingquan_list_compon {
    width: 1.67rem;
    height: 100%;
}

.lingquan_list_compon_btn {
    width: 1.25rem;
    height: 0.36rem;
    border-radius: 0.2rem;
    background: #f23030;
    line-height: 0.36rem;
    margin: 0 auto;
}

.compon_time {
    font-size: 0.2rem;
}

.compon_time span {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 0.04rem;
    background: #f23030;
    color: #fff;
    display: inline-block;
    line-height: 0.32rem;
    text-align: center;
}

.lingquan_list_piclist li {
    width: 1.3rem;
    height: 1.3rem;
    border: solid 1px #f2f2f2;
    margin-right: 0.3rem;
}

.lingquan_list_piclist li img {
    height: 100%;
}

.yiling img {
    width: 1.24rem;
}

.lingover {
    color: #cecece;
}

.over_icon {
    width: 1.05rem;
}

.lingquan_list_compon_btn1 {
    background: #aaaaaa;
}

.car2 {
    width: 0.86rem;
    height: 0.85rem;
    position: fixed;
    bottom: 20%;
    right: 0.3rem;
}

.car2_num {
    width: 0.26rem;
    height: 0.26rem;
    background: #f23030;
    color: #fff;
    right: 0.12rem;
    top: 0.05rem;
    border-radius: 100%;
    line-height: 0.26rem;
    font-size: 0.18rem;
}

.dd_tit {
    height: 0.8rem;
    line-height: 0.8rem;
}

.dd_tit li.active {
    color: #f23030;
    border-bottom: solid 0.04rem #f23030;
}

.group_dd_tit {
    width: 3.6rem;
}

.group_name {
    padding: 0.25rem 0.4rem;
}

.group_photo {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
}

.group_con_box {
    padding: 0 0.15rem;
}

.group_con_box {
    padding: 0.25rem 0.2rem;
}

.group_con_box .bor_b::after {
    width: 0.3rem;
    height: 0.13rem;
    content: "";
    bottom: -0.13rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    position: absolute;
    background: url(../images/nar8.jpg) no-repeat;
    background-size: 0.3rem;
}

.group_con_pic {
    width: 1.92rem;
    height: 1.92rem;
    border: solid 1px #e2e2e2;
}

.group_con_pic img {
    height: 100%;
}

.group_con {
    width: 4.4rem;
}

.group_tab span {
    background: #fdf0f0;
    padding: 0 0.1rem;
    margin-right: 0.1rem;
}

.group_price {
    align-items: flex-end;
}

.group_price .orange {
    margin-right: 0.2rem;
    line-height: 1;
}

.group_icon {
    width: 1.25rem;
    height: 1.25rem;
    right: 0;
    top: 0;
}

.group_time_box {
    padding: 0.3rem 0.35rem;
}

.group_time {
    color: #343434;
}

.group_time span {
    width: 0.72rem;
    height: 0.46rem;
    background: url(../images/time.jpg) no-repeat;
    background-size: 100%;
    line-height: 0.46rem;
    color: #fff;
    display: inline-block;
}

.group_photo_list {
    margin: 0.35rem 0 0;
}

.group_photo_list li {
    margin: 0 0.1rem;
    position: relative;
}

.group_photo_list li img {
    width: 0.91rem;
    height: 0.91rem;
}

.group_photo_tab {
    width: 0.6rem;
    height: 0.26rem;
    border: solid 0.02rem #fff;
    border-radius: 0.1rem;
    line-height: 0.22rem;
    background: #ea5413;
    color: #fff;
    font-size: 0.16rem;
    right: -0.2rem;
    top: -0.04rem;
}

.group_btn {
    height: 0.88rem;
    border-radius: 0.1rem;
    background: #f23030;
    line-height: 0.88rem;
}

.group_game span {
    color: #cbcbcb;
    margin: 0 0.6rem;
}

.hot_tuijian_list li {
    width: 3.5rem;
    height: 5.3rem;
    background: #fff;
    margin-bottom: 0.1rem;
}

.hot_tuijian_list_pic {
    border: solid 1px #e2e2e2;
}

.hot_tuijian_list_pic img {
    height: 3.5rem;
}

.hot_tuijian_list_con {
    padding: 0.1rem;
}

.icon29 {
    width: 0.51rem;
    height: 0.51rem;
    margin-right: 0.15rem;
}

.group_scussd {
    padding: 0.4rem 0 0.2rem;
}

.killer_tit {
    background: #282633;
}

.killer_tit li {
    width: 25%;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    padding: 0.1rem 0;
    position: relative;
}

.killer_tit li h4 {
    font-size: 0.36rem;
}

.killer_tit li.on {
    background: #f23030;
    position: relative;
}

.killer_tit li.on::after {
    width: 0;
    height: 0;
    border-right: 0.2rem solid transparent;
    border-left: 0.2rem solid transparent;
    border-top: 0.15rem solid #f23030;
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
}

.killer_time b {
    width: 0.38rem;
    height: 0.31rem;
    border-radius: 0.04rem;
    background: #202224;
    color: #fff;
    display: inline-block;
    line-height: 0.31rem;
}

.killer_list {
    padding: 0 0.24rem;
}

.killer_list li {
    border-bottom: solid 1px #eeeeee;
    padding: 0.24rem 0;
}

.killer_list_pic {
    width: 2.1rem;
    height: 2.1rem;
    border: solid 1px #cecece;
}

.killer_list_con {
    width: 4.7rem;
}

.killer_list_con .price {
    line-height: 1.3;
}

.killer_btn {
    width: 1.7rem;
    height: 0.62rem;
    background: #f23030;
    color: #fff;
    border-radius: 0.04rem;
    line-height: 0.62rem;
    display: block;
}

.killer_progress_box {
    align-items: flex-end;
}

.killer_progress {
    width: 1.7rem;
    height: 0.14rem;
    border: solid 0.02rem #cf7072;
    border-radius: 0.07rem;
    overflow: hidden;
    margin-left: 0.1rem;
}

.killer_progress1 {
    border: solid 0.02rem #bbbbbb;
}

.killer_progress1 .killer_progress_on {
    background: #e3dfdf;
}

.killer_progress_on {
    width: 60%;
    background: #ff8989;
    height: 0.1rem;
}

.killer_btn1 {
    color: #bbbbbb;
    background: #f0f0f0;
}

.killer_btn2 {
    background: #bebebe;
    color: #fff;
}

.killer_xx_head {
    height: 1rem;
}

.killer_xx_price {
    width: 5rem;
    background: #f23030;
    padding-left: 0.34rem;
}

.killer_xx_price .f42 {
    margin-right: 0.2rem;
}

.killer_xx_time_box {
    width: 2.5rem;
    background: #fff1f2;
}

.killer_xx_time span {
    width: 0.35rem;
    height: 0.45rem;
    border-radius: 0.1rem;
    color: #fff;
    background: #f23030;
    font-size: 0.22rem;
    display: inline-block;
    text-align: center;
    line-height: 0.45rem;
}

.killer_xx_tit {
    width: 6.1rem;
}

.peisong {
    margin-right: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 0.16rem;
    position: relative;
}

.peisong::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
}

.peisong:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #e50232;
    color: #e50232;
    font-size: 0.2rem;
    font-weight: bold;
}

.icon30 {
    width: 0.4rem;
    height: 0.41rem;
    right: 0.35rem;
    top: 0.2rem;
}

.sign_head {
    padding: 0.4rem 0.3rem;
}

.sign_photo {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    margin-right: 0.25rem;
}

.sign_head_bi img {
    width: 0.38rem;
    height: 0.33rem;
    margin-right: 0.1rem;
}

.sign_head_btn {
    width: 1.62rem;
    height: 0.6rem;
    background: #f23030;
    border-radius: 0.3rem;
    line-height: 0.6rem;
}

.sign_link {
    height: 1.1rem;
}

.sign_tuihuan {
    width: 1.14rem;
    height: 0.49rem;
    background: url(../images/tuihuan.png) no-repeat;
    background-size: 100%;
    line-height: 0.43rem;
    color: #fff;
    top: 0;
    right: 0;
}

.jf_tit {
    height: 0.8rem;
    white-space: nowrap;
    overflow-x: scroll;
    box-shadow: 0 3px 0.1rem rgba(0, 0, 0, 0.2);
}

.jf_tit::-webkit-scrollbar {
    display: none;
}

.jf_tit li {
    margin-right: 0.5rem;
    line-height: 0.8rem;
}

.jf_tit li.active {
    color: #f23131;
    border-bottom: solid 0.04rem #f23131;
}

.jifen_area {
    width: 100%;
    padding: 0.25rem 0.45rem;
    top: 0.92rem;
    left: 0;
    z-index: 9;
    display: none;
}

.jifen_area input {
    width: 1.3rem;
    height: 0.46rem;
    border: solid 1px #d9d9d9;
    text-align: center;
    line-height: 0.44rem;
    margin: 0 0.2rem;
}

.jifen_area_btn {
    width: 1.3rem;
    height: 0.46rem;
    border-radius: 0.05rem;
    background: #f23030;
}

.sign_detail {
    right: 0.3rem;
    top: 0.2rem;
}

.bag_yue {
    padding: 0.8rem 0 1.6rem;
}

.bag_yve_box {
    padding: 0 0.5rem;
}

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: none;
}

.cancle_pop {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    display: none;
}

.cancle_pop li {
    border-bottom: solid 1px #bac2c4;
    line-height: 0.98rem;
}

.shop_rz_box {
    padding: 0.4rem 0.42rem 0;
}

.ruzhu_banner {
    border-radius: 0.2rem;
}

.ruzhu_liucheng {
    background: #fd872e;
    padding: 0.3rem 0.24rem 0.54rem;
    border-radius: 0.1rem;
}

.ruzhu_btn1 {
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    background: #ffe431;
    display: block;
    border-radius: 0.1rem;
}

.talk_tit_list li {
    font-size: 0.3rem;
    margin: 0 0.17rem;
    line-height: 0.88rem;
}

.talk_tit_list li.active {
    color: #f23030;
    border-bottom: solid 0.04rem #f23030;
}

.car3 {
    width: 0.34rem;
    right: 1rem;
}

.talk_share {
    width: 0.35rem;
    right: 0.3rem;
}

.talk_list {
    padding: 0.15rem 0;
}

.talk_list a {
    color: #202224;
    font-size: 0.22rem;
    background: #fdf2f1;
    border-radius: 0.06rem;
    line-height: 0.54rem;
    display: inline-block;
    margin: 0.12rem 0.2rem 0.12rem 0;
    min-width: 1.1rem;
    text-align: center;
    padding: 0 0.3rem;
}

.talk_list a.active {
    background: url(../images/dui.png) no-repeat 0.15rem center #fef7f7;
    background-size: 0.18rem;
    border: solid 1px #f78383;
    padding-left: 0.45rem;
    color: #f23030;
}

.talk_pic_list li {
    width: 2.2rem;
    height: 2.2rem;
    border: solid 1px #e4e4e4;
    margin: 0 0.2rem 0.1rem 0;
}

.talk_pic_list li:nth-child(3n+3) {
    margin-right: 0;
}

.talk_pic_list li img {
    width: 100%;
    height: 100%;
}

.talk_list_box .talk_list>li {
    margin-bottom: 0.2rem;
}

.talk_pic_list1 li {
    width: 3.6rem;
    height: 3.6rem;
}

.talk_replay {
    background: #f8f8f8;
    padding: 0.2rem;
    margin: 0.5rem 0 0;
    color: #656565;
}

.talk_replay::after {
    width: 0;
    height: 0;
    border-right: 0.2rem solid transparent;
    border-left: 0.2rem solid transparent;
    border-bottom: 0.3rem solid #f8f8f8;
    position: absolute;
    left: 0.45rem;
    top: -0.3rem;
    content: "";
    display: block;
}

.toutiao_tit {
    white-space: nowrap;
    overflow-x: auto;
}

.toutiao_tit::-webkit-scrollbar {
    display: none;
}

.toutiao_tit li {
    font-size: 0.3rem;
    display: inline-block;
    color: #202224;
    margin-right: 0.55rem;
    line-height: 0.8rem;
}

.toutiao_list li {
    font-size: 0.28rem;
    border-bottom: solid 1px #eeeeee;
    line-height: 0.88rem;
}

.toutiao_list li a {
    display: block;
    background: url(../images/nar9.png) no-repeat right center;
    background-size: 0.14rem;
    padding-right: 0.5rem;
}

.group_xx_list li {
    margin-top: 0.2rem;
}

.group_xx_list_btn {
    width: 1.18rem;
    height: 0.53rem;
    background: #f23030;
    border-radius: 0.05rem;
    color: #fff;
    line-height: 0.53rem;
}

.group_foot_btn {
    line-height: 0.4rem;
    padding: 0.1rem 0 0;
}

.group_foot_btn1 {
    background: #fdca00;
}

.my_head {
    background: url(../images/my_head.jpg) no-repeat center top;
    background-size: 100%;
    height: 4.1rem;
    padding: 1.2rem 0 0;
    color: #fff;
}

.my_head_icon {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.7rem;
}

.my_head_set {
    right: 1.1rem;
}

.my_head_notice {
    right: 0.34rem;
}

.my_head_per {
    padding: 0 0.7rem;
}

.my_photo {
    width: 1.12rem;
    height: 1.12rem;
    border: solid 0.03rem #ffd200;
    border-radius: 100%;
    margin-right: 0.3rem;
}

.my_photo>img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.vip {
    width: 0.45rem;
    height: 0.45rem;
    bottom: -0.05rem;
    right: -0.05rem;
}

.my_head_num {
    padding: 0.1rem 0.4rem 0;
}

.my_head_num li {
    text-align: center;
    line-height: 1.5;
}

.my_head_num li h2 {
    font-size: 0.38rem;
    font-weight: bold;
}

.my_head_num li p {
    font-size: 0.24rem;
}

.vip_tab {
    background: #ffb400;
    color: #fff;
    font-size: 0.24rem;
    width: 1.2rem;
    height: 0.44rem;
    border-radius: 0.22rem;
}

.my_head_notice_num {
    width: .4rem;
    height: .4rem;
    border-radius: 100%;
    position: absolute;
    border-radius: 100%;
    line-height: .36rem;
    right: -.2rem;
    top: -.2rem;
    border: solid 1px red;
    color: red;
    font-size: .2rem;
    background: #fff;
    text-align: center;
}

.my_dd_list {
    padding: 0.5rem 0;
}

.my_dd_list li {
    width: 20%;
    text-align: center;
    position: relative;
}

.my_dd_list li img {
    width: 0.55rem;
}

.my_dd_list li p {
    margin: 0.15rem 0 0;
}

.my_dd_list li span {
    width: .4rem;
    height: .4rem;
    border-radius: 100%;
    position: absolute;
    border-radius: 100%;
    line-height: .36rem;
    right: .2rem;
    top: -.2rem;
    border: solid 1px red;
    color: red;
    font-size: .2rem;
    background: #fff;
    text-align: center;
}

.my_list li {
    text-align: center;
}

.my_list li img {
    width: 0.73rem;
    height: 0.68rem;
}

.my_list1 {
    padding: 0 0.3rem;
}

.my_list2 li {
    width: 25%;
    margin-bottom: 0.3rem;
}

.my_coupon_head {
    padding: 0 0.6rem;
}

.my_coupon_head li {
    color: #202224;
    font-size: 0.3rem;
    line-height: 0.88rem;
}

.my_coupon_head li.active {
    color: #f23030;
    border-bottom: solid 0.04rem #f23030;
}

.my_coupon_list li {
    border: solid 1px #eeeeee;
    position: relative;
    height: 2rem;
    z-index: 6;
    margin-bottom: 0.25rem;
}

.my_coupon_list li::after,
.my_coupon_list li::before {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: "";
    position: absolute;
    z-index: 6;
    background: #fff;
}

.my_coupon_list li::after {
    left: -0.12rem;
}

.my_coupon_list li::before {
    right: -0.12rem;
}

.my_coupon_list_price {
    width: 2.31rem;
    height: 2rem;
    background: url(../images/coupon3.png) no-repeat;
    background-size: 100%;
    color: #fff;
    padding: 0.1rem 0 0;
}

.my_coupon_list_con {
    width: 4rem;
    margin-right: 0.2rem;
}

.my_coupon_list_btn {
    width: 1.23rem;
    height: 0.44rem;
    border: solid 1px #f23030;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    color: #f23030;
}

.my_coupon_list_price1 {
    background: url(../images/coupon4.png) no-repeat;
    background-size: 100%;
}

.my_coupon_list_tit {
    width: 2.85rem;
}

.my_coupon_tip {
    width: 1.1rem;
    height: 0.95rem;
    right: 0;
    top: 0;
}

.ediot_btn {
    color: #3c3c3c;
    font-size: 0.28rem;
    right: 0.3rem;
    top: 0.2rem;
}

.gz_list li {
    margin-bottom: 0.2rem;
}

.gz_list_ediot .pro_list_con {
    width: 3.5rem;
}

.gz_footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: solid 1px #e4e4e4;
    padding-left: 0.24rem;
    height: 0.98rem;
}

.m_notice_list {
    padding: 0 0.4rem;
}

.m_notice_list li {
    line-height: 0.88rem;
    font-size: 0.3rem;
    color: #202224;
    line-height: 0.8rem;
    padding: 0 0.1rem;
}

.m_notice_list li.active {
    color: #f23030;
    border-bottom: solid 0.04rem #f23030;
}

.share_pop {
    width: 5.8rem;
    height: 3.95rem;
    border-radius: 0.08rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    display: none;
    position: fixed;
}

.share_pop ul {
    height: 100%;
}

.share_pop li {
    margin: 0 0.65rem;
    text-align: center;
}

.share_pop li img {
    width: 0.97rem;
    height: 0.97rem;
}

.share_pop li p {
    line-height: 0.56rem;
}

.ediot_user {
    width: 5rem;
}

.ediot_user::-webkit-input-placeholder {
    color: #b3b9c0;
}

.zhuxiao_pop {
    width: 5.2rem;
    height: 3.2rem;
    border-radius: 0.08rem;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    padding: 0.5rem 0 0;
    display: none;
    z-index: 99;
}

.zhuxiao_pop h2 {
    font-size: 0.34rem;
}

.zhuxiao_pop p {
    color: #6e7479;
    font-size: 0.28rem;
}

.zhuxiao_ok {
    line-height: 0.84rem;
    background: #f23030;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
}

.set_list li a {
    background: url(../images/nar9.png) no-repeat right center;
    background-size: 0.14rem;
    padding: 0.35rem 0;
    display: block;
    font-size: 0.3rem;
    border-bottom: solid 1px #eeeeee;
}

.out_btn {
    line-height: 1rem;
}

.about_logo {
    padding: 0.94rem 0 0.8rem;
}

.about_logo img {
    width: 1.81rem;
}

.about_logo p {
    color: #6e7479;
    font-size: 0.34rem;
}

.xx_tit {
    font-size: 0.44rem;
}

.chongzhi_bg {
    background: url(../images/chongzhi_head.jpg) no-repeat;
    background-size: 100%;
    height: 3.44rem;
    line-height: 3.44rem;
    color: #fff;
}

.chongzhi_price {
    padding: 0.4rem 0.3rem 0;
    white-space: nowrap;
    overflow-x: auto;
}

.chongzhi_price::-webkit-scrollbar {
    display: none;
}

.chongzhi_price li {
    display: inline-block;
    margin-right: 0.5rem;
    color: #b3b9c0;
    line-height: 0.88rem;
}

.chongzhi_price li.active {
    color: #202224;
    border-bottom: solid 0.04rem #f23030;
}

.icon34 {
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.1rem;
}

.pay_list li {
    padding: 0.3rem 0;
    border-bottom: solid 1px #ededed;
}

.pay_list li img {
    width: 0.38rem;
    margin-right: 0.34rem;
}

.chongzhi_btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f23030;
    line-height: 0.95rem;
}

.bgr {
    background: #ed3b1f;
}

.guize {
    background: url(../images/guize.png) no-repeat;
    width: 1.23rem;
    height: 0.36rem;
    background-size: 100%;
    display: block;
    top: 0.15rem;
    right: 0.3rem;
}

.new_bot {
    background: #f85453;
    width: 6.8rem;
    height: 0.6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    line-height: 0.6rem;
    color: #e6fbc2;
}

.new_bg {
    background: url(../images/news_bg1.jpg) no-repeat center top #ed3b1f;
    background-size: 100%;
    padding: 0 0.28rem;
}

.new_coupop {
    background: rgba(253, 210, 211, 0.6);
    padding: 0.16rem 0.1rem;
}

.new_coupop_list li {
    background: url(../images/new_coupop.png) no-repeat;
    background-size: 100%;
    width: 3.33rem;
    height: 1.31rem;
    padding: 0 0.3rem;
    margin-bottom: 0.1rem;
}

.new_coupop_list li sup {
    transform: translateY(-0.5rem);
}

.new_btn {
    width: 2.56rem;
    height: 0.7rem;
    color: #fffdc8;
    line-height: 0.7rem;
    border-radius: 0.35rem;
    margin: 0.2rem auto;
    background: linear-gradient(to right, #f26b39, #f23030);
}

.book_nav {
    padding: 0.4rem 0;
}

.book_nav li {
    text-align: center;
}

.book_nav li img {
    width: 0.99rem;
}

.book_type {
    white-space: nowrap;
    overflow-x: scroll;
}

.book_type::-webkit-scrollbar {
    display: none;
}

.book_type li {
    overflow: hidden;
    border-radius: 0.2rem;
    min-width: 1.9rem;
    height: 4.15rem;
    display: inline-block;
    margin-right: 0.2rem;
}

.book_type li h3 {
    font-size: 0.3rem;
    padding-left: 0.2rem;
    line-height: 0.68rem;
}

.book_type li:nth-child(4n+1) {
    background: #ffe9bd;
}

.book_type li:nth-child(4n+2) {
    background: #c6ecfd;
}

.book_type li:nth-child(4n+3) {
    background: #eadbfc;
}

.book_type li:nth-child(4n+4) {
    background: #fdd1ca;
}

.book_type_list_box {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0.2rem;
    padding: 0.2rem;
    height: 3.47rem;
}

.book_type_list_box a {
    line-height: 0.62rem;
    display: block;
}

.book_type_list {
    width: 1.4rem;
}

.book_pic_list {
    margin-left: 0.2rem;
    white-space: nowrap;
    overflow-x: scroll;
    margin-top: 0.2rem;
}

.book_pic_list::-webkit-scrollbar {
    display: none;
}

.book_pic_list li {
    width: 2rem;
    margin-right: 0.2rem;
    display: inline-block;
}

.book_pic_list li h3 {
    font-size: 0.27rem;
    padding: 0.24rem 0 0;
}

.good_type {
    font-size: 0.3rem;
    padding: 0 0.2rem;
    white-space: nowrap;
    overflow-x: scroll;
}

.good_type::-webkit-scrollbar {
    display: none;
}

.good_type a {
    padding: 0 0.2rem;
    line-height: 0.96rem;
    display: inline-block;
}

.good_type a.active {
    border-bottom: solid 3px #d61600;
}

.good_list li {
    border-bottom: solid 2px #f1f1f1;
    padding: 0.3rem;
}

.good_list_pic {
    width: 2.1rem;
    height: 2.1rem;
}

.good_list_pic img {
    width: 100%;
    height: 100%;
}

.good_list_con {
    width: 4.7rem;
}

.good_list_tit {
    line-height: 0.44rem;
}

.good_tab {
    width: 0.64rem;
    height: 0.3rem;
    border: solid 1px #f22f3d;
    border-radius: 0.05rem;
    line-height: 0.26rem;
}

.login_box {
    padding: 0.5rem 0.5rem 0;
}

.login_logo img {
    width: 3.7rem;
}

.login_tit {
    padding: 0.3rem 0.2rem 0;
}

.login_tit li {
    font-size: 0.3rem;
    line-height: 2.5;
}

.login_tit li.current {
    border-bottom: solid 4px #ee5b0b;
    color: #ee5b0b;
}

.login_form {
    margin: 0.7rem 0 0;
}

.login_form_list {
    background: #f8f8f8;
    padding: 0 0.4rem 0;
    height: 0.96rem;
    border-radius: 4px;
    margin-bottom: 0.3rem;
}

.icon {
    width: 0.35rem;
    height: 0.37rem;
}

.user {
    width: 3.3rem;
    margin-left: 0.3rem;
    border: none;
    color: #666;
    background: none;
}

.yzm {
    width: 1.5rem;
    color: #9ea3a9;
    font-size: 0.26rem;
    padding-left: 0.1rem;
}

.yzm::after {
    width: 1px;
    height: 0.24rem;
    background: #d9d9d9;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
}

.yzm_time {
    display: none;
}

.eyes {
    width: 0.38rem;
    height: 0.3rem;
    margin-left: 1.2rem;
}

.eyes img {
    vertical-align: top;
}

.login_btn {
    width: 100%;
    height: 0.94rem;
    background: #f23030;
    line-height: 0.94rem;
    border-radius: 0.1rem;
    border: none;
    font-size: 0.3rem;
    color: #fff;
    margin: 0.6rem 0 0;
}

.other {
    color: #ecf0f5;
}

.other span {
    color: #3c4043;
    margin: 0 0.4rem;
}

.wechat_login img {
    width: 0.88rem;
}

.per_list li {
    padding: 0.2rem 0;
}

.code {
    width: 0.36rem;
    height: 0.35rem;
}

.address_list {
    min-height: 8rem;
}

.address_list li {
    padding: 0.2rem 0.25rem;
    position: relative;
    background: #fff;
    border-radius: 0.1rem;
    border-bottom: solid 1px #e6e6e6;
}

.address_list li h4 {
    font-size: 0.32rem;
}

.address_list li p {
    color: #202224;
    font-size: 0.26rem;
    width: 90%;
}

.ediot {
    width: 0.31rem;
    top: 0.7rem;
    right: 0.2rem;
}

.default_tab {
    background: #ee5b0b;
    color: #fff;
    line-height: 0.32rem;
    font-size: 0.22rem;
    border-radius: 0.16rem;
    font-weight: normal;
    padding: 0 0.17rem;
    margin-left: 0.2rem;
}

.button {
    width: 7.1rem;
    height: 0.9rem;
    background: #ee5b0b;
    border-radius: 0.05rem;
    line-height: 0.9rem;
    color: #fff;
    margin: 0 auto;
    border: none;
}

.address_pop {
    width: 5.2rem;
    height: 2.8rem;
    background: #fff;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    z-index: 11;
}

.address_tit {
    line-height: 1.93rem;
    border-bottom: solid 1px #eeeeee;
}

.address_btn {
    width: 50%;
    line-height: 0.86rem;
}

.address_btn1 {
    background: #f23030;
    color: #fff;
}

.add_address li {
    border-bottom: solid 1px #eeeeee;
    padding: 0.2rem 0.3rem;
}

.add_address li label {
    width: 1.4rem;
    display: inline-block;
}

.address_txt {
    width: 5rem;
    border: none;
    background: none;
}

.default_icon {
    width: 0.82rem;
    height: 0.48rem;
    background: url(../images/a1.png) no-repeat;
    background-size: 0.82rem;
}

.default_icon_on {
    background: url(../images/a11.png) no-repeat;
    background-size: 0.82rem;
}

.min_hei {
    min-height: 8rem;
}

.del_button {
    background: #9c9c9c;
    margin: 0.3rem auto;
}

.shop_pro ul {
    background: #fff;
}

.shop_pro_con {
    width: 4.3rem;
    height: 2.6rem;
    margin-right: 0.15rem;
    padding: 0.1rem 0 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shop_pro_tab ul {
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shop_pro_tab ul li {
    width: 3.7rem;
    height: 5.3rem;
    background: #fff;
    flex-direction: column;
    margin-bottom: 0.1rem;
}

.shop_pro_tab .pro_list_pic {
    width: 3.7rem;
    height: 3.7rem;
}

.shop_pro_tab .shop_pro_con {
    width: 100%;
    padding: 0.1rem 0.15rem;
}

.shop_list_num {
    width: 1.25rem;
    height: 0.32rem;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    right: 0;
    line-height: 0.32rem;
    color: #fff;
}

.shop_pro_type {
    width: 1.5rem;
    height: calc(100vh - 3.75rem);
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 3.75rem;
    background: #fafafa;
    padding-bottom: 1.5rem;
}

.shop_pro_type::-webkit-scrollbar {
    display: none;
}

.shop_pro_type li {
    height: 1rem;
    border-bottom: solid 1px #f4f4f4;
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    line-height: 1.5;
    font-size: 0.27rem;
    color: #000;
    position: relative;
}

.shop_pro_type li a {
    display: block;
}

.shop_pro_type li.current {
    color: #f23030;
    background: #fff;
}

.shop_pro_type li.current::after {
    width: 0.06rem;
    height: 0.3rem;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    display: block;
    position: absolute;
    background: #f23030;
}

.sub_shop_pro_type {
    color: #666;
    line-height: 0.83rem;
}

.shop_pro_type_list {
    width: 5.7rem;
    position: fixed;
    height: calc(100vh - 3.75rem);
    overflow-y: auto;
    right: 0;
    padding-bottom: 1.5rem;
}

.shop_pro_type_list li {
    border-bottom: solid 1px #fafafa;
    padding: 0.2rem 0.15rem;
}

.shop_pro_type_list_pic {
    width: 1.6rem;
    height: 1.6rem;
}

.shop_pro_type_list_pic img {
    height: 100%;
}

.shop_pro_type_list_con {
    width: 3.6rem;
}

.num {
    width: 1.5rem;
}

.jian,
.jia {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    border: solid 1px #d63b37;
    font-size: 0.4rem;
    line-height: 0.46rem;
}

.num_txt {
    width: 0.5rem;
    line-height: 0.46rem;
    height: 0.5rem;
}

.jian {
    color: #e24445;
}

.jia {
    background: #fd4643;
    color: #fff;
}

.star img {
    width: 0.24rem;
}

.shop_pro_footer {
    background: #242322;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 1.06rem;
    z-index: 11;
}

.shop_pro_car {
    padding-left: 0.38rem;
}

.car4 {
    width: 0.52rem;
    height: 0.52rem;
    margin-right: 0.4rem;
}

.shop_pro_car_num {
    width: 0.3rem;
    height: 0.3rem;
    border: solid 1px #e82f2f;
    line-height: 0.26rem;
    background: #fff;
    border-radius: 100%;
    color: #f23030;
    font-size: 0.2rem;
    top: -0.05rem;
    right: -0.15rem;
}

.go {
    width: 2.3rem;
    background: #f23030;
    color: #fff;
    line-height: 1.06rem;
}

.shop_pro_pop {
    width: 100%;
    position: fixed;
    bottom: 1.06rem;
    left: 0;
    z-index: 12;
    display: none;
}

.del_icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
}

.shop_pro_pop_list li {
    border-bottom: solid 1px #eeeeee;
    padding: 0.4rem;
}

.shop_pro_pop_list_con {
    width: 4.5rem;
}

.tuijian_bg {
    height: calc(100vh - 3.74rem);
    top: 3.74rem;
}

.tuijian_pop {
    position: absolute;
    top: 3.74rem;
    width: 100%;
    left: 0;
    z-index: 11;
    padding: 0.2rem 0.4rem;
    line-height: 0.76rem;
    font-size: 0.28rem;
    color: #6e7479;
    display: none;
}

.tuijian_pop li.on {
    color: red;
    background: url(../images/dui.png) no-repeat right center;
    background-size: 0.3rem;
}

.hot_type {
    width: 3rem;
    background: #fff;
    border-radius: 0.2rem;
    bottom: 0.4rem;
    left: 0;
    border: solid 1px #e6e6e6;
    padding: 0.3rem;
    display: none;
}

.hot_type a {
    display: block;
    border-bottom: solid 1px #f8f8f8;
    line-height: 0.8rem;
}

.hot_type::after {
    width: 0.3rem;
    height: 0.2rem;
    display: block;
    background: url(../images/san.png) no-repeat;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.2rem;
}

.hot_btn:hover .hot_type {
    display: block;
}

.shopcar_tuijian_tit {
    background: url(../images/tit3.png) no-repeat center center;
    background-size: 2.18rem;
}

.pay_head {
    background: linear-gradient(to right, #fe552b, #f23030);
    height: 3.3rem;
    padding: 0.7rem 0 0;
}

.suss {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
}

.suss_btn {
    width: 1.73rem;
    height: 0.63rem;
    border: solid 1px #fff;
    border-radius: 0.3rem;
    line-height: 0.6rem;
    margin: 0 0.3rem;
}

.fb_btn {
    font-size: 0.28rem;
    right: 0.3rem;
    top: 0.2rem;
}

.small_pro {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.2rem;
}

.pj_star {
    margin: 0 0.3rem;
}

.pj_txt {
    width: 100%;
    height: 1.5rem;
}

.pj_icon {
    width: 0.4rem;
    height: 0.35rem;
    margin-right: 0.3rem;
}

.pj_list {
    margin-bottom: 0.2rem;
}

.gz_shop li {
    padding: 0 0.25rem 0.25rem;
}

.gz_shop_pic {
    width: 0.97rem;
    height: 0.97rem;
}

.gz_shop_con {
    width: 5.75rem;
    height: 1.4rem;
    border-bottom: solid 1px #f6f6f6;
    background: url(../images/nar2.png) no-repeat right center;
    background-size: 0.11rem;
    padding: 0.2rem 0 0;
}

.gz_shop_ediot .gz_shop_con {
    width: 6.1rem;
}

.wechat_icon {
    width: 0.48rem;
    height: 0.39rem;
    margin-right: 0.2rem;
}

.gl_btn_box {
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: solid 1px #eeeeee;
}

.gl_btn {
    width: 50%;
    line-height: 0.84rem;
}

.gl_btn2 {
    color: #fff;
    background: #f23030;
}

.feedback_type label {
    width: 1.92rem;
    height: 0.56rem;
    line-height: 0.54rem;
    text-align: center;
    border-radius: 0.05rem;
    display: inline-block;
    border: solid 1px #c2c2c2;
}

.feedback_type label.active {
    background: url(../images/dui1.png) no-repeat 0.3rem center #f23030;
    border: solid 1px #f23030;
    background-size: 0.29rem;
    color: #fff;
    padding-left: 0.2rem;
}

.feedback_txt {
    width: 100%;
    height: 3rem;
    border: none;
}

.feedback_btn {
    width: 6.66rem;
    height: 0.84rem;
    border-radius: 0.05rem;
    color: #fff;
    background: #f23030;
    margin: 0.8rem auto 0;
    line-height: 0.84rem;
}

.help_list li {
    border-bottom: solid 1px #eeeeee;
    background: url(../images/nar2.png) no-repeat right center;
    background-size: 0.11rem;
    line-height: 1rem;
}

.help_list li:last-child {
    border-bottom: none;
}

.province {
    width: 1.74rem;
    position: fixed;
    top: 0.88rem;
    left: 0;
    height: calc(100vh - 0.88rem);
    background: #efefef;
    overflow-y: auto;
}

.province::-webkit-scrollbar {
    display: none;
}

.province li {
    padding: 0 0.25rem;
    height: 1rem;
    display: flex;
    align-items: center;
    position: relative;
}

.province li.on1 {
    color: #f23030;
}

.province li.on1::after {
    width: 0.04rem;
    height: 0.3rem;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    display: block;
    background: #f23030;
}

.city {
    width: 2.9rem;
    background: #f7f7f7;
    left: 1.74rem;
}

.city li.on2 {
    color: #f23030;
}

.area {
    width: 2.8rem;
    background: #fff;
    right: 0;
    left: auto;
}

.area li.on3 {
    background: url(../images/dui.png) no-repeat right 0.3rem center;
    background-size: 0.18rem;
}

.sao {
    width: 0.35rem;
    height: 0.35rem;
    right: 1.03rem;
    top: 0.25rem;
}

.sou {
    width: 0.35rem;
    height: 0.35rem;
    right: 0.3rem;
    top: 0.2rem;
}

.fx_bg {
    background: url(../images/fj_bg.jpg) no-repeat center top;
    background-size: 100% 6.37rem;
    height: 6.37rem;
}

.fx_tit {
    line-height: 0.85rem;
}

.fx_more {
    right: 0.15rem;
    top: 0.25rem;
}

.fx_shop {
    padding-bottom: 0.1rem;
}

.fx_shop .swiper-slide {
    transform: scale(0.8);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
}

.fx_shop .swiper-slide-active {
    transform: scale(1);
}

.shop_logo {
    width: 0.72rem;
    height: 0.72rem;
    transform: translateY(-0.6rem);
}

.fx_shop_con {
    background: #fff;
    padding: 0.3rem 0 0;
    height: 0.9rem;
}

.fx_shop_con p {
    transform: translateY(-0.6rem);
}

.fj_tit {
    background: url(../images/fj_tit.png) no-repeat center center;
    background-size: 3.12rem;
    color: #f36132;
}

.fj_head {
    height: 0.8rem;
}

.fj_box {
    width: 100%;
    z-index: 2;
    position: static;
}

.fj_box_top {
    width: 100%;
    position: fixed;
    top: .88rem;
    z-index: 2;
}

.fj_head li {
    position: relative;
}

.fj_head li.active {
    color: #f23030;
}

.fj_head li.active::after {
    width: 0.16rem;
    height: 0.08rem;
    background: url(../images/nar6.png) no-repeat;
    background-size: 0.16rem;
    position: absolute;
    left: 1.3rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: "";
}

.shai_icon {
    width: 0.18rem;
    height: 0.19rem;
    margin-left: 0.1rem;
}

.fj_list_scroll {
    height: calc(100vh - 1.68rem);
    overflow-y: auto;
}

.fj_list li {
    background: #fff;
    margin-bottom: 0.1rem;
}

.fj_list_pic {
    width: 0.75rem;
    height: 0.75rem;
    border: solid 1px #f6f6f6;
    margin-right: .2rem;
}

.fj_list_pic img {
    height: 100%;
    margin-right: 0.1rem;
}

.fj_list_btn {
    width: 1.07rem;
    height: 0.4rem;
    line-height: 0.38rem;
    border: solid 1px #f23030;
    display: block;
    border-radius: 0.05rem;
    color: #f23030;
}

.fj_pic_list li {
    width: 2.12rem;
    height: 2.12rem;
    position: relative;
    margin-right: 0.12rem;
}

.fj_pic_list li:nth-child(3n+3) {
    margin-right: 0;
}

.fj_pic_list li img {
    height: 100%;
}

.fj_price {
    background: rgba(0, 0, 0, 0.6);
    right: 0;
    bottom: 0;
    color: #fff;
    line-height: 0.34rem;
    min-width: 1.1rem;
    position: absolute;
    padding: 0 0.1rem;
}

.dh_icon {
    width: 0.33rem;
    height: 0.33rem;
}

.dh {
    color: #238cee;
    margin-left: 0.2rem;
}

.shaixuan_pop {
    width: 6.45rem;
    right: -100%;
    top: 0;
    height: 100%;
    position: fixed;
    z-index: 11;
    padding: 0.85rem 0.3rem 0;
    transition: all 0.6s;
}

.shaixuan_list span {
    width: 1.8rem;
    height: 0.62rem;
    line-height: 0.62rem;
    border-radius: 0.05rem;
    background: #f7f7f7;
    display: inline-block;
    margin: 0 0.1rem 0.2rem 0;
    text-align: center;
}

.shaixuan_list span:nth-child(3n+3) {
    margin-right: 0;
}

.shaixuan_list span.current {
    background: #fef4f3;
    color: #f56464;
    border: solid 1px #f56464;
}

.shaixuan_bot {
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: solid 1px #f1f1f1;
    line-height: 0.88rem;
}

.shaixuan_btn {
    width: 50%;
}

.shaixuan_btn2 {
    background: #f23030;
    color: #fff;
}

.fx_type {
    width: 100%;
    top: 0.88rem;
    background: #fff;
    left: 0;
    z-index: 11;
    display: none;
}

.fx_type_list a {
    border: solid 1px #d7d4d4;
    border-radius: 0.05rem;
    line-height: 0.46rem;
    min-width: 1.5rem;
    height: 0.48rem;
    padding: 0 0.1rem;
    display: inline-block;
    margin: 0 0.25rem 0.25rem 0;
    text-align: center;
}

.fx_type_list a:hover {
    color: #f23030;
    border: solid 1px #f23030;
}

.fx_list_pic li {
    width: 2.32rem;
    height: 2.32rem;
    float: left;
    margin-bottom: 0.03rem;
}

.fx_list_pic li img {
    height: 100%;
}

.fx_list_pic li:first-child {
    width: 4.67rem;
    height: 4.67rem;
    margin-right: 0.03rem;
}

.ps_style span {
    border: solid 1px #c8ced4;
    line-height: 0.54rem;
    width: 1.5rem;
    display: inline-block;
    text-align: center;
    margin-left: 0.15rem;
    border-radius: 0.05rem;
}

.ps_style span.on {
    color: #f23030;
    border: solid 1px #f23030;
}

.peisong_con {
    display: none;
}

.peisong_con:first-child {
    display: block;
}

.dd_xx_mes {
    width: 5.3rem;
}

.dd_coupcon_pop {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 9.7rem;
    position: fixed;
    background: #fff;
    border-radius: 0.4rem 0.4rem 0 0;
    z-index: 11;
    display: none;
}

.dd_coupcon_pop .my_coupon_list_con {
    width: 3rem;
}

.scroll1 {
    height: 5.2rem;
    overflow-y: auto;
}

.dd_coupcon_pop_btn {
    height: 1rem;
    background: #f23030;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1rem;
}

.jia_icon {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.2rem;
}

.pay_style_pop {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 10.8rem;
    position: fixed;
    background: #fff;
    z-index: 11;
    display: none;
}

.close_icon {
    width: 0.42rem;
    height: 0.42rem;
}

.pay_style_pic {
    width: 1.34rem;
    height: 1.34rem;
}

.pop_tab span {
    min-width: 1.2rem;
    height: 0.6rem;
    line-height: 0.56rem;
    display: inline-block;
    border: solid 1px #e7e7e7;
    border-radius: 0.05rem;
    text-align: center;
    padding: 0 0.2rem;
    margin-right: 0.2rem;
}

.pop_tab span.on {
    border: solid 1px #f56464;
    background: #fef4f3;
    color: #ee0505;
}

.fapiao_pop {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 10.8rem;
    position: fixed;
    background: #fff;
    z-index: 11;
    display: none;
}

.fp_txt {
    width: 100%;
    height: 0.78rem;
    background: #f9f9f9;
    padding: 0 0.2rem;
    border-radius: 0.05rem;
}

.fp_no {
    width: 3.2rem;
    background: #202020;
}

.fp_ok {
    width: 4.3rem;
}

.ziti_pop {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 8.5rem;
    position: fixed;
    background: #fff;
    z-index: 11;
    display: none;
}

.zt_close {
    right: 0.24rem;
    top: 0.3rem;
}

.zt_tit {
    height: 0.84rem;
    padding: 0 0.65rem;
    background: #f8f8f8;
    line-height: 0.84rem;
}

.zt_list {
    height: 5.1rem;
    overflow-y: auto;
}

.zt_list li {
    padding: 0.25rem;
}

.zt_list_con {
    width: 6.25rem;
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 0.3rem;
}

.zt_icon {
    width: 0.27rem;
    height: 0.32rem;
    margin-right: 0.2rem;
    margin-top: 0.1rem;
}

.zt_check {
    margin: 0.3rem 0 0;
}

.money {
    background: #fafafa;
    border-bottom: solid 1px #f1f1f1;
}

.pay_pop {
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.pay_pop_close {
    width: 0.24rem;
    left: 0.24rem;
    top: 0.3rem;
}

.tuihuo_header {
    background: #f23030;
    height: 2.1rem;
    padding: 0.5rem 0.5rem 0;
}

.tuihuo_btn {
    min-width: 1.64rem;
    height: 0.76rem;
    border: solid 1px #d7d7d7;
    display: inline-block;
    margin-left: 0.2rem;
    border-radius: 0.05rem;
    line-height: 0.74rem;
    padding: 0 0.1rem;
}

.tuihuo_btn.on {
    color: #f11919;
    border: solid 1px #f11919;
}

.shou {
    width: 0.35rem;
    height: 0.41rem;
}

.tui_con {
    width: 6.45rem;
}

.more_link {
    z-index: 9;
    width: .37rem;
    height: .4rem
}

.more_link img {
    vertical-align: middle;
}

.link {
    width: 3.2rem;
    border-radius: .2rem;
    right: -0.2rem;
    top: .4rem;
    background: rgba(0, 0, 0, 0.7);
    padding: 0 .2rem;
    display: none;
}

.link::after {
    width: 0;
    height: 0;
    border-left: .18rem solid transparent;
    border-right: .18rem solid transparent;
    border-bottom: .2rem solid rgba(0, 0, 0, 0.7);
    position: absolute;
    top: -.2rem;
    right: .2rem;
    content: "";
    display: block;
}

.link li {
    border-bottom: solid 1px #999;
    padding: .2rem .15rem;
    color: #fff;
}

.link li img {
    width: .46rem;
    height: .46rem;
    margin-right: .2rem;
}

.more_link:hover .link {
    display: block;
}

.xx_pop {
    width: 100%;
    border-radius: .3rem .3rem 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 7rem;
    z-index: 11;
    display: none;
}

.canshu_list li {
    border-bottom: solid 1px #eeeeee;
    padding: .25rem 0;
    color: #666;
}

.canshu_list li span {
    width: 2.75rem;
    display: inline-block;
    color: #333;
}

.ziti_icon {
    width: .45rem;
    height: .45rem;
}

.peisong_pop_con {
    width: 6.2rem;
}

.peisong_pop_con a {
    background: url(../images/nar2.png) no-repeat right center;
    background-size: .11rem;
    display: block;
}

.dw {
    width: .23rem;
    height: .28rem;
    margin-right: .15rem;
}

.peisong_pop_con p span {
    width: .8rem;
    display: inline-block;
}

.xx_header {
    width: 100%;
    top: 0;
    left: 0;
    line-height: 1.01rem;
}

.xx_header li {
    margin: 0 .15rem;
    position: relative;
}

.xx_header li.current {
    color: #f23030;
}

.xx_header li.current::after {
    width: .56rem;
    height: .04rem;
    background: #f23030;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.baocun {
    background: #f23030;
    color: #fff;
    width: 6.9rem;
    bottom: .3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: .8rem;
    border-radius: .03rem;
}

.vip_bg {
    background: #31394e;
}

.vip_box {
    width: 6.9rem;
    border-radius: .25rem;
    margin: .6rem auto;
    overflow: hidden;
}

.vip_box_tit {
    background: #f5f5f5;
    padding: 0 .4rem;
    line-height: 1.05rem;
    margin-bottom: .3rem;
}

.vip_con {
    padding: .3rem .4rem 0;
    background: url(../images/vip_bg.png) no-repeat;
    background-size: 100%;
    width: 6.1rem;
    margin: 0 auto;
    height: 3.24rem;
    padding: .25rem .35rem 0;
    color: #fff5d8;
}

.tiaocode {
    width: 5.6rem;
}

.gou {
    width: .29rem;
    height: .29rem;
    margin-right: .2rem;
    vertical-align: middle;
}

.vip_bot {
    height: .97rem;
    border-top: solid 1px #eeeeee;
}

.vip_yue {
    width: 6.9rem;
    border-radius: .2rem;
    bottom: .5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: .7rem;
}

.go_talk {
    width: 1.36rem;
    height: .58rem;
    border-radius: .3rem;
    border: solid 1px #f23030;
    color: #f23030;
    line-height: .56rem;
}

.my_talk_tit {
    padding: 0 1.25rem;
}

.my_talk_tit li {
    line-height: .88rem;
}

.my_talk_tit li.current {
    border-bottom: solid .04rem #f23030;
    color: #f23030;
}

.my_talk_list li {
    background: #fff;
    padding: .3rem .24rem;
}

.my_talk_list_pro {
    background: #f8f8f8;
}

.my_talk_list_pic {
    width: 2.06rem;
    height: 2.06rem;
}

.my_talk_list_pic img {
    height: 100%;
}

.my_talk_list_con {
    width: 4.5rem;
    margin-right: .24rem;
}

.my_talk_list_big {
    width: 3.75rem;
    height: 3.75rem;
}

.my_talk_list_big img {
    height: 100%;
}

.cart {
    width: .95rem;
    height: .95rem;
    position: fixed;
    right: 0.24rem;
    bottom: 2.5rem;
}

.cart_num {
    width: .26rem;
    height: .26rem;
    background: #f23030;
    border-radius: 100%;
    color: #fff;
    line-height: .26rem;
    right: .06rem;
    top: .06rem;
    font-size: .18rem;
}

.btn22 {
    padding: 0 0.25rem;
    border: solid 1px #ededed;
    border-radius: 0.1rem;
    margin-left: 0.25rem;
    line-height: 0.6rem;
}

.btn22.active {
    border: solid 1px red;
    color: red;
}

.ziti3_icon {
    width: .29rem;
    height: .31rem;
    margin-right: .2rem;
}

.ziti4_icon {
    width: .33rem;
    height: .32rem;
    margin-left: .2rem;
}

.code_pop {
    width: 5.95rem;
    height: 9rem;
    border-radius: .12rem;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    background: url(../images/pop1.png) no-repeat;
    background-size: 100%;
    display: none;
    z-index: 111;
}

.ziti6 {
    width: .29rem;
    height: .3rem;
    margin-right: .2rem;
}

.ziti_close {
    width: .36rem;
    height: .36rem;
}

.code_pop_head {
    padding: 0 .34rem 0 .45rem;
    height: .9rem;
    background: #f5f5f5;
}

.tiao_code img {
    width: 5.06rem;
}

.pop_code img {
    width: 2.8rem;
    height: 2.8rem;
}

.code_pop_bot {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2.5rem;
    padding: .2rem .45rem 0;
    line-height: .46rem;
}


/* 余额明细 */

.yve_btn {
    border: solid 1px #ff4444;
    width: 6.65rem;
    height: .7rem;
    border-radius: .1rem;
    margin: .3rem auto;
    background: #fff;
    overflow: hidden;
}

.yve_btn li {
    width: 25%;
    text-align: center;
    border-right: solid 1px #ff4444;
    line-height: .68rem;
}

.yve_btn li:last-child {
    border-right: none
}

.yve_btn li.active {
    background: #ff4444;
    color: #fff;
}

.fixed {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 9;
}

.pop2 {
    width: 6.4rem;
    height: 8.87rem;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}

.close2 {
    width: .52rem;
}