body {
	padding: 41px 0 40px;
}
[v-cloak] {
  display: none;
}
body, html {
    min-width: 320px;
    max-width: 414px;
    display: block;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #f0f0f0;
}
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    margin:0 auto;
    width: 100%;
    height: 65px;
    z-index: 99;
    background-color: #f7f7f7;
    box-shadow:0px 3px 13px rgba(0,0,0,0.3);
}
header .logo_nav{
	float: left;
	position: relative;
	overflow-x: scroll;
	height: 60px;
	margin-top: 5px;
	width: 100%;
}
header .logo_nav::-webkit-scrollbar {
    display: none;
}
header ul .active a {
	color: #569201;
}
.clearfix_d li {
    position: relative;
    width: 20%;
    text-align: center;
}
.clearfix_k li {
    position: relative;
    width: 20%;
    text-align: center;
}
.clearfix_r li {
    position: relative;
    width: 33%;
    text-align: center;
}
.clearfix_z li {
    position: relative;
    width:50%;
    text-align: center;
}
header ul li a {
	color: #999999;
	font-size: 15px;
	font-weight: 400;
}
header ul li a img{
	width: 41px;
	margin: auto;
	display: block;
}

.nav {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.nav img {
	width: 150px;
}
.nav ul {
	position: absolute;
	padding-top: 25px;
	width: 150px;
	height: 100%;
	background-color: #fff;
}
.nav ul li {
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #E6E6E6;
	padding-left: 3px;
}
.nav ul li a {
	display: block;
	font-size: 16px;
}
.nav li img {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.nav li:nth-child(1) {
	padding-left: 0;	
}
h4 {
	font-size: 20px;
	text-align: center;
	color: #333;
	height: 50px;
	line-height: 50px;
}
.about {
	background-color: #000;
	padding: 10px 0 10px 10px;
	margin-bottom: 0!important;
}
.about li {
	color: #fff;
    line-height: 20px;
    font-size: 12px;
}
.about li a {
	color: #fff;
}
.left {
	position: fixed;
	top: 50%;
	left: 0;
	height: 30px;
	width: 30px;
	background: rgba(0,0,0,0.5) url(../../img/right_mobile.png) no-repeat center center;
	background-size: 80% 80%;	
}
.left_nav {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.left_nav ul {
	position: absolute;
	left: 0;
	right: 0;
	width: 135px;
	height: 100%;
	background-color: #fff;
	overflow: auto;
}
.left_nav ul img {
	display: block;
	width: 50%;
	margin: 0 auto;
}
.left_nav ul li:nth-child(1) {
	border-bottom: 0;	
}
.left_nav ul li {
	padding: 10px 0;
	border-bottom: 1px solid #efefef;
	text-indent: 10px;
}
.left_nav ul li a {
	font-size: 14px;
	color: #333;
	display: block;
}
