*{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-decoration: none;
}
.out{
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
}
input{
	outline: none;
}
/*头部*/
.header{
	width: 100%;
	height: 98px;
	background: #ffffff;
}
.homelogolink{
	width: 200px;
	height: 98px;
	line-height: 124px;
}
/*中间部分*/
.section{
	width: 100%;
	height: 588px;
	background: #fff url(../img/登录页面/6f4a064412c69e07466cee1c88b43fa2.jpg) -550px 0 no-repeat;
    position: relative;
    cursor: pointer;
}
.login{
	width: 410px;
	height: 524px;
	position: absolute;
	top: 32px;
	right: 200px;
	background-color: #fff;
}
.title{
	width: 410px;
	height: 83px;
	line-height: 83px;
	text-align: center;
	color: #f56600;
}
.logintext{
	font-size: 25px;
	font-family: "微软雅黑";
	text-align: center;
}
#logincode{
	color: grey;
}
#logincode:hover{
	color: #f56600;
}
.line{
	width: 1px;
	height: 24px;
	display: inline-block;
	border: 1px solid #e0e0e0;
	margin: 0 35px -5px 24px;
}
.userinput{
	width: 346px;
	height: 48px;
	margin-left: 32px;
	font-size: 15px;
	font-family: "微软雅黑";
}
#username{
	margin-top: 10px;
}
#password{
	margin-top: 18px;
}
#logingo{
	width: 348px;
	height: 50px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: white;
	background-color: #f56600;
	margin-left: 32px;
	margin-top: 25px;
	border: none;
	outline: none;
	cursor: pointer;
}
#phoneLogin{
	display: inline-block;
	width: 148px;
	margin-left: 32px;
	margin-top: 14px;
}
.phoneLogintext{
	color: #f56600;
}
#forget{
	display: inline-block;
	margin-left: 35px;
}
.forgetText{
	color: grey;
}
.forgetText:hover{
	color: #f56600;
}
.otherLoginway{
	width: 348px;
	height: 66.2px;
	margin-left: 32px;
	margin-top: 110px;

}
.othtypetit{
	border-top: 1px solid #e0e0e0;
	padding-top: 10px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.othtypetxt{
	font-size: 14px;
    color: #b0b0b0;
    margin: 0 auto;
    text-align: center;
}
.iconpic{
	width: 30px;
	margin: 10px;
}
#iconone{
	margin-left: 80px;
}
/*下面部分*/
.footer{
	width: 100%;
	height: 80px;
}
.footerTxt{
	width: 704px;
	height: 77px;
	margin: 80px auto 10px;
}
#txtone,#txttwo{
	line-height: 40px;
}
#txtone{
	text-align: center;
}
.txt{
	color: grey;
}
#simple{
	color: black;
}
.txt:hover{
	color: black;
}
#txttwo{
	text-align: center;
	color: grey;
}
