#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;
}
.register_title{
	width:450px;
	height:50px;
	background:rgba(237,108,0,1);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	line-height:50px;
}
.register_title_left{
	font-weight: bold;
	color: #fff;
	float: left;
	font-size:24px;
	color:rgba(255,255,255,1);
	margin-left: 187px;
}
.register_title_right{
	float: right;
	font-size: 18px!important;
	height: 30px;
	line-height: 30px;
	margin: 15px 10px 0 0;
}
/*注册*/
.register_pop_parent{
	background: white;
	width: 100%;
	overflow: hidden;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.register_pop_parent div{
	margin: 0 auto;
	width: 350px;
}
#tel,#pass,#passTwo,#code,#Imgcode{
	border: #cccccc 1px solid;
	padding-left: 20px;
	padding-right: 20px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	outline: none;
	margin-top: 20px;
}
#phone_number{
	margin-top: 80px;
}
#code{
	float: left;
	width: 65%;
}
#forgetpwd_getcode{
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	float: right;
	width: 30%;
	border: #0483E4 1px solid;
	margin-top: 20px;
}
#forgetpwd_getcode input{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #0483E4;
	text-align: center;
	border: none;
	background:none;
	outline: none;
}
.register_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
}
/*立即下载*/
.register_pop_parent div.down{
	font-size: 26px;
	height: 55px;
	line-height: 55px;
	width: 100%;
}
.register_pop_parent div.down span{
	text-align: center;
	margin: 0px auto;
	display: block;	
}
.register_pop_parent div.down i{
	color: #423da6;
	height: 100%;
	font-style: normal;
	cursor:pointer;
}
#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;
}