@charset "utf-8";
.box-sizing{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.after:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.loginform{
	height: 480px;
	padding-top: 80px;
	background: url(login_loginbg.jpg) no-repeat center;
}
.loginform .form{
	width: 380px;
	background: #fff;
	float: right;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	padding: 28px 30px;
}
.loginform .title{
	text-align: center;
	font-size:20px;
	color:#484848;
	letter-spacing:0;
	line-height:30px;
	font-weight: normal;
	margin-bottom: 28px;
}
.loginform li{
	width: 320px;
	height: 46px;
	line-height: 46px;
	font-size: 0;
	margin-bottom: 24px;
	padding-left: 40px;
	background-color:#f4f4f4;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.loginform li input::placeholder{
	color: #b7b7b7;
}
.loginform li input{
	border: 0;
	background: none;
	height: 46px;
	font-size:18px;
	color:#3d3d3d;
	outline: 0;
	width: 100%;
	padding-right: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.loginform li .hqyzm{
	font-size: 16px;
	color:#d20a10;
	width: 130px;
	text-align: center;
	background: #fff;
	padding: 0;
}
.loginform li.tel{
	background-image: url(login_i6.png);
	background-repeat:no-repeat ;
	background-position:12px center;
}
.loginform li.pass{
	background-image: url(login_i7.png);
	background-repeat:no-repeat ;
	background-position:12px center;
}
.loginbtn{
	display: block;
	width: 100%;
	height: 46px;
	margin-top: 15px;
	color: #fff;
	font-size: 18px;
	background: #d20a10;
	text-align: center;
	line-height: 46px;
}
.loginbtn:hover{color: #fff;}

.after:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.loginform{
padding-top:70px;
}
.neicontent .left,.neicontent .right,.zbTop,.loginform{
    box-sizing: border-box;
}
body{
overflow-x:hidden;
position: relative;
}
.wrapper1200{
    width:1200px;
margin:0 auto;
}
.loginform li .hqyzm{
height:47px;
}
  .layercode {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
}

.layercode .png-bg {
	background: #000;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.loginform li.checkcode{
	background: none;
	padding-left: 0;
}
.loginform li.checkcode input{
	float: left;
	width: 190px;
	background: #f4f4f4;
	padding-left: 40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-image: url(login_i7.png);
	background-repeat:no-repeat ;
	background-position:12px center;
}
.loginform li.checkcode img{
	float: right;
    width: 110px;
    height: 46px;
    text-align: center;
    background: #fff;
    padding: 0;
}