 @charset "UTF-8";
 .plan-body{
 	width:100%;
 	overflow:hidden;
 }
 @media screen and (min-width: 1000px) {
    .plan-body{
	 	width:50%;
	 	margin:auto;
	 	overflow:hidden;
	 }
}
.plan-apply{
	width: 90%;
	padding: 20px;
	margin:20px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0 0 10px rgba(0,0,0,.1);
}
.plan_gift{
	padding: 15px 25px 0 25px;
}
.plan_gift dt{
	position: relative; 
	padding-bottom: 16px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 2rem;
}
.plan_gift dt:after{
	content:"";
	position: absolute;
	left: 50%;
	bottom: 4px;
	z-index: 22;
	margin-left: -6px;
	border-left:transparent 6px solid;
	border-right:transparent 6px solid;
	border-top:6px solid #333;
}
.plan_gift dd{
	padding: 4px 0 4px 26%;
	font-size: 1.5rem;
}
.plan_gift .i1{
	background: url(/event/plan/i1.png) no-repeat 19% center; 
	-webkit-background-size: 18px;
	background-size: 18px;
}
.plan_gift .i2{
	background: url(/event/plan/i2.png) no-repeat 19% center; 
	-webkit-background-size: 18px;
	background-size: 18px;
}
.plan-apply .user{
	position: relative;
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 1rem;
	color: #ff9453;
	text-align: center;
}
.plan-apply .user span{
	position: relative;
	z-index: 20;
	display: inline-block;
	padding: 0 4px;
	background-color: #fff;
}
.plan-apply .user:after{
	content:"";
	position: absolute;
	left: 20%;
	top: 50%;
	z-index: 19;
	background-color: #ff9453;
	height: 1px;
	width: 60%;
}
.content{
	position: relative;
}
.content a{
	position: absolute;
	left: 6%;
	top: 10%;
	width: 45%;
	z-index: 22;
}
.content a img{
	width: 100%;
}
 .content img{
 	width:100%;
 }
 .plan_pri{
 	display: block;
 	padding: 5px 0;
	 font-size: 1rem;
	 text-align: center;
	 color: #999;
 }
.floatl{
	float:left;
}
.btn-txt{
	padding:30px 0;
	text-align:center;
	font-size:1.6rem;
	color:#666;
}
.btn-txt .txt{
	margin-bottom:15px;
}
.btn-txt .b{
	color:#ff7f14;
	font-size:1.2em;
}
.btn-txt .btn{
	display:block;
	width:90%;
	height:40px;
	margin:auto;
	line-height:40px;
	font-size:1.6rem;
	text-align:center;
	color:#fff;
	border-radius:4px;
	background-color:#ff7f14;
}

.content-bg{
	color:#fff;
	line-height:1.8em;
	background-color:#ff7f14;
}
.content-bg .orange{
	color:#ff0;
}
.btn-txt .btn2{
	display:block;
	width:50%;
	height:40px;
	margin:auto;
	line-height:40px;
	font-size:1.6rem;
	text-align:center;
	color:#ff7f14;
	border-radius:4px;
	background-color:#fff;
}
.btn-txt .txt2{
	color:#fff;
	margin-bottom:15px;
}
.foot-bg{
	padding:15px 0;
	color:#fff;
	font-size:1.2rem;
	text-align:center;
	background-color:#333;
}
.foot-bg .logo{
	width:80px;
}

.woqu-gift h2{
	max-width:350px;
	height:52px;
	padding-left:50px;
	line-height:60px;
	font-size:1.5rem;
	color:#fff;
	background:url(/event/woqu/title.png) no-repeat;
	background-size:100% 100%;
}
.woqu-gift ul{
	padding:10px;
}
.woqu-gift li{
	display:box;
	display:-webkit-box;
	padding:10px 0;
	font-size:1.2rem;
	border-bottom:dashed 1px #ccc;
}
.woqu-gift i{
	display:block;
	width:28px;
	font-size:1.8rem;
	color:#ff7f14;
}
.woqu-gift .txt{
	display:block;
	box-flex:1;
	-webkit-box-flex:1;
	color:#666;
	font-size:1.4rem;
	line-height:1.7em;
}
@media screen and (max-width:320px){
	.woqu-gift h2{
		font-size:1.2rem;
	}
}