.order-container {
	margin-top: -1px;
	padding-top: 0.2rem
}

.order-goods-box {
	margin-top: .16rem;
	overflow: hidden;
	background: #fff;
	border-radius: .2rem;
}

.order-goods-box .t {
	padding: 0 .2rem;
	display: block;
	height: .6rem;
	line-height: .6rem;
	font-size: .16rem;
	color: #333;
	border-bottom: 1px solid #f5f5f5;
}

.order-goods-box .t .type {
	float: right;
	color: #999;
}

.order-goods-box .c {
	position: relative;
}

.order-goods-box .c ul {
	display: block;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

.order-goods-box .c ul li {
	position: relative;
	font-size: .16rem;
	list-style: none;
	padding: 0.06rem 0.2rem;
}

.order-goods-box .c ul li .box {
	padding-left: 1.4rem;
	position: relative;
	display: block;
	min-height: 1.4rem;
	color: #333;
}

.order-goods-box .c ul li .box .img {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 1.1rem;
	text-align: center;
	height: 1.1rem;
	line-height: 1.1rem;
}

.order-goods-box .c ul li .box .img img {
	max-width: 100%;
	max-height: 100%;
}

.order-goods-box .c ul li .box h1 {
	margin-bottom: .12rem;
	overflow: hidden;
	width: 100%;
	word-wrap: break-word;
	line-height: .26rem;
	font-weight: 400;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	 -webkit-line-clamp:2;
}

.order-goods-box .c ul li .box p {
	word-break: break-all;
	line-height: .34rem;
}

.order-goods-box .c ul li .box .price {
	margin-top: .12rem;
	height: .34rem;
	line-height: .34rem;
}

.order-goods-box .c ul li .box .price span {
	/* color: #FD006F; */
	font-weight: 600;
	font-size: 12px;
}

.order-goods-box .c ul li .box .price .discount_oldprice {
	text-decoration: line-through;
	font-size: 10px;
	margin-left: 8px;
}



.order-goods-box .c ul li .box .price em {
	float: right;
	font-style: normal;
}
.order-goods-box .c .order_money {
	padding: 0rem .2rem .3rem .2rem;
	line-height: .16rem;
	height: .16rem;
	color: #333;
}

.order-goods-box .c .order_money .total {
	font-size: .18rem;
	font-weight: 600;
}

.order-goods-box .c .edit-info {
	padding: 0rem .2rem .3rem .2rem;
	line-height: .16rem;
	height: .16rem;
	color: #333;
}

.order-goods-box .c .edit-info .show-hide {
	float: left;
	font-size: .16rem;
}

.order-goods-box .c .edit-info .show-hide span {
	margin-right: .1rem;
	float: left;
}

.order-goods-box .c .edit-info .total {
	float: right;
	font-size: .18rem;
	font-weight: 600;
}

.order-goods-box .b {
	padding: .16rem 0;
	height: .46rem;
	border-top: 1px solid #f5f5f5;
}

.order-goods-box .b .pay-now {
	/*color: #fff;
	background: -webkit-linear-gradient(left, rgba(235,41,95,1),rgba(246,40,123,1));*/
	border: none;
}

.order-goods-box .b a {
	margin-right: .2rem;
	padding: 0 .3rem;
	display: block;
	float: right;
	height: .46rem;
	line-height: .46rem;
	font-size: .16rem;
	color: #333;
	border: 1px solid #ddd;
	border-radius: .56rem;
	box-sizing: border-box;
}
.order-goods-box .b span {
    margin-right: .2rem;
    padding: 0 .3rem;
    display: block;
    float: right;
    height: .46rem;
    line-height: .46rem;
    font-size: .16rem;
    color: #999;
    border-radius: .56rem;
    box-sizing: border-box;
}
em{font-style: normal;}
 .pro-tags-depletion {
	    border-radius: 8px;
	    padding: 3px 4px;
	    box-sizing: border-box;
	    background: rgba(242, 143, 45, .1);
	    color: #F56207;
	    margin-right: 3px;
	    transform: scale(0.8);
	    font-size: 8px;
	}