.loginbg {
	width:100%;
	background:url(../images/loginbg.jpg) center no-repeat;
	background-size:auto 100% !important;
	text-align: center;
    display: inline-block;
    height: 370px;
}
.login {
	width:1000px;
	display: inline-block;
	margin:0 auto;
}
.login_rgt {
	width:346px;
	border:1px solid #f5f5f5;
	float:right;
	background:#fff;
	margin-right: 30px;
	margin-bottom: 54px;
}
.login_tit {
	width:346px;
	background:#f5f5f5;
	text-decoration:none;
	padding:9px 0;
}
.login_tit a {
	width:153px;
	font-size:16px;
	display:inline-block;
	text-align:center;
}
.login_tit a:hover {
	color:#ee4b47;
	text-decoration:none;
}
.login_cur {
	color:#ee4b47;
}
.form-group {
	margin-bottom:12px;
display: inline-block;
width: 100%;
}
.form-group span{
	width: 74px;
text-align: right;
font-size: 14px;
color: #666;
padding-right: 10px;
}
.form-group span b{
	font-family: "????";
margin-right: 5px;
font-weight: normal;
color: red;
}
.yanzheng_bg{
font-family:"微软雅黑";
display: inline-block;
width: 84px;
height: 31px;
float: left;
line-height: 30px;
font-size: 16px;
font-weight: bold;
color: #ff0000;
margin-left: 10px;
background: url(../images/yanzhengma_bg.jpg);
}
.form-group span,.form-group input{float: left;}
.form-control {
height: 16px;
line-height: 16px;
border-radius: 4px;
font-size: 13px;
padding: 7px 10px;
}
.form_w {
	width: 185px;
}
.grinpt {
	width: 77px;
}
.form-control {
	color:#55595c;
	background-color:#fff;
	background-image:none;
	background-clip:padding-box;
	border:1px solid #d9d9d9;
	display:block;
}
.form_div {
	width:292px;
	margin:24px auto;
}
/*密码设置*/
ul.pass_set{ clear:both;  height:18px; line-height:18px; overflow:hidden; 
	width:156px; overflow:hidden;margin-left: 84px;
display: inline-block;
float: left;
margin-top: 7px;}
ul.pass_set li{ float: left; text-align: center; width: 50px; border-right: 2px solid #fff; background: #ffd8b4; color: #fff; list-style-type: none; }
/*提示*/
dl.code_note{ clear:both; width:75%; margin:0 auto; padding:30px 0 0 0;}
dl.code_note dt{ clear:both; font-size:14px; font-weight:bold; line-height:1.7em;}
dl.code_note dt p{ clear:both; font-weight:normal; padding-top:5px;}
dl.code_note dd{ clear:both; padding-top:15px;}
/*type=file 在ie78下的样式*/

.tfie{
	width:80px;
	height:25px;
	display:inline-block;
}
.checkbox{text-align: left;}
.checkbox label {
	cursor:pointer;margin-left: 84px;
}
.btn {
	font-weight:normal;
	line-height:1.5;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	border:1px solid transparent;
	padding:8px 14px;
	font-size:14px;
}
.btn-block {
	display:block;
	width:100%;
	margin-top:15px;
	margin-bottom:30px;
	border-radius:4px;
	background-color:#f79101;
	color:#fff;
	border:none;
}
