* {
	margin: 0;
	padding: 0;
}
html,body {
	width: 100%;
	height: 100%;
}
body {
	width: 12rem;
	color: #282828;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
	font-family: "方正楷体简体";
	background-color: #f6f6f6;
}
ul,ol,li,p,input{
	list-style: none outside none;
}
input,button,textarea,select {
	border: none;
	outline: none;
	background: none;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;/*去掉点击阴影*/
}
textarea {
	resize: none;
}
input,button {
	cursor: none;
	line-height: 1em;
}
img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}
i,em {
	font-style: normal;
	display: inline-block;
}
a {
	color: #282828;
	text-decoration: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;/*去掉点击阴影*/
}
a:active {
	color: #282828;
}
::-webkit-scrollbar{
	display: none;	/*隐藏滚动条*/
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #aaaaaa;
}
input:-moz-placeholder,textarea:-moz-placeholder {
	color: #aaaaaa;
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color: #aaaaaa;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #aaaaaa;
}
/* 字体大小 */
.fs_12 {font-size: 0.192rem;}
.fs_14 {font-size: 0.224rem;}
.fs_16 {font-size: 0.256rem;}
.fs_18 {font-size: 0.288rem;}
.fs_20 {font-size: 0.32rem;}
.fs_22 {font-size: 0.352rem;}
.fs_24 {font-size: 0.384rem;}
.fs_26 {font-size: 0.416rem;}
.fs_28 {font-size: 0.448rem;}
.fs_30 {font-size: 0.48rem;}
.fs_32 {font-size: 0.512rem;}
.fs_34 {font-size: 0.544rem;}
.fs_36 {font-size: 0.576rem;}
.fs_38 {font-size: 0.608rem;}
.fs_40 {font-size: 0.64rem;}
.fs_42 {font-size: 0.672rem;}
.fs_44 {font-size: 0.704rem;}
.fs_46 {font-size: 0.736rem;}
.fs_48 {font-size: 0.768rem;}
.fs_50 {font-size: 0.8rem;}
.fs_52 {font-size: 0.832rem;}
.fs_54 {font-size: 0.864rem;}
.fs_56 {font-size: 0.896rem;}
.fs_58 {font-size: 0.928rem;}
.fs_60 {font-size: 0.96rem;}
.fs_62 {font-size: 0.992rem;}
.fs_64 {font-size: 1.024rem;}
.fs_66 {font-size: 1.056rem;}
.fs_68 {font-size: 1.088rem;}
.fs_70 {font-size: 1.12rem;}
.fs_72 {font-size: 1.152rem;}
.fs_74 {font-size: 1.184rem;}
.fs_76 {font-size: 1.216rem;}
.fs_78 {font-size: 1.248rem;}

