/* CSS Document */
@charset "UTF-8";
@font-face {
	font-family: 'CustomFont';
	src: local('CustomFont Local Name'), url('../font/SourceHanSerifCN-Heavy.otf') format('opentype'), url('../font/SourceHanSerifCN-Heavy.woff') format('woff'), url('../font/SourceHanSerifCN-Heavy.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Source';
	src: local('Source Han Serif SC'),  url('../font/SourceHanSerifSC-Regular.otf') format('opentype'),  url('../font/SourceHanSerifSC-Regular.woff') format('woff'),  url('../font/font715.ttf') format('truetype');
	font-weight: 100 900; /* 如果是可变字体 */
	/* 如果是普通字体，可以改为具体字重，例如：font-weight: 400; */
	font-style: normal;
	font-display: swap;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'CustomFont', "Microsoft YaHei", "SimHei", sans-serif;
}
p {
	font-family:"Source"; "Microsoft YaHei", "SimHei", sans-serif;
}
body {
	/* font-family: 'CustomFont', 'sans-serif', 'song'; */
	background: url("../image/bodybg_02.jpg") repeat;
}
body a {
	text-decoration: none;
	color: #fff;
}
li a {
	font-family:"Source"; "Microsoft YaHei", "SimHei", sans-serif;
}
p a {
	font-family:"Source"; "Microsoft YaHei", "SimHei", sans-serif;
}
header {
	padding: 0 20px;
	z-index: 1000;
}
.see-more:hover {
}
.btn .sub {
	width: 150px;
	height: 40px;
	border-radius: 20px;
	outline: none;
	border: none;
	font-size: 1rem;
}
.nav-menu a {
	font-family: 'CustomFont', "Microsoft YaHei", "SimHei", sans-serif;
}
.zyt-herbal-center-title {
	font-family: "CustomFont","Microsoft YaHei", "SimHei", sans-serif;
}
@media screen and (min-width: 769px) {
.mobile-brand {
	display: none;
}
}
@media screen and (min-width:1024px) {
.bottom-fixed {
	display: none;
}
.module-item {
	flex: 1 1 150px;
	max-width: 150px;
	text-align: center;
	padding: 0px 10px;
}
.module-name {
	font-size: 0.7rem;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
}
.nav-container {
	max-width: 80%;
	margin: 25px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 40px;
	position: relative;
}
.nav-left, .nav-right {
	display: flex;
	list-style: none;
	flex-direction: row;
}
.nav-left li, .nav-right li {
	margin: 0 20px;
}
.nav-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	padding: 8px 0;
	position: relative;
}
.title {
	width: 80%;
	margin: 0 auto;
	color: #e6caa4;
	font-size: 1.3rem;
	text-transform: uppercase;
}
.nav-menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: width 0.3s ease;
}
.nav-menu a:hover::after {
	width: 100%;
}
.nav-menu a.active {
	font-weight: 700;
}
.nav-menu a.active::after {
	width: 100%;
}
.brand {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 20px;
	border-radius: 8px;
	text-align: center;
}
.brand img {
	width: 49%;
}
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	width: 30px;
	height: 24px;
	justify-content: space-between;
	background: transparent;
	border: none;
	padding: 0;
	z-index: 1001;
}
.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.mobile-nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 320px;
	height: 100vh;
	background-color: #a82328;
	padding: 80px 20px 20px;
	transition: right 0.4s ease;
	z-index: 1000;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}
.mobile-nav.active {
	right: 0;
}
.mobile-nav-list {
	list-style: none;
}
.mobile-nav-list li {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
}
.mobile-nav-list a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 8px 0;
}
.mobile-nav-list a.active {
	font-weight: 700;
	color: #ffd700;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.overlay.active {
	display: block;
	opacity: 1;
}
.stellar-banner-slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	aspect-ratio: 16/6;
	margin: 0 auto;
	overflow: hidden;
}
.stellar-banner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.stellar-banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	pointer-events: none;
}
.stellar-banner-item.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}
.stellar-banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stellar-banner-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	font-size: 20px;
	border: none;
	display: none;
	outline: none;
	transition: background-color 0.3s ease;
}
.stellar-banner-arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.stellar-banner-prev {
	left: 20px;
}
.stellar-banner-next {
	right: 20px;
}
.stellar-banner-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 100;
}
.stellar-banner-indicator {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.stellar-banner-indicator.active {
	background-color: #fff;
	transform: scale(1.2);
}
.lm2 {
	width: 100%;
	background: url("../image/lm2bg_02.jpg") no-repeat center bottom;
	background-size: 100%;
}
.pain-breakthrough {
	width: 100%;
	/* max-width: 1600px; */
	margin: 0 auto;
	padding: 2rem 1rem;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	gap: 0rem;
	justify-content: flex-start;
	align-content: center;
	flex-direction: row;
}
.pain-title {
	color: #F2E8CF;
	text-align: left;
	flex: 0 0 20%;
	min-width: 180px;
	padding-left: 1rem;
	display: flex;
	align-items: flex-start;
	height: 100%;
	justify-content: flex-end;
	align-content: flex-start;
	flex-direction: row;
}
.pain-title h2 {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
}
.pain-cards-container {
	flex: 1;
}
.pain-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 0.5rem;
}
.pain-card {
	flex: 1 1 calc(14% - 1rem);
	min-width: 120px;
	text-align: center;
	margin-bottom: 1rem;
}
.pain-img-box {
	width: 100%;
	aspect-ratio: 3/4;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pain-img-box img {
	width: 90%;
	height: 90%;
	object-fit: cover;
}
.pain-card p {
	color: #972c2a;
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
}
.pain-card p a {
	text-decoration: none;
	color: #972c2a;
}
.pain-title {
	flex: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 1rem;
}
.pain-cards {
	justify-content: center;
}
.pain-card {
	flex: 1 1 calc(16% - 1rem);
}
.hot-compress-container {
	width: 100%;
	min-height: 500px;
	padding: 15px 20px;
	color: #fff;
	background: url("") no-repeat center center;
	background-size: 90%;
}
.title-wrapper {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.main-title {
	font-size: 1.2rem;
	letter-spacing: 2px;
	color: #F5DEB3;
	font-weight: 600;
	line-height: 4rem;
}
.sub-title {
	font-size: 0.8rem;
	color: #ffffff;
	margin-top: 10px;
	opacity: 0.8;
}
.modules-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	background: url("../image/mt1_02.png") no-repeat center center;
	max-width: 95%;
	margin: 0 auto;
	background-size: 100%;
	height: 540px;
	padding-right: 143px;
	align-content: flex-start;
}
.module-img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin: 0 auto 15px;
	overflow: hidden;
	/* border: 3px solid #8B2323; */
}
.module-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-desc {
	font-size: 1rem;
	color: #5A1818;
	line-height: 1.4;
}
.pro {
	width: 100%;
	background: url("../image/hh.png") no-repeat left -50px bottom 152px;
	background-size: 15%;
	margin: 0 auto;
}
.product-container {
	display: flex;
	max-width: 90%;
	margin: 31px auto;
	padding: 20px;
	border-radius: 8px;
	flex-direction: row;
	padding-left: 75px;
}
.product-showcase {
	flex: 3;
	display: flex;
	flex-direction: column;
	background-color: none;
	overflow: hidden;
}
.product-top {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
}
.product-text {
	/* flex: 1; */
	padding: 35px;
	/* display: flex; */
	justify-content: flex-start;
	background-color: #f9f9f9;
	flex-wrap: wrap;
	align-content: space-around;
	flex-direction: row;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	background-size: 90%;
}
.product-text h2 {
	color: #e8be86;
	font-size: 0.8rem;
	margin-bottom: 10px;
}
.product-text p {
	line-height: 1.5;
	margin-bottom: 8px;
	font-size: 14px;
	font-size: 0.7rem;
	color: #666;
	margin-top: 15px;
}
.product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.product-tabs {
	padding: 20px 30px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
.product-tabs .tab-item {
	width: 6px;
	height: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: solid 2px #e8be86;
}
.product-tabs .tab-item:hover, .product-tabs .tab-item.active {
	background-color: #e8be86;
	transform: scale(1.3);
	border: none;
}
.product-intro {
	padding: 10px 6px;
}
.product-intro h4 {
	color: #e8be86;
	font-size: 0.8rem;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	line-height: 32px;
	border-right: solid 1px #fff;
	padding-right: 15px;
}
.product-intro p {
	font-size: 0.7rem;
	line-height: 1.6;
	color: #fff;
	margin-left: 10px;
	float: left;
	width: 75%;
	margin-left: 16px;
}
.product-menu {
	flex: 1;
	margin-left: 113px;
}
.product-menu h3 {
	margin-bottom: -2px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 8px;
	overflow: hidden;
}
.product-menu h3 A {
	color: #fff;
	display: block;
	width: 110px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: right;
	font-size: 0.8rem;
	background: url("../image/more1_03.png") no-repeat right center;
	background-size: 100%;
}
.product-menu ul {
	list-style: none;
}
.product-menu li {
	padding: 8px 8px;
	text-align: center;
	color: #fff;
	margin-bottom: 2px;
	font-size: 0.7rem;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.product-menu li a {
	color: #fff;
}
.product-menu li:hover, .product-menu li.active {
	font-size: 0.8rem;
}
.product-showcase > div {
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.product-showcase.fade-out > div {
	opacity: 0;
	transform: translateX(-20px);
}
.product-showcase.fade-in > div {
	opacity: 1;
	transform: translateX(0);
}
a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
	cursor: pointer;
}
.zyt-herbal-hover-float {
	transition: all 0.3s ease-in-out;
}
.zyt-herbal-hover-float:hover {
/* transform: translateY(-8px); */
    /* box-shadow: 0 8px 25px rgba(178, 34, 34, 0.2); */
}
.zyt-herbal-about-wrap {
	flex-wrap: wrap;
	max-width: 85%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	gap: 30px;
	padding: 75px 0 20px 0;
}
.zyt-herbal-side-box {
	width: 15%;
	height: 351px;
	position: relative;
	float: left;
	background-size: 86%;
}
.zyt-herbal-side-box1 {
	height: 347px;
	position: relative;
	width: 32%;
	float: left;
}
.zyt-herbal-left-single {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
}
.zyt-herbal-right-double {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 10px;
	align-items: stretch;
}
.zyt-herbal-right-single {
	flex: 1 1 auto;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	background: url(../image/u679.png) no-repeat center center;
}
.zyt-herbal-card-main {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(../image/u679.png) no-repeat center center;
	background-size: 109%;
}
.zyt-herbal-card-left {
	border: 1px solid #B22222;
}
.zyt-herbal-text-left {
	color: #9e1c1c;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	white-space: pre-line;
	padding: 0 10px;
}
.zyt-herbal-card-right1 {
	border: 1px solid #B22222;
	background-color: #ffffff;
}
.zyt-herbal-text-right1 {
	color: #B22222;
	font-size: 0.7rem;
	line-height: 2;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-card-right2 {
	border: 1px solid #c93737;
	background-color: #fff;
	background-image: linear-gradient(45deg, #fef5f5 25%, transparent 25%);
	background-size: 8px 8px;
}
.zyt-herbal-text-right2 {
	color: #b22222;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-square-title {
	width: 50px;
	height: 50px;
	background-color: #B22222;
	color: #ffffff;
	font-size: 0.65rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	position: absolute;
	top: -55px;
	left: 50px;
	z-index: 9;
	border-radius: 2px;
}
.zyt-herbal-square-sm {
	width: 50px;
	height: 50px;
	font-size: 0.65rem;
}
.zyt-herbal-center-content {
	flex-direction: column;
	gap: 30px;
	padding: 0 10px 20px 10px;
	width: 46%;
	float: left;
	margin: 0 31px;
}
.zyt-herbal-center-title {
	font-size: 0.8rem;
	color: #B22222;
	text-align: center;
	font-weight: 500;
	transition: color 0.3s ease;
	text-align: left;
	font-family: 'CustomFont', 'sans-serif', 'song';
	color: #e8be86;
	line-height: 3rem;
}
.zyt-herbal-center-title:hover {
	color: #9e1c1c;
}
.zyt-herbal-center-desc {
	color: #666666;
	font-size: 0.65rem;
	line-height: 1.8;
	text-align: justify;
	transition: color 0.2s ease;
}
.zyt-herbal-center-desc:hover {
	color: #333;
}
.zyt-herbal-center-img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
	display: block;
	border: 1px solid #eee;
}
.index_about {
	overflow: hidden;
	background-color: #fff;
	padding: 98px auto;
	float: left;
	overflow: hidden;
}
.herbal-hotcompress-wrap {
	width: 100%;
	font-family:"Source", "Microsoft Yahei", serif;
	padding: 0;
	margin: 0;
}
.herbal-hotcompress-banner {
	width: 100%;
	max-width: 95%;
	margin: 0 auto 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	padding: 26px 0 10px 0;
}
.herbal-hotcompress-img {
	flex: 0 0 83%;
	height: auto;
	overflow: hidden;
}
.herbal-hotcompress-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.herbal-hotcompress-text {
	flex: 0 0 20%;
	padding: 0px 25px;
	background: url(../image/jbb.png) no-repeat right bottom;
	background-size: 90%;
}
.herbal-hotcompress-text h2 {
	font-size: 0.8rem;
	color: #e8be86;
	margin-bottom: 0px;
	padding-bottom: 12px;
	letter-spacing: 1px;
}
.herbal-hotcompress-text p {
	font-size: 0.65rem;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 15px;
	text-align: justify;
}
.herbal-formula-18-container {
	width: 100%;
	font-family: "Source",'Times New Roman', serif;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #f8e9d6;
	background: url(../image/yao.png) no-repeat left bottom;
	background-size: 31%;
}
.herbal-formula-18-title {
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 53px;
	font-weight: 500;
	text-align: center;
}
.herbal-formula-18-content {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	/* justify-content: space-evenly; */
	gap: 10px;
	flex-wrap: wrap;
}
.herbal-formula-18-img {
	flex: 0 0 19%;
	min-width: 280px;
	text-align: center;
}
.herbal-formula-18-img img {
	width: 100%;
	height: auto;
}
.herbal-formula-18-herbs {
	flex: 0 0 45%;
	min-width: 315px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
	gap: 15px;
	align-items: center;
	align-content: stretch;
	justify-content: space-evenly;
	justify-items: end;
}
.herbal-formula-18-herb-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
	transform: translateY(0);
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-around;
}
.herbal-formula-18-herb-item:hover {
	transform: translateY(-5px);
}
.herbal-formula-18-herb-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f8e9d6;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.herbal-formula-18-herb-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.herbal-formula-18-herb-name {
	font-size: 0.65rem;
	color: #f8e9d6;
}
.herbal-formula-18-note {
	flex: 0 0 16%;
	min-width: 215px;
	color: #9a2a2a;
	padding: 30px 35px;
	text-align: center;
	transition: all 0.4s ease;
	min-height: 280px;
	background: #fff url("../image/jbb.png") no-repeat right 10px bottom 10px;
	background-size: 90%;
}
.herbal-formula-18-note:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.herbal-formula-18-note-text {
	font-size: 0.8rem;
	line-height: 1.6;
	font-weight: 500;
}
.herb-news-section {
	position: relative;
	overflow: hidden;
	max-width: 75%;
	margin: 50px auto;
}
.index_new {
	overflow: hidden;
	padding-bottom: 50px;
	box-sizing: border-box;
	width: 100%;
	height: 550px;
	position: relative;
}
.index_new::after {
	content: "";
	position: absolute;
	left: 0;
	top: 187px;
	width: 64.5%;
	height: 55%;
	background-color: #ececec;
	z-index: -1;
}
.news-title {
	font-size: 1.3rem;
	color: #f8e9d6;
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 0.2rem;
	position: relative;
	text-transform: uppercase;
	width: 80%;
	text-align: left;
	margin: 0 auto;
}
.news-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news-slider {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	padding-bottom: 0rem;
	width: fit-content;
	transition: transform 0.5s ease-in-out;
}
.news-slide-page {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}
.news-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 334px;
	/* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
	transform: translateY(-8px);
}
.news-card__image {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.news-card:hover .news-card__image {
	transform: scale(1.05);
}
.news-card__content {
	padding: 10px;
}
.news-card__title {
	font-size: 0.8rem;
	color: #a83232;
	margin-bottom: 0.8rem;
	line-height: 1.4;
}
.news-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
	color: #595757;
}
.news-card__title a:hover {
	color: #d45d5d;
}
.news-card__excerpt {
	font-size: 0.65rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 1rem;
}
.news-card__excerpt a {
	color: inherit;
	text-decoration: none;
}
.news-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}
.slider-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #952b28;
	border: none;
	color: #ffffff;
	font-size: 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	line-height: 22px;
}
.slider-btn:hover {
	background-color: #f5d76e;
	color: #a83232;
}
.slider-btn:disabled {
	/* opacity: 0.3; */
	cursor: not-allowed;
	background-color: #932a28;
}
.see-more {
	background: transparent;
	/* border: 2px solid #f5d76e; */
    /* color: #f5d76e; */
	padding: 0.8rem 1.5rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	width: 130px;
	position: absolute;
	right: 10%;
}
}
@media screen and (min-width: 1152px) {
.module-item {
	flex: 1 1 160px;
	max-width: 160px;
	text-align: center;
	padding: 0px 10px;
}
.module-name {
	font-size: 0.7rem;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"Source", "Microsoft YaHei", "SimHei", sans-serif;
}
.nav-container {
	max-width: 80%;
	margin: 20px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 60px;
	position: relative;
}
.nav-left, .nav-right {
	display: flex;
	list-style: none;
	flex-direction: row;
}
.nav-left li, .nav-right li {
	margin: 0 20px;
}
.nav-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	padding: 8px 0;
	position: relative;
}
.title {
	width: 80%;
	margin: 0 auto;
	color: #e6caa4;
	font-size: 1.5rem;
	text-transform: uppercase;
}
.nav-menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: width 0.3s ease;
}
.nav-menu a:hover::after {
	width: 100%;
}
.nav-menu a.active {
	font-weight: 700;
}
.nav-menu a.active::after {
	width: 100%;
}
.brand {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 20px;
	border-radius: 8px;
	text-align: center;
}
.brand img {
}
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	width: 30px;
	height: 24px;
	justify-content: space-between;
	background: transparent;
	border: none;
	padding: 0;
	z-index: 1001;
}
.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.mobile-nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 320px;
	height: 100vh;
	background-color: #a82328;
	padding: 80px 20px 20px;
	transition: right 0.4s ease;
	z-index: 1000;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}
.mobile-nav.active {
	right: 0;
}
.mobile-nav-list {
	list-style: none;
}
.mobile-nav-list li {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
}
.mobile-nav-list a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 8px 0;
}
.mobile-nav-list a.active {
	font-weight: 700;
	color: #ffd700;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.overlay.active {
	display: block;
	opacity: 1;
}
.stellar-banner-slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	aspect-ratio: 16/6;
	margin: 0 auto;
	overflow: hidden;
}
.stellar-banner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.stellar-banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	pointer-events: none;
}
.stellar-banner-item.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}
.stellar-banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stellar-banner-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	font-size: 20px;
	border: none;
	display: none;
	outline: none;
	transition: background-color 0.3s ease;
}
.stellar-banner-arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.stellar-banner-prev {
	left: 20px;
}
.stellar-banner-next {
	right: 20px;
}
.stellar-banner-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 100;
}
.stellar-banner-indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.stellar-banner-indicator.active {
	background-color: #fff;
	transform: scale(1.2);
}
.lm2 {
	width: 100%;
	background: url("../image/lm2bg_02.jpg") no-repeat center bottom;
}
.pain-breakthrough {
	width: 95%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 4rem 1rem;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}
