* {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}

body {
	background: #f4f4f4;
	font-family: "Microsoft YaHei", Arial, sans-serif;
}

header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	margin: 0px auto;
	background-color: #fff;
	/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
	position: relative;
	box-sizing: border-box;
	max-width: 1480px;

}

.header-one {
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #e3e3e3;
	position: sticky;
	top: 0;
	z-index: 11;
}



.logo {
	display: flex;
	align-items: center;
}

.logo img {
	height: 40px;
	margin-right: 5px;
}

.logo .slogan {
	font-size: 14px;
	color: #999
}

nav a {
	margin-right: 15px;
	text-decoration: none;
	color: #333;
}

nav a:hover {
	color: #f60;
}

form {
	display: flex;
	align-items: center;
}

form input {
	padding: 5px 10px;
	border: 1px solid #ccc;
	color: #606266;
	border-radius: 3px 0 0 3px;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
}

form button {
	padding: 5px 15px;
	border: 1px solid #f60;
	background-color: #f60;
	color: #fff;
	border-radius: 0 3px 3px 0;
	height: 40px;
	box-sizing: border-box;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

form button:hover {
	background-color: #e55a00;
}

h1,
h6 {
	padding: 0px;
	margin: 0px;
}

.user-auth a {
	margin-left: 15px;
	text-decoration: none;
	color: #333;
}

.header-left {
	display: flex;
	width: 300px;
}

.header-right {
	flex: 1;
}

.lpck-search {
	flex: 1;
}

.lpck-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	box-sizing: border-box;
	width: 1480px;
	padding: 0px 20px;
}

.lpck-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.selector-container {
	display: flex;
	padding-left: 15px;
	align-items: center;
	gap: 30px;
	height: 100%;
	margin-bottom: 10px;
}

.option {
	color: #909399;
	cursor: pointer;
	font-size: 16px;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	transition: color 0.3s ease;
}

.option::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -2px;
	left: 0;
	background-color: #ff6700;
	transition: width 0.3s ease;
}

.option.selected {
	color: #ff6700;
	font-weight: bold;
}

.option.selected::after {
	width: 100%;
}

.lpck-login {
	width: 360px;
	margin-left: 50px;
	display: flex !important;
	align-items: center !important;
	justify-content: space-evenly;
	text-align: center;
	padding-top: 35px;
}

.lpck-login-item {
	display: flex !important;
	align-items: center !important;
	justify-content: end;
	margin-right: 20px;

}

.Cart {
	color: #333;
	font-size: 12px;
	line-height: 16px;
	height: 17px;
	vertical-align: bottom;
	padding-top: 2px;
}

.cart1 {
	opacity: 1;
	margin-top: 5px;
	transition: opacity 0.3s ease;
}

/* .dingdan:hover .cart1 {
	opacity: 1;
} */

.el-badge-danger {
	position: absolute;
	top: -5px;
	right: 4px;
	min-width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	background-color: #f56c6c;
	border-radius: 50%;
	/* padding: 0 4px; */
}

.header-menu {
	border-bottom: 1px solid #e3e3e3;
	background: #ffffff;
	height: 45px;
	line-height: 45px;
}

.header-menu-left {
	max-width: 1480px;
	margin: 0px auto;
	display: flex;
}

.header-menu-left-item {
	box-sizing: border-box;
	padding: 0px 20px;
	cursor: pointer;
	font-size: 14px;
	color: #909399;
	transition: color 0.3s ease;
}

.header-menu-left-item:hover {
	color: #ff6700;
}

/* 主要内容区域 */
.lpck-section {
	max-width: 1440px;
	margin: 0px auto;
	background: #ffffff;
	border-radius: 15px;
	padding: 20px;
	box-sizing: border-box;
}

.Uniform-size-title {
	box-sizing: border-box;
	border-left: 16px solid #ff6700;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
	margin-left: 10px;
}

.subheading {
	color: #666;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 26px;
	margin-left: 10px;
}

