@charset "utf-8";
html,body{
	height: 100%;
    min-height: 700px;
    min-width: 1100px;
}
body{
	width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../images/login_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding-top: 166px;
    position: relative;
}
button,textarea,input[type="button"],input[type="radio"],input[type="date"],select{-webkit-appearance:none;border-radius:0;}
input,input[type="number"]::-webkit-outer-spin-button,input::-webkit-inner-spin-button,input[type="checkbox"],input[type=range],input[type="search"]::-webkit-search-cancel-button{
	-webkit-appearance:none;
}
.h1{
	font-size: 40px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.login-container{
	width: 1066px;
	height: 496px;
	background: #fff;
	border-radius: 12px;
	margin: 0 auto;
	padding: 2px 0 0 76px;
}
h3{
	font-size: 16px;
	color: #5387ff;
	text-align: center;
}
.login-conBox-form{
	width: 340px;
	margin: 30px 130px 0 0;
}
.login-conBox-form li{
	width: 320px;
	height: 50px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 22px;
	padding: 12px 0 12px 36px;
	position: relative;
}
.login-conBox-form li.infor-error{
	padding: 0px;
	margin: 0px;
	/*margin-bottom: 22px;*/
	border: none;
}
.login-conBox-form li.infor-error .alert{
	display: none;
}
.login-conBox-form li.infor-error.show .alert{
	display: block;
}
.login-conBox-form  input::-webkit-input-placeholder{
	font-size:16px;
	color:#ccc;
}
.login-conBox-form li.checkbox{
	border: none;
	font-size: 15px;
	color: #5387ff;
	line-height: 26px;
	padding-left: 0;
	overflow: hidden;
}
.login-conBox-form li.checkbox a{
	color: #5387ff;
}
.login-conBox-form .js_check{
	width: 22px;
	height: 22px;
	background: url(../images/login_checkbox.png) no-repeat center;
	margin-right: 6px;
	cursor: pointer;
}
.login-conBox-form .js_check:checked{
	background:url(../images/login_checked.png) no-repeat center;
	cursor: pointer;
}
.login-conBox-form li.submit{
	border: none;
	width: 340px;
	height: 60px;
	padding: 0;
}
.login-conBox-form li button{
	border: none;
	width: 338px;
	height: 56px;
	background: -webkit-linear-gradient(left, #06caff , #6e70ff);
    background: -o-linear-gradient(right, #06caff, #6e70ff);
    background: -moz-linear-gradient(right, #06caff, #6e70ff); 
    background: linear-gradient(to right, #06caff , #6e70ff); 
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#06caff, endColorstr=#6e70ff);/*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#06caff, endColorstr=#6e70ff)";/*IE8+*/
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    border-radius:28px;
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
    cursor: pointer;
}
.login-conBox-form img{
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 12px;
}
.login-conBox-form input{
	width: 75%;
	border: none;
	box-shadow: none;
	height: 26px;
	line-height: 1;
}
.login-conBox-form .code{
	position: absolute;
	width: 70px;
	height:30px;
	right: 5px;
	top: 9px;
}
.login-conBox-form .code img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.footer{
	width: 100%;
	display: block;
	font-size: 16px;
	color: #8ebfff;
	text-align: center;
	text-shadow: #4e8bff;
	position: absolute;
    bottom: 10px;
}
.errorTips{
	width: 100%;
	padding: 5px 10px;
	line-height: 18px;
	border-radius: 4px;
	font-size: 12px;
	color: #f00;
	background: #fff;
	position: absolute;
	display: none;
	border: 1px solid #f00;
}
.errorTips-right{
	/*left: 100%;
	top: 12px;*/
	left: 0px;
    top: 100%;
    z-index: 9;
}
.errorTips .icon-caret-left{
	font-size: 22px;
	color: #ff423f;
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -11px;	
}



/*//忘记密码*/
.forget_password{
	padding: 10px 50px;
}
.forget_password .register_box{
    width: 100%;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #4F4F4F;
}
.forget_password .register_box.margin-top{
	margin-top: 10px;
}
.forget_password .register_box > span {
    width: 100px;
    display: block;
    float: left;
    text-align: right;
    color: #4F4F4F;
}
.forget_password .register_box> .right_div_zc {
    display: block;
    margin-left: 115px;
    height: 100%;
    position: relative;
}
.forget_password .register_box > .right_div_zc input {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #E0E0E0;
    outline: none;
    padding-left: 5px;
}
.forget_password .register_box > .right_div_zc input.width_70 {
    width: 70%;
}
.forget_password .register_box > .submit_button {
    width: 85%;
    height: 100%;
    margin: 0 auto;
    background-color: #399EFD;
    color: #FFFFFF;
    border: none;
    outline: none;
    display: block;
    border-radius: 5px;
}
.forget_password .register_box > .right_div_zc .code {
    height: 100%;
    text-align: center;
    float: right;
    background-color: #1e90ff;
    color: #FFFFFF;
    width: 25%;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}