html, body{background:#FFF;}

.login_box{width:100%;margin:10px auto;height:160px; border-image:url(/static/users/images/brand.png)}
.login_box dl{width:80%;height:40px;margin-bottom:10px;    margin-top: 30px;}
.input_user{background:url(/static/users/images/ico_u.png)  20px center no-repeat;padding-left:80px;color:#444444;width:100%;}
.input_email{background:url(/static/users/images/ico_email.png)  20px center no-repeat;padding-left:80px;color:#444444;width:100%;}
.input_wx{background:url(/static/users/images/ico_wx.png)  20px center no-repeat;padding-left:80px;color:#444444;width:100%;}
.input_tw{background:url(/static/users/images/ico_tw.png)  20px center no-repeat;padding-left:80px;color:#444444;width:100%;}
.input_password{background:url(/static/users/images/ico_p.png)  20px center no-repeat;padding-left:80px;color:#444444;width:100%;}
.input_check{background:url(/static/users/images/ico_c.png) no-repeat 20px center;padding-left:80px;color:#444444;}
.txt_input{line-height:1.8em;height:40px;text-align:left;float:left;width:80%;font-size:1.3em;color:#ACACAC;padding-left:20px;border: 1px solid #E7E7E7;}

.reg_box{width:100%;margin:0 auto;height:500px;}
.reg_box dl{width:80%;height:45px;margin-bottom:10px;}

.home_box{width:700px;overflow:hidden;background:url(/static/users/images/h_back.jpg) no-repeat 0px 0px;padding-top:40px; color:#000000;margin:0 auto;}
.home_box_content{width:600px;height:235px;margin:20px 50px;float:left;background:url(/static/users/images/arrow_1.png) no-repeat right center;}
.home_box_content h3{font-size:3.4em;font-weight:bold;padding-top:40px;}
.home_box_content_one{border-bottom:1px dashed #C1C1C1;}
.home_box_content h5{font-size:2.6em;font-weight:500;}
.home_box_banner{width:600px;text-align:center;height:235px;margin:20px 50px;float:left;border-bottom:0px dashed #C1C1C1;}

.about_box{width:80%;margin:0 auto;height:500px;background:#ffffff;padding:50px 50px;color:#000000;font-size:1.8em;line-height:1.8em}

a {
	color:#ffffff;
	background:transparent;
	text-decoration:none;
}
a:active, a:hover {
	color:#ffffff;
	text-decoration:none;
}

.layui-layer-content{color:#000000;}