.categoryNavBox {
	height: 452px;
	display: flex;
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 2;
}

.categoryNavList {
	width: 260px;
	height: 432px;
	border-radius: 0px 0px 10px 10px;
	overflow-y: auto;
}

.cNav {
	display: flex;
	align-items: center;
	height: 54px;
	padding: 0 30px;
	justify-content: space-between;
	font-size: 14px;
	position: relative;
	background-color: #f3f6f8;
}

.cNav::after {
	content: "";
	background: url(../img/arrow-right.png) no-repeat;
	background-size: 8px;
	position: absolute;
	right: 30px;
	width: 8px;
	height: 12px;
}

.cNav:hover,
.cNav.active {
	color: #1FA74A;
	background-color: #fff;
}

.cNav:hover::after,
.cNav.active::after {
	background-image: url(../img/arrow-right-green.png);
}

.navCategoryExpand {
	position: absolute;
	left: 260px;
	top: 0;
	width: 650px;
	height: 432px;
	background: #ffffff;
	border: 1px solid #00d323;
	border-radius: 0px 0px 10px 10px;
	display: none;
}

.navCategoryExpandList {
	padding: 27px 21px;
	min-height: 100%;
	width: 100%;
	display: none;
}

.navCategoryExpand.active,
.navCategoryExpandList.active {
	display: block;
}

.navCategoryExpand .navCategoryHeader {
	display: flex;
	align-items: center;
	height: 15px;
	letter-spacing: 0.7px;
	font-weight: bold;
	margin-bottom: 30px;
}

.navCategoryExpand .navCategoryHeader .label {
	width: 18px;
	height: 6px;
	background: #00d323;
	margin-right: 22px;
}

.navCategoryExpand .navCategoryChilds {
	padding-left: 0;
	overflow-y: auto;
	margin-left: -10px;
}

.navCategoryExpand .navCategoryChilds .child {
	margin-bottom: 30px;
	font-size: 12px;
	color: #666666;
	margin-left: 48px;
	white-space: nowrap;
	display: inline-block;
}

.navCategoryExpand .navCategoryChilds .child:hover {
	color: #00d323;
}

.indexMulBox {
	width: 100%;
	height: 452px;
	background: #ffffff;
	border-radius: 0px 0px 10px 10px;
	padding: 0 20px 20px;
	display: flex;
}

.adBox {
	width: 660px;
	padding: 20px 10px 0;
}

.indexSwiper {
	margin-bottom: 10px;
	width: 100%;
	height: 272px;
}

.indexSwiper .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}

.indexSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-navigation-next::after,
.swiper-navigation-prev::after {
	color: #fff;
	font-size: 16px !important;
}

.swiper-navigation-next,
.swiper-navigation-prev {
	width: 42px !important;
	height: 42px !important;
	opacity: 0.4;
	background: #000000;
	border-radius: 50%;
}

.adImgGroup {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	height: 129px;
}

.adImg {
	background-size: cover;
	width: 315px;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.indexMulRightBox {
	padding: 30px 20px 10px;
	width: 240px;
	height: 412px;
	background: #ffffff;
	border-radius: 0px 0px 10px 10px;
	margin-top: 20px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
}

.indexUserHeader {
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}

.indexUserBox .avatar {
	border-radius: 50%;
	overflow: hidden;
	width: 52px;
	height: 52px;
	object-fit: cover;
	border: 1px solid #1FA74A;
	margin-right: 13px;
}

.indexUserBox.default .avatar {
	border: none;
}

.indexUserText {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 16px;
}

.indexUserBox.default .indexUserText {
	font-size: 14px;
}

.indexUserText .roleBox {
	display: flex;
	width: 108px;
	height: 20px;
	border: 1px solid #1fa74a;
	border-radius: 11px;
	margin-top: 7px;
	background-color: #1fa74a;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.indexUserText .roleBox span {
	width: 50%;
	text-align: center;
}

.indexUserText .roleBox .name {
	color: #1fa74a;
	background-color: #fff;
	border-radius: 0 11px 11px 0;
}

.indexUserBtn {
	width: 200px;
	height: 32px;
	background: #00d323;
	border-radius: 6px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 31px;
}

.indexUserInfoGroup {
	display: flex;
	border-bottom: 1px solid #f3f3f3;
}

.indexUserInfo {
	border-left: 1px solid #f3f3f3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
	flex: 1;
}

.indexUserInfo .icon {
	width: 36px;
	height: 36px;
	margin-bottom: 9px;
}

.indexUserInfo:first-child {
	border-left: 0;
}

.noticeBox {
	padding: 26px 0 0;
}

.noticeHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	margin-bottom: 13px;
}

.noticeHeader .more {
	font-weight: 400;
	color: #999999;
	letter-spacing: 0.7px;
}

.noticeHeader .more::after {
	content: "";
	background: url(../img/arrow-right-gray.png) no-repeat right center;
	background-size: 8px;
	width: 8px;
	height: 12px;
	margin-left: 7px;
	display: inline-block;
}

.noticeList {
	height: 102px;
}

.noticeList .list {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	display: block;
	line-height: 16px;
	position: relative;
	padding: 9px 0 0 23px;
	height: 34px;
}

