@charset "UTF-8";
/* reset */
/* base fr */
@font-face {font-family: "icon";
  src: url('../../fonts/iconfont.eot?t=1502158733092'); /* IE9*/
  src: url('../../fonts/iconfont.eot?t=1502158733092#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../../fonts/iconfont.woff?t=1502158733092') format('woff'), /* chrome, firefox */
  url('../../fonts/iconfont.ttf?t=1502158733092') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../../fonts/iconfont.svg?t=1502158733092#iconfont') format('svg'); /* iOS 4.1- */
}
.icon {
  font-family:"icon" !important;
  font-size: 0.4rem;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-toRight2:before { content: "\e600"; }

.icon-rmb:before { content: "\e601"; }

.icon-backTop1:before { content: "\e602"; }

.icon-fanhui2:before { content: "\e603"; }

.icon-toRight1:before { content: "\e604"; }

.icon-up1:before { content: "\e605"; }

.icon-down1:before { content: "\e606"; }

.icon-search:before { content: "\e607"; }

.icon-jia:before { content: "\e608"; }

.icon-jian:before { content: "\e609"; }

.icon-close:before { content: "\e60a"; }

.icon-cart:before { content: "\e60b"; }

.icon-menu:before { content: "\e60c"; }

.icon-up:before { content: "\e60d"; }

.icon-down:before { content: "\e60e"; }

.icon-toRight:before { content: "\e60f"; }

.icon-tel:before { content: "\e8bd"; }

.icon-sms:before { content: "\e8bf"; }


/* default body */
body {
    font: 0.14rem/1.5 Helvetica, Tahoma, Arial, Roboto, "Droid Sans", "Droid Sans Fallback", STHeiti, "Heiti SC", sans-self;
    background-color: #fff;
    color: #000;
}
.w64 {
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto; 
}
.container, .footer {
	width: 6.4rem;
	margin: 0 auto;
	overflow: hidden;
}
.header {
	position: fixed;
	max-width: 640px;
	min-width: 320px;
	top: 0;
	z-index: 500;
	width: 100%;
}
.topBar {
	position: relative;
	z-index: 510;
	height: 0.85rem;
	background-color: rgba(255, 255, 255, .8);
}
.topBar .navBtn {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0.15rem 0.25rem 0 0.25rem;
}
.topBar .logo {
	width: 3.12rem;
	height: 0.37rem;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 0.25rem;
	text-align: center;
}
.topBar .logo img {
	max-width: 100%;
}
.topBar .topBar-link {
	position: absolute;
	right: 0;
	top: 0;
}
.topBar .searchBtn {
	padding: 0.15rem 0.25rem 0 0.25rem;

}
.navBg {
	display: none;
	position: fixed;
	left: 0;
	top: 0.85rem;
	width: 100%;
	min-height: 100%;
	font-size: 0.28rem;
	background-color: #000;
	color: #fff;
	transform: translate(0px, 0px);
}
.nav {
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
}

.nav ul {
	padding: 0.5rem 0;
}
.nav .line {
	line-height: 1.08rem;
	border-bottom: 1px solid #4d4d4d;
}
.nav .nav-handle {
	height: 1.08rem;
	font-size: 0.36rem;
padding:0 0.3rem;
}
.nav .nav-handle a {
	color: #fff;
	
}
.nav .nav-handle .icon {
	float: right;
	font-size: 0.18rem;
	color: #a3a3a3;
}
.nav .dropdown {
	display: none;
	overflow: hidden;
	font-size: 0.28rem;
}
.nav .dropdown a {
	display: block;
	color: #fff;
}

.nav .dropdown .nav-handle {
	font-size: 0.3rem;
}
.nav .down-list{padding:0 0.3rem;background-color: #242424}


.nav .swiper-container {
	width: 100%;
	height:100%;
}
.nav .swiper-container img {
	max-width: 100%;
}
.nav .swiper-container a {}
.nav .swiper-container .swiper-pagination-bullet {
	background-color: #445772;
}
.nav .swiper-container .swiper-pagination-bullet-active {
	background-color: #000;
}
.search {
	display: none;
	position: fixed;
	left: 0;
	top: 0.85rem;
	z-index: 510;
	width: 100%;
	padding: 0.1rem 0;
	background-color: rgba(0, 0, 0, .8);
}
.search form {
	width: 4.6rem;
	height: 0.45rem;
	margin: 0 auto;
}
.search input {
	float: left;
	width: 3.5rem;
	height: 0.45rem;
	padding-left: 0.1rem;
	line-height: 0.45rem;
	border-radius: 0;
	background-color: #fff;
	border: none;
	outline: none;
}
.search button {
	float: left;
	width: 1rem;
	height: 0.45rem;
	border: none;
	background-color: #ddd;
	outline: none;
}
.search .icon {
	font-size: 0.2rem;
	font-weight: 700;
}
.banner {
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
	background-color: #fff;
}
.bg-color {
	background-color: #fff;
}

/* 返回顶部 */
.back {
	margin-top: 0.55rem;
	font-size: 0.25rem;
	text-align: center;
}
.back .icon {
	font-size: 0.2rem;
}

/* 底部 */
.footer {
	padding-top: 0.2rem;
	margin-top: 0.5rem;
	background-color: #000;
}
.footer .f-related {
	height: 0.52rem;
	padding: 0 0.35rem;
	margin:  0 -0.35rem;
	line-height: 0.52rem;
	border-bottom: 1px solid #2b2b2b;
	font-size: 0.2rem;
}
.footer .f-related a {
	float: left;
	display: inline-block;
	width: 25%;
	text-align: center;
	color: #fff;
}
.footer .f-weixin {
	margin-top: 0.7rem;
	font-size: 0.2rem;
}
.footer .f-weixin img {
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	margin: 0 auto;
}
.footer .f-weixin p {
	margin-top: 0.1rem;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.footer .f-copyright {
	margin-top: 0.5rem;
	padding-bottom: 0.15rem;
	background-color: #fff;
	line-height: 0.32rem;
	text-align: center;
	font-size: 0.18rem;
	color: #000;
}

/* 公用 banner */
.bannerSingle {
	width: 6.4rem;
	height: 6.4rem;
	margin: 0 auto;
	overflow: hidden;
}
.bannerSingle img {
	max-width: 100%;
}
/* 分页 */
.paging {
	height: 0.3rem;
	margin-top: 1rem;
	line-height: 0.3rem;
	text-align: center;
}
.paging a {
	padding: 0.05rem 0.1rem;
	margin: 0 0.1rem;
	color: #fff;
	background-color: #000;
}
.paging span, .paging .active {
	padding: 0.05rem 0.1rem;
	color: #fff;
	background-color: #7b7b7c;
}
/*
* 模块化
*/
.ms-title-details {
	display: block;
	width: 1.8rem;
	height: 0.5rem;
	margin: 0 auto;
	border: 1px solid #000;
	line-height: 0.5rem;
	text-align: center;
	font-size: 0.24rem;
	color: #000;
}
.ms-title-details-a {
	display: block;
	width: 4.37rem;
	height: 1.3rem;
	margin: 0 auto;
	line-height: 1.3rem;
	text-align: center;
	font-size: 0.64rem;
	color: #fff;
	background-color: #73C8CD;
}
.ms-title-article-b {
	text-align: center;
	line-height: 1;
	font-size: 0.45rem;
	font-weight: 400;
	color: #000;
}
.ms-more {
	display: block;
	width: 100%;
	height: 0.5rem;
	margin: 0 auto;
	border: 1px solid #000;
	line-height: 0.5rem;
	text-align: center;
	font-size: 0.24rem;
	color: #000;
	box-sizing: border-box;
}
.ms-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 600;
	width: 5rem;
	padding: 0.4rem;
	margin-top: -1rem;
	margin-left: -2.9rem;
	text-align: center;
	font-size: 0.3rem;
	line-height: 1.5;
	background-color: #000;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
}