.status-tag.make-arrived{
	position: absolute;
	padding: 2px 5px 2px 5px;
	right: 20px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	border-radius: 6px;
	color: #fff;
}

.status-tag.green {
	background-color: #09BB07;
}

.inline{
	display: inline-block;
}

.order-time{
	width : 150px;
	max-width: 200px;
}

.weui-navbar__item.seckill{
	line-height: 1rem;
}

.seckill .weui-navbar__item{
	line-height: 1.2rem;
	border-bottom: none;
	padding-bottom: 5px;
	padding-top: 5px;
}

 .seckill .weui-navbar__item.weui-bar__item--on{
	
	background-color: #09BB07;
	
}



.seckill .weui-media-box__title{
	
	font-weight: bold;
}

.seckill .weui-progress__bar{
	
	height: 10px;
	flex: 0 0 50%;
	
}

.seckill .weui-progress{
	display: flex;
}

.weui-progress p{
	margin-left: auto;
}

.seckill .weui-bar__item--on .weui-media-box__title {
	color: white !important;
}

.seckill .weui-bar__item--on .weui-media-box__desc{
	color: gold ;
}

.seckill span.lead{
	display: inline-block;
	width: 7px;
	height: 10px;
	background-color: gold;
	margin-bottom: 3px;
	margin-right: 3px;
	
}

p.gray{
	color: #999;
}

p.black{
	color: #000;
}
.wugu-nav .weui-bar__item--on {
 background: #f10215 !important;
 color:#fff;
}
.wugu-nav .weui-bar__item--on .weui-media-box__desc {
	color:#fff;
}

.wugu-nav .weui-cell__ft.btn-kill{
	position: relative;
	padding:0 .6rem 0 .2rem;
	background: #f10215;
	color:#fff;
}
.wugu-nav .weui-cell__ft.btn-kill:after {
	border-color:#fff;
	right:4px;
}
.wugu-nav .kill-price {
	font-size: 16px;
	color:#f10215;
}
.wugu-nav .kill-price i {
	font-size: 10px;
}
.wugu-nav .old-price {
	font-weight: normal;
	font-style: italic;
	padding-left: 10px;
	text-decoration: line-through;
	font-size: 16px;
	color:#ccc;
}
.percent-sold {
	color:#f10215;
}
.wugu-nav .old-price i {
	font-size: 10px;
}
.weui-media-box_appmsg {
	padding:5px 0;
	position: relative;
}
.weui-media-box_appmsg .weui-media-box__thumb{
	display: block;
	height: 5rem;
	width:auto;
	margin:0 auto;
}
.sec-kill-desc {
	position: absolute;
	left:0;
	bottom:5px;
	right:0;
	padding:0 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.sec-kill-desc  p  {
	text-align: left;
	z-index: 1;
	position: relative;
	padding:3px 10px 3px 5px;
	max-width: 50%;
	overflow:hidden;
	text-overflow: ellipsis;
	background: rgba(0,0,0,.5);
	color:#fff;
}
.sec-kill-desc  p  span{
	position: relative;
	padding: 0 10px 0 5px;
	font-size: 12px;
	line-height: 1.4;
	color:#fff;

}
.sec-kill-desc .tag {
	padding:2px 3px;
	border-radius: 50%;
	background: #fff;
	font-size: 10px;
	color:#d2b702;
}
/* .sec-kill-desc  p  span:after {
	content:'';
	position: absolute;
	left:-10px;


	width:16px;
	height: 16px;
	background: url(../../image/gift.png) left center no-repeat;
	background-size: auto 16px;
} */
.goods-detail {
	padding:.2rem 5px;
}
.goods-detail .seckill-tag {
	padding:5px 5px;
	background: #ffde01;
	color:#f10215;
	font-size: 12px;
}
.goods-detail .weui-media-box__title {
	font-weight: normal;
	font-size: 14px;
}
.goods-detail .weui-media-box__desc {
	display: block;
	padding:0.2rem 0;
	overflow: auto;
	font-size: 12px;
}