@charset "UTF-8";
/* ========== 响应式设计 - 移动端适配 ========== */

/* ---------- 桌面端隐藏手机专用元素 ---------- */
@media screen and (min-width: 901px) {
    .mobile-bottom-nav {
        display: none !important;
    }
    body {
        padding-bottom: 0 !important;
    }
}

/* ---------- 基础适配 ---------- */
@media screen and (max-width: 1200px) {
    body {
        min-width: unset;
    }
    
    .wrap {
        width: 92%;
        padding: 0 4%;
    }
}

/* ---------- 移动端适配 - 小于900px ---------- */
@media screen and (max-width: 900px) {
    /* 全局重置 */
    html, body {
        overflow-x: hidden;
    }
    
    /* 顶部导航 */
    .top {
        height: 110px;
        position: fixed;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    
    .top .wrap {
        width: 94%;
        padding: 0 3%;
    }
    
    .topC {
        position: relative;
        display: block;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .logo-container {
        display: flex;
        align-items: center;
        flex: 1;
        justify-content:center;
        
    }
    
    .logo {
        height: 70px;
        display: flex;
        align-items: center;
    }
    
    .logo img {
        height: 50px;
        width: auto;
    }
    
    .topL {
        float: none;
        min-width: unset;
        display: flex;
        align-items: center;
    }
    
    /* 移动端菜单按钮 */
    .mobile-menu-btn {
        display: block !important;
        width: 44px;
        height: 44px;
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        z-index: 1001;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }
    
    .mobile-menu-btn span {
        display: block;
        width: 28px;
        height: 3px;
        background: #333;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s ease;
        border-radius: 2px;
    }
    
    /* 首页顶部介绍区域 */
    .aboutUsPageTop {
        padding: 40px 0 !important;
    }
    
    .aboutUsPageTop > div {
        padding: 0 20px !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
    }
    
    .aboutUsPageTop h2 {
        font-size: 20px !important;
        line-height: 1.4 !important;
        margin-bottom: 20px !important;
    }
    
    .aboutUsPageTop > div > div:last-child {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding: 0 10px !important;
    }
    
    .aboutUsPageTop p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .mobile-menu-btn span:nth-child(1) {
        top: 12px;
    }
    
    .mobile-menu-btn span:nth-child(2) {
        top: 21px;
    }
    
    .mobile-menu-btn span:nth-child(3) {
        top: 30px;
    }
    
    .mobile-menu-btn.active span:nth-child(1) {
        top: 21px;
        transform: translateX(-50%) rotate(45deg);
    }
    
    .mobile-menu-btn.active span:nth-child(2) {
        opacity: 0;
        transform: translateX(-50%) scaleX(0);
    }
    
    .mobile-menu-btn.active span:nth-child(3) {
        top: 21px;
        transform: translateX(-50%) rotate(-45deg);
    }
    
    /* 隐藏PC端菜单 */
    /* .menuDl {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 999;
        padding-top: 10px;
        overflow-y: auto;
        float: none;
        flex-direction: column;
    } */
        .menuDl {
        display: block;
       
        width: 100%;
        background: #fff;
        overflow: hidden;
    }
    .menuDl.active {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start !important;
    }
    
    /* 手机菜单里的logo样式 - 强制覆盖 */
    .menuDl dt.topL {
        padding: 10px 0 !important;
        margin: 0 !important;
        min-width: unset !important;
        display: none !important;
        flex: none !important;
        float: none !important;
        display:none;
    }
    
    .menuDl dt.topL .logo {
        height: auto !important;
        display: block !important;
        text-align: center;
    }
    
    .menuDl dt.topL .logo img {
        height: 50px !important;
        width: auto !important;
        display: inline-block !important;
    }
    
    .menuDl dd {
        float: left;
        display: block;
        width:25%;
        height: auto;
        border-bottom: 1px solid #f0f0f0;
        flex: none;
        margin: 0;
        padding: 0;
    }
    
    .menuDl dd:hover {
        background: none;
    }
    
    .menuDl dd:hover .mainMenu > a {
        color: #9c1f23;
    }
    
    /* 移动端禁用hover显示子菜单 */
    .menuDl dd:hover .subMenu {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        transform: translateY(0px) !important;
        -webkit-transform: translateY(0px) !important;
    }
    
    .mainMenu {
        position: relative;
    }
    .indexTitle .titleEg{height:auto}
    .productMenu{padding:10px 0; gap:0 !important}
    .productMenu dd{width: 25% !important;margin-bottom: 0 !important;}
    .productMenu dd a{line-height: 45px; font-size: 16px !important; padding:0 !important}
    .productMenu dd a .text{line-height: 45px !important; height:45px !important; font-size: 16px !important; }
    .productMenu dd a::before{height:45px;}
    .mainMenu a {
        font-size: 18px;
        line-height: 40px;
        height: 40px;
        text-align: center;
        padding: 0 0px;
        display: block;
        color: #333;
    }
    .aaa1,.aaa62{display:none !important;}
    /* 移动端菜单 - 子菜单 */
    .menuDl dd .subMenu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        display: none !important;
        background: #f9f9f9;
        padding: 10px 0;
        border-top: 1px solid #eee;
    }
    
    .menuDl dd .subMenu.show {
        display: block !important;
    }
    
    .menuDl dd .subMenu .subMenuItem {
        position: relative;
    }
    
    .menuDl dd .subMenu a {
        display: block;
        padding: 12px 30px;
        line-height: 24px;
        font-size: 14px;
        color: #666;
    }
    
    .menuDl dd .subMenu a span {
        float: none;
        display: block;
        line-height: 24px;
        font-size: 14px;
    }
    
    .menuDl dd .subMenu a:hover span {
        color: #9c1f23;
    }
    
    /* 登录区域 */
    .topR {
        display: none;
    }
    
    .login {
        position: relative;
        right: 0;
    }
    
    .languageBox {
        margin-top: 0;
        position: relative;
        height: auto;
        float: none;
    }
    
    .languageBox a,
    .languageBox span {
        float: none;
        display: inline-block;
        height: auto;
        line-height: 30px;
        font-size: 14px;
        padding: 0 10px;
    }
    
    /* 高度调整 - 减小顶部空白 */
    .h100 {
        height: 2px;
    }
    
    .h80 {
        height: 40px;
    }
    
    /* Banner */
    .indexBannerBox {
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
    }
    
    .indexBannerBox::before {
        content: '';
        display: block;
        padding-top: 75%;
    }
    
    .indexBanner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .slideText {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
    }
    
    .slideTextImg {
        position: relative;
        top: auto;
        width: 90%;
        transform: none;
        text-align: center;
    }
    
    .slideTextImg .img1 img {
        max-width: 90%;
        height: auto;
        width: auto;
    }
    
    .scrollBottom {
        display: none;
    }
    
    /* Banner轮播 */
    .bannerSwiper {
        height: 100%;
    }
    
    .bannerSwiper .swiper-wrapper {
        height: 100%;
    }
    
    .bannerSwiper .swiper-slide {
        height: 100%;
        position: relative;
    }
    
    .bannerSwiper .slide-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }
    
    .indexBannerArrow {
        padding: 15px 0;
        position: relative;
        z-index: 20;
    }
    
    /* 首页模块 - 通用标题 */
    .indexTitle {
        padding-bottom: 20px;
    }
    
    .indexTitle .title {
        font-size: 24px;
        display: block;
        height: auto;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    
    .indexTitle .titleEg {
        font-size: 12px;
        text-align: center;
    }
    
    /* 核心业务 - 手机端标题圆圈位置调整 */
    .zsjmColumn2 .indexTitle .title {
        position: relative;
    }
    
    .zsjmColumn2 .indexTitle .title::before {
        position: absolute;
        right: auto;
        left: 50%;
        margin-left: 55px;
        bottom: 5px;
        width: 13px;
        height: 13px;
        border: 2px solid var(--themeColor);
        border-radius: 100%;
    }
    
    /* 首页模块 - 公司介绍 */
    .column1 {
        padding: 40px 0;
    }
    
    .column1Intro {
        font-size: 18px;
        line-height: 1.6;
        padding: 15px 8% 10px;
        box-sizing: border-box;
        width: 100%;
        word-wrap: break-word;
    }
    
    .column1Infor {
        font-size: 14px;
        line-height: 1.8;
        padding: 0 8%;
        margin-bottom: 30px;
        box-sizing: border-box;
        width: 100%;
        word-wrap: break-word;
    }
    
    .column1Btn {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .column1Btn1 {
        margin-left: 0;
    }
    
    /* 走进君庄 */
    .aboutUsPageTop {
        padding: 40px 0;
    }
    
    .aboutUsPageTop .commonLefttitle {
        float: none;
        margin-bottom: 25px;
        width: 100%;
        text-align: center;
    }
    
    .commonLefttitle .commonLefttitleT {
        font-size: 16px;
        padding-bottom: 25px;
        position: relative;
    }
    
    .commonLefttitle .commonLefttitleT::after {
        display: none;
    }
    
    .commonLefttitleB {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }
    
    .commonLefttitleB .titleEg {
        writing-mode: horizontal-tb;
        transform: none;
        float: none;
        display: block;
        padding-bottom: 5px;
        font-size: 12px;
        text-transform: uppercase;
    }
    
    .commonLefttitleB .titleCn {
        font-size: 36px;
        line-height: 1.2;
        writing-mode: horizontal-tb;
    }
    
    .commonLefttitleB .titleCn::after {
        bottom: -20px;
    }
    
    .aboutUsPageTop .text {
        float: none;
        width: 100%;
    }
    
    .aboutUsPageTop .text .title {
        font-size: 18px;
        margin-bottom: 15px;
        height: auto;
        line-height: 1.5;
        white-space: normal;
    }
    
    .aboutUsPageTop .text .info {
        height: auto;
    }
    
    .aboutUsPageTop .text .info p {
        font-size: 14px;
        line-height: 1.8;
    }
    
    .aboutUsPageC {
        padding: 0;
        position: relative;
    }
    
    .aboutUsPageC::before {
        display: none;
    }
    
    .aboutUsPageC::after {
        display: none;
    }
    
    .aboutUsPageCScroll {
        display: none;
    }
    
    .aboutUsPageCInfo {
        width: 100%;
        float: none;
        padding: 20px 15px 30px;
        box-sizing: border-box;
        margin-bottom: 20px;
        height: auto;
        overflow: visible;
    }
    
    .aboutUsPageCInfo p {
        font-size: 14px;
        line-height: 1.8;
    }
    
    .aboutUsPageCInfo p span {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        display: block;
    }
    
    .aboutUsPageCInfo p br {
        display: block;
        margin: 8px 0;
    }
    
    /* 核心业务 */
    .zsjmColumn2 {
        padding: 40px 0;
    }
    
    .zsjmColumn2Dl {
        padding-top: 30px;
        margin: 0;
    }
    
    .zsjmColumn2Dl dd {
        width: 100%;
        padding: 10px 0;
    }
    
    .zsjmColumn2Dl dd .con {
        margin: 0;
        flex-direction: column;
        padding: 25px 20px;
        border-radius: 10px;
        background: linear-gradient(to right, #fff, #fff9f0);
    }
    
    .zsjmColumn2Dl dd .icon {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }
    
    .zsjmColumn2Dl dd .number {
        height: 80px;
        line-height: 80px;
        font-size: 28px;
    }
    
    .zsjmColumn2Dl dd .text {
        flex: none;
        padding: 0;
        height: auto;
        text-align: center;
    }
    
    .zsjmColumn2Dl dd .text .tableCell {
        font-size: 15px;
        line-height: 1.6;
    }
    
    /* 产品中心 */
    .column3 {
        padding: 40px 0 50px;
        overflow: visible;
    }
    
    .column3 .commonTop {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }
    
    .column3 .commonTop .indexTitle {
        float: none;
        text-align: center;
        margin-bottom: 12px;
    }
    
    /* 商品分类标签 - 手机版横向滚动 */
    .indexColumn2Dl {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        margin: 0;
        float: none;
        width: 100%;
        padding: 2px 0 6px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .indexColumn2Dl::-webkit-scrollbar {
        display: none;
    }
    
    .indexColumn2Dl dd {
        flex-shrink: 0;
        width: auto;
        margin: 0 4px 0 0;
        height: auto !important;
        padding: 0 !important;
        border-radius: 20px;
    }
    
    .indexColumn2Dl dd:first-child {
        margin-left: 0;
    }
    
    .indexColumn2Dl dd span {
        padding: 4px 10px !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        display: block !important;
        height: auto !important;
        white-space: nowrap !important;
    }
    
    /* 商品列表容器 - 覆盖内联样式的大padding */
    .indexColumn2Table {
        padding: 0 12px !important;
    }
    
    /* Swiper容器 - 两列并排显示 */
    .indexColumn2Swiper {
        margin: 0;
        overflow: hidden;
    }
    
    .indexColumn2Swiper .swiper-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    /* 手机版：每个slide占50%，两列布局 */
    .indexColumn2Swiper .swiper-slide {
        width: 50% !important;
        padding: 6px;
        flex-shrink: 0;
        margin-right: 0 !important;
        box-sizing: border-box;
    }
    
    .indexColumn2Swiper .swiper-slide .con {
        margin: 0;
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
        background: #fff;
        border: 1px solid #e8e8e8;
    }
    
    /* 图片区域 - 添加明显边框，防止梯形感 */
    .indexColumn2Swiper .swiper-slide .picBox {
        padding: 8px 8px 0;
    }
    
    .indexColumn2Swiper .swiper-slide .pic {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    
    .indexColumn2Swiper .swiper-slide .pic::before {
        content: '';
        display: block;
        padding-top: 100%;
    }
    
    .indexColumn2Swiper .swiper-slide .pic .cpImg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }
    
    .indexColumn2Swiper .swiper-slide .pic .cpImg img {
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        object-position: center center;
        transition: transform 0.3s ease;
    }
    
    /* 商品名称 */
    .indexColumn2Swiper .swiper-slide .text {
        height: auto;
        min-height: auto;
        font-size: 13px;
        padding: 8px 10px 4px;
        line-height: 1.4;
        color: #333;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    /* 商品价格 */
    .indexColumn2Swiper .swiper-slide .jiage {
        font-size: 12px;
        padding: 5px 10px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #f5f5f5;
        margin-top: 4px;
    }
    
    .indexColumn2Swiper .swiper-slide .jiage span {
        font-size: 15px;
        font-weight: bold;
        color: #c00;
    }
    
    .indexColumn2Swiper .swiper-slide .jiage em {
        font-size: 10px;
        background-color: #9c1f23;
        color: #fff;
        padding: 2px 6px;
        border-radius: 8px;
        transition: all 0.3s ease;
        font-style: normal;
        white-space: nowrap;
    }
    
    /* 隐藏PC端的more按钮（hover效果在手机无意义） */
    .indexColumn2Swiper .swiper-slide .more {
        display: none;
    }
    
    /* 查看更多按钮区 - 改进布局 */
    .indexColumn2SwiperHandl {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-top: 20px;
        padding: 0 10px;
    }
    
    .indexColumn2SwiperPrev,
    .indexColumn2SwiperNext {
        display: none;
    }
    
    .commonMore {
        height: 42px;
        width: 140px;
    }
    
    .commonMore a {
        line-height: 40px;
        font-size: 13px;
    }
    
    /* 企业优势 - 移动端隐藏 */
    .zsjmColumn4 {
        display: none;
    }
    
    /* 走进君庄页面 - 公司介绍 */
    .aboutUsPageTop {
        padding: 40px 0;
    }
    
    .aboutUsPageTop .commonLefttitle {
        float: none;
        margin-bottom: 25px;
        width: 100%;
        text-align: center;
    }
    
    .commonLefttitle .commonLefttitleT {
        font-size: 16px;
        padding-bottom: 25px;
        position: relative;
    }
    
    .commonLefttitle .commonLefttitleT::after {
        display: none;
    }
    
    .commonLefttitleB {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }
    
    .commonLefttitleB .titleEg {
        writing-mode: horizontal-tb;
        transform: none;
        float: none;
        display: block;
        padding-bottom: 5px;
        font-size: 12px;
        text-transform: uppercase;
    }
    
    .commonLefttitleB .titleCn {
        font-size: 36px;
        line-height: 1.2;
        writing-mode: horizontal-tb;
    }
    
    .commonLefttitleB .titleCn::after {
        bottom: -20px;
    }
    
    .aboutUsPageTop .text {
        float: none;
        width: 100%;
    }
    
    .aboutUsPageTop .text .title {
        font-size: 18px;
        margin-bottom: 15px;
        height: auto;
        line-height: 1.5;
        white-space: normal;
    }
    
    .aboutUsPageTop .text .info {
        height: auto;
    }
    
    .aboutUsPageTop .text .info p {
        font-size: 14px;
        line-height: 1.8;
    }
    
    .aboutUsPageC {
        padding: 0;
        position: relative;
    }
    
    .aboutUsPageC::before {
        display: none;
    }
    
    .aboutUsPageC::after {
        display: none;
    }
    
    .aboutUsPageCScroll {
        display: none;
    }
    
    .aboutUsPageCInfo {
        width: 100%;
        float: none;
        padding: 20px 15px 30px;
        box-sizing: border-box;
        margin-bottom: 20px;
        height: auto;
        overflow: visible;
    }
    
    .aboutUsPageCInfo p {
        font-size: 14px;
        line-height: 1.8;
    }
    
    .aboutUsPageCInfo p span {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        display: block;
    }
    
    .aboutUsPageCInfo p br {
        display: block;
        margin: 8px 0;
    }
    
    /* 走进君庄页面 - 核心业务 */
    .zsjmColumn2 {
        padding: 40px 0;
    }
    
    .zsjmColumn2Dl {
        padding-top: 30px;
        margin: 0;
    }
    
    .zsjmColumn2Dl dd {
        width: 100%;
        padding: 10px 0;
    }
    
    .zsjmColumn2Dl dd .con {
        margin: 0;
        flex-direction: column;
        padding: 25px 20px;
        border-radius: 10px;
        background: linear-gradient(to right, #fff, #fff9f0);
    }
    
    .zsjmColumn2Dl dd .icon {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }
    
    .zsjmColumn2Dl dd .number {
        height: 80px;
        line-height: 80px;
        font-size: 28px;
    }
    
    .zsjmColumn2Dl dd .text {
        flex: none;
        padding: 0;
        height: auto;
        text-align: center;
    }
    
    .zsjmColumn2Dl dd .text .tableCell {
        font-size: 15px;
        line-height: 1.6;
    }
    
    /* 走进君庄页面 - 品牌理念 */
    .aboutUsPageFooter {
        padding: 40px 0;
    }
    
    .aboutUsPageFooter .pic {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .aboutUsPageFooter .pic img {
        width: 100%;
        height: auto;
    }
    
    .aboutUsPageFooter .text {
        float: none;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .aboutUsPageFooter .text p {
        font-size: 14px;
        line-height: 1.8;
    }
    
    .aboutUsPageFooter .text p span {
        font-size: 24px;
        margin: 20px 0;
    }
    
    /* 在线商城页面 */
    .productPage {
        padding: 40px 0;
    }
    
    .productSort {
        padding: 0 20px;
    }
    
    .productSortChange {
        float: none;
        margin-bottom: 30px;
        width: 100%;
    }
    
    .productSortChange .indexTitle {
        float: none;
        text-align: center;
    }
    
    .productMenu {
        float: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    
    .productMenu dd {
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 10px;
    }
    
    .productMenu dd a {
        padding: 8px 16px;
        font-size: 14px;
    }
    
    .productMenu dd .text {
        font-size: 14px;
    }
    
    .productList {
        padding: 0 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 12px;
        margin-right: 0;
    }

    .productList dd {
        width: calc(50% - 6px);
        float: none;
        padding: 0;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    .productList dd a {
        margin-right: 0;
    }
    
    .productList dd:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    .productList dd a .picC {
        padding: 0;
    }
    
    .productList dd a .picC .pic {
        overflow: hidden;
        position: relative;
    }
    
    .productList dd a .picC .pic::before {
        content: '';
        display: block;
        padding-top:100%;
    }
    
    .productList dd a .picC .pic .picImg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f8f8f8;
    }
    
    .productList dd a .picC .pic .picImg img {
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        object-position: center center;
        transition: transform 0.3s ease;
    }
    
    .productList dd:hover a .picC .pic .picImg img {
        transform: scale(1.02);
    }
    
    .productList dd a .text {
        font-size: 12px;
        line-height: 1.4;
        padding: 8px 8px 6px;
        height: auto;
        min-height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        flex: 1;
    }
    
    .productList dd a .jiage {
        font-size: 12px;
        padding: 6px 8px 10px;
        border-top: 1px solid #f0f0f0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .productList dd a .jiage span {
        font-size: 14px;
        font-weight: bold;
        color: #f44336;
    }
    
    .productList dd a .jiage em {
        font-size: 10px;
        background-color: #9c1f23;
        color: #fff;
        padding: 3px 6px;
        border-radius: 10px;
        transition: all 0.3s ease;
    }
    
    .productList dd:hover a .jiage em {
        background-color: #d32f2f;
        transform: scale(1.02);
    }
    
    /* 分页 */
    .page {
        text-align: center;
        padding: 30px 0;
    }
    
    .page a {
        display: inline-block;
        margin: 0 5px;
        padding: 6px 12px;
        font-size: 14px;
    }
    
    .page a.firstPage,
    .page a.prevPage,
    .page a.nextPage,
    .page a.lastPage {
        width: 30px;
        height: 30px;
        padding: 0;
    }
    
    .page a.hover {
        background: #9c1f23;
        color: #fff;
    }
    
    /* 高端定制页面 */
    .zsjmColumn3 {
        padding: 40px 0;
    }
    
    .zsjmTitle {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .zsjmTitle .title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .zsjmTitle .titleEn {
        font-size: 14px;
        color: #666;
    }
    
    .zsjmColumn3Swiper.gddz {
        padding: 0 20px;
    }
    
    .zsjmColumn3Swiper .swiper-slide {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .zsjmColumn3Swiper .con {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    
    .zsjmColumn3Swiper .pic {
        width: 100%;
        height: 0;
        padding-top: 75%;
        position: relative;
    }
    
    .zsjmColumn3Swiper .pic img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .zsjmColumn3Swiper .text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.6);
        color: #fff;
        padding: 20px;
        text-align: center;
    }
    
    .zsjmColumn3Swiper .text .number {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 8px;
    }
    
    .zsjmColumn3Swiper .text .textC {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .zsjmColumn3Swiper .text span {
        display: inline-block;
        padding: 8px 20px;
        background: #9c1f23;
        color: #fff;
        border-radius: 20px;
        font-size: 14px;
        cursor: pointer;
    }
    
    .zsjmColumn3Swiper .text span:hover {
        background: #d32f2f;
    }
    
    /* 新闻资讯页面 */
    .newsBox {
        padding: 20px 0;
    }
    
    .newsContent {
        width: 94%;
        margin: 0 auto;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    
    .newsTitle {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .newsItem {
        flex-direction: column;
        padding: 20px 0;
    }
    
    .newsImage {
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .newsImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .newsInfo h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .newsDesc {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    
    .newsMeta {
        font-size: 12px;
    }
    
    .newsMeta span {
        margin-right: 15px;
    }
    
    .pagination {
        margin-top: 30px;
    }
    
    .pagination a {
        padding: 6px 12px;
        margin: 0 3px;
        font-size: 14px;
    }
    
    /* 新闻详情页 */
    .news-detail {
        padding: 20px 0;
    }
    
    .news-detail .newsContent {
        width: 94%;
        margin: 0 auto;
        padding: 20px;
    }
    
    .news-detail .newsTitle {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .news-detail .newsMeta {
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
    
    .news-detail .newsContent p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    
    .news-detail .newsContent img {
        max-width: 100%;
        height: auto;
        margin: 15px 0;
    }
    
    /* 联系我们页面 */
    .contactBox {
        padding: 20px 0;
    }
    
    .contactContent {
        width: 94%;
        margin: 0 auto;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    
    .contactTitle {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .contactInfo {
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    .contactLeft {
        flex: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .contactRight {
        width: 100%;
    }
    
    .contactItem {
        margin-bottom: 25px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .contactIcon {
        width: 50px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .contactIcon i {
        font-size: 20px;
    }
    
    .contactDetail {
        flex: none;
        width: 100%;
    }
    
    .contactDetail h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .contactDetail p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 6px;
    }
    
    .contactForm {
        padding: 20px;
    }
    
    .contactForm h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .formGroup {
        margin-bottom: 15px;
    }
    
    .formInput {
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .formTextarea {
        height: 120px;
        padding: 12px;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .submitBtn {
        height: 40px;
        font-size: 15px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .mapBox {
        margin-top: 30px;
    }
    
    .mapBox iframe {
        height: 300px;
    }
    
    /* 底部菜单 - 移动端横向显示 */
    .footerMM {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .footerMenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
        padding: 0 15px;
    }
    
    .footerMenu dd {
        float: none;
        width: calc(33.333% - 15px);
        margin-left: 0;
        margin-bottom: 20px;
        padding: 15px;
        box-sizing: border-box;
        text-align: left;
        background-color: #f9f9f9;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
    }
    
    .footerMenu dd:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    .footerMenu dd em {
        height: auto;
        line-height: 1.4;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }
    
    .footerMenu dd em a {
        font-size: 16px;
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .footerMenu dd em a:hover {
        color: #9c1f23;
    }
    
    .footerMenu dd span a {
        font-size: 14px;
        display: block;
        line-height: 1.6;
        margin-bottom: 6px;
        color: #666;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .footerMenu dd span a:hover {
        color: #9c1f23;
        padding-left: 5px;
    }
    
    .footerMR {
        float: none;
        width: 100%;
        text-align: left;
        padding: 0 15px;
    }
    
    .footerTitle {
        height: auto;
        line-height: 1.4;
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: bold;
        color: #333;
        padding-bottom: 10px;
        border-bottom: 2px solid #9c1f23;
        display: inline-block;
    }
    
    .footerWay dd {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        padding: 10px 0;
    }
    
    .footerWay dd .text {
        text-align: left;
        font-size: 14px;
    }
    
    /* chali页面 - 移动端适配 */
    .culturePageCon {
        padding: 30px 0 60px;
    }
    
    .culturePageCon .title {
        font-size: 20px !important;
        margin-bottom: 10px !important;
        line-height: 1.3 !important;
    }
    
    .culturePageCon .title:nth-child(2) {
        font-size: 16px !important;
        margin-bottom: 8px !important;
        line-height: 1.3 !important;
    }
    
    .culturePageCon .title:nth-child(3),
    .culturePageCon .title:nth-child(4) {
        font-size: 12px !important;
        margin-bottom: 4px !important;
        line-height: 1.4 !important;
    }
    
    .culturePageCMenu {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        gap: 3px !important;
        margin-bottom: 10px !important;
        padding: 0 5px !important;
        overflow-x: hidden !important;
    }
    
    .culturePageCMenu dd {
        flex: 1 !important;
        min-width: 40px !important;
        text-align: center !important;
        padding: 2px 4px !important;
        font-size: 6px !important;
        background: #f5f5f5 !important;
        border-radius: 8px !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
    }
    
    .culturePageCMenu dd:hover {
        background: #9c1f23 !important;
        color: #fff !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 2px 4px rgba(156,31,35,0.3) !important;
    }
    
    .culturePageCMenu dd.hover {
        background: #9c1f23 !important;
        color: #fff !important;
        box-shadow: 0 2px 4px rgba(156,31,35,0.3) !important;
    }
    
    .culturePageCMenu dd a {
        color: inherit !important;
        text-decoration: none !important;
        display: block !important;
        font-size: 6px !important;
        line-height: 12px !important;
        width: 100% !important;
        height: 12px !important;
    }
    
    .culturePageCMenu dd:hover a {
        color: #fff !important;
    }
    
    .culturePageCMenu dd.hover a {
        color: #fff !important;
    }
    
    .culturePageConTabC {
        padding: 0 15px;
    }
    
    .culturePageConTabC .textC {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    .culturePageConTabC .textC p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
    }
    
    .culturePageConTabC .textC p strong {
        font-size: 16px !important;
    }
    
    /* 定制中心样式 - 移动端 */
    .item_dingzhi_caidan {
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 15px;
    }
    
    .item_dingzhi_caidan li {
        flex: 1;
        min-width: 120px;
        padding: 15px;
    }
    
    .item_dingzhi_caidan li svg {
        width: 30px !important;
        height: 30px !important;
    }
    
    .item_dingzhi_caidan li i {
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }
    
    .item_dingzhi_caidan li p {
        font-size: 12px !important;
    }
    
    .dingzhi_info h3 {
        font-size: 20px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
        padding-bottom: 8px !important;
    }
    
    .dingzhi_info h4 {
        font-size: 16px !important;
        line-height: 1.4 !important;
        margin: 12px 0 !important;
    }
    
    .dingzhi_info p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 12px !important;
    }
    
    .dingzhi_info .hong_h4 {
        font-size: 18px !important;
        line-height: 40px !important;
        margin-top: 20px !important;
    }
    
    .hong_h4 span {
        font-size: 16px !important;
        margin-left: 8px !important;
    }
    
    .baojia_ul {
        margin: 0 -10px;
    }
    
    .baojia_ul li {
        flex: 0 0 46%;
        max-width: 46%;
        margin: 10px;
    }
    
    .baojia_ul li h4 {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }
    
    .baojia_ul li p {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    
    .baojia_ul li h6 {
        font-size: 14px !important;
    }
    
    .flex_box {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .flex_box img {
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
        max-height: none !important;
    }
    
    .flex_box div {
        width: 100%;
    }
    
    .baozhuang_ul {
        margin: 0 -5px;
    }
    
    .baozhuang_ul li {
        width: 48%;
        margin: 1%;
        min-width: 120px;
    }
    
    .baozhuang_ul li h6 {
        font-size: 14px !important;
    }
    
    .jingbaozhuang li {
        min-width: 150px;
    }
    
    .liucheng_ul {
        flex-direction: column;
        align-items: center;
    }
    
    .liucheng_ul li {
        flex: none;
        width: 100%;
        max-width: 200px;
        margin: 15px 0;
    }
    
    .liucheng_ul li i {
        font-size: 20px !important;
        margin-bottom: 8px !important;
    }
    
    .wudachangqu {
        width: 100%;
        float: none;
    }
    
    /* 其他页面通用移动端样式 */
    .culturePage {
        padding: 20px 0;
    }
    
    .culturePageC {
        width: 96%;
        margin: 0 auto;
    }
    
    .culturePageC .title {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }
    
    .culturePageC .titleCn {
        font-size: 28px !important;
    }
    
    .culturePageC .titleEg {
        font-size: 14px !important;
    }
    
    .culturePageC .textC {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    .culturePageC .textC p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
    }
    
    .culturePageC .textC img {
        max-width: 100% !important;
        height: auto !important;
        margin: 15px auto !important;
    }
    

    
    /* 移动端菜单按钮样式优化 */
    .mobile-menu-btn {
        display: none !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        cursor: pointer;
        z-index: 1001;
    }
    
    .mobile-menu-btn span {
        display: block;
        width: 24px;
        height: 2px;
        background: #333;
        margin: 3px 0;
        transition: all 0.3s ease;
    }
    
    .mobile-menu-btn.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .mobile-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-menu-btn.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    /* 新闻资讯 */
    .column4 {
        padding: 40px 0;
    }
    
    .column4 .commonTop {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .column4 .commonTop .indexTitle {
        float: none;
        text-align: center;
    }
    
    .column4 .commonTop .commonMore {
        float: none;
        margin-top: 15px;
    }
    
    .column4Swiper {
        margin: 0 -10px;
    }
    
    .column4Swiper .swiper-slide {
        width: 100%;
        padding: 10px;
    }
    
    .column4Swiper .swiper-slide .con {
        margin: 0;
    }
    
    .column4Swiper .swiper-slide .title a {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .column4Swiper .swiper-slide .title p {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
    }
    
    .column4Swiper .swiper-slide .time {
        height: auto;
        line-height: 1.5;
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .column4Swiper .swiper-slide .more {
        width: 40px;
        height: 40px;
        transform: none;
    }
    
    /* 底部 */
    .footer {
        padding: 40px 0 20px;
    }
    
    .footerEwmDl {
        flex-wrap: wrap;
    }
    
    .footerEwmDl dd {
        width: 50%;
        padding: 15px 0;
    }
    
    .footerEwmDl dd .text {
        font-size: 16px;
        height: auto;
        line-height: 1.4;
    }
    
    .footerEwmUl {
        width: 90%;
        left: 5%;
        top: -180px;
    }
    
    .footerM {
        padding: 30px 0;
        display: flex;
        flex-direction: column;
    }
    
    .footerMR {
        order: 1;
        float: none;
        width: 100%;
        text-align: center;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    
    .footerMenu {
        display: none;
    }
    
    .footerMenu img {
        display: none;
    }
    
    .footerMenu dd {
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 0;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        flex: 1;
        min-width: 80px;
    }
    
    .footerMenu dd em {
        height: auto;
        line-height: 1.4;
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        display: block;
    }
    
    .footerMenu dd em a {
        font-size: 14px;
        text-align: center;
        display: block;
    }
    
    .footerMenu dd span {
        display: block;
        text-align: center;
    }
    
    .footerMenu dd span a {
        font-size: 12px;
        display: block;
        line-height: 1.4;
        margin-bottom: 3px;
        text-align: center;
    }
    
    .footerML {
        order: 2;
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .footerTitle {
        height: auto;
        line-height: 1.4;
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: bold;
        text-align: left;
    }
    
    .footerWay {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .footerWay dd {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        padding: 10px 0;
        width: 100%;
    }
    
    .footerWay dd .icon {
        float: none;
        width: 35px;
        height: 35px;
        margin-right: 10px;
        margin-bottom: 0;
    }
    
    .footerWay dd .icon span {
        width: 35px;
        height: 35px;
        background-size: 35px;
    }
    
    .footerWay dd .title,
    .footerWay dd .text {
        float: none;
        line-height: 1.5;
        font-size: 14px;
        text-align: left;
    }
    
    .footerMM {
        display: none;
    }
    
    .footerLogo {
        display: none;
    }
    
    .footerLogo img {
        display: none;
    }
    
    .friendCopyRight {
        height: auto;
        line-height: 1.8;
        padding: 20px 0;
        text-align: center;
    }
    
    .friendCopyRight .conL {
        float: none;
    }
    
    .friendCopyRight .conL span {
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
    }
    
    .friendCopyRight .conL a {
        display: inline-block;
        margin: 5px 8px;
        padding: 0;
        font-size: 13px;
    }
    
    .friendCopyRight .conL a::before {
        display: none;
    }
    
    .friendCopyRight .conR {
        float: none;
        margin-top: 15px;
    }
    
    /* 新闻页面 - 手机版 */
    .h100 {
        height: 2px !important;
    }
    
    .newsBox {
        padding: 20px 0 !important;
    }
    
    .newsContent {
        width: 90% !important;
        padding: 20px !important;
        margin: 0 auto !important;
    }
    
    .newsTitle {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
        font-size: 20px !important;
        text-align: center !important;
    }
    
    .newsItem {
        flex-direction: column !important;
        padding: 20px 0 !important;
    }
    
    .newsImage {
        width: 100% !important;
        height: 200px !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    
    .newsInfo {
        width: 100% !important;
    }
    
    .newsInfo h3 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    
    .newsDesc {
        font-size: 13px !important;
        margin-bottom: 15px !important;
    }
    
    .newsMeta span {
        margin-right: 10px !important;
        font-size: 11px !important;
    }
    
    .pagination a {
        padding: 6px 12px !important;
        margin: 0 3px !important;
        font-size: 12px !important;
    }
    
    /* 联系我们页面 - 手机版 */
    .contactContent {
        width: 90% !important;
        padding: 20px !important;
        margin: 0 auto !important;
    }
    
    .contactTitle {
        font-size: 20px !important;
        margin-bottom: 30px !important;
    }
    
    .contactInfo {
        flex-direction: column !important;
    }
    
    .contactLeft {
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }
    
    .contactRight {
        width: 100% !important;
    }
    
    .contactItem {
        margin-bottom: 30px !important;
    }
    
    .contactIcon {
        width: 50px !important;
        height: 50px !important;
        margin-right: 15px !important;
    }
    
    .contactIcon i {
        font-size: 20px !important;
    }
    
    .contactDetail h3 {
        font-size: 14px !important;
        margin-bottom: 5px !important;
    }
    
    .contactDetail p {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    
    /* 定制页面选项卡菜单 - 手机版 */
    .item_dingzhi_caidan {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: hidden !important;
        white-space: nowrap !important;
        padding: 0 5px !important;
        gap: 5px !important;
        margin: 0 !important;
        justify-content: space-between !important;
    }
    
    .item_dingzhi_caidan li {
        flex: 1 !important;
        min-width: 60px !important;
        padding: 5px 3px !important;
        text-align: center !important;
    }
    
    .item_dingzhi_caidan li svg {
        width: 20px !important;
        height: 20px !important;
    }
    
    .item_dingzhi_caidan li p {
        font-size: 8px !important;
        margin: 3px 0 0 0 !important;
        line-height: 1 !important;
    }
    
    .item_dingzhi_caidan li.active p {
        font-size: 8px !important;
    }
    
    /* 定制页面内容 - 手机版 */
    .info_wrap {
        padding: 0 15px !important;
    }
    
    .info_wrap h3 {
        font-size: 18px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    
    .zsjmColumn2Dl {
        padding: 0 15px !important;
    }
    
    .zsjmColumn2Dl dd {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    
    .zsjmColumn2Dl dd .con {
        padding: 20px 15px !important;
    }
    
    .zsjmColumn2Dl dd .text .tableCell {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    
    /* 定制页面上方按钮 - 手机版 */
    .culturePageConTabC .type_item .flex_box button {
        font-size: 12px !important;
        padding: 8px 12px !important;
        margin: 5px !important;
        min-width: 80px !important;
    }
    
    /* 定制页面下方按钮 - 手机版 */
    .baozhuang_ul li {
        min-width: 100px !important;
        width: 20% !important;
        margin: 2px !important;
    }
    
    .baozhuang_ul li h6 {
        font-size: 10px !important;
    }
    
    .jingbaozhuang li {
        min-width: 120px !important;
    }
    
    /* 定制流程页面按钮 - 手机版 */
    .dingzhi_flow .flex_box {
        flex-direction: column !important;
    }
    
    .dingzhi_flow .flex_box img {
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    
    /* 定制页面顶部按钮 - 手机版 */
    .culturePageCMenu {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        padding: 0 5px !important;
        gap: 5px !important;
        margin: 0 !important;
        justify-content: flex-start !important;
    }
    
    .culturePageCMenu dd {
        flex: 0 0 auto !important;
        min-width: 40px !important;
        margin: 0 !important;
        text-align: center !important;
    }
    
    .culturePageCMenu dd a {
        font-size: 6px !important;
        padding: 3px 6px !important;
        display: block !important;
        border-radius: 8px !important;
        background-color: #f5f5f5 !important;
        color: #333 !important;
        line-height: 1.1 !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    
    .culturePageCMenu dd.hover a {
        background-color: #9c1f23 !important;
        color: #fff !important;
    }
    
    /* 定制页面容器 - 手机版 */
    .culturePageCon {
        padding: 0 5px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .culturePageConTabC {
        padding: 0 5px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .item_dingzhi_info {
        padding: 0 5px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .info_wrap {
        padding: 0 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .culturePageCon .title {
        font-size: 24px !important;
        text-align: center !important;
        margin-top: 60px !important;
        position: relative !important;
        z-index: 1 !important;
    }
    
    .culturePageCon .title + .title {
        font-size: 16px !important;
        margin-bottom: 20px !important;
        position: relative !important;
        z-index: 1 !important;
    }
    
    /* 商品详情页 - 手机版 */
    .productDetailBox {
        padding: 20px 0 !important;
    }
    
    .productDetailContent {
        width: 95% !important;
        padding: 20px !important;
        margin: 0 auto !important;
    }
    
    .productDetailMain {
        flex-direction: column !important;
    }
    
    .productImages {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
    
    .productDetails {
        width: 100% !important;
    }
    
    .productTitle {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }
    
    .productPrice {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }
    
    .productAttr {
        margin-bottom: 20px !important;
    }
    
    .attrItem {
        margin-bottom: 10px !important;
    }
    
    .attrLabel {
        width: 60px !important;
        font-size: 12px !important;
    }
    
    .attrValue {
        font-size: 12px !important;
    }
    
    .productQuantity {
        margin-bottom: 20px !important;
    }
    
    .quantityLabel {
        width: 60px !important;
        font-size: 12px !important;
    }
    
    .quantityBtn {
        width: 24px !important;
        height: 24px !important;
        line-height: 24px !important;
    }
    
    .quantityInput {
        width: 48px !important;
        height: 24px !important;
    }
    
    .productActions {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .buyBtn, .addCartBtn {
        padding: 10px 20px !important;
        font-size: 14px !important;
        text-align: center !important;
    }
    
    /* 新闻详情页 - 手机版 */
    .newsDetailBox {
        padding: 20px 0 !important;
    }
    
    .newsDetailContent {
        width: 95% !important;
        padding: 20px !important;
        margin: 0 auto !important;
    }
    
    .newsDetailTitle {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }
    
    .newsDetailMeta {
        margin-bottom: 20px !important;
        font-size: 12px !important;
    }
    
    .newsDetailContent p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
    }
    
    .newsDetailContent img {
        max-width: 100% !important;
        height: auto !important;
        margin: 15px 0 !important;
    }
}






/* ---------- 小屏幕手机适配 - 小于600px ---------- */
@media screen and (max-width: 600px) {
    .indexBannerBox::before {
        padding-top:70%;
    }
    
    .indexTitle .title {
        font-size: 22px;
    }
    
    .column1Intro {
        font-size: 16px;
    }
    
    .column1Infor {
        font-size: 13px;
    }
    
    /* ========== 首页产品中心 - 手机版单列布局 ========== */
    .indexColumn2Table {
        padding: 0 10px !important;
    }

    .indexColumn2Swiper .swiper-wrapper {
        display: block !important;
    }

    .indexColumn2Swiper .swiper-slide {
        width: 100% !important;
        padding: 0 0 12px 0 !important;
        margin-right: 0 !important;
        float: none !important;
    }

    .indexColumn2Swiper .swiper-slide .con {
        margin: 0 !important;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .indexColumn2Swiper .swiper-slide .picBox {
        padding: 10px;
    }

    .indexColumn2Swiper .swiper-slide .pic {
        position: relative;
        overflow: hidden;
        border-radius: 6px;
    }

    .indexColumn2Swiper .swiper-slide .pic::before {
        content: '';
        display: block;
        padding-top: 75%;
    }

    .indexColumn2Swiper .swiper-slide .pic .cpImg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

    .indexColumn2Swiper .swiper-slide .pic .cpImg img {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain;
    }

    .indexColumn2Swiper .swiper-slide .text {
        font-size: 14px !important;
        line-height: 1.5 !important;
        padding: 8px 10px 4px !important;
        height: auto !important;
        min-height: auto !important;
        max-height: 44px;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
    }

    .indexColumn2Swiper .swiper-slide .jiage {
        padding: 8px 10px 10px !important;
        font-size: 12px;
        border-top: 1px solid #f0f0f0;
        margin-top: 4px;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 6px;
    }

    .indexColumn2Swiper .swiper-slide .jiage span {
        font-size: 18px !important;
        font-weight: bold;
        color: #c00;
    }

    /* 立即购买按钮 - 全面缩小适配 */
    .indexColumn2Swiper .swiper-slide .jiage em {
        font-size: 11px !important;
        padding: 4px 10px !important;
        border-radius: 6px !important;
        white-space: nowrap;
        float: none !important;
        display: inline-block !important;
        font-style: normal;
        background-color: #9c1f23 !important;
        color: #fff !important;
    }

    /* 查看更多按钮区 - 小屏优化 */
    .indexColumn2SwiperHandl {
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding: 15px 10px !important;
        gap: 10px;
    }

    .commonMore {
        width: 110px !important;
        height: 34px !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .commonMore a {
        line-height: 34px !important;
        font-size: 12px !important;
        display: block;
        text-align: center;
    }

    /* 产品中心左右箭头 - 手机端隐藏 */
    .indexColumn2SwiperPrev,
    .indexColumn2SwiperNext {
        display: none !important;
    }

    .footerEwmDl dd {
        width: 100%;
    }
    
    .zsjmColumn2Dl dd .con {
        padding: 20px 15px;
    }
    
    /* 首页顶部介绍区域 - 小屏幕适配 */
    .aboutUsPageTop {
        padding: 30px 0 !important;
    }
    
    .aboutUsPageTop > div {
        padding: 0 15px !important;
        box-sizing: border-box !important;
        max-width: 100% !important;
    }
    
    .aboutUsPageTop h2 {
        font-size: 18px !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }
    
    .aboutUsPageTop > div > div:last-child {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }
    
    /* 定制页面选项卡菜单 - 小屏幕手机 */
    .item_dingzhi_caidan li {
        min-width: 50px !important;
        padding: 3px 2px !important;
    }
    
    .item_dingzhi_caidan li svg {
        width: 18px !important;
        height: 18px !important;
    }
    
    .item_dingzhi_caidan li p {
        font-size: 7px !important;
    }
    
    /* 定制页面上方按钮 - 小屏幕手机 */
    .culturePageConTabC .type_item .flex_box button {
        font-size: 10px !important;
        padding: 6px 8px !important;
        margin: 3px !important;
        min-width: 70px !important;
    }
    
    /* 定制页面下方按钮 - 小屏幕手机 */
    .baozhuang_ul li {
        min-width: 80px !important;
        width: 20% !important;
    }
    
    .baozhuang_ul li h6 {
        font-size: 8px !important;
    }
    
    .jingbaozhuang li {
        min-width: 100px !important;
    }
    
    /* 定制页面顶部按钮 - 小屏幕手机 */
    .culturePageCMenu {
        gap: 5px !important;
        padding: 0 5px !important;
    }
    
    .culturePageCMenu dd {
        min-width: 70px !important;
    }
    
    .culturePageCMenu dd a {
        font-size: 10px !important;
        padding: 6px 8px !important;
    }
    
    .culturePageCon .title {
        font-size: 20px !important;
    }
    
    .culturePageCon .title + .title {
        font-size: 14px !important;
    }
    
    /* ========== 商品详情页 - 手机版补充样式 ========== */
    /* 商品详情页整体区域 */
    .column1.baibg {
        padding-bottom: 20px;
    }
    
    /* 面包屑导航 - 超长时滚动 */
    .breadcrumb {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
        font-size: 12px;
        scrollbar-width: none;
    }
    
    .breadcrumb::-webkit-scrollbar {
        display: none;
    }
    
    /* 商品详情tab内容 */
    .goodsDetailTab .tabContent {
        padding: 15px;
        min-height: 200px;
    }
    
    .goodsDetailTab .tabContent img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    .goodsDetailTab .tabItem {
        font-size: 14px;
        line-height: 1.8;
        word-break: break-word;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .goodsDetailTab .tabItem * {
        max-width: 100% !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .goodsDetailTab .tabItem img {
        max-width: 100% !important;
        height: auto !important;
        margin: 15px 0;
        border-radius: 6px;
    }

    .goodsDetailTab .tabItem p {
        margin-bottom: 15px;
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .goodsDetailTab .tabItem ul,
    .goodsDetailTab .tabItem ol {
        padding-left: 20px;
        margin: 15px 0;
    }

    .goodsDetailTab .tabItem li {
        margin-bottom: 8px;
        line-height: 1.8;
    }

    .goodsDetailTab .tabItem h2,
    .goodsDetailTab .tabItem h3 {
        margin: 20px 0 12px;
        line-height: 1.4;
    }

    .goodsDetailTab .tabItem table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
        -webkit-overflow-scrolling: touch;
    }

    .goodsDetailTab .tabItem pre,
    .goodsDetailTab .tabItem code {
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
        overflow-x: auto;
    }
    
    /* 规格选项 - 横向滚动 */
    .specOptions {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px;
    }
    
    .specOption {
        flex-shrink: 0;
        white-space: nowrap;
    }
    
    /* 立即购买按钮 - 全宽显示 */
    .goodsBuy {
        flex-direction: column !important;
        gap: 12px !important;
        align-items: stretch !important;
    }
    
    .buyBtn {
        width: 100% !important;
        height: 44px !important;
        font-size: 16px !important;
    }
    
    /* 保障标签 */
    .guaranteeList {
        gap: 12px;
    }
    
    .guaranteeItem {
        font-size: 12px;
    }

    /* ========== 手机版顶部导航隐藏（保留Logo） ========== */
    .header {
        display: none !important;
    }
    .top {
        position: relative;
        min-height: auto;
        padding: 3px 0 !important;
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
    }
    .top .wrap {
        position: static;
        height: auto !important;
        min-height: auto !important;
        padding: 0 !important;
    }
    .topC {
        position: static !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
        margin: 0 !important;
        background: #fff;
        height: auto !important;
    }
    .logo-container {
        display: block !important;
        padding: 0 !important;
    }
    .logo-container .logo {
        margin: 0 !important;
        padding: 0 !important;
    }
    .logo-container .logo img {
       
        width: auto !important;
        display: block;
    }
    .menuDl,
    .topR,
    .mobile-menu-btn {
        display: none !important;
    }
    .topL {
        display: none !important;
    }

    /* ========== 手机版底部固定导航栏 ========== */
    .mobile-bottom-nav {
        display: flex !important;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        padding: 6px 0;
        padding-bottom: calc(6px + env(safe-area-inset-bottom));
    }

    .mobile-bottom-nav .nav-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #666;
        padding: 4px 0;
        transition: color 0.2s;
    }

    .mobile-bottom-nav .nav-item:active {
        background: rgba(0, 0, 0, 0.05);
    }

    .mobile-bottom-nav .nav-icon {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 3px;
    }

    .mobile-bottom-nav .nav-text {
        font-size: 11px;
        line-height: 1.2;
    }

    .mobile-bottom-nav .nav-item.active {
        color: #1a6b3c;
    }

    .mobile-bottom-nav .nav-item.active .nav-text {
        font-weight: 600;
    }

    /* 为底部导航栏预留底部空间 */
    body {
        padding-bottom: 60px;
    }
}
