#all {
	width: 100%;
}

#middleContent {
	margin: 0 auto;
	min-height: 500px;
	max-width: 1920px;
}

.page_attr {
	height: 66px;
	width: 100%;
	line-height: 66px;
}

.page_attr ul>li {
	float: left;
}

.page_attr a {
	color: #999999;
}

.page_attr span {
	color: #999999;
	margin: 0 3px;
}
.detail_all{
	background: url(../../img/entry/loginbg.png)no-repeat center;
	background-size: cover;
	height: 620px;
	width: 100%;
}
.inner_content{
	width: 450px;
	float: right;
	margin-top: 40px;
}
.forgetpwd_title{
	width:450px;
	height:50px;
	background:rgba(237,108,0,1);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	line-height:50px;
}
.forgetpwd_title_left{
	font-weight: bold;
	color: #fff;
	float: left;
	font-size:24px;
	color:rgba(255,255,255,1);
	margin-left: 187px;
}
.forgetpwd_title_right{
	float: right;
	font-size: 18px!important;
	height: 30px;
	line-height: 30px;
	margin: 15px 10px 0 0;
}
.forgetpwd_pop_parent{
	background: white;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.forgetpwd_pop_parent div{
	margin: 0 auto;
	width: 300px;
}

#tel,#pass,#pass2,#ma,#Imgcode{
	border: #cccccc 1px solid;
	padding-left: 20px;
	padding-right: 20px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	outline: none;
	margin-top: 20px;
}
#tel{
	 margin-top: 20px;
 }
#ma{
	float: left;
	width: 65%;
}
#forgetpwd_getcode{
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	float: right;
	margin-top: 20px;
	width: 30%;
	border: #0483E4 1px solid;
}
#forgetpwd_getcode input{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #0483E4;
	text-align: center;
	border: none;
	background:none;
	outline: none;

}
.forgetpwd_sure{
	line-height: 50px;
	text-align: center;
	color: white;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
	width:100%;
	height:50px;
	background:rgba(237,108,0,1);
	border-radius: 5px
}
#imageCaptcha{
	position: relative;
	height: 40px;
	top: 10px;
}
#imageCaptcha span{
	position: absolute;
	right: 0;
	top: 20px;
	cursor: pointer;
	user-select: none;
}
#codeImg:hover{
	transform: scale(1)
}
#codeImg{
	width: 65%;
	height: 40px;
	position: absolute;
}