body{
	background: #F4F4F4;
}
.contbox{
	margin-top: 20px;
	overflow: hidden;
}
.contbox>.boxfl{
	width: 130px;
	height: 640px;
	float: left;
	background: #fff;
	border: none;
}
.contbox>.boxfr{
	width: 1050px;
	float: right;
	min-height: 710px;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 100px;
}
.espetit{
	color: #666666;
	font-size: 18px;
	border-bottom: 2px solid  #E1251B !important;
	position: relative;
	line-height: 30px;
	display: inline-block;
}
.espetit::after{
	content: "";
	width: 1010px;
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.mycoupon{
	margin-top: 10px;
	overflow: hidden;
	background: #fff;
	width: 1010px;
	overflow: hidden;
}
.mycoupon{
	
}
.mycoupon .list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.mycoupon .list .box{
	background: url("/pc/images/img_21.png");
	width: 236px;
	height: 148px;
	background-size: cover;
	margin:0 20px 20px 0;
	padding-left: 20px;
}
.mycoupon .list .box:nth-child(4n){
	margin: 0 0 20px 0;
}
.mycoupon .list .box .tex1{
	color: #fff;
	font-size: 36px;
	display: flex;
	align-items: flex-end;
	font-weight: bold;
	margin-top: 20px;
	line-height: 36px;
}
.mycoupon .list .box .tex1 span{
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
}
.mycoupon .list .box .tex2{
	color: #883600;
	font-size: 11px;
	margin-top: 10px;
}
.mycoupon .list .box .tex3{
	display: flex;
	margin-top: 23px;
}
.mycoupon .list .box .tex3 p{
	flex: 1;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	flex-direction: column;
}
.mycoupon .list .box .tex3 p span{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    width: 120px;

}
.mycoupon .list .box .tex3 a{
	width:80px;
	height:30px;
	background:#FF4400;
	border:1px solid #FF4400;
	border-radius:2px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	color: #fff;
}
.mycoupon .list .box.on{
	background: url(../img/img_20.png);
	background-size: cover;
}
.mycoupon .list .box.on .tex2{
	color: #666666;
}
.mycoupon .list .box.on .tex3 a{
	background: #fff;
	border: 1px solid #999999;
	color:#666666;
}




















