
/* 主体部分 */
#content{
	width: 1200px;
	min-height:calc(100vh - 356px);     
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
#content h3{
	font-size: 13px;
	color: #707070;
}
#content h3 img{
	vertical-align: middle;
	margin: 0 6px;
}
#content h3 span:first-child{
	color: #333;
}

/* 礼品筛选 */
.sc-tl{
	width:1188px;
	line-height: 46px;
	background: #f4f3f3;
	border: 1px solid #ddd;
	margin-top: 9px;
	padding-left: 10px;
	font-size: 14px;
	color: #333;
	font-weight: bolder;
}
.sc-cn{
	width:1158px;
	padding:10px 20px 20px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.cn1,.cn2{
	border-bottom: 1px dashed #ddd;
	font-size: 13px;
	padding: 15px 0;
	color: #333;
}
.cn1-fl a{
	margin: 0 12px;
}
.cn1-fl a:hover{
	color: #f89306;
}
.fl-sel{
	color: #f89306;
}

.cn1-fr input {
	width: 64px;
	height: 20px;
	padding-left: 4px;
	border: 1px solid #ddd;
}

.cn1-fr i{
	color: #999;
} 
.fr-btn{
	display: inline-block;
	line-height: 24px;
	width: 60px;
	background-color: #f89306;
	color: #fff;
	margin-left: 4px;
	vertical-align: top;
	border-radius: 3px;
	text-align: center;
}
.fr-btn:hover{
	background-color: #f87e06;
}
.cn2{
	font-size: 13px;
	color: #333;
	overflow: hidden;
}
.cn2 span{
	margin:0 10px;
}
.up,.down{
	display: inline-block;
	width:4px;
	height: 12px;
	cursor: pointer;
}
.up{
	background: url('../img/up-2.png') no-repeat;
}
.up.sl{
	background: url('../img/up.png') no-repeat;
}
.down{
	background: url('../img/down-2.png') no-repeat;
}
.down.sl{
	background: url('../img/down.png') no-repeat;
}

.cn2-ex, .cn2-va {
	cursor: pointer;
}

/* 礼品列表 */
.ct-list{
	margin-top: 20px;
	overflow: hidden;
}
.ty{
	padding: 10px;
	width: 210px;
	font-size: 12px;
	float: left;
	border: 1px solid #ddd;
	margin-left: 10px;
	margin-top: 10px;
}
.ty:nth-child(5n+1){
	margin-left: 0;
}
.ty:hover{
	border: 1px solid #f89306;
}
.ty img{
	width: 210px;
	height: 213px;
	display: inline-block;
}
.item-tl{
	display: block;
	height: 32px;
	color: #333;
}
.item-tl:hover{
	color: #f87e06;
}
.code{
	color: #999;
	margin: 5px 0;
}
.fk p{
	width: 49%;
	display: inline-block;
	vertical-align: bottom;
}
.fk p:first-child{
	color: #f4563e;
}
.fk p:first-child span{
	font-size: 16px;
	margin-left: 5px;
}
.fk p:last-child{
	text-align: right;
	color: #999;
}
.fk p:last-child span{
	margin-left: 5px;
}


/* foot部分 */
.mini-foot{
	clear: both;
}
.footer{
	margin-top: 74px !important;
}

.more{
	clear: both;
	line-height: 62px;
	border: 4px solid #eee;
	margin-top: 40px;
	text-align: center;
	display: none;
}
.more a{
	font-size: 18px;
	color: #999;
}
.more a:after{
	margin-left: 5px;
}
.more a:hover{
	color: #f89306;
}
.more a i{
	margin-left: 6px;
}

/* 添加banner优化 */
.ad{
	background: #821a17;
}
.shell .img{
	width: 1420px;
	height: 397px;
	margin: 0 auto;
	position: relative;
}
.ig{
	min-width: 1420px;
	height: 397px;
	box-shadow:#821a17 34px 0px 54px inset,#821a17 -34px 0px 54px inset;
}
.l-1{
	background: url('../img/banner1.jpg')
}
.l-2{
	background: url('../img/banner2.jpg')
}
.l-3{
	background: url('../img/banner3.jpg')
}