.commodity-Display {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.each-Commodity {
	width: 16.666%;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 0 5px;
}

.each-Commodity-img {
	width: 100%;
	padding: 20px;
	position: relative;
	border: 1px solid #F8F8F8;
	border-radius: 14px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
	transition: transform 0.3s ease;
}

.each-Commodity-img:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.trade-Name {
	margin-top: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-word;
	-webkit-line-clamp: 2;
	overflow: hidden;
	cursor: pointer;
	color: #666666;
	font-weight: 400;
	transition: color 0.3s ease;
}

.each-Commodity:hover .trade-Name {
	color: #ff6700;
}

.each-Photo {
	display: block;
	width: 100%;
	height: 160px;
	border-radius: 10px;
	object-fit: cover;
	transition: all 0.4s;
}

.each-Commodity:hover .each-Photo {
	transform: translate(0, -10px);
}

/* 分类产品区域 */
.classify-section {
	width: 1440px;
	box-sizing: border-box;
	margin: 0px auto;
	background: #ffffff;
	border-radius: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.popular-category-products {
	display: flex;
}

.popular-category-products-title {
	display: block;
	border-radius: 15px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	box-sizing: border-box;
	width: 20%;
	cursor: pointer;
	overflow: hidden;
}

.popular-category-products-product {
	width: 80%;
	padding: 20px 20px 10px;
	display: flex;
	flex-wrap: wrap;
}

.popular-individual-products {
	width: 25%;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.popular-individual-products:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.popular-individual-products-img {
	display: flex;
	width: 100%;
	height: 180px;
	text-align: center;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #F8F8F8;
	border-radius: 14px;
	overflow: hidden;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
}

.popular-individual-products-name {
	margin-top: 10px;
	height: 36px;
	line-height: 18px;
	font-size: 12px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-word;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333;
	flex-grow: 1;
}

.popular-individual-products-price {
	margin-top: 8px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ff6700;
	transition: font-size 0.2s;
}

.popular-individual-products-quantity {
	font-size: 12px;
	font-weight: 400;
	color: rgb(28, 139, 255);
	margin-top: 4px;
}

.inquiry-Now-car {
	display: block;
	width: 100%;
	margin: 5px 0 0 0;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #fcfafa;
	border: 1px solid #ff6700;
	border-right: none;
	font-size: 16px;
	font-weight: 400;
	color: #ff6700;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 5px 0 0 5px;
}

.Shopping-cart {
	margin: 5px 0 0 0;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #d81e06;
	border-left: none;
	background: #d81e06;
	color: #d81e06;
	cursor: pointer;
	width: 40px;
	transition: all 0.3s ease;
	border-radius: 0 5px 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Shopping-cart img {
	width: 20px;
	height: 20px;
}

.inquiry-Now-car:hover {
	color: #ffffff;
	background: #ff6700;
}

.inquiry-Now-car:hover+.Shopping-cart {
	background: #ff6700;
	border-color: #ff6700;
}

.inquiry-Now-car,
.Shopping-cart {
	transition: all 0.3s ease;
}

.popular-individual-products>div:last-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
}

.footer {
	width: 100%;
	padding-bottom: 40px;
	font-size: 12px;
	color: #191919;
	background: #232323;
	text-align: center;
}

.bottom-navigation {
	margin: auto;
	padding-top: 10px;
	text-align: center;
	color: #B2B2B2;
}

.foorter-box-a {
	color: #B2B2B2;
	height: 25px;
	text-align: center;
	line-height: 25px;
}

/* 轮播图和分类布局 */
.slideshow {
	box-sizing: border-box;
	margin: 0px auto;
	/* background: #000; */
	background: #fff;
	border-radius: 15px;
	padding: 20px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 1440px;
	display: flex;
	width: 100%;
}

.classify-two {
	width: 100%;
	height: 280px;
	background: #fff;
	border-radius: 12px;
	/*padding: 20px 0;*/
	margin-right: 10px;
	box-sizing: border-box;
	/* margin-bottom: 20px; */
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	overflow-y: auto;
/* 	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #ddd #f5f5f5; */
}
.classify-two::-webkit-scrollbar {
  display: none;
}


.carousel-width {
	width: 80%;
}



.classify-Every-last {
	width: 100%;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.3s ease;
	
}

.classify-Every-last:hover {
	color: #ff6700;
	background: #fafafa;
	border-left: 3px solid #ff6700;
}

.classify-Every-last-two {
	position: absolute;
	left: 100%;
	border-radius: 5px;
	top: 0;
	width: 45vw;
	min-height: 340px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
	border-radius:5px;
	padding: 20px;
	display: none;
	z-index: 100;
	overflow-y: auto;
}

.classify-Every-last:hover .classify-Every-last-two {
	display: block;
}

.classify-Every-last-two:hover {
	display: block;
}

.single-product-one {
	display: inline-block;
	margin: 0 12px 10px 0;
}

.single-product-one-A {
	text-decoration: none;
	color: #333;
	font-size: 13px;
	transition: color 0.3s ease;
}

.single-product-one-A:hover {
	color: #ff6700;
	text-decoration: underline;
}

/* 轮播图容器样式 */
.carousel-container {
	width: 100%;
	margin: 0 auto;
	/* padding: 0 10px; */
}

.swiper-slide {
	height: 100%;
	/* padding: 0 5px; */
}

.carousel-card {
	width: 100%;
	height: 280px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
	transition: transform 0.3s ease;
	padding: 10px;
	box-sizing: border-box;
}

.carousel-card:hover {
	border-radius: 8px;
	transform: translateY(-1px);
}

.card-img {
	position: relative;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 8px;
	background: #fff;
	margin-top: 10px;
	box-sizing: border-box;
}

.card-price {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.9);
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #2c3e50;
}


.card-title {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px;
	text-align: left;
}

.card-desc {
	width: 100%;
	font-size: 14px;
	color: #666;
	text-align: left;
	line-height: 1.4;
}

/* 自定义轮播按钮样式 */
.swiper-button-prev,
.swiper-button-next {
	width: 44px !important;
	height: 44px !important;
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 50% !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	color: #333;
	/* top: 95px !important; */
	--swiper-navigation-size: 24px;
	transition: all 0.3s ease;
	opacity: 0.8;
	backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.swiper-button-prev {
	left: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}

.swiper-button-next {
	right: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}

/* 移除默认的导航箭头 */
.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	/* background-color: #ff6700; */
	/*    color: white; */
	/* box-shadow: 0 6px 16px rgba(255, 103, 0, 0.3); */
	opacity: 1;
	/* transform: scale(1.1); */
}

/* .swiper-button-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z'/%3E%3C/svg%3E");
}

.swiper-button-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
} */

/* 按钮禁用状态 */
.swiper-button-disabled {
	opacity: 0.35 !important;
	cursor: not-allowed !important;
	transform: none !important;
}

/* 指示器样式优化 */
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.6);
	opacity: 1;
	margin: 0 8px !important;
	transition: all 0.3s ease;
	position: relative;
	border: 2px solid transparent;
}

