﻿@charset "utf-8";
/* CSS Document */
body,html {
	font-family:"Microsoft YaHei";
	font-size:10px;
}
a,a:visited,a:link,a:hover {
	text-decoration:none;
}
body.w {
	width:100%;
	font-size: 1.2rem;
}
.bg-gray {
	background-color:#f3f3f3;
}
.bg-color {
	background-color:#85dbda;
	/*background-image:-webkit-linear-gradient(left,#8fe1fd,#6674e2);*/
}
.img-clip {
	position:relative;
	width:inherit;
	overflow:hidden;
}
.img-clip img {
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.main-wrap {
	width:100%;
	max-width:640px;
	margin:0 auto;
}
.flex-box {
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.f-wrap {
	flex-wrap:wrap;
}
/* 底部菜单 */
.bottom-bar {
	height: 5rem;
}
.bottom-bar .navbar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.bottom-bar ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0.8rem 0 0.5rem 0;
	background-color: #fff;
}
.bottom-bar li {
	font-size: 1.2rem;
	color: #020202;
	line-height: 1.4rem;
	text-align: center;
}
.bottom-bar .i-nav {
	display: block;
	margin:  0 auto 0.5rem auto;
}
/* 焦点图 */
.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > figure {
	float: left;
	width: 100%;
	position: relative;
	height: 12rem;
}
.banner {
	max-width: 640px;
	width: 100%;
	position: relative;
}
.banner .img {
	width:100%;
	text-align:center;
	overflow:hidden;
}
.banner .img img {
	width: 100%;
}
.banner .num {
	display: none;
}
/* 菜单图标 */
.nav-box {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.nav-box .item {
	width: 20%;
	text-align: center;
	font-size: 1.3rem;
	color: #020202;
	margin-bottom: 1rem;
}
.nav-box2 {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 1rem;
}
.nav-box2 .item {
	width: 20%;
	text-align: center;
	font-size: 1.3rem;
	color: #020202;
	margin-bottom: 1rem;
}
/* 图标 */
.navbar .i-nav {
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	background: url(../images/i-menu.png) no-repeat top center;
	background-size: 2.5rem auto;
}
.navbar .i-nav.i1 {
	background-position: 0 0;
}
.navbar .i-nav.i2 {
	background-position: 0 -2.5rem;
}
.navbar .i-nav.i3 {
	background-position: 0 -5rem;
}
.navbar .i-nav.i4 {
	background-position: 0 -7.5rem;
}
.navbar .i-nav.i5 {
	background-position: 0 -10rem;
}
.navbar .i-nav.i6 {
	background-position: 0 -12.5rem;
}
.nav-box .item::before {
	content: '';
	display: block;
	background: url(../images/i-nav.png) no-repeat top left;
	background-size: 43px auto;
	width: 43px;
	height: 43px;
	margin: 0 auto 0.5rem auto;
}
.nav-box .item.nav01::before {
	background-position: 0 0;
}
.nav-box .item.nav02::before {
	background-position: 0 -45px;
}
.nav-box .item.nav03::before {
	background-position: 0 -90px;
}
.nav-box .item.nav04::before {
	background-position: 0 -135px;
}
.nav-box .item.nav05::before {
	background-position: 0 -180px;
}
.nav-box .item.nav06::before {
	background-position: 0 -225px;
}
.nav-box .item.nav07:before {
	background-position: 0 -270px;
}
.nav-box .item.nav08::before {
	background-position: 0 -315px;
}
.nav-box .item.nav09::before {
	background-position: 0 -360px;
}
.nav-box .item.nav10::before {
	background-position: 0 -405px;
}
.nav-box .item.nav11::before {
	background-position: 0 -450px;
}
.nav-box .item.nav12::before {
	background-position: 0 -495px;
}
.nav-box .item.nav13::before {
	background-position: 0 -540px;
}
.nav-box .item.nav14::before {
	background-position: 0 -585px;
}
.nav-box .item.nav15::before {
	background-position: 0 -630px;
}
.nav-box2 .item::before {
	content: '';
	display: block;
	background: url(../images/i-nav2.png) no-repeat top left;
	background-size: 43px auto;
	width: 43px;
	height: 43px;
	margin: 0 auto 0.5rem auto;
}
.nav-box2 .item.nav01::before {
	background-position: 0 0;
}
.nav-box2 .item.nav02::before {
	background-position: 0 -45px;
}
.nav-box2 .item.nav03::before {
	background-position: 0 -90px;
}
.nav-box2 .item.nav04::before {
	background-position: 0 -135px;
}
.nav-box2 .item.nav05::before {
	background-position: 0 -180px;
}

@media screen and (min-width:640px) {
	body.w {
		max-width:640px;
		margin:0 auto;
	}
	.main-wrap,.banner {
		max-width:640px;
	}
}
/******************************************/
.serachbar {
	display: flex;
	padding: 1.5rem 1rem;
	height: 2.8rem;
}
.serachbar select {
	border: none;
	color: #1f1f1f;
	font-size: 1.5rem;
}
.serachbar .input-box {
	flex: 1;
	height: 2.8rem;
	border: 1px solid #1ca8a6;
	border-radius: 2.8rem;
	display: flex;
	padding: 0 1rem;
	align-items: center;
}
.serachbar input {
	border: none;
	height: 2.8rem;
	width: 100%;
	box-sizing: border-box;
	background-color: transparent;
	flex: 1;
}
.serachbar .btn {
	background: url(../images/i-search-38x38.png) no-repeat center center;
	width: 1.9rem;
	height: 1.9rem;
	display: inline-block;
	background-size: 100% 100%;
}
.serachbar .i-news {
	background: url(../images/i-news-44x38.png) no-repeat center center;
	background-size: 2.2rem 1.9rem;
	width: 4rem;
	height: 2.8rem;
}
.news-box {
	background-color: #fff;
	margin-bottom: 1rem;
}
.news-box .flex-wrap {
	padding: 1rem;
	height: 2.6rem;
}
.news-box .left {
	padding:0 1rem;
	border-right: 1px solid #f5f5f5;
}
.news-box .title {
	background-color: #dc3627;
	color: #fff;
	border-top-left-radius: 2.6rem;
	border-bottom-left-radius: 2.6rem;
	height: 2.6rem;
	line-height: 2.6rem;
}
.news-box .right {
	color: #060606;
	font-size: 1.2rem;
	flex: 1;
	text-align: left;
	padding-left: 0.5rem;
	background-color: #f4f4f4;
	border-top-right-radius: 2.6rem;
	border-bottom-right-radius: 2.6rem;
	display: flex;
	justify-content: space-between;
}
.news-box .right .lunbo a {
	width: 100%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-box .right .more {
	font-size: 1.2rem;
	width: 4.4rem;
	text-align: center;
	line-height: 1.2rem;
	height: 1.2rem;
	margin-top: 0.7rem;
	border-left: 1px solid #020202;
}
.news-box .lunbo {
	position: relative;
	width: 100%;
	height: 2.6rem;
	overflow: hidden;
}
.news-box .lunbo ul{
	position:absolute;
	left: 0;
	top:0;
	width: 100%;
	height: auto;
}
.news-box .lunbo ul li{
	width: 100%;
	height: 2.6rem;
	line-height: 2.6rem;
}
.product-box .pb-top {
	width: 100px;
	color: #fff;
	text-align: center;
	line-height: 23px;
	margin: 0 auto;
	font-size: 1.8rem;
	text-shadow: 1px 0 4px rgba(151,56,14,0.65);
}
.product-box .pb-top.t1 {
	background: url(../images/bg-yellow.png) no-repeat center center;
	background-size: 100% 100%;
}
.product-box .pb-top.t2 {
	background: url(../images/bg-blue.png) no-repeat center center;
	background-size: 100% 100%;
}
.product-box .tab-ctrl {
	position: relative;
	padding: 1rem  0 1rem  1rem;
	background-color: #f4f4f4;
	box-sizing: border-box;
	overflow: hidden;
}
.product-box .tab-ctrl .slide-box {
	display: box;
	display: -webkit-box;
	overflow-y: hidden;
	overflow-x: auto;
}
.product-box .tab-ctrl .more {
	display: inline-block;
	background: url(../images/i-arrow-20x12.png) no-repeat center center;
	background-size: 1rem 0.6rem;
	width: 3rem;
	height: 100%;
	transform: rotate(-90deg);
	position: absolute;
	right: 0;
	top: 0;
	background-color: #f4f4f4;
}
.product-box .tab-ctrl span {
	color: #060606;
	font-size: 1.2rem;
	height: 1.8rem;
	line-height: 1.8rem;
	padding: 0 0.5rem;
	display: box;
	display: -webkit-box;
}
.product-box .tab-ctrl span.sel {
	background-color: #31a0f1;
	color: #fff;
	padding: 0 1rem;
	border-radius: 1.8rem;
}
.product-box .tab-ctrl.s2 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0;
	border-bottom: 1px solid #959595;
}
.product-box .tab-ctrl.s2 span {
	display: inline-block;
	font-size: 1.6rem;
	height: 4rem;
	line-height: 4rem;
}
.product-box .tab-ctrl.s2 .sel span {
	background-color: transparent;
	color: #f85838;
	border-bottom: 2px solid #f85838;
}
.product-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1rem;
}
.product-list .item {
	width: 49.5%;
	font-size: 1.2rem;
	color: #010101;
	margin-bottom: 1rem;
}
.product-list .img-box {
	width: 100%;
	border-radius: 1rem;
	overflow: hidden;
}
.product-list .img-box img {
	width: 100%;
}
.product-list .ti {
	height: 1.8rem;
	line-height: 1.8rem;
	overflow: hidden;
}
.product-list .btn-box {
	height: 1.6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 0.8rem 0 0.8rem;
	position: relative;
}
.product-list .btn-box .fan {
	color: #dc3627;
}
.product-list .btn-box .fan > span {
	display: inline-block;
	height: 1.4rem;
	width: 1.4rem;
	background-color: #dc3627;
	color: #fff;
	text-align: center;
	margin-right: 0.3rem;
}
.product-list .btn-box .btn {
	background-color: #7ac8c7;
	height: 1.6rem;
	color: #fff;
	border-radius: 1.6rem;
	width: 8rem;
	text-align: center;
	line-height: 1.6rem;
}
.product-list .btn-box .btn-list {
	position: absolute;
	width: 8rem;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	right: 0.8rem;
	bottom: 2rem;
}
.product-list .btn-box .btn-list > a {
	display: block;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	border-top: 1px solid #eee;
}
.product-list .btn-box .btn-list > a:first-child {
	border: none;
}
.product-list2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1rem;
}
.product-list2 .item {
	width: 49%;
	font-size: 1.2rem;
	color: #010101;
	margin-bottom: 1rem;
	position: relative;
}
.product-list2.row3 {
	justify-content: left;
}
.product-list2.row3 .item {
	width: 32.5%;
	margin-right: 0.8%;
}
.product-list2 .img-box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.product-list2 .img-box img {
	width: 100%;
}
.product-list2 .tag {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.product-list2 .tag .city {
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 1.2rem;
	color: #fff;
	padding: 0 1rem;
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}
.product-list2 .flex-item {
	line-height: 1.4rem;
}
.product-list2 .flex-item .ti {
	height: 1.3rem;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold
}
.product-list2 .btn {
	height: 1.4rem;
	line-height: 1.5rem;
	font-size: 1rem;
	border-radius: 1.5rem;
	width: 5.5rem;
	text-align: center;
}
.product-box.green {
	background: #fff;
	padding-top: 1rem;
}
.product-box.green .product-list2 .tag .city {
	background-color: #f85838;
}
.product-box.green .product-list2 .btn {
	color: #fff;
	background-color: #f85838;
}
.product-box.yellow {
	background: #f4f4f4;
	padding-top: 1rem;
}
.product-box.yellow .product-list2 .tag .city {
	background-color: #2f9ef0;
}
.product-box.yellow .product-list2 .ti,.product-box.yellow .product-list2 .price {
	color: #000;
}
.product-box.yellow .product-list2 .btn {
	color: #fff;
	background-color: #78d5d8;
}
.product-box.blue {
	background: #fff;
	padding-top: 1rem;
}
.product-box.blue .product-list2 .tag .city {
	background-color: #f85838;
}
.product-box.blue .product-list2 .ti,.product-box.blue .product-list2 .price {
	color: #000;
	height: 1.2rem;
	overflow: hidden;
	line-height: 1.2rem;
	margin-bottom: 0.2rem;
}
.product-box.blue .product-list2 .price .g {
	color: #fff;
	background-color: #78d5d8;
	height: 1.5rem;
	font-size: 1.2rem;
	border-radius: 1.5rem;
	padding: 0 0.5rem;
}
.product-box.gray {
	background-color: #f4f4f4;
}
/*弹出弹出弹出弹出弹出*/
.prompt-sim-box {
}
.prompt-sim-box .psb-div {
	position:fixed;
	top:20%;
	left:50%;
	width:220px;
	margin-left:-110px;
	z-index:991;
}
.prompt-sim-box .psb-top {
	height:36px;
	line-height:36px;
	padding:0 10px;
	background-color:#fff;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom:1px solid #eee;
	position:relative;
	font-size:15px;
	color:#333;
}
.prompt-sim-box .psb-top .close {
	position:absolute;
	right:10px;
	top:8px;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	display:block;
	color:#aaa;
}
.prompt-sim-box .psb-cont {
	background:#fff;
	padding:10px;
}
.prompt-sim-box .psb-cont .tips {
	line-height:18px;
	color:#666;
	padding:5px 0;
}
.prompt-sim-box .psb-cont .qr-code {
	width:100px;
	margin:0 auto;
	padding:5px;
}
.prompt-sim-box .psb-cont .qr-code img {
	width:100%;
}
.psb-mask {
	background-color:rgba(0,0,0,0.6);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:990
}

.prompt-sim-box .psb-div.poster-div {
	top: 50%;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.prompt-sim-box .psb-div.poster-div .psb-cont {
	height: 80%;
	overflow-y: auto;
}

.prompt-sim-box .psb-div.poster-div .img {
	width: 95%;
	margin: 0 auto;
}

.prompt-sim-box .psb-div.poster-div .img img {
	width: 100%;
}
/*
***
****
提示信息 */
/* 提示框 */
.popup-box-mask {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,45,0.85);
	z-index: 100;
	max-width: 640px;
	transform: translateX(-50%);
}
.popup-box-cont {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 500px;
	transform: translateX(-50%) translateY(-50%);
	z-index: 100;
}
.popup-box-cont .btn-close {
	display: block;
	width: 4rem;
	height: 4rem;
	margin: 1rem auto;
	border-radius: 4rem;
	border: 2px solid rgba(255,255,255,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255,255,255,0.9);
	font-size: 2.6rem;
}
/* 提示框-联系方式-产品详情页/限时抢购*/
.popupbox-service {
	border-radius: 1rem;
}
.popupbox-service .popupbox-top {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	color: #fff;
	height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	position: relative;
	background-color: rgba(0, 0, 0, 0.1);
}
.popupbox-service .popupbox-top .iconfont {
	position: absolute;
	bottom: 0.5rem;
	left: 2rem;
	font-size: 8rem;
}
.popupbox-service .popupbox-box1 {
	padding: 1.5rem 0;
	text-align: center;
}
.popupbox-service .popupbox-box1 .tips {
	color: rgba(0, 0, 0, 0.8);
	line-height: 2rem;
	font-size: 1.3rem;
}
.popupbox-service .popupbox-box1 .qr-code {
	background: url(../images/qrcode-border.png) no-repeat center center;
	width: 50%;
	background-size: 100% auto;
	margin: 1.5rem auto;
	box-sizing: border-box;
	padding: 1rem;
}
.popupbox-service .popupbox-box1 .qr-code > img {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	padding: 0.5rem;
	border-radius: 1rem;
}
.popupbox-service .popupbox-box2 {
	background-color: #fff;
	text-align: center;
	padding: 1.5rem;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
.popupbox-service .popupbox-box2 .btn-call {
	display: block;
	height: 4rem;
	line-height: 4rem;
	border-radius: 4rem;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	box-shadow: 0 6px 20px rgba(15,15,40,0.3);
}
.bg-blue {
	background-image: -webkit-linear-gradient(left,#51bdfd,#627ff3);
}
/*****字体图标*****/
@font-face {
	font-family: 'iconfont';  /* project id 544868 */
	src: url('https://at.alicdn.com/t/font_544868_krh14pfewu.eot');
	src: url('../fonts/font_544868_krh14pfewu.eot') format('embedded-opentype'),
	url('../fonts/font_544868_krh14pfewu.woff2') format('woff2'),
	url('../fonts/font_544868_krh14pfewu.woff') format('woff'),
	url('../fonts/font_544868_krh14pfewu.ttf') format('truetype'),
	url('../fonts/font_544868_krh14pfewu.svg#iconfont') format('svg');
}
.iconfont {
	font-family:"iconfont" !important;
	font-style:normal;
	font-size:1.6rem;
	font-weight: 400;
}
.icon-message:before { content: "\e637"; }
.icon-close:before {
	content: "\e616";
}
/* 栏目 */
.column {
	width:100%;
	max-width:64rem;
	margin:0 auto 0.5rem auto;
	overflow:hidden;
	background-color:#fff;
}
.column .menu {
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	width:100%;
	max-width:64rem;
	overflow: hidden;
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-around;
}
.column .menu li {
	float:left;
	width:20%;
	margin-bottom:0.5rem;
	text-align:center;
	position:relative;
}
.column .menu li a {
	display:block;
}
.column .menu li img {
	width:70%;
	max-width:10rem;
}
.column .menu li .ti {
	color:#000;
	font-size:1.3rem;
	line-height:1.6rem;
}
.column .menu span.quantity {
	position:absolute;
	background-color:#fb642f;
	color:#fff;
	padding:0.1rem 0.8rem;
	border-radius:1.5rem;
	font-weight:bold;
	top:0;
	right:0;
}
/* 栏目 - 5个 */
.column .menu.new {
	justify-content: flex-start;
	flex-wrap: wrap;
	padding:0.5rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.column .menu.new li {
	margin-left: 0;
}
.column .menu.new li img {
	width: 100%;
	padding: 5% 20% 0 20%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}