@charset "utf-8";
.promotionIndex{
	width: 1200px;
	margin-top: 30px;
}
.promotionIndex .promotion-header{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	background: #E01222 url(../img/promotion/seckill_hd.png) -20px center no-repeat;
	height: 45px;
	position: relative;
	padding: 0;
}
.promotionIndex .more{
	font-size: 14px;
	float: right;
	font-weight: normal;
	color: #fff;
	height: 45px;
	line-height: 45px;
	margin-right: 15px;
}
.promotionIndex .more a{
	color: #fff;
	font-size: 16px;
	margin-left: 20px;
	padding-right: 17px;
	position: relative;
	display: inline-block;
}
.promotionIndex .more a:hover{
	color: #fde200;
}
.promotionIndex .more a .layui-icon{
	position: absolute;
	top: 15px;
	right: 0;
	line-height: 1;
}
.promotionIndex .layui-card{
	display: block;
	box-shadow: none;
	border: 1px solid #eee;
	border-image:linear-gradient(26deg,#ff3600,#ffc101,#ff6d00) 1 1;
	padding: 2px;
}
.promotionIndex .layui-card .layui-card-body{
	padding: 8px 13px;
}
.promotionIndex .layui-card:hover{
	border: 3px solid #cc0606;
	box-shadow: 0 0 7px rgba(156,7,7,.65);
	padding: 0;
}
.promotionIndex .goodsImg{
	width: 232px;
	height: 232px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.promotionIndex .goodsImg img{
	max-height: 100%;
	max-width: 100%;
}
.promotionIndex .title{
	line-height: 1.2;
	color: #000;
	height: 32px;
	overflow: hidden;
	margin-top: 10px;
}
.promotionIndex .price{
	margin-top: 10px;
	position: relative;
	height: 35px;
	line-height: 35px;
	margin-bottom: 5px;
	letter-spacing: -1px;
}
.promotionIndex .price .new{
	color: #f7052d;
	font-weight: bold;
	font-size: 18px;
}
.promotionIndex .price .new .rmb{
	font-size: 14px;
}
.promotionIndex .price .old{
	text-decoration: line-through;
	color: #a9a9a9;
}
.promotionIndex .go{
	width: 85px;
	height: 35px;
	background: #cc0606;
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: -15px;
	bottom: 0px;
	line-height: 35px;
	text-align: center;
}
.promotionIndex .headTitle{
	position: absolute;
}

.xscx .promotion-header{
	background: url(../img/promotion/xscx-title-bg.jpg);
}
.xscx .headTitle{
    bottom: -2px;
	left: 10px;
}

.tjyh .promotion-header{
	background: url(../img/promotion/tjyh-title-bg.jpg);
}
.tjyh .headTitle{
    bottom: -3px;
	left: 10px;
	overflow: hidden;
}

/*促销活动单页*/
.promotionPage-header{
	background: url(../img/promotion/promotion_page_header_bg.jpg) center top no-repeat;
	height: 100px;
	text-align: center;
	padding: 39px 0 40px;
	font-size: 24px;
	font-weight: bold;
}
.promotionPage-header .countdown{
	margin-top: 25px;
}
.promotionPage-header .countdown .item{
	height: 34px;
	line-height: 34px;
	color: #fff;
	background: #A00303;
	padding: 0 10px;
	min-width: 45px;
}
.promotionPage-header .countdown .colon{
	background: url(../images/colon.png) no-repeat center center;
	height: 34px;
	width: 5px;
	margin: 0 8px;
}

.promotionPage-banner{
	background-position: center top;
	background-repeat: no-repeat;
}
.noGoods{
	text-align: center;
	font-size: 36px;
	padding: 30px 0;
}
.noGoods .layui-icon{
	font-size: 50px;
}