.pain-title {
	color: #F2E8CF;
	text-align: left;
	flex: 0 0 20%;
	min-width: 180px;
	padding-left: 1rem;
	display: flex;
	align-items: center;
	height: 100%;
}
.pain-title h2 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
}
.pain-cards-container {
	flex: 1;
}
.pain-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 0.5rem;
}
.pain-card {
	flex: 1 1 calc(14% - 1rem);
	min-width: 120px;
	text-align: center;
	margin-bottom: 1rem;
}
.pain-img-box {
	width: 100%;
	aspect-ratio: 3/4;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pain-img-box img {
	width: 90%;
	height: 90%;
	object-fit: cover;
}
.pain-card p {
	color: #972c2a;
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
}
.pain-card p a {
	text-decoration: none;
	color: #972c2a;
}
.pain-title {
	flex: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 1rem;
}
.pain-cards {
	justify-content: center;
}
.pain-card {
	flex: 1 1 calc(16% - 1rem);
}
.hot-compress-container {
	width: 100%;
	min-height: 500px;
	padding: 0px 20px;
	color: #fff;
	background: url("") no-repeat center center;
	background-size: 90%;
}
.title-wrapper {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.main-title {
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: #F5DEB3;
	font-weight: 600;
	line-height: 4rem;
}
.sub-title {
	font-size: 1rem;
	color: #ffffff;
	margin-top: 10px;
	opacity: 0.8;
}
.modules-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding-top: 24px;
	background: url("../image/mt1_02.png") no-repeat center center;
	max-width: 95%;
	margin: 0 auto;
	background-size: 91%;
	height: 560px;
	padding-right: 148px;
	align-content: flex-start;
}
.module-img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto 15px;
	overflow: hidden;
	/* border: 3px solid #8B2323; */
}
.module-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-desc {
	font-size: 1rem;
	color: #5A1818;
	line-height: 1.4;
}
.pro {
	width: 100%;
	background: url("../image/hh.png") no-repeat left -50px bottom 172px;
	background-size: 12%;
}
.product-container {
	display: flex;
	max-width: 85%;
	margin: 8px auto;
	padding: 20px;
	border-radius: 8px;
	flex-direction: row;
	padding-left: 75px;
}
.product-showcase {
	flex: 3;
	display: flex;
	flex-direction: column;
	background-color: none;
	overflow: hidden;
}
.product-top {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
}
.product-text {
	flex: 1;
	padding: 35px;
	display: flex;
	justify-content: flex-start;
	background-color: #f9f9f9;
	flex-wrap: wrap;
	align-content: space-around;
	flex-direction: row;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
}
.product-text h2 {
	color: #e8be86;
	font-size: 0.8rem;
	margin-bottom: 10px;
}
.product-text p {
	line-height: 1.5;
	margin-bottom: 8px;
	font-size: 14px;
}
.product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.product-tabs {
	padding: 20px 30px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
.product-tabs .tab-item {
	width: 12px;
	height: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: solid 2px #e8be86;
}
.product-tabs .tab-item:hover, .product-tabs .tab-item.active {
	background-color: #e8be86;
	transform: scale(1.3);
	border: none;
}
.product-intro {
	padding: 20px 9px;
}
.product-intro h4 {
	color: #e8be86;
	font-size: 1rem;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	line-height: 32px;
	border-right: solid 1px #fff;
	padding-right: 15px;
}
.product-intro p {
	font-size: 0.7rem;
	line-height: 1.6;
	color: #fff;
	margin-left: 10px;
	float: left;
	width: 75%;
	margin-left: 16px;
}
.product-menu {
	flex: 1;
	margin-left: 113px;
}
.product-menu h3 {
	margin-bottom: 25px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 8px;
	overflow: hidden;
}
.product-menu h3 A {
	color: #fff;
	display: block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: right;
	font-size: 14px;
	background: url("../image/more1_03.png") no-repeat right center;
}
.product-menu ul {
	list-style: none;
}
.product-menu li {
	padding: 12px 15px;
	text-align: center;
	color: #fff;
	margin-bottom: 8px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
	font-size: 0.8rem;
}
.product-menu li a {
	color: #fff;
}
.product-menu li:hover, .product-menu li.active {
	font-size: 0.9rem;
}
.product-showcase > div {
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.product-showcase.fade-out > div {
	opacity: 0;
	transform: translateX(-20px);
}
.product-showcase.fade-in > div {
	opacity: 1;
	transform: translateX(0);
}
a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
	cursor: pointer;
}
.zyt-herbal-hover-float {
	transition: all 0.3s ease-in-out;
}
.zyt-herbal-hover-float:hover {
/* transform: translateY(-8px); */
    /* box-shadow: 0 8px 25px rgba(178, 34, 34, 0.2); */
}
.zyt-herbal-about-wrap {
	flex-wrap: wrap;
	max-width: 85%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	gap: 30px;
	padding: 95px 0;
}
.zyt-herbal-side-box {
	width: 15%;
	height: 368px;
	position: relative;
	float: left;
	background-size: 76%;
}
.zyt-herbal-side-box1 {
	height: 373px;
	position: relative;
	width: 32%;
	float: left;
}
.zyt-herbal-left-single {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
}
.zyt-herbal-right-double {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 20px;
	align-items: stretch;
}
.zyt-herbal-right-single {
	flex: 1 1 auto;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	background: none;
}
.zyt-herbal-card-main {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(../image/u679.png) no-repeat center center;
	background-size: 103%;
}
.zyt-herbal-card-left {
	border: 1px solid #B22222;
}
.zyt-herbal-text-left {
	color: #9e1c1c;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	white-space: pre-line;
	padding: 0 10px;
}
.zyt-herbal-card-right1 {
	border: 1px solid #B22222;
	background-color: #ffffff;
}
.zyt-herbal-text-right1 {
	color: #B22222;
	font-size: 0.8rem;
	line-height: 2;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-card-right2 {
	border: 1px solid #c93737;
	background-color: #fff;
	background-image: linear-gradient(45deg, #fef5f5 25%, transparent 25%);
	background-size: 8px 8px;
	background: url(../image/u679.png) no-repeat center center;
}
.zyt-herbal-text-right2 {
	color: #b22222;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-square-title {
	width: 60px;
	height: 60px;
	background-color: #B22222;
	color: #ffffff;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	position: absolute;
	top: -65px;
	left: 50px;
	z-index: 9;
	border-radius: 2px;
}
.zyt-herbal-square-sm {
	width: 60px;
	height: 60px;
	font-size: 0.7rem;
}
.zyt-herbal-center-content {
	flex-direction: column;
	gap: 30px;
	padding: 5px;
	width: 47%;
	float: left;
	margin: 0 31px;
}
.zyt-herbal-center-title {
	font-size: 1rem;
	color: #B22222;
	text-align: center;
	font-weight: 500;
	transition: color 0.3s ease;
	text-align: left;
	font-family: 'CustomFont',"Microsoft YaHei", "SimHei", sans-serif;
	color: #e8be86;
	line-height: 3rem;
}
.zyt-herbal-center-title:hover {
	color: #9e1c1c;
}
.zyt-herbal-center-desc {
	color: #666666;
	font-size: 0.7rem;
	line-height: 1.8;
	text-align: justify;
	transition: color 0.2s ease;
}
.zyt-herbal-center-desc:hover {
	color: #333;
}
.zyt-herbal-center-img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
	display: block;
	border: 1px solid #eee;
}
.index_about {
	overflow: hidden;
	background-color: #fff;
	padding: 98px auto;
	float: left;
	overflow: hidden;
}
.herbal-hotcompress-wrap {
	width: 100%;
	font-family: 'CustomFont',"Microsoft YaHei", "SimHei", sans-serif;
	padding: 0;
	margin: 0;
}
.herbal-hotcompress-banner {
	width: 100%;
	max-width: 94%;
	margin: 0 auto 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	padding: 40px 0 40px 0;
}
.herbal-hotcompress-img {
	flex: 0 0 77%;
	height: auto;
	overflow: hidden;
}
.herbal-hotcompress-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.herbal-hotcompress-text {
	flex: 0 0 20%;
	padding: 3px 25px;
	background: url(../image/jbb.png) no-repeat right bottom;
}
.herbal-hotcompress-text h2 {
	font-size: 1rem;
	color: #e8be86;
	margin-bottom: -6px;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
.herbal-hotcompress-text p {
	font-size: 0.7rem;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 15px;
	text-align: justify;
}
.herbal-formula-18-container {
	width: 100%;
	font-family:"Source", "Microsoft YaHei", "SimHei", sans-serif;
	padding: 0px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #f8e9d6;
	background: url(../image/yao.png) no-repeat left bottom;
	background-size: 25%;
}
.herbal-formula-18-title {
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 70px;
	font-weight: 500;
	text-align: center;
}
.herbal-formula-18-content {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 20px;
	flex-wrap: wrap;
}
.herbal-formula-18-img {
	flex: 0 0 10%;
	min-width: 200px;
	text-align: center;
}
.herbal-formula-18-img img {
	width: 100%;
	height: auto;
}
.herbal-formula-18-herbs {
	flex: 0 0 58%;
	/* min-width: 300px; */
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(65px, 1fr));
	gap: 15px;/* text-align: center; */
}
.herbal-formula-18-herb-item {
	display: flex;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
	transform: translateY(0);
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-around;
}
.herbal-formula-18-herb-item:hover {
	transform: translateY(-5px);
}
.herbal-formula-18-herb-icon {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #f8e9d6;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	overflow: hidden;
	justify-content: center;
}
.herbal-formula-18-herb-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.herbal-formula-18-herb-name {
	font-size: clamp(0.8rem, 1.5vw, 1rem);
	color: #f8e9d6;
	font-size: 0.8rem;
	display: block;/* margin: 0 auto; */
}
.herbal-formula-18-note {
	flex: 0 0 16%;
	min-width: 215px;
	color: #9a2a2a;
	padding: 30px 35px;
	text-align: center;
	transition: all 0.4s ease;
	min-height: 282px;
	background: #fff url("../image/jbb.png") no-repeat right 10px bottom 10px;
	background-size: 80%;
}
.herbal-formula-18-note:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.herbal-formula-18-note-text {
	font-size: 0.8rem;
	line-height: 1.6;
	font-weight: 500;
}
.herb-news-section {
	position: relative;
	overflow: hidden;
	max-width: 75%;
	margin: 50px auto;
}
.index_new {
	overflow: hidden;
	padding-bottom: 50px;
	box-sizing: border-box;
	width: 100%;
	height: 635px;
	position: relative;
}
.index_new::after {
	content: "";
	position: absolute;
	left: 0;
	top: 231px;
	width: 67.9%;
	height: 55%;
	background-color: #ececec;
	z-index: -1;
}
.news-title {
	font-size: 1.5rem;
	color: #f8e9d6;
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 0.5rem;
	position: relative;
	text-transform: uppercase;
	width: 80%;
	text-align: left;
	margin: 15px auto;
}
.news-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news-slider {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	padding-bottom: 1rem;
	width: fit-content;
	transition: transform 0.5s ease-in-out;
}
.news-slide-page {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}
.news-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 216px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.news-card__image {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.news-card:hover .news-card__image {
	transform: scale(1.05);
}
.news-card__content {
	padding: 10px;
}
.news-card__title {
	font-size: 0.8rem;
	color: #a83232;
	margin-bottom: 0.8rem;
	line-height: 1.4;
}
.news-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
	color: #595757;
}
.news-card__title a:hover {
	color: #d45d5d;
}
.news-card__excerpt {
	font-size: 0.7rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 1rem;
}
.news-card__excerpt a {
	color: inherit;
	text-decoration: none;
}
.news-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}
.slider-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #952b28;
	border: none;
	color: #ffffff;
	font-size: 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	line-height: 30px;
}
.slider-btn:hover {
	background-color: #f5d76e;
	color: #a83232;
}
.slider-btn:disabled {
	/* opacity: 0.3; */
	cursor: not-allowed;
	background-color: #932a28;
}
.see-more {
	background: transparent;
	/* border: 2px solid #f5d76e; */
    /* color: #f5d76e; */
	padding: 0.8rem 1.5rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	width: 139px;
	position: absolute;
	right: 10%;
}
}
@media screen and (min-width:1280px) {
.herbal-showcase-container {
	max-width: 75%;
	margin: 50px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	/* background-color: #fff; */
	overflow: hidden;
}
/* 左侧内容区 */
.showcase-content {
	flex: 1 1 60%;
	position: relative;
	min-height: 400px;
}
.content-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.content-panel.active {
	opacity: 1;
	visibility: visible;
}
.content-text {
	flex: 0 0 35%;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content-text h2 {
	color: #d4af37;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	text-transform: capitalize;
}
.content-text h2 a {
	color: #ecbc80;
}
.content-text ul {
	list-style: none;
	color: #d4af37;
	font-size: 0.95rem;
	line-height: 1.8;
}
.content-text ul li a {
	color: #d4af37;
}
.content-image {
	flex: 1;
	background-size: cover;
	background-position: center;
}
.content-image img{
	height: 100%;
	}
/* 右侧列表区 */
.showcase-list {
	flex: 1 1 16%;
	/* background-color: #992222; */
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.more-button {
	position: absolute;
	top: 1.5rem;
	right: 3rem;
	padding: 0.5rem 1.5rem;
	background-color: #f5e7d1;
	color: #992222;
	text-decoration: none;
	font-weight: bold;
	/* border: 2px solid #d4af37; */
	border-radius: 2px;
	width: 150px;
	text-align: center;
	background: url(../image/more1_03.png) no-repeat right center;
	background-size: 100%;
	line-height: 40px;
}
.showcase-list ul {
	list-style: none;
	margin-top: 50px;
}
.showcase-list li {
	color: #fff;
 font-size: 1.rem;
	padding: 0.8rem 0;
	cursor: pointer;
	transition: color 0.3s ease;
	position: relative;
	padding-left: 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.showcase-list li::before,  .showcase-list li::after {
	/* content: "❖"; */
	position: absolute;
	left: 0.5rem;
	color: #d4af37;
	opacity: 0.7;
}
.showcase-list li::after {
	left: auto;
	right: 0.5rem;
}
.showcase-list li:hover,  .showcase-list li.active {
	color: #d4af37;
}
.module-item {
	flex: 1 1 170px;
	max-width: 170px;
	text-align: center;
	padding: 0;
}
.module-name {
	font-size: 0.8rem;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
}
.nav-container {
	max-width: 80%;
	margin: 25px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 60px;
	position: relative;
}
.nav-left, .nav-right {
	display: flex;
	list-style: none;
	flex-direction: row;
}
.nav-left li, .nav-right li {
	margin: 0 20px;
}
.nav-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	padding: 8px 0;
	position: relative;
}
.title {
	width: 80%;
	margin: 0 auto;
	color: #e6caa4;
	font-size: 2rem;
	text-transform: uppercase;
}
.nav-menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: width 0.3s ease;
}
.nav-menu a:hover::after {
	width: 100%;
}
.nav-menu a.active {
	font-weight: 500;
}
.nav-menu a.active::after {
	width: 100%;
}
.brand {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 20px;
	border-radius: 8px;
	text-align: center;
}
.brand img {
	width: 80%;
	margin: 0 auto;
}
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	width: 30px;
	height: 24px;
	justify-content: space-between;
	background: transparent;
	border: none;
	padding: 0;
	z-index: 1001;
}
.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.mobile-nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 320px;
	height: 100vh;
	background-color: #a82328;
	padding: 80px 20px 20px;
	transition: right 0.4s ease;
	z-index: 1000;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}
.mobile-nav.active {
	right: 0;
}
.mobile-nav-list {
	list-style: none;
}
.mobile-nav-list li {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
}
.mobile-nav-list a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 8px 0;
}
.mobile-nav-list a.active {
	font-weight: 700;
	color: #ffd700;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.overlay.active {
	display: block;
	opacity: 1;
}
.stellar-banner-slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	aspect-ratio: 16/6;
	margin: 0 auto;
	overflow: hidden;
}
.stellar-banner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.stellar-banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	pointer-events: none;
}
.stellar-banner-item.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}
.stellar-banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stellar-banner-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	font-size: 20px;
	border: none;
	display: none;
	outline: none;
	transition: background-color 0.3s ease;
}
.stellar-banner-arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.stellar-banner-prev {
	left: 20px;
}
.stellar-banner-next {
	right: 20px;
}
.stellar-banner-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 100;
}
.stellar-banner-indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.stellar-banner-indicator.active {
	background-color: #fff;
	transform: scale(1.2);
}
.lm2 {
	width: 100%;
	background: url("../image/lm2bg_02.jpg") no-repeat center bottom;
}
.pain-breakthrough {
	width: 95%;
	/* max-width: 1593px; */
	margin: 0 auto;
	padding: 4rem 1rem;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}
