.headerbanner_pc {
	display: block;
	width: 100%;
}

.qr-overlay-background {
	display: none;
}

/* 确保移动端二维码遮罩可以显示 */
@media (max-width: 768px) {
	.qr-overlay-background {
		display: flex !important;
	}
}

img {
	vertical-align: top;
}

.headerbanner_mode {
	display: none;
	width: 100%;
}

.conterImage_pc {
	display: block;
	width: 100%;
	position: relative;
	
}

.conterImage_pc img {
	width: 100%;
}

.conterImage_mode img {
	width: 100%;
}

.conterImage_mode {
	display: none;
	width: 100%;
}

.page_tab {
	background-color: #4269E0;
}

.page-bartab ul {
	flex-wrap: nowrap !important;
	/* 禁止换行 */
	overflow-x: auto;
	/* 横向滚动 */
	-webkit-overflow-scrolling: touch;
	/* iOS 惯性滚动 */
	scrollbar-width: none;
	/* Firefox 隐藏滚动条 */
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-bartab ul::-webkit-scrollbar {
	display: none;
	/* 隐藏 Chrome/Edge 滚动条 */
}

.page-bartab li {
	flex: 0 0 auto;
	/* 不被压缩 */
	white-space: nowrap;
	/* 文字不换行 */
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.7);
	transition: all 0.3s ease;
	position: relative;
	margin-right: 8px;
}

.page-bartab li:hover {
	color: rgba(255, 255, 255, 0.9);
	background-color: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
}

.page-bartab li.active {
	color: #fff;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
}

.page-bartab li.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 3px;
	background: linear-gradient(90deg, transparent, #fff, transparent);
	border-radius: 2px;
}

.butt-mode_bag {
	position: relative;
}

.butt-pc_bag {
	position: relative;
}

.anniu1 {
	position: absolute;
	right: 20px;
	top: 5px;
	z-index: 2;
	font-size: 10px;
	border-radius: 20px;
}

.anniu1-pc {
	position: absolute;
	right: 7%;
	top: 50%;
	transform: translate(0, -50%);
}

.soution_pc {
	display: block;
	background-image: url('../images/index/paper-bag.png');
	background-size: 100% 100%;
	padding: 80px 160px 80px 160px;
}

.soution_mode {
	display: none;
	background-image: url('../images/index/paper-bag.png');
	background-size: 100% 100%;
}


.solution-section {
	padding: 50px 20px;

}

.solution-row {
	display: flex;
	align-items: stretch;
	/* 保证左右列等高 */
	gap: 30px;
	flex-wrap: wrap;
	/* 小屏方便换行 */
}

