a{
	color: #2F2F2D;
}
.header{
    min-width: 1200px;
    margin: 0px auto 0;
    height: 88px;
}

.common{
    max-width: 1270px;
    margin: 0px auto;
}

.header-content{
    padding: 10px 0px;
    margin-left: 35px;
}
.main{
    min-width: 1200px;
    margin: 0px auto 0;
    height: auto;
}

.main-content{
     width: 100%;
     height: 600px;
     background: url("../images/login-bg.jpg") no-repeat;
     background-size: 100% 600px;
 }
.login-content{
    width: 410px;
    height: 365px;
    background-color: white;
    float: right;
    margin-top: 120px;
    margin-right: 93px;
    padding: 10px 25px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    
}
.login-title{
    color: #414141;
    font-size: 18px;
    font-family: microsoft yahei, arial, sans-serif;
    height: 42px;
    line-height: 42px;
    margin: 15px 0px;
}
.validation{
    width: 360px;
    color: #414141;
    font-size: 14px;
    font-family: microsoft yahei, arial, sans-serif;
    height: 42px;
    line-height: 40px;
/*    line-height: 50px;*/
/*    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;*/
    padding-left: 10px;
    border: 1px solid #334BC7;
   text-align: left;
    background-color: white;
    position: absolute;
    top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.validation img{
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.validation span{
    /*vertical-align: middle;*/
    font-family: microsoft yahei, arial, sans-serif;
    font-size:14px;
    color: #334BC7;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


::-webkit-input-placeholder{
    color: #8594dd;
}
:-moz-placeholder{
    color: #8594dd;
}
::-moz-placeholder{
    color: #8594dd;
}
:-ms-input-placeholder{
    color: #8594dd;
}

.login-user{
    /*padding-top: 25px;*/
    position: relative;
}
.login-user input[type=text]{
    width: 100%;
 /*   height: 42px;
    line-height: 40px;*/
    padding:10px 40px 10px 15px;
    line-height: 20px;
/*    padding-left: 15px;
    padding-right: 40px;*/
    font-family: microsoft yahei, arial, sans-serif;
    font-size: 14px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #334BC7;
    background: url("../images/user.png") no-repeat scroll 95% center white;
}
.login-pwd{
    margin-top: 30px;
    position: relative;
}
.login-pwd input[type=password]{
    width: 100%;
/*    height: 42px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 40px;*/
    padding:10px 40px 10px 15px;
    line-height: 20px;
    font-family: microsoft yahei, arial, sans-serif;
    font-size: 14px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   border: 1px solid #334BC7;
    background: url("../imgages/lock.png") no-repeat scroll 95% center white;
}

.auto-login{
    padding-top: 15px;
}
.auto-login input[type=checkbox]{
    width: 15px;
    height: 15px;
    border: 1px solid #2F2F2D;
    outline: none;
    vertical-align: middle;
}
.auto-login span{
    font-family: microsoft yahei, arial, sans-serif;
    font-size: 12px;
    color: #414141;
    /*vertical-align: middle;*/
    margin-left: 10px;
}
.login-btn{
    padding-top: 33px;
}
.login-btn button{
    width: 100%;
    height: 43px;
    background-color: #334BC7;
    outline: none;
    color: white;
    font-family: microsoft yahei, arial, sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    border: 1px solid #334BC7;
}
.login-btn button:hover{
    background-color: #334BC7;
}
.login-way{
    padding-top: 20px;
}
.login-way ul li{
    float: left;
    padding-right: 10px;
}
.login-way ul li a{
    text-decoration: none;
    cursor: pointer;
}

.last-bottom{
    padding-top: 15px;
    float: right;
}
.last-bottom a{
    font-family: microsoft yahei, arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #414141;
    cursor: pointer;
}
.forget-pwd{
    float: left;
}

.register{
    float: left;
    padding-left: 30px;
    padding-right: 10px;
}

.footer{
    min-width: 1200px;
    margin: 0px auto 0;
   /* height: 92px;*/
    font-family: microsoft yahei, arial, sans-serif;
    font-size: 14px;
    color: #838383;
    background-color: white;
    text-align: center;
    padding-top: 30px;
}

.footer p{
    line-height: 20px;
}



.txt{
    position: absolute;
    z-index:2;
    top: 0;
    left: 0;
    line-height: 42px;
    padding-left: 15px;
    font-family: microsoft yahei, arial, sans-serif;
    font-size: 14px;
    color: #8594dd;
}
.pop_bg{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	left: 0px;
	top: 0px;
	display: none;
}
.pop{
	width: 460px;
	height: 160px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -100px;
	background: #fff;
	padding: 20px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	z-index: 10001;
	line-height: 80px;
	display: none;
}
.pop a{
	color: #357ebd;
	font-weight: bold;
	font-size: 14px;
}
@media screen and (max-width: 750px) {

	.header{
		min-width: auto;
		width: 100%;
	}
	.main{
		width:100%;
		min-width: auto;
	}
	.main-content{
		width: 100%;
		height: 420px;
		background-size: 100% 460px;
		padding-top: 10%;
	}
    .common{
    	width: 100%;
    } 
    .login-content{
    	width: 85%;
    	float: none;
    	margin: auto; 
    	margin-top: 0;
    }
    .footer{
    	width: 58%;
    	height: auto;
    	padding: 10px 0;
    	min-width: auto;
    }
    .footer p{
    	line-height: 24px;
    }

}