body {
	background-color: #f5f6fa;
}

.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}

.main-content {
	margin-top: 50px;
}

/* .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
} */

.col-md-8 {
	flex: 2.7;
}

.col-md-4 {
	flex: 1;
}

.banner-container {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 16/6.2;
}

.banner-slide {
	display: flex;
	transition: transform 0.5s ease;
	height: 100%;
}

.banner-item {
	min-width: 100%;
	height: 100%;
}

.banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	border: none;
	outline: none;
}

.banner-control.prev {
	left: 0;
	border-radius: 0 4px 4px 0;
}

.banner-control.next {
	right: 0;
	border-radius: 4px 0 0 4px;
}

.banner-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	z-index: 10;
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #c6c6c6;
	margin: 0 5px;
	cursor: pointer;
}

.dot.active {
	background-color: #fff;
}

.login-panel {
	background: url('http://tjkx.oss-cn-shenzhen.aliyuncs.com/content/cfdf/images/sou-dl_09.jpg') repeat-x;
	background-color: white;
	border-radius: 8px;
	padding: 20px 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.user-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto 15px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #979cac;
}

.user-avatar img {
	border-radius: 100%;
}

.user-name {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

.user-desc {
	text-align: center;
	color: #979cac;
	font-size: 14px;
	margin-bottom: 20px;
}

.login-btn {
	background-color: #ee1c25;
	color: white;
	border: none;
	padding: 10px;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 20px;
	transition: background-color 0.3s;
	font-size: 16px;
}

.login-btn:hover {
	background-color: #e94740;
}

.login-btn22 {
	background-color: #fff;
	border: solid 1px #bbbbbb !important;
	color: #333;
	border: none;
	padding: 10px;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s;
	font-size: 16px;
	width: 200px;
	margin: 0 auto 20px;
}

.login-btn22:hover {
	border: solid 1px #ee1c25 !important;
	background-color: #ee1c25;
	color: #fff;
}

.quick-access {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.quick-item {
	text-align: center;
	cursor: pointer;
	padding: 0;
}

.quick-icon {
	font-size: 24px;
	color: #979cac;
	margin-bottom: 10px;
	transition: color 0.3s;
}

.quick-text {
	color: #505765;
	font-size: 12px;
	transition: color 0.3s;
}

.quick-icon i {
	font-size: 22px;
}

.quick-item:hover .quick-icon,
.quick-item:hover .quick-text {
	color: #000;
}

/* 口碑展馆区域 */
.flex-row {
	display: flex;
	flex-wrap: wrap;
}

.section-title {
	font-size: 22px;
	font-weight: 500;
	color: #333;
	margin-bottom: 15px;
}

.more-link {
	color: #999;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.3s;
}

.more-link:hover {
	color: #ee1c25;
}

/* 第一大行布局 */
.first-row {
	display: flex;
	gap: 20px;
}

.exhibition-col {
	flex: 3.5;
}

.hot-news-col {
	flex: 1;
}

/* 口碑展馆 */
.main-container {
	max-width: 1400px;
	margin: 0 auto;
}

.row {
	margin-bottom: 40px;
}

.exhibition-wrapper {
	position: relative;
	height: 125px;
	max-width: 947px;
	overflow: hidden;
}

.exhibition-slider {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.exhibition-item {
	width: calc(100% / 7);
	padding: 10px;
	flex-shrink: 0;
}

.exhibition-logo {
	width: 95%;
	aspect-ratio: 1/1;
	border: 1px solid #f3f4f8;
	border-radius: 4px;
	object-fit: contain;
	transition: transform 0.3s;
}

.exhibition-logo:hover {
	transform: scale(1.05);
	cursor: pointer;
}

/* 掌糖热点 */
.hot-news-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 10px;
}

.news-list {
	list-style: none;
}

.news-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	transition: transform 0.2s;
}
.hot-news-max{max-width: 270px;}
.news-item:hover {
	transform: translateX(3px);
	cursor: pointer;
}

.news-dot {
	width: 6px;
	height: 6px;
	background-color: #333;
	border-radius: 50%;
	margin-right: 10px;
	flex-shrink: 0;
}

.news-title {
	flex: 1;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.3s;
}

.news-title:hover {
	color: #ee1c25;
}

/* 第二大行布局 */
.second-row {
	display: flex;
	gap: 20px;
}

.supply-demand-col {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.sample-col {
	flex: 1;
}

/* 供求信息 */
.supply-demand-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	/* margin-bottom: 15px; */
}

.action-btn {
	background: none;
	border: none;
	color: #ee1c25;
	font-size: 14px;
	cursor: pointer;
	padding: 0;
	transition: color 0.3s;
}

.action-btn:hover {
	color: #e94740;
}

.supply-demand-content {
	display: flex;
	gap: 20px;
}

.supply-list,
.demand-list {
	flex: 1;
	list-style: none;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.supply-item,
.demand-item {
	padding: 0;
	/* border-bottom: 1px dashed #eee; */
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
	height: 39px;
	line-height: 25px;
}

.supply-item:hover,
.demand-item:hover {
	color: #ee1c25;
	transform: translateX(3px);
	cursor: pointer;
}

/* 样品申领 */
.sample-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.sample-wrapper {
	position: relative;
	height: 190px;
	max-width: 1340px;
	/* max-width: 630px; */
	overflow: hidden;
}

.sample-slider {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.sample-item {
	width: calc(100% / 4);
	/* padding: 3px 10px; */
	cursor: pointer;
	flex-shrink: 0;
}

.sample-img {
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 4px;
	object-fit: cover;
	margin-bottom: 8px;
	transition: transform 0.5s ease;
	border: 1px solid #f3f4f8;
}

.sample-img:hover {
	transform: scale(1.03);
	/* transform: rotate(2deg); */
}

.sample-name {
	font-size: 13px;
	color: #333;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.3s;
}

.sample-name:hover {
	color: #ee1c25;
}

/* 第三大行 - 热门产品 */
.product-header {
	margin-bottom: 15px;
}

.product-wrapper {
	position: relative;
	height: 280px;
	overflow: hidden;
	margin-top: 30px;
	max-width: 1340px;
}

.product-slider {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.product-item {
	width: calc(100% / 5);
	padding: 0 15px;
	flex-shrink: 0;
}

.product-img {
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 4px;
	object-fit: cover;
	margin-bottom: 8px;
	transition: transform 0.3s;
	border: 1px solid #f3f4f8;
}

.product-item:hover .product-img {
	/* transform: scale(1.01); */
	filter: brightness(90%);
	cursor: pointer;
	/* border: 1px solid #ee1c25; */
}

.third-row {
	background: url('http://tjkx.oss-cn-shenzhen.aliyuncs.com/content/cfdf/images/hot-pro_29.jpg') repeat-x;
	background-color: white;
	padding: 20px 30px;
}

.conbgg {
	background: url('http://tjkx.oss-cn-shenzhen.aliyuncs.com/content/cfdf/images/zgbgg_18.jpg') repeat-x;
	background-color: white;

}

.conbgg2 {
	background: url('http://tjkx.oss-cn-shenzhen.aliyuncs.com/content/cfdf/images/rdbgg_20.jpg') repeat-x;
	background-color: white;

}

.con-pd {
	padding: 15px 30px;
}

.mttop {
	margin-top: 50px;
}

/* 产品类目 */
.containerpro {
	width: 100%;
	max-width: 1400px;
	/* margin: 40px auto; */
	background-color: white;
	display: flex;
	flex-wrap: wrap;
}

.bgggr {
	position: relative;
	width: 230px;
}

.jiu-bg {
	background: linear-gradient(#fe3834, #fc7e6c);
}

.jiu-bg2 {
	background: linear-gradient(#c44460, #ce617a);
}

.jiu-bg3 {
	background: linear-gradient(#5fab5d, #78b876);
}

.jiu-bg4 {
	background: linear-gradient(#a9608f, #b87ba2);
}

.jiu-bg5 {
	background: linear-gradient(#ad745c, #b98975);
}

.bgggr::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	border-radius: 8px;
	background-image: url('http://tjkx.oss-cn-shenzhen.aliyuncs.com/content/cfdf/images/xiantiaobgg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.3;
}

.column {
	height: 570px;
}

.column-1 {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.category {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-weight: 500;
	color: white;
	font-size: 36px;
}

.letspa30 {
	letter-spacing: 30px;
}

.letspa20 {
	letter-spacing: 20px;
}

.square {
	width: 100%;
	/* 或者具体宽度 */
	padding-top: 100%;
	/* 宽度设置为高度的100%，实现1:1比例 */
	position: relative;
	/* 如果需要在内部放置内容 */
	overflow: hidden;
	border: 1px solid #f7f7f7;
	border-radius: 5px;
}

.square img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.zanwei{opacity: 0;transition: opacity 0.3s ease;}
/* .zanwei.showdiv{opacity: 1;} */
.square2 {
	width: 86px;
	height: 86px;
	border: 1px solid #f3f4f8;
	border-radius: 4px;
	/* 宽度设置为高度的100%，实现1:1比例 */
	position: relative;
	overflow: hidden;
}

.square2 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.more-button {
	color: white;
	padding: 8px 20px;
	text-decoration: none;
	border-radius: 20px;
	transition: background-color 0.3s;
}

.more-buttonbg {
	background-color: #fd5755;
}

.more-buttonbg:hover {
	background-color: #fe3834;
}

.more-buttonbg2 {
	background-color: #cb5670;
}

.more-buttonbg2:hover {
	background-color: #c44460;
}

.more-buttonbg3 {
	background-color: #5fab5d;
}

.more-buttonbg3:hover {
	background-color: #398139;
}

.more-buttonbg4 {
	background-color: #ad6794;
}

.more-buttonbg4:hover {
	background-color: #a9608f;
}

.more-buttonbg5 {
	background-color: #ae765e;
}

.more-buttonbg6:hover {
	background-color: #ad6b5c;
}

.more-button:hover {
	cursor: pointer;
}

.jiupin {
	margin-left: 30px;
}

.jiupin1 {
	margin-bottom: 30px;
}

.column-2 {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
	/* padding: 30px; */
	padding: 20px 30px;
	box-sizing: border-box;
}

.pro-beetwn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.third-rowbgg {
    background: url(http://tjkx.oss-cn-shenzhen.aliyuncs.com/content/cfdf/images/hot-pro_29.jpg) repeat-x;
    background-color: white;
    padding: 20px 0;
}
.paddpro-row{padding: 0 30px;}
.product-item2 {
	position: relative;
	/* height: 250px; */
}

.product-item2:hover img {
	transform: scale(1.05);
}

.product-title {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: calc(100% - 20px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	transition: color 0.3s;
}

.product-item2:hover .product-title {
	color: #e94740;
}

.column-3 {
	width: 240px;
	padding: 20px;
	border-left: 2px solid #f5f6fa;
	box-sizing: border-box;
}

.column-3 h2 {
	color: #333;
	margin: 10px 0 30px;
}

.recommendation-list {
	list-style: none;
	padding: 0;
	columns: 1;
	-webkit-columns: 1;
	column-gap: 20px;
}

.recommendation-list li {
	break-inside: avoid;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	position: relative;
}

.recommendation-list li::before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #333;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}

.recommendation-list span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	padding-left: 15px;
}

.recommendation-list li:hover span {
	color: #ee1c25;
	cursor: pointer;
}

.recommendation-list li:hover .recommendation-list li::before {
	background-color: #ee1c25;
}

/* 样品star */
.swiper-container {
	width: 100%;
	height: 100%;
	padding: 0;
}

.swiper-container .swiper-slide {
	width: calc(100% / 4);
	text-align: center;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
	transition: transform 0.5s ease;
	padding: 3px;
	box-sizing: border-box;
	cursor: pointer;
}

.swiper-slide333 {
	text-align: center;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
	transition: transform 0.5s ease;
	padding: 3px;
	box-sizing: border-box;
	cursor: pointer;
}

.swiper-slide333 .product-image {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #f3f4f8;
	transition: transform 0.3s;

}

.swiper-container .swiper-slide:hover .product-image {
	transform: scale(1.03);
	/* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.swiper-container .swiper-slide:hover .product-name {
	color: #ee1c25;
}

.swiper-container .product-image {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #f3f4f8;
	transition: transform 0.5s ease;
}

.swiper-container .product-name {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 热门产品star */
.swiper-container1 {
	width: 100%;
	height: 100%;
	padding: 0;
}

.swiper-container1 .swiper-slide {
	width: calc(100% / 5);
	text-align: center;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
	transition: transform 0.5s ease;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
}

.swiper-container1 .swiper-slide:hover .product-image {
	transform: scale(1.03);
	/* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.swiper-container1 .swiper-slide:hover .product-name {
	color: #ee1c25;
}

.swiper-container1 .product-image {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #f3f4f8;
	transition: transform 0.5s ease;

}

.swiper-container1 .product-name {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 优选产品star */
.youxuanpro {
	height: 300px;
}

.swiper-container4 {
	width: 100%;
	height: 100%;
	padding: 0;
}

.swiper-container4 .swiper-slide {
	width: calc(100% / 5);
	text-align: center;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
	transition: transform 0.5s ease;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
}

.swiper-container4 .product-image {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #f3f4f8;
	transition: transform 0.3s;

}

.swiper-container4 .swiper-slide:hover .product-image {
	transform: scale(1.03);
	/* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.swiper-container4 .swiper-slide:hover .product-name {
	color: #ee1c25;
}

.swiper-container4 .product-name {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	color: #333;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-price {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #ee1c25;
}

.product-price span {
	font-size: 20px;
}

/* 口碑展馆star */
.swiper-container2 {
	width: 100%;
	height: 100%;
	padding: 0;
}

.swiper-container2 .swiper-slide {
	width: calc(100% / 7);
	text-align: center;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.5s ease;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
}

.swiper-container2 .swiper-slide:hover .product-image {
	transform: scale(1.03);
}

.swiper-container2 .product-image {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
	border-radius: 4px;
	border: 1px solid #f3f4f8;
	transition: transform 0.5s ease;
}

/* 供求信息star */
.swiper {
	height: 200px;
	padding: 0;
}

.supplysw,
.supplysw1,
.demandsw {
	overflow: hidden;
	flex: 1;
}

.list-item {
	padding: 10px 0;
	max-width: 300px;
	/* border-bottom: 1px dashed #eee; */
}

.item-title {
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.2s;
	max-width: 90%;
}

.list-item:hover .item-title {
	color: #ee1c25;
}

/* banner swiper */
.banner-container {
	max-width: 1007px;
	height: 390px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.swiper-container6 {
	width: 100%;
	height: 100%;
}

.banner-container .swiper-button-prev,
.banner-container .swiper-button-next {
	width: 40px;
	height: 60px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	border-radius: 2px;
}

.banner-container .swiper-button-prev {
	left: 0;
}

.banner-container .swiper-button-next {
	right: 0;
}

.banner-container .swiper-button-prev:hover,
.banner-container .swiper-button-next:hover {
	background: rgba(0, 0, 0, 0.6);
}

.banner-container .swiper-button-prev:after,
.banner-container .swiper-button-next:after {
	font-size: 24px;
	font-weight: bold;
}

.banner-container .swiper-pagination {
	position: absolute;
	bottom: 20px !important;
	left: 50% !important;
	transform: translateX(-50%);
	z-index: 10;
}

.banner-container .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	background: #c6c6c6;
	margin: 0 5px !important;
	cursor: pointer;
	opacity: 1;
}

.banner-container .swiper-pagination-bullet-active {
	background: #fff;
}

.banner-container .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gsicss {
	display: flex;
	align-items: center;
	gap: 30px;
}

.gsicss .action-btn {
	font-size: 16px;
	margin-bottom: 15px;
}

.gqList {
	color: #333;
	font-size: 14px;
}

.gqList:hover {
	color: #ee1c25;
}

@media (max-width: 768px) {

	.col-md-8,
	.col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-md-4 {
		margin-top: 20px;
	}

	.quick-access {
		grid-template-columns: repeat(2, 1fr);
	}

	.containerpro {
		flex-direction: column;
	}

	.column {
		width: 100%;
		height: auto;
	}

	.bgggr {
		height: 470px;
	}


	.column-3 {
		border-left: none;
		border-top: 2px solid #f5f6fa;
	}

	.recommendation-list {
		columns: 1;
		-webkit-columns: 1;
	}

	.column-2 {
		grid-template-columns: repeat(3, 1fr);
	}

	.product-item2 {
		height: 250px;
	}

	.first-row {
		flex-direction: column;
	}

	.second-row {
		flex-direction: column;
	}

	.supply-demand-content {
		flex-direction: column;
	}

	.product-wrapper {
		height: 170px;
	}

	.product-item {
		width: calc(100% / 2);
	}

	.banner-container {
		height: 250px;
	}

	.banner-container .swiper-button-prev,
	.banner-container .swiper-button-next {
		display: none;
	}

	.banner-container .swiper-pagination {
		bottom: 10px !important;
	}

	.jiu-bg2 .letspa20 {
		letter-spacing: 16px;
	}
}

@media (max-width: 480px) {
	.banner-container {
		height: 150px;
		max-width: 100%;
	}

	.column-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.product-item2 {
		height: 190px;
	}

	.banner-container .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.container {
		padding: 0;
	}

	.product-price span {
		font-size: 15px;
	}

	.youxuanpro {
		height: 210px;
	}
}