@font-face {
    font-family: DIN-Regular;
    src: url(/static/fonts/DIN-Regular.eot);
    src: url(/static/fonts/DIN-Regular.eot?#font-spider) format("embedded-opentype"), url(/static/fonts/DIN-Regular.woff) format("woff"), url(/static/fonts/DIN-Regular.ttf) format("truetype"), url(/static/fonts/DIN-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: DIN-Bold;
    src: url(/static/fonts/DIN-Bold.eot);
    src: url(/static/fonts/DIN-Bold.eot?#font-spider) format("embedded-opentype"), url(/static/fonts/DIN-Bold.woff) format("woff"), url(/static/fonts/DIN-Bold.ttf) format("truetype"), url(/static/fonts/DIN-Bold.svg) format("svg");
    font-weight: 700;
    font-style: normal;
}
body {
    background: #f5f5f5;
}
a,
a:active,
a:hover,
a:visited {
    text-decoration: none !important;
}
.mt50 {
    margin-top: 0.92592593rem;
}
.mb50 {
    margin-bottom: 0.92592593rem;
}
img {
    max-width: 100%;
}
body {
    -webkit-overflow-scrolling: touch;
}
.mainContainer {
    max-width: 540px;
    margin: 0 auto;
}
.mainContainer .banner {
    width: 10rem;
    height: 5rem;
}
.mainContainer .head_title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.1333333333333333rem;
}
.mainContainer .head_title h4 {
    font-size: .53703704rem;
    font-family: PingFangSC-Semibold;
    color: #333;
    font-weight: 700;
}
.mainContainer .head_title h4 > span {
    font-size: .2962963rem;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: #999;
    line-height: 23px;
    margin-left: 5px;
}
.mainContainer .head_title .flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mainContainer .compontent_tuan{
    margin-top: 0.8rem;

}
.mainContainer .compontent_tuan .head_title{
    padding: 0 0.4rem;
    margin-bottom: 0.5333333333333333rem;
}
.mainContainer .head_title .flex .times {
    margin-left: 10px;
}
.mainContainer .head_title a.more {
    font-size: .32rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #666;
}
.mainContainer .typeList {
    margin-top: .13333333rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}
.mainContainer .typeList .typeItem {
    width: 20%;
    margin-top: .4rem;
    text-align: center;
}
.mainContainer .typeList .typeItem .imgCon {
    width: 1.25925926rem;
    height: 1.25925926rem;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
}
.mainContainer .typeList .typeItem .imgCon span.coner {
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#ff7c51), to(#f23b3b));
    background: -webkit-linear-gradient(left, #ff7c51, #f23b3b);
    background: linear-gradient(90deg, #ff7c51, #f23b3b);
    border-radius: 15px 15px 15px 4px;
    border: 1px solid #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    padding: .03rem .13333333rem 0;
    white-space: nowrap;
    font-size: .26666667rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    left: .66666667rem;
    color: #fff;
    font-style: normal;
    height: .42666667rem;
    line-height: 0.42666667rem;
}
.mainContainer .typeList .typeItem .imgCon span.coner i {
    font-style: normal;
}
.mainContainer .typeList .typeItem .text-p {
    font-size: .31481481rem;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: #666;
    line-height: 1.5;
    margin-top: 0.18518519rem;
}
.mainContainer .seconds_buy {
    padding: 0 0.4rem;
}
.mainContainer .seconds_buy .seconds_buy_con {
    width: 9.2rem;
    height: 5.866666666666667rem;
    background: url(../../images/store/bg@2x.png);
    background-size: contain;
}
.mainContainer .seconds_buy.mt80 {
    margin-top: 1.06666667rem;
}
.mainContainer .seconds_buy .head_title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: .2133333333333333rem;
    padding: 0.29333333rem 0.16rem 0 0.26666667rem;
}
.mainContainer .seconds_buy .head_title span img {
    display: block;
    width: 2.13333333rem;
}
.mainContainer .seconds_buy .head_title a img {
    display: block;
    width: 1.92rem;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item {
    display: -webkit-flex;
    display: -moz-box;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    border-bottom: 1px solid #eee;
}
.mainContainer .seconds_buy.seconds_buy_list {
    padding: 0;
}
.mainContainer .seconds_buy.seconds_buy_list .seconds_buy_box .seconds_buy_item {
    border-bottom: 0;
}
.mainContainer .seconds_buy_list .seconds_buy_box .seconds_buy_item {
    padding: .4rem 4%;
    border-top: 1px solid #f7f7f7;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .flexRight {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .imgCon {
    width: 3rem;
    height: 3rem;
    background: #f7f8fa;
    margin-right: .2666666666666667rem;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-radius: .13333333rem;
    overflow: hidden;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .imgCon a {
    display: block;
    height: 100%;
    width: 100%;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .imgCon .name {
    position: absolute;
    width: 3.46296296rem;
    height: .51851852rem;
    background: -webkit-linear-gradient(315deg, #ffa633, #ff6121);
    background: linear-gradient(135deg, #ffa633, #ff6121);
    border-radius: 9px 9px 0 0;
    bottom: 0;
    left: 0;
    color: #fff;
    text-indent: 9px;
    line-height: 1.5;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .imgCon .imglabel {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.37037037rem;
    height: 1.07407407rem;
    background: -webkit-linear-gradient(318deg, #ff4b4b, #e62424);
    background: linear-gradient(132deg, #ff4b4b, #e62424);
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .p-title {
    font-size: .4266666666666667rem;
    font-family: PingFangSC-Semibold;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    height: 1.203333333333333rem;
    overflow: hidden;
    display: block;
    margin-bottom: 0.26666667rem;
}
.mainContainer .moreSkill {
    text-align: center;
}
.mainContainer .moreSkill a {
    font-size: .37333333rem;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: #14c9cc;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .price_box {
    height: .50666667rem;
    overflow: hidden;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .price {
    font-size: .64rem;
    font-family: DIN-Bold;
    font-weight: 600;
    color: #f6586e;
    line-height: 0.75;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .price span {
    font-size: .48rem;
    font-family: DIN-Regular;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .oldprice {
    font-size: .32rem;
    font-family: DIN-Regular;
    font-weight: 600;
    color: #999;
    line-height: 1;
    margin-left: .13333333rem;
    text-decoration: line-through;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0.2rem;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .flex .flexTime {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .flex .times {
    font-size: .29333333rem;
    font-weight: 600;
    color: #ff8000;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: .42666667rem;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0.13333333rem;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .flex .times span.f {
    margin-right: 5px;
    font-size: .29333333rem;
    font-family: PingFangSC-Regular;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .flex .startTimes {
    color: #ff8000;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .flex .endTimes {
    color: #999;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .flex .times b {
    font-size: .32rem;
    color: #333;
    font-weight: 600;
    font-family: DIN-Bold;
    margin: 0 2px;
    vertical-align: middle;
    height: .2rem;
    line-height: 0.4;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .flex .times .time_con {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin: 0;
}
.times {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.times .bg_blank {
    background: #333;
    border-radius: 2px;
    font-family: DIN-Bold;
    font-weight: 700;
    color: #fff;
    font-size: .32rem;
    width: .43333333rem;
    text-align: center;
}
.times b {
    margin: 0 2px;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .flex .process {
    background: #ffe7e7;
    background-size: 100% 100%;
    width: 3.2rem;
    height: .3733333333333333rem;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .flex .process .process-bar {
    background: #f6586e;
    height: 100%;
    border-radius: 8px;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .flex .process .nums {
    position: absolute;
    top: 0;
    left: .25925926rem;
    height: .3733333333333333rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: .29333333rem;
    line-height: .3733333333333333rem;
    padding: .02rem 0 0;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #660815;
    font-family: DIN-Regular;
    background: transparent;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .flex .get_now {
    background: -webkit-gradient(linear, left top, right top, from(#ff7c51), to(#f23b3b));
    background: -webkit-linear-gradient(left, #ff7c51, #f23b3b);
    background: linear-gradient(90deg, #ff7c51, #f23b3b);
    border-radius: 23px;
    text-align: center;
    font-size: .37037037rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #fff;
    padding: 0.16rem 0.3rem;
}
.mainContainer .seconds_buy .seconds_buy_box .seconds_buy_item .flex .get_now.disabled {
    background: #ccc;
}
#swiper_goods {
    width: 100%;
    overflow: hidden;
}
.mainContainer .seconds_buy .seconds_index_buy {
    padding: 0 .2666666666666667rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item {
    width: 2.773333333333333rem;
    height: 4.373333333333333rem;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .2133333333333333rem .1333333333333333rem 0;
    border-radius: 4px;
    border: 1px solid #fff;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .imgCon {
    width: 2.506666666666667rem;
    height: 2.506666666666667rem;
    background: #f7f8fa;
    border-radius: 4px;
    overflow: hidden;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .imgCon a,
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .imgCon a img {
    display: block;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .p-title {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    font-size: .2666666666666667rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #333;
    margin-top: 0.1333333333333333rem;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .price_con {
    margin-top: 0.08rem;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .price_con .label {
    height: .42666667rem;
    background: #e7f9f9;
    border-radius: 3px;
    font-size: 10px;
    white-space: nowrap;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    line-height: 1;
    padding: .02666667rem .08rem;
    color: #14c9cc;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item {
    background: #fff;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .price_con .kill_price {
    font-size: .2666666666666667rem;
    font-weight: 400;
    color: #f6586e;
    text-align: center;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .price_con .kill_price label {
    font-size: 0.3733333333333333rem;
    font-family: DIN-Regular;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .price_con .kill_price span {
    font-size: 0.4266666666666667rem;
    font-family: DIN-Bold;
    font-weight: bold;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .price_con .old_price {
    font-size: 0.2933333333333333rem;
    font-family: DIN-Regular;
    color: #999;
    text-decoration: line-through;
    text-align: center;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .process {
    display: block;
    width: 100%;
    height: .32rem;
    background: #ffe7e7;
    border-radius: 8px;
    border: 1px solid #ffc5c5;
    line-height: .32rem;
    position: relative;
    overflow: hidden;
    margin-top: 0.10666667rem;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .process .process-bar {
    background: #f6586e;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 8px;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .process .nums {
    position: absolute;
    top: 0;
    left: .26666667rem;
    height: .32rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: .26666667rem;
    line-height: .32rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #fff;
    font-family: DIN-Regular;
    background: transparent;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .times {
    font-size: .29333333rem;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: #999;
    margin-top: .08rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .times .bg_blank {
    font-size: .32rem;
    font-family: DIN-Bold;
    font-weight: 700;
    color: #333;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .times b {
    font-size: .16rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: #333;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .times .f {
    margin-right: 0.13333333rem;
}
.mainContainer .seconds_buy .seconds_index_buy .seconds_buy_item .times.s_times {
    color: #ff8216;
}
.mainContainer .coupon_con {
    margin-top: 1.06666667rem;
}
.mainContainer .coupon_con .head_title {
    padding: 0 0.4rem;
}
.mainContainer .coupon_con .coupon {
    margin-top: .4rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
}
.mainContainer .coupon_con .coupon .couponBox {
    margin-left: .4rem;
    width: 6.88888889rem;
    height: 2.40740741rem;
}
.mainContainer .coupon_con .coupon .couponItem {
    width: 6.88888889rem;
    height: 2.40740741rem;
    background: url(../../images/store/youxuan_bc_coupon@2x.png) no-repeat;
    background-size: contain;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0.25925926rem 0 0.25925926rem 0.25925926rem;
}
.mainContainer .coupon_con .coupon .couponItem_get {
    position: relative;
    width: 6.88888889rem;
    height: 2.40740741rem;
}
.mainContainer .coupon_con .coupon .couponItem_get i.icon_get {
    display: inline-block;
    width: 1.07407407rem;
    height: .92592593rem;
    background: url(../../images/store/youxuan_bg_coupon_done@2x.png);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}
.mainContainer .coupon_con .coupon .couponItem .leftFlex,
.mainContainer .coupon_con .coupon .couponItem .rightFlex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.mainContainer .coupon_con .coupon .couponItem .rightFlex {
    text-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 2.4rem;
}
.mainContainer .coupon_con .coupon .couponItem .name {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: .31481481rem;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: #999;
}
.mainContainer .coupon_con .coupon .couponItem .name .merchName {
    display: inline-block;
    width: 2.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mainContainer .coupon_con .coupon .couponItem .name i {
    display: block;
    width: .64814815rem;
    height: .64814815rem;
    background: #eee;
    border-radius: 50%;
    margin-right: 0.12962963rem;
}
.mainContainer .coupon_con .coupon .couponItem .info {
    font-size: .37037037rem;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: #333;
    width: 3.86666667rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mainContainer .coupon_con .coupon .couponItem .times {
    font-size: .2962963rem;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: #999;
}
.mainContainer .coupon_con .coupon .couponItem .price {
    font-size: .35185185rem;
    font-family: DIN-Bold;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.mainContainer .coupon_con .coupon .couponItem .price .nums {
    font-size: 0.64rem;
}
.mainContainer .coupon_con .coupon .couponItem .use_info {
    font-size: .2962963rem;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}
.mainContainer .coupon_con .coupon .couponItem .get {
    display: block;
    width: 1.55555556rem;
    height: .55555556rem;
    border-radius: 4px;
    text-align: center;
    line-height: .55555556rem;
    color: #fff;
    background: rgba(248, 231, 28, 0.2);
    border: 1px solid #f8e71c;
}
.mainContainer .coupon_con .coupon .couponItem .get:active {
    background: rgba(248, 231, 28, 0.5);
}
.mainContainer .youlike_con {
    margin-top: 0.8rem;
}
.mainContainer .youlike_con .head_title {
    padding: 0 .4rem;
    margin-bottom: 0.1333333333333333rem;
}
.mainContainer .youlike_con .head_title h4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mainContainer .nav_wrap {
    overflow: hidden;
    background: #fff;
    position: fixed;
    max-width: 540px;
    width: 100%;
    height: 1.14814815rem;
}
.mainContainer .nav_wrap .nav_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 1.14814815rem;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    width: 1000%;
}
.mainContainer .nav_wrap .nav_list li {
    margin-right: .7962963rem;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 1.14814815rem;
    line-height: 1.14814815rem;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    font-size: .4rem;
    font-family: PingFangSC-Regular;
    color: #666;
    position: relative;
}
.mainContainer .nav_wrap .nav_list li span,
.mainContainer .nav_wrap .nav_store span {
    display: inline-block;
    position: absolute;
    width: .8rem;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    bottom: 0;
    margin-left: -0.4rem;
    left: 50%;
}
.mainContainer .nav_wrap .nav_list li.active span {
    background: #14c9cc;
}
.mainContainer .nav_con .nav_store.active span {
    background: #f6586e;
}
.mainContainer .nav_wrap .nav_list li:first-child {
    margin-left: 2rem;
}
.mainContainer .nav_wrap .nav_list li:last-child {
    margin-right: 4rem;
}
.mainContainer .nav_wrap .nav_store {
    font-size: .40740741rem;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: #f6586e;
    margin-right: .4rem;
    line-height: 1.14814815rem;
    z-index: 2;
    background: #fff;
    padding: 0 .4rem;
    text-align: center;
    position: relative;
}
.mainContainer .nav_con .nav_store i {
    display: inline-block;
    width: .31481481rem;
    height: .31481481rem;
    background: url(../../images/store/icon_like_select@2x.png);
    background-size: cover;
    margin-right: 0.12962963rem;
}
.mainContainer .fixedCar {
    position: fixed;
    max-width: 540px;
    z-index: 1;
    width: 1.38666667rem;
    height: 1.38666667rem;
    bottom: .32rem;
    right: 0;
    display: none;
}
.mainContainer .fixedCar .carRelative {
    position: relative;
}
.mainContainer .fixedCar .indexCar {
    position: absolute;
    right: .29333333rem;
    width: 1.38666667rem;
    height: 1.38666667rem;
    background: url(../../images/store/icon_buycar@2x.png);
    background-size: cover;
    -webkit-transition: all .4s ease;
    transition: all 0.4s ease;
}
.mainContainer .fixedCar .carRelative.down .indexCar {
    right: -0.8rem;
    -webkit-transition: all .4s ease;
    transition: all 0.4s ease;
}
.mainContainer .fixedCar .indexCar .car-num {
    position: absolute;
    top: .05333333rem;
    right: .10666667rem;
    display: inline-block;
    width: .32rem;
    height: .32rem;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #f6586e;
    font-size: .32rem;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
}
.mainContainer .noGoods {
    text-align: center;
    font-size: .37333333rem;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: #999;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}
.mainContainer .noGoods .imgCon {
    width: 3.2rem;
    margin: 0 auto 0.26666667rem;
}
.mainContainer .noGoods .imgCon img {
    margin-top: 2.45333333rem;
    width: 3.2rem;
    height: 3.2rem;
    display: inline-block;
}
.mainContainer .goodsList {
    padding: .4rem .4rem .12962963rem;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.mainContainer .goodsList .goodsItem {
    display: inline-block;
    width: 48.71794872%;
    background: #fff;
    border-radius: 7px;
    -ms-flex-wrap: normal;
    -webkit-flex-wrap: normal;
    flex-wrap: normal;
    margin-bottom: 0.4rem;
    overflow: hidden;
    padding-bottom: 0.4rem;
}
.mainContainer .goodsList .goodsItem .imgCon {
    height: 4.16rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    overflow: hidden;
}
.mainContainer .goodsList .goodsItem .p-title {
    font-size: .3466666666666667rem;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    margin-top: .25925926rem;
    height: .96rem;
    overflow: hidden;
    padding: 0 0.2666666666666667rem;
}
.mainContainer .goodsList .goodsItem .price {
    margin-top: .1333333333333333rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 0.2666666666666667rem;
}
.mainContainer .goodsList .goodsItem .price .td_price {
    font-size: .48rem;
    font-family: DIN-Bold;
    font-weight: 600;
    color: #f6586e;
    line-height: 1;
}
.mainContainer .goodsList .goodsItem .price .td_price label {
    font-size: 0.34666667rem;
}
.mainContainer .goodsList .goodsItem .price .td_price .unit {
    font-size: 0.29333333rem;
}
.mainContainer .goodsList .goodsItem .price .market_price {
    font-size: .2933333333333333rem;
    font-family: DIN-Regular;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
    margin-left: 0.13333333rem;
}
.container .loading,
.mainContainer .loading {
    text-align: center;
    font-size: 10px;
    padding: 10px 0;
    color: #ccc;
    width: 100%;
}
.fixedtop {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.6rem;
    height: .85333333rem;
    background: url(../../images/store/goods\ list_tab_mengban@2x.png);
    background-size: cover;
    text-align: right;
}
.fixedtop img {
    margin-top: .08rem;
    margin-right: 0.4rem;
}
.typeMOre .allMoreWin .title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: .4rem;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.typeMOre .allMoreWin .title .text {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    text-align: center;
    font-size: .4rem;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: #333;
    line-height: 1;
}
.typeMOre .allMoreWin .title i {
    display: inline-block;
    width: .64rem;
    height: .64rem;
    background: url(../../images/store/goods\ ist_tab_close@2x.png);
    background-size: contain;
}
.typeMOre .allMoreWin {
    height: auto;
    background: #fff;
    /*-webkit-animation: a .45s ease 0s forwards;
      animation: a .45s ease 0s forwards*/
}
.typeMOre .allMoreWin .animate {
    background: #fff;
}
.typeMOre .moretypeList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    padding-bottom: 0.53333333rem;
}
.typeMOre .typeItem {
    margin: .53333333rem 0 0;
    width: 33.33%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.typeMOre .moretypeList .imgCon {
    width: 1.28rem;
    height: 1.28rem;
    padding: 0;
    position: relative;
}
.typeMOre .moretypeList .imgCon i {
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#ff7c51), to(#f23b3b));
    background: -webkit-linear-gradient(left, #ff7c51, #f23b3b);
    background: linear-gradient(90deg, #ff7c51, #f23b3b);
    border-radius: 15px 15px 15px 4px;
    border: 2px solid #fff;
    display: block;
    padding: 0 .13333333rem;
    white-space: nowrap;
    font-size: .26666667rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    left: .66666667rem;
    color: #fff;
    line-height: .37333333rem;
    font-style: normal;
}
.typeMOre .moretypeList p {
    font-size: .32rem;
    font-family: PingFangSC-Regular;
    font-weight: 600;
    color: #666;
    margin-top: .13333333rem;
    text-align: center;
    width: 1.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0.8;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes a {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0.8;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
/*图片导航*/
.picture_component {
    padding: 0 0.4rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.8rem;
}
.picture_component img {
    width: 100%;
    height: 100%;
}
.picture_component .left_radio{
    border-top-left-radius: 0.1333333333333333rem;
    border-bottom-left-radius: 0.1333333333333333rem;
    overflow: hidden;
}
.picture_component .right_radio{
    border-top-right-radius: 0.1333333333333333rem;
    border-bottom-right-radius: 0.1333333333333333rem;
}
.picture_component1 .img {
    width: 4.533333333333333rem;
    height: 2.426666666666667rem;
    overflow: hidden;
}
.picture_component1,
.picture_component2 {
    margin-bottom: 0.2133333333333333rem;
}
.picture_component1,
.picture_component2,
.picture_component3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.picture_component2 .img {
    width: 2.986666666666667rem;
    height: 2.64rem;
    overflow: hidden;
}
.picture_component3 .img {
    width: 2.186666666666667rem;
    height: 3.04rem ;
    overflow: hidden;
}
.goods_component {
    padding: 0 0.4rem;
    margin-top: 0.8rem;
}
.goods_component .goods_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.32rem 0;
    border-bottom: 1px solid #eee;
}
.goods_component .goods_item:last-child {
    border: 0;
}
.goods_component .goods_item .imgCon {
    width: 3.2rem;
    height: 3.2rem;
    background: #eee;
}
.goods_component .goods_item .flex_right {
    margin-left: 0.2666666666666667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.goods_component .goods_item .flex_right .title {
    font-size: 0.4rem;
    font-family: PingFangSC;
    font-weight: 600;
    color: #333333;
    width: 100%;
    height: 1.12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goods_component .goods_item .flex_right .label {
    width: 1.333333333333333rem;
    height: 0.48rem;
    display: inline-block;
    background: rgba(246, 88, 110, 0.1);
    border-radius: 4px;
    font-size: 0.2933333333333333rem;
    font-family: PingFangSC;
    font-weight: 500;
    text-align: center;
    margin-top: 0.2rem;
    line-height: 1.5;
    color: #f6586e;
}
.goods_component .goods_item .flex_right .bottom_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.2666666666666667rem;
}
.goods_component .goods_item .flex_right .bottom_flex .now_price {
    font-size: 0.48rem;
    font-family: PingFangSC;
    font-weight: 500;
    color: #f6586e;
}
.goods_component .goods_item .flex_right .bottom_flex .old_price {
    font-size: 0.32rem;
    font-family: PingFangSC;
    font-weight: 400;
    color: #999999;
    margin-left: 0.1333333333333333rem;
    text-decoration: line-through;
}
.goods_component .goods_item .flex_right .bottom_flex .btn {
    width: 2.08rem;
    border: 1px solid #F6586E;
    padding: 0.16rem 0.4rem;
    text-align: center;
    line-height: 1.5;
    font-size: 0.32rem;
    font-family: PingFangSC;
    font-weight: 600;
    color: #f6586e;
    -webkit-border-radius: 0.4266666666666667rem ;
    -moz-border-radius: 0.4266666666666667rem;
    border-radius: 0.4266666666666667rem;
}
.goods_component2 {
    margin-top: 0.8rem;
    padding: 0 0.4rem;
}
.goods_component2 .banner_img {
    width: 100%;
    height: 3.066666666666667rem;
    overflow: hidden;
    margin-top: 0.5066666666666667rem;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.goods_component2 .text_con{
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.goods_component2 .banner_img img {
    height: 100%;
    width: 100%;
}
.mainContainer .goods_component2 .goodsList {
    padding: .32rem 0rem .12962963rem;
}
.goods_component2 .goods_container {
    padding: 0.4rem 0.24rem;
}
.goods_component2 .flex_con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.4rem;
}
.goods_component2 .goods_item {
    width: 2.506666666666667rem;
    background: #fff;
    margin-left: 0.2133333333333333rem ;
}
.goods_component2 .goods_item .imgCon {
    width: 2.506666666666667rem;
    height: 2.506666666666667rem;
    background: #eee;
}
.goods_component2 .goods_name {
    font-size: 0.2666666666666667rem;
    font-family: PingFangSC;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin-top: 0.16rem;
    width: 2.506666666666667rem;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}
.goods_component2 .now_price {
    font-size: 0.4266666666666667rem;
    font-family: DIN-Bold;
    font-weight: 400;
    text-align: center;
    color: #f6586e;
}
.goods_component2 .now_price .label {
    font-size: 0.3733333333333333rem;
}
.goods_component2 .old_price {
    font-size: 0.2933333333333333rem;
    font-family: DIN-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
    text-decoration: line-through;
}
.goods_component2 .old_price .label {
    font-size: 0.2933333333333333rem;
}
.goods_component2 .more {
    width: 2.666666666666667rem;
    background: -webkit-linear-gradient(left, #fe6388 0%, #f8787c 100%);
    background: linear-gradient(90deg, #fe6388 0%, #f8787c 100%);
    border-radius: 0.4rem;
    padding: 0.1333333333333333rem 0;
    display: block;
    font-size: 0.32rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0.48rem auto 0.32rem ;
}
.banner_component {
    padding: 0 0.4rem;
    height: 2.533333333333333rem;
    margin-top: 0.6666666666666667rem;
}
