body {
	background: #f1f1f1;
}

img {
	display: block;
	width: 100%;
}

/* 轮播图提示小点 start */
.banner-top-container .swiper-pagination {
	bottom: 5px !important;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 4px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #151414;
	opacity: .6;
}

.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

/* 轮播图提示小点 end */


/* 头部 */
.header-navBar {
	display: none;
}

.header-navBar-fixed {
	width: 100%;
	height: 44px;
	background-color: transparent;
	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;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #fff;
}

.header-center {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 64%;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

.header-center p {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	color: #333;
}

.header-navBar-item {
	display: block;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 18%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.header-navBar-item img {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.container {
	width: 100%;
	margin-bottom: 50px;
}

.container-header-wrapper {
	width: 100%;
	height: 90px;
	background: #f77d3c;
	border-radius: 0 0 40% 40%;
	margin-bottom: -70px;
}

/* banner图 */
.banner-top-container {
	width: 94%;
	margin: 0 auto;
}

.banner-top-container img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.banner-top-container a {
	display: block;
	width: 100%;
}

.banner-top-container .swiper-slide {
	width: 100%;
}


/* 分类 */
.classify-container {
	width: 94%;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin-top: 10px;
	background-color: #fff;
}

.classify-container .classify-item-list {
	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: 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;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.classify-container .classify-item {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 20%;
	padding: 0 4px;
	text-align: center;
}

.classify-container .classify-item a {
	display: block;
	width: 100%;
}

.classify-item img {
	width: 35px;
	height: 35px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.classify-item-text {
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
}

.classify-container .swiper-pagination-progressbar {
	width: 36px;
	height: 4px;
	left: 50%;
	margin-left: -18px;
	top: unset;
	bottom: 5px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.classify-container .swiper-pagination-progressbar-fill {
	background-color: #f1142f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

/* banner-below广告位 */
.banner-below {
	width: 94%;
	margin: 0 auto;
	margin-top: 10px;
}

.banner-below-link {
	display: block;
	width: 100%;
}

.banner-below-link img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}


/* 专区入口 */
.entrance-module-container {
	width: 94%;
	margin: 0 auto;
	margin-top: 10px;
}

.entrance-module-list {
	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;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.entrance-wrapper {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 49%;
	margin-top: 8px;
}

.credit-card-module-wrapper,
.oil-foodstuffs-module-wrapper {
	margin-right: 2%;
}

.entrance-link {
	display: block;
	width: 100%;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.entrance-link img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.entrance-link-wrapper {
	width: 110px;
	position: absolute;
	top: 20%;
	left: 5px;
}

.entrance-module-name {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

.credit-card-link .entrance-module-name {
	color: #538fc5;
}

.local-product-link .entrance-module-name {
	color: #d87f2d;
}

.oil-foodstuffs-link .entrance-module-name {
	color: #37b331;
}

.digital-product-link .entrance-module-name {
	color: #3c00d8;
}

.click-to-entrance-wrapper {
	width: 75px;
	height: 18px;
	line-height: 18px;
	margin-top: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
}

.click-to-credit-card {
	background: #2c8ff5;
}

.click-to-local-product {
	background: #d9751d;
}

.click-to-oil-foodstuffs {
	background: #3ea515;
}

.click-to-digital-product {
	background: #6518f4;
}

.click-to-entrance {
	display: inline-block;
	width: 50px;
	font-size: 12px;
	color: #fff;
}

.entrance-icon {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-top: -2px;
}

.credit-card-icon {
	background: url(../images/credit-card-go.png) no-repeat center center;
	background-size: 100% 100%;
}

.local-product-icon {
	background: url(../images/local-product-go.png) no-repeat center center;
	background-size: 100% 100%;
}

.oil-foodstuffs-icon {
	background: url(../images/oil-foodstuffs-go.png) no-repeat center center;
	background-size: 100% 100%;
}

.digital-product-icon {
	background: url(../images/digital-product-go.png) no-repeat center center;
	background-size: 100% 100%;
}

/* 活动推荐商品 */
.classify-advertisement-container {
	width: 94%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
}

.classify-advertisement-link {
	display: block;
	width: 100%;
	height: 1.85rem;
}

.classify-advertisement-wrapper {
	width: 100%;
}

.classify-product-container {
	width: 100%;
	padding: 0 0 8px 8px;
}

.classify-product-item {
	width: 1.8rem;
	margin-right: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
}

.classify-product-link {
	display: block;
	width: 100%;
	position: relative;
}

.classify-product-link img {
	width: 1.8rem;
	height: 1.8rem;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.classify-product-title {
	width: 100%;
	margin-top: 3px;
	padding: 0 2px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.classify-product-price-wrapper {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 12px;
}

.classify-product-price-wrapper .installment-detail-sprice {
	font-size: 12px;
}

.free-of-interest-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.free-of-interest-wrapper {
	width: 70px;
	height: 70px;
	background-image: url(../images/corner-mark.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	position: relative;
}

.free-of-interest-periods {
	display: inline-block;
	width: 52px;
	height: 17px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 15px;
	left: 0px;
}


/* 精选推荐 */
.recommend-product-container {
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	padding: 4% 0;
	/* -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px; */
	/* background: #f77d3c; */
}

.recommend-product-title {
	width: 130px;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #f77d3c;
	/* color: #f34837; */
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.recommend-product-wrapper {
	width: 94%;
	margin: 0 auto;
	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: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recommend-product-item {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 49%;
	margin-top: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.recommend-product-link {
	display: block;
	width: 100%;
}

.recommend-product-item:nth-child(odd) {
	margin-right: 2%;
}

.recommend-product-name {
	width: 100%;
	margin-top: 3px;
	padding: 0 4px;
	line-height: 18px;
	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;
}

.full-reduction {
	display: inline-block;
	text-align: center;
	margin-left: 4px;
	margin-top: 3px;
	padding: 0 3px;
	background: #fbd6d1;
	color: #d02d3e;
	font-size: 12px;
}

.recommend-product-price-wrapper {
	width: 100%;
	margin-top: 3px;
	padding: 0 4px;
	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;
}

.product-price {
	color: #666;
}

.installment {
	height: 16px;
	line-height: 16px;
	padding: 0 4px;
	font-size: 12px;
	color: #fff;
	background: #d02d3e;
	-webkit-border-radius: 10px 0;
	-moz-border-radius: 10px 0;
	-ms-border-radius: 10px 0;
	-o-border-radius: 10px 0;
	border-radius: 10px 0;
}

.installment-detail-wrapper {
	margin-top: 3px;
	padding: 0 2px;
	width: 100%;
	font-size: 12px;
	color: #888;
}

.installment-detail-sprice {
	color: #d02d3e;
	font-size: 14px;
	font-weight: bold;
	margin-right: 4px;
}


/* 底部导航 */
.footer {
	width: 100%;
	height: 50px;
	background: #fff;
	/* border-top: 1px solid #CCCCCC; */
	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 {
	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: #f77d3c;
	font-weight: bold;
}
