.container .main {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #141117;
}

.page-gift .gift-tit {
	width: 540px;
	height: 52px;
	margin: 0 auto;
	background-image: url(//image.tgp.qq.com/tgp_act/release/cf/cf20170109/images/lucky20170316.png);
	background-position: -0px -0px;
}

.page-gift .slider-wp {
	width: 825px;
	padding: 20px 0 10px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

.page-gift .slider-wp .gift-big{	
	background: url(//cdn.tgp.qq.com/tgp_act/act_img/15060704731065.png) no-repeat;
	width: 825px;
	height: 349px;
	margin: 0 auto 0;
}

.page-gift .btn-receive {
	position: relative;
	width: 246px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: rgba(255,255,255,.8);
	text-align: center;
	margin: 0 auto;
	background-image: url(//image.tgp.qq.com/tgp_act/release/cf/cf20170109/images/lucky20170316.png?v=201608041209);
	background-position: -0px -52px;
	cursor: pointer;
}

.page-gift .btn-receive.btn-received {
	background-image: url(//image.tgp.qq.com/tgp_act/release/cf/cf20170109/images/lucky20170316.png?v=201608041209);
	background-position: -246px -52px;
	cursor: default;
}

.page-gift .btn-receive .pop-select {
	position: absolute;
	top: 50%;
	right: -146px;
	width: 135px;
	height: 34px;
	margin-top: -17px;
	border: 1px solid #000004;
	background-color: #1b2d34;
}

.page-gift .btn-receive .pop-select span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 32px;
	text-align: center;
	border: 1px solid #416673;
	font-size: 14px;
	color: #eee;
}

.page-gift .btn-receive .pop-select span em {
	color: #ff3e55;
}

.page-gift .btn-receive .pop-select i {
	position: absolute;
	left: -6px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -6px;
	border-width: 6px 6px 6px 0;
	border-style: solid;
	border-color: transparent #000004 transparent transparent;
}

.page-gift .btn-receive .pop-select i:before {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: 1px;
	width: 0;
	height: 0;
	border-width: 6px 6px 6px 0;
	border-style: solid;
	border-color: transparent #416673 transparent transparent;
	z-index: 2;
}

.page-gift .btn-receive .pop-select i:after {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: 2px;
	width: 0;
	height: 0;
	border-width: 6px 6px 6px 0;
	border-style: solid;
	border-color: transparent #1b2d34 transparent transparent;
	z-index: 5;
}

.page-gift .gift-tips {
	padding-top: 15px;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	overflow: hidden;
	color: rgba(255,255,255,0.6);
	text-align: center;
}

.page-gift .gift-tips em {
	color: #c9f1fa;
	margin-right: 25px;
}

.page-gift .gift-tips span {
	cursor: pointer;
	color: #1d91e8;
	font-size: 12px;
	line-height: 16px;
	padding: 0 5px;
}

