/*通用样式*/
/*思源黑体*/
@font-face {
	font-family: "SourceHanSansCN-Noraml";
	src: url(../fonts/SourceHanSansCN/SourceHanSansCN-Noraml.woff2) format("woff2"),
		 url(../fonts/SourceHanSansCN/SourceHanSansCN-Noraml.woff) format("woff"),
		 url(../fonts/SourceHanSansCN/SourceHanSansCN-Noraml.ttf) format("truetype)"),
		 url(../fonts/SourceHanSansCN/SourceHanSansCN-Noraml.eot) format("embedded-opentype"),
		 url(../fonts/SourceHanSansCN/SourceHanSansCN-Noraml.svg) format("svg"),
		 url(../fonts/SourceHanSansCN/SourceHanSansCN-Noraml.otf) format("opentype");
	font-weight: noraml;
	font-style: normal;
}
html,body { font-family: "SourceHanSansCN"; }
body{
	margin:0;
	padding: 0;
	text-align:center;
	font-size:14px;
	color:#333;
	background: #f4f4f4;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}
.clearfloat:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
}
img{
	border:0;
	margin:0;
	padding:0;
}
/*登录页面样式*/
.headerBg{
	background:#2886CF;
	height: 80px;
}
.main_Width{
	width:1100px;
	margin-left:auto;
	margin-right:auto;
}
.logoLogin{
	float:left;
}
.headerLogin{
	float:right;
}
.logoLogin img{
	width: 60px;
	margin-top: 10px;
}
.loginLine{
	margin: 22px 0;
}
.loginLine li{
	width:80px;
	float:left;
}
.loginLine li a{
	display:block;
	font-size: 18px;
	line-height:40px;
	color:#fff;
	border:#fff 1px solid;
}
.loginLine li a:hover{
	color:#fff;
	border:#f9306d 1px solid;
	background: #f9306d;
}
.question{
	float: left;
	padding: 0 10px;
	font-size: 18px;
	color: #fff;
	line-height: 43px;
}
.footerTxt{
	text-align: center;
	color: #999;
}
.footerTxt a{
	color: #999;
}
.loginBlock{
	background: #fff;
	border-radius: 10px;
	width: 500px;
	margin: 60px auto;
	padding: 40px 0;
}
.loginTab{
	font-size: 30px;
	line-height: 30px;
	color: #2886CF;
	/* font-weight: bold;  */
	margin-bottom: 20px;
}
.loginInside{
	width: 300px;
	margin: 40px auto 0 auto;
	border-bottom: #f2f2f2 1px solid;
	text-align: left;
}
.loginInside img{
	width: 20px;
	height: 20px;
	margin: 0 0 -5px 0;
	padding: 0;
}
.loginInside input{
	width: 260px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #999;
	margin: 0 0 0 10px;
	border: 0;
	outline: none;
}
.clickForget{
	width: 300px;
	margin: 40px auto;
}
.weeky{
	float: left;
	margin-top: -3px;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.forget{
	float: right;
}
.forget a{
	font-size: 12px;
	color: #2886CF;
	line-height: 20px;
}
.nowLogin a{
	display: block;
	width: 300px;
	margin: 0 auto;
	background: #f9306d;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
}

/*注册页面样式*/
.regiBlock{
	background: #fff;
	border-radius: 10px;
	width: 500px;
	margin: 60px auto;
	padding: 20px 0;
}
.regiBlock{
	background: #fff;
	border-radius: 10px;
	width: 700px;
	margin: 20px auto;
	padding: 30px 0;
}
.regiTitle{
	font-size: 24px;
	line-height: 30px;
	color: #2886CF;
	font-weight: bold;
}
.regiInside{
	width: 500px;
	margin: 5px auto 0 auto;
	border-bottom: #f2f2f2 1px solid;
	text-align: left;
}
.regiInside span{
	float: left;
	width: 80px;
	line-height: 40px;
}
.regiinput{
	float: left;
	font-size: 16px;
	width: 408px !important;
	width: 410px;
	height: 40px;
	line-height: 40px;
	color: #333;
	margin: 0 0 0 10px;
	border: 0;
	outline: none;
}
.comform{
	float: left;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #333;
	margin: 0 0 0 10px;
	border: 0;
	outline: none;
	width: 328px !important;
	width: 330px;
}
.getComform{
	float: left;
	width: 80px;
	line-height: 40px;
	color: #2886CF;
}
.regiForget{
	width: 500px;
	margin: 20px auto;
	text-align: left;
}
.regiForget a{
	font-size: 12px;
	color: #999;
	line-height: 30px;
}
.nowregi a{
	display: block;
	width: 500px;
	margin: 0 auto;
	background: #f9306d;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
}

/*立即加盟*/
.select{
	float: left;
	margin-left: 10px;
}
.select select{
	border: 0;
	width: 120px;
	margin: 10px 10px 0 0;
	line-height: 40px;
	color: #999;
}
.nowJion{
	margin-top: 40px;
}
.nowJion a{
	display: block;
	width: 500px;
	margin: 0 auto;
	background: #f9306d;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
}

/*免责声明*/
.mianBlock{
	margin: 20px auto;
	background: #fff;
	padding: 20px;
	width: 1020px;
	border-radius: 10px;
}
.main_title{
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
.miannei{
	text-align: left;
	line-height: 20px;
}
.miannei p{
	text-indent: 28px;
	margin: 10px 0;
}