.noticeList .list::before {
	content: "";
	background: url(../img/notic.png) no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.indexMarketingGroup {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.indexMarketingBox {
	width: 590px;
	height: 350px;
	background: #ffffff;
	border-radius: 10px;
	padding: 30px 20px;
}

.indexMarketingHeader {
	height: 24px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 25px;
}

.indexMarketingLabel {
	height: 24px;
	margin-right: 10px;
}

.indexMarketingHeader .tips {
	color: #999999;
	line-height: 1;
	flex: 1;
}

.iMMore {
	display: flex;
	align-items: center;
	height: 24px;
}

.iMMore::after {
	font-family: swiper-icons;
	content: "next";
	font-size: 14px;
	width: 24px;
	height: 24px;
	border: 1px solid #ebebeb;
	border-radius: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	color: #999999;
}

.marketingSwiper .swiper-navigation-next,
.marketingSwiper .swiper-navigation-prev {
	transform: translateY(-35px);
}

.marketingSwiper .swiper-navigation-next {
	right: 0;
}

.marketingSwiper .swiper-navigation-prev {
	left: 0;
}

.marketingSwiper .swiper-slide {
	display: flex;
}

.marketingSwiper .product {
	display: block;
	width: 170px;
	margin-right: 20px;
}

.marketingSwiper .productImg {
	width: 170px;
	height: 170px;
	border-radius: 10px;
	overflow: hidden;
	object-fit: cover;
	margin-bottom: 12px;
}

.marketingSwiper .productName {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 11px;
	line-height: 1;
}

.marketingSwiper .productBottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 32px;
}

.marketingSwiper .productBtn {
	width: 92px;
	height: 32px;
	background: linear-gradient(0deg, #ff8f07 0%, #ff4b27 100%), #ffffff;
	border-radius: 16px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}

.indexPovertyReliefBox {
	margin-top: 20px;
	width: 100%;
	height: 448px;
	background: #ffffff;
	border-radius: 10px;
	padding: 30px 20px;
}

.indexPovertyReliefHeader {
	display: flex;
	align-items: center;
	height: 30px;
	justify-content: space-between;
	margin-bottom: 19px;
}

.indexPovertyReliefLabel {
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	font-family: DFZongYi-Bd-80-Win-GB;
	font-weight: bold;
}

.iPMore {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 36px;
	border: 1px solid #ebebeb;
	border-radius: 19px;
	color: #333;
}

.iPMoreIcon {
	margin-left: 3px;
	width: 8px;
}

.indexPovertyReliefContent {
	height: 340px;
	overflow: hidden;
	display: flex;
}

.indexPovertyReliefImgBox {
	width: 240px;
	height: 100%;
	position: relative;
}

.indexPovertyReliefImg {
	width: 100%;
	height: 100%;
}

.indexPovertyReliefBtn {
	width: 160px;
	height: 36px;
	background: #ff8e08;
	border-radius: 18px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}

.indexPovertyReliefBtn::after {
	font-family: swiper-icons;
	content: "next";
	font-size: 14px;
	margin: -6px 0 0 8px;
}

.indexProvertyReliefProduct {
	margin-left: 19px;
	display: flex;
	/* justify-content: space-between; */
	flex: 1;
}

.indexProvertyReliefProduct .product {
	width: 218px;
	height: 340px;
	border: 1px solid #f3f6f8;
	overflow: hidden;
	margin-right: 20px;
}
.indexProvertyReliefProduct .product:last-child{
	margin-right: 0px;
}

.indexProvertyReliefProduct .productImg {
	width: 100%;
	height: 218px;
	object-fit: cover;
}

.indexProvertyReliefProduct .productMsg {
	padding: 12px 14px 0;
	border-top: 1px solid #f3f6f8;
}

.indexProvertyReliefProduct .productName {
	line-height: 18px;
	height: 36px;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.indexProvertyReliefProduct .productBottom {
	display: flex;
	align-items: center;
}

.priceLabel {
	width: 56px;
	height: 24px;
	background: #f44122;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	position: relative;
	margin-right: 10px;
	line-height: 24px;
}

.priceLabel::after {
	position: absolute;
	right: -2px;
	top: 6px;
	transform: rotate(45deg);
	content: "";
	width: 11px;
	height: 11px;
	background: #f44122;
	border-radius: 2px;
}

.indexAd {
	width: 100%;
	margin-top: 20px;
}

.recommendProductBox {
	width: 100%;
}

.recommendProductHeader {
	display: flex;
	align-items: flex-end;
	font-size: 24px;
	color: #000000;
	margin-bottom: 26px;
	font-weight: bold;
}

.recommendProductHeader .tips {
	color: #999999;
	font-size: 14px;
	margin-left: 21px;
	font-weight: 400;
}

.recommendProductList {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(auto-fill, 232px);
	grid-gap: 10px;
}

.recommendProductList .product {
	width: 232px;
	height: 340px;
	background: #ffffff;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.recommendProductList .productImg {
	object-fit: cover;
	width: 100%;
	height: 232px;
}

.recommendProductList .productMsg {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 108px;
	width: 100%;
	padding: 10px 14px 0;
}

.recommendProductList .productName {
	line-height: 18px;
	margin-bottom: 28px;
	height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.recommendProductList .productLabel {
	display: inline-block;
	min-width: 32px;
	line-height: 18px;
	border-radius: 4px;
	color: #fff;
	padding: 0 3px;
	white-space: nowrap;
	margin-right: 2px;
}

.recommendProductList .productLabel.season {
	background: #00d323;
}

.recommendProductList .productLabel.chilled {
	background: linear-gradient(0deg, #418eee 0%, #3dc2eb 100%), #00d323;
}

.recommendProductList .productHover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #00d323;
	border-radius: 14px;
	display: none;
}

.recommendProductList .product:hover {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
}

.recommendProductList .product:hover .productHover {
	display: block;
}


.indexMarketingBox_div {
	width: 170px;
	height: 30px;
	border-radius: 16px;
	background-image: url('../img/offPrice.png');
	background-size: 100%, 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:  0 18px 0 12px;
}
.indexMarketingBox_price::before{
	content: "￥";font-size: 14px;font-weight: 400;
}

.indexMarketingBox_price {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}

.indexMarketingBox_btn {
	font-size: 16px;
	font-weight: 700;
	color: #f44122;
}