.swiper-pagination-bullet:hover {
	background-color: rgba(255, 255, 255, 0.9);
	transform: scale(1.2);
}

.swiper-pagination-bullet-active {
	background-color: #ff6700;
	width: 30px;
	border-radius: 8px;
	border: 2px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 8px rgba(255, 103, 0, 0.5);
	animation: pulse 2s infinite;
}

/* 脉冲动画效果 */
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 103, 0, 0.4);
	}

	70% {
		box-shadow: 0 0 0 6px rgba(255, 103, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 103, 0, 0);
	}
}

/* ============= 汉堡菜单样式 ============= */

/* 汉堡菜单按钮 */
.hamburger-menu {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 24px;
	cursor: pointer;
	z-index: 1002;
	position: relative;
}

.hamburger-menu span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #333;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.hamburger-menu.active span:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}

.hamburger-menu.active span:nth-child(2) {
	opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

/* 移动端侧边栏 */
.mobile-sidebar {
	position: fixed;
	top: 0;
	right: -100%;
	width: 85%;
	max-width: 320px;
	height: 100%;
	background-color: #fff;
	z-index: 1001;
	transition: right 0.3s ease;
	display: flex;
	flex-direction: column;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.mobile-sidebar.active {
	right: 0;
}

/* 侧边栏头部 */
.mobile-sidebar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 15px;
	border-bottom: 1px solid #eee;
	background-color: #f8f9fa;
}

.mobile-user-info {
	display: flex;
	align-items: center;
	flex: 1;
}

.mobile-user-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #e9ecef;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.mobile-user-icon img {
	width: 24px;
	height: 24px;
}

