@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "微软雅黑";
}
a{text-decoration:none}
ol{list-style-type: none;}
button,input{outline: none;}
.clear_float{clear: both;}

/*------------banner---------------------------------------------------------------*/
.banner_box{
	width: 100%;
	height: 670px;
	background: url(../images/login/banner.png);	
}
.juzhong_box{
	padding: 185px 20px 0px 0px;
	width: 1180px;
	margin: 0px auto;
}
.denglv_bg{
	width: 400px;
	height: 580px;
	background: #fff;
	float: right;
	border-radius: 10px;
	-moz-box-shadow:0px 0px 18px 1px rgba(38,38,38,0.31)  ;              
	-o-box-shadow:0px 0px 0px 18px 1px rgba(38,38,38,0.31)  ;              
    -webkit-box-shadow:0px 0px 18px 1px rgba(38,38,38,0.31)  ;           
    box-shadow:0px 0px 18px 1px rgba(38,38,38,0.31);
    overflow:hidden;
}
.logo_box{
	width: 74px;
	height: 76px;
	padding-top: 8px;
	background: #0fd061;
	border: 0px 10px 0px 0px;
	float: right;
}
.logo_box+div{
	height: 60px;
	padding-top: 23px;
	border-bottom: 1px solid #e5e5e5;
}
.logo_box+div h1{
	color: #01ba57;
	font-size: 30px;
	font-weight: 400;
	display: inline;
	margin-left: 42px;
}
.logo_box+div span{
	color: #919191;
	font-size: 12px;
}
ol{
	width: 310px;
	margin: 0px auto;
	padding-top: 25px;
}
ol>p{
	color: #818181;
	font-size: 14px;
	margin-bottom: 15px;
}
li{
	height: 40px;
	margin-bottom: 25px;
}
li>input{
	float: left;
	width: 250px;
	margin-top: 8px;
	color: #515151;
	font-size: 16px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #c9c9c9;
	padding-left:50px ;
}
input::-webkit-input-placeholder{
	color:#C9C9C9;
}
input:-ms-input-placeholder{
	color:#C9C9C9;
}
li>input:focus{
	border:1px solid #39dc85;
}
/*li>input[class="1"]{
	background: url(../images/login/user.png) no-repeat top left;
}
li>input[class="2"]{
	background: url(../images/login/password.png) no-repeat top left;
}
li>input[class="3"]{
	background: url(../images/login/Verification.png) no-repeat top left;
	width: 105px;
	float: left;
}
li>input[class="3"]+div{
	width: 120px;
	height: 40px;
	background: #01BA57;
	float: right;
	margin-top: 9px;
}*/
/* * */
.user{
	background: url(../images/login/user.png) no-repeat top left;
}
.password{
	background: url(../images/login/password.png) no-repeat top left;
}
.captcha{
	background: url(../images/login/Verification.png) no-repeat top left;
	width: 105px;
	float: left;
        clear: left;
}
.codeimage{
	width: 120px;
	height: 40px;
	background: #01BA57;
	float: right;
	margin-top: 9px;
}
/* * */
button{
	width: 310px;
	height: 40px;
	background: #0fd061;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	border-radius: 8px;
	margin-top: 10px;
}
.banner_box+p{
	padding-top: 120px;
	text-align: center;
	color: #818181;
	font-size: 14px;	
}


form label.error {
    float: left;
    color:red;
    margin-left:5px;
}
form input.error {
    border:red 1px dotted; 
    margin-top: 0; 
}
.error + img{
    margin-top: 0; 
}