@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;
		height: 340px;
		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.checkcode input[type=text]{
		width: 150px;
	}
	.loginform li.tel{
		background-image: url(login_i6.png);
		background-repeat:no-repeat ;
		background-position:12px center;
	}
	.loginform li.checkcode{
		background-image: url(login_i7.png);
		background-repeat:no-repeat ;
		background-position:12px center;
		margin-bottom: 15px;
	}
	.loginform .checkbox{
		font-size: 14px;
		color:#3d3d3d;
		line-height: 18px;
		cursor: pointer;
	}
	.loginform .checkbox span{
		display: inline-block;
		width: 18px;
		height: 18px;
		border: 1px solid #bebebe;
		border-radius: 4px;
		vertical-align: middle;
		margin-right: 5px;
	}
	.loginform .checked span{
		background: url(login_i8.png) no-repeat 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;}