.pain-title {
	color: #F2E8CF;
	text-align: left;
	flex: 0 0 20%;
	min-width: 180px;
	padding-left: 1rem;
	display: flex;
	align-items: center;
	height: 100%;
}
.pain-title h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
}
.pain-cards-container {
	flex: 1;
}
.pain-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 0.5rem;
}
.pain-card {
	flex: 1 1 calc(14% - 1rem);
	min-width: 120px;
	text-align: center;
	margin-bottom: 1rem;
}
.pain-img-box {
	width: 100%;
	aspect-ratio: 3/4;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pain-img-box img {
	width: 90%;
	height: 90%;
	object-fit: cover;
}
.pain-card p {
	color: #972c2a;
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
}
.pain-card p a {
	text-decoration: none;
	color: #972c2a;
}
.pain-title {
	flex: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 1rem;
}
.pain-cards {
	justify-content: center;
}
.pain-card {
	flex: 1 1 calc(16% - 1rem);
}
.hot-compress-container {
	width: 100%;
	min-height: 500px;
	padding: 0px 20px;
	color: #fff;
	background: url("") no-repeat center center;
	background-size: 90%;
}
.title-wrapper {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.main-title {
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: #F5DEB3;
	font-weight: 600;
	line-height: 4rem;
}
.sub-title {
	font-size: 1rem;
	color: #ffffff;
	margin-top: 10px;
	opacity: 0.8;
}
.modules-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 13px 20px;
	background: url("../image/mt1_02.png") no-repeat center center;
	max-width: 99%;
	margin: 0 auto;
	background-size: 94%;
	height: 565px;
	padding-right: 176px;
	align-content: flex-start;
}
.module-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto 15px;
	overflow: hidden;
	/* border: 3px solid #8B2323; */
}
.module-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-desc {
	font-size: 1rem;
	color: #5A1818;
	line-height: 1.4;
}
.pro {
	width: 100%;
	background: url("../image/hh.png") no-repeat left -50px bottom 172px;
	background-size: 17%;
}
.product-container {
	display: flex;
	max-width: 90%;
	margin: 8px auto;
	padding: 20px;
	border-radius: 8px;
	flex-direction: row;
	padding-left: 75px;
}
.product-showcase {
	flex: 3;
	display: flex;
	flex-direction: column;
	background-color: none;
	overflow: hidden;
}
.product-top {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
}
.product-text {
	flex: 1;
	padding: 35px;
	display: flex;
	justify-content: center;
	background-color: #f9f9f9;
	align-content: stretch;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	flex-direction: row;
	flex-wrap: wrap;
}
.product-text h2 {
	color: #e8be86;
	font-size: 1rem;
	margin-bottom: 10px;
}
.product-text p {
	line-height: 1.5;
	margin-bottom: 8px;
	font-size: 14px;
}
.product-image {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: #fff;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}
.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.product-tabs {
	padding: 20px 30px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
.product-tabs .tab-item {
	width: 8px;
	height: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: solid 2px #e8be86;
}
.product-tabs .tab-item:hover, .product-tabs .tab-item.active {
	background-color: #e8be86;
	transform: scale(1.3);
	border: none;
}
.product-intro {
	padding: 20px 10px;
}
.product-intro h4 {
	color: #e8be86;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	line-height: 32px;
	border-right: solid 1px #fff;
	padding-right: 15px;
}
.product-intro p {
	font-size: 0.75rem;
	line-height: 1.6;
	color: #fff;
	margin-left: 10px;
	float: left;
	width: 78%;
	margin-left: 16px;
}
.product-menu {
	flex: 1;
	margin-left: 113px;
}
.product-menu h3 {
	margin-bottom: 25px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 8px;
	overflow: hidden;
}
.product-menu h3 A {
	color: #fff;
	display: block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: right;
	font-size: 14px;
	background: url("../image/more1_03.png") no-repeat right center;
}
.product-menu ul {
	list-style: none;
}
.product-menu li {
	padding: 12px 15px;
	text-align: center;
	color: #fff;
	margin-bottom: 8px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.product-menu li a {
	color: #fff;
	font-size: 0.8rem;
}
.product-menu li:hover, .product-menu li.active {
	font-size: 1.1rem;
}
.product-showcase > div {
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.product-showcase.fade-out > div {
	opacity: 0;
	transform: translateX(-20px);
}
.product-showcase.fade-in > div {
	opacity: 1;
	transform: translateX(0);
}
a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
	cursor: pointer;
}
.zyt-herbal-hover-float {
	transition: all 0.3s ease-in-out;
}
.zyt-herbal-hover-float:hover {
/* transform: translateY(-8px); */
    /* box-shadow: 0 8px 25px rgba(178, 34, 34, 0.2); */
}
.zyt-herbal-about-wrap {
	flex-wrap: wrap;
	max-width: 85%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	gap: 30px;
	padding: 50px 0;
}
.zyt-herbal-side-box {
	width: 15%;
	height: 365px;
	position: relative;
	float: left;
	background-size: 73%;
}
.zyt-herbal-side-box1 {
	height: 365px;
	position: relative;
	width: 32%;
	float: left;
}
.zyt-herbal-left-single {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
}
.zyt-herbal-right-double {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 20px;
	align-items: stretch;
}
.zyt-herbal-right-single {
	flex: 1 1 auto;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	/* background: url(../image/u679.png) no-repeat center center; */
}
.zyt-herbal-card-main {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(../image/u679.png) no-repeat center center;
	background-size: 91%;
}
.zyt-herbal-card-left {
	border: 1px solid #B22222;
}
.zyt-herbal-text-left {
	color: #9e1c1c;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	white-space: pre-line;
	padding: 0 10px;
}
.zyt-herbal-card-right1 {
	border: 1px solid #B22222;
	background-color: #ffffff;
}
.zyt-herbal-text-right1 {
	color: #B22222;
	font-size: 0.8rem;
	line-height: 2;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-card-right2 {
	border: 1px solid #c93737;
	background-color: #fff;
	background-image: linear-gradient(45deg, #fef5f5 25%, transparent 25%);
	background-size: 8px 8px;
}
.zyt-herbal-text-right2 {
	color: #b22222;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-square-title {
	width: 60px;
	height: 60px;
	background-color: #B22222;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	position: absolute;
	top: -19px;
	left: 58px;
	z-index: 9;
	/* border-radius: 2px; */
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
}
.zyt-herbal-square-sm {
	width: 80px;
	height: 80px;
	font-size: 15px;
}
.zyt-herbal-center-content {
	flex-direction: column;
	gap: 30px;
	padding: 0 5px 20px 5px;
	width: 44%;
	float: left;
	margin: 0 31px;
}
.zyt-herbal-center-title {
	font-size: 1rem;
	color: #B22222;
	text-align: center;
	font-weight: 500;
	transition: color 0.3s ease;
	text-align: left;
	font-family: 'CustomFont', 'sans-serif', 'song';
	color: #e8be86;
	line-height: 3rem;
}
.zyt-herbal-center-title:hover {
	/* color: #9e1c1c; */
}
.zyt-herbal-center-desc {
	color: #666666;
	font-size: 0.7rem;
	line-height: 1.8;
	text-align: justify;
	transition: color 0.2s ease;
}
.zyt-herbal-center-desc:hover {
	color: #333;
}
.zyt-herbal-center-img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
	display: block;
	border: 1px solid #eee;
}
.index_about {
	overflow: hidden;
	background-color: #fff;
	padding: 98px auto;
	float: left;
	overflow: hidden;
}
.herbal-hotcompress-wrap {
	width: 100%;
	font-family: "Source","Microsoft Yahei", serif;
	padding: 0;
	margin: 0;
}
.herbal-hotcompress-banner {
	width: 100%;
	max-width: 94%;
	margin: 0 auto 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	padding: 40px 0 40px 0;
}
.herbal-hotcompress-img {
	flex: 0 0 77%;
	height: auto;
	overflow: hidden;
}
.herbal-hotcompress-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.herbal-hotcompress-text {
	flex: 0 0 20%;
	padding: 17px 25px;
	background: url(../image/jbb.png) no-repeat right bottom;
}
.herbal-hotcompress-text h2 {
	font-size: 1rem;
	color: #e8be86;
	margin-bottom: 10px;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
.herbal-hotcompress-text p {
	font-size: 0.7rem;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 15px;
	text-align: justify;
}
.herbal-formula-18-container {
	width: 100%;
	font-family:"Source",'Times New Roman', serif;
	padding: 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #f8e9d6;
	background: url(../image/yao.png) no-repeat left bottom;
	background-size: 17%;
}
.herbal-formula-18-title {
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 45px;
	font-weight: 500;
	text-align: center;
}
.herbal-formula-18-content {
	/* width: 100%; */
	max-width: 89%;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.herbal-formula-18-img {
	flex: 0 0 19%;
	min-width: 280px;
	text-align: center;
}
.herbal-formula-18-img img {
	width: 100%;
	height: auto;
}
.herbal-formula-18-herbs {
	flex: 0 0 74%;
	min-width: 330px;
	/* display: grid; */
	grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
	gap: 15px;
}
.herbal-formula-18-herb-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 8px;
	border-radius: 8px;
	transition: all 0.3s ease;
	transform: translateY(0);
	flex-wrap: wrap;
	align-content: stretch;
	justify-content: space-around;
}
.herbal-formula-18-herb-item:hover {
	transform: translateY(-5px);
}
.herbal-formula-18-herb-icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #f8e9d6;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.herbal-formula-18-herb-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.herbal-formula-18-herb-name {
	font-size: 0.8rem;
	color: #f8e9d6;

}
.herbal-formula-18-note {
	flex: 0 0 9%;
	min-width: 180px;
	color: #9a2a2a;
	padding: 20px 20px;
	text-align: center;
	transition: all 0.4s ease;
	min-height: 225px;
	background: #fff url("../image/jbb.png") no-repeat right 10px bottom 10px;
}
.herbal-formula-18-note:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.herbal-formula-18-note-text {
	font-size: 0.8rem;
	line-height: 1.6;
	font-weight: 500;
}
.herb-news-section {
	position: relative;
	overflow: hidden;
	max-width: 75%;
	margin: 50px auto;
}
.index_new {
	overflow: hidden;
	padding-bottom: 46px;
	box-sizing: border-box;
	width: 100%;
	height: 700px;
	position: relative;
}
.index_new::after {
	content: "";
	position: absolute;
	left: 0;
	top: 228px;
	width: 68.5%;
	height: 55%;
	background-color: #ececec;
	z-index: -1;
}
.news-title {
	font-size: 2rem;
	color: #f8e9d6;
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 0.5rem;
	position: relative;
	text-transform: uppercase;
	width: 80%;
	text-align: left;
	margin: 0 auto;
}
.news-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news-slider {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	padding-bottom: 2rem;
	width: fit-content;
	transition: transform 0.5s ease-in-out;
}
.news-slide-page {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.2rem;
	align-content: center;
	justify-content: space-around;
	align-items: end;
}
.news-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 232px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.news-card__image {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.news-card:hover .news-card__image {
	transform: scale(1.05);
}
.news-card__content {
	padding: 15px;
}
.news-card__title {
	font-size: 1rem;
	color: #a83232;
	margin-bottom: 0.8rem;
	line-height: 1.4;
}
.news-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
	color: #595757;
}
.news-card__title a:hover {
	color: #d45d5d;
}
.news-card__excerpt {
	font-size: 0.7rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 1rem;
}
.news-card__excerpt a {
	color: inherit;
	text-decoration: none;
}
.news-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}
.slider-btn {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #952b28;
	border: none;
	color: #ffffff;
	font-size: 1.2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	line-height: 30px;
}
.slider-btn:hover {
	background-color: #f5d76e;
	color: #a83232;
}
.slider-btn:disabled {
	/* opacity: 0.3; */
	cursor: not-allowed;
	background-color: #932a28;
}
.see-more {
	background: transparent;
	/* border: 2px solid #f5d76e; */
    /* color: #f5d76e; */
	padding: 0.8rem 1.5rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	width: 139px;
	position: absolute;
	right: 10%;
}
}
@media screen and (min-width:1360px) {
.herbal-showcase-container {
	max-width: 92%;
	margin: 50px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	/* background-color: #fff; */
	overflow: hidden;
}
/* 左侧内容区 */
.showcase-content {
	flex: 1 1 60%;
	position: relative;
	min-height: 400px;
}
.content-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.content-panel.active {
	opacity: 1;
	visibility: visible;
}
.content-text {
	flex: 0 0 35%;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content-text h2 {
	color: #d4af37;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	text-transform: capitalize;
}
.content-text h2 a {
	color: #ecbc80;
}
.content-text ul {
	list-style: none;
	color: #d4af37;
	font-size: 0.95rem;
	line-height: 1.8;
}
.content-text ul li a {
	color: #d4af37;
}
.content-image {
	flex: 1;
	background-size: cover;
	background-position: center;
}
/* 右侧列表区 */
.showcase-list {
	flex: 1 1 16%;
	/* background-color: #992222; */
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.more-button {
	position: absolute;
	top: 1.5rem;
	right: 3rem;
	padding: 0.5rem 1.5rem;
	background-color: #f5e7d1;
	color: #992222;
	text-decoration: none;
	font-weight: bold;
	/* border: 2px solid #d4af37; */
	border-radius: 2px;
	width: 150px;
	text-align: center;
	background: url(../image/more1_03.png) no-repeat right center;
	background-size: 100%;
	line-height: 40px;
}
.showcase-list ul {
	list-style: none;
	margin-top: 50px;
}
.showcase-list li {
	color: #fff;
 font-size: 1.rem;
	padding: 0.8rem 0;
	cursor: pointer;
	transition: color 0.3s ease;
	position: relative;
	padding-left: 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.showcase-list li::before,  .showcase-list li::after {
	/* content: "❖"; */
	position: absolute;
	left: 0.5rem;
	color: #d4af37;
	opacity: 0.7;
}
.showcase-list li::after {
	left: auto;
	right: 0.5rem;
}
.showcase-list li:hover,  .showcase-list li.active {
	color: #d4af37;
}
.module-item {
	flex: 1 1 180px;
	max-width: 180px;
	text-align: center;
	padding: 0 10px;
}
.module-name {
	font-size: 0.9rem;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
}
.nav-container {
	max-width: 80%;
	margin: 25px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 60px;
	position: relative;
}
.nav-left, .nav-right {
	display: flex;
	list-style: none;
	flex-direction: row;
}
.nav-left li, .nav-right li {
	margin: 0 20px;
}
.nav-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	padding: 8px 0;
	position: relative;
}
.title {
	width: 80%;
	margin: 0 auto;
	color: #e6caa4;
	font-size: 2.3rem;
	text-transform: uppercase;
}
.nav-menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: width 0.3s ease;
}
.nav-menu a:hover::after {
	width: 100%;
}
.nav-menu a.active {
	font-weight: 700;
}
.nav-menu a.active::after {
	width: 100%;
}
.brand {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 20px;
	border-radius: 8px;
	text-align: center;
}
.brand img {
	width: 80%;
	margin: 0 auto;
}
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	width: 30px;
	height: 24px;
	justify-content: space-between;
	background: transparent;
	border: none;
	padding: 0;
	z-index: 1001;
}
.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.mobile-nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 320px;
	height: 100vh;
	background-color: #a82328;
	padding: 80px 20px 20px;
	transition: right 0.4s ease;
	z-index: 1000;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}
.mobile-nav.active {
	right: 0;
}
.mobile-nav-list {
	list-style: none;
}
.mobile-nav-list li {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
}
.mobile-nav-list a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 8px 0;
}
.mobile-nav-list a.active {
	font-weight: 700;
	color: #ffd700;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.overlay.active {
	display: block;
	opacity: 1;
}
.stellar-banner-slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	aspect-ratio: 16/6;
	margin: 0 auto;
	overflow: hidden;
}
.stellar-banner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.stellar-banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	pointer-events: none;
}
.stellar-banner-item.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}
.stellar-banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stellar-banner-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	font-size: 20px;
	border: none;
	display: none;
	outline: none;
	transition: background-color 0.3s ease;
}
.stellar-banner-arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.stellar-banner-prev {
	left: 20px;
}
.stellar-banner-next {
	right: 20px;
}
.stellar-banner-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 100;
}
.stellar-banner-indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.stellar-banner-indicator.active {
	background-color: #fff;
	transform: scale(1.2);
}
.lm2 {
	width: 100%;
	background: url("../image/lm2bg_02.jpg") no-repeat center bottom;
}
.pain-breakthrough {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 4rem 1rem;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}
.pain-title {
	color: #F2E8CF;
	text-align: left;
	flex: 0 0 20%;
	min-width: 180px;
	padding-left: 1rem;
	display: flex;
	align-items: center;
	height: 100%;
}
.pain-title h2 {
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
}
.pain-cards-container {
	flex: 1;
}
.pain-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 0.5rem;
}
.pain-card {
	flex: 1 1 calc(14% - 1rem);
	min-width: 120px;
	text-align: center;
	margin-bottom: 1rem;
}
.pain-img-box {
	width: 100%;
	aspect-ratio: 3/4;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pain-img-box img {
	width: 90%;
	height: 90%;
	object-fit: cover;
}
.pain-card p {
	color: #972c2a;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
}
.pain-card p a {
	text-decoration: none;
	color: #972c2a;
}
.pain-title {
	flex: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 1rem;
}
.pain-cards {
	justify-content: center;
}
.pain-card {
	flex: 1 1 calc(16% - 1rem);
}
.hot-compress-container {
	width: 100%;
	min-height: 500px;
	padding: 9px 20px;
	color: #fff;
	background: url("") no-repeat center center;
	background-size: 90%;
}
.title-wrapper {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.main-title {
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: #F5DEB3;
	font-weight: 600;
	line-height: 4rem;
}
.sub-title {
	font-size: 1rem;
	color: #ffffff;
	margin-top: 0px;
	opacity: 0.8;
}
.modules-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	padding: 20px;
	background: url("../image/mt1_02.png") no-repeat center center;
	max-width: 100%;
	margin: 0 auto;
	background-size: 90%;
	height: 550px;
	padding-right: 279px;
}
.module-img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin: 0 auto 15px;
	overflow: hidden;
	/* border: 3px solid #8B2323; */
}
.module-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-desc {
	font-size: 1rem;
	color: #5A1818;
	line-height: 1.4;
}
.pro {
	width: 100%;
	background: url("../image/hh.png") no-repeat left -50px bottom 172px;
	background-size: 12%;
}
.product-container {
	display: flex;
	max-width: 1475px;
	margin: 50px auto;
	padding: 20px;
	border-radius: 8px;
	flex-direction: row;
	padding-left: 75px;
}
.product-showcase {
	flex: 3;
	display: flex;
	flex-direction: column;
	background-color: none;
	overflow: hidden;
}
.product-top {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
}
.product-text {
	flex: 1;
	padding: 35px;
	display: flex;
	justify-content: flex-start;
	background-color: #f9f9f9;
	flex-wrap: wrap;
	align-content: space-around;
	flex-direction: row;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	background-size: 90%;
}
.product-text h2 {
	color: #e8be86;
	font-size: 20px;
	margin-bottom: 10px;
}
.product-text p {
	line-height: 1.5;
	margin-bottom: 8px;
	font-size: 14px;
}
.product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.product-tabs {
	padding: 20px 30px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
.product-tabs .tab-item {
	width: 12px;
	height: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: solid 2px #e8be86;
}
.product-tabs .tab-item:hover, .product-tabs .tab-item.active {
	background-color: #e8be86;
	transform: scale(1.3);
	border: none;
}
.product-intro {
	padding: 20px 12px;
}
.product-intro h4 {
	color: #e8be86;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	line-height: 32px;
	border-right: solid 1px #fff;
	padding-right: 15px;
}
.product-intro p {
	font-size: 13px;
	line-height: 1.6;
	color: #fff;
	margin-left: 10px;
	float: left;
	width: 82%;
	margin-left: 16px;
}
.product-menu {
	flex: 1;
	margin-left: 113px;
}
.product-menu h3 {
	margin-bottom: 25px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 8px;
	overflow: hidden;
}
.product-menu h3 A {
	color: #fff;
	display: block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: right;
	font-size: 14px;
	background: url("../image/more1_03.png") no-repeat right center;
}
.product-menu ul {
	list-style: none;
}
.product-menu li {
	padding: 12px 15px;
	text-align: center;
	color: #fff;
	margin-bottom: 8px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.product-menu li a {
	color: #fff;
}
.product-menu li:hover, .product-menu li.active {
	font-size: 1.1rem;
}
.product-showcase > div {
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.product-showcase.fade-out > div {
	opacity: 0;
	transform: translateX(-20px);
}
.product-showcase.fade-in > div {
	opacity: 1;
	transform: translateX(0);
}
a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
	cursor: pointer;
}
.zyt-herbal-hover-float {
	transition: all 0.3s ease-in-out;
}
.zyt-herbal-hover-float:hover {
/* transform: translateY(-8px); */
    /* box-shadow: 0 8px 25px rgba(178, 34, 34, 0.2); */
}
.zyt-herbal-about-wrap {
	flex-wrap: wrap;
	max-width: 85%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	gap: 30px;
	padding: 100px 0;
}
.zyt-herbal-side-box {
	width: 15%;
	height: 490px;
	position: relative;
	float: left;
	background-size: 73%;
}
.zyt-herbal-side-box1 {
	height: 490px;
	position: relative;
	width: 32%;
	float: left;
}
.zyt-herbal-left-single {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
}
.zyt-herbal-right-double {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 20px;
	align-items: stretch;
}
.zyt-herbal-right-single {
	flex: 1 1 auto;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	/* background: url(../image/u679.png) no-repeat center center; */
}
.zyt-herbal-card-main {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(../image/u679.png) no-repeat center center;
	background-size: 100%;
}
.zyt-herbal-card-left {
	border: 2px solid #B22222;
}
.zyt-herbal-text-left {
	color: #9e1c1c;
	font-size: 17px;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	white-space: pre-line;
	padding: 0 10px;
}
.zyt-herbal-card-right1 {
	border: 1px solid #B22222;
	background-color: #ffffff;
}
.zyt-herbal-text-right1 {
	color: #B22222;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-card-right2 {
	border: 1px solid #c93737;
	background-color: #fff;
	background-image: linear-gradient(45deg, #fef5f5 25%, transparent 25%);
	background-size: 8px 8px;
}
.zyt-herbal-text-right2 {
	color: #b22222;
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-square-title {
	width: 80px;
	height: 80px;
	background-color: #B22222;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	position: absolute;
	top: -35px;
	left: 85px;
	z-index: 9;
	border-radius: 2px;
}
.zyt-herbal-square-sm {
	width: 80px;
	height: 80px;
	font-size: 15px;
}
.zyt-herbal-center-content {
	flex-direction: column;
	gap: 30px;
	padding: 0 20px 20px 20px;
	width: 49%;
	float: left;
	margin: 0 31px;
}
.zyt-herbal-center-title {
	font-size: 2rem;
	color: #B22222;
	text-align: center;
	font-weight: 500;
	transition: color 0.3s ease;
	text-align: left;
	font-family: 'CustomFont', 'sans-serif', 'song';
	color: #e8be86;
	line-height: 3rem;
}
.zyt-herbal-center-title:hover {
	/* color: #9e1c1c; */
}
.zyt-herbal-center-desc {
	color: #666666;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	transition: color 0.2s ease;
}
.zyt-herbal-center-desc:hover {
	color: #333;
}
.zyt-herbal-center-img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
	display: block;
	border: 1px solid #eee;
}
.index_about {
	overflow: hidden;
	background-color: #fff;
	padding: 98px auto;
	float: left;
	overflow: hidden;
}
.herbal-hotcompress-wrap {
	width: 100%;
	font-family:"Source","Microsoft Yahei", serif;
	padding: 0;
	margin: 0;
}
.herbal-hotcompress-banner {
	width: 100%;
	max-width: 94%;
	margin: 0 auto 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	padding: 60px 0 60px 0;
}
.herbal-hotcompress-img {
	flex: 0 0 77%;
	height: auto;
	overflow: hidden;
}
.herbal-hotcompress-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.herbal-hotcompress-text {
	flex: 0 0 20%;
	padding: 30px 25px;
	background: url(../image/jbb.png) no-repeat right bottom;
}
.herbal-hotcompress-text h2 {
	font-size: 1.8rem;
	color: #e8be86;
	margin-bottom: 20px;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
.herbal-hotcompress-text p {
	font-size: 1rem;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 15px;
	text-align: justify;
}
.herbal-formula-18-container {
	width: 100%;
	font-family:"Source",'Times New Roman', serif;
	padding: 60px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #f8e9d6;
	background: url(../image/yao.png) no-repeat left bottom;
	background-size: 25%;
}
.herbal-formula-18-title {
	font-size: 2.3rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 70px;
	font-weight: 500;
	text-align: center;
}
.herbal-formula-18-content {
	width: 100%;
	max-width: 96%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 20px;
	flex-wrap: wrap;
}
.herbal-formula-18-img {
	flex: 0 0 19%;
	min-width: 280px;
	text-align: center;
}
.herbal-formula-18-img img {
	width: 100%;
	height: auto;
}
.herbal-formula-18-herbs {
	flex: 0 0 53%;
	min-width: 320px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
	gap: 15px;
}
.herbal-formula-18-herb-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
	transform: translateY(0);
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-around;
}
.herbal-formula-18-herb-item:hover {
	transform: translateY(-5px);
}
.herbal-formula-18-herb-icon {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background-color: #f8e9d6;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.herbal-formula-18-herb-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.herbal-formula-18-herb-name {
	font-size: clamp(0.8rem, 1.5vw, 1rem);
	color: #f8e9d6;
}
.herbal-formula-18-note {
	flex: 0 0 16%;
	min-width: 215px;
	color: #9a2a2a;
	padding: 30px 35px;
	text-align: center;
	transition: all 0.4s ease;
	min-height: 280px;
	background: #fff url("../image/jbb.png") no-repeat right 10px bottom 10px;
}
.herbal-formula-18-note:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.herbal-formula-18-note-text {
	font-size: clamp(1rem, 2vw, 1.2rem);
	line-height: 1.6;
	font-weight: 500;
}
.herb-news-section {
	position: relative;
	overflow: hidden;
	max-width: 75%;
	margin: 50px auto;
}
.index_new {
	overflow: hidden;
	padding-bottom: 50px;
	box-sizing: border-box;
	width: 100%;
	height: 800px;
	position: relative;
}
.index_new::after {
	content: "";
	position: absolute;
	left: 0;
	top: 307px;
	width: 68.5%;
	height: 55%;
	background-color: #ececec;
	z-index: -1;
}
.news-title {
	font-size: 2.5rem;
	color: #f8e9d6;
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 0.5rem;
	position: relative;
	text-transform: uppercase;
	width: 80%;
	text-align: left;
	margin: 0 auto;
}
.news-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news-slider {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	padding-bottom: 2rem;
	width: fit-content;
	transition: transform 0.5s ease-in-out;
}
.news-slide-page {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
}
.news-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 334px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.news-card__image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.news-card:hover .news-card__image {
	transform: scale(1.05);
}
.news-card__content {
	padding: 1.5rem;
}
.news-card__title {
	font-size: 1.25rem;
	color: #a83232;
	margin-bottom: 0.8rem;
	line-height: 1.4;
}
.news-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
	color: #595757;
}
.news-card__title a:hover {
	color: #d45d5d;
}
.news-card__excerpt {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 1rem;
}
.news-card__excerpt a {
	color: inherit;
	text-decoration: none;
}
.news-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}
.slider-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #952b28;
	border: none;
	color: #ffffff;
	font-size: 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	line-height: 40px;
}
.slider-btn:hover {
	background-color: #f5d76e;
	color: #a83232;
}
.slider-btn:disabled {
	/* opacity: 0.3; */
	cursor: not-allowed;
	background-color: #932a28;
}
.see-more {
	background: transparent;
	/* border: 2px solid #f5d76e; */
    /* color: #f5d76e; */
	padding: 0.8rem 1.5rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	width: 139px;
	position: absolute;
	right: 10%;
}
}
@media screen and (min-width:1400px) {
.module-item {
	flex: 1 1 180px;
	max-width: 180px;
	text-align: center;
	padding: 40px 10px;
}
.module-name {
	font-size: 0.8rem;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
}
.nav-container {
	max-width: 80%;
	margin: 25px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 60px;
	position: relative;
}
.nav-left, .nav-right {
	display: flex;
	list-style: none;
	flex-direction: row;
}
.nav-left li, .nav-right li {
	margin: 0 20px;
}
.nav-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	padding: 8px 0;
	position: relative;
}
.title {
	width: 90%;
	margin: 0 auto;
	color: #e6caa4;
	font-size: 2rem;
	text-transform: uppercase;
}
.nav-menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: width 0.3s ease;
}
.nav-menu a:hover::after {
	width: 100%;
}
.nav-menu a.active {
	font-weight: 700;
}
.nav-menu a.active::after {
	width: 100%;
}
.brand {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 20px;
	border-radius: 8px;
}
.brand img {
}
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	width: 30px;
	height: 24px;
	justify-content: space-between;
	background: transparent;
	border: none;
	padding: 0;
	z-index: 1001;
}
.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.mobile-nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 320px;
	height: 100vh;
	background-color: #a82328;
	padding: 80px 20px 20px;
	transition: right 0.4s ease;
	z-index: 1000;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}
.mobile-nav.active {
	right: 0;
}
.mobile-nav-list {
	list-style: none;
}
.mobile-nav-list li {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
}
.mobile-nav-list a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 8px 0;
}
.mobile-nav-list a.active {
	font-weight: 700;
	color: #ffd700;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.overlay.active {
	display: block;
	opacity: 1;
}
.stellar-banner-slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	aspect-ratio: 16/6;
	margin: 0 auto;
	overflow: hidden;
}
.stellar-banner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.stellar-banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	pointer-events: none;
}
.stellar-banner-item.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}
.stellar-banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stellar-banner-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	font-size: 20px;
	border: none;
	display: none;
	outline: none;
	transition: background-color 0.3s ease;
}
.stellar-banner-arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.stellar-banner-prev {
	left: 20px;
}
.stellar-banner-next {
	right: 20px;
}
.stellar-banner-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 100;
}
.stellar-banner-indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.stellar-banner-indicator.active {
	background-color: #fff;
	transform: scale(1.2);
}
.lm2 {
	width: 100%;
	background: url("../image/lm2bg_02.jpg") no-repeat center bottom;
}
.pain-breakthrough {
	width: 88%;
	/* max-width: 1600px; */
	margin: 0 auto;
	padding: 6rem 1rem;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}
