body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin:0; padding:0;
}
body, input{
	font: 16px Microsoft YaHei, Tahoma!important;
    color:#666;
}
body{
    background:#68b6ff;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset;  //使用足够大的纯色内阴影覆盖黄色背景
	border: none!important;
}
header{
    width: 100%;
    height: 120px;
    background-color: #fff;
}
.container{
    width: 890px;
    margin: 0 auto;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}
.fl{
    float: left;
}
.loginHeader{
   text-align: center;
}
.loginHeader img{
    width: 480px;
    margin: 39px auto;
}
.login-body{
    position: relative;
    min-height: 541px;
}
.login-body .container{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align: center;
}
.loginLeft img{
    width: 450px;
}
.loginRight .loginContent{
    position: absolute;
    width: 440px;
    height: 350px;
    background-color: #fff;
    margin-top: 50px;
    border-radius: 4px;
}
.loginForm{
    width: 340px;
    margin: 43px auto;
}
.clear_auto{
	display: block;
    width: 340px;
    height: 48px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    outline: none;
    background-color: #f1f1f1!important;
}
.loginForm .clear_auto input{
    width: 278px;
    height: 48px;
    border: none;
    line-height: 48px;
    background-color: transparent;
    margin-left: 30px;
    font-size: 16px;
}
.clear_auto:nth-child(1){
	background:url(../images/login/userIcon.png) no-repeat;
    background-position: 20px 15px;
}
.clear_auto:nth-child(2){
	background:url(../images/login/passIcon.png) no-repeat;
    background-position: 20px 15px;
}
.clear_auto:nth-child(3){
	background:url(../images/login/codeIcon.png) no-repeat;
    background-position: 20px 15px;
}
.loginForm .codeImg{
    position: relative;
    width: 132px;
    height: 42px;
    top: -56px;
    left: 100px;
    background: #fff;
}
.loginBtn{
    width: 340px;
    height: 50px;
    font-size: 26px;
    color: #fff;
    background-color: #2988dc;
    text-align: center;
    border: none;
    cursor: pointer;
    margin-top: -15px;
}
footer{
    height: 100px;
    line-height: 80px;
}
footer .copyright {
    color:#fff;
    font-size: 16px;
    text-align: center;
}