@media (min-width: 1600px) {
  .layui-main {
    width: 1320px;
  }
  .categories-sub-width {
    width: 1020px !important;
  }
}
@media (min-width: 1720px) {
  .layui-main {
    width: 1440px;
  }
  .categories-sub-width {
    width: 1140px !important;
  }
}

.self-supp-banner {
	max-width: 1920px;
	height: 280px;
	margin: 0 auto;
	position: relative;
}

#self-supp-banner-main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#self-supp-banner-main .self-supp-banner-item {
	height: 100%;
}

#self-supp-banner-main a {
	display: block;
	width: 100%;
	height: 100%;
}

#self-supp-banner-main a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.self-supp-banner-content {
	padding: 40px;
	text-shadow: 2px 2px 4px #000;
}

.self-supp-banner-content .self-supp-banner-content-title {
	padding: 0;
	font-size: 46px;
	margin: 0 0 16px;
	max-width: 565px;
	color: #fff !important;
}

.self-supp-banner-content .self-supp-banner-content-desc {
	max-width: 565px;
	font-size: 25px;
	color: #fff !important;
}



.self-supp-hd {
	padding: 0 24px 24px;
	background-color: #fff;
	border-radius: 16px;
	margin-top: -90px;
}

.self-supp-hd-title {
	margin: 0;
	padding: 16px 0;
	font-size: 24px;
	text-align: center;
	line-height: 48px;
	font-weight: bold;
}

.self-supp-hd-main {
	display: block;
	height: 476px;
	border-radius: 16px;
	overflow: hidden;
}

.self-supp-hd-main img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 自营类目 */
.self-supp-class {
	margin: 24px auto;
	padding: 24px;
	background-color: #fff;
	border-radius: 16px;
}