.pain-title {
	color: #F2E8CF;
	text-align: left;
	flex: 0 0 20%;
	min-width: 180px;
	padding-left: 1rem;
	display: flex;
	align-items: center;
	height: 100%;
}
.pain-title h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
}
.pain-cards-container {
	flex: 1;
}
.pain-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 0.5rem;
}
.pain-card {
	flex: 1 1 calc(14% - 1rem);
	min-width: 120px;
	text-align: center;
	margin-bottom: 1rem;
}
.pain-img-box {
	width: 100%;
	aspect-ratio: 3/4;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pain-img-box img {
	width: 90%;
	height: 90%;
	object-fit: cover;
}
.pain-card p {
	color: #972c2a;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
}
.pain-card p a {
	text-decoration: none;
	color: #972c2a;
}
.pain-title {
	flex: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 1rem;
}
.pain-cards {
	justify-content: center;
}
.pain-card {
	flex: 1 1 calc(16% - 1rem);
}
.hot-compress-container {
	width: 100%;
	min-height: 500px;
	padding: 10px 20px;
	color: #fff;
	background: url("") no-repeat center center;
	background-size: 90%;
}
.title-wrapper {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.main-title {
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: #F5DEB3;
	font-weight: 600;
	line-height: 4rem;
}
.sub-title {
	font-size: 0.8rem;
	color: #ffffff;
	margin-top: 10px;
	opacity: 0.8;
}
.modules-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	background: url("../image/mt1_02.png") no-repeat center center;
	max-width: 90%;
	margin: 0 auto;
	background-size: 100%;
	height: 632px;
	padding-right: 214px;
	align-content: flex-start;
}
.module-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto 15px;
	overflow: hidden;
	/* border: 3px solid #8B2323; */
}
.module-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-desc {
	font-size: 1rem;
	color: #5A1818;
	line-height: 1.4;
}
.pro {
	width: 100%;
	background: url("../image/hh.png") no-repeat left -50px bottom 172px;
	background-size: 12%;
}
.product-container {
	display: flex;
	max-width: 88%;
	margin: 20px auto;
	padding: 20px;
	border-radius: 8px;
	flex-direction: row;
	padding-left: 75px;
}
.product-showcase {
	flex: 4;
	display: flex;
	flex-direction: column;
	background-color: none;
	overflow: hidden;
	flex-wrap: wrap;
	align-content: stretch;
	justify-content: space-evenly;
}
.product-top {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
}
.product-text {
	flex: 1;
	padding: 35px;
	display: flex;
	justify-content: flex-start;
	background-color: #f9f9f9;
	align-content: space-around;
	flex-direction: row;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
}
.product-text h2 {
	color: #e8be86;
	font-size: 1rem;
	margin-bottom: 10px;
}
.product-text p {
	line-height: 1.5;
	margin-bottom: 8px;
	font-size: 14px;
}
.product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.product-tabs {
	padding: 20px 30px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
.product-tabs .tab-item {
	width: 9px;
	height: 9px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: solid 2px #e8be86;
}
.product-tabs .tab-item:hover, .product-tabs .tab-item.active {
	background-color: #e8be86;
	transform: scale(1.3);
	border: none;
}
.product-intro {
	padding: 20px 30px;
	width: 90%;
	margin: 0 auto;
}
.product-intro h4 {
	color: #e8be86;
	font-size: 1rem;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	line-height: 32px;
	border-right: solid 1px #fff;
	padding-right: 15px;
}
.product-intro p {
	font-size: 0.8rem;
	line-height: 1.6;
	color: #fff;
	margin-left: 10px;
	float: left;
	width: 80%;
	margin-left: 16px;
}
.product-menu {
	flex: 1;
	margin-left: 113px;
}
.product-menu h3 {
	margin-bottom: 25px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 8px;
	overflow: hidden;
}
.product-menu h3 A {
	color: #fff;
	display: block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: right;
	font-size: 14px;
	background: url("../image/more1_03.png") no-repeat right center;
}
.product-menu ul {
	list-style: none;
}
.product-menu li {
	padding: 12px 15px;
	text-align: center;
	color: #fff;
	margin-bottom: 8px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.product-menu li a {
	color: #fff;
}
.product-menu li:hover, .product-menu li.active {
	font-size: 1rem;
}
.product-showcase > div {
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.product-showcase.fade-out > div {
	opacity: 0;
	transform: translateX(-20px);
}
.product-showcase.fade-in > div {
	opacity: 1;
	transform: translateX(0);
}
a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
	cursor: pointer;
}
.zyt-herbal-hover-float {
	transition: all 0.3s ease-in-out;
}
.zyt-herbal-hover-float:hover {
/* transform: translateY(-8px); */
    /* box-shadow: 0 8px 25px rgba(178, 34, 34, 0.2); */
}
.zyt-herbal-about-wrap {
	flex-wrap: wrap;
	max-width: 88%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	gap: 30px;
	padding: 50px 0;
}
.zyt-herbal-side-box {
	width: 15%;
	height: 392px;
	position: relative;
	float: left;
	background-size: 73%;
}
.zyt-herbal-side-box1 {
	height: 392px;
	position: relative;
	width: 32%;
	float: left;
}
.zyt-herbal-left-single {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
}
.zyt-herbal-right-double {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 20px;
	align-items: stretch;
}
.zyt-herbal-right-single {
	flex: 1 1 auto;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	/* background: url(../image/u679.png) no-repeat center center; */
}
.zyt-herbal-card-main {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(../image/u679.png) no-repeat center center;
	background-size: 100%;
}
.zyt-herbal-card-left {
	border: 1px solid #B22222;
}
.zyt-herbal-text-left {
	color: #9e1c1c;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	white-space: pre-line;
	padding: 0 10px;
}
.zyt-herbal-card-right1 {
	border: 1px solid #B22222;
	background-color: #ffffff;
}
.zyt-herbal-text-right1 {
	color: #B22222;
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-card-right2 {
	border: 1px solid #c93737;
	background-color: #fff;
	background-image: linear-gradient(45deg, #fef5f5 25%, transparent 25%);
	background-size: 8px 8px;
}
.zyt-herbal-text-right2 {
	color: #b22222;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-square-title {
	width: 70px;
	height: 70px;
	background-color: #B22222;
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	position: absolute;
	top: -30px;
	left: 67px;
	z-index: 9;
	border-radius: 2px;
}
.zyt-herbal-square-sm {
	width: 70px;
	height: 70px;
	font-size: 0.8rem;
}
.zyt-herbal-center-content {
	flex-direction: column;
	gap: 30px;
	padding: 0 10px 10px 10px;
	width: 48%;
	float: left;
	margin: 0 31px;
}
.zyt-herbal-center-title {
	font-size: 1.5rem;
	color: #B22222;
	text-align: center;
	font-weight: 500;
	transition: color 0.3s ease;
	text-align: left;
	font-family: 'CustomFont', 'sans-serif', 'song';
	color: #e8be86;
	line-height: 3rem;
}
.zyt-herbal-center-title:hover {
	/* color: #9e1c1c; */
}
.zyt-herbal-center-desc {
	color: #666666;
	font-size: 0.8rem;
	text-align: justify;
	transition: color 0.2s ease;
}
.zyt-herbal-center-desc:hover {
	color: #333;
}
.zyt-herbal-center-img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
	display: block;
	border: 1px solid #eee;
}
.index_about {
	overflow: hidden;
	background-color: #fff;
	padding: 98px auto;
	float: left;
	overflow: hidden;
}
.herbal-hotcompress-wrap {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 0;
	margin: 0;
}
.herbal-hotcompress-banner {
	width: 100%;
	max-width: 94%;
	margin: 0 auto 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	padding: 50px 0 20px 0;
}
.herbal-hotcompress-img {
	flex: 0 0 77%;
	height: auto;
	overflow: hidden;
}
.herbal-hotcompress-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.herbal-hotcompress-text {
	flex: 0 0 20%;
	padding: 17px 25px;
	background: url(../image/jbb.png) no-repeat right bottom;
}
.herbal-hotcompress-text h2 {
	font-size: 1rem;
	color: #e8be86;
	margin-bottom: 5px;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
.herbal-hotcompress-text p {
	font-size: 0.8rem;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 15px;
	text-align: justify;
}
.herbal-formula-18-container {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #f8e9d6;
	background: url(../image/yao.png) no-repeat left bottom;
	background-size: 22%;
}
.herbal-formula-18-title {
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 70px;
	font-weight: 500;
	text-align: center;
}
.herbal-formula-18-content {
	width: 100%;
	max-width: 96%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 20px;
	flex-wrap: wrap;
}
.herbal-formula-18-img {
	flex: 0 0 19%;
	min-width: 280px;
	text-align: center;
}
.herbal-formula-18-img img {
	width: 100%;
	height: auto;
}
.herbal-formula-18-herbs {
	flex: 0 0 59%;
	min-width: 100;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
	gap: 15px;
}
.herbal-formula-18-herb-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
	transform: translateY(0);
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-around;
}
.herbal-formula-18-herb-item:hover {
	transform: translateY(-5px);
}
.herbal-formula-18-herb-icon {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #f8e9d6;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.herbal-formula-18-herb-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.herbal-formula-18-herb-name {
	font-size: 0.8rem;
	color: #f8e9d6;
}
.herbal-formula-18-note {
	flex: 0 0 16%;
	min-width: 215px;
	color: #9a2a2a;
	padding: 30px 35px;
	text-align: center;
	transition: all 0.4s ease;
	min-height: 239px;
	background: #fff url("../image/jbb.png") no-repeat right 10px bottom 10px;
	background-size: 83%;
}
.herbal-formula-18-note:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.herbal-formula-18-note-text {
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 500;
}
.herb-news-section {
	position: relative;
	overflow: hidden;
	max-width: 75%;
	margin: 50px auto;
}
.index_new {
	overflow: hidden;
	/* padding-bottom: 59px; */
	box-sizing: border-box;
	width: 100%;
	height: 700px;
	position: relative;
	margin-bottom: 30px;
}
.index_new::after {
	content: "";
	position: absolute;
	left: 0;
	top: 307px;
	width: 68.5%;
	height: 55%;
	background-color: #ececec;
	z-index: -1;
}
.news-title {
	font-size: 2.5rem;
	color: #f8e9d6;
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 0.5rem;
	position: relative;
	text-transform: uppercase;
	width: 80%;
	text-align: left;
	margin: 0 auto;
}
.news-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news-slider {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	padding-bottom: 2rem;
	width: fit-content;
	transition: transform 0.5s ease-in-out;
}
.news-slide-page {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
}
.news-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 334px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.news-card__image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.news-card:hover .news-card__image {
	transform: scale(1.05);
}
.news-card__content {
	padding: 1.5rem;
}
.news-card__title {
	font-size: 1rem;
	color: #a83232;
	margin-bottom: 0.8rem;
	line-height: 1.4;
}
.news-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
	color: #595757;
}
.news-card__title a:hover {
	color: #d45d5d;
}
.news-card__excerpt {
	font-size: 0.8rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 1rem;
}
.news-card__excerpt a {
	color: inherit;
	text-decoration: none;
}
.news-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}
.slider-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #952b28;
	border: none;
	color: #ffffff;
	font-size: 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	line-height: 40px;
}
.slider-btn:hover {
	background-color: #f5d76e;
	color: #a83232;
}
.slider-btn:disabled {
	/* opacity: 0.3; */
	cursor: not-allowed;
	background-color: #932a28;
}
.see-more {
	background: transparent;
	/* border: 2px solid #f5d76e; */
    /* color: #f5d76e; */
	padding: 0.8rem 1.5rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	width: 139px;
	position: absolute;
	right: 10%;
}
}
@media screen and (min-width:1680px) {
.herbal-showcase-container {
	max-width: 75%;
	margin: 50px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	/* background-color: #fff; */
	overflow: hidden;
}
/* 左侧内容区 */
.showcase-content {
	flex: 1 1 60%;
	position: relative;
	min-height: 400px;
}
.content-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.content-panel.active {
	opacity: 1;
	visibility: visible;
}
.content-text {
	flex: 0 0 30%;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content-text h2 {
	color: #d4af37;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	text-transform: capitalize;
}
.content-text h2 a {
	color: #ecbc80;
}
.content-text ul {
	list-style: none;
	color: #d4af37;
	font-size: 0.95rem;
	line-height: 1.8;
}
.content-text ul li a {
	color: #d4af37;
}
.content-image {
	flex: 1;
	background-size: cover;
	background-position: center;
}
/* 右侧列表区 */
.showcase-list {
	flex: 1 1 18%;
	/* background-color: #992222; */
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.more-button {
	position: absolute;
	top: 1.5rem;
	right: 3rem;
	padding: 0.5rem 1.5rem;
	background-color: #f5e7d1;
	color: #992222;
	text-decoration: none;
	font-weight: bold;
	/* border: 2px solid #d4af37; */
	border-radius: 2px;
	width: 150px;
	text-align: center;
	background: url(../image/more1_03.png) no-repeat right center;
	background-size: 100%;
	line-height: 40px;
}
.showcase-list ul {
	list-style: none;
	margin-top: 50px;
}
.showcase-list li {
	color: #fff;
	font-size: 1.13rem;
	padding: 0.8rem 0;
	cursor: pointer;
	transition: color 0.3s ease;
	position: relative;
	padding-left: 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.showcase-list li::before,  .showcase-list li::after {
	/* content: "❖"; */
	position: absolute;
	left: 0.5rem;
	color: #d4af37;
	opacity: 0.7;
}
.showcase-list li::after {
	left: auto;
	right: 0.5rem;
}
.showcase-list li:hover,  .showcase-list li.active {
	color: #d4af37;
}
.module-item {
	flex: 1 1 200px;
	max-width: 250px;
	text-align: center;
	padding: 40px 10px;
}
.module-name {
	font-size: 1rem;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
}
.nav-container {
	max-width: 80%;
	margin: 25px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 60px;
	position: relative;
}
.nav-left, .nav-right {
	display: flex;
	list-style: none;
	flex-direction: row;
}
.nav-left li, .nav-right li {
	margin: 0 20px;
}
.nav-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	padding: 8px 0;
	position: relative;
}
.title {
	width: 80%;
	margin: 0 auto;
	color: #e6caa4;
	font-size: 2.3rem;
	text-transform: uppercase;
}
.nav-menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: width 0.3s ease;
}
.nav-menu a:hover::after {
	width: 100%;
}
.nav-menu a.active {
	font-weight: 700;
}
.nav-menu a.active::after {
	width: 100%;
}
.brand {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 20px;
	border-radius: 8px;
}
.brand img {
}
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	width: 30px;
	height: 24px;
	justify-content: space-between;
	background: transparent;
	border: none;
	padding: 0;
	z-index: 1001;
}
.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.mobile-nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 320px;
	height: 100vh;
	background-color: #a82328;
	padding: 80px 20px 20px;
	transition: right 0.4s ease;
	z-index: 1000;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}
.mobile-nav.active {
	right: 0;
}
.mobile-nav-list {
	list-style: none;
}
.mobile-nav-list li {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
}
.mobile-nav-list a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 8px 0;
}
.mobile-nav-list a.active {
	font-weight: 700;
	color: #ffd700;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.overlay.active {
	display: block;
	opacity: 1;
}
.stellar-banner-slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	aspect-ratio: 16/6;
	margin: 0 auto;
	overflow: hidden;
}
.stellar-banner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.stellar-banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	pointer-events: none;
}
.stellar-banner-item.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}
.stellar-banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stellar-banner-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	font-size: 20px;
	border: none;
	display: none;
	outline: none;
	transition: background-color 0.3s ease;
}
.stellar-banner-arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.stellar-banner-prev {
	left: 20px;
}
.stellar-banner-next {
	right: 20px;
}
.stellar-banner-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 100;
}
.stellar-banner-indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.stellar-banner-indicator.active {
	background-color: #fff;
	transform: scale(1.2);
}
.lm2 {
	width: 100%;
	background: url("../image/lm2bg_02.jpg") no-repeat center bottom;
}
.pain-breakthrough {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 4rem 1rem;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}
.pain-title {
	color: #F2E8CF;
	text-align: left;
	flex: 0 0 20%;
	min-width: 180px;
	padding-left: 1rem;
	display: flex;
	align-items: center;
	height: 100%;
}
.pain-title h2 {
	font-size: 3.136rem;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
	color: #ffcc99;
	font-family: "CustomFont";
}
.pain-cards-container {
	flex: 1;
}
.pain-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 0.5rem;
}
.pain-card {
	flex: 1 1 calc(14% - 1rem);
	min-width: 120px;
	text-align: center;
	margin-bottom: 1rem;
}
.pain-img-box {
	width: 100%;
	aspect-ratio: 3/4;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pain-img-box img {
	width: 90%;
	height: 90%;
	object-fit: cover;
}
.pain-card p {
	color: #972c2a;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
}
.pain-card p a {
	text-decoration: none;
	color: #972c2a;
}
.pain-title {
	flex: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 1rem;
}
.pain-cards {
	justify-content: center;
}
.pain-card {
	flex: 1 1 calc(16% - 1rem);
}
.hot-compress-container {
	width: 100%;
	min-height: 500px;
	padding: 40px 20px;
	color: #fff;
	background: url("") no-repeat center center;
	background-size: 90%;
}
.title-wrapper {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.main-title {
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: #F5DEB3;
	font-weight: 600;
	line-height: 4rem;
}
.sub-title {
	font-size: 1rem;
	color: #ffffff;
	margin-top: 10px;
	opacity: 0.8;
}
.modules-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	background: url("../image/mt1_02.png") no-repeat center center;
	max-width: 90%;
	margin: 0 auto;
	background-size: 100%;
	height: 720px;
	padding-right: 279px;
	align-content: flex-start;
}
.module-img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	margin: 0 auto 15px;
	overflow: hidden;
	border: none;
}
.module-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-desc {
	font-size: 1rem;
	color: #5A1818;
	line-height: 1.4;
}
.pro {
	width: 100%;
	background: url("../image/hh.png") no-repeat left -50px bottom 172px;
	background-size: 12%;
}
.product-container {
	display: flex;
	max-width: 1475px;
	margin: 50px auto;
	padding: 20px;
	border-radius: 8px;
	flex-direction: row;
	padding-left: 75px;
}
.product-showcase {
	flex: 3;
	display: flex;
	flex-direction: column;
	background-color: none;
	overflow: hidden;
}
.product-top {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
}
.product-text {
	flex: 1;
	padding: 35px;
	display: flex;
	justify-content: flex-start;
	background-color: #f9f9f9;
	flex-wrap: wrap;
	align-content: space-around;
	flex-direction: row;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
}
.product-text h2 {
	color: #e8be86;
	font-size: 20px;
	margin-bottom: 10px;
}
.product-text p {
	line-height: 1.5;
	margin-bottom: 8px;
	font-size: 14px;
}
.product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.product-tabs {
	padding: 20px 30px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
.product-tabs .tab-item {
	width: 12px;
	height: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: solid 2px #e8be86;
}
.product-tabs .tab-item:hover, .product-tabs .tab-item.active {
	background-color: #e8be86;
	transform: scale(1.3);
	border: none;
}
.product-intro {
	padding: 20px 30px;
	width: 90%;
	margin: 0 auto;
}
.product-intro h4 {
	color: #e8be86;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	line-height: 32px;
	border-right: solid 1px #fff;
	padding-right: 15px;
}
.product-intro p {
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
	margin-left: 10px;
	float: left;
	width: 84%;
	margin-left: 16px;
}
.product-menu {
	flex: 1;
	margin-left: 113px;
}
.product-menu h3 {
	margin-bottom: 25px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 8px;
	overflow: hidden;
}
.product-menu h3 A {
	color: #fff;
	display: block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: right;
	font-size: 14px;
	background: url("../image/more1_03.png") no-repeat right center;
}
.product-menu ul {
	list-style: none;
}
.product-menu li {
	padding: 12px 15px;
	text-align: center;
	color: #fff;
	margin-bottom: 8px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.product-menu li a {
	color: #fff;
}
.product-menu li:hover, .product-menu li.active {
	font-size: 1.1rem;
}
.product-showcase > div {
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.product-showcase.fade-out > div {
	opacity: 0;
	transform: translateX(-20px);
}
.product-showcase.fade-in > div {
	opacity: 1;
	transform: translateX(0);
}
a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
	cursor: pointer;
}
.zyt-herbal-hover-float {
	transition: all 0.3s ease-in-out;
}
.zyt-herbal-hover-float:hover {
/* transform: translateY(-8px); */
    /* box-shadow: 0 8px 25px rgba(178, 34, 34, 0.2); */
}
.zyt-herbal-about-wrap {
	flex-wrap: wrap;
	max-width: 85%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	gap: 30px;
	padding: 100px 0;
}
.zyt-herbal-side-box {
	width: 15%;
	height: 490px;
	position: relative;
	float: left;
	background-size: 73%;
}
.zyt-herbal-side-box1 {
	height: 490px;
	position: relative;
	width: 32%;
	float: left;
}
.zyt-herbal-left-single {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
}
.zyt-herbal-right-double {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 20px;
	align-items: stretch;
}
.zyt-herbal-right-single {
	flex: 1 1 auto;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	background: url(../image/u679.png) no-repeat center center;
}
.zyt-herbal-card-main {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(../image/u679.png) no-repeat center center;
	background-size: 100%;
}
.zyt-herbal-card-left {
	border: 2px solid #B22222;
}
.zyt-herbal-text-left {
	color: #9e1c1c;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	white-space: pre-line;
	padding: 0 10px;
}
.zyt-herbal-card-right1 {
	border: 1px solid #B22222;
	background-color: #ffffff;
}
.zyt-herbal-text-right1 {
	color: #B22222;
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-card-right2 {
	border: 1px solid #c93737;
	background-color: #fff;
	background-image: linear-gradient(45deg, #fef5f5 25%, transparent 25%);
	background-size: 8px 8px;
}
.zyt-herbal-text-right2 {
	color: #b22222;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-square-title {
	width: 80px;
	height: 80px;
	background-color: #B22222;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	position: absolute;
	top: -35px;
	left: 85px;
	z-index: 9;
	border-radius: 2px;
}
.zyt-herbal-square-sm {
	width: 80px;
	height: 80px;
	font-size: 15px;
}
.zyt-herbal-center-content {
	flex-direction: column;
	gap: 30px;
	padding: 0px 15px 20px 15px;
	width: 48%;
	float: left;
	margin: 0 31px;
}
.zyt-herbal-center-title {
	font-size: 2rem;
	color: #B22222;
	text-align: center;
	font-weight: 500;
	transition: color 0.3s ease;
	text-align: left;
	font-family: 'CustomFont', 'sans-serif', 'song';
	color: #e8be86;
	line-height: 3rem;
}
.zyt-herbal-center-title:hover {
	/* color: #9e1c1c; */
}
.zyt-herbal-center-desc {
	color: #666666;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	transition: color 0.2s ease;
}
.zyt-herbal-center-desc:hover {
	color: #333;
}
.zyt-herbal-center-img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
	display: block;
	border: 1px solid #eee;
}
.index_about {
	overflow: hidden;
	background-color: #fff;
	padding: 98px auto;
	float: left;
	overflow: hidden;
}
.herbal-hotcompress-wrap {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 0;
	margin: 0;
}
.herbal-hotcompress-banner {
	width: 100%;
	max-width: 94%;
	margin: 0 auto 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	padding: 60px 0 60px 0;
}
.herbal-hotcompress-img {
	flex: 0 0 77%;
	height: auto;
	overflow: hidden;
}
.herbal-hotcompress-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.herbal-hotcompress-text {
	flex: 0 0 20%;
	padding: 22px 25px;
	background: url(../image/jbb.png) no-repeat right bottom;
}
.herbal-hotcompress-text h2 {
	font-size: 1.8rem;
	color: #e8be86;
	margin-bottom: 20px;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
.herbal-hotcompress-text p {
	font-size: 1rem;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 15px;
	text-align: justify;
}
.herbal-formula-18-container {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 60px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #f8e9d6;
	background: url(../image/yao.png) no-repeat left bottom;
	background-size: 25%;
}
.herbal-formula-18-title {
	font-size: 2.3rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 70px;
	font-weight: 500;
	text-align: center;
}
.herbal-formula-18-content {
	width: 100%;
	max-width: 96%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 20px;
	flex-wrap: wrap;
}
.herbal-formula-18-img {
	flex: 0 0 19%;
	min-width: 280px;
	text-align: center;
}
.herbal-formula-18-img img {
	width: 100%;
	height: auto;
}
.herbal-formula-18-herbs {
	flex: 0 0 53%;
	min-width: 320px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
	gap: 15px;
}
.herbal-formula-18-herb-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
	transform: translateY(0);
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-around;
}
.herbal-formula-18-herb-item:hover {
	transform: translateY(-5px);
}
.herbal-formula-18-herb-icon {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background-color: #f8e9d6;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.herbal-formula-18-herb-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.herbal-formula-18-herb-name {
	font-size: clamp(0.8rem, 1.5vw, 1rem);
	color: #f8e9d6;
}
.herbal-formula-18-note {
	flex: 0 0 16%;
	min-width: 215px;
	color: #9a2a2a;
	padding: 30px 35px;
	text-align: center;
	transition: all 0.4s ease;
	min-height: 280px;
	background: #fff url("../image/jbb.png") no-repeat right 10px bottom 10px;
}
.herbal-formula-18-note:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.herbal-formula-18-note-text {
	font-size: clamp(1rem, 2vw, 1.2rem);
	line-height: 1.6;
	font-weight: 500;
}
.herb-news-section {
	position: relative;
	overflow: hidden;
	max-width: 75%;
	margin: 50px auto;
}
.index_new {
	overflow: hidden;
	padding-bottom: 50px;
	box-sizing: border-box;
	width: 100%;
	height: 800px;
	position: relative;
}
.index_new::after {
	content: "";
	position: absolute;
	left: 0;
	top: 307px;
	width: 68.5%;
	height: 55%;
	background-color: #ececec;
	z-index: -1;
}
.news-title {
	font-size: 2.5rem;
	color: #f8e9d6;
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 0.5rem;
	position: relative;
	text-transform: uppercase;
	width: 80%;
	text-align: left;
	margin: 0 auto;
}
.news-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news-slider {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	padding-bottom: 2rem;
	width: fit-content;
	transition: transform 0.5s ease-in-out;
}
.news-slide-page {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
}
.news-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 334px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.news-card__image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.news-card:hover .news-card__image {
	transform: scale(1.05);
}
.news-card__content {
	padding: 1.5rem;
}
.news-card__title {
	font-size: 1.25rem;
	color: #a83232;
	margin-bottom: 0.8rem;
	line-height: 1.4;
}
.news-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
	color: #595757;
}
.news-card__title a:hover {
	color: #d45d5d;
}
.news-card__excerpt {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 1rem;
}
.news-card__excerpt a {
	color: inherit;
	text-decoration: none;
}
.news-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}
.slider-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #952b28;
	border: none;
	color: #ffffff;
	font-size: 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	line-height: 40px;
}
.slider-btn:hover {
	background-color: #f5d76e;
	color: #a83232;
}
.slider-btn:disabled {
	/* opacity: 0.3; */
	cursor: not-allowed;
	background-color: #932a28;
}
.see-more {
	background: transparent;
	/* border: 2px solid #f5d76e; */
    /* color: #f5d76e; */
	padding: 0.8rem 1.5rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	width: 139px;
	position: absolute;
	right: 10%;
}
}
@media screen and (min-width:1920px) {
	.herbal-showcase-container {
        max-width: 75%;
        margin: 50px auto 30px auto;
        display: flex;
        flex-wrap: wrap;
        /* background-color: #fff; */
        overflow: hidden;
    }
.module-item {
	flex: 1 1 200px;
	max-width: 250px;
	text-align: center;
	padding: 40px 10px;
}
.module-name {
	font-size: 1rem;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
}
.nav-container {
	max-width: 80%;
	margin: 25px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 60px;
	position: relative;
}
.nav-left, .nav-right {
	display: flex;
	list-style: none;
	flex-direction: row;
}
.nav-left li, .nav-right li {
	margin: 0 20px;
}
.nav-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	padding: 8px 0;
	position: relative;
}
.title {
	width: 80%;
	margin: 0 auto;
	color: #ffcc99;
	font-size: 3.136rem;
	text-transform: uppercase;
}
.nav-menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: width 0.3s ease;
}
.nav-menu a:hover::after {
	width: 100%;
}
.nav-menu a.active {
	font-weight: 700;
}
.nav-menu a.active::after {
	width: 100%;
}
.brand {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 20px;
	border-radius: 8px;
}
.brand img {
}
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	width: 30px;
	height: 24px;
	justify-content: space-between;
	background: transparent;
	border: none;
	padding: 0;
	z-index: 1001;
}
.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.mobile-nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 320px;
	height: 100vh;
	background-color: #a82328;
	padding: 80px 20px 20px;
	transition: right 0.4s ease;
	z-index: 1000;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}
