﻿
/* 导航 */
.nav_container{
	width: 100%;
	height: 0.5867rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	/*background: url('../images/menu_bg.png') repeat;*/
	background:#1e1e1e;
}
.nav_container:after{
	content: '';
	width: 121px;
	height: 10px;
	margin-left: -60.5px;
	position: absolute;
	left: 50%;
	top: 100%;
	/*background: url('../../index/images/nav_after.png');*/
	background-size: 100% 100%;
}
.nav_logo{
	width: 0.69rem;
	height: 0.3rem;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 14px;
	z-index: 2;
	/*font-family: */
	background: url('../images/slogan.png');
	background-size: 100% 100%;
}
.weixinlink{
	height:0.5687rem;
	width:0.5687rem;
	background:red;
	position:absolute;
	right:0;
	top:0;
	
	background:url(../images/weixinlink.png) no-repeat;
	background-position: center center;
	background-size:0.1933rem 0.1833rem ;

}
.btn_menu{
	width: 0.5867rem;
	height: 0.5867rem;
	padding: 11px;
	padding-right: 0;
	position: absolute;
	left: 0;
	top: 0;
	background:url(../images/nav.png) no-repeat;
	background-position: center center;
	background-size: 0.1933rem 0.1833rem  ;
	-webkit-box-sizing:border-box;
}
/*.btn_menu span,
.btn_menu span:before,
.btn_menu span:after{
	width: 22px;
	height: 2px;
	position: absolute;
	right: 0;
	background: #fff;
}
.btn_menu span{
	margin-top: -1px;
	top: 50%;
}
.btn_menu span:before{
	content: '';
	top: -7px;
}
.btn_menu span:after{
	content: '';
	bottom: -7px;
}*/

.btn_skip{
	width: 48px;
	height: 15px;
	padding: 11px;
	padding-right: 5px;
	padding-left: 0;
	-webkit-box-sizing:border-box;
	float: right;
}
.btn_skip span{
  width: 43px;
  height: 15px;
	display: block;
	text-align: center;
	line-height: 15px;
	font-size: 11px;
	border: 1px solid #fff;
	border-radius: 7px;
}

/* 菜单 */
.menu_float{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	z-index: 17;
	display: none;
}
.menu_container{
	width: 1.1rem;
	height: 100%;
	padding: 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: 100%;
	-webkit-box-sizing:border-box;
	-webkit-transition: all .3s;
	z-index: 17;


	background: url('http://zzbq.wanmei.com/mobile/index/images/menu_bg.png') repeat;
	
}
.menu_container .close{
	width: 25px;
	height: 31px;
	position: absolute;
	right: 0;
	top: 0.15rem;
}
.menu_container .close span{
	width: 100%;
	height: 100%;
	display: block;
}
.menu_container .close span:before,
.menu_container .close span:after{
	content: '';
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 13px;
	left: 0;
}
.menu_container .close span:before{
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
}
.menu_container .close span:after{
	-webkit-transform: rotate(135deg);
	-webkit-transform-origin: 50% 50%;
}
.menu_container.active{
	-webkit-transform: translateX(1.1rem);
}
.menu_container dl{
	width: 100%;
	border-top: 1px solid #393734;
}
.menu_container dl dt{
	width: 100%;
	height: 39.5px;
	line-height: 39.5px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #393734;
}
.menu_container dl a{
	width: 100%;
	height: 100%;
	display: block;
	line-height: 39.5px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.menu_container dl dt:after{
	content: '';
	width: 5px;
	height: 10px;
	position: absolute;
	top: 13.5px;
	right: 10px;
	/*background: url('../../feature/images/sliderbtn.png');*/
	background-size: 100% 100%;
	-webkit-transform: rotate(180deg);
  -webkit-transition: all .3s;
}
.menu_container dl dt.on:after{
	-webkit-transform: rotate(270deg);
}
.menu_container dl ul{
	width: 100%;
	height: 0;
	overflow: hidden;
  -webkit-transition: height .5s;
}
.menu_container dl ul.on{
	height: auto;
	border-bottom: 1px solid #393734;
}
.menu_container dl ul li{
	width: 100%;
	height: 39.5px;
	line-height: 39.5px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	overflow: hidden;
  -webkit-transition: all .3s;
}

.menu_container .navlogo2{
	height:0.5867rem;
	width:0.5867rem;
	background: url("../images/logo.png")  no-repeat;
	background-size: 0.44rem 0.44rem;
	background-position: 0.13rem 0.073rem;
	
	position:relative;
	
	left:0px;
}