body {
	background: #f7f7f7;
}
header {
	height:1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	position: fixed;
	top:0;
	width: 100%;
	z-index: 999;
	box-sizing: border-box;
	padding: 0 0.08rem;
	box-shadow: 0 0 2px rgba(153,153,153,.3);
}
header .logo {
	width: 2rem;
}
.logo-left {
	display: flex;
	align-items: center;
}
header .logo img {
	width: 100%;
}
header .contact {
	display: flex;
	align-items: center;
	margin-left: 0.1rem;
	padding-left: 0.1rem;
	position: relative;
}
header .contact:before{
	content: '';
    width: 0;
    height: 200%;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid #e6e6e6;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    -webkit-transform-origin: top left;

}
header .contact img {
	width: 0.3rem;
	padding-right: 0.05rem;
}
header .contact .QQ {
	font-size: 0.08rem;
	color: #ff8900;
}
.main {
	padding-top:1rem
}

.shop-btn {
	display: flex;
	align-items: center;
	font-size: 0.2rem;
	text-align: center;
}
.shop-btn .flex-btn:not(:last-child) {
	margin-right: 0.2rem;
}
.shop-btn .flex-btn i {
	margin: 0 auto;
	font-size: 0.28rem;
}

.swiper-container .pic img {
	width: 100%;
}

.icon-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	background: #fff;
}
.icon-box .icon-div {
	width: 25%;
	text-align: center;
	font-size: 0.26rem;
	margin-top:0.2rem;
	padding: 0.2rem 0;
}
.icon-img {
	width: 0.6rem;
	margin: 0 auto;
}
.icon-img img {
	width: 100%;
}

.bbne-bpx {
	padding: 0.2rem;
	background: #f7f7f7;
}
.bbne-bpx img {
	width: 100%;
}
.absout-us-box {
	background: #fff;
	padding: 0.3rem 0;
}
.about .tt {
	width: 4.6rem;
	margin: 0 auto 0.3rem;
}
.about .tt img {
	width: 100%;
}
.about-box {
	padding: 0 0.2rem;
}
.about-box img {
	width: 3rem;
	float: left;
	margin-right: 10px;
}
.about-box  p {
	font-size: 0.24rem;
	text-indent: 0.48rem;
	line-height: 0.4rem;
}

footer {
	background:#f7f7f7;
	text-align: center;
	font-size: 0.22rem;
	color: #aaaaaa;
	padding: 0.2rem ;
}
footer .btn {
	padding: 0.2rem;
}
footer .btn a {
	color: #000;
	font-size: 0.24rem;
	text-decoration: none;
	padding: 0.2rem 0.2rem 0;
	display: inline-block;
}