.self-supp-class .swiper-slide {
	width: 20%;
	height: 230px;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.self-supp-class .self-supp-class-swiper {
	position: relative;
}

.self-supp-class .self-supp-class-img {
	display: block;
	width: 134px;
	height: 134px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.self-supp-class .self-supp-class-title {
	display: block;
	width: 134px;
	margin: 8px auto 0;
	line-height: 20px;
	max-height: 40px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	font-weight: bold;
	font-size: 16px;
	color: #e71a41;
	text-align: center;
}

.self-supp-class .self-supp-class-sub-title {
	display: block;
	width: 134px;
	margin: 0 auto;
	line-height: 20px;
	max-height: 40px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	font-size: 16px;
	color: #010101;
	text-align: center;
}

.self-supp-class-prev,
.self-supp-class-next {
	width: 55px;
	height: 55px;
	background-color: #d7d7d7;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -27.5px;
	z-index: 2;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.self-supp-class-prev .layui-icon,
.self-supp-class-next .layui-icon {
	font-size: 36px;
}

.self-supp-class-prev {
	left: -55px;
}

.self-supp-class-next {
	right: -55px;
}

.self-supp-sourcing-title {
	font-weight: bold;
	font-size: 24px;
	color: #000;
	display: flex;
	align-items: center;
	line-height: 36px;
}

.self-supp-sourcing-line {
	margin: 0 8px;
	font-weight: 400;
}

.self-supp-sourcing-sub-title {
	font-weight: 400;
	font-size: 16px;
}

.self-supp-sourcing {
	margin: 8px auto 24px;
	padding: 24px;
	background-color: #fff;
	border-radius: 16px;
}

.self-supp-sourcing-item {
	background-color: #f2f2f2;
	padding: 16px;
	border-radius: 16px;
}

.self-supp-sourcing-item-title {
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 16px;
	background-image: linear-gradient(95deg, #feac75 0%, #f46b5e 50%, #e92947 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.self-supp-sourcing-item-title .self-supp-sourcing-item-title-main {
	background-image: linear-gradient(95deg, #e92947 0%, #f46b5e 50%, #feac75 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.self-supp-sourcing-item-title a {
	font-weight: 400;
	color: #000;
}

.self-supp-sourcing-card .self-supp-sourcing-card-img {
	display: block;
	aspect-ratio: 1;
	background-color: #d7d7d7;
	border-radius: 8px;
	overflow: hidden;
}

.self-supp-sourcing-card .self-supp-sourcing-card-img img {
	display: block;
	width: 100%;
	height: 100%;
}

.self-supp-sourcing-card .self-supp-sourcing-card-btn {
	margin-top: 8px;
	text-align: center;
}

.self-supp-sourcing-card .self-supp-sourcing-card-btn a {
	display: inline-block;
	width: auto;
	padding: 0 8px;
	background-image: linear-gradient(95deg, #feac75 0%, #f46b5e 50%, #e92947 100%);
	border-radius: 6px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.self-supp-sourcing-card .self-supp-sourcing-card-title {
	display: block;
	font-size: 13px;
	color: #666;
	height: 30px;
	line-height: 15px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	margin: 4px 0;
}

.self-supp-sourcing-card .self-supp-sourcing-card-price {
	display: block;
	font-size: 10px;
	color: #333;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* .self-supp-sourcing-card .self-supp-sourcing-card-btn .self-supp-sourcing-card-btn-border {
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #feac75 0%, #f46b5e 50%, #e92947 100%) border-box;
	border: 1px solid transparent;
}

.self-supp-sourcing-card .self-supp-sourcing-card-btn .self-supp-sourcing-card-btn-border span {
	position: relative;
	background-image: linear-gradient(95deg, #feac75 0%, #f46b5e 50%, #e92947 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	z-index: 2;
} */

.self-supp-sourcing-card .self-supp-sourcing-card-btn .self-supp-sourcing-card-offer-btn{
	margin-top: 8px;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #e71a41;
	border-radius: 50px;
	font-weight: 400;
	color: #e71a41;
	cursor: pointer;
}


/* 腰通广告 */
.self-supp-fuild-gg {
	height: 300px;
	margin: 24px auto;
	max-width: 1920px;
	position: relative;
}

#self-supp-fuild-gg>div {
	height: 100%;
}

#self-supp-fuild-gg .self-supp-fuild-gg-item {
	height: 100%;
}

.self-supp-fuild-gg-item a {
	display: block;
	height: 100%;
	width: 100%;
}

.self-supp-fuild-gg-item a img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.self-supp-fuild-gg .layui-carousel-ind {
	display: none;
}

/* 商品 */
.self-supp-goods-list {
	margin: 8px auto 24px;
	padding: 24px;
	background-color: #fff;
	border-radius: 16px;
	min-height: 737px;
}

/* 为每三个元素设置不同的背景色 */
.self-supp-goods-card:nth-child(3n+1) .self-supp-goods-list {
	background-image: linear-gradient(90deg, #fef2e5 21%, #d4bc9e 100%) !important;
}

.self-supp-goods-card:nth-child(3n+2) .self-supp-goods-list {
	background-image: linear-gradient(90deg, #b6ceff 21%, #6d749b 100%) !important;
}

.self-supp-goods-card:nth-child(3n+3) .self-supp-goods-list {
	background-image: linear-gradient(90deg, #ffb6b6 21%, #b14c4c 100%) !important;
}

.self-supp-goods-list-hd {
	margin-bottom: 8px;
}

.self-supp-goods-nav {
	display: inline-block;
	position: relative;
	padding: 4px 8px;
	height: 30px;
	min-width: 100px;
	margin-right: 8px;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	color: #E71A41;
	font-weight: 500;
	cursor: pointer;
	z-index: 1;
	/* background-image: linear-gradient(135deg, #feac75 0%, #f46b5e 50%, #e92947 100%); */
	border-radius: 8px;
	/* background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #feac75 0%, #f46b5e 50%, #e92947 100%) border-box; */
	border: 2px solid #E71A41;
	transition: background 0.3s;
	margin-bottom: 8px;
}

.self-supp-goods-nav.self-supp-goods-nav-active,
.self-supp-goods-nav:hover {
	/* background-image: linear-gradient(135deg, #feac75 0%, #f46b5e 50%, #e92947 100%); */
	background-color: #E71A41;
	color: #fff;
}

/* .self-supp-goods-nav span {
	position: relative;
	background-image: linear-gradient(95deg, #feac75 0%, #f46b5e 50%, #e92947 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	z-index: 2;
}

.self-supp-goods-nav.self-supp-goods-nav-active span,
.self-supp-goods-nav:hover span {
	background-image: none;
	background-color: transparent;
	color: #fff;
} */


.self-supp-goods-list-bd {
	display: flex;
}

.self-supp-goods-list-lt {
	width: 75%;
}

.self-supp-goods-list-lt .layui-row .layui-col {
	width: 20%;
	float: left;
}

.self-supp-goods-list-rt {
	width: 25%;
	background-color: #f2f2f2;
	padding: 16px;
	border-radius: 16px;
	margin-left: 16px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.self-supp-goods-supp {
	flex: 1;
	background-color: #fff;
	margin-top: 16px;
	border-radius: 16px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.self-supp-sourcing-item-title+.self-supp-goods-supp {
	margin-top: 0 !important;
}

.self-supp-goods-supp {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 16px;
}

.self-supp-goods-supp .supp-name {
	font-size: 18px;
	font-weight: bold;
	/* background-image: linear-gradient(95deg, #feac75 0%, #f46b5e 20%, #e92947 100%);
	-webkit-background-clip: text;
	background-clip: text; */
	color: #E71A41;
	margin-bottom: 8px;
}

.self-supp-goods-supp .supp-icon {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.self-supp-goods-supp .supp-icon img {
	height: 24px;
}

.self-supp-goods-supp .supp-icon .supplier-verified {
	height: 20px;
	margin-right: 8px;
}

.self-supp-goods-supp .supp-icon .supplier-member {
	margin-right: 6px;
}

.self-supp-goods-supp .supp-main-goods {
	line-height: 20px;
}

.self-supp-goods-supp .supp-goods {
	display: flex;
	margin: -4px;
	flex-wrap: wrap;
}

.self-supp-goods-supp .supp-goods .supp-goods-col {
	padding: 4px;
	width: 25%;
}

.self-supp-goods-supp .supp-goods .supp-goods-link {
	display: block;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}



/* .hex-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
	padding-top: 5%;
}

.hexagon {
	width: calc(12.5% - 16px);
	aspect-ratio: 13 / 15;
	margin: 8px;
	-webkit-transform: rotate(60deg);
					transform: rotate(60deg);
	overflow: hidden;
	margin-top: -3%;
}

.hexagon-line {
  width: calc(6.25% - 8px);
	aspect-ratio: 1;
	background-color: #efefef;
	margin-top: -5%;
}

.hexagon div,
.hexagon img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hexagon> div {
	-webkit-transform: rotate(-120deg);
					transform: rotate(-120deg);
}

.hexagon> div> div {
	-webkit-transform: rotate(60deg);
					transform: rotate(60deg);
} */

/* .hexagon-break {
  flex-basis: 100%;
  width: 0;
} */


.brand-grid {
	margin: 24px auto;
	padding: 24px;
	background-color: #fff;
	border-radius: 16px;
}

.brand-grid-title {
	font-weight: bold;
	font-size: 24px;
	color: #000;
	margin-bottom: 32px;
	text-align: center;
}

.brand-item {
	aspect-ratio: 2;
	overflow: hidden;
	border-radius: 8px;
}

.brand-item a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-item a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	/* object-fit: cover; */
}



/* 自营保障说明 */
.self-supp-desc {
	display: block;
	height: 300px;
	margin: 88px auto;
	max-width: 1920px;
	position: relative;
	background-color: #9fa2a1;
	display: flex;
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.self-supp-desc .layui-main {
	display: flex;
	justify-content: space-between;
}

.self-supp-desc .self-supp-desc-item {
	width: 23%;
	height: 92px;
	background-color: #e62140;
	border-radius: 5px;
	padding: 24px;
}

.self-supp-desc .self-supp-desc-item {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 24px;
	color: #ffff;
}

.self-supp-desc+.self-supp-goods-card .self-supp-goods-list {
	background-image: none !important;
}


/* .self-supp-desc+.self-supp-goods-card .self-supp-goods-list .self-supp-sourcing-card {
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #feac75 0%, #f46b5e 50%, #e92947 100%) border-box;
	border: 2px solid transparent;
	padding: 10px;
	border-radius: 10px;
} */