.container {
	width: 1200px;
	margin: 20px auto;
}
.r-container {
	width: 1000px;
}
.coupon_nav {
	width: 100%;
	height: 48px;
	background: #FFF;
	padding-left: 20px;
}
.coupon_nav_item {
	height: 48px;
	line-height: 54px;
	padding: 0 16px;
	font-size: 16px;
	color: rgba(0, 0, 0, .75);
	font-weight: bold;
	cursor: pointer;
}
.coupon_nav_item_active {
	color: #0ba2cf;
	border-bottom: 2px solid #0ba2cf;
}
.coupon_box {
  	position: relative;
  	min-height: 484px;
  	background: #FFF;
	margin-top: 20px;
  	padding: 30px 20px 0 0;
}
.coupon_box > p {
  	float: left;
  	width: 100%;
	line-height: 20px;
  	margin: 12px 0 50px;
  	font-size: 14px;
  	color: rgba(0, 0, 0, .45);
  	font-weight: 500;
  	text-align: center;
}
.coupon_item {
	position: relative;
	width: 460px;
	height: 150px;
	margin: 0 5px 38px 25px;
	box-shadow: 3px 2px 4px -1px rgba(0, 0, 0, .2);
}
.coupon-num.coupon-price-num {
	position: absolute;
	top: 20px; 
	left: 395px;
	font-size: 24px;
	font-family: PingFangSC-Bold, PingFang SC;
	font-weight: bold;
	color: #98B7DA;
	height: 30px;
	line-height: 33px;
}
.coupon-num.coupon-price-num>span {
	font-size: 14px;
	margin: 0 3px;
}
.coupon-num.coupon-discount-num  {
	position: absolute;
	top: 20px; 
	left: 395px;
	font-size: 24px;
	font-family: PingFangSC-Bold, PingFang SC;
	font-weight: bold;
	color: #EE9076; 
	height: 30px;
	line-height: 33px;
}
.coupon-num.coupon-discount-num>span {
	font-size: 14px;
	margin: 0 3px;
}
.coupon-num.coupon-disable-num  {
	position: absolute;
	top: 20px; 
	left: 395px;
	font-size: 24px;
	font-family: PingFangSC-Bold, PingFang SC;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.65);
	height: 30px;
	line-height: 33px;
}
.coupon-num.coupon-disable-num>span {
	font-size: 14px;
	margin: 0 3px;
}
.coupon_item_price {
	background: url(https://statics.shiyanjia.com/c/v3/images/home/coupon_money.png) -4px 0;
}
.coupon_item_discount {
	background: url(https://statics.shiyanjia.com/c/v3/images/home/coupon_discount.png) -4px 0;
}
.coupon_item_disable {
	background: url(https://statics.shiyanjia.com/c/v3/images/home/coupon_disable.png) -4px 0;
}
.coupon_item .coupon_l {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 132px;
	height: 100%;
}
.coupon_l h1 {
	height: 48px;
	line-height: 48px;
	font-size: 40px;
	color: #FFF;
	font-family: Helvetica;
	text-align: center;
}
.coupon_l h1 span {
	font-size: 20px;
	padding: 0 2px;
}
.coupon_l h2 {
	margin-top: 8px;
	line-height: 20px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.apply-btn.price-btn  {
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	border-radius: 14px;
	font-size: 13px;
	font-family: PingFangSC-Bold, PingFang SC;
	font-weight: bold;
	color: #98B7DA;
	line-height: 18px;
	padding: 5px 9px;
	display: table;
	margin: 8px 13px 0;
	cursor: pointer;
}
.apply-btn.discount-btn {
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
	border-radius: 14px;
	font-size: 13px;
	font-family: PingFangSC-Bold, PingFang SC;
	font-weight: bold;
	color: #FF977D;
	line-height: 18px;
	padding: 5px 9px;
	display: table;
	margin: 8px 13px 0;
	cursor: pointer;
}
.apply-btn.disable-btn {
	background: rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	border-radius: 14px;
	font-size: 13px;
	font-family: PingFangSC-Bold, PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	padding: 5px 9px;
	display: table;
	margin: 8px 13px 0;
	cursor: pointer;
}
.coupon_item .coupon_r {
	position: relative;
	width: 328px;
	height: 100%;
	padding: 16px 20px 21px;
}
.coupon_r .coupon_title {
	width: 220px;
	line-height: 30px;
	font-size: 22px;
	font-family: PingFangSC-Bold, PingFang SC;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 60px;
	max-height: 60px;
	/* white-space: nowrap; */
}
.coupon_r .coupon_title_price {
	color: #98B7DA;
}
.coupon_r .coupon_title_discount {
	color: #EE9076;
}
.coupon_r .coupon_title_disable {
	color: rgba(0, 0, 0, .65);
}
.coupon_r p {
	margin-top: 4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
}
.coupon_r .coupon-range {
	height: 40px;
	margin-top: 2px;
	margin-bottom: 0;
}
.coupon_r .pick_btn {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 80px;
	height: 28px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
}
.coupon_r .pick_btn_price {
	color: #98B7dA;
	border: 1px solid #98B7DA;
}
.coupon_r .pick_btn_price:hover {
	background: rgba(152, 183, 218, 0.2);
}
.coupon_r .pick_btn_discount {
	color: #EE9076;
	border: 1px solid #EE9076;
}
.coupon_r .pick_btn_discount:hover {
	background: rgba(238, 144, 118, 0.2)
}
.coupon_r img {
	position: absolute;
	top: 10px;
	right: 30px;
}
.coupon_empty {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto!important;
	/* display: none; */
	height: 100px;
}
.coupon_empty img {
	width: 144px;
	height: 72px;
	margin-bottom: 8px;
}