body{
	background-color: #f5f5f5;
}

/* 公共样式 */
.clear-float{
	overflow: hidden;
}

/* 优惠券头部 start */
.coupon-title{
	height: 460px;
	margin: 20px 0;
	background:url("../img/coupon/content_bj.png") no-repeat center;
}

.title-left{
	float: left;
	width: 320px;
    height: inherit;
    padding: 20px;
	text-align: center;
}

.coupon-name {
	margin: 45px 0 50px;
}

.coupon-name span:nth-child(1){
	display: block;
    line-height: 45px;
    font-size: 30px;
}

.coupon-name span:nth-child(2){
	font-size: 12px;
	color: #b2b3b3;
}

.coupon-type{
	margin-left: 20px;
}

.coupon-type > li{
	float: left;
    width: 80px;
    height: 100px;
}

.coupon-type > li > i{
	display: block;
    width: 50px;
    height: 50px;
    margin: 8px auto;
}


.coupon-type > li:nth-child(1) i{
	background:url("../img/coupon/limited_time.png") no-repeat center;
}

.coupon-type > li:nth-child(2) i{
	background:url("../img/coupon/superposition.png") no-repeat center;
}

.coupon-type > li:nth-child(3) i{
	background:url("../img/coupon/coupon_type.png") no-repeat center;
}

.coupon-title .title-left > a{
	width: 200px;
    height: 50px;
    padding: 0;
    margin-top: 70px;
    line-height: 50px;
    font-size: 18px;
}

.title-right{
	float: right;
	padding: 25px 35px 25px 0;
}

.carousel-spot{
	bottom: 40px;
}
/* 优惠券头部end */


/* 优惠券列表start */
.coupon-item > li{
	float: left;
	width: 362px;
	height: 169px;
	margin-left: 35px;
	margin-bottom: 35px;
	background:url("../img/coupon/list_bj.png") no-repeat center;
    background-color: #aeaeae;
}

.coupon-item .item-left{
	float: left;
	width: 250px;
    height: inherit;
	text-align: center;
	color: #fff;
}

.item-left > span:nth-child(1){
    display: block;
    font-size: 40px;
    margin-top: 40px;
}

.item-left > span:nth-child(2){
	font-size:12px;
	margin-left: 15px;
}
.item-left > span:nth-child(4){
	font-size:12px;
	margin-left: 15px;
}

.item-right{
	float: right;
	width: 95px;
    height: inherit;
    text-align: center;
}

.item-right > a{
	display: inline-block;
    width: 30px;
    height: 120px;
	line-height: 120px;
    padding: 0px 5px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 15px;
	cursor:pointer;
}

.item-right > a > span{
	display: inline-block;
	line-height: 20px;
    vertical-align: middle;
}

.coupon-item  .not-coupon{
	background:url("../img/coupon/not_coupon_bj.png") no-repeat center #fff;
}

.coupon-item  .not-receive{
	color:#d3d3d3;
	padding: 10px 5px;
}
.not-receive:hover{
	color: #d3d3d3 !important;
}
.clear {
	clear: both;
}
/* 优惠券列表end */

.banner-wrap {
    position: relative;
}

.banner-wrap .carousel {
    height: 448px;
}

.banner-wrap .carousel-indicators {
    padding-left: 210px;
}

.banner-wrap .carousel-inner > .item > a {
    height: 448px;
    line-height: 448px;
}

.banner-wrap .carousel-inner > .item > a > img {
    height: 448px;
    line-height: 448px;
    margin-left: 50%;
    transform: translateX(-50%);
	width:100%;
}