/* 产品详情页面样式 */

/* 主体内容 */
.product-details-main {
    background-color: #001A3D;
    color: #fff;
    padding-top: 85px;
}

/* 顶部轮播图区域 */
.product-hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-hero-swiper {
    width: 100%;
}

.product-hero-swiper .banner-image {
    width: 100%;
    height: auto;
    display: block;
}

/* 招商导航菜单 */
.franchise-nav {
    position: absolute;
    left: 50%;
    border-radius: 10px;
    overflow: hidden;
    transform: translateX(-50%);
    margin-top: -30px;
    z-index: 999;
}

.franchise-nav .container {
    margin: 0 auto;
}

.franchise-nav-list {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.franchise-nav-item {
    padding: 0;
    margin: 0;
}

.franchise-nav-item a {
    display: block;
    padding: 20px 30px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 120px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); */
    background-color: #FFF;
}

.franchise-nav-item.active a {
    background-color: #001130;
    color: #FFF;
    font-weight: bold;
}

.franchise-nav-item:not(.active) a:hover {
    background-color: #001130;
    color: #FFF;
    font-weight: bold;
}

/* 品牌介绍区域 */
.brand-intro-section {
    padding: 80px 0 50px;
}

.brand-intro-section .container {
    width: 1400px;
    margin: 0 auto;
}

/* 品牌介绍行 */
.brand-intro-row {
    display: flex;
    margin-bottom: 60px;
    align-items: center;
}

.brand-intro-text {
    flex: 1;
}

.brand-intro-title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.4;
}

.brand-intro-desc {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    width: 570px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #e0e0e0;
}

.brand-intro-highlight {
    font-size: 22px;
    font-weight: bold;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1px;
    margin-top: 20px;
    line-height: 1.5;
}

