*{padding: 0;margin: 0;}
body
{
	margin:auto;
	max-width: 1366px;
}
.header{
	width: 1200px;
	margin:0 auto;
	height: 100px;
}
.logo{
	height: 100px;
}
.logo h1{
	float: left;
	height: 100px;
	line-height: 100px;
	padding-right: 20px;
}
.logo h1 img{
	height:100%;
}
.logo span{
	font-weight: bold;
    line-height: 100px;
    font-size: 30px;
    font-family: 黑体;
}
.bg{
	width: 100%;
	height:600px;
	/*background: url("../images/bg.jpg");*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.bg .login{
	width: 340px;
	/*height: 380px;*/
	background: white;
	border:1px solid #ccc;
	position: absolute;
	right: 200px;
	/* 	top: 100px; */
	top: 150px;
}
.lab{
	float: left;
	width: 38px;
	height: 38px;
	border:1px solid #ccc;
}
.forget{
	clear: both;
	font-size: 12px;
	float: right;
	padding-right: 20px;
}
.forget a{
	color: #000;
	text-decoration: none;
}
.verifycode{
	margin: 40px 20px 0;
	width: 300px;
	height:38px;
}
.box{
	margin: 40px 20px 0;
	width: 300px;
	height:38px;
}
#msg
{
	display: none;
	height:30px;
	text-align: center;
	color: red;
	font-weight: bold;
}
input
{
	height: 38px;
	width:246px;
	float: left;
	padding-left: 10px;
	border:1px solid #ccc;
}
.btn{
	cursor: pointer;
    color: white;
    font-size: 16px;
    font-weight: bold;
    /* margin: 25px 20px 20px 20px; */
	margin: 55px 20px 55px 20px;
    width: 300px;
    height: 38px;
    border: none;
    text-align: center;
    line-height: 38px;
    background: #E4393C;
}
.footer{
	position: relative;
	text-align: center;
	font-size: 12px;
	bottom: 0;
	color:#666;

}
.login>span{
	  margin: 76px auto 0px;
	  width: 300px;
	  height: 34px;
	  text-align: center;
	  color: red;
	  font-size: 14px;
	  line-height: 29px;
	  display: block;
}