@CHARSET "UTF-8";
/**
 * 优惠券
 * <div class="stamp stamp04"><div class="par"><p>name</p><sub class="sign">￥</sub><span>price</span><sub>优惠券</sub><p>订单满x元</p></div>
 * <div class="copy">副券<p>stime<br>etime</p><a>操作</a></div><i></i></div>
 */
.stamp * {
	padding: 0;
	margin: 0;
	list-style: none;
}
.stamp {
	width: 100%;
	height: 100px;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
}
.stamp:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.stamp:after {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
	z-index: -2;
}
.stamp i {
	position: absolute;
	left: 1%;
	top: 20px;
	height: 100px;
	width: 100%;
	background-color: rgba(255,255,255,.15);
	transform: rotate(-30deg);
}
.stamp .par {
	float: left;
	padding: 12px 10px;
	width: 65%;
	border-right: 2px dashed rgba(255,255,255,.3);
	text-align: left;
}
.stamp .par p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
.stamp .par span {
	font-size: 26px;
	color: #fff;
	margin-right: 5px;
	line-height: 40px;
}
.stamp .par .sign {
	font-size: 18px;
}
.stamp .par sub {
	position: relative;
	top: -5px;
	color: rgba(255,255,255,.8);
}
.stamp .copy {
	display: inline-block;
	width: 35%;
	vertical-align: text-bottom;
	color: rgb(255,255,255);
	text-align: center;
	line-height: initial;
	padding: 10px 4px;
	font-size: 20px;
}
.stamp .copy p {
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 5px;
}
.stamp01 {
	background: #F39B00;
	background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 4px, #F39B00 4px);
	background-size: 12px 8px;
	background-position: -5px 10px;
}
.stamp01:before {
	background-color: #F39B00;
	left: 5px;
	right: 5px;
}
.stamp02 {
	background: #D24161;
	background: radial-gradient(transparent 0, transparent 4px, #D24161 4px);
	background-size: 12px 8px;
	background-position: -5px 10px;
}
.stamp02:before {
	background-color: #D24161;
	left: 5px;
	right: 5px;
}
.stamp03 {
	background: #7EAB1E;
	background: radial-gradient(transparent 0, transparent 4px, #7EAB1E 4px);
	background-size: 12px 8px;
	background-position: -5px 10px;
}
.stamp03:before {
	background-color: #7EAB1E;
	left: 5px;
	right: 5px;
}
.stamp04 {
	background: #50ADD3;
	background: radial-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 4px, #50ADD3 4px);
	background-size: 12px 8px;
	background-position: -5px 10px;
}
.stamp04:before {
	background-color: #50ADD3;
	left: 5px;
	right: 5px;
}