.main {
	width: 690px;
	position: relative;
	margin: 0 auto;
}

.title {
	font-size: 38px;
	color: #333333;
	text-align: center;
	margin-top: 135px;
}

.gift {
	width: 100%;
	height: 24px;
	overflow: hidden;
	margin: 68px auto 0;
	text-align: center;
}

.gift img {
	display: inline-block;
	width: 24px;
	height: 24px;
}

.gift p em {
	font-size: 22px;
	line-height: 24px;
	color: #666;
}
.gift p span {
	font-size: 22px;
	line-height: 24px;
	color: #666;
}

.btn {
	width: 690px;
	height: 90px;
	background-color: #d71441;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 35px;
	cursor: pointer;
	font-size: 36px;
	line-height: 90px;
	text-align: center;
	color: #fff;
}

.btn:hover {
	background-color: #e8063a;
}

.c_gift {
	font-size: 18px;
	color: #666;
	height: 1px;
	margin-top: 68px;
	text-align: center;
	border-top: 1px solid #e2e2e2;
}

.c_gift span {
	width:160px;
	position: relative;
	top: -14px;
	display: inline-block;
	background-color:#fff;
}
.content{
	width:100%;
	text-align: left;
	font-size:20px;
	color:#666;
	line-height:44px;
	margin-top:28px;
}
.float{
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,.9);
	left:0;
	top:0;
	display: none;
}
.c_float{
	width:520px;
	height:330px;
	background-color:#fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	position:relative;
	top:45%;
	margin:0 auto;
	transform: translate(0,-45%);
	-webkit-transform: translate(0,-45%);
}
.close{
	display: block;
	width:25px;
	height:25px;
	position:absolute;
	right:17px;
	top:19px;
	cursor: pointer;
}
.chengg{
	width:100%;
	height:1px;
	background:none;
}
.f_l_p{
	font-size:42px;
	color:#d71441;
	text-align: center;
	margin-top:60px;
}
.s_l_p{
	font-size:20px;
	text-align: center;
	color:#666;
	margin-top:10px;
}
.c_btn{
	width:400px;
	height:90px;
	background-color:#d71441;
	margin:50px auto 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size:38px;
	line-height:90px;
	color:#fff;
	text-align: center;
	cursor: pointer;
}
.c_btn:hover{
	background-color:#e8083c;
}
.code{
	width:690px;
	height:90px;
	border:1px solid #c5c5c5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top:35px;
	font-size:26px;
	color:#d71441;
	text-align: center;
	line-height:90px;
}
.fuzhi{
	width: 690px;
	height: 90px;
	background-color: #d71441;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 35px;
	cursor: pointer;
	font-size: 36px;
	line-height: 90px;
	text-align: center;
	color: #fff;
}
.fuzhi:hover{
	background-color: #e8063a;
}