.mobile-auth-buttons {
	display: flex;
	gap: 10px;
}

.mobile-login-btn,
.mobile-register-btn {
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
}

.mobile-login-btn {
	background-color: #ff6700;
	color: white;
}

.mobile-register-btn {
	background-color: #f0f0f0;
	color: #333;
}

.mobile-user-details {
	flex: 1;
}

.mobile-username {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 2px;
}

.mobile-user-status {
	font-size: 12px;
	color: #28a745;
}

.mobile-sidebar-close {
	font-size: 28px;
	color: #666;
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

/* 侧边栏内容 */
.mobile-sidebar-content {
	flex: 1;
	overflow-y: auto;
	padding: 15px 0;
}

/* 用户功能菜单 */
.mobile-user-features {
	padding: 0 15px 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.mobile-menu-item {
	display: flex;
	align-items: center;
	padding: 12px 0;
	text-decoration: none;
	color: #333;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}

.mobile-menu-item:last-child {
	border-bottom: none;
}

.mobile-menu-item img {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.mobile-menu-item span {
	/* flex: 1; */
	text-align: center;
	font-size: 15px;
}

.mobile-menu-badge {
	background-color: #f56c6c;
	color: white;
	font-size: 12px;
	min-width: 20px;
	height: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
}

.mobile-logout {
	color: #f56c6c !important;
}

/* 导航菜单 */
.mobile-nav-menu {
	padding: 0 15px 15px;
	border-bottom: 1px solid #eee;
}

.mobile-nav-item {
	display: block;
	padding: 12px 0;
	text-decoration: none;
	color: #333;
	font-size: 15px;
	border-bottom: 1px solid #f5f5f5;
}

.mobile-nav-item:last-child {
	border-bottom: none;
}

/* 分类菜单 */
.mobile-categories {
	padding: 0 15px;
}

.mobile-category {
	margin-bottom: 15px;
}

.mobile-category-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	padding: 10px 0;
	border-bottom: 2px solid #ff6700;
	margin-bottom: 8px;
}

.mobile-category-items {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mobile-category-items a {
	display: block;
	padding: 8px 12px;
	background-color: #f8f9fa;
	border-radius: 4px;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	transition: all 0.2s ease;
}

.mobile-category-items a:hover {
	background-color: #e9ecef;
	color: #ff6700;
}

/* 侧边栏底部 */
.mobile-sidebar-footer {
	padding: 15px;
	border-top: 1px solid #eee;
	background-color: #f8f9fa;
}

.mobile-contact-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mobile-contact-item {
	display: flex;
	align-items: center;
	color: #666;
	font-size: 13px;
}

/* 遮罩层 */
.mobile-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	display: none;
}

.mobile-overlay.active {
	display: block;
}

/* ============= 移动端适配 ============= */

/* 平板设备 (768px - 992px) */
@media (max-width: 992px) {
	header {
		padding: 10px 15px !important;
		flex-wrap: wrap !important;
	}

	/* 汉堡菜单按钮在平板显示 */
	.hamburger-menu {
		display: flex !important;
		margin-left: 15px;
	}

	.header-left {
		width: 50% !important;
		margin-bottom: 10px !important;
	}

	.lpck-search {
		width: 100% !important;
		order: 3 !important;
		margin-top: 10px !important;
	}

	.selector-container {
		padding-left: 0 !important;
		justify-content: center !important;
		margin-bottom: 8px !important;
	}

	.option {
		font-size: 14px !important;
		padding: 0 8px !important;
	}

	form input {
		padding: 8px 12px !important;
		font-size: 14px !important;
	}

	form button {
		padding: 8px 15px !important;
		font-size: 14px !important;
	}

	/* 调整原有登录区域 */
	.lpck-login {

		width: 50% !important;
		margin-left: 0 !important;
		justify-content: flex-end !important;
	}

	.lpck-login-item {
		display: none !important;
		/* 在平板隐藏原有的登录区域 */
	}

	#logged-in-features {
		display: none !important;
		/* 在平板隐藏功能图标 */
	}

	.logo img {
		height: 35px !important;
	}

	.header-left-title img {
		height: 30px !important;
	}

	.slogan {
		font-size: 12px !important;
	}
}

/* 手机设备 (576px - 768px) */
@media (max-width: 768px) {
	header {
		padding: 8px 15px !important;
		flex-direction: row !important;
		align-items: center !important;
		box-sizing: border-box;
	}

	.carousel-width {
		width: 100% !important;
	}

	.hamburger-menu {
		display: flex !important;
		margin-left: 10px;
	}

	.lpck-login {
		display: none !important;
		/* 在手机完全隐藏原有登录区域 */
	}

	/* 调整搜索区域 */
	.lpck-search {
		order: 3;
		width: 100%;
		margin-top: 10px;
	}

	/* 调整头部布局 */
	.header-left {
		width: auto !important;
		flex: 1;
	}

	.logo img {
		height: 32px !important;
	}

	.header-left-title img {
		height: 28px !important;
	}

	.slogan {
		font-size: 11px !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}

	.selector-container {
		margin-bottom: 8px !important;
		gap: 10px !important;
	}

	.option {
		font-size: 13px !important;
		padding: 0 6px 4px !important;
	}

	form {
		display: flex !important;
		width: 100% !important;
		padding: 0px 20px !important;
		box-sizing: border-box;
	}

	form input {
		padding: 10px 12px !important;
		font-size: 16px !important;
		/* 移动端增大字体方便输入 */
		flex: 1 !important;
		min-width: 0 !important;
		/* 防止input溢出 */
	}

	form button {
		padding: 10px 20px !important;
		font-size: 16px !important;
		white-space: nowrap !important;
	}

	/* 移动端隐藏顶部导航菜单 */
	.header-menu {
		display: none !important;
	}
}

/* 小屏手机 (小于576px) */
@media (max-width: 576px) {
	header {
		padding: 6px 8px !important;
		box-sizing: border-box;
	}

	.hamburger-menu {
		width: 26px;
		height: 20px;
		margin-right: 20px;
		box-sizing: border-box;
	}

	.hamburger-menu span {
		height: 2px;
	}

	.mobile-sidebar {
		width: 90%;
	}

	.logo img {
		height: 28px !important;
	}

	.header-left-title img {
		height: 24px !important;
	}

	.slogan {
		font-size: 10px !important;
		max-width: 120px !important;
	}

	.selector-container {
		gap: 6px !important;
		margin-bottom: 6px !important;
	}

	.option {
		font-size: 12px !important;
		padding: 0 5px 3px !important;
	}

	form input {
		padding: 8px 10px !important;
		font-size: 14px !important;
	}

	form button {
		padding: 8px 15px !important;
		font-size: 14px !important;
	}
}

/* 超大屏手机 (小于480px) */
@media (max-width: 480px) {
	.header-left {
		align-items: center !important;
	}

	.logo img {
		height: 26px !important;
	}

	.header-left-title img {
		height: 22px !important;
	}

	.slogan {
		font-size: 9px !important;
		max-width: 100px !important;
	}

	.option {
		font-size: 11px !important;
	}

	form input {
		padding: 7px 10px !important;
		font-size: 13px !important;
	}

	form button {
		padding: 7px 12px !important;
		font-size: 13px !important;
	}
}

/* 横屏模式优化 */
/*@media (max-height: 480px) and (orientation: landscape) {
	header {
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		padding: 5px 10px !important;
	}

	.header-left {
		width: auto !important;
		margin-bottom: 0 !important;
		order: 1 !important;
		flex: 0 0 auto !important;
	}

	.lpck-search {
		order: 2 !important;
		margin: 0 10px !important;
		flex: 1 !important;
	}

	.hamburger-menu {
		order: 3 !important;
		margin-top: 0 !important;
	}

	.mobile-sidebar {
		width: 60%;
	}
}*/

/* ============= 移动端其他部分适配 ============= */

/* 平板设备 (768px - 992px) */
@media (max-width: 992px) {
	.lpck-header {
		width: 100% !important;
		padding: 0px 15px !important;
	}

	.header-menu-left {
		max-width: 100% !important;
		padding: 0 15px !important;
	}

	.lpck-section,
	.classify-section,
	.slideshow {
		max-width: 95% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.classify-section {
		width: 100% !important;
		border-radius: 12px !important;
	}

	.popular-individual-products {
		width: 50% !important;
	}

	.each-Commodity {
		width: 33.333% !important;
	}

	.classify-Every-last-two {
		width: 60vw !important;
	}

	.carousel-card {
		height: 240px !important;
	}

	.card-img {
		width: 100px !important;
		height: 100px !important;
	}

	.swiper-button-prev,
	.swiper-button-next {
		display: none !important;
	}
}

/* 手机设备 (576px - 768px) */
@media (max-width: 768px) {
	.slideshow {
		flex-direction: column !important;
		padding: 0 !important;
	}

	.classify-two {
		width: 100% !important;
		display: none;
		margin-bottom: 0 !important;
	}

	.carousel-container {
		width: 100% !important;
		padding: 0 5px !important;
	}

	/* 分类产品区域手机端优化 */
	.classify-section {
		width: 100% !important;
		margin: 10px auto !important;
		border-radius: 12px !important;
		padding: 0 !important;
	}

	.popular-category-products {
		flex-direction: column !important;
		width: 100% !important;
	}

	.popular-category-products-title {
		width: 100% !important;
		height: 120px !important;
		border-radius: 12px 12px 0 0 !important;
		overflow: hidden;
	}

	.popular-category-products-title img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
	}

	.popular-category-products-product {
		width: 100% !important;
		padding: 10px 8px !important;
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: space-between !important;
	}

	.popular-individual-products {
		width: 49% !important;
		padding: 8px !important;
		margin-bottom: 10px !important;
		border: 1px solid #f0f0f0 !important;
		border-radius: 8px !important;
		background-color: #fff;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	}

	.popular-individual-products-img {
		height: 140px !important;
		border-radius: 6px !important;
		border: 1px solid #f5f5f5 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		overflow: hidden;
	}

	.popular-individual-products-img img {
		width: auto !important;
		max-width: 90% !important;
		height: auto !important;
		max-height: 90% !important;
		object-fit: contain !important;
		border-radius: 4px !important;
	}

	.popular-individual-products-name {
		margin-top: 8px !important;
		height: auto !important;
		min-height: 32px !important;
		line-height: 16px !important;
		font-size: 13px !important;
		-webkit-line-clamp: 2 !important;
		font-weight: 500 !important;
		color: #333 !important;
		padding: 0 2px !important;
	}

	.popular-individual-products-price {
		margin-top: 6px !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		color: #ff6700 !important;
		height: auto !important;
	}

	.popular-individual-products-quantity {
		font-size: 11px !important;
		margin-top: 2px !important;
		color: #666 !important;
	}

	/* 询价和购物车按钮优化 */
	.popular-individual-products>div:last-child {
		margin-top: 10px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
	}

	.inquiry-Now-car {
		height: 34px !important;
		line-height: 34px !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		border-radius: 4px 0 0 4px !important;
		flex: 1;
	}

	.Shopping-cart {
		height: 34px !important;
		line-height: 34px !important;
		width: 36px !important;
		border-radius: 0 4px 4px 0 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.Shopping-cart img {
		width: 18px !important;
		height: 18px !important;
	}

	.popular-individual-products:hover {
		transform: none !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
	}

	/* 商品列表优化 */
	.commodity-Display {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: space-between !important;
		margin: 0 -5px !important;
	}

	.each-Commodity {
		width: 48% !important;
		float: none !important;
		margin-bottom: 15px !important;
		padding: 0 5px !important;
		box-sizing: border-box !important;
	}

	.each-Commodity-img {
		padding: 15px !important;
	}

	.trade-Name {
		font-size: 13px !important;
		height: auto !important;
		min-height: 36px !important;
		line-height: 18px !important;
		-webkit-line-clamp: 2 !important;
		margin-top: 8px !important;
		padding: 0 5px !important;
	}

	.each-Photo {
		height: 120px !important;
	}

	.inquiry-Now-car,
	.Shopping-cart {
		height: 32px !important;
		line-height: 32px !important;
		font-size: 14px !important;
	}

	.footer {
		padding-bottom: 20px !important;
	}

	.bottom-navigation {
		padding: 0 10px !important;
	}

	.bottom-navigation div {
		font-size: 11px !important;
	}

	/* 轮播图在移动端的显示 */
	.carousel-card {
		height: 200px !important;
		padding: 10px !important;
	}

	.card-img {
		width: 80px !important;
		height: 80px !important;
		margin-bottom: 10px !important;
	}

	.card-title {
		font-size: 16px !important;
		margin-bottom: 5px !important;
	}

	.card-desc {
		font-size: 12px !important;
	}
}

/* 小屏手机 (小于576px) */
@media (max-width: 576px) {

	/* 分类产品在小屏手机进一步优化 */
	.classify-section {
		margin: 8px auto !important;
		border-radius: 10px !important;
	}

	.popular-category-products-title {
		height: 100px !important;
	}

	.popular-category-products-product {
		padding: 8px 6px !important;
	}

	.popular-individual-products {
		width: 49% !important;
		padding: 6px !important;
		margin-bottom: 8px !important;
		border-radius: 6px !important;
	}

	.popular-individual-products-img {
		height: 120px !important;
	}

	.popular-individual-products-name {
		font-size: 12px !important;
		min-height: 28px !important;
		line-height: 14px !important;
		margin-top: 6px !important;
	}

	.popular-individual-products-price {
		font-size: 13px !important;
		margin-top: 4px !important;
	}

	.popular-individual-products-quantity {
		font-size: 10px !important;
	}

	.inquiry-Now-car {
		height: 32px !important;
		line-height: 32px !important;
		font-size: 13px !important;
	}

	.Shopping-cart {
		height: 32px !important;
		width: 34px !important;
	}

	.Shopping-cart img {
		width: 16px !important;
		height: 16px !important;
	}

	.popular-individual-products {
		width: 100% !important;
		padding: 8px !important;
	}

	.each-Commodity {
		width: 48% !important;
	}

	.each-Commodity-img {
		padding: 10px !important;
	}

	.each-Photo {
		height: 100px !important;
	}

	.trade-Name {
		font-size: 12px !important;
		min-height: 32px !important;
		line-height: 16px !important;
	}

	.popular-individual-products-img {
		height: 140px !important;
	}

	.carousel-card {
		height: 180px !important;
	}

	.card-img {
		width: 70px !important;
		height: 70px !important;
		margin-bottom: 8px !important;
	}

	.card-title {
		font-size: 14px !important;
	}

	.card-desc {
		font-size: 12px !important;
		text-align: center;
		padding: 0 5px;
	}

	.swiper-pagination-bullet {
		width: 8px !important;
		height: 8px !important;
	}

	.swiper-pagination-bullet-active {
		width: 16px !important;
	}
}

/* 超大屏手机 (小于480px) */
@media (max-width: 480px) {

	/* 分类产品在超小屏手机优化 */
	.classify-section {
		margin: 6px auto !important;
		border-radius: 8px !important;
	}

	.popular-category-products-title {
		height: 90px !important;
	}

	.popular-category-products-product {
		padding: 6px 4px !important;
	}

	.popular-individual-products {
		width: 49% !important;
		padding: 5px !important;
		margin-bottom: 6px !important;
		border-radius: 5px !important;
	}

	.popular-individual-products-img {
		height: 110px !important;
	}

	.popular-individual-products-name {
		font-size: 11px !important;
		min-height: 26px !important;
		line-height: 13px !important;
		margin-top: 5px !important;
		-webkit-line-clamp: 2 !important;
	}

	.popular-individual-products-price {
		font-size: 12px !important;
	}

	.popular-individual-products-quantity {
		font-size: 10px !important;
	}

	.inquiry-Now-car {
		height: 30px !important;
		line-height: 30px !important;
		font-size: 12px !important;
		border-radius: 3px 0 0 3px !important;
	}

	.Shopping-cart {
		height: 30px !important;
		width: 32px !important;
		border-radius: 0 3px 3px 0 !important;
	}

	.Shopping-cart img {
		width: 15px !important;
		height: 15px !important;
	}

	/* 当产品名称非常长时，确保布局不混乱 */
	.popular-individual-products-name {
		word-break: break-word !important;
		hyphens: auto !important;
	}

	.each-Commodity {
		width: 48% !important;
		padding: 0 4px !important;
		margin-bottom: 8px !important;
	}

	.each-Commodity-img {
		padding: 8px !important;
	}

	.each-Photo {
		height: 90px !important;
	}

	.trade-Name {
		font-size: 11px !important;
		min-height: 26px !important;
		line-height: 13px !important;
		padding: 0 2px !important;
		margin-top: 6px !important;
	}

	.Uniform-size-title {
		font-size: 16px !important;
		padding-left: 8px !important;
		margin-left: 5px !important;
	}

	.subheading {
		font-size: 12px !important;
		padding-left: 15px !important;
		margin-left: 5px !important;
	}

	/* 轮播图在超小屏的显示 */
	.carousel-card {
		height: 160px !important;
	}

	.card-img {
		width: 60px !important;
		height: 60px !important;
	}

	.card-title {
		font-size: 13px !important;
	}

	.card-desc {
		font-size: 11px !important;
	}
}

/* 横屏模式 */
/*@media (max-height: 480px) and (orientation: landscape) {

	!* 横屏模式下商品列表改为3列 *!
	.each-Commodity {
		width: 32% !important;
	}

	!* 横屏模式下分类产品也改为3列 *!
	.popular-individual-products {
		width: 32% !important;
	}

	.popular-individual-products-img {
		height: 100px !important;
	}
}*/

/* 移动端触摸反馈 */
@media (max-width: 768px) {

	/* 按钮触摸反馈 */
	button,
	.inquiry-Now-car,
	.Shopping-cart,
	.classify-Every-last,
	.header-menu-left-item,
	.option {
		-webkit-tap-highlight-color: transparent;
		transition: background-color 0.2s, transform 0.1s;
	}

	button:active,
	.inquiry-Now-car:active,
	.Shopping-cart:active {
		transform: scale(0.95);
		opacity: 0.9;
	}

	/* 分类产品触摸反馈 */
	.popular-individual-products:active {
		transform: scale(0.98) !important;
		opacity: 0.95;
	}

	/* 防止双击缩放 */
	* {
		-webkit-touch-callout: none;
	}

	/* 优化文字选择 */
	p,
	span,
	div,
	a {
		-webkit-user-select: none;
		user-select: none;
	}

	/* 输入框优化 */
	input,
	textarea {
		font-size: 16px !important;
	}

	/* 滚动优化 */
	.classify-Every-last-two {
		-webkit-overflow-scrolling: touch;
		overflow-y: auto;
		max-height: 60vh;
	}
}

/* 移动端滚动条隐藏 */
@media (max-width: 768px) {
	::-webkit-scrollbar {
		display: none;
		width: 0;
	}

	* {
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
}