@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body {
	width: 100%;
	margin: 0 auto;
	font: 14px Tahoma,'Microsoft Yahei','Simsun';	
}
.clear {
	clear: both;
}
img {
	border: none;
}
.carcouponsbtn{
	display: inline-block;
	margin-left:10px;
	background:#f7eeda;
	color:#9c8d6e;
	padding-right:10px;
	cursor: pointer;
}

.carcouponsBg{
	background: rgba(0,0,0,.5);
	top:0;
	left:0;
	position:fixed;
	z-index:1001;
	width:100%;
	height:100%;
}
.carcoupons{
	position:absolute;
	z-index:1002;
	width:544px;
	height:550px;
	margin:-259px 0 0 -272px;
	left:50%;
	top:50%;
	background: #f1f1f1;
	border-radius:8px;
}
.carcouponstitle{
	background: #ddd;
	line-height: 60px;
	text-align: center;
	color:#333;	
	font-size:16px;
	font-weight: bold;
	border-radius:8px 8px 0px 0px;	
}
.carcouponsbgs{
	background: url('../images/couponbg.png') no-repeat;
	background-size:496px 160px;
	width:496px;
	height:160px;
	margin:30px auto 10px;		
}
.carcouponsnum{
	float:left;
	width:156px;
	margin:13px 0 0 17px;
}
.carcouponsFacevalue{
	color:#c00;
	font-weight: bold;
	font-size:36px;
	text-align: center;
	margin-top:25px;
}
.carcouponsFacevalue i{
	font-weight: normal;
	color:#c00;
	font-size:14px;
	font-style: normal;
	font-weight: bold;
	margin-left:2px;
}
.carcouponsprice{
	background: #c00;
	color:#fff;
	line-height:26px;	
	width:120px;
	margin:5px auto 0px;
	font-size:14px;
	text-align: center;
}
.carcouponsinfo{
	float:left;
	width:287px;
	margin:13px 0px 0px 20px;
}
.carcouponsinfotitle{
	color:#8a5c42;
	font-weight: bold;
	font-size:18px;
	margin:18px 0 8px;
}
.carcouponscarinfo{
	color:#333;
	line-height:24px;
	font-size:14px;
}
.carcouponsinfoguide{
	color:#963;
	font-size:14px;
	margin-top:4px;
}
.carcouponsinfoguide i a{
	color:#4c8eb0;
	font-style: normal;
}
.carcouponsins{
	margin:0 25px;
}
.carcouponstxttitle{
	font-weight: bold;
	line-height:30px;	
	font-size:14px;
}
.carcouponstxt{
	line-height:24px;
	font-size:14px;
}
.carcouponsbtns{
	text-align: center;
	margin-top:20px;
}
.carcouponsclose{
	width:188px;
	height:48px;
	line-height:50px;
	text-align:center;
	border:1px solid #333;
	color:#333;
	font-size:16px;
	float:left;
	border-radius:5px;
	margin-left:62px;
	cursor: pointer;
}
.carcouponsclose:hover{
	background: #ccc;
	width:188px;
	height:48px;	
	line-height:50px;
	border:1px solid #ccc;	
}
.carcouponsshopping{
	width:190px;
	height:50px;
	line-height:50px;
	text-align: center;
	background: #cc5300;
	color:#fff;
	font-size:16px;
	float:left;
	border-radius:5px;
	margin-left:40px;
	cursor: pointer;
}
.carcouponsshopping:hover{
	background: #eb6100;
}
/* .Btnorange{
	padding:6px;
	font-size:14px;
	background: #cc5300;
	border-radius:5px;
	color:#fff;
	display:inline-block;
} */
