* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;
}

body {
	color: #333;
}

img {
	display: block;
	width: 100%;
}

.layermcont {
    padding: 0;
    line-height: 40px;
    background: hsl();
}
/* 头部 */
.aui-navBar {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 10;
	background: #fff;
	border-bottom: 1px solid #B2B2B2;
}

.aui-navBar-item {
	display: block;
	width: 15%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333;
}

.aui-navBar-item img {
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: middle;
}

.aui-center {
	width: 64%;
	height: 50px;
	line-height: 50px;
	margin: 0 3%;
	text-align: center;
}

.aui-center .search-link {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 28px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #AAAAAA;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	color: #999999;
}

.aui-center .search-link .search-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(/public/wap/images/shop-search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin: 4px 5px 4px 0;
}

.aui-center .search-link .search-item {
	display: inline-block;
	vertical-align: top;
}

.aui-center p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.container {
	width: 100%;
	padding-top: 50px;
	margin-bottom: 60px;
}

/* 店铺信息 */
.shop-info-container {
	width: 100%;
	padding: 20px 6px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.shop-img-wrapper {
	width: 15%;
}

.shop-img-wrapper img {
	display: block;
	width: 100%;
}

.shop-title-info-container {
	width: 55%;
	margin: 0 10% 0 10px;
}

.shop-name-link {
	display: block;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.shop-name {
	width: 90%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.shop-info-more {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/more.png) no-repeat center center;
	background-size: 100% 100%;
}

.shop-follow-amount-wrapper {
	display: block;
	font-size: 14px;
	color: #777;
}

.shop-follow-amount-wrapper span {
	display: inline-block;
	vertical-align: middle;
}

.follow-btn-wrapper {
	width: 18%;
	text-align: center;
}

.follow-btn {
	color: #fff;
	padding: 3px 0;
	background: #f53c3c;
	border-radius: 15px;
}

.followed {
	color: #f53c3c;
	border: 1px solid #f53c3c;
	background: none;
}

/* 店铺公告 */
.shop-announcement-container {
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-moz-justify-content: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	/* pointer-events: none; */
}

.trumpet {
	width: 6%;
	margin-left: 5px;
}

.shop-announcement-wrapper {
	width: 90%;
	height: 25px;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	letter-spacing: 2px;
	color: #fff;
}

.shop-announcement {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}

.scroll-content-start, .scroll-content-end {
	display: inline-block;
	vertical-align: middle;
}

/* 轮播广告位 */
#slide-advertisement-container {
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 20px;
}

.slide-advertisement-wrapper {
	width: 100%;
}

.slide-advertisement-item {
	width: 100% !important;
}

.slide-advertisement-link {
	display: block;
	width: 100%;
}

.slide-advertisement-link img {
	display: block;
	width: 100%;
	border-radius: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
	opacity: 0.8;
}

/* 优惠券 */
.coupon-container {
	width: 96%;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}

.coupon-wrapper {
	width: 100%;
	overflow: auto;
	white-space: nowrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-moz-justify-content: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.coupon-item {
	height: 65px;
	overflow: hidden;
	flex: 0 0 37%;
	cursor: pointer;
	box-sizing: content-box;
	margin-right: 2%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.coupon-info-wrapper {
	width: 70%;
	height: 65px;
	padding: 6%;
	background: linear-gradient(#fedf6a,#ce9a3b,#fedf6a);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: start;
	align-items: flex-start;
}

.coupon-amount {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.coupon-limit {
	color: #fff;
	font-size: 12px;
}

.coupon-receive-btn-wrapper {
	width: 30%;
	height: 65px;
	text-align: center;
	background: #fff;
}

.coupon-receive-btn {
	width: 22px;
	height: 55px;
	margin: 0 auto;
	margin-top: 5px;
	font-size: 12px;
	word-wrap: break-word;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.circle-list-left, .circle-list-right {
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.circle-list-left {
	position: absolute;
	left: -5px;
}

.circle-list-right {
	z-index: 1;
	position: absolute;
	right: -4px;
}

.circle-list-left .circle-slim, .circle-list-right .circle-slim {
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.circle-list-left .circle-big, .circle-list-right .circle-big  {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.coupon-receive-state {
	display: none;
	z-index: 0;
	width: 40px;
	height: 40px;
	background: url(../images/icon-received.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top: -20px;
}

/* 拼接广告位 */
.advertisement-module-one-container {
	width: 94%;
	margin: 0 auto;
	margin-top: 15px;
}

.advertisement-module-one-container .advertisement-img-container {
	width: 100%;
	margin: 0 auto;
	margin-top: 2%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.advertisement-module-one-container .advertisement-left-wrapper {
	width: 49%;
	margin-right: 2%;
}

.advertisement-module-one-container .advertisement-vertical-wrapper {
	width: 49%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.advertisement-module-one-container .advertisement-vertical-link {
	display: block;
	width: 100%;
}

.advertisement-module-one-container .advertisement-vertical-link:first-child {
	margin-bottom: 4%;
}


/* 两列布局广告位 */
.advertisement-module-two-container {
	width: 94%;
	margin: 0 auto;
	margin-top: 10px;
}

.module-two-title-wrapper {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title-wrapper {
	display: inline-block;
	min-width: 150px;
	height: 50px;
	line-height: 50px;
	padding: 7px 12px;
	border: 2px solid #f9cf84;
	box-sizing: border-box;
}

.title {
	width: 100%;
	margin: 0 auto;
	height: 35px;
	font-size: 20px;
	font-weight: bold;
	color: #fbf6eb;
	/* text-shadow: 1px 1px 3px #333; */
	letter-spacing: 2px;
	border: 1px solid #f9cf84;
	box-sizing: border-box;
	padding: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.adv-module-two-item {
	width: 48%;
	display: inline-block;
	margin-top: 5px;
}

.adv-module-two-item:nth-child(odd) {
	margin-right: 2%;
}

.adv-module-two-link {
	display: block;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.img-wrapper {
	width: 100%;
    position: relative;
}

.adv-module-two-link img {
	border-radius: 10px 10px 0 0;
	height: 26vh;
}

.goods-title {
	width: 100%;
	text-align: center;
	padding: 0 5px;
	margin-top: 5px;
	font-size: 14px;
	color: #333;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.goods-info-wrapper {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

..goods-info-wrapper span {
	display: inline-block;
	vertical-align: middle;
}

.goods-price {
	color: #e22931;
}

.saleroom-wrapper {
	font-size: 12px;
	color: #666;
}

.adv-module-two-item:first-child {
	margin-right: 2%;
}


/* 图片居左广告位 */
.advertisement-module-three-container {
	width: 100%;
	margin-top: 10px;
}

.advertisement-module-three-wrapper {
	width: 100%;
	background: #fff;
	position: relative;
}

.adv-module-three-item {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.adv-img-wrapper {
	width: 38%;
	margin-right: 2%;
}

.adv-module-three-link img {
	width: 100%;
}

.adv-product-info-wrapper {
	width: 60%;
	padding: 0px 10px;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-moz-justify-content: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.product-title {
	width: 100%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-break: break-all;
}

.product-description {
	width: 100%;
	font-size: 14px;
	color: #666;
	text-align: right;
	margin-top: 5px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-break: break-all; */
}

.product-inventory-wrapper {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

.purchased-btn-wrapper {
	width: 150px;
	height: 40px;
	border: 2px solid #ce0d0d;
	border-radius: 16px 0 0 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	right: 0px;
	bottom: 1px;
}

.purchased-btn-wrapper a, .purchased-btn-wrapper span, .purchased-btn-wrapper p {
	display: inline-block;
	text-align: center;
	height: 38px;
	line-height: 38px;
}

.price-wrapper {
	width: 50%;
	color: #ce0d0d;
}

.purchased-link {
	width: 50%;
	height: 38px;
	background: #ce0d0d;
	color: #fff;
}


/* 底部导航 */
.footer {
	width: 100%;
	height: 50px;
	background: #fff;
	position: fixed;
	z-index: 100;
	right: 0;
	bottom: 0;
}

.foot-list {
	width: 100%;
	height: 50px;
	padding: 4px 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.foot-item {
	display: block;
	width: 25%;
	color: #333;
	font-size: 14px;
	/* font-weight: bold; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.foot-list .text {
	height: 17px;
	line-height: 17px;
	font-size: 12px;
}

.navIcon {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-bottom: 3px;
}

.icon-shop {
	background: url(../images/icon-shop2.png) no-repeat center center;
	background-size: 100% 100%;
}

.icon-info {
	background: url(../images/icon-info1.png) no-repeat center center;
	background-size: 100% 100%;
}

.icon-commodity {
	background: url(../images/icon-commodity1.png) no-repeat center center;
	background-size: 100% 100%;
}

.icon-userhome {
	background: url(../images/icon-userhome1.png) no-repeat center center;
	background-size: 100% 100%;
}

.active {
	color: #FF8800;
	font-weight: bold;
}


/* 满减 */
.full-reducetion-container {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
}

.full-reducetion-container-bg {
	width: 78px;
	height: 85px;
	background: url(../images/reduction-bg.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	right: 3px;
}

.full-reducetion-wrapper {
	display: block;
	width: 90px;
	color: #ca2513;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -45px;
}

.reducetion-end-price-wrapper {
	display: inline;
	position: absolute;
	right: 6px;
	bottom: 5px;
	width: auto;
	color: #f7e279;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	text-shadow: 1px 1px 0 #3c3a3a;
	font-weight: bold;
}

.full-reducetion-wrapper span {
	display: inline-block;
	vertical-align: middle;
}