.solution-col {
	flex: 1;
	/* background: #fff; */
	border-radius: 12px;
	/* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); */

	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* 左侧文字 */
.solution-title {
	font-weight: 700;
	font-size: 1.6rem;
	color: #2563eb;
}

.solution-subtitle {
	font-size: 0.9rem;
	color: #6c757d;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.solution-list {
	list-style: none;
	padding-left: 0;
}

.solution-list li {
	margin-bottom: 8px;
}

.solution-list li::before {
	content: "• ";
	color: #2563eb;
	font-weight: bold;
}

.phone {
	font-size: 1.2rem;
	font-weight: 600;
	color: #2563eb;
	margin-top: 20px;
}

/* 表单 */
.form-control {
	border-radius: .5rem;
	padding: .6rem .9rem;
}

.btn-custom {
	background: #2563eb;
	color: #fff;
	border-radius: .5rem;
	padding: .7rem 1.5rem;
	font-weight: 500;
	border: none;
	transition: background .25s;
}

.btn-custom:hover {
	background: #1d4ed8;
	color: #fff;
}

.image_select {
	background-image: url('../images/index/paper-bag.png');
	background-size: 100% 100%;
	width: 100%;

}

.device_nei {
	width: 100%;
}

.deviceTitle {
	text-align: left;
	font-weight: bold;
	color: #4269E0;
	font-size: 3rem;
}

.deviceFanwei {
	text-align: left;
	font-weight: bold;
	color: #4269E0;
	font-size:2.5rem;
	padding-bottom: 60px;

}



/*瑞丽深度开始*/
.flash4 {
	width: 100%;
	max-width: 100%;
	height: 430px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.flash4 ul {
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.flash4 ul li {
	/* 默认收缩宽度：calc((100% - 展开宽度 - 间距总和) / (总数量 - 1)) */
	/* 6个li，1个展开，5个收缩，5个间距 */
	width: calc((100% - 650px - 40px) / 5);
	min-width: 80px;
	max-width: none;
	flex-basis: calc((100% - 650px - 40px) / 5);
	flex-shrink: 0;
	flex-grow: 0;
	height: 430px;
	position: relative;
	overflow: hidden;
	transition: width 0.5s ease, flex-basis 0.5s ease;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-right: 8px;
}

.flash4 ul li:last-child {
	margin-right: 0;
}

.flash4 ul li.first {
	/* 展开宽度：650px（适配container可用宽度） */
	width: 650px;
	min-width: 500px;
	max-width: none;
	flex-basis: 650px;
	flex-shrink: 0;
	flex-grow: 0;
}

.flash4 ul li .imgTop {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.flash4 ul li .imgTop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.5s ease;
}

.flash4 ul li .imgTop img.tm {
	opacity: 1;
}

.flash4 ul li .imgCen {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	padding: 20px;
	background: linear-gradient(to top, rgba(96, 120, 216, 0.9) 0%, rgba(96, 120, 216, 0.6) 100%);
	backdrop-filter: blur(5px);
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}

.flash4 ul li.collapsed .imgTop img {
	width: 650px;
	height: 430px;
	object-fit: cover;
	object-position: left center;
	
	
}

.flash4 ul li:not(.collapsed) .imgTop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: translateX(0);
}

.flash4 ul li.collapsed .imgCen {
	display: block;
	height: 60px;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 10px;
	background: linear-gradient(to top, rgba(96, 120, 216, 0.9) 0%, rgba(96, 120, 216, 0.6) 100%);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 支持solutions.html的.ovrly结构 */
.flash4 ul li .ovrly {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: linear-gradient(to top, rgba(109, 114, 183, 1) 0%, rgba(109, 114, 183, 0) 100%);
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 20px;
	border-radius: 8px;
}

.flash4 ul li.collapsed .ovrly {
	top: 0;
	/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%); */
	/* border-top-left-radius: 8px; */
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	height: 207px;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

/* 在收缩状态下隐藏br标签后的内容 */
.flash4 ul li.collapsed .ovrly .cooperation p br {
	display: none;
}

/* 在收缩状态下只显示第一行文本 */
.flash4 ul li.collapsed .ovrly .cooperation p {
	position: absolute !important;
	bottom: 5% !important;
	left: 5% !important;
	top: auto !important;
	color: #fff !important;
	font-size: 14px !important;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.2;
	max-height: 20px;
	padding-bottom: 30px;
}

/* 展开状态下显示完整文本 */
.flash4 ul li:not(.collapsed) .ovrly .cooperation p {
	position: absolute !important;
	bottom: 5% !important;
	left: 5% !important;
	color: #fff !important;
	font-size: 1rem !important;
	margin: 0;
	white-space: normal;
	line-height: 1.4;
	max-height: none;
	overflow: visible;
	
}

.flash4 ul li:not(.collapsed) .ovrly .cooperation p br {
	display: inline;
}

/* 悬停效果 */
.flash4 ul li:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.flash4 ul li:hover .imgTop img {
	transform: scale(1.05);
}

/* 响应式设计 */
@media (max-width: 1200px) {
	.flash4 {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.flash4 ul li {
		width: calc((100% - 550px - 30px) / 5);
		min-width: 70px;
		max-width: none;
		flex-basis: calc((100% - 550px - 30px) / 5);
		margin-right: 6px;
	}
	
	.flash4 ul li.first {
		width: 550px;
		min-width: 450px;
		max-width: none;
		flex-basis: 550px;
	}
	
	.flash4 ul li.collapsed .imgTop img {
		width: 550px;
		transform: translateX(-80px);
	}
}

@media (max-width: 768px) {
	.flash4 {
		height: 300px;
		padding: 0 50px;
	}
	
	.flash4 ul li {
		width: 60px;
		height: 300px;
		margin-right: 4px;
	}
	
	.flash4 ul li.first {
		width: 120px;
	}
	
	.flash4 ul li .imgCen {
		height: 50px;
		font-size: 12px;
		padding: 10px 8px;
	}
	
	.flash4 ul li.collapsed .imgCen {
		height: 30px;
		font-size: 10px;
		padding: 5px 6px;
	}
	
	.flash4 ul li.collapsed .imgTop img {
		width: 120px;
		height: 300px;
		transform: translateX(-30px);
	}
}






/* 芙绿水次氯酸产品优势样式 */
.fulu-water-advantages {
	background: linear-gradient(135deg, #f8f9ff 0%, #e8f0ff 50%, #d6e7ff 100%);
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.fulu-water-advantages::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
				radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.8) 0%, transparent 50%);
	animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
}

.section-title-wrap {
	text-align: center;
	margin-bottom: 60px;
}

.section-en {
	font-size: 16px;
	color: #6d72b7;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-transform: uppercase;
	opacity: 0.3;
}

.section-title {
	font-size: 36px;
	color: #2c3e50;
	font-weight: 700;
	margin: 0;
	position: relative;
}

/* .section-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #6d72b7, #4a90e2);
	border-radius: 2px;
} */

/* 五大优势网格 */
.advantages-grid {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
/* 	padding: 0 20px; */
	gap: 20px;
}

.advantage-item {
	padding: 15px 10px;
	position: relative;
	flex: 0 0 auto;
	text-align: center;
	transition: all 0.3s ease;
	min-width: 100px;
}

.advantage-item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background: linear-gradient(to bottom, transparent, #4168dd, transparent);
}

.advantage-icon {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: linear-gradient(135deg, #f8f9ff 0%, #e8f0ff 100%); */
	border-radius: 50%;
	/* box-shadow: 0 4px 15px rgba(65, 104, 221, 0.1); */
	transition: all 0.3s ease;
}

.icon-cross {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.bottle-icon, .droplet-icon, .face-icon, .plus-icon, .smell-icon {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.bottle-icon {
	background-image: url('../images/products/f1.png');
}

.droplet-icon {
	background-image: url('../images/products/f2.png');
}

.face-icon {
	background-image: url('../images/products/f3.png');
}

.plus-icon {
	background-image: url('../images/products/f4.png');
}

.smell-icon {
	background-image: url('../images/products/f5.png');
}

.advantage-item h3 {
	color: #4168dd;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	transition: all 0.3s ease;
}

.advantage-item:hover {
	transform: translateY(-5px);
}

.advantage-item:hover .advantage-icon {
	/* background: linear-gradient(135deg, #4168dd 0%, #5a7ce8 100%); */
	box-shadow: 0 8px 25px rgba(65, 104, 221, 0.3);
	transform: scale(1.05);
}

.advantage-item:hover .icon-cross circle,
.advantage-item:hover .icon-cross path {
	stroke: #ffffff;
}

.advantage-item:hover h3 {
	color: #4168dd;
	transform: translateY(-2px);
}

/* 三大功能展示 */
.features-showcase {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-bottom: 40px;
}

.feature-panel {
	background: white;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	border: 2px dashed transparent;
	position: relative;
	overflow: hidden;
	min-height: 400px;
}

.feature-panel:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	border-color: #6d72b7;
}

.feature-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.8;
	z-index: 1;
}

.feature-panel-1 .feature-bg {
	background-image: url('../images/products/f_bag1.png');
}

.feature-panel-2 .feature-bg {
	background-image: url('../images/products/f_bag2.png');
}

.feature-panel-3 .feature-bg {
	background-image: url('../images/products/f_bag3.png');
}

.feature-image {
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.tooth-container, .teeth-container, .bottle-container {
	position: relative;
	width: 200px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tooth, .teeth, .spray-bottle {
	width: 200px;
	height: 200px;
}

/* 动画效果 */
@keyframes float {
	0%, 100% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
}

@keyframes bubble {
	0% { transform: translateY(0) scale(0); opacity: 0; }
	50% { opacity: 1; }
	100% { transform: translateY(-100px) scale(1); opacity: 0; }
}

@keyframes splash {
	0% { transform: scale(0) rotate(0deg); opacity: 0; }
	50% { opacity: 1; }
	100% { transform: scale(1.5) rotate(180deg); opacity: 0; }
}

@keyframes particle {
	0% { transform: translateY(0) scale(0); opacity: 0; }
	50% { opacity: 1; }
	100% { transform: translateY(-80px) scale(1); opacity: 0; }
}

@keyframes spray {
	0% { transform: translateX(0) scale(0); opacity: 0; }
	50% { opacity: 1; }
	100% { transform: translateX(50px) scale(1); opacity: 0; }
}

.bacteria, .water-splash, .particles, .spray-effect {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.bacterium, .splash, .particle, .spray {
	position: absolute;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

.bacterium-1 { top: 20%; left: 30%; animation: float 3s ease-in-out infinite; }
.bacterium-2 { top: 60%; left: 70%; animation: float 3s ease-in-out infinite 0.5s; }
.bacterium-3 { top: 40%; left: 20%; animation: float 3s ease-in-out infinite 1s; }
.bacterium-4 { top: 80%; left: 50%; animation: float 3s ease-in-out infinite 1.5s; }

.bubble-1 { top: 70%; left: 20%; width: 8px; height: 8px; background: rgba(74, 144, 226, 0.6); border-radius: 50%; animation: bubble 2s ease-in-out infinite; }
.bubble-2 { top: 50%; left: 60%; width: 6px; height: 6px; background: rgba(74, 144, 226, 0.4); border-radius: 50%; animation: bubble 2s ease-in-out infinite 0.5s; }
.bubble-3 { top: 30%; left: 40%; width: 10px; height: 10px; background: rgba(74, 144, 226, 0.8); border-radius: 50%; animation: bubble 2s ease-in-out infinite 1s; }

.splash-1 { top: 60%; left: 30%; width: 20px; height: 20px; background: radial-gradient(circle, rgba(74, 144, 226, 0.6) 0%, transparent 70%); animation: splash 2s ease-in-out infinite; }
.splash-2 { top: 40%; left: 70%; width: 15px; height: 15px; background: radial-gradient(circle, rgba(74, 144, 226, 0.4) 0%, transparent 70%); animation: splash 2s ease-in-out infinite 0.7s; }
.splash-3 { top: 80%; left: 50%; width: 25px; height: 25px; background: radial-gradient(circle, rgba(74, 144, 226, 0.8) 0%, transparent 70%); animation: splash 2s ease-in-out infinite 1.3s; }

.particle-1 { top: 20%; left: 40%; width: 4px; height: 4px; background: #4A90E2; border-radius: 50%; animation: particle 2s ease-in-out infinite; }
.particle-2 { top: 50%; left: 20%; width: 3px; height: 3px; background: #6d72b7; border-radius: 50%; animation: particle 2s ease-in-out infinite 0.3s; }
.particle-3 { top: 70%; left: 80%; width: 5px; height: 5px; background: #4A90E2; border-radius: 50%; animation: particle 2s ease-in-out infinite 0.6s; }
.particle-4 { top: 30%; left: 70%; width: 3px; height: 3px; background: #6d72b7; border-radius: 50%; animation: particle 2s ease-in-out infinite 0.9s; }

.spray-1 { top: 30%; left: 60%; width: 15px; height: 3px; background: linear-gradient(90deg, rgba(74, 144, 226, 0.8) 0%, transparent 100%); animation: spray 2s ease-in-out infinite; }
.spray-2 { top: 50%; left: 70%; width: 12px; height: 2px; background: linear-gradient(90deg, rgba(74, 144, 226, 0.6) 0%, transparent 100%); animation: spray 2s ease-in-out infinite 0.4s; }
.spray-3 { top: 70%; left: 65%; width: 18px; height: 4px; background: linear-gradient(90deg, rgba(74, 144, 226, 0.9) 0%, transparent 100%); animation: spray 2s ease-in-out infinite 0.8s; }

/* 功能说明文字 */
.features-descriptions {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 40px;
}

.feature-desc {
	text-align: left;
	padding: 20px;
	/* background: rgba(255, 255, 255, 0.8); */
	/* border-radius: 12px; */
	/* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
	transition: all 0.3s ease;
}

.feature-desc:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.feature-desc p {
	color: #2c3e50;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

/* 响应式设计 */
@media (max-width: 1200px) {
	.advantages-grid {
		flex-wrap: wrap;
		gap: 30px;
		justify-content: center;
	}
	
	.advantage-item {
		flex: 0 0 calc(50% - 15px);
		min-width: 140px;
	}
	
	.advantage-item:nth-child(2n)::after {
		display: none;
	}
	
	.features-showcase {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	
	.features-descriptions {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.fulu-water-advantages {
		padding: 60px 0;
	}
	
	.section-title {
		font-size: 28px;
	}
	
	.advantages-grid {
		flex-direction: column;
		gap: 10px;
		justify-content: center;
	}
	
	.advantage-item {
		flex: none;
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}
	
	.advantage-item::after {
		display: none;
	}
	
	.advantage-icon {
		width: 60px;
		height: 60px;
	}
	
	.bottle-icon, .droplet-icon, .face-icon, .plus-icon, .smell-icon {
		width: 40px;
		height: 40px;
	}
	
	.advantage-item h3 {
		font-size: 16px;
	}
	
	.features-showcase {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.feature-panel {
		padding: 20px;
		min-height: 300px;
	}
	
	.feature-image {
		height: 200px;
	}
	
	.tooth-container, .teeth-container, .bottle-container {
		width: 150px;
		height: 150px;
	}
	
	.tooth, .teeth, .spray-bottle {
		width: 150px;
		height: 150px;
	}
	
	.features-descriptions {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.feature-desc {
		padding: 15px;
	}
	
	.feature-desc p {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.section-title {
		font-size: 24px;
	}
	
	.deviceTitle {
		font-size: 1.0rem;
	}
	
	.deviceFanwei {
		font-size: 0.8rem;
	}
	
	.advantage-icon {
		width: 50px;
		height: 50px;
	}
	
	.bottle-icon, .droplet-icon, .face-icon, .plus-icon, .smell-icon {
		width: 35px;
		height: 35px;
	}
	
	.advantage-item h3 {
		font-size: 14px;
	}
	
	.feature-panel {
		padding: 15px;
		min-height: 250px;
	}
	
	.feature-image {
		height: 150px;
	}
	
	.tooth-container, .teeth-container, .bottle-container {
		width: 120px;
		height: 120px;
	}
	
	.tooth, .teeth, .spray-bottle {
		width: 120px;
		height: 120px;
	}
}

.list_bag {
	background-image: url('../images/products/list_bag.png');
	background-size: 100% 100%;
}

.custom-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	transition: all 0.3s ease;
	overflow: hidden;
	background-color: #fff;
	margin-top: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.custom-card:hover {
	border-color: #70AAF6;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transform: scale(1.05);
	/* 放大效果 */
	z-index: 1;
	/* 确保放大的卡片在上层 */
}

.custom-card img {
	border-radius: 12px 12px 0 0;
	padding: 8px;
	object-fit: cover;
	width: 100%;
	height: 260px;
	transition: background-color 0.3s ease;
	/* 添加过渡效果 */
	flex-shrink: 0;
}

.custom-card .p-3 {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

/* 确保同一行的卡片等高 - 仅针对包含custom-card的列 */
.row > [class*="col-"]:has(.custom-card) {
	display: flex;
	flex-direction: column;
}

.row > [class*="col-"]:has(.custom-card) > .custom-card {
	flex: 1;
}

/* 兼容不支持:has()的浏览器 */
.row > [class*="col-"] > .custom-card {
	height: 100%;
}

.custom-card-title {
	color: #70AAF6;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	/* 限制标题显示为最多2行 */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
	min-height: 2.8em; /* 确保即使只有一行，也保持一定高度 */
}

.custom-card-text {
	color: #B2B2B2;
	font-size: 0.95rem;
}

.custom-card:hover img {
	background-color: rgba(112, 170, 246, 0.3);
	/* 背景色特效 */
}

/* ---- 响应式微调 ---- */
@media (max-width: 991px) {
	.conterImage_pc {
		display: none;
		width: 100%;
	}

	.conterImage_pc img {
		width: 100%;
	}

	.conterImage_mode img {
		width: 100%;
	}

	.conterImage_mode {
		display: block;
		width: 100%;
	}

	.solution-row {
		gap: 20px;
	}

	.solution-title {
		font-size: 1.4rem;
	}

	.phone {
		font-size: 1rem;
	}

	.soution_pc {
		display: none;
	}

	.soution_mode {
		display: block;
		background-image: url('../images/products/from_bag.png');
		background-size: 100% 100%;
	}

	.deviceTitle {
		text-align: left;
		padding-left: 20px;
		font-weight: bold;
		color: #4269E0;
		font-size: 1.3rem;
	}

	.deviceFanwei {
		text-align: left;
		padding-left: 20px;
		font-weight: bold;
		color: #4269E0;
		font-size: 1.0rem;
		padding-bottom: 0;
	}
}

@media (max-width: 768px) {
	.solution-row {
		flex-direction: column;
		/* 手机上下排列 */
	}
	
	.deviceTitle {
		font-size: 1.1rem;
	}
	
	.deviceFanwei {
		font-size: 0.9rem;
	}
}

.fixed-action-buttons {
	position: fixed;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	z-index: 9998;
}

.action-button-container {
	position: relative;
	margin-bottom: 15px;
}

.action-button {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	font-size: 1.8rem;
}

.action-button:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.phone-action-button {
	background-color: #426ae0;
	color: white;
	position: relative;
}

/* PC端电话号码提示框 */
.phone-action-button::after {
	content: '☎ 400-859-1088';
	position: absolute;
	bottom: 100%;
	left: -45%;
	transform: translateX(-50%);
	background-color: #426ae0;
	color: white;
	padding: 16px 24px;
	border-radius: 16px;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	pointer-events: none;
	z-index: 1000;
	margin-bottom: 16px;
	box-shadow: 0 12px 30px rgba(66, 106, 224, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.phone-action-button::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-top-color: #2196F3;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	pointer-events: none;
	z-index: 1000;
	margin-bottom: 6px;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* PC端悬停显示电话号码 */
@media (min-width: 769px) {
	.phone-action-button:hover::after,
	.phone-action-button:hover::before {
		opacity: 1;
		visibility: visible;
	}
}

/* 手机端点击拨打电话 */
@media (max-width: 768px) {
	.phone-action-button {
		cursor: pointer;
	}
}

.wechat-action-button {
	background-color: #426ae0;
	color: white;
}

/* 桌面端二维码弹窗样式 */
.qr-code-modal {
	position: absolute;
	top: 70px;
	right: 0;
	background: white;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	width: 200px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 9999;
}

.qr-code-modal:after {
	content: '';
	position: absolute;
	top: -10px;
	right: 20px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
}

.qr-code-modal.active {
	opacity: 1;
	visibility: visible;
}

.qr-code-image {
	width: 100%;
	height: auto;
	border-radius: 6px;
	margin-bottom: 10px;
}

.qr-code-text {
	text-align: center;
	font-size: 14px;
	color: #333;
	margin: 0;
}

.modal-close-button {
	position: absolute;
	top: 8px;
	right: 10px;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #999;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.2s;
}

.modal-close-button:hover {
	background-color: #f5f5f5;
	color: #333;
}

/* 移动端样式 */
@media (max-width: 768px) {
	.fixed-action-buttons {
		top: auto;
		bottom: 20px;
		right: 20px;
		transform: none;
		flex-direction: column-reverse;
	}

	.action-button-container {
		margin-bottom: 10px;
	}

	.action-button {
		width: 70px;
		height: 70px;
		font-size: 2rem;
	}

	/* 移动端二维码全屏遮罩 */
	.qr-overlay-background {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.85);
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 9999;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		padding: 20px;
	}

	.qr-overlay-background.active {
		opacity: 1;
		visibility: visible;
	}

	.mobile-qr-modal {
		background: white;
		border-radius: 16px;
		padding: 30px 25px;
		width: 100%;
		max-width: 320px;
		text-align: center;
		box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
		position: relative;
		animation: modal-pop-in 0.4s ease-out;
		z-index: 10000;
	}

	@keyframes modal-pop-in {
		0% {
			transform: scale(0.8);
			opacity: 0;
		}

		100% {
			transform: scale(1);
			opacity: 1;
		}
	}

	.mobile-qr-image {
		width: 100%;
		height: auto;
		border-radius: 8px;
		margin-bottom: 15px;
		border: 1px solid #eee;
	}

	.mobile-qr-title {
		margin-bottom: 10px;
		color: #333;
		font-size: 1.3rem;
	}

	.mobile-qr-text {
		color: #666;
		font-size: 0.95rem;
		margin-bottom: 5px;
	}

	.mobile-close-button {
		position: absolute;
		top: 15px;
		right: 15px;
		background: rgba(0, 0, 0, 0.1);
		border: none;
		font-size: 24px;
		cursor: pointer;
		color: #333;
		width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		transition: all 0.2s;
		z-index: 10001;
	}

	.mobile-close-button:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.qr-instruction-text {
		font-size: 0.85rem;
		color: #999;
		margin-top: 15px;
	}
}

/* 遮罩层用于点击空白处关闭 */
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	z-index: 999;
	display: none;
}

.modal-backdrop.active {
	display: block;
}
.header_box{
	width: 100%;
	background-image: url('../images/products/header_box.png');
	background-size: 100% 100%;
}
.section-title-wrap {
				width: 100%;
				text-align: center;
				position: relative;
				text-align: center;
				display: inline-block;
				margin: 2rem auto;

			}

			/* 现有样式 */
			.section-en {
			    font-size: 4rem;
			    color: rgba(121, 154, 237, 0.12);
			    font-weight: 800;
			    text-transform: uppercase;
			    letter-spacing: 3px;
			    position: relative;
			    z-index: 1;
			    line-height: 1.2;
			    display: inline-block;
			    padding: 0.5rem 1rem;
			}
			
			.section-title {
			    position: absolute;
			    top: 60%;
			    left: 50%;
			    transform: translate(-50%, -50%);
			    color: #4168dd;
			    font-size: 2.8rem;
			    font-weight: 700;
			    z-index: 2;
			    white-space: nowrap;
			    background: transparent;
			}
			
			.section-subtitle {
			    color: #9a9a9a;
			    text-align: left;
			}
			
			
			/* ✅ 移动端优化样式 */
			@media (max-width: 768px) {
			    .section-en {
			        font-size: 2.2rem; /* 缩小英文字体 */
			        letter-spacing: 2px;
			        padding: 0.3rem 0.5rem;
			    }
			
			    .section-title {
			        font-size: 1.6rem; /* 缩小中文标题字体 */
			        top: 55%;          /* 微调垂直位置 */
			    }
			
			    .section-subtitle {
			        font-size: 0.9rem; /* 调整副标题 */
			        text-align: center; /* 移动端改为居中 */
			        line-height: 1.4;
			        margin-top: 0.5rem;
			    }
			}
			
			/* ✅ 更小屏幕（手机竖屏）再优化 */
			@media (max-width: 480px) {
			    .section-en {
			        font-size: 1.8rem;
			    }
			
			    .section-title {
			        font-size: 1.4rem;
			        white-space: normal; /* 如果标题太长允许换行 */
			        text-align: center;
			    }
			
			    .section-subtitle {
			        font-size: 0.85rem;
			    }
			}
			.solve_box{
				padding: 0 150px 0 150px;
			}
			.product-section {
			    background-image: url('../images/products/header_bag.png');
			    background-size: 100% 100%;
			    background-position: center;
			    padding: 140px 0 180px 0;
			}
			.product-title {
			    font-size: 1.9rem;
			    font-weight: bold;
			    color: #4269E0;
			    margin-bottom: 10px;
			}
			
			.product-subtitle {
			    font-size: 0.8rem;
			    color: #4269E0;
			    margin-bottom: 40px;
			}
			
			.product-image-left {
			   
			    border-radius: 10px;
			   
			}
			
			.product-image-right {
			    width: 100% !important;
			    height: auto;
			    border-radius: 10px;
			    
			}
			.bottle_background{
				background-image: url('../images/index/paper-bag.png');
				background-size: 100% 100%;
				background-position: center;
				padding: 140px 0 180px 0;
			}
			.description_bag{
				background-image: url('../images/products/bottle_bag.png');
				background-size: 100% 100%;
				background-position: center;
				padding: 140px 0 180px 0;
			}
			/* 响应式设计 */
			@media (max-width: 768px) {
			    .product-section {
			        padding: 60px 0;
			    }
			    
			    .product-title {
			        font-size: 2rem;
			    }
			    
			    .product-subtitle {
			        font-size: 0.9rem;
			    }
				.bottle_background{
					 padding: 60px 0;
				}
				.description_bag{
					padding: 60px 0;
				}
			}
			
			@media (max-width: 576px) {
			    .product-title {
			        font-size: 1.8rem;
			    }
			    
			    .product-subtitle {
			        font-size: 0.8rem;
			    }
			}