.brand-intro-image {
    flex: 1;
    max-width: 50%;
    height: 420px;
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.brand-intro-image img {
    max-width: 100%;
    height: auto;
}

/* 免疫介绍行 */
.immunity-intro-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.immunity-intro-image {
    flex: 1;
    max-width: 50%;
    height: 420px;
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.immunity-intro-image img {
    max-width: 100%;
    height: auto;
}

.immunity-intro-text {
    flex: 1;
}

.immunity-intro-title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;
    background-clip: text;
    line-height: 1.4;
}

.immunity-intro-desc {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-left: 100px;
    text-align: right;
    font-weight: 300;
    letter-spacing: 1px;
    color: #e0e0e0;
}

.immunity-intro-highlight {
    font-size: 22px;
    font-weight: bold;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1px;
    margin-top: 20px;
    line-height: 1.5;
    text-align: right;
}

/* 全渠道品牌区域 */
.channel-section {
    padding: 50px 0 70px;
    background-color: #001130;
}

.channel-section .container {
    width: 1400px;
    margin: 0 auto;
}

.channel-section-title {
    font-size: 45px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    color: #FFD7AA;
    line-height: 1.4;
}

.channel-display-row {
    display: flex;
    gap: 20px;
}

.channel-display-box {
    flex: 1;
    background-color: #fff;
    overflow: hidden;
}

.channel-display-header {
    background-color: #FFE4C4;
    color: #000;
    text-align: center;
    padding: 15px;
    font-size: 40px;
    font-weight: bold;
}

.channel-display-content {
    padding: 20px;
    background-color: #fff;
}

/* 线上平台展示 */
.online-platforms {
    padding: 0;
}

.online-platforms img {
    width: 100%;
    height: auto;
    display: block;
}

/* 线下门店展示 */
.offline-store {
    padding: 0;
}

.offline-store img {
    width: 100%;
    height: auto;
    display: block;
}


/* 五大优势区域 */
.advantages-section {
    padding: 60px 0 0px;
    background-color: #001130;
}

.advantages-section .container {
    width: 1400px;
    margin: 0 auto;
}

.advantages-title {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 40px;
}
/* 上方标签栏 */
.advantages-tabs {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-bottom: 100px;
}

.advantage-tab {
    background: linear-gradient(268deg, #002D67 0%, #3264A9 100%);
    color: white;
    font-size: 32px;
    padding: 12px 50px;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
}

/* 优势卡片 */
.advantages-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.advantage-card {
    background-color: #F1D6B9;
    position: relative;
    width: 244px;
    height: 255px;
}

.advantage-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(268deg, #D1A054 0%, #FFD79B 100%);
    color: #001130;
    width: 55px;
    height: 40px;
    margin-top: -40px;
    border-radius: 50% 50% 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}

.advantage-card-content {
    margin-top: 40px;
    text-align: center;
}

.advantage-card-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    background: linear-gradient(268deg, #002D67 60%, #3264A9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.advantage-divider {
    width: 20px;
    height: 3px;
    background: linear-gradient(268deg, #002D67 60%, #3264A9 100%);
    margin: 0 auto 15px;
}

.advantage-card-desc {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}


/* 公司介绍区域 */
.company-section {
    padding: 150px 0;
    color: var(--text-white);
}

.company-section .container {
    width: 1400px;
    margin: 0 auto;
}

.company-content {
    display: flex;
    align-items: center;
    gap: 0px;
}

.company-text {
    flex: 1;
}

.company-text h2 {
    font-size: 45px;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.company-text > p {
    font-size: 20px;
    color: #A4A4A4;
    font-weight: 400;
    margin-bottom: 8px;
}

.company-text > p:last-of-type {
    margin-bottom: 32px;
}



.company-stats {
    display: flex;
    justify-content: space-between;
    width: 660px;
    margin-top: 10px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;
    padding: 0;
    border-radius: 0;
    transition: none;
    min-width: 80px;
}

.stat-item:hover {
    transform: none;
    background: transparent;
}

.stat-icon {
    margin-bottom: 12px;
    flex-shrink: 0;
}

.stat-icon img {
    width: auto;
    height: 45px;
    object-fit: contain;
}

.stat-text {
    text-align: center;
}

.stat-text h3 {
    font-size: 25px;
    font-weight: 700;
    color: #B59D81;
    margin-bottom: 6px;
    line-height: 1.1;
}

.stat-text p {
    font-size: 20px;
    color: #A4A4A4;
    font-weight: 300;
    margin: 0;
    line-height: 1.3;
    white-space: nowrap;
}

.company-video {
    flex: 1;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.company-video img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

/* 产品优势详情区域 */
.product-features-section {
    padding:0;
    padding-top: 260px;
    position: relative;
}

.product-features-section .container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    height: 550px;
}

/* 中间产品图 */
.product-image-container {
    position: absolute;
    top: 55%;
    left: 58%;
    transform: translate(-50%, -50%);
    width: 1000px;
    z-index: 2;
}

.product-image-container-2 {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    z-index: 1;
}

.product-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* 优势项基础样式 */
.feature-item {
    position: absolute;
    z-index: 1;
}

.feature-title {
    font-size: 41px;
    font-weight: bold;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
}

.feature-desc {
    font-size: 24px;
    line-height: 1.1;
    color: #FFF;
}

/* 左侧优势项位置 */
.position-top-left {
    top: -233px;
    left: 350px;
    text-align: center;
}

.position-middle-left {
    top: -104px;
    left: 205px;
    text-align: center;
}

.position-bottom-left {
    bottom: 396px;
    left: 150px;
    text-align: center;
}

/* 底部优势项位置 */
.position-bottom {
    bottom: 240px;
    left: 100px;
    text-align: center;
}

/* 右侧优势项位置 */
.position-top-right {
    top: -295px;
    right: 570px;
    text-align: center;
}

.position-top-middle-right {
    top: -240px;
    right: 341px;
    text-align: center;
}

.position-middle-right {
    top: -148px;
    right: 180px;
    text-align: center;
}

.position-bottom-middle-right {
    top: 0px;
    right: 120px;
    text-align: center;
}

.position-bottom-right {
    bottom: 255px;
    right: 44px;
    text-align: center;
}

/* 全球独家专利技术区域 */
.patent-section {
    padding: 80px 0;
    position: relative;
}

.patent-section .container {
    width: 1400px;
    margin: 0 auto;
}

.patent-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 左侧专利证书 */
.patent-certificate {
    width: auto;
}

.patent-certificate img {
    width: auto;
    height: 470px;
    display: block;
    margin: 0 auto;
}

/* 右侧专利介绍 */
.patent-info {
    width: 50%;
    position: relative;
    text-align: right;
}

.patent-title {
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 30px;
}

.patent-desc {
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
    line-height: 35px;
    margin-bottom: 10px;
}

.patent-icon {
    margin: 40px 0;
}

.patent-icon img {
    width: 87px;
    height: auto;
}

.patent-highlight {
    display: inline-block;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    color: #001A3D;
    font-size: 45px;
    font-weight: 500;
    padding: 10px 30px;
}

/* 运营支持区域 */
.operation-support-section {
    padding: 80px 0 40px;
    position: relative;
}

.operation-support-section .container {
    width: 1400px;
    margin: 0 auto;
}

/* 标题 */
.operation-support-title {
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 50px;
}

/* 服务类型按钮 */
.service-types {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 60px;
}

.service-type-btn {
    background: linear-gradient(268deg, #002D67 60%, #3264A9 100%);
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    padding: 10px 0;
    width: 216px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-type-btn:hover {
    background-color: #2A4B78;
}

/* 服务图标网格 */
.service-icons-grid {
    display: flex;
    justify-content: center;
}

.service-icons-grid img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 风险防控区域 */
.risk-control-section {
    padding: 80px 0 20px;
    position: relative;
}

.risk-control-section .container {
    width: 1400px;
    margin: 0 auto;
}

/* 标题 */
.risk-control-title {
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 30px;
}

/* 风险防控卡片区域 */
.risk-control-cards {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.risk-control-card {
    background-color: #F1D6B9;
    padding: 25px 20px;
    width: 325px;
    text-align: center;
}

.risk-control-card-title {
    font-size: 30px;
    font-weight: bold;
    color: #0F3671;
    margin-bottom: 15px;
}

.risk-control-card-highlight {
    width: 20px;
    height: 4px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: linear-gradient(268deg, #002D67 60%, #3264A9 100%);
}

.risk-control-card-desc {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

/* 风险防控图片区域 */
.risk-control-images {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.risk-control-image {
    width: 48%;
    height: 300px;
    overflow: hidden;
}

.risk-control-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 产品类别区域 */
.product-category-section {
    padding: 80px 0;
    position: relative;
}

.product-category-section .container {
    width: 1400px;
    margin: 0 auto;
    text-align: center;
}

/* 标题和副标题 */
.product-category-title {
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.product-category-subtitle {
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 40px;
}

/* 产品按钮 */
.product-category-btn {
    display: inline-block;
    background-color: #4B75B4;
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    padding: 10px 40px;
    margin-bottom: 30px;
}

/* 产品描述 */
.product-category-desc {
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 40px;
}

/* 产品图片区域 */
.product-category-images {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.product-category-image {
    width: 675px;
    height: auto;
    overflow: hidden;
}

.product-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 合作申请区域 */
.cooperation-section {
    padding:  0;
    position: relative;
}

.cooperation-section .container {
    width: 1400px;
    margin: 0 auto;
}

/* 合作申请表单容器 */
.cooperation-form-container {
    background-color: #1B3B68;
    border-radius: 10px;
    padding: 60px 50px 120px;
    width: 1400px;
    margin: 0 auto;
    text-align: center;
}

/* 标题和副标题 */
.cooperation-title {
    font-size: 65px;
    font-weight: bold;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 5px;
}

.cooperation-subtitle {
    font-size: 30px;
    color: #FFF;
    margin-bottom: 40px;
    letter-spacing: 12px;
}

/* 表单样式 */
.cooperation-form {
    width: 736px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-label {
    display: block;
    font-size: 18px;
    color: #FFF;
    margin-bottom: 10px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* 必填标记 */
.required-mark {
    color: #E4C77C;
    position: absolute;
    margin-top: 4px;
    font-size: 28px;
    margin-left: 16px;
}

/* 地区选择器 */
.region-selectors {
    display: flex;
    gap: 15px;
}

.region-selector {
    flex: 1;
    position: relative;
}

.region-selector select {
    width: 100%;
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    appearance: none;
}

.region-selector::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FFF;
    pointer-events: none;
}

/* 提交按钮 */
.submit-btn {
    background-color: #E1C6A7;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    padding: 6px 60px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #D4B76B;
}

/* 浮动留言框 */
.floating-message-box {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.message-box-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}

.message-box-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.message-box-form input,
.message-box-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #DDD;
    border-radius: 5px;
    font-size: 14px;
}

.message-box-form input::placeholder,
.message-box-form textarea::placeholder {
    color: #AAA;
}

.message-box-submit {
    background-color: #E4C77C;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

.message-box-submit:hover {
    background-color: #D4B76B;
}

/* 在线咨询浮动按钮 */
.online-consultant {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 100;
    display: flex;
    align-items: center;
}

.consultant-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.consultant-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.consultant-text {
    background-color: #4B75B4;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
}

/* 加盟条件区域 */
.franchise-conditions-section {
    width: 100%;
    padding: 0;
    margin-top: 100px;
    position: relative;
}

.franchise-conditions-image {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
}


/* 加盟全产业链区域 */
.franchise-industry-section {
    width: 100%;
    margin-top: 100px;
    background-image: url('../images/zhaos/14.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    text-align: center;
}

.franchise-industry-container {
    width: 1400px;
    margin: 0 auto;
}

.franchise-industry-title {
    font-size: 68px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 10px;
    line-height: 1.3;
}

.franchise-industry-subtitle {
    font-size: 68px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 60px;
    line-height: 1.3;
}

.franchise-contact-info {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 40px;
}

.franchise-contact-item {
    color: #FFF;
    font-size: 26px;
}
.mb_ic{
    display: none !important;
}
/* ========== 手机端专用样式 ========== */
@media (max-width: 576px) {
    .product-details-main {
        padding-top:70px;
    }
    .floating-message-box{
        display: none;
    }
    .product-hero-swiper .banner-image {
    }
    
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px;
    }
    .franchise-nav {
        position: unset;
        margin-top:0;
        transform: none;
        overflow: unset;
        border-radius:0;
    }
    .franchise-nav .container {
        padding: 0;
    }
    .franchise-nav-item a {
            font-size: 12px;
            padding: 10px;
            min-width:unset;
    }
    .franchise-nav-item {
        width: 20%;
    }
    
    .franchise-nav-item.active a {
        background-color: #001A3D;
    }
    
    .brand-intro-section {
        padding: 20px 10px;
    }
    
    .brand-intro-section .container {
        width: 100%;
        padding: 0;
    }
    .brand-intro-title,.immunity-intro-title {
        font-size: 24px;
        margin-bottom: 10px;
        text-align: left;
    }
    .brand-intro-row {
        flex-direction: column;
        margin-bottom: 20px;
        align-items: unset;
    }
    .brand-intro-desc,.immunity-intro-desc {
        font-size: 12px;
        line-height: 20px;
        width:auto;
        padding-left:0;
        text-align: left;
    }
    .brand-intro-highlight,.immunity-intro-highlight {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: left;
    }
    .brand-intro-image,.immunity-intro-image {
        width: 100%;
        height: auto;
        max-width:unset;
    }
    .immunity-intro-row {
        align-items: unset;
        justify-content: unset;
        flex-direction: column-reverse;
    }
    .immunity-intro-image img{
        max-height: 250px;
        width: 100%;
        object-fit: cover;
    }
    .channel-section {
        padding: 10px;
        background-color:unset;
    }
    .channel-section .container,.advantages-section .container,.company-section .container,.product-features-section .container {
        width: 100%;
        padding: 0;
    }
    .channel-section-title,.advantages-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .channel-display-row {
        flex-direction: column;
    }
    .channel-display-header {
        padding: 10px;
        font-size: 24px;
    }
    .advantages-section {
        padding: 10px;
        background-color: unset;
    }
    .advantages-tabs {
        gap: 20px;
        margin-bottom: 60px;
    }
    .advantage-tab {
        font-size: 16px;
        padding: 5px 15px;
        min-width: unset;
    }
    .advantages-cards {
        gap:50px 10px;
        justify-content: center;
    }
    .advantage-card{
        height: auto;
        padding: 5px 5px 20px;
    }
    .advantage-card:nth-of-type(1),.advantage-card:nth-of-type(2),.advantage-card:nth-of-type(3) {
        width: 110px;
    }
    .advantage-card:nth-of-type(4),.advantage-card:nth-of-type(5){
        width: 170px;
    }
    .advantage-card-content {
        margin-top: 10px;
    }
    .advantage-card-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .advantage-card-desc {
        font-size: 12px;
    }
    .advantage-number {
        margin-top: -35px;
        width: 35px;
        height: 30px;
    }
    .company-section {
        padding: 10px;
        background-color: unset;
    }
    .company-text h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .company-content {
        align-items: flex-start;
    }
    .company-text > p {
        font-size: 12px;
    }
    .company-text p br{
        display: none;
    }
    .company-stats {
        width:100%;
        margin-bottom: 20px;
    }
    .company-text {
        width:100%;
        flex:unset;
    }
    .stat-icon img {
        width: 0.32rem;
        height: 0.32rem;
        object-fit: contain;
    }
    .stat-text h3 {
        font-size: 0.16rem;
        margin-bottom: 0.04rem;
        color: #fff;
        font-weight: 600;
    }
    .stat-text p {
        font-size: 0.114rem;
        color: rgba(255, 255, 255, 0.8);
        margin: 0;
    }
    .company-video img {
        max-height: 250px;
    }
    .product-features-section {
        padding: 0;
    }
    .feature-title {
        font-size: 14px;
        margin-bottom:0;
    }
    .feature-desc {
        font-size: 10px;
        line-height: 1.1;
    }
    .product-image-container {
        width: 250px;
        top: 35%;
    }
    .position-bottom {
        left:40px;
        top: -10px;
        bottom: unset;
    }
    .position-bottom-left {
        bottom: unset;
        top: -51px;
        left: 20px;
        text-align: center;
    }
    .position-middle-left {
        top: -88px;
        left: 24px;}
        .position-top-left {
    top: -125px;
    left: 52px;}
    .position-top-right {
    top: -142px;
    right: 134px;}
    .position-top-middle-right {
    top: -127px;
    right: 68px;}
    .position-middle-right {
    top: -106px;
    right: 18px;}
    .position-bottom-middle-right {
    top: -55px;
    right: 8px;}
    .position-bottom-right {
    bottom: unset; 
    right: 0px;
    top: -5px;}
    
    .product-features-section .container {
        height: 10px;
    }
    .patent-section .container {
        width:100%;
        padding: 10px;
    }
    .patent-certificate img {
        height: auto;
    }
    .patent-certificate {
        width:30%;
    }
    .patent-info {
        width:70%;
    }
    .patent-title {
    font-size: 24px;
        margin-bottom: 0px;
    }
    .patent-desc {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0px;
    }
    .patent-icon {
        margin: 10px 0;
    }
    .patent-icon img {
        width: 30px;
        height: auto;
    }
    .patent-highlight {
        font-size: 12px;
        padding: 5px 15px;
    }
    .patent-section {
        padding-top:10px;
        padding-bottom: 10px;
    }
    .operation-support-section {
        padding: 10px;
    }
    .operation-support-section .container,.risk-control-section .container,.product-category-section .container,.cooperation-section .container {
        width: 100%;
        padding: 0;
    }
    .operation-support-title,.risk-control-title{
    font-size: 24px;margin-bottom: 20px;}
    .service-types {
        gap:10px;
        margin-bottom: 20px;
    }
    .service-type-btn {
        font-size: 11px;
        padding: 8px 0;
        width: 82px;
    }
    .mb_ic{
        display: block !important;
    }
    .pc_ic{
        display: none !important;
    }
    .risk-control-section,.product-category-section,.cooperation-section {
        padding: 10px;
    }
    .risk-control-cards {
    display: grid;    gap: 20px;
    grid-template-columns: 1fr 1fr;}
    .risk-control-card {width:auto;padding:20px;}
    .risk-control-card-title {
    font-size: 14px;margin-bottom: 5px;}
    .risk-control-card-highlight {margin-bottom: 5px;}
    .risk-control-card-desc {
    font-size: 12px;}
    .risk-control-images {flex-direction: column;gap:10px;}
    .risk-control-image {
    width: 100%;height:auto;}
    .product-category-title,.product-category-subtitle,.cooperation-title{
        font-size: 24px;
    }
    .product-category-subtitle{
        margin-bottom: 10px;
    }
    .product-category-btn {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .product-category-desc {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .product-category-images {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .product-category-image {
        width: 100%;
    }
    .cooperation-form-container {
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        margin: 0 auto;
    }
    .cooperation-subtitle {
        font-size: 16px;
        color: #FFF;
        margin-bottom: 20px;
        letter-spacing: 6px;
    }
    .cooperation-form {
        width: 100%;
    }
    .form-label {
        display: block;
        font-size: 14px;
        color: #FFF;
        margin-bottom: 10px;
    }
    .form-control {
        width: 100%;
        padding: 8px 10px;
        background-color: rgba(255, 255, 255, 0.1);
        border: none;
        border-radius: 5px;
        color: #FFF;
        font-size: 14px;
    }
    .form-group {
        margin-bottom: 10px;
        text-align: left;
    }
    .required-mark {
        color: #E4C77C;
        position: absolute;
        margin-top: 7px;
        font-size: 14px;
        margin-left: 6px;
    }
    .submit-btn {
        background-color: #E1C6A7;
        color: #000;
        font-size: 16px;
        font-weight: bold;
        padding: 6px 40px;
        border: none;
        cursor: pointer;
        margin-top: 10px;
        transition: all 0.3s ease;
    }
    .franchise-conditions-section {
        margin-top: 10px;
        padding: 10px;
    }
    .franchise-conditions-image {
        object-fit: cover;
    }
    .franchise-industry-section {
        padding: 50px 0;
        margin: 0;
    }
    .franchise-industry-container {width:100%;}
    .franchise-industry-title,.franchise-industry-subtitle  {
    font-size: 24px;
        
    }
    .franchise-industry-subtitle{
        margin-bottom: 20px;
    }
    .franchise-contact-info {gap:20px;}
    .franchise-contact-item {font-size:11px;}
}
