@charset "utf-8";
*{ margin:0px; padding:0px;}
a{ text-decoration:none;}
.fl{ float:left}
.fr{ float:right}

body{ background:#eeeeee;}

a{text-decoration: none;}


/*内容*/
.chaolianjie{ color:#008CD6; font-size:14px;}
.chaolianjie:hover{ text-decoration:underline; color: #008CD6;}

.dabox{ width:830px; height:740px; margin:90px auto 0; background:#fff; border-radius:8px}
.top_1{ padding-top:50px; padding-left:57px; font-size:24px;}

.bd{ width:480px; min-width:480px; margin:0 auto; position:relative; top:30px}
label{
	position: relative;
	font-size: 16px;
}
label:before{
	position: absolute;
	left: 20px;
	bottom: 0;
	content: attr(data-init);
}
label input{
	border: 1px solid #B1B1B1;
	border-radius:5px;
	margin-top:20px;
	width:360px;
	height:50px;
	padding-left:120px;
	font-size:14px;
}

#v_container{/*验证码*/
	width: 100px;
	height: 51px;
	position: absolute;
	top: 453px;
	right: -1px;
}
.tj{ width:480px; height:50px; background:#008CD6; margin-top:20px; color:#fff; border:none; cursor:pointer;}
