*{
	margin: 0;
	padding: 0;
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  text-decoration: none;
}
.conent{
	padding-top: 1.1rem;
}
.conent img{
	display: block;
	width: 100%;
}
.header {
	width: 100%;
	padding: 0.35rem 0;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

.header .headerFont {
	font-size: 0.36rem;
	text-align: center;
	font-weight: bold;
}

.header .menu_btn {
	width: 0.42rem;
	margin-top: 0.1rem;
	display: block;
	position: absolute;
	margin-left: 0.3rem;
}

.header .logo {
	display: block;
	width: 3.19rem;
	margin: 0 auto;
	border: 0;
}

.header .goback {
	width: 0.22rem;
	display: block;
	position:absolute;
	left: 0.4rem;
	top: 0.4rem;
}

.header .homeGo {
	width: 0.48rem;
	display: block;
	margin-top: -0.5rem;
	margin-right: 0.3rem;
}

.header .head_menu {
	position: absolute;
	width: 2.55rem;
	padding-left: 0.3rem;
	padding-right: 0.35rem;
	z-index: 10;
	background: #fff;
	border-radius: 0.1rem;
	box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
	top: 1.1rem;
	left: 0.3rem;
	display: none;
	cursor:pointer;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

.header .head_menu .head_menu_list li {
	overflow: hidden;
	font-size: 0.32rem;
	padding: .25rem 0;
	border-bottom: 1px solid #dedede;
}

.header .head_menu .head_menu_list li a {
	display: block;
}

.header .head_menu .head_menu_list li .rightIcon {
	width: 0.15rem;
}

.header .head_menu .head_menu_list li:last-child {
	border-bottom: 0;
}

.header .head_menu .triangle {
	width: 0.37rem;
	display: block;
	position: absolute;
	top: -0.18rem;
	left: -0.04rem;
	z-index: 12;
}

.footer {
	padding: 0.4rem 0rem 0rem 0rem;
	background: #f2f3f5;
	width: 100%;
}

.footer .footer_top {
	font-size: 0.26rem;
	color: #333333;
	text-align: center;
	padding-bottom: 0.35rem;
	margin: 0 0.3rem 0rem 0.3rem;
}

.footer .footer_font {
	font-size: 0.26rem;
	color: #333333;
	text-align: center;
}
.footer .footer_font a{
	color: #333333;
}