/*前台优惠券列表*/
h1,h2,h3{
	font-weight: normal;
}
.couponListFront{
	width:84%;margin:0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;
}
.couponListFront li{
	width:440px;float:left;border:1px #eee solid;margin-top:50px;box-shadow: 0 4px 8px #eee;border-radius: 4px;
	padding:12px 14px;
}
.outLayer .couponListFront{
	width:96%;
}
.outLayer .couponListFront li{
	margin-top:20px;
}
.couponBox{
	display: table;margin: 0;padding: 0;width: 100%;
}
.couponListFront li h1{
	color:#585E66;font-size:16px;font-weight: bold;margin: 0 0 10px 0;
}
.couponListFront li .columnLeft{
	float: left;
	display: table-column;
	width: 340px;
}
.couponListFront li .columnLeft h2{
	width:336px;font-size:14px;color: #7F8389;font-weight: normal;line-height: 20px;text-align: left;
	/*overflow: hidden;white-space: nowrap;text-overflow: ellipsis;*/
}
.couponListFront li .columnLeft h2,.outLayer .couponListFront li .columnLeft h3{
	margin:0;padding: 0;font-weight: normal
}
.couponListFront li .columnLeft h3{
	color: #EE392F;font-size:13px;line-height: 20px;margin: 0;text-align: left;font-weight: normal
}
.couponListFront li .columnRight{
	/* float: right; */
	width:80px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.couponListFront li .columnRight .price{
	width:100%;color: #4A90EF;font-size: 22px;margin-bottom: 5px;
}
.couponListFront li .columnRight .disableBtn{
	width:100%;font-size:13px;text-align: center;height:30px;line-height:31px;color: #fff;border-radius: 15px;
	background: #4A90EF;cursor: pointer;
}
.couponListFront li .columnRight .disableBtn a{
	color: #fff;
}
.couponListFront li .columnRight .enableBtn{
	width:100%;font-size:13px;text-align: center;height:30px;line-height:30px;color: #fff;border-radius: 15px;
	background: #A6AAB1;
}
.priceEnable{
	width:100%;color: #898C92;font-size: 22px;margin-bottom: 5px;
}



/*暂无优惠券*/
.noCoupon{
	width:100%;text-align: center;padding:100px 0;
}
.noCoupon img{
	text-align: center;
}
.noCoupon p{
	width:100%;text-align: center;font-size: 16px;color: #A6ACB7;margin-top: 23px;
}
/*优惠券使用规则*/
.conponDesc{
	width:96%;margin: 150px auto 50px auto;color: #999999;font-size:14px;line-height: 23px;
}
.conponDesc p:first-child{
	font-weight: bold;margin-bottom:10px;
}
/*可使用优惠券车辆*/
.myTable td.center{
	text-align: center;
}
.selectAllBox{
	width:848px;text-align: right;font-size:18px;margin:0 30px;color: #676A6C;padding-bottom: 20px;
}
.selectCarPrice{
	color: #F65952;
}
.couponNum{
	width:848px;
	text-align: right;
	padding: 30px 0;
	color: #676A6C;
	font-size: 18px;
	color: #676A6C;
	border-bottom: 1px #EDEDED solid;
	float: left;
	margin: 0 30px;
}
.couponNum label{
	float:left;display: inline-block;font-weight: normal;
}
.couponNum .right{
	float: right;
}
.couponNum .right div{
	float: left;
	margin-right: 20px;
}
.couponNum .right div:last-child{
	margin-right: 0;
}
.couponNum .right .sel{
	width: 110px;height: 34px;line-height:34px;border-radius: 20px;
	color: #fff;font-size:14px;text-align: center;display: inline-block;cursor: pointer;
	background: #4A90EF;box-shadow: 0px 2px 4px 0px rgba(74,144,239,0.27);
}
.couponNum .right .use{
	width: 110px;height: 34px;line-height:34px;border-radius: 20px;
	color: #fff;font-size:14px;text-align: center;display: inline-block;cursor: pointer;
	background: #F65952;box-shadow: 0px 2px 4px 0px rgba(74,144,239,0.27);
}
.couponNum .right .priceT{
	font-size: 24px;color: #F65952;
}
/*选择优惠券*/
.selectCouponBox{
	width: 90%;
	display: table;
	margin: 0 auto 20px auto;
}
.selectCouponRadio{
	width:30px;
	/* float: left; */
	display: table-cell;
	vertical-align: middle;
}
.couponListBack{
	margin: 0 0 0 20px;
	width: 90%;
}
.couponListBack li{
	margin:0;
}
.couponListBack li h1{
	text-align: left;
}
.couponListBack li h2{
	margin:0;
}
.outLayer input[type="radio"],.outLayer input[type="checkbox"] {
	width: 18px;height: 18px;
}
.couponUl{
	padding-left:33%;
}
.selectCarNum{
	padding:0 5px;display: inline-block;
}

/*认证*/
.couponRenzheng{
	margin:0 auto 60px auto;width:100%;text-align: center;
}
.couponRenzheng p{
	width:100%;text-align: center;font-size: 22px;color: #585E66;margin:100px auto 40px auto;
}
.couponRenzheng img{
	width:220px;
}