/* color */
.col_grey {color: #999999;}

/* padding */
.pd_0_24 {padding: 0 0.384rem;}
.pd_8_24 {padding: 0.128rem 0.384rem!important;}

/* padding-top */
.pt_82 {padding-top: 1.312rem!important;}

/* margin */
.mr_0_24 {margin: 0 0.384rem;}

/* margin-left */
.ml_28 {margin-left: 0.448rem;}

/* margin-right */
.mr_40 {margin-right:0.64rem;}

/* margin-bottom */
.mb_0 {margin-bottom: 0!important;}

/* height */
.h_100 {height: 1.6rem;}
.h_136 {height: 2.176rem;}
.h_184 {height: 2.944rem;}
.h_228 {height: 3.648rem;}

/* background-color */
.bg_f6f6f6 {
	background-color: #F6F6F6;
}

.left {float: left;}
.right {float: right;}
.container {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.clearfix:after,.row:after,.cell::after {
	content: "";
	clear: both;
	display: block;
}
.header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	position: absolute;
}
.footer {
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	position: absolute;
}
/* swiper */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
/* 首页 */
.home_head {
	padding: 0.16rem 2.944rem 0 0.2rem;
	position: relative;
}
.home_search {
	color: #7c7c7c;
	height: 0.96rem;
	line-height: 0.96rem;
	border-radius: 0.48rem;
	background-color: #fff;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home_search .ic_search {
	width: 0.528rem;
	height: 0.528rem;
	display: inline-flex;
	margin-right: 0.192rem;
	background-image: url(../images/ic-search.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}
.home_head .prev_box,.home_head .next_box {
	top: 0.16rem;
	position: absolute;
	white-space: nowrap;
}
.home_head .prev_box {
	left: 0.32rem;
}
.home_head .next_box {
	right: 0.32rem;
}
.home_head_btn {
	width: 0.96rem;
	height: 0.96rem;
	display: inline-block;
	margin: 0 0.128rem;
}
.home_head_btn i {
	width: 0.736rem;
	height: 0.736rem;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
}
.home_head_btn i.ic_scan {
	background-image: url(../images/ic-scan.png);
}
.home_head_btn i.ic_step {
	background-image: url(../images/ic-step.png);
}
.home_head_btn i.ic_news {
	background-image: url(../images/ic-news.png);
}
.home_head_btn p {
	color: #ffffff;
	text-align: center;
	line-height: 1em;
}
.home_nav {
	padding: 0.224rem 0.32rem;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.home_nav .li {
	height: 0.608rem;
	line-height: 0.608rem;
	color: #ffffff;
	padding: 0 0.32rem;
	border-radius: 0.32rem;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(7,0,0,.1);
	margin-right: 0.256rem;
}
.home_swiper .swiper-slide {
	/*border:2px solid #f0ed25;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0.16rem;
}
.home_swiper .swiper-container {
	padding-bottom: 0.64rem;

}
.home_swiper .swiper-pagination {
	left: 50%;
	bottom: 0.128rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.home_swiper .swiper-pagination-bullet {
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	opacity: .4;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.064rem;
	background-color: #FFFFFF;
}
.home_swiper .swiper-pagination-bullet-active {
	opacity: 1;
}
.home_swiper_main {
	display: block;
	height: 4.8rem;
	overflow: hidden;
	border-radius: 0.16rem;
}
.home_swiper_box {
	display: -webkit-flex;
	display: flex;
	padding: 0.352rem 0;
}
.home_swiper_box .li {
	flex-grow: 1;
	max-width: 31.5%;
	overflow: hidden;
	height: 4.704rem;
	border-radius: 0.192rem;
	margin-right: 2.75%;
	/*box-shadow: 0 0.032rem 0.08rem rgba(0,0,0,.5);*/
}
.home_swiper_box .li:last-child {
	margin-right: 0;
}
.home_menu {
	padding: 0.48rem 0.4rem;
	/*margin-bottom: 0.192rem;*/
}
.home_menu .li {
	float: left;
	width: 20%;
	text-align: center;
	padding: 0.16rem 0;
}
.home_menu .li>i {
	width: 1.28rem;
	height: 1.28rem;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
.home_menu .li>p {
	color: #848588;
	height: 0.384rem;
	line-height: 0.384rem;
	margin-top: 0.224rem;
}
.home_ad {
	display: block;
	overflow: hidden;
}
.section_3 {
	padding: 0.32rem 0.4rem;
}
.home_goods {
	display: -webkit-flex;
	display: flex;
	border-radius: 0.256rem;
	background-color: #FFFFFF;
	margin-bottom: 0.384rem;
}
.home_goods .item {
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.home_goods .item_head {
	color: #000000;
	height: 0.704rem;
	line-height: 0.704rem;
	padding: 0.224rem 0 0.16rem;
	position: relative;
}
.home_goods .item_head span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
.home_goods .item_head .time {
	margin-left: 0.384rem;
	width: 1.728rem;
	height: 0.448rem;
	line-height: 0.448rem;
	border-radius: 0.224rem;
	text-align: center;
	color: #f32062;
	box-shadow: 0 0 0 0.032rem #f32062 inset;
}
.home_goods .item_head .more_btn {
	top: 0.32rem;
	right: 0;
	width: 1.888rem;
	height: 0.544rem;
	line-height: 0.544rem;
	border-radius: 0.288rem;
	text-align: center;
	position: absolute;
	color: #7b5c3b;
	display: block;
	background-color: #f4ebe1;
}
.home_gift {
	display: -webkit-flex;
	display: flex;
	padding-bottom: 0.512rem;
}
.home_gift .li {
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	max-width: 2.496rem;
	border-radius: 0.192rem;
	background-color: #fbf1e8;
	padding: 0.192rem 0.16rem;
	margin-right: 0.224rem;
}
.home_gift .li_pic {
	width: 2.176rem;
	height: 2.176rem;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
}
.home_gift .li_pic>img {
	max-height: 100%;
	max-width: 100%;
}
.home_gift .li_box {
	color: #fd4f20;
	display: -webkit-flex;
	display: flex;
	height: 0.576rem;
	line-height: 0.576rem;
	margin-top: 0.064rem;
}
.home_gift .li_box span {
	-webkit-flex: 1;
	flex: 1;
	display: inline-block;
	text-align: center;
}
.home_gift .li_box del {
	color: #a7a4a5;
}
.home_coupon {
	display: -webkit-flex;
	display: flex;
	padding-bottom: 0.512rem;
}
.home_coupon .li {
	flex-grow: 1;
	max-width: 2.496rem;
	text-align: center;
	border-radius: 0.16rem;
	background-color: #ff0036;
	margin-right: 0.128rem;
}
.home_coupon .li:last-child {
	margin-right: 0;
}
.home_coupon .li_main {
	padding: 0.32rem 0 0.288rem;
	height: 2.08rem;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px dashed #fceec5;
}
.home_coupon .li_main:before,
.home_coupon .li_main:after {
	content: "";
	bottom: -0.08rem;
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	display: block;
	position: absolute;
	background-color: #fff;
}
.home_coupon .li_main:before {
	left: -0.08rem;
}
.home_coupon .li_main:after {
	right: -0.08rem;
}
.home_coupon .li_price {
	color: #fff1cb;
	height: 0.864rem;
	line-height: 0.864rem;
}
.home_coupon .li_price span {
	font-weight: bold;
}
.home_coupon .li_text {
	color: #fff1cb;
	height: 0.512rem;
	line-height: 0.512rem;
	margin-top: 0.064rem;
}
.home_coupon .li_box {
	height: 1.12rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.288rem 0.224rem 0.224rem;
}
.home_coupon .li_btn {
	color: #ff0036;
	height: 0.608rem;
	line-height: 0.608rem;
	text-align: center;
	border-radius: 0.32rem;
	background-color: #fceec5;
	display: block;
}
.home_seckill {
	display: -webkit-flex;
	display: flex;
}
.home_seckill .li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	max-width: 3.328rem;
	margin-right: 0.235rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.home_seckill .li:last-child {
	margin-right: 0;
}
.home_seckill .li_pic {
	width: 2rem;
	height: 2rem;
	overflow: hidden;
	margin: 0 auto;
}
.home_seckill .li_pic img {
	width: 100%;
	height: 100%;
}
.home_seckill .li_main {
	text-align: center;
	padding: 0.288rem 0 0.192rem;
}
.home_seckill .li_name {
	height: 0.544rem;
	line-height: 0.544rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home_seckill .li_price {
	color: #fd4f20;
	height: 0.544rem;
	line-height: 0.544rem;
}
.home_seckill .li_price span {
	font-weight: bold;
}
.home_seckill .li_price del {
	color: rgba(0,0,0,.3);
}
.home_seckill .li_del {
	height: 0.544rem;
	line-height: 0.544rem;
	color: rgba(0,0,0,.3);
	margin-top: 0.096rem;
}
.home_notice {
	height: 0.832rem;
	padding: 0.032rem 0.16rem 0;
	position: relative;
	border-top: 1px solid #f6f6f6;
}
.home_notice .title {
	float: left;
	width: 1.728rem;
	height: 0.8rem;
	font-weight: bold;
	line-height: 0.8rem;
	text-align: center;
}
.notice_swiper {
	width: 7.68rem;
	margin-left: 1.728rem;
}
.notice_swiper .swiper-container {
	height: 0.8rem;
}
.notice_swiper .swiper-slide {
	height: 0.8rem;
	line-height: 0.8rem;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.notice_swiper .swiper-slide span {
	color: #f5407b;
	margin-right: 0.32rem;
}
.home_notice .more_btn {
	top: 0;
	right: 0.16rem;
	position: absolute;
	line-height: 0.8rem;
}
.home_notice .more_btn>a {
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.32rem;
}
.home_group {
	display: -webkit-flex;
	display: flex;
	padding: 0 0.256rem;
}
.home_group .li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	max-width: 1.92rem;
	padding: 0.128rem 0.256rem 0.192rem;
	margin-right: 0.224rem;
}
.home_group .li:last-child {
	margin-right: 0;
}
.home_group .li_pic {
	width: 1.92rem;
	height: 1.92rem;
	overflow: hidden;
	margin: 0 auto;
}
.home_group .li_main {
	text-align: center;
	margin-top: 0.192rem;
}
.home_group .li_name {
	height: .48rem;
	line-height: .48rem;
	overflow: hidden;
	margin-bottom: .096rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home_group .li_price {
	color: #ffffff;
	height: 0.48rem;
	line-height: 0.48rem;
	border-radius: 0.224rem;
	background-color: #fd4f20;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}
.home_prior {
	display: -webkit-flex;
	display: flex;
	padding: 0 0.256rem;
}
.home_prior .li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	max-width: 1.92rem;
	padding: 0.128rem 0.256rem 0.192rem;
	margin-right: 0.224rem;
}
.home_prior .li:last-child {
	margin-right: 0;
}
.home_prior .li_pic {
	width: 1.92rem;
	height: 1.92rem;
	overflow: hidden;
	margin: 0 auto;
}
.home_prior .li_main {
	text-align: center;
	margin-top: 0.192rem
}
.home_prior .li_name {
	height: .48rem;
	line-height: .48rem;
	overflow: hidden;
	margin-bottom: .096rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home_prior .li_price {
	color: #ffffff;
	height: 0.48rem;
	line-height: 0.48rem;
	border-radius: 0.224rem;
	background-color: #fd4f20;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}
.home_ad_two,.home_ad_four {
	display: -webkit-flex;
	display: flex;
	padding: 0 0.384rem;
}
.home_ad_two .li,.home_ad_four .li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.home_ad_two {
	padding-top: 0.16rem;
	margin-bottom: 0.24rem;
}
.home_ad_two .li {
	max-width: 5.472rem;
	margin-right: 0.256rem;
}
.home_ad_four {
	padding-bottom: 0.384rem;
}
.home_ad_four .li {
	max-width: 2.688rem;
	margin-right: 0.16rem;
	overflow: hidden;
	border-radius: 0.128rem;
	box-shadow: 0 0.032rem 0.08rem rgba(0,0,0,.5);
}
.home_ad_two .li:last-child,.home_ad_four .li:last-child {
	margin-right: 0;
}
.home_cate {
	padding: 0.16rem 0;
	background-color: #FFFFFF;
	margin-bottom: 0.24rem;
}
.home_cate .li {
	width: 25%;
	float: left;
	height: 0.768rem;
	line-height: 0.768rem;
	position: relative;
	text-align: center;
	color: #000000;
}
.home_cate .li:after {
	content: "";
	top: 0.144rem;
	right: 0;
	width: 1px;
	height: 0.48rem;
	background-color: #dad7d7;
	display: block;
	position: absolute;
}
.home_cate .li:nth-child(4n):after {
	display: none;
}
.home_cate .active {
	color: #d42029;
}
.home_hot_sale {
	padding: 0 0.32rem;
}
.home_hot_sale .li {
	width: 5.6rem;
	float: left;
	display: block;
	position: relative;
	border-radius: 0.32rem;
	background-color: #FFFFFF;
	margin-bottom: 0.16rem;
}
.home_hot_sale .li:nth-child(odd){
	margin-right: 0.16rem;
}
.home_hot_sale .li_pic {
	height: 5.6rem;
	/*border-top-right-radius: 0.32rem;*/
	overflow: hidden;
	margin: 10px 10px 0 10px;
}
.home_hot_sale .li_pic img{
	width: 100%;
}
.home_hot_sale .li_main {
	padding: 0.48rem 0.288rem;
	position: relative;
}
.home_hot_sale .li_tit {
	height: 1.216rem;
	line-height: 0.608rem;
	margin-bottom: 0.32rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.home_hot_sale .li_coupon {
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 0.128rem;
}
.home_hot_sale .li_coupon label {
	color: #f2260b;
	display: inline-block;
	vertical-align: middle;
	height: 0.416rem;
	line-height: 0.416rem;
	padding: 0 0.096rem;
	border-radius: 0.064rem;
	box-shadow: 0 0 0 1px #f2260b inset;
	margin-right: 0.192rem;
}
.home_hot_sale .li_price {
	color: #f2260b;
	height: 0.768rem;
	line-height: 0.768rem;
	padding-right: 0.96rem;
}
.home_hot_sale .li_price span {
	font-weight: bold;
}
.home_hot_sale .li_btn {
	right: 0.512rem;
	bottom: 0.64rem;
	width: 0.48rem;
	height: 0.48rem;
	display: block;
	position: absolute;
	background-image: url(../images/ic-add.png);
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.home_hot_sale .ic_hot {
	top: -0.128rem;
	right: 0.32rem;
	display: block;
	width: 1.408rem;
	position: absolute;
}
.home_footer {
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #ececec;
	background-color: #FFFFFF;
}
.home_footer .li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	text-align: center;
	padding: 0.16rem 0 0.128rem;
}
.home_footer .li i {
	width: 0.864rem;
	height: 0.864rem;
	display: block;
	margin: 0 auto;
	background-image: url(../images/home-ic-nav.png);
	background-size: 4.704rem auto;
	background-repeat: no-repeat;
}
.home_footer .li i.icon1 {
	background-position: 0 0;
}
.home_footer .li i.icon2 {
	background-position: -0.96rem 0;
}
.home_footer .li i.icon3 {
	background-position: -1.92rem 0;
}
.home_footer .li i.icon4 {
	background-position: -2.88rem 0;
}
.home_footer .li i.icon5 {
	background-position: -3.84rem 0;
}
.home_footer .li p {
	color: #2e2d2d;
	height: 0.448rem;
	line-height: 0.448rem;
}
.home_footer .li.active i.icon1 {
	background-position: 0 -0.96rem;
}
.home_footer .li.active i.icon2 {
	background-position: -0.96rem -0.96rem;
}
.home_footer .li.active i.icon3 {
	background-position: -1.92rem -0.96rem;
}
.home_footer .li.active i.icon4 {
	background-position: -2.88rem -0.96rem;
}
.home_footer .li.active i.icon5 {
	background-position: -3.84rem -0.96rem;
}
.home_footer .li.active p {
	color: #3984ff;
}
/* 秒杀 */
.seckill_ad {
	display: -webkit-flex;
	display: flex;
	padding: 0 0.4rem;
	margin-bottom: 0.32rem;
}
.seckill_ad .li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	max-width: 50%;
}
.seckill_tab {
	padding: 0 0.4rem;
	margin-bottom: 0.32rem;
}
.seckill_tab .ic_logo {
	float: left;
	width: 1.184rem;
	height: 1.184rem;
	padding: 0.272rem;
}
.seckill_tab_main {
	margin-left: 1.728rem;
}
.seckill_tab_main .li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 0.192rem 0 0.32rem;
	position: relative;
}
.seckill_tab_main .li:after {
	content: "";
	top: 0.432rem;
	right: 0;
	height: 0.864rem;
	border-right: 1px dashed #C1C1C1;
	position: absolute;
	display: block;
}
.seckill_tab_main .li:last-child:after {
	display: none;
}
.seckill_tab_main .li_tit {
	color: #2d2d2d;
	font-weight: bold;
	height: 0.576rem;
	line-height: 0.576rem;
	margin-bottom: 0.16rem;
}
.seckill_tab_main .li_text span {
	color: #737373;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.16rem;
	height: 0.48rem;
	line-height: 0.48rem;
	border-radius: 0.256rem;
}
.seckill_tab_main .li.active .li_text span {
	color: #fff;
	background: -webkit-linear-gradient(left, #ff4204 , #ff154e);
	background: -o-linear-gradient(right, #ff4204, #ff154e);
	background: -moz-linear-gradient(right, #ff4204, #ff154e);
	background: linear-gradient(to right, #ff4204 , #ff154e);
}
.seckill_list {
	padding: 0 0.4rem;
}
.seckill_list .li {
	display: block;
	padding: 0.48rem;
	border-radius: 0.48rem;
	background-color: #FFFFFF;
	margin-bottom: 0.384rem;
	position: relative;
}
.seckill_list .li_pic {
	float: left;
	width: 3.744rem;
	height: 3.744rem;
	position: relative;
}
.seckill_list .li_hot {
	top: -0.704rem;
	right: -0.064rem;
	color: #FFFFFF;
	width: 1.632rem;
	height: 1.696rem;
	line-height: 0.352rem;
	position: absolute;
	background-image: url(../images/seckill-ic-hot.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0.736rem 0.544rem 0.288rem 0.192rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.seckill_list .li_main {
	margin-left: 3.968rem;
	position: relative;
	min-height: 3.744rem;
}
.seckill_list .li_tit {
	height: 1.152rem;
	line-height: 0.576rem;
	margin-bottom: 0.256rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.seckill_list .li_text {
	height: 0.544rem;
	line-height: 0.544rem;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ff1948;
	white-space: nowrap;
	margin-bottom: 0.512rem;
}
.seckill_list .li_price {
	color: #fd4f20;
	height: 0.64rem;
	line-height: 0.64rem;
	padding-top: 0.096rem;
}
.seckill_list .li_price span {
	font-weight: bold;
}
.seckill_list .li_del {
	color: #c1c1c1;
	height: 0.544rem;
	line-height: 0.544rem;
}
.seckill_list .li_box {
	right: 0;
	bottom: 0;
	width: 2.56rem;
	height: 1.28rem;
	border-radius: 0.128rem;
	position: absolute;
	padding: 0.192rem 0.224rem;
	background: -webkit-linear-gradient(left, #5ae788 , #09b611);
	background: -o-linear-gradient(right, #5ae788, #09b611);
	background: -moz-linear-gradient(right, #5ae788, #09b611);
	background: linear-gradient(to right, #5ae788 , #09b611);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.seckill_list .li_box .tab_tit {
	text-align: center;
	color: #FFFFFF;
	line-height: 1em;
}
.seckill_list .li_box .tab {
	overflow: hidden;
	margin-top: 0.128rem;
}
.seckill_list .li_box .tab_main {
	float: left;
	width: 64%;
	height: 0.16rem;
	border-radius: 0.08rem;
	margin-top: 0.224rem;
	background-color: rgba(255,255,255,.3);
}
.seckill_list .li_box .tab_main>div {
	height: 0.16rem;
	border-radius: 0.08rem;
	background-color: #FFFFFF;
}
.seckill_list .li_box .tab_box {
	width: 36%;
	float: right;
	color: #FFFFFF;
	text-align: right;
	height: 0.384rem;
	line-height: 0.384rem;
}
.seckill_list .li_red {
	background: -webkit-linear-gradient(left, #ff4204 , #ff154e);
	background: -o-linear-gradient(right, #ff4204, #ff154e);
	background: -moz-linear-gradient(right, #ff4204, #ff154e);
	background: linear-gradient(to right, #ff4204 , #ff154e);
}
.seckill_list .li_disabled {
	background: #e5e5e5;
	line-height: 0.896rem;
}
.seckill_list .li_disabled>div {
	text-align: center;
	color: #999999;
}
/*适配@12等份*/
@media screen and (max-width: 768px) {
    html {
    	font-size: 8.333334vw;
    }
}
@media screen and (min-width: 769px) {
    html {
    	font-size: 64px;
    }
}

.bg {
	top: 0;
	left: 50%;
	width: 12rem;
	height: 100%;
	z-index: 99;
	display: none;
	position: fixed;
	margin-left: -6rem;
	background-color: rgba(0,0,0,.7);
}
.middle {
	top: 50%;
	left: 50%;
	position: relative;
	transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-webkit-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
}
.wx_pop {
	width: 9.312rem;
	height: 10.272rem;
	font-size: .48rem;
	line-height: .7056rem;
	background: url(../images/wx-pop-bg.png) no-repeat center;
	background-size: 100% auto;
	padding: 3.5184rem 1.5024rem 0;
}
.wx_pop .ic_close {
	left: 50%;
	bottom: -1.4256rem;
	margin-left: -.432rem;
	position: absolute;
}
.wx_pop_bottom {
	padding: .3216rem 1.2rem;
}
.wx_pop_bottom .btn_theme {
	height: 1.1184rem;
	line-height: 1.1184rem;
}
.borderbox {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ic_close {
	width: .864rem;
	height: .864rem;
	display: inline-block;
	background: url(../images/ic-close.png) no-repeat center;
	background-size: 100% auto;
}
.count_tip {
	color: #fff;
	font-size: .24rem !important;
	text-align: center;
	width: .32rem !important;
	height: .32rem !important;
	overflow: hidden;
	white-space: nowrap;
	line-height: .32rem !important;
	border-radius: 50%;
	display: inline-block;
	background-color: #e93b3d;
	position: absolute;
	right: 0;
}