 @charset "UTF-8";
.body{
	max-width:100%;
	padding-bottom: 0; 
}
.banner img{
	width: 100%;
}
.public_title{
	text-align: center;
}
.public_title img{
	width:70%;
} 
.public_user{
	position: relative;
	padding-top: 5px;
	margin-bottom: 45px;
	font-size: 1.2rem;
	text-align: center;
	font-weight: normal;
	color: #ff7f14;
}
.public_user:after{
	content:"";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -20px; 
	z-index: 22;
	width: 0;
	height: 0;
	border-left:transparent 5px solid;
	border-right:transparent 5px solid;
	border-top:#ccc 7px solid;
}
.public_user2{
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 1rem;
	text-align: center;
	color: #ff9453;
}
.public_user2 .txt{
	display: inline-block;
	position: relative;
	z-index: 22;
	padding: 0 5px;
	background-color: #fff;
}
.public_user2 .line{
	position: absolute;
	left: 25%;
	top: 50%;
	width: 50%;
	height: 1px;
	background-color: #ff9453;
}
.plan-apply{
	width: 92%;
	margin: auto;
	padding: 20px 0 0 0;
}
.form_bd{
	margin-top: -5px;
}
.form_bd dd input#reg_name,
.form_bd dd input#reg_phone{
	background: none;
}

.form_bd dd input{
	text-indent:15px;
}
.wb_foot{
	height: 50px;
	background: url(images/foot.png) no-repeat center center;
	-webkit-background-size: 145px;
	background-size: 145px;
}

.form_bd .dd_tip{
	margin-top: 0;
	height: 0;
}

.wb_intro{
	width: 86%;
	margin: auto;
	padding-top: 12px;
	font-size: 1.05rem;
}

@media screen and (max-width:320px){
	.wb_intro{
		font-size: 1rem;
	}	
}

@media screen and (min-width:375px) and (max-width:420px){
	.wb_intro{
		font-size: 1.2rem;
	}	
}

@media screen and (min-width:420px){
	.wb_intro{
		font-size: 1.4rem;
	}	
}

.wb_intro li{
	float: left;
	width: 50%;
	color: #555;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 11px;
	background: url(/event/wb_student/images/gou.png) no-repeat left 6px;
	-webkit-background-size: 9px;
	background-size: 9px;
	line-height: 2;
}

.wb_intro img{
	width: 100%;
}
.form_bd .private{
	width: 86%;
	margin: auto;
	padding-bottom: 20px;
	display: block;
	text-align: left;
	padding-top: 20px;
}
.form_bd .private a{
	display: inline-block;
	text-decoration:underline;
	color: #555;
	padding-left: 4px;
	font-size: 1.1rem;
	vertical-align: middle;
}
.form_bd .private input{
	vertical-align: middle;
}
.clearValBtn{
	right: 35px;
}