.mobile-nav.active {
	right: 0;
}
.mobile-nav-list {
	list-style: none;
}
.mobile-nav-list li {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
}
.mobile-nav-list a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 8px 0;
}
.mobile-nav-list a.active {
	font-weight: 700;
	color: #ffd700;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.overlay.active {
	display: block;
	opacity: 1;
}
.stellar-banner-slider {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 16/6;
	margin: 0 auto;
	overflow: hidden;
}
.stellar-banner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.stellar-banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	pointer-events: none;
}
.stellar-banner-item.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}
.stellar-banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stellar-banner-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	font-size: 20px;
	border: none;
	display: none;
	outline: none;
	transition: background-color 0.3s ease;
}
.stellar-banner-arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.stellar-banner-prev {
	left: 20px;
}
.stellar-banner-next {
	right: 20px;
}
.stellar-banner-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 100;
}
.stellar-banner-indicator {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.stellar-banner-indicator.active {
	background-color: #fff;
	transform: scale(1.2);
}
.lm2 {
	width: 100%;
	background: url("../image/lm2bg_02.jpg") no-repeat center bottom;
}
.pain-breakthrough {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 4rem 1rem;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}
.pain-title {
	color: #F2E8CF;
	text-align: left;
	flex: 0 0 20%;
	min-width: 180px;
	padding-left: 1rem;
	display: flex;
	align-items: center;
	height: 100%;
}
.pain-title h2 {
	font-size: 3.136rem;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
	font-family: "CustomFont";
	color: #ffcc99;
}
.pain-cards-container {
	flex: 1;
}
.pain-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 0.5rem;
}
.pain-card {
	flex: 1 1 calc(14% - 1rem);
	min-width: 120px;
	text-align: center;
	margin-bottom: 1rem;
}
.pain-img-box {
	width: 100%;
	aspect-ratio: 3/4;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pain-img-box img {
	width: 90%;
	height: 90%;
	object-fit: cover;
	
}
.pain-img-box img:hover{
	transform: translateY(-10px)
	scale(1.05);
	transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), /* 弹性缓动曲线 */
        box-shadow 0.4s ease-in-out; /* 阴影单独过渡，更细腻 */

}
.pain-card p {
	color: #972c2a;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
}
.pain-card p a {
	text-decoration: none;
	color: #972c2a;
}
.pain-title {
	flex: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 1rem;
}
.pain-cards {
	justify-content: center;
}
.pain-card {
	flex: 1 1 calc(16% - 1rem);
}
.hot-compress-container {
	width: 100%;
	min-height: 500px;
	padding: 40px 20px;
	color: #fff;
	background: url("") no-repeat center center;
	background-size: 90%;
}
.title-wrapper {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.main-title {
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: #ffcc99;
	font-weight: 600;
	line-height: 4rem;
}
.sub-title {
	font-size: 1rem;
	color: #ffffff;
	margin-top: 10px;
	opacity: 0.8;
}
.modules-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	background: url("../image/mt1_02.png") no-repeat center center;
	max-width: 90%;
	margin: 0 auto;
	background-size: 100%;
	height: 720px;
	padding-right: 279px;
	align-content: flex-start;
}
.module-img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto 15px;
	overflow: hidden;
	border: none;
}
.module-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-desc {
	font-size: 1rem;
	color: #5A1818;
	line-height: 1.4;
}
.pro {
	width: 100%;
	background: url("../image/hh.png") no-repeat left -50px bottom 56px;
	background-size: 16%;
	padding-bottom: 30px;
}
.product-container {
	display: flex;
	max-width: 1475px;
	margin: 50px auto;
	padding: 20px;
	border-radius: 8px;
	flex-direction: row;
	padding-left: 75px;
}
.product-showcase {
	flex: 3;
	display: flex;
	flex-direction: column;
	background-color: none;
	overflow: hidden;
}
.product-top {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
}
.product-text {
	flex: 1;
	padding: 35px;
	display: flex;
	background-color: #f9f9f9;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-direction: column;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	justify-content: space-around;
}
.product-text h2 {
	color: #e8be86;
	font-size: 20px;
	margin-bottom: 10px;
}
.product-text p {
	line-height: 1.5;
	margin-bottom: 8px;
	font-size: 14px;
}
.product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.product-tabs {
	padding: 20px 30px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
.product-tabs .tab-item {
	width: 12px;
	height: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: solid 2px #e8be86;
}
.product-tabs .tab-item:hover, .product-tabs .tab-item.active {
	background-color: #e8be86;
	transform: scale(1.3);
	border: none;
}
.product-intro {
	padding: 20px 30px;
	overflow: hidden;
	width: 53%;
	margin-left: 13%;
}
.product-intro h4 {
	color: #e8be86;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	line-height: 32px;
	border-right: solid 1px #fff;
	padding-right: 15px;
}
.product-intro p {
	font-size: 1rem;
	line-height: 1.6;
	color: #fff;
	margin-left: 10px;
	float: left;
	width: 84%;
	margin-left: 16px;
}
.product-menu {
	flex: 1;
	margin-left: 113px;
}
.product-menu h3 {
	margin-bottom: 25px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 8px;
	overflow: hidden;
}
.product-menu h3 A {
	color: #fff;
	display: block;
	width: 160px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: right;
	font-size: 14px;
	background: url("../image/more1_03.png") no-repeat right center;
}
.product-menu ul {
	list-style: none;
}
.product-menu li {
	padding: 12px 15px;
	text-align: center;
	color: #fff;
	margin-bottom: 8px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.product-menu li a {
	color: #fff;
	font-size: 1rem;
}
.product-menu li:hover, .product-menu li.active {
	font-size: 1.1rem;
}
.product-showcase > div {
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.product-showcase.fade-out > div {
	opacity: 0;
	transform: translateX(-20px);
}
.product-showcase.fade-in > div {
	opacity: 1;
	transform: translateX(0);
}
a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
	cursor: pointer;
}
.zyt-herbal-hover-float {
	transition: all 0.3s ease-in-out;
}
.zyt-herbal-hover-float:hover {
/* transform: translateY(-8px); */
    /* box-shadow: 0 8px 25px rgba(178, 34, 34, 0.2); */
}
.zyt-herbal-about-wrap {
	flex-wrap: wrap;
	max-width: 85%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	gap: 30px;
	padding: 100px 0;
}
.zyt-herbal-side-box {
	width: 15%;
	height: 490px;
	position: relative;
	float: left;
	background-size: 73%;
}
.zyt-herbal-side-box1 {
	height: 490px;
	position: relative;
	width: 32%;
	float: left;
}
.zyt-herbal-left-single {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
}
.zyt-herbal-right-double {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 20px;
	align-items: stretch;
}
.zyt-herbal-right-single {
	flex: 1 1 auto;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	background: url(../image/u679.png) no-repeat center center;
}
.zyt-herbal-card-main {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(../image/u679.png) no-repeat center center;
	background-size: 100%;
}
.zyt-herbal-card-left {
	border: 2px solid #B22222;
}
.zyt-herbal-text-left {
	color: #9e1c1c;
	font-size: 18px;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	white-space: pre-line;
	padding: 0 10px;
}
.zyt-herbal-card-right1 {
	border: 1px solid #B22222;
	background-color: #ffffff;
}
.zyt-herbal-text-right1 {
	color: #B22222;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-card-right2 {
	border: 1px solid #c93737;
	background-color: #fff;
	/* background-image: linear-gradient(45deg, #fef5f5 25%, transparent 25%); */
    /* background-size: 8px 8px; */
    /* background: url(../image/u679.png) no-repeat center center; */
	background-size: 100%;
}
.zyt-herbal-text-right2 {
	color: #b22222;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-square-title {
	width: 80px;
	height: 80px;
	background-color: #B22222;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	position: absolute;
	top: -35px;
	left: 90px;
	z-index: 9;
	border-radius: 2px;
}
.zyt-herbal-square-sm {
	width: 80px;
	height: 80px;
	font-size: 15px;
}
.zyt-herbal-center-content {
	flex-direction: column;
	gap: 30px;
	padding: 0 20px 20px 20px;
	width: 49%;
	float: left;
	margin: 0 31px;
}
.zyt-herbal-center-title {
	font-size: 2rem;
	color: #B22222;
	text-align: center;
	font-weight: 500;
	transition: color 0.3s ease;
	text-align: left;
	font-family: 'CustomFont', 'sans-serif', 'song';
	color: #ffcc99;
	line-height: 3rem;
}
.zyt-herbal-center-title:hover {
	/* color: #9e1c1c; */
}
.zyt-herbal-center-desc {
	color: #666666;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	transition: color 0.2s ease;
	font-family: "Source";
}
.zyt-herbal-center-desc:hover {
	color: #333;
}
.zyt-herbal-center-img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
	display: block;
	border: 1px solid #eee;
}
.index_about {
	overflow: hidden;
	background-color: #fff;
	padding: 98px auto;
	float: left;
	overflow: hidden;
}
.herbal-hotcompress-wrap {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 0;
	margin: 0;
}
.herbal-hotcompress-banner {
	width: 100%;
	max-width: 94%;
	margin: 0 auto 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	padding: 60px 0 60px 0;
}
.herbal-hotcompress-img {
	flex: 0 0 77%;
	height: auto;
	overflow: hidden;
}
.herbal-hotcompress-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.herbal-hotcompress-text {
	flex: 0 0 20%;
	padding: 30px 25px;
	background: url(../image/jbb.png) no-repeat right bottom;
}
.herbal-hotcompress-text h2 {
	font-size: 1.8rem;
	color: #ffcc99;
	margin-bottom: 20px;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
.herbal-hotcompress-text p {
	font-size: 1rem;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 15px;
	text-align: justify;
}
.herbal-formula-18-container {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 60px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #ffcc99;
	background: url(../image/yao.png) no-repeat left bottom;
	background-size: 25%;
}
.herbal-formula-18-title {
	font-size: 2.55rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 70px;
	font-weight: 500;
	text-align: center;
}
.herbal-formula-18-content {
	width: 100%;
	max-width: 96%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 20px;
	flex-wrap: wrap;
}
.herbal-formula-18-img {
	flex: 0 0 19%;
	min-width: 280px;
	text-align: center;
}
.herbal-formula-18-img img {
	width: 100%;
	height: auto;
}
.herbal-formula-18-herbs {
	flex: 0 0 53%;
	min-width: 335px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
	gap: 15px;
	justify-items: center;
}
.herbal-formula-18-herb-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
	transform: translateY(0);
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-around;
	text-align: center;
}
.herbal-formula-18-herb-item:hover {
	transform: translateY(-5px);
}
.herbal-formula-18-herb-icon {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background-color: #f8e9d6;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	/* overflow: hidden; */
	overflow: hidden;
	align-content: center;
	margin: 0 auto;
}
.herbal-formula-18-herb-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0 auto;
}
.herbal-formula-18-herb-name {
	font-size: clamp(0.8rem, 1.5vw, 1rem);
	color: #f8e9d6;
	font-family: 'Source';
	height: 35px;
	word-wrap: break-word;
	white-space: normal;
	/* word-break: break-all; */
}
.herbal-formula-18-note {
	flex: 0 0 16%;
	min-width: 215px;
	color: #9a2a2a;
	padding: 30px 35px;
	text-align: center;
	transition: all 0.4s ease;
	min-height: 280px;
	background: #fff url("../image/jbb.png") no-repeat right 10px bottom 10px;
}
.herbal-formula-18-note:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.herbal-formula-18-note-text {
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 500;
	font-family: 'CustomFont';
}
.herb-news-section {
	position: relative;
	overflow: hidden;
	max-width: 75%;
	margin: 50px auto;
}
.index_new {
	overflow: hidden;
	padding-bottom: 50px;
	box-sizing: border-box;
	width: 100%;
	height: 800px;
	position: relative;
}
.index_new::after {
	content: "";
	position: absolute;
	left: 0;
	top: 307px;
	width: 68.5%;
	height: 55%;
	background-color: #ececec;
	z-index: -1;
}
.news-title {
	font-size: 2.5rem;
	color: #ffcc99;
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 0.5rem;
	position: relative;
	text-transform: uppercase;
	width: 80%;
	text-align: left;
	margin: 0 auto;
}
.news-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news-slider {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	padding-bottom: 2rem;
	width: fit-content;
	transition: transform 0.5s ease-in-out;
}
.news-slide-page {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
}
.news-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 334px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.news-card__image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.news-card:hover .news-card__image {
	transform: scale(1.05);
}
.news-card__content {
	padding: 1.5rem;
}
.news-card__title {
	font-size: 1.25rem;
	color: #a83232;
	margin-bottom: 0.8rem;
	line-height: 1.4;
}
.news-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
	color: #595757;
}
.news-card__title a:hover {
	color: #d45d5d;
}
.news-card__excerpt {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 1rem;
}
.news-card__excerpt a {
	color: inherit;
	text-decoration: none;
}
.news-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}
.slider-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #952b28;
	border: none;
	color: #ffffff;
	font-size: 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	line-height: 40px;
}
.slider-btn:hover {
	background-color: #f5d76e;
	color: #a83232;
}
.slider-btn:disabled {
	/* opacity: 0.3; */
	cursor: not-allowed;
	background-color: #932a28;
}
.see-more {
	background: transparent;
	/* border: 2px solid #f5d76e; */
    /* color: #f5d76e; */
	padding: 0.8rem 1.5rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	width: 139px;
	position: absolute;
	right: 10%;
}
}
@media (max-width: 1200px) {
.news-slide-page {
/* grid-template-columns: repeat(3, 1fr); */
}
.news-card {
	width: 188px;
}
}
@media screen and (max-width:1024px) {
.herbal-showcase-container {
	max-width: 75%;
	margin: 50px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	/* background-color: #fff; */
	overflow: hidden;
}
/* 左侧内容区 */
.showcase-content {
	flex: 1 1 60%;
	position: relative;
	min-height: 400px;
}
.content-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.content-panel.active {
	opacity: 1;
	visibility: visible;
}
.content-text {
	flex: 0 0 35%;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content-text h2 {
	color: #d4af37;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	text-transform: capitalize;
}
.content-text h2 a {
	color: #ecbc80;
}
.content-text ul {
	list-style: none;
	color: #d4af37;
	font-size: 0.95rem;
	line-height: 1.8;
}
.content-text ul li a {
	color: #d4af37;
}
.content-image {
	flex: 1;
	background-size: cover;
	background-position: center;
}
/* 右侧列表区 */
.showcase-list {
	flex: 1 1 16%;
	/* background-color: #992222; */
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.more-button {
	position: absolute;
	top: 1.5rem;
	right: 3rem;
	padding: 0.5rem 1.5rem;
	background-color: #f5e7d1;
	color: #992222;
	text-decoration: none;
	font-weight: bold;
	/* border: 2px solid #d4af37; */
	border-radius: 2px;
	width: 150px;
	text-align: center;
	background: url(../image/more1_03.png) no-repeat right center;
	background-size: 100%;
	line-height: 40px;
}
.showcase-list ul {
	list-style: none;
	margin-top: 50px;
}
.showcase-list li {
	color: #fff;
 font-size: 1.rem;
	padding: 0.8rem 0;
	cursor: pointer;
	transition: color 0.3s ease;
	position: relative;
	padding-left: 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.showcase-list li::before,  .showcase-list li::after {
	/* content: "❖"; */
	position: absolute;
	left: 0.5rem;
	color: #d4af37;
	opacity: 0.7;
}
.showcase-list li::after {
	left: auto;
	right: 0.5rem;
}
.showcase-list li:hover,  .showcase-list li.active {
	color: #d4af37;
}
.indexFooter {
	display: none;
}
.module-item {
	flex: 1 1 150px;
	max-width: 150px;
	text-align: center;
	padding: 0px 10px;
}
.module-name {
	font-size: 0.7rem;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
}
.nav-container {
	max-width: 80%;
	margin: 25px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 40px;
	position: relative;
}
.nav-left, .nav-right {
	display: flex;
	list-style: none;
	flex-direction: row;
}
.nav-left li, .nav-right li {
	margin: 0 20px;
}
.nav-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	padding: 8px 0;
	position: relative;
}
.title {
	width: 80%;
	margin: 0 auto;
	color: #e6caa4;
	font-size: 1.3rem;
	text-transform: uppercase;
}
.nav-menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: width 0.3s ease;
}
.nav-menu a:hover::after {
	width: 100%;
}
.nav-menu a.active {
	font-weight: 700;
}
.nav-menu a.active::after {
	width: 100%;
}
.brand {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 20px;
	border-radius: 8px;
	text-align: center;
}
.brand img {
	width: 49%;
}
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	width: 30px;
	height: 24px;
	justify-content: space-between;
	background: transparent;
	border: none;
	padding: 0;
	z-index: 1001;
}
.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.mobile-nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 320px;
	height: 100vh;
	background-color: #a82328;
	padding: 80px 20px 20px;
	transition: right 0.4s ease;
	z-index: 1000;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}
.mobile-nav.active {
	right: 0;
}
.mobile-nav-list {
	list-style: none;
}
.mobile-nav-list li {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
}
.mobile-nav-list a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 8px 0;
}
.mobile-nav-list a.active {
	font-weight: 700;
	color: #ffd700;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.overlay.active {
	display: block;
	opacity: 1;
}
.stellar-banner-slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	aspect-ratio: 16/6;
	margin: 0 auto;
	overflow: hidden;
}
.stellar-banner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.stellar-banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	pointer-events: none;
}
.stellar-banner-item.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}
.stellar-banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stellar-banner-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	font-size: 20px;
	border: none;
	display: none;
	outline: none;
	transition: background-color 0.3s ease;
}
.stellar-banner-arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.stellar-banner-prev {
	left: 20px;
}
.stellar-banner-next {
	right: 20px;
}
.stellar-banner-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 100;
}
.stellar-banner-indicator {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.stellar-banner-indicator.active {
	background-color: #fff;
	transform: scale(1.2);
}
.lm2 {
	width: 100%;
	background: url("../image/lm2bg_02.jpg") no-repeat center bottom;
	background-size: 100%;
}
.pain-breakthrough {
	width: 100%;
	/* max-width: 1600px; */
	margin: 0 auto;
	padding: 2rem 1rem;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	gap: 0rem;
	justify-content: flex-start;
	align-content: center;
	flex-direction: row;
}
.pain-title {
	color: #F2E8CF;
	text-align: left;
	flex: 0 0 20%;
	min-width: 180px;
	padding-left: 1rem;
	display: flex;
	align-items: flex-start;
	height: 100%;
	justify-content: flex-end;
	align-content: flex-start;
	flex-direction: row;
}
.pain-title h2 {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
}
.pain-cards-container {
	flex: 1;
}
.pain-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0 0.5rem;
}
.pain-card {
	flex: 1 1 calc(14% - 1rem);
	min-width: 120px;
	text-align: center;
	margin-bottom: 1rem;
}
.pain-img-box {
	width: 100%;
	aspect-ratio: 3/4;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pain-img-box img {
	width: 90%;
	height: 90%;
	object-fit: cover;
}
.pain-card p {
	color: #972c2a;
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
}
.pain-card p a {
	text-decoration: none;
	color: #e6d4b9;
}
.pain-title {
	flex: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 1rem;
}
.pain-cards {
	justify-content: center;
}
.pain-card {
	flex: 1 1 calc(16% - 1rem);
}
.hot-compress-container {
	width: 100%;
	min-height: 500px;
	padding: 15px 20px;
	color: #fff;
	background: url("") no-repeat center center;
	background-size: 90%;
}
.title-wrapper {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.main-title {
	font-size: 1.2rem;
	letter-spacing: 2px;
	color: #F5DEB3;
	font-weight: 600;
	line-height: 4rem;
}
.sub-title {
	font-size: 0.8rem;
	color: #ffffff;
	margin-top: 10px;
	opacity: 0.8;
}
.modules-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	background: url("../image/mt1_02.png") no-repeat center center;
	max-width: 95%;
	margin: 0 auto;
	background-size: 100%;
	height: 540px;
	padding-right: 143px;
	align-content: flex-start;
}
.module-img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin: 0 auto 15px;
	overflow: hidden;
	border: 3px solid #8B2323;
}
.module-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-desc {
	font-size: 1rem;
	color: #5A1818;
	line-height: 1.4;
}
.pro {
	width: 100%;
	background: url("../image/hh.png") no-repeat left -50px bottom 152px;
	background-size: 15%;
	margin: 0 auto;
}
.product-container {
	display: flex;
	max-width: 90%;
	margin: 31px auto;
	padding: 20px;
	border-radius: 8px;
	flex-direction: row;
	padding-left: 75px;
}
.product-showcase {
	flex: 3;
	display: flex;
	flex-direction: column;
	background-color: none;
	overflow: hidden;
}
.product-top {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
}
.product-text {
	/* flex: 1; */
	padding: 35px;
	/* display: flex; */
	justify-content: flex-start;
	background-color: #f9f9f9;
	flex-wrap: wrap;
	align-content: space-around;
	flex-direction: row;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	background-size: 90%;
}
.product-text h2 {
	color: #e8be86;
	font-size: 0.8rem;
	margin-bottom: 10px;
}
.product-text p {
	line-height: 1.5;
	margin-bottom: 8px;
	font-size: 14px;
	font-size: 0.7rem;
	color: #666;
	margin-top: 15px;
}
.product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.product-tabs {
	padding: 20px 30px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
.product-tabs .tab-item {
	width: 6px;
	height: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: solid 2px #e8be86;
}
.product-tabs .tab-item:hover, .product-tabs .tab-item.active {
	background-color: #e8be86;
	transform: scale(1.3);
	border: none;
}
.product-intro {
	padding: 10px 6px;
}
.product-intro h4 {
	color: #e8be86;
	font-size: 0.8rem;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	line-height: 32px;
	border-right: solid 1px #fff;
	padding-right: 15px;
}
.product-intro p {
	font-size: 0.7rem;
	line-height: 1.6;
	color: #fff;
	margin-left: 10px;
	float: left;
	width: 75%;
	margin-left: 16px;
}
.product-menu {
	flex: 1;
	margin-left: 113px;
}
.product-menu h3 {
	margin-bottom: -2px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 8px;
	overflow: hidden;
}
.product-menu h3 A {
	color: #fff;
	display: block;
	width: 110px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: right;
	font-size: 0.8rem;
	background: url("../image/more1_03.png") no-repeat right center;
	background-size: 100%;
}
.product-menu ul {
	list-style: none;
}
.product-menu li {
	padding: 8px 8px;
	text-align: center;
	color: #fff;
	margin-bottom: 2px;
	font-size: 0.7rem;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.product-menu li a {
	color: #fff;
}
.product-menu li:hover, .product-menu li.active {
	font-size: 0.8rem;
}
.product-showcase > div {
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.product-showcase.fade-out > div {
	opacity: 0;
	transform: translateX(-20px);
}
.product-showcase.fade-in > div {
	opacity: 1;
	transform: translateX(0);
}
a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
	cursor: pointer;
}
.zyt-herbal-hover-float {
	transition: all 0.3s ease-in-out;
}
.zyt-herbal-hover-float:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 25px rgba(178, 34, 34, 0.2);
}
.zyt-herbal-about-wrap {
	flex-wrap: wrap;
	max-width: 85%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	gap: 30px;
	padding: 75px 0 20px 0;
}
.zyt-herbal-side-box {
	width: 15%;
	height: 351px;
	position: relative;
	float: left;
	background-size: 86%;
}
.zyt-herbal-side-box1 {
	height: 347px;
	position: relative;
	width: 32%;
	float: left;
}
.zyt-herbal-left-single {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
}
.zyt-herbal-right-double {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 10px;
	align-items: stretch;
}
.zyt-herbal-right-single {
	flex: 1 1 auto;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;/* background: url(../image/u679.png) no-repeat center center; */
}
.zyt-herbal-card-main {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(../image/u679.png) no-repeat center center;
	background-size: 109%;
}
.zyt-herbal-card-left {
	border: 1px solid #B22222;
}
.zyt-herbal-text-left {
	color: #9e1c1c;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	white-space: pre-line;
	padding: 0 10px;
}
.zyt-herbal-card-right1 {
	border: 1px solid #B22222;
	background-color: #ffffff;
}
.zyt-herbal-text-right1 {
	color: #B22222;
	font-size: 0.7rem;
	line-height: 2;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-card-right2 {
	border: 1px solid #c93737;
	background-color: #fff;
	background-image: linear-gradient(45deg, #fef5f5 25%, transparent 25%);
	background-size: 8px 8px;
}
.zyt-herbal-text-right2 {
	color: #b22222;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-square-title {
	width: 50px;
	height: 50px;
	background-color: #B22222;
	color: #ffffff;
	font-size: 0.65rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	position: absolute;
	top: -55px;
	left: 50px;
	z-index: 9;
	border-radius: 2px;
}
.zyt-herbal-square-sm {
	width: 50px;
	height: 50px;
	font-size: 0.65rem;
}
.zyt-herbal-center-content {
	flex-direction: column;
	gap: 30px;
	padding: 0 10px 20px 10px;
	width: 45%;
	float: left;
	margin: 0 31px;
}
.zyt-herbal-center-title {
	font-size: 0.8rem;
	color: #B22222;
	text-align: center;
	font-weight: 500;
	transition: color 0.3s ease;
	text-align: left;
	font-family: 'CustomFont', 'sans-serif', 'song';
	color: #e8be86;
	line-height: 3rem;
}
.zyt-herbal-center-title:hover {
	color: #9e1c1c;
}
.zyt-herbal-center-desc {
	color: #666666;
	font-size: 0.65rem;
	line-height: 1.8;
	text-align: justify;
	transition: color 0.2s ease;
}
.zyt-herbal-center-desc:hover {
	color: #333;
}
.zyt-herbal-center-img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
	display: block;
	border: 1px solid #eee;
}
.index_about {
	overflow: hidden;
	background-color: #fff;
	padding: 98px auto;
	float: left;
	overflow: hidden;
}
.herbal-hotcompress-wrap {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 0;
	margin: 0;
}
.herbal-hotcompress-banner {
	width: 100%;
	max-width: 95%;
	margin: 0 auto 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	padding: 26px 0 10px 0;
}
.herbal-hotcompress-img {
	flex: 0 0 83%;
	height: auto;
	overflow: hidden;
}
.herbal-hotcompress-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.herbal-hotcompress-text {
	flex: 0 0 20%;
	padding: 0px 25px;
	background: url(../image/jbb.png) no-repeat right bottom;
	background-size: 90%;
}
.herbal-hotcompress-text h2 {
	font-size: 0.8rem;
	color: #e8be86;
	margin-bottom: 0px;
	padding-bottom: 12px;
	letter-spacing: 1px;
}
.herbal-hotcompress-text p {
	font-size: 0.65rem;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 15px;
	text-align: justify;
}
.herbal-formula-18-container {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #f8e9d6;
	background: url(../image/yao.png) no-repeat left bottom;
	background-size: 31%;
}
.herbal-formula-18-title {
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 53px;
	font-weight: 500;
	text-align: center;
}
.herbal-formula-18-content {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	/* justify-content: space-evenly; */
	gap: 10px;
	flex-wrap: wrap;
}
.herbal-formula-18-img {
	flex: 0 0 19%;
	min-width: 280px;
	text-align: center;
}
.herbal-formula-18-img img {
	width: 100%;
	height: auto;
}
.herbal-formula-18-herbs {
	flex: 0 0 45%;
	min-width: 315px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
	gap: 15px;
	align-items: center;
	align-content: stretch;
	justify-content: space-evenly;
	justify-items: end;
}
.herbal-formula-18-herb-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
	transform: translateY(0);
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-around;
}
.herbal-formula-18-herb-item:hover {
	transform: translateY(-5px);
}
.herbal-formula-18-herb-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f8e9d6;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.herbal-formula-18-herb-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.herbal-formula-18-herb-name {
	font-size: 0.65rem;
	color: #f8e9d6;
}
.herbal-formula-18-note {
	flex: 0 0 16%;
	min-width: 215px;
	color: #9a2a2a;
	padding: 30px 35px;
	text-align: center;
	transition: all 0.4s ease;
	min-height: 280px;
	background: #fff url("../image/jbb.png") no-repeat right 10px bottom 10px;
	background-size: 90%;
}
.herbal-formula-18-note:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.herbal-formula-18-note-text {
	font-size: 0.8rem;
	line-height: 1.6;
	font-weight: 500;
}
.herb-news-section {
	position: relative;
	overflow: hidden;
	max-width: 75%;
	margin: 50px auto;
}
.index_new {
	overflow: hidden;
	padding-bottom: 50px;
	box-sizing: border-box;
	width: 100%;
	height: 550px;
	position: relative;
}
.index_new::after {
	content: "";
	position: absolute;
	left: 0;
	top: 187px;
	width: 64.5%;
	height: 55%;
	background-color: #ececec;
	z-index: -1;
}
.news-title {
	font-size: 1.3rem;
	color: #f8e9d6;
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 0.2rem;
	position: relative;
	text-transform: uppercase;
	width: 80%;
	text-align: left;
	margin: 0 auto;
}
.news-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news-slider {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	padding-bottom: 0rem;
	width: fit-content;
	transition: transform 0.5s ease-in-out;
}
.news-slide-page {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}
.news-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 334px;
	/* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
	transform: translateY(-8px);
}
.news-card__image {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.news-card:hover .news-card__image {
	transform: scale(1.05);
}
.news-card__content {
	padding: 10px;
}
.news-card__title {
	font-size: 0.8rem;
	color: #a83232;
	margin-bottom: 0.8rem;
	line-height: 1.4;
}
.news-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
	color: #595757;
}
.news-card__title a:hover {
	color: #d45d5d;
}
.news-card__excerpt {
	font-size: 0.65rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 1rem;
}
.news-card__excerpt a {
	color: inherit;
	text-decoration: none;
}
.news-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}
.slider-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #952b28;
	border: none;
	color: #ffffff;
	font-size: 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	line-height: 22px;
}
.slider-btn:hover {
	background-color: #f5d76e;
	color: #a83232;
}
.slider-btn:disabled {
	/* opacity: 0.3; */
	cursor: not-allowed;
	background-color: #932a28;
}
.see-more {
	background: transparent;
	/* border: 2px solid #f5d76e; */
    /* color: #f5d76e; */
	padding: 0.8rem 1.5rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	width: 130px;
	position: absolute;
	right: 10%;
}
}
@media screen and (max-width:992px) {
.module-item {
	flex: 1 1 150px;
	max-width: 150px;
	text-align: center;
	padding: 0px 10px;
}
.module-name {
	font-size: 0.7rem;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
}
.nav-container {
	max-width: 80%;
	margin: 25px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 40px;
	position: relative;
}
.nav-left, .nav-right {
	display: flex;
	list-style: none;
	flex-direction: row;
}
.nav-left li, .nav-right li {
	margin: 0 20px;
}
.nav-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	padding: 8px 0;
	position: relative;
}
.title {
	width: 80%;
	margin: 0 auto;
	color: #e6caa4;
	font-size: 1.3rem;
	text-transform: uppercase;
}
.nav-menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: width 0.3s ease;
}
.nav-menu a:hover::after {
	width: 100%;
}
.nav-menu a.active {
	font-weight: 700;
}
.nav-menu a.active::after {
	width: 100%;
}
.brand {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 20px;
	border-radius: 8px;
	text-align: center;
}
.brand img {
	width: 49%;
}
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	width: 30px;
	height: 24px;
	justify-content: space-between;
	background: transparent;
	border: none;
	padding: 0;
	z-index: 1001;
}
.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.mobile-nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 320px;
	height: 100vh;
	background-color: #a82328;
	padding: 80px 20px 20px;
	transition: right 0.4s ease;
	z-index: 1000;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}
