
.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;
}