







.layout {
	margin:0 auto;
	padding:0
}
.layout-bg {
	display:flex;
	background-color:#fff
}
.left {
	flex:1;
	min-width:0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:40px 20px
}
.left-bg {
	width:100%;
	max-width:600px;
	border-radius:4px;
	overflow:hidden
}
.left-bg img {
	width:100%;
	height:auto;
	display:block;
	border-radius:4px
}
.right {
	flex:1;
	min-width:0;
	padding:10px 30px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#fff
}
.right-bg {
	width:100%
}
.mod-title-othercontent {
	}.title-bg {
	display:flex;
	flex-direction:column;
	gap:15px
}
.title-left {
	display:flex;
	flex-direction:column;
	gap:8px;
}
.title-left .img {
	display:inline-block;
	width:50px;
	height:50px;
	background-color:#1a365d;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:5px
}
.title-left .img img {
	width:30px;
	height:auto
}
.title-left h2 {
	font-size:2rem;
	color:#1a365d;
	font-weight:700;
	line-height:1.2;
	margin:0;
	letter-spacing:-0.5px
}
.title-left h3 {
	font-size:1.1rem;
	color:#666;
	font-weight:500;
	line-height:1.4;
	margin:0
}
.title-right {
	padding-top:15px;
	border-top:1px solid #eaeaea
}
.title-right-span {
	font-size:0.95rem;
	color:#666;
	line-height:1.5;
	display:block
}
.mod-content-othercontent {
	margin:0
}
.content-bg-othercontent {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:15px;
	text-align:center
}
.text {
	flex:1;
	min-width:120px;
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:15px 10px;
	background-color:transparent;
	border-radius:4px;
	transition:all 0.2s ease;
	border:none;
	margin:auto;
	text-align:center
}
.text:hover {
	transform:translateY(-3px);
	box-shadow:0 5px 15px rgba(0,0,0,0.05);
	background-color:#f9f9f9
}
.text span {
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	background-color:transparent;
	border-radius:0;
	padding:0
}
.text span img {
	width:50px;
	height:auto;
	max-width:100%;
	max-height:100%;
	object-fit:contain;
	filter:none;
	margin:auto
}
.text h3 {
	font-size:0.9rem;
	color:#333;
	font-weight:600;
	line-height:1.3;
	margin:0;
	text-align:center;
	width:100%
}
.text h3 {
	font-size:0.9rem;
	color:#333;
	font-weight:normal;
	line-height:1.3;
	margin:0;
	text-align:center
}
.mod-bottom-othercontent {
}
.bottom-left-link {
	display: flex;
font-size: 16px;
transition: all 0.3s ease;
border-radius: 4px;
cursor: pointer;
background: linear-gradient(135deg,#dc3545,#c82333);
  background-color: rgba(0, 0, 0, 0);
border-color: #dc3545;
box-shadow: 0 4px 15px rgba(220,53,69,0.3);
font-style: normal;
font-weight: 400;
line-height: 30px;
color: #fff;
padding: 5px 25px;
	justify-content: center;
	width: 200px;
	margin: auto;
}
.bottom-left-link:hover {
	background-color:#2d4a7c;
	transform:translateY(-2px);
	box-shadow:0 5px 12px rgba(26,54,93,0.25)
}
@media (max-width:1100px) {
	.content-bg-othercontent {
	gap:10px
}
.text {
	min-width:110px
}
.text h3 {
	font-size:0.85rem
}
}@media (max-width:992px) {
	.layout-bg {
	flex-direction:column
}
.left,.right {
	width:100%;
	flex:none
}
.left {
	padding:30px 20px
}
.right {
	padding:30px 20px
}
.content-bg-othercontent {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:15px
}
.title-left h2 {
	font-size:1.8rem
}
.bottom-left-link {
	display:block;
	width:100%;
	padding:14px 20px
}
}@media (max-width:768px) {
	.content-bg-othercontent {
	grid-template-columns:repeat(2,1fr);
	gap:20px
}
.text {
	min-width:auto
}
.title-left h2 {
	font-size:1.6rem
}
.title-left h3 {
	font-size:1rem
}
}@media (max-width:480px) {
	.content-bg-othercontent {
	grid-template-columns:1fr
}
.title-left h2 {
	font-size:1.4rem
}
.bottom-left-link {
	font-size:0.9rem;
	padding:12px 15px
}
}@keyframes fadeIn {
	from {
	opacity:0
}
to {
	opacity:1
}
}.mod-title-othercontent,.mod-content-othercontent,.mod-bottom-othercontent {
	animation:fadeIn 0.6s ease forwards
}
.mod-content-othercontent {
	animation-delay:0.1s;
	opacity:0;
	padding-top: 0;
}
.mod-bottom-othercontent {
	animation-delay:0.2s;
	opacity:0
}


/*第二板块*/

 
        
        /* 主容器 */
        .horizontal-slider-container {
            max-width: 1400px;
            margin: 0 auto;
            width: 100%;
        }
        
        /* 标题区域样式 */
        .slider-header-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            flex-wrap: wrap;
            gap: 20px;
        }
        .title-left h2::after {
	content: "";
	width: 80px;
	height: 10px;
	background: url(/images/title-bg.png) center no-repeat;
	display: block;
	margin: calc(0.25vw + 5px) 0;
	filter: sepia(100%) hue-rotate(320deg) saturate(500%) brightness(0.8) contrast(1.2);
}
        .slider-title-wrapper {
            flex: 1;
            min-width: 300px;
            justify-content: center;
        }
        
        .slider-main-title {
            font-size: 32px;
            margin-bottom: 8px;
            color: var(--swiper-text-primary);
            line-height: 1.3;
        }
        
        .slider-subtitle {
            color: var(--swiper-text-secondary);
            font-size: 16px;
            line-height: 1.5;
        }
        
        /* 导航按钮容器 - 避免冲突 */
        .slider-navigation-buttons {
            display: flex;
            gap: 10px;
            align-items: center;
            margin-left: 20px;
        }
        
        /* 自定义导航按钮样式 */
        .slider-nav-btn {
            background-color: var(--swiper-white);
            width: 48px;
            height: 48px;
            border-radius: 50%;
            box-shadow: 0 4px 12px var(--swiper-shadow-light);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 1px solid #e0e0e0;
            user-select: none;
        }
        
        .slider-nav-btn:hover {
            background-color: var(--swiper-white);
            box-shadow: 0 6px 16px var(--swiper-shadow-medium);
            transform: translateY(-2px);
        }
        
        .slider-nav-btn:active {
            transform: translateY(0);
        }
        
        .slider-nav-btn svg {
            width: 20px;
            height: 20px;
            fill: var(--swiper-text-primary);
        }
        
        /* 轮播主容器样式 */
        .slider-main-wrapper {
            background-color: var(--swiper-white);
            border-radius: 16px;
            padding: 25px;
            box-shadow: 0 8px 30px var(--swiper-shadow-light);
            margin-bottom: 40px;
        }
        
        /* 轮播容器 */
        .horizontal-slider {
            width: 100%;
            padding: 5px 0 20px;
            overflow: hidden;
        }
        
        /* 轮播项包装器 */
        .slider-items-wrapper {
            display: flex;
            transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }
        
        /* 轮播项样式 */
        .slider-item {
            flex-shrink: 0;
            width: 220px;
            height: 220px;
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.4s ease;
            position: relative;
        }
        
        .slider-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px var(--swiper-shadow-medium);
        }
        
        /* 图片容器 */
        .item-image-container {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        
        .item-image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.7s ease;
        }
        
        .slider-item:hover .item-image-container img {
            transform: scale(1.08);
        }
        
        /* 文字遮罩 */
        .item-text-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
            color: var(--swiper-white);
            padding: 20px 15px;
            opacity: 0;
            transition: opacity 0.4s ease;
            transform: translateY(10px);
        }
        
        .slider-item:hover .item-text-overlay {
            opacity: 1;
            transform: translateY(0);
        }
        
        .item-text-overlay h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        /* 进度指示器 */
        .slider-progress-bar {
            width: 100%;
            height: 4px;
            background-color: #eaeaea;
            border-radius: 2px;
            margin-top: 25px;
            overflow: hidden;
            position: relative;
        }
        
        .slider-progress-fill {
            position: absolute;
            height: 100%;
            background-color: var(--swiper-primary);
            width: 0%;
            transition: width 0.3s ease;
            border-radius: 2px;
        }
        
        /* 响应式设计 - 手机端自适应 */
        @media (max-width: 1199px) {
            .slider-item {
                width: 200px;
                height: 200px;
            }
        }
        
        @media (max-width: 991px) {
            .slider-item {
                width: 180px;
                height: 180px;
            }
            
            .slider-main-title {
                font-size: 28px;
            }
        }
        
        @media (max-width: 767px) {
            body {
                padding: 15px;
            }
            
            .slider-main-wrapper {
                padding: 20px 15px;
                border-radius: 12px;
            }
            
            .slider-item {
                width: 160px;
                height: 160px;
            }
            
            .slider-header-section {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
            
            .slider-navigation-buttons {
                margin-left: 0;
                align-self: flex-end;
            }
            
            .slider-title-wrapper {
                min-width: 100%;
            }
            
            .slider-main-title {
                font-size: 24px;
            }
            
            .slider-subtitle {
                font-size: 15px;
            }
            
            .slider-nav-btn {
                width: 44px;
                height: 44px;
            }
        }
        
        @media (max-width: 575px) {
            body {
                padding: 12px;
            }
            
            .slider-main-wrapper {
                padding: 18px 12px;
            }
            
            .slider-item {
                width: 140px;
                height: 140px;
            }
            
            .slider-main-title {
                font-size: 22px;
            }
            
            .slider-nav-btn {
                width: 40px;
                height: 40px;
            }
            
            .slider-nav-btn svg {
                width: 18px;
                height: 18px;
            }
        }
        
        @media (max-width: 480px) {
            .slider-item {
                width: 130px;
                height: 130px;
            }
            
            .item-text-overlay {
                padding: 15px 12px;
            }
            
            .item-text-overlay h3 {
                font-size: 16px;
            }
            
            .slider-progress-bar {
                margin-top: 20px;
            }
        }
        
        @media (max-width: 400px) {
            .slider-item {
                width: 120px;
                height: 120px;
            }
            
            .slider-navigation-buttons {
                gap: 8px;
            }
        }
    /*part3*/
    
           .cigarette-container {
         
            margin: 0 auto;
            padding: 20px;
        }
        
        .cigarette-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 1px solid #ddd;
        }
        
        .cigarette-title h1 {
            font-size: 28px;
            font-weight: 600;
            color: #222;
        }
        
        .cigarette-learn-more {
     display: inline-block;
font-size: 16px;
transition: all 0.3s ease;
border-radius: 4px;
cursor: pointer;
background: linear-gradient(135deg,#dc3545,#c82333);
  background-color: rgba(0, 0, 0, 0);
border-color: #dc3545;
box-shadow: 0 4px 15px rgba(220,53,69,0.3);
font-style: normal;
font-weight: 400;
line-height: 30px;
color: #fff;
padding: 5px 25px;
            transition: all 0.3s ease;
        }
        
        .cigarette-learn-more:hover {
            background-color: #34495e;
            transform: translateY(-2px);
        }
        
        .cigarette-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        .cigarette-item {
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }
        
        .cigarette-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }
        
        .cigarette-image-container {
            display: flex; 
            background-color: #f8f8f8;
            border-bottom: 1px solid #eee;
        }
        
        .cigarette-image-left, .cigarette-image-right {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        
        .cigarette-image-left {
            border-right: 1px dashed #ddd;
        }
        
        .diagram-box {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        
        .flat-diagram {
            width: 100%;
            height: 140px;
            background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 25%, #f0f0f0 50%, #e0e0e0 50%, #e0e0e0 75%, #f0f0f0 75%);
            background-size: 20px 20px;
            border: 1px solid #ccc;
            position: relative;
        }
        
        .flat-diagram::before {
            content: "";
            position: absolute;
            top: 10px;
            left: 10px;
            right: 10px;
            bottom: 10px;
            border: 1px dashed #999;
        }
        
        .product-diagram {
            width: 100%;
            height: 140px;
            background-color: white;
            border: 1px solid #ccc;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .product-diagram::before {
            content: "";
            position: absolute;
            top: 10px;
            left: 10px;
            right: 10px;
            bottom: 10px;
            border: 1px solid #ddd;
            background-color: #f9f9f9;
        }
        
        .cigarette-label {
            padding: 20px;
            text-align: center;
        }
        
        .cigarette-label a {
            color: #222;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .cigarette-label a:hover {
            color: #2c3e50;
            text-decoration: underline;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .cigarette-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
            
            .cigarette-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
            }
            
            .cigarette-title h1 {
                font-size: 24px;
            }
            
            .cigarette-image-container {
                height: 180px;
            }
        }
        
        @media (max-width: 576px) {
            .cigarette-container {
                padding: 15px;
            }
            
            .cigarette-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .cigarette-image-container {
                height: 160px;
            }
        }
        
        /* 特殊标识 - 模拟图片中的红色标记 */
        .special-mark {
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: #e74c3c;
            border-radius: 50%;
            z-index: 2;
        }
        
        .mark-1 { top: 20px; left: 30px; }
        .mark-2 { bottom: 20px; right: 30px; }
        
        /* 不同类型的特殊样式 */
        .folding-box .product-diagram::after {
            content: "";
            position: absolute;
            top: 30%;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #e74c3c;
            width: 80%;
            margin: 0 auto;
        }
        
        .flip-top-box .product-diagram::after {
            content: "";
            position: absolute;
            top: 10px;
            left: 10px;
            width: 30px;
            height: 5px;
            background-color: #2c3e50;
        }
        
        .with-inserts .product-diagram::before {
            background: linear-gradient(to right, #f9f9f9 70%, #e8f4f8 70%);
        }
        
        .snap-on-box .product-diagram {
            border-style: dashed;
        }
        
        .flip-top-boxes .product-diagram {
            border-width: 2px;
        }
        
        .cigar-box .product-diagram {
            background-color: #f5f5dc;
        }


/*part4*/

 
 .layout-manuNine-g5ulj{padding:calc(4% + 40px) 0; background:url(https://icdn.tradew.com/file/202501/1576349/png/8462779.png?x-oss-process=image/quality,Q_90) center/cover fixed no-repeat; }
        /* 浮动背景效果 */
        .floating-background {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
       
        }

        
        @keyframes floatBackground {
            0% {
                transform: translateX(-5%) translateY(-5%) rotate(0deg);
            }
            100% {
                transform: translateX(5%) translateY(5%) rotate(1deg);
            }
        }
        
        /* 主内容卡片 */
        .content-card {
            position: relative;
            z-index: 1;
            width: 100%;
            margin: 40px 20px;
            overflow: hidden;
        }
        
        /* 标题区域 */
        .title-section {
            text-align: center;
        }
        
        .title-section h2 {
            font-size: 2.5rem;
            font-weight: 600;
            color: #222;
            margin-bottom: 20px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        
        .title-section .subtitle {
            font-size: 1.2rem;
            color: #666;
            max-width: 800px;
            line-height: 1.25;
            margin: auto;
        }
        
        /* 特性区域 */
        .features-section {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 40px;
            margin: 35px auto;
        }
        
        .feature-item {
            flex: 1;
            min-width: 250px;
            max-width: 300px;
            text-align: center;
            padding: 10px 20px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-radius: 8px;
            background-color: #fff;
        }
        
        .feature-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
        }
        
        .feature-icon {
            width: 70px;
            height: 70px;
            margin: 0 auto 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f9f9f9;
            border-radius: 50%;
        }
        
        .feature-icon img {
            width: 40px;
            height: 40px;
            filter: brightness(0) invert(0.2);
        }
        
        .feature-item h3 {
            font-size: 1.3rem;
            font-weight: 500;
            color: #222;
            margin-bottom: 10px;
        }
        
        /* 按钮区域 */
        .button-section {
            text-align: center;
        }
        
        .customize-btn {
            display: inline-block;
            padding: 16px 45px;
            background-color: transparent;
            color: #222;
            border: 2px solid #222;
            font-size: 1rem;
            font-weight: 500;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            transition: all 0.3s ease;
            border-radius: 4px;
            cursor: pointer;
        }
        
        .customize-btn:hover {
            background-color: #222;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        

   
        
        .box-1 {
            top: 20px;
            right: 20px;
            transform: rotate(5deg);
        }
        
        .box-2 {
            top: 60px;
            right: 100px;
            transform: rotate(-3deg);
        }
        
        .box-3 {
            top: 120px;
            right: 180px;
            transform: rotate(2deg);
        }
        
        .box-open {
            background-color: #f0f0f0;
        }
        
        .cigarette {
            position: absolute;
            width: 100px;
            height: 8px;
            background-color: #ddd;
            border-radius: 4px;
        }
        
        .cigarette:nth-child(1) {
            top: 40px;
            left: 25px;
        }
        
        .cigarette:nth-child(2) {
            top: 60px;
            left: 25px;
        }
        
        .cigarette:nth-child(3) {
            top: 80px;
            left: 25px;
        }
        
        /* 响应式设计 */
        @media (max-width: 1100px) {
            .cigarette-boxes {
                display: none;
            }
            
            .content-card {
                padding: 50px 30px;
            }
            
            .title-section h2 {
                font-size: 2.3rem;
            }
        }
        
        @media (max-width: 768px) {
            .features-section {
                flex-direction: column;
                align-items: center;
            }
            
            .feature-item {
                max-width: 100%;
                width: 100%;
            }
            
            .content-card {
                padding: 40px 20px;
                margin: 20px 10px;
            }
            
            .title-section h2 {
                font-size: 1.8rem;
            }
            
            .title-section .subtitle {
                font-size: 1rem;
            }
        }
        
 
 
/*part6*/


        /* 为组件添加独立命名空间，避免样式冲突 */
        .layout-custFive-uggnn.dhp-beautify-final {
            --dhp-primary: #dc3545;
            --dhp-primary-dark: #c82333;
            --dhp-secondary: #2c3e50;
            --dhp-light: #ffffff;
            --dhp-text: #5a6c7d;
            --dhp-white: #ffffff;
            --dhp-shadow: rgba(0, 0, 0, 0.08);
            --dhp-primary-shadow: rgba(220, 53, 69, 0.3);
            --dhp-border-radius: 16px;
            --dhp-transition: all 0.3s ease;
            
            font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
            box-sizing: border-box;
        }
        .layout-custFive-uggnn {
	padding: calc(2% + 20px) 0;
	background: url(https://icdn.tradew.com/file/202501/1576349/jpg/8457476.jpg?x-oss-process=image/quality,Q_90) center/cover fixed no-repeat;
}
        /* 重置容器内元素的基础样式 */
        .layout-custFive-uggnn.dhp-beautify-final * {
            text-align: center;
            border: none;
        }
        
        /* 容器美化 - 全屏宽度，白色背景 */
        .layout-custFive-uggnn.dhp-beautify-final .layout.layout-sys1.layout-custFive-uggnn.container {
            padding: 40px 0;
            margin: 0;
            width: 100%;
            background-color: #ffffff;
        }
        
        /* 背景层美化 - 改为白色，添加阴影 */
        .layout-custFive-uggnn.dhp-beautify-final .layout-bg {
            position: relative;
            overflow: hidden;
            text-align: center;
            max-width: 1000px;
            width: 100%;
            margin: 0 auto;
        }
        
 
        
        /* 模块内容区域 */
        .layout-custFive-uggnn.dhp-beautify-final .mod-bg-othercontent {
            position: relative;
            z-index: 1;
        }
        
        /* 标题美化 - 居中并调整颜色为深色 */
        .layout-custFive-uggnn.dhp-beautify-final .mod-title-othercontent .title-bg {
            margin-bottom: 25px;
            display: flex;
            justify-content: center;
        }
        
        .layout-custFive-uggnn.dhp-beautify-final .mod-title-othercontent h2 {
            font-size: 2.2rem;
            font-weight: 700;
            color: #2c3e50;
            margin: 0;
            padding-bottom: 10px;
            position: relative;
            display: inline-block;
            text-align: center;
        }
        
 
        
        /* 内容文本美化 - 居中并调整颜色 */
        .layout-custFive-uggnn.dhp-beautify-final .mod-content-othercontent {
            text-align: center;
            margin: 0;
            padding: 0;
        }
        
        .layout-custFive-uggnn.dhp-beautify-final .content-bg-othercontent p {
            font-size: 1.1rem;
            color: #5a6c7d;
            margin: 0;
            position: relative;
            padding-left: 0;
            text-align: center;
        }
        
 
        
        /* 字体颜色覆盖 */
        .layout-custFive-uggnn.dhp-beautify-final .content-bg-othercontent p font[color="#333333"] {
            color: #5a6c7d !important;
        }
        
        /* 底部链接美化 - 居中 */
        .layout-custFive-uggnn.dhp-beautify-final .mod-bottom-othercontent .bottom-bg {
            display: flex;
            justify-content: center;
        }
        
        .layout-custFive-uggnn.dhp-beautify-final .bottom-left {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .layout-custFive-uggnn.dhp-beautify-final .bottom-left-link {
         display: inline-block;
font-size: 16px;
transition: all 0.3s ease;
border-radius: 4px;
cursor: pointer;
background: linear-gradient(135deg,#dc3545,#c82333);
  background-color: rgba(0, 0, 0, 0);
border-color: #dc3545;
box-shadow: 0 4px 15px rgba(220,53,69,0.3);
font-style: normal;
font-weight: 400;
line-height: 30px;
color: #fff;
padding: 5px 25px;
        }
        
        /* 第一个按钮（联系我们）- 红色渐变背景 */
        .layout-custFive-uggnn.dhp-beautify-final .bottom-left-link:first-child {
            background: linear-gradient(135deg, #dc3545, #c82333);
            color: #ffffff;
            box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
            border: none;
        }
        
        .layout-custFive-uggnn.dhp-beautify-final .bottom-left-link:first-child:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(220, 53, 69, 0.4);
            background: linear-gradient(135deg, #c82333, #dc3545);
        }
        
        /* 第二个按钮（查看更多案例）- 边框红色，文字红色 */
        .layout-custFive-uggnn.dhp-beautify-final .bottom-left-link:last-child {
            background: transparent;
            color: #dc3545;
            border: 2px solid #dc3545;
        }
        
        .layout-custFive-uggnn.dhp-beautify-final .bottom-left-link:last-child:hover {
            background: rgba(220, 53, 69, 0.05);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(220, 53, 69, 0.1);
        }
        
        /* 添加悬停效果 */
        .layout-custFive-uggnn.dhp-beautify-final .bottom-left-link::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            transform: translateX(-100%);
            transition: transform 0.4s ease;
            z-index: -1;
        }
        
        .layout-custFive-uggnn.dhp-beautify-final .bottom-left-link:hover::after {
            transform: translateX(0);
        }
        
        /* 响应式调整 */
        @media (max-width: 1200px) {
            .layout-custFive-uggnn.dhp-beautify-final .layout-bg {
                max-width: 90%;
            }
        }
        
        @media (max-width: 768px) {
            .layout-custFive-uggnn.dhp-beautify-final .layout-bg {
                padding: 40px 20px;
                max-width: 95%;
            }
            
            .layout-custFive-uggnn.dhp-beautify-final .mod-title-othercontent h2 {
                font-size: 1.8rem;
            }
            
            .layout-custFive-uggnn.dhp-beautify-final .bottom-left {
                flex-direction: column;
                gap: 15px;
                align-items: center;
            }
            
            .layout-custFive-uggnn.dhp-beautify-final .bottom-left-link {
                width: 100%;
                max-width: 300px;
            }
        }
        
        /* 小屏幕额外调整 */
        @media (max-width: 480px) {
            .layout-custFive-uggnn.dhp-beautify-final .layout-bg {
                padding: 30px 15px;
            }
            
            .layout-custFive-uggnn.dhp-beautify-final .mod-title-othercontent h2 {
                font-size: 1.6rem;
            }
            
            .layout-custFive-uggnn.dhp-beautify-final .content-bg-othercontent p {
                font-size: 1rem;
            }
        }
        
        /* 打印样式优化 */
        @media print {
            .layout-custFive-uggnn.dhp-beautify-final .layout-bg {
                box-shadow: none;
                border: 1px solid #ddd;
            }
            
            .layout-custFive-uggnn.dhp-beautify-final .bottom-left-link {
                border: 1px solid #333 !important;
                color: #000 !important;
                background: none !important;
            }
        }
   
/*part8 */

 /* 香水包装产品展示区域 */
.perfume-product-section.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* 背景容器 */
.perfume-layout-bg {
  background-color: #f5f3f0; /* 浅色纹理背景，类似布料质感 */
  border-radius: 8px;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* 添加纹理背景效果 */
.perfume-layout-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(#e8e4df 1px, transparent 1px),
    radial-gradient(#e8e4df 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  opacity: 0.3;
  pointer-events: none;
}

/* 主内容块 */
.perfume-content-block {
  display: flex;
  align-items: center;
  min-height: 350px;
  position: relative;
  z-index: 1;
}

.perfume-mod-bg {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.perfume-mod-content {
  width: 100%;
  max-width: 500px;
}

/* 内容包装器 */
.perfume-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

/* 标题样式 - 黑色，左侧对齐 */
.perfume-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  position: relative;
  padding-bottom: 20px;
}

/* 添加蓝色下划线装饰 */
.perfume-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #0066cc;
  border-radius: 2px;
}

/* 链接按钮 */
.perfume-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #0066cc;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #0066cc;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* 按钮箭头 */
.perfume-link-btn::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.3s ease;
  display: inline-block;
}

/* 按钮悬停效果 */
.perfume-link-btn:hover {
  color: white;
  background-color: #0066cc;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 102, 204, 0.3);
}

.perfume-link-btn:hover::after {
  transform: translateX(5px);
}

/* 按钮背景动画效果 */
.perfume-link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
  z-index: -1;
}

.perfume-link-btn:hover::before {
  left: 100%;
}

/* 右侧图片区域（占位，可根据需要添加图片） */
.perfume-mod-bg::after {
  content: "";
  flex: 1;
  min-height: 300px;
  background-color: transparent;
  border-radius: 6px;
  /* 这里可以添加实际图片：background-image: url('your-image.jpg'); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  max-width: 400px;
}

/* 响应式设计 */
@media (max-width: 992px) {
  .perfume-mod-bg {
    flex-direction: column;
    text-align: center;
  }
  
  .perfume-content-wrapper {
    align-items: center;
  }
  
  .perfume-title {
    font-size: 2.2rem;
    text-align: center;
  }
  
  .perfume-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .perfume-mod-bg::after {
    min-height: 250px;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .perfume-layout-bg {
    padding: 30px 20px;
  }
  
  .perfume-title {
    font-size: 1.8rem;
  }
  
  .perfume-link-btn {
    padding: 12px 25px;
    font-size: 1rem;
  }
}

/* 淡入动画 */
@keyframes perfumeFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.perfume-content-block {
  animation: perfumeFadeIn 0.8s ease-out;
}


/*part8*/

        /* 主容器 */
        .simple-ad-container {
            width: 100%;
        }
        
        /* 广告横幅 */
        .simple-ad-banner {
            position: relative;
            overflow: hidden;
        }
        
        /* 内容区域 */
        .simple-ad-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .layout-deckFour-2h0e8 {
	padding: calc(2% + 20px) 0;
	background: url(https://icdn.tradew.com/file/202501/1576349/jpg/8467503.jpg?x-oss-process=image/quality,Q_90) center/cover no-repeat;
}
        /* 标题样式 */
        .simple-ad-title {
            padding-right: 40px;
            font-size: calc(1.2vw + 18px);
            line-height: calc(1.5vw + 25px);
            font-weight: 600;
            max-width: 50%;
        }
        
        /* 按钮区域 */
        .simple-ad-button-container {
            display: flex;
            justify-content: flex-end;
            min-width: 280px;
        }
        
        /* 按钮样式 */
        .simple-ad-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #0066cc;
            color: white;
            text-decoration: none;
            padding: 18px 40px;
            border-radius: 8px;
            font-size: 1.2rem;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            min-width: 240px;
            box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
            text-align: center;
        }
        
        .simple-ad-btn:hover {
            background-color: #0052a3;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(0, 102, 204, 0.3);
        }
        
        .simple-ad-btn::after {
            content: "→";
            margin-left: 10px;
            font-weight: 700;
            transition: transform 0.3s ease;
        }
        
        .simple-ad-btn:hover::after {
            transform: translateX(5px);
        }
        
        /* 背景装饰线 */
       .simple-ad-container::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 300px;
            height: 300px;
            background: linear-gradient(135deg, rgba(0, 102, 204, 0.05) 0%, transparent 70%);
            border-radius: 0 0 0 100%;
            z-index: 0;
        }
        
        .simple-ad-banner::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 200px;
            height: 200px;
            background: linear-gradient(315deg, rgba(0, 102, 204, 0.05) 0%, transparent 70%);
            border-radius: 0 100% 0 0;
            z-index: 0;
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .simple-ad-content {
                flex-direction: column;
                text-align: center;
            }
            
            .simple-ad-title {
                font-size: 2.4rem;
                padding-right: 0;
                margin-bottom: 40px;
                text-align: center;
            }
            
            .simple-ad-button-container {
                justify-content: center;
                min-width: auto;
            }
        }
        
        @media (max-width: 768px) {
            .simple-ad-banner {
                padding: 40px 30px;
            }
            
            .simple-ad-title {
                font-size: 2rem;
            }
            
            .simple-ad-btn {
                padding: 16px 35px;
                font-size: 1.1rem;
                min-width: 220px;
            }
        }
        
        @media (max-width: 576px) {
            .simple-ad-banner {
                padding: 30px 20px;
            }
            
            .simple-ad-title {
                font-size: 1.8rem;
            }
            
            .simple-ad-btn {
                padding: 14px 30px;
                font-size: 1rem;
                min-width: 200px;
            }
        }
        
        /* 动画效果 */
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        .simple-ad-banner {
            animation: fadeIn 0.8s ease-out;
        }
        
        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(20px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        .simple-ad-button-container {
            animation: slideInRight 0.8s ease-out 0.3s both;
        }
    /*定制*/
    
    
     
        
 
        
        /* 标题区域 */
        .mod-title-card {
            padding: 40px 20px 20px;
            text-align: center;
        }
        
        .title-bg { 
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
        
        .title-left h3 {
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .title-left h2 {
            font-size: 32px;
            color: #2c3e50;
            font-weight: 700;
            line-height: 1.2;
        }
        
      .layout-cust-h7jle {
	padding: calc(2% + 20px) 0;
}



.layout-cust-h7jle  .title-center  h2{font-size:calc(1vw + 20px); line-height:calc(1vw + 25px); color:#000; font-weight:600; }
.layout-cust-h7jle  .title-center  h3{color:var(--main); font-weight:600; max-width: 1000px;margin: auto;padding-top: calc(0.25vw + 5px);font-size: 16px;}
.layout-cust-h7jle  .title-center  span{ line-height:calc(1vw + 25px); color:#000; font-weight:600; font-size: 16px;}

       .title-center  {
            padding: 0;
            text-align: center;
        }
        /* 内容区域 */
        .mod-content-card {
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            width: 100%;
        }
        
        .content-bg-card {
            margin: 0 auto;
        }
        
       /* 选项卡导航 */
.card-title {
    font-size: calc(0.2vw + 14px);
    color: #2c3e50;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

.card-title-tabs {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 5px;
    width: fit-content;
    margin: 0 auto;
    background: #f0f0f0;
    border-radius: calc(0.5vw + 5px);
    height: 54px;
}

.card-title-tab {
    margin: 0 2px;
}

.card-tab-link {
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    line-height: 30px;
    color: #666;
    padding: 8px 30px;
    background-color: transparent;
    text-decoration: none;
    border: 2px solid transparent;
    position: relative;
    white-space: nowrap;
}

.card-title-tab.on .card-tab-link {
         display: inline-block;
font-size: 16px;
transition: all 0.3s ease;
cursor: pointer;
background: linear-gradient(135deg,#dc3545,#c82333);
  background-color: rgba(0, 0, 0, 0);
border-color: #dc3545;
font-style: normal;
font-weight: 400;
line-height: 30px;
color: #fff;
padding: 5px 25px;
         border-radius: calc(0.5vw + 0px);
        }

 
        
        /* 选项卡内容 */
        .card-html-tabs {
            list-style: none;
        }
        
        .card-html-tab {
            display: none; 
        }
        
        .card-html-tab.on {
            display: block;
        }
        
  
        
        /* 内容布局 */
        .card-html-tab .item {
            display: flex;
            gap: 40px;
        }
        
        .card-html-tab .img {
            flex: 0 0 300px;
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
        }
        
        .card-html-tab .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        .card-html-tab .img .text {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(36, 36, 36, 0.95);
            color: white;
            padding: 20px;
        }
        
        .card-html-tab .img .text p {
            margin-bottom: 15px;
            line-height: 1.5;
            font-size: 15px;
            color: #fff;
        }
        
        .card-html-tab .img .text a {
      display: inline-block;
font-size: 16px;
transition: all 0.3s ease;
border-radius: 4px;
cursor: pointer;
background: linear-gradient(135deg,#dc3545,#c82333);
  background-color: rgba(0, 0, 0, 0);
border-color: #dc3545;
box-shadow: 0 4px 15px rgba(220,53,69,0.3);
font-style: normal;
font-weight: 400;
line-height: 30px;
color: #fff;
padding: 5px 25px;
            transition: background-color 0.3s ease;
        }
        
        .card-html-tab .img .text a:hover {
            background-color: #1a252f;
        }
        
        /* 步骤列表 */
        .card-html-tab ul {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            list-style: none;
            flex: 1;
        }
        
        .card-html-tab li {
            background-color: #fff;
            border: 1px solid #eaeaea;
            border-radius: 8px;
            padding: 25px 20px 20px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .card-html-tab li:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            border-color: #3498db;
        }
        
        .card-html-tab li span {
            display: block;
            width: 60px;
            height: 60px;
            margin-bottom: 15px;
            background-color: #f8f9fa;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s ease;
        }
        
 
        .card-html-tab li span img {
            width: 50px;
            height: 50px;
            object-fit: contain;
        }
        
        .card-html-tab li h4 {
            font-size: 12px;
            color: #3498db;
            margin-bottom: 5px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .card-html-tab li h3 {
            font-size: 18px;
            color: #2c3e50;
            margin-bottom: 10px;
            font-weight: 600;
            line-height: 1.3;
        }
        
        .card-html-tab li p {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }
        
        /* 步骤编号装饰 */
        .card-html-tab li:before {
            content: attr(data-step);
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 12px;
            color: #e0e0e0;
            font-weight: bold;
            font-family: 'Arial', sans-serif;
        }
        
        /* 响应式设计 */
        @media (max-width: 1100px) {
            .card-html-tab ul {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .card-html-tab .item {
                flex-direction: column;
            }
            
            .card-html-tab .img {
                flex: 0 0 300px;
            }
        }
        
        @media (max-width: 768px) {
            .title-left h2 {
                font-size: 28px;
            }
            
            .card-title-tabs {
                flex-wrap: wrap;
            }
            
            .card-title-tab {
                flex: 1;
                min-width: 150px;
            }
            
            .card-tab-link {
                padding: 12px 20px;
                text-align: center;
                font-size: 15px;
            }
            
            .card-html-tab ul {
                grid-template-columns: 1fr;
            }
            
            .layout {
                padding: 10px;
            }
        }
        
        @media (max-width: 480px) {
            .title-left h2 {
                font-size: 24px;
            }
            
            .title-left h3 {
                font-size: 16px;
            }
            
            .title-right-span {
                padding: 10px 15px;
            }
            
            .card-title-tab {
                min-width: 100%;
            }
        }
    