.mobile-nav.active {
	right: 0;
}
.mobile-nav-list {
	list-style: none;
}
.mobile-nav-list li {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
}
.mobile-nav-list a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 8px 0;
}
.mobile-nav-list a.active {
	font-weight: 700;
	color: #ffd700;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.overlay.active {
	display: block;
	opacity: 1;
}
.stellar-banner-slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	aspect-ratio: 16/6;
	margin: 0 auto;
	overflow: hidden;
}
.stellar-banner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.stellar-banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	pointer-events: none;
}
.stellar-banner-item.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}
.stellar-banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stellar-banner-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	font-size: 20px;
	border: none;
	display: none;
	outline: none;
	transition: background-color 0.3s ease;
}
.stellar-banner-arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.stellar-banner-prev {
	left: 20px;
}
.stellar-banner-next {
	right: 20px;
}
.stellar-banner-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 100;
}
.stellar-banner-indicator {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.stellar-banner-indicator.active {
	background-color: #fff;
	transform: scale(1.2);
}
.lm2 {
	width: 100%;
	background: url("../image/lm2bg_02.jpg") no-repeat center bottom;
	background-size: 100%;
}
.pain-breakthrough {
	width: 100%;
	/* max-width: 1600px; */
	margin: 0 auto;
	padding: 2rem 1rem;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	gap: 0rem;
	justify-content: flex-start;
	align-content: center;
	flex-direction: row;
}
.pain-title {
	color: #F2E8CF;
	text-align: left;
	flex: 0 0 20%;
	min-width: 180px;
	padding-left: 1rem;
	display: flex;
	align-items: flex-start;
	height: 100%;
	justify-content: flex-end;
	align-content: flex-start;
	flex-direction: row;
}
.pain-title h2 {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
}
.pain-cards-container {
	flex: 1;
}
.pain-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0 0.5rem;
}
.pain-card {
	flex: 1 1 calc(14% - 1rem);
	min-width: 120px;
	text-align: center;
	margin-bottom: 1rem;
}
.pain-img-box {
	width: 100%;
	aspect-ratio: 3/4;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pain-img-box img {
	width: 90%;
	height: 90%;
	object-fit: cover;
}
.pain-card p {
	color: #972c2a;
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
}
.pain-card p a {
	text-decoration: none;
	color: #e6d4b9;
}
.pain-title {
	flex: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 1rem;
}
.pain-cards {
	justify-content: center;
}
.pain-card {
	flex: 1 1 calc(16% - 1rem);
}
.hot-compress-container {
	width: 100%;
	min-height: 500px;
	padding: 15px 20px;
	color: #fff;
	background: url("") no-repeat center center;
	background-size: 90%;
}
.title-wrapper {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.main-title {
	font-size: 1.2rem;
	letter-spacing: 2px;
	color: #F5DEB3;
	font-weight: 600;
	line-height: 4rem;
}
.sub-title {
	font-size: 0.8rem;
	color: #ffffff;
	margin-top: 10px;
	opacity: 0.8;
}
.modules-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	background: url("../image/mt1_02.png") no-repeat center center;
	max-width: 95%;
	margin: 0 auto;
	background-size: 100%;
	height: 540px;
	padding-right: 143px;
	align-content: flex-start;
}
.module-img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin: 0 auto 15px;
	overflow: hidden;
	border: 3px solid #8B2323;
}
.module-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-desc {
	font-size: 1rem;
	color: #5A1818;
	line-height: 1.4;
}
.pro {
	width: 100%;
	background: url("../image/hh.png") no-repeat left -50px bottom 152px;
	background-size: 15%;
	margin: 0 auto;
}
.product-container {
	display: flex;
	max-width: 90%;
	margin: 31px auto;
	padding: 20px;
	border-radius: 8px;
	flex-direction: row;
	padding-left: 75px;
}
.product-showcase {
	flex: 3;
	display: flex;
	flex-direction: column;
	background-color: none;
	overflow: hidden;
}
.product-top {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
}
.product-text {
	/* flex: 1; */
	padding: 35px;
	/* display: flex; */
	justify-content: flex-start;
	background-color: #f9f9f9;
	flex-wrap: wrap;
	align-content: space-around;
	flex-direction: row;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	background-size: 90%;
}
.product-text h2 {
	color: #e8be86;
	font-size: 0.8rem;
	margin-bottom: 10px;
}
.product-text p {
	line-height: 1.5;
	margin-bottom: 8px;
	font-size: 14px;
	font-size: 0.7rem;
	color: #666;
	margin-top: 15px;
}
.product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.product-tabs {
	padding: 20px 30px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
.product-tabs .tab-item {
	width: 6px;
	height: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: solid 2px #e8be86;
}
.product-tabs .tab-item:hover, .product-tabs .tab-item.active {
	background-color: #e8be86;
	transform: scale(1.3);
	border: none;
}
.product-intro {
	padding: 10px 6px;
}
.product-intro h4 {
	color: #e8be86;
	font-size: 0.8rem;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	line-height: 32px;
	border-right: solid 1px #fff;
	padding-right: 15px;
}
.product-intro p {
	font-size: 0.7rem;
	line-height: 1.6;
	color: #fff;
	margin-left: 10px;
	float: left;
	width: 75%;
	margin-left: 16px;
}
.product-menu {
	flex: 1;
	margin-left: 113px;
}
.product-menu h3 {
	margin-bottom: -2px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 8px;
	overflow: hidden;
}
.product-menu h3 A {
	color: #fff;
	display: block;
	width: 110px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: right;
	font-size: 0.8rem;
	background: url("../image/more1_03.png") no-repeat right center;
	background-size: 100%;
}
.product-menu ul {
	list-style: none;
}
.product-menu li {
	padding: 8px 8px;
	text-align: center;
	color: #fff;
	margin-bottom: 2px;
	font-size: 0.7rem;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.product-menu li a {
	color: #fff;
}
.product-menu li:hover, .product-menu li.active {
	font-size: 0.8rem;
}
.product-showcase > div {
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.product-showcase.fade-out > div {
	opacity: 0;
	transform: translateX(-20px);
}
.product-showcase.fade-in > div {
	opacity: 1;
	transform: translateX(0);
}
a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
	cursor: pointer;
}
.zyt-herbal-hover-float {
	transition: all 0.3s ease-in-out;
}
.zyt-herbal-hover-float:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 25px rgba(178, 34, 34, 0.2);
}
.zyt-herbal-about-wrap {
	flex-wrap: wrap;
	max-width: 85%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	gap: 30px;
	padding: 75px 0 20px 0;
}
.zyt-herbal-side-box {
	width: 15%;
	height: 351px;
	position: relative;
	float: left;
	background-size: 86%;
}
.zyt-herbal-side-box1 {
	height: 347px;
	position: relative;
	width: 32%;
	float: left;
}
.zyt-herbal-left-single {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
}
.zyt-herbal-right-double {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 10px;
	align-items: stretch;
}
.zyt-herbal-right-single {
	flex: 1 1 auto;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;/* background: url(../image/u679.png) no-repeat center center; */
}
.zyt-herbal-card-main {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(../image/u679.png) no-repeat center center;
	background-size: 109%;
}
.zyt-herbal-card-left {
	border: 1px solid #B22222;
}
.zyt-herbal-text-left {
	color: #9e1c1c;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	white-space: pre-line;
	padding: 0 10px;
}
.zyt-herbal-card-right1 {
	border: 1px solid #B22222;
	background-color: #ffffff;
}
.zyt-herbal-text-right1 {
	color: #B22222;
	font-size: 0.7rem;
	line-height: 2;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-card-right2 {
	border: 1px solid #c93737;
	background-color: #fff;
	background-image: linear-gradient(45deg, #fef5f5 25%, transparent 25%);
	background-size: 8px 8px;
}
.zyt-herbal-text-right2 {
	color: #b22222;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-square-title {
	width: 50px;
	height: 50px;
	background-color: #B22222;
	color: #ffffff;
	font-size: 0.65rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	position: absolute;
	top: -55px;
	left: 50px;
	z-index: 9;
	border-radius: 2px;
}
.zyt-herbal-square-sm {
	width: 50px;
	height: 50px;
	font-size: 0.65rem;
}
.zyt-herbal-center-content {
	flex-direction: column;
	gap: 30px;
	padding: 0 10px 20px 10px;
	width: 45%;
	float: left;
	margin: 0 31px;
}
.zyt-herbal-center-title {
	font-size: 0.8rem;
	color: #B22222;
	text-align: center;
	font-weight: 500;
	transition: color 0.3s ease;
	text-align: left;
	font-family: 'CustomFont', 'sans-serif', 'song';
	color: #e8be86;
	line-height: 3rem;
}
.zyt-herbal-center-title:hover {
	color: #9e1c1c;
}
.zyt-herbal-center-desc {
	color: #666666;
	font-size: 0.65rem;
	line-height: 1.8;
	text-align: justify;
	transition: color 0.2s ease;
}
.zyt-herbal-center-desc:hover {
	color: #333;
}
.zyt-herbal-center-img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
	display: block;
	border: 1px solid #eee;
}
.index_about {
	overflow: hidden;
	background-color: #fff;
	padding: 98px auto;
	float: left;
	overflow: hidden;
}
.herbal-hotcompress-wrap {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 0;
	margin: 0;
}
.herbal-hotcompress-banner {
	width: 100%;
	max-width: 95%;
	margin: 0 auto 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	padding: 26px 0 10px 0;
}
.herbal-hotcompress-img {
	flex: 0 0 83%;
	height: auto;
	overflow: hidden;
}
.herbal-hotcompress-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.herbal-hotcompress-text {
	flex: 0 0 20%;
	padding: 0px 25px;
	background: url(../image/jbb.png) no-repeat right bottom;
	background-size: 90%;
}
.herbal-hotcompress-text h2 {
	font-size: 0.8rem;
	color: #e8be86;
	margin-bottom: 0px;
	padding-bottom: 12px;
	letter-spacing: 1px;
}
.herbal-hotcompress-text p {
	font-size: 0.65rem;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 15px;
	text-align: justify;
}
.herbal-formula-18-container {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #f8e9d6;
	background: url(../image/yao.png) no-repeat left bottom;
	background-size: 31%;
}
.herbal-formula-18-title {
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 53px;
	font-weight: 500;
	text-align: center;
}
.herbal-formula-18-content {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	/* justify-content: space-evenly; */
	gap: 10px;
	flex-wrap: wrap;
}
.herbal-formula-18-img {
	flex: 0 0 19%;
	min-width: 280px;
	text-align: center;
}
.herbal-formula-18-img img {
	width: 100%;
	height: auto;
}
.herbal-formula-18-herbs {
	flex: 0 0 45%;
	min-width: 315px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
	gap: 15px;
	align-items: center;
	align-content: stretch;
	justify-content: space-evenly;
	justify-items: end;
}
.herbal-formula-18-herb-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
	transform: translateY(0);
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-around;
}
.herbal-formula-18-herb-item:hover {
	transform: translateY(-5px);
}
.herbal-formula-18-herb-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f8e9d6;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.herbal-formula-18-herb-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.herbal-formula-18-herb-name {
	font-size: 0.65rem;
	color: #f8e9d6;
}
.herbal-formula-18-note {
	flex: 0 0 16%;
	min-width: 215px;
	color: #9a2a2a;
	padding: 30px 35px;
	text-align: center;
	transition: all 0.4s ease;
	min-height: 280px;
	background: #fff url("../image/jbb.png") no-repeat right 10px bottom 10px;
	background-size: 90%;
}
.herbal-formula-18-note:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.herbal-formula-18-note-text {
	font-size: 0.8rem;
	line-height: 1.6;
	font-weight: 500;
}
.herb-news-section {
	position: relative;
	overflow: hidden;
	max-width: 75%;
	margin: 50px auto;
}
.index_new {
	overflow: hidden;
	padding-bottom: 50px;
	box-sizing: border-box;
	width: 100%;
	height: 550px;
	position: relative;
}
.index_new::after {
	content: "";
	position: absolute;
	left: 0;
	top: 187px;
	width: 64.5%;
	height: 55%;
	background-color: #ececec;
	z-index: -1;
}
.news-title {
	font-size: 1.3rem;
	color: #f8e9d6;
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 0.2rem;
	position: relative;
	text-transform: uppercase;
	width: 80%;
	text-align: left;
	margin: 0 auto;
}
.news-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news-slider {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	padding-bottom: 0rem;
	width: fit-content;
	transition: transform 0.5s ease-in-out;
}
.news-slide-page {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}
.news-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 334px;
	/* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
	transform: translateY(-8px);
}
.news-card__image {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.news-card:hover .news-card__image {
	transform: scale(1.05);
}
.news-card__content {
	padding: 10px;
}
.news-card__title {
	font-size: 0.8rem;
	color: #a83232;
	margin-bottom: 0.8rem;
	line-height: 1.4;
}
.news-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
	color: #595757;
}
.news-card__title a:hover {
	color: #d45d5d;
}
.news-card__excerpt {
	font-size: 0.65rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 1rem;
}
.news-card__excerpt a {
	color: inherit;
	text-decoration: none;
}
.news-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}
.slider-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #952b28;
	border: none;
	color: #ffffff;
	font-size: 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	line-height: 22px;
}
.slider-btn:hover {
	background-color: #f5d76e;
	color: #a83232;
}
.slider-btn:disabled {
	/* opacity: 0.3; */
	cursor: not-allowed;
	background-color: #932a28;
}
.see-more {
	background: transparent;
	/* border: 2px solid #f5d76e; */
    /* color: #f5d76e; */
	padding: 0.8rem 1.5rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	width: 130px;
	position: absolute;
	right: 10%;
}
}
@media (max-width: 992px) {
.herbal-showcase-container {
	max-width: 75%;
	margin: 50px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	/* background-color: #fff; */
	overflow: hidden;
}
/* 左侧内容区 */
.showcase-content {
	flex: 1 1 60%;
	position: relative;
	min-height: 400px;
}
.content-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.content-panel.active {
	opacity: 1;
	visibility: visible;
}
.content-text {
	flex: 0 0 35%;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content-text h2 {
	color: #d4af37;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	text-transform: capitalize;
}
.content-text h2 a {
	color: #ecbc80;
}
.content-text ul {
	list-style: none;
	color: #d4af37;
	font-size: 0.95rem;
	line-height: 1.8;
}
.content-text ul li a {
	color: #d4af37;
}
.content-image {
	flex: 1;
	background-size: cover;
	background-position: center;
}
/* 右侧列表区 */
.showcase-list {
	flex: 1 1 16%;
	/* background-color: #992222; */
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.more-button {
	position: absolute;
	top: 1.5rem;
	right: 3rem;
	padding: 0.5rem 1.5rem;
	background-color: #f5e7d1;
	color: #992222;
	text-decoration: none;
	font-weight: bold;
	/* border: 2px solid #d4af37; */
	border-radius: 2px;
	width: 150px;
	text-align: center;
	background: url(../image/more1_03.png) no-repeat right center;
	background-size: 100%;
	line-height: 40px;
}
.showcase-list ul {
	list-style: none;
	margin-top: 50px;
}
.showcase-list li {
	color: #fff;
 font-size: 1.rem;
	padding: 0.8rem 0;
	cursor: pointer;
	transition: color 0.3s ease;
	position: relative;
	padding-left: 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.showcase-list li::before,  .showcase-list li::after {
	/* content: "❖"; */
	position: absolute;
	left: 0.5rem;
	color: #d4af37;
	opacity: 0.7;
}
.showcase-list li::after {
	left: auto;
	right: 0.5rem;
}
.showcase-list li:hover,  .showcase-list li.active {
	color: #d4af37;
}
.herbal-formula-18-content {
	justify-content: center;
}
.herbal-formula-18-herbs {
	grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}
.zyt-herbal-about-wrap {
	flex-direction: column;
	align-items: stretch;
	gap: 50px;
}
.zyt-herbal-side-box {
	height: auto;
	min-height: 450px;
}
.module-item {
	flex: 1 1 130px;
	max-width: 130px;
	text-align: center;
	padding: 0px 10px;
}
.module-name {
	font-size: 0.7rem;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
}
.nav-container {
	max-width: 100%;
	margin: 25px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 40px;
	position: relative;
}
.nav-left, .nav-right {
	display: flex;
	list-style: none;
	flex-direction: row;
}
.nav-left li, .nav-right li {
	margin: 0 20px;
}
.nav-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	padding: 8px 0;
	position: relative;
}
.title {
	width: 90%;
	margin: 0 auto;
	color: #e6caa4;
	font-size: 1.3rem;
	text-transform: uppercase;
}
.nav-menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: width 0.3s ease;
}
.nav-menu a:hover::after {
	width: 100%;
}
.nav-menu a.active {
	font-weight: 700;
}
.nav-menu a.active::after {
	width: 100%;
}
.brand {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 20px;
	border-radius: 8px;
	text-align: center;
}
.brand img {
	width: 49%;
}
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	width: 40px;
	height: 35px;
	justify-content: space-between;
	background: transparent;
	border: none;
	padding: 0;
	z-index: 1001;
}
.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.mobile-nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 320px;
	height: 100vh;
	background-color: #a82328;
	padding: 80px 20px 20px;
	transition: right 0.4s ease;
	z-index: 1000;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}
