/* 微信提示浏览器打开 */
.weixin-tip {
	display: none; 
	position: fixed; 
	right:0; 
	top:0;
	background: rgba(0,0,0,0.8); 
	filter:alpha(opacity=80);  
	height: 100%; 
	width: 100%; 
	z-index: 100;
}
.weixin-tip p {
	margin-top: 40%;
	text-align: center;
}
.weixin-tip p img {
	width: 50%;
}
.arrow {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 200rpx;
}

/*banner - 统一主题*/
.sbg {
	padding-top: 0px;
	width: 100%;
	background-image: linear-gradient(to bottom, #0d9488 50%, #f1f5f9 0);
}
.swiper-container {
	width: 100%;
	margin: 0 auto;
}
.swiper-slide img {
	width: 100%;
	height: 45vw;
	border-radius: 0 0 8px 8px;
}
.swiper-pagination {
	bottom: 30px !important;
}

.swiper-pagination-bullet {
	background: #fff !important;
	opacity: .5 !important;
}

.swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: #0d9488 !important;
}

.shopbanner img {
	margin-bottom: 20px;
	height: 45vw;
	border-radius: 4px;
	-webkit-box-reflect:below 2px -webkit-gradient(linear,left top,left bottom,
            from(transparent),color-stop(90%,transparent),to(rgba(250,250,250,0.2)));
}
