html{
	font-size: 20px;
}
.BGeef0f6{
	background-color: #eef0f6;
}

/* 返回 */
.returnGo{
	height: 4.4rem;
	background-color: #fff;
	position: relative;
}
.returnGo a{
	position: absolute;
	left: 1.5rem;
	top: 1.35rem;
}
.returnGo p{
	width: 100%;
	height: 100%;
	color: #333;
	line-height: 4.4rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}

/* 版权 */
.foot{
	padding: 62px 0 47px 0;
	background-color: #3a3a3a;
}
.footTel{
	width: 558px;
	height: 52px;
	border-radius: 52px;
	border: 2px solid #9c9c9c;
	position: relative;
	margin: 0 auto;
}
.footTel>p{
	text-indent: 28px;
	line-height: 52px;
	font-size: 24px;
	color: #fff;
}
.footTel>div{
	color: #fff;
	background-color: #E2231A;
	font-size: 24px;
	width: 178px;
	height: 56px;
	border-radius: 56px;
	position: absolute;
	top: -2px;
	right: -2px;
}
.footTel>div p{
	margin-left: 5px;
	height: 56px;
	line-height: 56px;
}
.footTxt{
	padding-top: 30px;

}
.footTxt>p{
	height: 42px;
	width: 2px;
	background-color: #555;
	margin: 0 20px;
}
.footTxt>div{

}
.footTxt>div a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #bbb;
}
.footTxt>div a:last-child{
	color: #ccc;
	font-weight: bold;
	letter-spacing: 7px;
}

/* 导航栏 */
.navh{
	height: 5.2rem;
}
.nav{
	width: calc(100% - 7.4rem);
	height: 5.2rem;
	background-color: #fff;
	padding: 0 3.7rem;
	position: fixed;
	bottom: 0;
	left: 0;
	box-shadow: -0.1rem -0.1rem 0.2rem rgba(0,0,0,.1);
}
.navItem{
	text-align: center;
}
.navItem p{
	height: 1rem;
	line-height: 1rem;
	font-size: 1rem;
	color: #333;
	padding-top: 0.5rem;
}
.navicon2{
	display: none;
	margin: 0 auto;
}

/* 提示文字 */
.tsText{
	position: fixed;
	text-align: center;
	height: 80px;
	top: calc(50% - 40px);
	left: 0;
	z-index: 99;
	width: 100%;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items: center;-webkit-align-items: center;
}
.tsText p{
	height: 80px;
	line-height: 80px;
	font-size: 32px;
	color: #E2231A;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	padding: 0 80px;
	margin: 0 auto;
}

/* 无 */
.wu{
	padding: 30px;
}
.wu>div{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items:center;-webkit-align-items: center;
}
.wu>p{
	font-size: 20px;
	color: #333;
	line-height: 20px;
	padding-top: 20px;
	text-align: center;
}