.mobile-nav.active {
	right: 0;
}
.mobile-nav-list {
	list-style: none;
}
.mobile-nav-list li {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
}
.mobile-nav-list a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 8px 0;
}
.mobile-nav-list a.active {
	font-weight: 700;
	color: #ffd700;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.overlay.active {
	display: block;
	opacity: 1;
}
.stellar-banner-slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	aspect-ratio: 16/6;
	margin: 0 auto;
	overflow: hidden;
}
.stellar-banner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.stellar-banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	pointer-events: none;
}
.stellar-banner-item.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}
.stellar-banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stellar-banner-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	font-size: 20px;
	border: none;
	display: none;
	outline: none;
	transition: background-color 0.3s ease;
}
.stellar-banner-arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.stellar-banner-prev {
	left: 20px;
}
.stellar-banner-next {
	right: 20px;
}
.stellar-banner-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 100;
}
.stellar-banner-indicator {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.stellar-banner-indicator.active {
	background-color: #fff;
	transform: scale(1.2);
}
.lm2 {
	width: 100%;
	background: url("../image/lm2bg_02.jpg") no-repeat center bottom;
	background-size: 200%;
}
.pain-breakthrough {
	width: 100%;
	/* max-width: 1600px; */
	margin: 0 auto;
	/* padding: 2rem 1rem; */
    /* border-radius: 8px; */
	overflow: hidden;
	display: flex;
	/* align-items: flex-start; */
    /* gap: 0rem; */
	justify-content: space-around;
	align-content: flex-start;/* flex-direction: row; */
}
.pain-title {
	color: #F2E8CF;
	text-align: left;
	flex: 0 0 20%;
	min-width: 180px;
	padding-left: 1rem;
	display: flex;
	align-items: stretch;
	height: 100%;
	align-content: flex-end;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}
.pain-title h2 {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
}
.pain-cards-container {
	flex: 1;
}
.pain-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0 0.5rem;
}
.pain-card {
	flex: 1 1 calc(14% - 1rem);
	min-width: 135px;
	text-align: center;
	margin-bottom: 1rem;
}
.pain-img-box {
	width: 100%;
	aspect-ratio: 3/4;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pain-img-box img {
	width: 90%;
	height: 90%;
	object-fit: cover;
}
.pain-card p {
	color: #972c2a;
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
}
.pain-card p a {
	text-decoration: none;
	color: #e6d4b9;
}
.pain-title {
	flex: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 1rem;
}
.pain-cards {
	justify-content: center;
}
.pain-card {
	flex: 1 1 calc(16% - 0rem);
}
.hot-compress-container {
	width: 100%;
	min-height: 500px;
	padding: 15px 20px;
	color: #fff;
	background: url("") no-repeat center center;
	background-size: 90%;
}
.title-wrapper {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.main-title {
	font-size: 1.2rem;
	letter-spacing: 2px;
	color: #F5DEB3;
	font-weight: 600;
	line-height: 2rem;
}
.sub-title {
	font-size: 0.8rem;
	color: #ffffff;
	margin-top: 10px;
	opacity: 0.8;
}
.modules-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	background: url("../image/mt1_02.png") no-repeat center center;
	max-width: 100%;
	margin: 0 auto;
	background-size: 124%;
	height: 537px;
	padding-right: 95px;
	align-content: flex-start;
}
.module-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto 15px;
	overflow: hidden;
	border: 3px solid #8B2323;
}
.module-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-desc {
	font-size: 1rem;
	color: #5A1818;
	line-height: 1.4;
}
.pro {
	width: 100%;
	background: url("../image/hh.png") no-repeat left -50px bottom 152px;
	background-size: 15%;
	margin: 0 auto;
}
.product-container {
	display: flex;
	max-width: 100%;
	margin: 31px auto;
	padding: 0px;
	border-radius: 8px;
	padding-left: 75px;
	align-content: stretch;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
}
.product-showcase {
	flex: 3;
	display: flex;
	flex-direction: column;
	background-color: none;
	overflow: hidden;
}
.product-top {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
}
.product-text {
	/* flex: 1; */
	padding: 35px;
	/* display: flex; */
	justify-content: flex-start;
	background-color: #f9f9f9;
	flex-wrap: wrap;
	align-content: space-around;
	flex-direction: row;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	background-size: 90%;
}
.product-text h2 {
	color: #e8be86;
	font-size: 1rem;
	margin-bottom: 10px;
}
.product-text p {
	line-height: 1.5;
	margin-bottom: 8px;
	font-size: 14px;
	font-size: 0.8rem;
	color: #666;
	margin-top: 15px;
}
.product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.product-tabs {
	padding: 20px 30px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
.product-tabs .tab-item {
	width: 6px;
	height: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: solid 2px #e8be86;
}
.product-tabs .tab-item:hover, .product-tabs .tab-item.active {
	background-color: #e8be86;
	transform: scale(1.3);
	border: none;
}
.product-intro {
	padding: 10px 6px;
}
.product-intro h4 {
	color: #e8be86;
	font-size: 0.8rem;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	line-height: 32px;
	border-right: solid 1px #fff;
	padding-right: 15px;
}
.product-intro p {
	font-size: 0.7rem;
	line-height: 1.6;
	color: #fff;
	margin-left: 10px;
	float: left;
	width: 72%;
	margin-left: 16px;
}
.product-menu {
	flex: 1;
	margin-left: 113px;
}
.product-menu h3 {
	margin-bottom: -10px;
	text-align: right;
	padding-right: 12px;
	padding-bottom: 8px;
	overflow: hidden;
}
.product-menu h3 A {
	color: #fff;
	display: block;
	width: 110px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: right;
	font-size: 0.8rem;
	background: url("../image/more1_03.png") no-repeat right center;
	background-size: 100%;
}
.product-menu ul {
	list-style: none;
}
.product-menu li {
	padding: 6px 40px;
	text-align: center;
	color: #fff;
	margin-bottom: 2px;
	font-size: 0.7rem;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.product-menu li a {
	color: #fff;
}
.product-menu li:hover, .product-menu li.active {
	font-size: 0.8rem;
}
.product-showcase > div {
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.product-showcase.fade-out > div {
	opacity: 0;
	transform: translateX(-20px);
}
.product-showcase.fade-in > div {
	opacity: 1;
	transform: translateX(0);
}
a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
	cursor: pointer;
}
.zyt-herbal-hover-float {
	transition: all 0.3s ease-in-out;
}
.zyt-herbal-hover-float:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 25px rgba(178, 34, 34, 0.2);
}
.zyt-herbal-about-wrap {
	flex-wrap: wrap;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	gap: 30px;
	padding: 10px 0 20px 0;
}
.zyt-herbal-side-box {
	width: 41%;
	height: 351px;
	position: relative;
	float: left;
	background-size: 86%;
	display: none;
}
.zyt-herbal-side-box1 {
	height: 347px;
	position: relative;
	width: 32%;
	float: left;
	display: none;
}
.zyt-herbal-left-single {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
}
.zyt-herbal-right-double {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 10px;
	align-items: stretch;
}
.zyt-herbal-right-single {
	flex: 1 1 auto;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;/* background: url(../image/u679.png) no-repeat center center; */
}
.zyt-herbal-card-main {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(../image/u679.png) no-repeat center center;
	background-size: 109%;
}
.zyt-herbal-card-left {
	border: 1px solid #B22222;
}
.zyt-herbal-text-left {
	color: #9e1c1c;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	white-space: pre-line;
	padding: 0 10px;
}
.zyt-herbal-card-right1 {
	border: 1px solid #B22222;
	background-color: #ffffff;
}
.zyt-herbal-text-right1 {
	color: #B22222;
	font-size: 0.7rem;
	line-height: 2;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-card-right2 {
	border: 1px solid #c93737;
	background-color: #fff;
	background-image: linear-gradient(45deg, #fef5f5 25%, transparent 25%);
	background-size: 8px 8px;
}
.zyt-herbal-text-right2 {
	color: #b22222;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-square-title {
	width: 50px;
	height: 50px;
	background-color: #B22222;
	color: #ffffff;
	font-size: 0.65rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	position: absolute;
	top: -55px;
	left: 50px;
	z-index: 9;
	border-radius: 2px;
}
.zyt-herbal-square-sm {
	width: 50px;
	height: 50px;
	font-size: 0.65rem;
}
.zyt-herbal-center-content {
	flex-direction: column;
	gap: 30px;
	padding: 0 10px 20px 10px;
	width: 100%;
	float: left;
	margin: 0;
}
.zyt-herbal-center-title {
	font-size: 1.3rem;
	color: #B22222;
	text-align: center;
	font-weight: 500;
	transition: color 0.3s ease;
	text-align: left;
	font-family: 'CustomFont', 'sans-serif', 'song';
	color: #e8be86;
	line-height: 3rem;
}
.zyt-herbal-center-title:hover {
	color: #9e1c1c;
}
.zyt-herbal-center-desc {
	color: #666666;
	font-size: 1rem;
	line-height: 1.8;
	text-align: justify;
	transition: color 0.2s ease;
}
.zyt-herbal-center-desc:hover {
	color: #333;
}
.zyt-herbal-center-img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
	display: block;
	border: 1px solid #eee;
}
.index_about {
	overflow: hidden;
	background-color: #fff;
	padding: 98px auto;
	float: left;
	overflow: hidden;
}
.herbal-hotcompress-wrap {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 0;
	margin: 0;
}
.herbal-hotcompress-banner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	padding: 26px 0 10px 0;
	flex-direction: column;
}
.herbal-hotcompress-img {
	flex: 0 0 83%;
	height: auto;
	overflow: hidden;
}
.herbal-hotcompress-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.herbal-hotcompress-text {
	flex: 0 0 71%;
	padding: 0px 25px;
	background: url(../image/jbb.png) no-repeat right 5px bottom 5px;
	background-size: 21%;
}
.herbal-hotcompress-text h2 {
	font-size: 1.3rem;
	color: #e8be86;
	margin-bottom: 0px;
	padding-bottom: 12px;
	letter-spacing: 1px;
}
.herbal-hotcompress-text p {
	font-size: 1rem;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 15px;
	text-align: justify;
}
.herbal-formula-18-container {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #f8e9d6;
	background: none;
	background-size: 31%;
}
.herbal-formula-18-title {
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 53px;
	font-weight: 500;
	text-align: center;
}
.herbal-formula-18-content {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	/* justify-content: space-evenly; */
	gap: 10px;
	flex-wrap: wrap;
}
.herbal-formula-18-img {
	flex: 0 0 19%;
	min-width: 280px;
	text-align: center;
}
.herbal-formula-18-img img {
	width: 100%;
	height: auto;
}
.herbal-formula-18-herbs {
	flex: 0 0 67%;
	min-width: 300px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
	gap: 15px;
	align-items: center;
	align-content: stretch;
	justify-content: space-evenly;
	justify-items: end;
}
.herbal-formula-18-herb-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
	transform: translateY(0);
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-around;
}
.herbal-formula-18-herb-item:hover {
	transform: translateY(-5px);
}
.herbal-formula-18-herb-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f8e9d6;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.herbal-formula-18-herb-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.herbal-formula-18-herb-name {
	font-size: 0.65rem;
	color: #f8e9d6;
}
.herbal-formula-18-note {
	flex: 0 0 20%;
	min-width: 215px;
	color: #9a2a2a;
	padding: 30px 35px;
	text-align: center;
	transition: all 0.4s ease;
	min-height: 283px;
	background: #fff url("../image/jbb.png") no-repeat right 10px bottom 10px;
	background-size: 90%;
}
.herbal-formula-18-note:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.herbal-formula-18-note-text {
	font-size: 0.8rem;
	line-height: 1.6;
	font-weight: 500;
}
.herb-news-section {
	position: relative;
	overflow: hidden;
	max-width: 87%;
	margin: 40px auto;
}
.index_new {
	overflow: hidden;
	padding-bottom: 50px;
	box-sizing: border-box;
	width: 100%;
	height: 523px;
	position: relative;
}
.index_new::after {
	content: "";
	position: absolute;
	left: 0;
	top: 204px;
	width: 62.9%;
	height: 55%;
	background-color: #ececec;
	z-index: -1;
}
.news-title {
	font-size: 1.3rem;
	color: #f8e9d6;
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 0.2rem;
	position: relative;
	text-transform: uppercase;
	width: 90%;
	text-align: left;
	margin: 0 auto;
}
.news-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news-slider {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	padding-bottom: 0rem;
	width: fit-content;
	transition: transform 0.5s ease-in-out;
}
.news-slide-page {
	display: grid;
	grid-template-columns: repeat(, 1fr);
	gap: 1rem;
}
.news-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 338px;
	/* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
	transform: translateY(-8px);
}
.news-card__image {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.news-card:hover .news-card__image {
	transform: scale(1.05);
}
.news-card__content {
	padding: 10px;
}
.news-card__title {
	font-size: 0.8rem;
	color: #a83232;
	margin-bottom: 0.8rem;
	line-height: 1.4;
}
.news-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
	color: #595757;
}
.news-card__title a:hover {
	color: #d45d5d;
}
.news-card__excerpt {
	font-size: 0.65rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 1rem;
}
.news-card__excerpt a {
	color: inherit;
	text-decoration: none;
}
.news-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}
.slider-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #952b28;
	border: none;
	color: #ffffff;
	font-size: 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	line-height: 22px;
}
.slider-btn:hover {
	background-color: #f5d76e;
	color: #a83232;
}
.slider-btn:disabled {
	/* opacity: 0.3; */
	cursor: not-allowed;
	background-color: #932a28;
}
.see-more {
	background: transparent;
	/* border: 2px solid #f5d76e; */
    /* color: #f5d76e; */
	padding: 0.8rem 1.5rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	width: 130px;
	position: absolute;
	right: 10%;
}
}
@media screen and (max-width:768px) {
.module-item {
	flex: 2 1 50%;
	max-width: 47%;
	text-align: center;
	padding: 0px 10px;
}
.module-name {
	font-size: 0.9rem;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
}
.nav-container {
	max-width: 100%;
	margin: 25px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 40px;
	position: relative;
}
.nav-left, .nav-right {
	display: flex;
	list-style: none;
	flex-direction: row;
}
.nav-left li, .nav-right li {
	margin: 0 20px;
}
.nav-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: normal;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	padding: 8px 0;
	position: relative;
}
.title {
	width: 90%;
	margin: 18px auto;
	color: #e6caa4;
	font-size: 1.3rem;
	text-transform: uppercase;
	text-align: center;
}
.nav-menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: width 0.3s ease;
}
.nav-menu a:hover::after {
	width: 100%;
}
.nav-menu a.active {
	font-weight: 700;
}
.nav-menu a.active::after {
	width: 100%;
}
.brand {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 20px;
	border-radius: 8px;
	text-align: center;
}
.brand img {
	width: 49%;
}
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	width: 38px;
	height: 24px;
	justify-content: space-between;
	background: transparent;
	border: none;
	padding: 0;
	z-index: 1001;
}
.hamburger span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.mobile-nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 320px;
	height: 100vh;
	background-color: #a82328;
	padding: 80px 20px 20px;
	transition: right 0.4s ease;
	z-index: 1000;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}
