/* 登录 */
.logins_box{
	float: left;
    width: 100%;
    height: 695px;
    background: url(../images/login/bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.login_iframe{
	float:right;
	width:480px;
	height:415px;
	background:url(../images/login/iframe_bg.png) repeat;
	margin:110px 60px 0 0;
	padding:0 10px;
	overflow:hidden;
}
.login_iframe .iframe_title{
	float:left;
	width:480px;
	font-size:16px;
	color:#151515;
	padding:20px 10px 10px 10px;
	border-bottom:2px solid #bbb9b4;
}
.login_iframe .iframe_form{
	float:left;
	width:395px;
	margin:25px 42px 0 43px;
}
.login_iframe .iframe_form li{
	float:left;
	width:395px;
	height:50px;
	background:#d9d7d7;
	margin-bottom:45px;
	overflow:hidden;
}
.login_iframe .iframe_form li .iconbox{
	float:left;
	width:80px;
	margin-top:6px;
	text-align:center;
}
.login_iframe .iframe_form li .controlbox{
	float:left;
	width:315px;
}
.login_iframe .iframe_form li .controlbox input{
	width:315px;
	height:50px;
	font-family:font-family:Arial, Helvetica, sans-serif,"Microsoft Yahei";
	font-size:16px;
	color:#1a1a1a;
	line-height:50px;
	border:0;
	background:#d9d7d7;
}
.login_iframe .iframe_form li.btn{
	float:left;
	width:395px;
	background:transparent;
	text-align:center;
}
.login_iframe .iframe_form li.btn .btn_login{
	width:315px;
	height:42px;
	line-height:42px;
	font-size:16px;
	color:#fff;
	background:#ff8016;
	border-radius:50px;
	text-align:center;
	border:0;
	cursor:pointer;
}
.login_iframe .l_link{
	float:left;
	width:480px;
	font-size:16px;
	color:#a6a6a2;
	text-align:center;
}
.login_iframe .l_link a{
	font-size:15px;
	color:#151514;
	margin:0 35px;
}
.forget_box{
	width: 1200px;
    margin: auto;
    height: 750px;
    padding: 30px;
}
.forget_box .step_box{
	float:left;
	width:1200px;
	height:77px;
	margin-bottom:30px;
	overflow:hidden;
}
.forget_box .rgt_frame{
	float:left;
	width:1118px;
	min-height:160px;
	background:#fff;
	border:1px solid #8b8a8a;
	margin-bottom:50px;
	padding:50px 0 0 80px;
	overflow:hidden;
}
.forget_box .rgt_frame li{
	float:left;
	width:1118px;
	margin-bottom:30px;
}
.forget_box .rgt_frame li .fnt_box{
	float:left;
	width:116px;
	font-size:16px;
	color:#080808;
	line-height:35px;
	text-align:right;
	margin-right:10px;
}
.forget_box .rgt_frame li .input_box{
	float:left;
	width:400px;
	height:35px;
	-moz-box-shadow:2px 2px 10px #9C9C9C; 
	-webkit-box-shadow:2px 2px 10px #9C9C9C; 
	box-shadow:2px 2px 10px #9C9C9C;
	margin-right:15px;
	overflow:hidden;
}
.forget_box .rgt_frame li .input_box input{
	width:400px;
	height:35px;
	border:0;
	background:#fff;
	text-indent:10px;	
}
.forget_box .rgt_frame li .input_box01{
	float:left;
	width:145px;
	height:35px;
	-moz-box-shadow:2px 2px 10px #9C9C9C; 
	-webkit-box-shadow:2px 2px 10px #9C9C9C; 
	box-shadow:2px 2px 10px #9C9C9C;
	margin-right:15px;
	overflow:hidden;
}
.forget_box .rgt_frame li .input_box01 input{
	width:145px;
	height:35px;
	border:0;
	background:#fff;
	text-indent:10px;	
}
.forget_box .rgt_frame li .cuebox{
	font-size:15px;
	color:#acacac;
	line-height:35px;
}
.forget_box .rgt_frame li .cuebox input {
    display: inline-block;
    background: #ff8016;
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    height: 35px;
    border: none;
}
.forget_box .rgt_frame li .cuebox span{
	display:inline-block;
	background:#ff8016;
	font-size:15px;
	color:#fff;
	padding:0 10px;
	border-radius:3px;
}
.forget_box .rgt_frame li .chkbox02{
	float:left;
	width:225px;
	height:54px;
	font-size:15px;
	margin-left:8px;
	text-align:left;
}
.forget_box .rgt_frame li .chkbox02 a{ color:#acacac; margin-left:5px;}
.forget_box li.agree{
	height:30px;
	margin-left:125px;
}
.forget_box li.agree a{ color:#01479d; margin:0 5px;}
.forget_box .btn{
	float:left;
	width:1200px;
	text-align:center;
}
.forget_box .btn input{
	width:555px;
	height:65px;
	background:#ff8016;
	font-size:20px;
	color:#fff;
	line-height:65px;
	border:0;
	border-radius:5px;
	cursor:pointer;
}






