@charset "UTF-8";

.topicWrap {
	min-width: 1200px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif, "SimSun";
}

.section1 {
	height: 1355px;
	background: url('../../../images/topic/activity/giftpack/bg1.jpg') no-repeat center top;
	overflow: hidden;
}

.section2 {
	height: 795px;
	background: url('../../../images/topic/activity/giftpack/bg2.jpg') no-repeat center top;
	overflow: hidden;
}

.section1 .topicHeader {
	width: 1200px;
	height: 755px;
	margin: 50px auto 0 auto;
}

.section1 .topicContent {
	width: 1200px;
	margin: 0 auto;
}

.topicContent .moreBtn {
	margin-top: 44px;
	text-align: right;
}

.topicContent .moreBtn a {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 74px;
	margin-right: 88px;
	overflow: hidden;
	/* background-color: rgba(0,0,0,.5); */
}

.topicContent .giftList {
	width: 1132px;
	margin: 53px auto 0 auto;
}

.topicContent .giftList li {
	float: left;
	width: 182px;
	height: 272px;
	margin-right: 8px;
}

.topicContent .giftList li:nth-of-type(6) {
	margin-right: 0;
}

.topicContent .giftList li a {
	display: block;
}

.topicContent .giftList li a img {
	display: block;
	width: 100%;
}

.topicContent .giftList li .giftBtn {
	width: 150px;
	height: 40px;
	line-height: 38px;
	font-size: 18px;
	border: 1px solid #f8d582;
	border-radius: 50px;
	color: #ffe299;
	margin: 22px auto 0 auto;
	text-align: center;
}

.topicContent .giftList li .giftBtn:hover {
	background-color: #f8d582;
	color: #a0130b;
}

.section2 .tipsWrap {
	width: 1200px;
	margin: 103px auto 0 auto;
	padding: 0 50px 0 196px;
	overflow: hidden;
}

.section2 .tipsWrap .serviceWrap {
	padding-left: 4px;
}

.section2 .tipsWrap .serviceWrap div  {
	float: left;
	font-size: 0;
	line-height: 30px;
	margin-right: 32px;
}

.section2 .tipsWrap .serviceWrap div a {
	color: #f8d582;
	font-size: 18px;
	font-weight: bold;
	margin-left: 12px;
}

.section2 .tipsWrap .tipsMain {
	margin-top: 17px;
}

.section2 .tipsWrap .tipsMain p {
	font-size: 20px;
	line-height: 36px;
	color: #f8d582;
}

.section2 .tipsWrap .tipsMain p a {
	color: #f8d582;
	text-decoration: underline;
}