.mobile-nav.active {
	right: 0;
}
.mobile-nav-list {
	list-style: none;
}
.mobile-nav-list li {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
}
.mobile-nav-list a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	padding: 8px 0;
}
.mobile-nav-list a.active {
	font-weight: 700;
	color: #ffd700;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.overlay.active {
	display: block;
	opacity: 1;
}
.stellar-banner-slider {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	aspect-ratio: 16/6;
	margin: 0 auto;
	overflow: hidden;
}
.stellar-banner-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.stellar-banner-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	pointer-events: none;
}
.stellar-banner-item.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}
.stellar-banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.stellar-banner-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 100;
	font-size: 20px;
	border: none;
	display: none;
	outline: none;
	transition: background-color 0.3s ease;
}
.stellar-banner-arrow:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.stellar-banner-prev {
	left: 20px;
}
.stellar-banner-next {
	right: 20px;
}
.stellar-banner-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 100;
}
.stellar-banner-indicator {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.stellar-banner-indicator.active {
	background-color: #fff;
	transform: scale(1.2);
}
.lm2 {
	width: 100%;
	background: url("../image/lm2bg_02.jpg") no-repeat center bottom;
	background-size: 200%;
}
.pain-breakthrough {
	width: 100%;
	/* max-width: 1600px; */
	margin: 0 auto;
	/* padding: 2rem 1rem; */
    /* border-radius: 8px; */
	overflow: hidden;
	display: flex;
	align-items: center;
	/* gap: 0rem; */
	justify-content: center;
	align-content: flex-end;/* flex-direction: row; */
}
.pain-title {
	color: #F2E8CF;
	text-align: left;
	flex: 0 0 20%;
	min-width: 180px;
	padding-left: 1rem;
	display: flex;
	align-items: stretch;
	height: 100%;
	align-content: flex-end;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}
.pain-title h2 {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
}
.pain-cards-container {
	flex: 1;
}
.pain-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.5rem;
	padding: 0 0.5rem;
}
.pain-card {
	flex: 1 1 calc(14% - 1rem);
	min-width: 135px;
	text-align: center;
	margin-bottom: 1rem;
}
.pain-img-box {
	width: 100%;
	aspect-ratio: 3/4;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pain-img-box img {
	width: 90%;
	height: 90%;
	object-fit: cover;
}
.pain-card p {
	color: #972c2a;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5;
}
.pain-card p a {
	text-decoration: none;
	color: #e6d4b9;
}
.pain-title {
	flex: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 1rem;
}
.pain-cards {
	justify-content: center;
}
.pain-card {
	flex: 1 1 calc(16% - 0rem);
}
.hot-compress-container {
	width: 100%;
	min-height: 517px;
	padding: 15px 0px;
	color: #fff;
	background: url("") no-repeat center center;
	background-size: 90%;/* overflow: hidden; */
}
.title-wrapper {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.main-title {
	font-size: 1.2rem;
	letter-spacing: 2px;
	color: #F5DEB3;
	font-weight: 600;
	line-height: 2rem;
}
.sub-title {
	font-size: 1rem;
	color: #ffffff;
	margin-top: 10px;
	opacity: 0.8;
}
.modules-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	background: none;
	max-width: 100%;
	margin: 0 auto;
	background-size: 120%;
	height: auto;
	padding-right: 0;
	align-content: flex-start;
}
.module-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto 15px;
	overflow: hidden;
	border: 3px solid #8B2323;
}
.module-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;/* border: solid 1px #fff; */
}
.module-desc {
	font-size: 1rem;
	color: #5A1818;
	line-height: 1.4;
}
.pro {
	width: 100%;
	background: url("../image/hh.png") no-repeat left -50px bottom 152px;
	background-size: 15%;
	margin: 0 auto;
}
.product-container {
	display: flex;
	max-width: 95%;
	margin: 31px auto;
	padding: 0px;
	border-radius: 8px;
	padding-left: 0;
	align-content: stretch;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
}
.product-showcase {
	flex: 3;
	display: flex;
	flex-direction: column;
	background-color: none;
	overflow: hidden;
	flex-wrap: wrap;
}
.product-top {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
}
.product-text {
	/* flex: 1; */
	padding: 35px;
	/* display: flex; */
	justify-content: flex-start;
	background-color: #f9f9f9;
	flex-wrap: wrap;
	align-content: space-around;
	flex-direction: row;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	background-size: 90%;
}
.product-text h2 {
	color: #e8be86;
	font-size: 1rem;
	margin-bottom: 10px;
}
.product-text p {
	line-height: 1.5;
	margin-bottom: 8px;
	font-size: 14px;
	font-size: 0.8rem;
	color: #666;
	margin-top: 15px;
}
.product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.product-tabs {
	padding: 20px 30px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
.product-tabs .tab-item {
	width: 6px;
	height: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: solid 2px #e8be86;
}
.product-tabs .tab-item:hover, .product-tabs .tab-item.active {
	background-color: #e8be86;
	transform: scale(1.3);
	border: none;
}
.product-intro {
	padding: 10px 6px;
}
.product-intro h4 {
	color: #e8be86;
	font-size: 0.8rem;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	line-height: 32px;
	border-right: solid 1px #fff;
	padding-right: 15px;
}
.product-intro p {
	font-size: 0.8rem;
	line-height: 1.6;
	color: #fff;
	margin-left: 10px;
	float: left;
	width: 70%;
	margin-left: 16px;
}
.product-menu {
	flex: 1;
	margin-left: 113px;
}
.product-menu h3 {
	margin-bottom: -10px;
	text-align: right;
	padding-right: 12px;
	padding-bottom: 8px;
	overflow: hidden;
}
.product-menu h3 A {
	color: #fff;
	display: block;
	width: 110px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: right;
	font-size: 0.8rem;
	background: url("../image/more1_03.png") no-repeat right center;
	background-size: 100%;
}
.product-menu ul {
	list-style: none;
}
.product-menu li {
	padding: 15px 40px;
	text-align: center;
	color: #fff;
	margin-bottom: 2px;
	font-size: 0.7rem;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.product-menu li a {
	color: #fff;
}
.product-menu li:hover, .product-menu li.active {
	font-size: 0.8rem;
}
.product-showcase > div {
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.product-showcase.fade-out > div {
	opacity: 0;
	transform: translateX(-20px);
}
.product-showcase.fade-in > div {
	opacity: 1;
	transform: translateX(0);
}
a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
	cursor: pointer;
}
.zyt-herbal-hover-float {
	transition: all 0.3s ease-in-out;
}
.zyt-herbal-hover-float:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 25px rgba(178, 34, 34, 0.2);
}
.zyt-herbal-about-wrap {
	flex-wrap: wrap;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	gap: 30px;
	padding: 10px 0 20px 0;
}
.zyt-herbal-side-box {
	width: 41%;
	height: 351px;
	position: relative;
	float: left;
	background-size: 86%;
	display: none;
}
.zyt-herbal-side-box1 {
	height: 347px;
	position: relative;
	width: 32%;
	float: left;
	display: none;
}
.zyt-herbal-left-single {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
}
.zyt-herbal-right-double {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 10px;
	align-items: stretch;
}
.zyt-herbal-right-single {
	flex: 1 1 auto;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;/* background: url(../image/u679.png) no-repeat center center; */
}
.zyt-herbal-card-main {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(../image/u679.png) no-repeat center center;
	background-size: 109%;
}
.zyt-herbal-card-left {
	border: 1px solid #B22222;
}
.zyt-herbal-text-left {
	color: #9e1c1c;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	white-space: pre-line;
	padding: 0 10px;
}
.zyt-herbal-card-right1 {
	border: 1px solid #B22222;
	background-color: #ffffff;
}
.zyt-herbal-text-right1 {
	color: #B22222;
	font-size: 0.7rem;
	line-height: 2;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-card-right2 {
	border: 1px solid #c93737;
	background-color: #fff;
	background-image: linear-gradient(45deg, #fef5f5 25%, transparent 25%);
	background-size: 8px 8px;
}
.zyt-herbal-text-right2 {
	color: #b22222;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-square-title {
	width: 50px;
	height: 50px;
	background-color: #B22222;
	color: #ffffff;
	font-size: 0.65rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	position: absolute;
	top: -55px;
	left: 50px;
	z-index: 9;
	border-radius: 2px;
}
.zyt-herbal-square-sm {
	width: 50px;
	height: 50px;
	font-size: 0.65rem;
}
.zyt-herbal-center-content {
	flex-direction: column;
	gap: 30px;
	padding: 0 10px 20px 10px;
	width: 100%;
	float: left;
	margin: 0;
}
.zyt-herbal-center-title {
	font-size: 1.3rem;
	color: #B22222;
	text-align: center;
	font-weight: 500;
	transition: color 0.3s ease;
	text-align: left;
	font-family: 'CustomFont', 'sans-serif', 'song';
	color: #e8be86;
	line-height: 3rem;
}
.zyt-herbal-center-title:hover {
	color: #9e1c1c;
	font-size: 1.5rem;
}
.zyt-herbal-center-desc {
	color: #666666;
	font-size: 1.2rem;
	line-height: 1.8;
	text-align: justify;
	transition: color 0.2s ease;
}
.zyt-herbal-center-desc:hover {
	color: #333;
}
.zyt-herbal-center-img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
	display: block;
	border: 1px solid #eee;
}
.index_about {
	overflow: hidden;
	background-color: #fff;
	padding: 98px auto;
	float: left;
	overflow: hidden;
}
.herbal-hotcompress-wrap {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 0;
	margin: 0;
}
.herbal-hotcompress-banner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	padding: 26px 0 10px 0;
}
.herbal-hotcompress-img {
	flex: 0 0 83%;
	height: auto;
	overflow: hidden;
}
.herbal-hotcompress-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.herbal-hotcompress-text {
	flex: 0 0 20%;
	padding: 0px 25px;
	background: url(../image/jbb.png) no-repeat right bottom;
	background-size: 30%;
}
.herbal-hotcompress-text h2 {
	font-size: 1.3rem;
	color: #e8be86;
	margin-bottom: 0px;
	padding-bottom: 12px;
	letter-spacing: 1px;
}
.herbal-hotcompress-text p {
	font-size: 1.2rem;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 15px;
	text-align: justify;
}
.herbal-formula-18-container {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #f8e9d6;
	background: none;
	background-size: 31%;
}
.herbal-formula-18-title {
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 53px;
	font-weight: 500;
	text-align: center;
}
.herbal-formula-18-content {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	/* justify-content: space-evenly; */
	gap: 10px;
	flex-wrap: wrap;
}
.herbal-formula-18-img {
	flex: 0 0 19%;
	min-width: 280px;
	text-align: center;
}
.herbal-formula-18-img img {
	width: 100%;
	height: auto;
}
.herbal-formula-18-herbs {
	flex: 0 0 98%;
	min-width: 300px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
	gap: 15px;
	align-items: center;
	align-content: stretch;
	justify-content: space-evenly;
	justify-items: end;
}
.herbal-formula-18-herb-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
	transform: translateY(0);
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-around;
}
.herbal-formula-18-herb-item:hover {
	transform: translateY(-5px);
}
.herbal-formula-18-herb-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f8e9d6;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.herbal-formula-18-herb-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.herbal-formula-18-herb-name {
	font-size: 0.65rem;
	color: #f8e9d6;
}
.herbal-formula-18-note {
	flex: 0 0 100%;
	min-width: 100%;
	color: #9a2a2a;
	padding: 30px 35px;
	text-align: center;
	transition: all 0.4s ease;
	min-height: 236px;
	background: #fff url("../image/jbb.png") no-repeat right 10px bottom 10px;
	background-size: 38%;
}
.herbal-formula-18-note:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.herbal-formula-18-note-text {
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: 500;
}
.herb-news-section {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: 40px auto;
}
.index_new {
	overflow: hidden;
	padding-bottom: 50px;
	box-sizing: border-box;
	width: 100%;
	height: 523px;
	position: relative;
}
.index_new::after {
	content: "";
	position: absolute;
	left: 0;
	top: 193px;
	width: 65%;
	height: 61%;
	background-color: #ececec;
	z-index: -1;
}
.news-title {
	font-size: 1.3rem;
	color: #f8e9d6;
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 0.2rem;
	position: relative;
	text-transform: uppercase;
	width: 90%;
	text-align: left;
	margin: 0 auto;
}
.news-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news-slider {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	padding-bottom: 0rem;
	width: fit-content;
	transition: transform 0.5s ease-in-out;
}
.news-slide-page {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}
.news-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 334px;
	/* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
	transform: translateY(-8px);
}
.news-card__image {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.news-card:hover .news-card__image {
	transform: scale(1.05);
}
.news-card__content {
	padding: 10px;
}
.news-card__title {
	font-size: 1.2rem;
	color: #a83232;
	margin-bottom: 0.8rem;
	line-height: 1.4;
}
.news-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
	color: #595757;
}
.news-card__title a:hover {
	color: #d45d5d;
	font-size: 1.2rem;
}
.news-card__excerpt {
	font-size: 0.9rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 1rem;
}
.news-card__excerpt a {
	color: inherit;
	text-decoration: none;
}
.news-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}
.slider-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #952b28;
	border: none;
	color: #ffffff;
	font-size: 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	line-height: 35px;
}
.slider-btn:hover {
	background-color: #f5d76e;
	color: #a83232;
}
.slider-btn:disabled {
	/* opacity: 0.3; */
	cursor: not-allowed;
	background-color: #932a28;
}
.see-more {
	background: transparent;
	/* border: 2px solid #f5d76e; */
    /* color: #f5d76e; */
	padding: 0.8rem 1.5rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	width: 130px;
	position: absolute;
	right: 10%;
}
}
@media (max-width: 768px) {
.news-title {
	font-size: 1.5rem;
	margin-bottom: 0rem;
}
.herb-news-section {
	padding: 1rem 1rem;
}
.news-slide-page {
	grid-template-columns: repeat(4, 1fr);
}
.news-card {
	width: 178px;
}
.slider-btn {
	width: 40px;
	height: 40px;
	font-size: 1.2rem;
}
.herbal-formula-18-title {
	margin-bottom: 25px;
}
.herbal-formula-18-herb-icon {
	width: 70px;
	height: 70px;
}
.herbal-hotcompress-banner {
	flex-direction: column;
	padding: 20px 15px;
}
.herbal-hotcompress-img {
	flex: 1;
	width: 100%;
	margin-bottom: 25px;
}
.herbal-hotcompress-text {
	flex: 1;
	width: 100%;
	padding: 25px 20px;
}
.product-container {
	flex-direction: column;
}
.product-menu {
	margin-left: 20px;
	margin-top: 0px;
	/* width: 94%; */
	display: none;
}
.product-menu h3, .product-menu li {
	text-align: left;
}
.product-tabs {
	padding: 10px 20px;
}
.nav-left, .nav-right, .brand {
	display: none;
}
.hamburger {
	display: flex;
}
.nav-container {
	justify-content: flex-end;
}
.mobile-brand {
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
}
.hamburger.active span:nth-child(1) {
	transform: translateY(10.5px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: translateY(-10.5px) rotate(-45deg);
}
.stellar-banner-arrow {
	width: 30px;
	height: 30px;
	font-size: 16px;
}
}
 @media (max-width: 576px) {
.herbal-showcase-container {
	max-width: 75%;
	margin: 50px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	/* background-color: #fff; */
	overflow: hidden;
}
/* 左侧内容区 */
.showcase-content {
	flex: 1 1 60%;
	position: relative;
	min-height: 400px;
}
.content-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.content-panel.active {
	opacity: 1;
	visibility: visible;
}
.content-text {
	flex: 0 0 35%;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content-text h2 {
	color: #d4af37;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	text-transform: capitalize;
}
.content-text h2 a {
	color: #ecbc80;
}
.content-text ul {
	list-style: none;
	color: #d4af37;
	font-size: 0.95rem;
	line-height: 1.8;
}
.content-text ul li a {
	color: #d4af37;
}
.content-image {
	flex: 1;
	background-size: cover;
	background-position: center;
}
/* 右侧列表区 */
.showcase-list {
	flex: 1 1 16%;
	/* background-color: #992222; */
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.more-button {
	position: absolute;
	top: 1.5rem;
	right: 3rem;
	padding: 0.5rem 1.5rem;
	background-color: #f5e7d1;
	color: #992222;
	text-decoration: none;
	font-weight: bold;
	/* border: 2px solid #d4af37; */
	border-radius: 2px;
	width: 150px;
	text-align: center;
	background: url(../image/more1_03.png) no-repeat right center;
	background-size: 100%;
	line-height: 40px;
}
.showcase-list ul {
	list-style: none;
	margin-top: 50px;
}
.showcase-list li {
	color: #fff;
 font-size: 1.rem;
	padding: 0.8rem 0;
	cursor: pointer;
	transition: color 0.3s ease;
	position: relative;
	padding-left: 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.showcase-list li::before,  .showcase-list li::after {
	/* content: "❖"; */
	position: absolute;
	left: 0.5rem;
	color: #d4af37;
	opacity: 0.7;
}
.showcase-list li::after {
	left: auto;
	right: 0.5rem;
}
.showcase-list li:hover,  .showcase-list li.active {
	color: #d4af37;
}
.nav-container {
	width: 100%;
	margin: 12px auto;
	display: flex;
	align-items: center;
	height: 40px;
	position: relative;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: flex-start;
}
.pro {
	width: 100%;
	background: url("../image/hh.png") no-repeat left -50px bottom 152px;
	background-size: 15%;
	margin: 0 auto;
}
.product-container {
	display: flex;
	max-width: 95%;
	margin: 31px auto;
	padding: 0px;
	border-radius: 8px;
	padding-left: 0;
	align-content: stretch;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
}
.product-showcase {
	flex: 3;
	display: flex;
	flex-direction: column;
	background-color: none;
	overflow: hidden;
	flex-wrap: wrap;
}
.product-top {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-evenly;
	align-content: center;
}
.product-text {
	/* flex: 1; */
	padding: 35px;
	/* display: flex; */
	justify-content: flex-start;
	background-color: #f9f9f9;
	flex-wrap: wrap;
	align-content: space-around;
	flex-direction: row;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	background-size: 90%;
}
.product-text h2 {
	color: #e8be86;
	font-size: 1rem;
	margin-bottom: 10px;
}
.product-text p {
	line-height: 1.5;
	margin-bottom: 8px;
	font-size: 14px;
	font-size: 0.8rem;
	color: #666;
	margin-top: 15px;
}
.product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.product-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.product-tabs {
	padding: 20px 30px;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
}
.product-tabs .tab-item {
	width: 6px;
	height: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: solid 2px #e8be86;
}
.product-tabs .tab-item:hover, .product-tabs .tab-item.active {
	background-color: #e8be86;
	transform: scale(1.3);
	border: none;
}
.product-intro {
	padding: 10px 6px;
	display: none;
}
.product-intro h4 {
	color: #e8be86;
	font-size: 0.8rem;
	margin-bottom: 10px;
	font-weight: 600;
	float: left;
	line-height: 32px;
	border-right: solid 1px #fff;
	padding-right: 15px;
}
.product-intro p {
	font-size: 0.8rem;
	line-height: 1.6;
	color: #fff;
	margin-left: 10px;
	float: left;
	width: 63%;
	margin-left: 16px;
}
.product-menu {
	flex: 1;
	margin-left: 113px;
}
.product-menu h3 {
	margin-bottom: -10px;
	text-align: right;
	padding-right: 12px;
	padding-bottom: 8px;
	overflow: hidden;
}
.product-menu h3 A {
	color: #fff;
	display: block;
	width: 110px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: right;
	font-size: 0.8rem;
	background: url("../image/more1_03.png") no-repeat right center;
	background-size: 100%;
}
.product-menu ul {
	list-style: none;
}
.product-menu li {
	padding: 15px 40px;
	text-align: center;
	color: #fff;
	margin-bottom: 2px;
	font-size: 0.7rem;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.product-menu li a {
	color: #fff;
}
.product-menu li:hover, .product-menu li.active {
	font-size: 0.8rem;
}
.product-showcase > div {
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.product-showcase.fade-out > div {
	opacity: 0;
	transform: translateX(-20px);
}
.product-showcase.fade-in > div {
	opacity: 1;
	transform: translateX(0);
}
a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
	cursor: pointer;
}
.zyt-herbal-hover-float {
	transition: all 0.3s ease-in-out;
}
.zyt-herbal-hover-float:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 25px rgba(178, 34, 34, 0.2);
}
.zyt-herbal-about-wrap {
	flex-wrap: wrap;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 20px;
	gap: 30px;
	padding: 10px 0 20px 0;
}
.zyt-herbal-side-box {
	width: 41%;
	height: 351px;
	position: relative;
	float: left;
	background-size: 86%;
	display: none;
}
.zyt-herbal-side-box1 {
	height: 347px;
	position: relative;
	width: 32%;
	float: left;
	display: none;
}
.zyt-herbal-left-single {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
}
.zyt-herbal-right-double {
	width: 100%;
	height: 100%;
	display: flex;
	gap: 10px;
	align-items: stretch;
}
.zyt-herbal-right-single {
	flex: 1 1 auto;
	height: 100%;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;/* background: url(../image/u679.png) no-repeat center center; */
}
.zyt-herbal-card-main {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: url(../image/u679.png) no-repeat center center;
	background-size: 109%;
}
.zyt-herbal-card-left {
	border: 1px solid #B22222;
}
.zyt-herbal-text-left {
	color: #9e1c1c;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: center;
	white-space: pre-line;
	padding: 0 10px;
}
.zyt-herbal-card-right1 {
	border: 1px solid #B22222;
	background-color: #ffffff;
}
.zyt-herbal-text-right1 {
	color: #B22222;
	font-size: 0.7rem;
	line-height: 2;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-card-right2 {
	border: 1px solid #c93737;
	background-color: #fff;
	background-image: linear-gradient(45deg, #fef5f5 25%, transparent 25%);
	background-size: 8px 8px;
}
.zyt-herbal-text-right2 {
	color: #b22222;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	white-space: pre-line;
	padding: 0 5px;
}
.zyt-herbal-square-title {
	width: 50px;
	height: 50px;
	background-color: #B22222;
	color: #ffffff;
	font-size: 0.65rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	position: absolute;
	top: -55px;
	left: 50px;
	z-index: 9;
	border-radius: 2px;
}
.zyt-herbal-square-sm {
	width: 50px;
	height: 50px;
	font-size: 0.65rem;
}
.zyt-herbal-center-content {
	flex-direction: column;
	gap: 30px;
	padding: 0 10px 20px 10px;
	width: 100%;
	float: left;
	margin: 0;
}
.zyt-herbal-center-title {
	font-size: 1.3rem;
	color: #B22222;
	text-align: center;
	font-weight: 500;
	transition: color 0.3s ease;
	text-align: left;
	font-family: 'CustomFont', 'sans-serif', 'song';
	color: #e8be86;
	line-height: 3rem;
}
.zyt-herbal-center-title:hover {
	color: #9e1c1c;
}
.zyt-herbal-center-desc {
	color: #666666;
	font-size: 0.9rem;
	line-height: 1.8;
	text-align: justify;
	transition: color 0.2s ease;
}
.zyt-herbal-center-desc:hover {
	color: #333;
}
.zyt-herbal-center-img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
	display: block;
	border: 1px solid #eee;
}
.index_about {
	overflow: hidden;
	background-color: #fff;
	padding: 98px auto;
	float: left;
	overflow: hidden;
}
.herbal-hotcompress-wrap {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 0;
	margin: 0;
}
.herbal-hotcompress-banner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
	padding: 26px 0 10px 0;
}
.herbal-hotcompress-img {
	flex: 0 0 83%;
	height: auto;
	overflow: hidden;
}
.herbal-hotcompress-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.herbal-hotcompress-text {
	flex: 0 0 20%;
	padding: 0px 25px;
	background: url(../image/jbb.png) no-repeat right bottom;
	background-size: 30%;
}
.herbal-hotcompress-text h2 {
	font-size: 1.3rem;
	color: #e8be86;
	margin-bottom: 0px;
	padding-bottom: 12px;
	letter-spacing: 1px;
}
.herbal-hotcompress-text p {
	font-size: 0.9rem;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 15px;
	text-align: justify;
}
.herbal-formula-18-container {
	width: 100%;
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #f8e9d6;
	background: none;
	background-size: 31%;
}
.herbal-formula-18-title {
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 53px;
	font-weight: 500;
	text-align: center;
}
.herbal-formula-18-content {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	/* justify-content: space-evenly; */
	gap: 10px;
	flex-wrap: wrap;
}
.herbal-formula-18-img {
	flex: 0 0 19%;
	min-width: 280px;
	text-align: center;
}
.herbal-formula-18-img img {
	width: 100%;
	height: auto;
}
.herbal-formula-18-herbs {
	flex: 0 0 67%;
	min-width: 300px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
	gap: 15px;
	align-items: center;
	align-content: stretch;
	justify-content: space-evenly;
	justify-items: end;
}
.herbal-formula-18-herb-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
	transform: translateY(0);
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-around;
}
.herbal-formula-18-herb-item:hover {
	transform: translateY(-5px);
}
.herbal-formula-18-herb-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f8e9d6;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.herbal-formula-18-herb-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.herbal-formula-18-herb-name {
	font-size: 0.65rem;
	color: #f8e9d6;
}
.herbal-formula-18-note {
	flex: 0 0 20%;
	min-width: 215px;
	color: #9a2a2a;
	padding: 30px 35px;
	text-align: center;
	transition: all 0.4s ease;
	min-height: 479px;
	background: #fff url("../image/jbb.png") no-repeat right 10px bottom 10px;
	background-size: 90%;
}
.herbal-formula-18-note:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.herbal-formula-18-note-text {
	font-size: 0.8rem;
	line-height: 1.6;
	font-weight: 500;
}
.herb-news-section {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: 10px auto;
}
.index_new {
	overflow: hidden;
	padding-bottom: 50px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	position: relative;
}
.index_new::after {
	/* content: ""; */
            /* position: absolute; */
            /* left: 0; */
            /* top: 156px; */
            /* width: 62.9%; */
            /* height: 55%; */
            /* background-color: #ececec; */
            /* z-index: -1; */
	display: none;
}
.news-title {
	font-size: 1.3rem;
	color: #f8e9d6;
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 0.2rem;
	position: relative;
	text-transform: uppercase;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.news-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news-slider {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	padding-bottom: 0rem;
	width: fit-content;
	transition: transform 0.5s ease-in-out;
}
.news-slide-page {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}
.news-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	width: 334px;
	/* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
	transform: translateY(-8px);
}
.news-card__image {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.news-card:hover .news-card__image {
	transform: scale(1.05);
}
.news-card__content {
	padding: 10px;
}
.news-card__title {
	font-size: 1rem;
	color: #a83232;
	margin-bottom: 0.8rem;
	line-height: 1.4;
}
.news-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
	color: #595757;
}
.news-card__title a:hover {
	color: #d45d5d;
	font-size: 1rem;
}
.news-card__excerpt {
	font-size: 0.65rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 1rem;
}
.news-card__excerpt a {
	color: inherit;
	text-decoration: none;
	font-size: 0.9rem;
}
.news-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}
.slider-btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #952b28;
	border: none;
	color: #ffffff;
	font-size: 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	line-height: 35px;
}
.slider-btn:hover {
	background-color: #f5d76e;
	color: #a83232;
}
.slider-btn:disabled {
	/* opacity: 0.3; */
	cursor: not-allowed;
	background-color: #932a28;
}
.see-more {
	background: transparent;
	/* border: 2px solid #f5d76e; */
    /* color: #f5d76e; */
	padding: 0.8rem 1.5rem;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	width: 130px;
	position: absolute;
	right: 10%;
}
.herbal-formula-18-note-text {
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 500;
}
.news-slider {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 0.5rem;
	padding-bottom: 0rem;
	width: fit-content;
	transition: transform 0.5s ease-in-out;
}
.herbal-formula-18-herbs {
	flex: 0 0 94%;
	min-width: 300px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
	gap: 15px;
	align-items: center;
	align-content: stretch;
	justify-content: space-evenly;
	justify-items: end;
}
.herbal-formula-18-note {
	flex: 1 0 27%;
	min-width: 215px;
	color: #9a2a2a;
	padding: 30px 35px;
	text-align: center;
	transition: all 0.4s ease;
	min-height: 197px;
	background: #fff url(../image/jbb.png) no-repeat right 10px bottom 10px;
	background-size: 44%;
}
.zyt-herbal-side-box {
	min-height: 400px;
}
.zyt-herbal-square-title {
	width: 70px;
	height: 70px;
	font-size: 13px;
}
.zyt-herbal-square-sm {
	width: 50px;
	height: 50px;
	font-size: 11px;
}
.zyt-herbal-text-left {
	font-size: 15px;
	line-height: 1.9;
}
.zyt-herbal-text-right1, .zyt-herbal-text-right2 {
	font-size: 14px;
	line-height: 1.8;
}
.zyt-herbal-center-title {
	font-size: 1.3rem;
}
.zyt-herbal-hover-float:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(178, 34, 34, 0.15);
}
.modules-list {
	gap: 10px;
	padding: 15px;
}
.module-item {
	flex: 1 1 150px;
	max-width: 180px;
}
.module-img {
	width: 120px;
	height: 120px;
	border: solid 2px #f5deb3;
}
.pain-breakthrough {
	flex-direction: column;
	gap: 1rem;
}
.stellar-banner-indicator {
	width: 8px;
	height: 8px;
	gap: 8px;
}
}
@media (max-width: 768px) {
}
 @media (max-width: 480px) {
.pain-card {
	flex: 1 1 calc(45% - 1rem);
}
.news-slide-page {
	grid-template-columns: 1fr;
}
.news-card {
	width: 100%;
}
.news-pagination {
	flex-wrap: wrap;
	gap: 0.8rem;
	display: none;
}
.herbal-formula-18-container {
	padding: 20px 10px;
}
.herbal-formula-18-herbs {
	gap: 10px;
}
.herbal-hotcompress-banner {
	padding: 15px 10px;
}
.herbal-hotcompress-text {
	padding: 20px 15px;
}
.herbal-hotcompress-text h2 {
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.mobile-nav {
	width: 90%;
}
.mobile-nav-list a {
	font-size: 16px;
}
.module-item {
	flex: 2 1 50%;
	max-width: 45%;
	margin: 0 auto;
}
}
.bottom-fixed {
	Z-INDEX: 10000;
	POSITION: fixed;
	TEXT-ALIGN: center;
	WIDTH: 100%;
	BOTTOM: 0px;
	BACKGROUND: #952b27;
	HEIGHT: 60px;
	padding: 3px 0;
	border-top: solid 2px #f5deb3;
}
.sjhome {
	WIDTH: 25%;
	BACKGROUND: url(../image/chome.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;/* border-right: 1px solid #ffffff; */
}
.sjtel {
	WIDTH: 25%;
	BACKGROUND: url(../image/ctel.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;/* border-right: 1px solid #ffffff; */
}
.sjsms {
	WIDTH: 25%;
	BACKGROUND: url(../image/csms.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;
	/* border-right: 1px solid #ffffff; */
	font-family:"Source","Microsoft YaHei", "SimHei", sans-serif;
}
.sjother {
	WIDTH: 24%;
	BACKGROUND: url(../image/cqq.png) no-repeat center top;
	FLOAT: left;
	HEIGHT: 100%;
}
#comp_sjhome_span {
	WIDTH: 100%;
	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}
#comp_sjtel_span {
	WIDTH: 100%;
	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}
#comp_sjsms_span {
	WIDTH: 100%;
	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}
#comp_sjother_span {
	WIDTH: 100%;
	FLOAT: right;
	COLOR: #ffffff;
	FONT-SIZE: 12px;
	PADDING-TOP: 30px;
	line-height: 16px;
	height: 16px;
}

 

        /* 响应式适配 */
        @media (max-width: 768px) {
.herbal-showcase-container {
	max-width: 96%;
	margin: 36px auto 30px auto;
	display: flex;
	flex-wrap: wrap;
	/* background-color: #fff; */
	overflow: hidden;
}
/* 左侧内容区 */
.showcase-content {
	flex: 1 1 60%;
	position: relative;
	min-height: 400px;
}
.content-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.content-panel.active {
	opacity: 1;
	visibility: visible;
}
.content-text {
	flex: 0 0 35%;
	background: #fff url(../image/jb.png) no-repeat left 10px top 10px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.content-text h2 {
	color: #d4af37;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	text-transform: capitalize;
}
.content-text h2 a {
	color: #ecbc80;
}
.content-text ul {
	list-style: none;
	color: #d4af37;
	font-size: 0.95rem;
	line-height: 1.8;
}
.content-text ul li a {
	color: #d4af37;
	font-size: 1rem;
}
.content-image {
	flex: 1;
	background-size: cover;
	background-position: center;
}
/* 右侧列表区 */
.showcase-list {
	flex: 1 1 16%;
	background-color: #942b28;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.more-button {
	position: absolute;
	top: 1.5rem;
	right: 3rem;
	padding: 0.5rem 1.5rem;
	background-color: #f5e7d1;
	color: #992222;
	text-decoration: none;
	font-weight: bold;
	/* border: 2px solid #d4af37; */
	border-radius: 2px;
	width: 150px;
	text-align: center;
	background: url(../image/more1_03.png) no-repeat right center;
	background-size: 100%;
	line-height: 40px;
}
.showcase-list ul {
	list-style: none;
	margin-top: 0px;
}
.showcase-list li {
	color: #fff;
	font-size: 1.2rem;
	padding: 0.8rem 0;
	cursor: pointer;
	transition: color 0.3s ease;
	position: relative;
	padding-left: 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url('../image/left1.png'), url('../image/right.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.showcase-list li::before,  .showcase-list li::after {
	/* content: "❖"; */
	position: absolute;
	left: 0.5rem;
	color: #d4af37;
	opacity: 0.7;
}
.showcase-list li::after {
	left: auto;
	right: 0.5rem;
}
.showcase-list li:hover,  .showcase-list li.active {
	color: #d4af37;
	font-size: 1.2rem;
}
.herbal-showcase-container {
	flex-direction: column;
}
.showcase-content {
	min-height: 350px;
}
.content-panel {
	flex-direction: column;
}
.content-text {
	flex: none;
	padding: 1.5rem;
}
.content-text h2 {
	font-size: 1.4rem;
}
.content-image {
	flex: 1;
	min-height: 200px;
}
.showcase-list {
	padding: 1.5rem;
}
.more-button {
	position: static;
	display: inline-block;
	margin-bottom: 1rem;
	align-self: flex-start;
	display: none;
}
}
