/* 移动端导航菜单 */
.mobile-nav {
    display: none;
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 9999 !important;
     /* 关键属性：强制 GPU 加速，提高层级 */
    transform: translate3d(0, 0, 9999px);
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 9999px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-nav.active {
    display: flex;
}

.mobile-nav ul {
    width: 100%;
    list-style: none;
    padding: 20px;
    margin: 0;
}

.mobile-nav li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.m-b-24{
    margin-bottom: 24px;
}
.mobile-nav a {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    color: #777777;
    line-height: 22px;
    text-decoration: none;
}
.mobile-nav a.active {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    line-height: 22px;
    text-decoration: none;
}
.mobile-nav i{
    width: 8px;
    height: 8px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
}
/* 针对安卓浏览器的hack */
@supports (-webkit-touch-callout: none) {
    video {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
}
iframe {
    position: relative;
    z-index: 1;
}
/* 新的移动端设计 */
.mobile-only {
    display: none;
}
@media screen and (max-width: 768px) {
    /* 隐藏现有结构 */
    .web-only {
        display: none !important;
    }
    
    /* 显示移动端专属结构 */
    .mobile-only {
        display: block;
    }
    
    /* 移动端头部 */
    .mobile-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 52px;
        background: #7B482F;
        z-index: 1000;
    }
    
    .mobile-header-content {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .mobile-menu-btn{
        font-size: 24px;
        color: #fff;
        background: none;
        border: none;
        cursor: pointer;
        display: none;
    }
    .mobile-menu-btn.active{
        display: flex;
    }
    .close-nav {
        color: #fff;
        font-size: 24px;
        background: none;
        border: none;
        cursor: pointer;
        display: none;
    }
    .close-nav.active{
        display: flex;
    }
    .mobile-logo {
        width: 76px;
        height: 30px;
    }
    /* 移动端底部 */
    .mobile-footer {
        width: 100%;
        background: #463E39;
        padding-top:19px;
        padding-bottom: 24px;
    }
    
    .mobile-footer-content {
        width: 88%;
        margin: 0 auto;
    }
    
    .mobile-footer-contact {
        width: 85%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 33px;
    }
    
    .mobile-footer-qr {
        width: 108px;
        height: 108px;
    }
    
    .mobile-footer-info {
        text-align: left;
    }
    .mobile-footer-info-title{
        font-weight: 400;
        font-size: 13px;
        color: #FFFFFF;
        line-height: 26px;
    }
    .mobile-footer-phone {
        font-weight: 600;
        font-size: 13px;
        color: #FFFFFF;
        line-height: 26px;
    }
    .mobile-footer-copyright {
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 16px;
        text-align: center;
    }
    .m-b-3{
        margin-bottom: 3px;
    }
    .flex{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer_Police{
        width: 12px;
        height: 12px;
        margin-right: 6px;
        margin-left: 4px;
    }
    /* 移动端 banner */
    #mobile-banner {
        margin-top: 52px;
        position: relative;
        width: 100%;
        height:100%;
        z-index: 1 !important;
    }
    #mobile_home_video{
        margin-top: 52px;
        position: relative;
        width: 100%;
        height:100%;
        z-index: 1 !important;
    }
    .mobile_video_banner{
        width: 100%; 
        height: 100%; 
        position: relative;
        z-index: 1;
        object-fit: contain;
        display: block;
        z-index: 1 !important;
    }
    .mobile_video_banner_index{
        width: 100%; 
        height: 100%; 
        position: relative;
        z-index: 1;
        object-fit: contain;
        display: none;
        z-index: 1 !important;
    }
    .mobile_video_banner_index.active{
        display: block;
    }
    .mobile_img_banner{
        width: 100%; 
        height: 100%; 
        position: relative;
        z-index: 1;
        object-fit: contain;
        display: none;
    }
    .mobile_img_banner.active{
        display: block;
    }
    .mobile_banner_other{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        bottom:30px;
        left: 0;
        z-index: 13;
    }
    .mobile_banner_ch_title{
        font-weight: 600;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 21px;
        text-align: center;
        margin-bottom: 2px;
    }
    .mobile_banner_en_title{
        font-weight: 700;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 32px;
        letter-spacing: 1px;
        text-align: center;
        margin-bottom: 5px;
    }
    .mobile_banner_small_title{
        font-weight: 400;
        font-size: 10px;
        color: #FFFFFF;
        line-height: 13px;
        text-align: center;
    }
    .mobile_banner_small_entitle{
        font-weight: 400;
        font-size: 9px;
        color: #FFFFFF;
        line-height: 12px;
        text-align: center;
    }
    .mobile_toggleSound {
        padding: 10px 10px;
        background: rgba(0, 0, 0, 0.4);
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 12px;
        position: absolute;
        bottom: 10px;
        right: 20px;
        z-index: 999;
    }
    /* 移动端打电话按钮 */
    .mobile_call_phone{
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #76432E;
        border: 1px solid rgba(255,255,255,0.22);
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 500px;
        left: 7px;
        z-index: 999;
    }
    .mobile_call_phone_icon{
        width: 24px;
        height: 24px;
    }
    /*首页- 服务类别 */
    .mobile-service-categories {
        height: 100%;
        width: 100%;
        background: url('../asset/home_mobile/mobile-service-categories.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin-bottom: 30px;
    }
    
    .mobile-categories-container {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding-top: 78px;
        padding-bottom: 76px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile-categories-item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile-categories-icon{
        width: 20px;
        height: 20px;
        margin-bottom: 8px;
    }
    .mobile-categories-title{
        font-weight: 600;
        font-size: 15px;
        color: #422B22;
        line-height: 20px;
        text-shadow: 0px 1px 6px rgba(255,255,255,0.34);
        text-align: center;
        margin-bottom: 2px;
    }
    .mobile-categories-title-en{
        font-weight: 350;
        font-size: 12px;
        color: rgba(67,44,32,0.67);
        line-height: 16px;
        text-align: center;
    }
    .mobile-categories-line{
        width: 193px;
        height: 0px;
        border-bottom: 1px dashed rgba(67,44,32,0.4);
        margin-top: 16px;
    }
    .m-b-20{
        margin-bottom: 20px;
    }
    /*首页- 服务项目 */
    .mobile-home-services {
        width: 100%;
        padding-bottom: 24px;
    }
    
    .mobile-home-service-item {
        width: 88%;
        margin: 0 auto;
    }
    .mobile-home-services .mobile-service-title-box{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
    }
    .mobile-home-services .mobile-service-title {
        font-weight: 600;
        font-size: 18px;
        color: #252525;
        line-height: 24px;
    }
    .mobile-home-services .mobile-service-titlebox-left{
        display: flex;
        align-items: center;
        padding-bottom: 6px;
        border-bottom: 1px solid #D8D8D8;
    }
    .mobile-home-services .mobile-service-title-circle{
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: linear-gradient( 90deg, #E1D3C5 0%, rgba(225,211,197,0) 100%);
    }
    .mobile-home-services .mobile-service-title-number{
        font-weight: 400;
        font-size: 13px;
        color: #763B1B;
        line-height: 17px;
        text-align: center;
        margin-left: -25px;
        margin-right: 8px;
    }
    .mobile-service-titlebox-right{
        width: 20px;
        height: 20px;
    }
    .mobile-home-services .mobile-service-desc {
        font-weight: 400;
        font-size: 12px;
        color: #333333;
        line-height: 26px;
        margin-bottom: 12px;
    }
    
    .mobile-service-image {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .m-b-30{
        margin-bottom: 30px;
    }
    
    /*首页- 革命部分 */
    .mobile-home-revolution {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 36px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: url('../asset/home_mobile/mobile-home-revolution-bg.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .mobile-home-revolution-image{
        width: 158px;
        height: 92px;
        margin-bottom: 29px;
    }
    .mobile-home-revolution-title {
        font-weight: 700;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 28px;
        text-align: center;
        margin-bottom: 24px;
    }
    .mobile-home-revolution-box{
        margin-bottom: 36px;
    }
    .mobile-home-revolution-english{
        font-weight: 700;
        font-size: 29px;
        color: rgba(255,255,255,0.14);
        line-height: 32px;
        letter-spacing: 3px;
        text-align: center;
    }
    .mobile-home-revolution-chinese{
        font-weight: 600;
        font-size: 15px;
        color: #FFFFFF;
        line-height: 32px;
        text-align: center;
        margin-top: -32px;
        z-index: 1;
    }
    .mobile-home-revolution-subtitle {
        font-weight: 400;
        font-size: 13px;
        color: #FFFFFF;
        line-height: 26px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    /* 品牌-今生往事 */
    .mobile_brand_Subject{
        width: 100%;
        background: #ffffff;
        padding-top: 15px;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile_brand_Subject_titlebox{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 28px;
    }
    .mobile_brand_Subject_title{
        font-weight: 700;
        font-size: 58px;
        color: rgba(238,238,238,0.7);
        line-height: 77px;
        letter-spacing: 2px;
        text-align: center;
    }
    .mobile_brand_Subject_titleEn{
        font-weight: 700;
        font-size: 20px;
        color: #252525;
        line-height: 26px;
        text-align: center;
        margin-top: -52px;
    }
    .mobile_brand_Subject_content{
        font-weight: 400;
        font-size: 12px;
        color: #666666;
        line-height: 22px;
        text-align: center;
    }
    /* 品牌-我们的故事 */
    .mobile_brand_story{
        width: 100%;
        background: #F5F5F5;
        padding-top: 24px;
        padding-bottom: 20px;
    }
    .mobile_brand_story_banxin{
        width: 88%;
        margin: 0 auto;
    }
    .mobile_brand_story_tag{
        width: 80px;
        height: 28px;
        border: 1px solid #763B1B;
        font-weight: 600;
        font-size: 11px;
        color: #252525;
        line-height: 28px;
        text-align: center;
        margin-bottom: 8px;
    }
    .mobile_brand_story_title{
        font-weight: 700;
        font-size: 16px;
        color: #252525;
        line-height: 26px;
        text-align: left;
        margin-bottom: 8px;
    }
    .mobile_brand_story_line{
        width: 27px;
        height: 2px;
        background: #76432E;
        border-radius: 31px;
        margin-bottom: 16px; 
    }
    .mobile_brand_story_Stitle{
        font-weight: 400;
        font-size: 13px;
        color: #333333;
        line-height: 26px;
        text-align: left;
        z-index: 1;
    }
    .mobile_brand_story_Illustration{
        width: 100%;
        height: 100%;
        margin-top: -20px;
    }
    .mobile_brand_story_content{
        width: 88%;
        margin: 0 auto;
        font-weight: 400;
        font-size: 13px;
        color: #333333;
        line-height: 26px;
        text-align: left;
    }
    /* 品牌-精神底色 */
    .mobile_brand_Spirit_item{
        width: 100%;
        min-height: 274px;
        box-sizing: border-box;
        padding-top: 7%;
        padding-bottom: 6%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .mobile_brand_Spirit_item_banxin{
        width: 88%;
        margin: 0 auto;
    }
    .mobile_brand_Spirit_item_tag{
        width: 80px;
        height: 28px;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #763B1B;
        font-weight: 400;
        font-size: 13px;
        color: #763B1B;
        line-height: 28px;
        text-align: center;
        margin-bottom: 16px;
    }
    .mobile_brand_Spirit_item_title{
        font-weight: 600;
        font-size: 16px;
        color: #252525;
        line-height: 26px;
        text-align: left;
        margin-bottom: 2px;
    }
    .mobile_brand_Spirit_item_titleE{
        font-weight: 400;
        font-size: 12px;
        color: #777777;
        line-height: 16px;
        text-align: left;
        margin-bottom: 12px;
    }
    .mobile_brand_Spirit_item_line{
        width: 27px;
        height: 2px;
        background: #76432E;
        border-radius: 31px;
        margin-bottom: 24px; 
    }
    .mobile_brand_Spirit_item_content{
        font-weight: 400;
        font-size: 13px;
        color: #333333;
        line-height: 26px;
        text-align: left;
    }
    .mobile_brand_Spirit_peitu{
        width: 100%;
        height: 100%;
    }
    .mobile_brand_Spirit_other{
        width: 100%;
        min-height: 307px;
        background-image: url('../asset/brand_mobile/mobile_brand_Spirit_item5.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding-top: 30px;
    }
    .mobile_brand_Spirit_other_banxin{
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mobile_brand_Spirit_other_item{
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .mobile_brand_Spirit_other_icon{
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
    }
    .mobile_brand_Spirit_other_title{
        font-weight: 700;
        font-size: 16px;
        color: #763B1B;
        line-height: 28px;
        text-align: center;
        margin-bottom: 2px;
    }
    .mobile_brand_Spirit_other_line{
        width: 27px;
        height: 2px;
        background: #763B1B;
        border-radius: 31px;
        margin-bottom: 8px; 
    }
    .mobile_brand_Spirit_other_content{
        font-weight: 400;
        font-size: 13px;
        color: #252525;
        line-height: 22px;
        margin-bottom: 1px;
    }
    .mobile_brand_Spirit_other_Etitle{
        font-weight: 400;
        font-size: 12px;
        color: #777777;
        line-height: 16px;
        text-align: center;
    }
    /* 品牌-服务核心 */
    .mobile_brand_serve{
        width: 100%;
        margin-bottom: 17px;
    }
    .mobile_brand_serve_item{
        width: 94%;
        margin: 0 auto;
        min-height: 349px;
        background: #FFFFFF;
        border-radius: 12px 12px 12px 12px;
        border: 1px solid rgba(153,153,153,0.6);
        box-sizing: border-box;
        padding: 20px;
        margin-bottom: 12px;
    }
    .mobile_brand_serve_item_tite{
        font-weight: 700;
        font-size: 16px;
        color: #252525;
        line-height: 21px;
        margin-bottom: 24px;
    }
    .mobile_brand_serve_item_bottom{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .mobile_brand_serve_item_Illustration{
        width: 47%;
        height: 264px;
    }
    .mobile_brand_serve_item_right{
        width: 47%;
        font-weight: 400;
        font-size: 12px;
        color: #333333;
        line-height: 24px;
        text-align: left;
    }
    /* 品牌-发展历程 */
    .mobile_brand_develop{
        width: 100%;
        padding-bottom: 24px;
    }
    .mobile_brand_develop_titleBox{
        margin-bottom: 28px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile_brand_develop_Etitle{
        font-weight: 700;
        font-size: 40px;
        color: rgba(238,238,238,0.7);
        line-height: 53px;
        letter-spacing: 1px;
        text-align: center;
    }
    .mobile_brand_develop_title{
        font-weight: 700;
        font-size: 20px;
        color: #252525;
        line-height: 26px;
        text-align: center;
        margin-top: -40px;
    }
    .mobile_brand_develop_yearsBox{
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }
    .overFlow{
        overflow-x: hidden;
        overflow-x: scroll;
    }
    .overFlow::-webkit-scrollbar {
        display: none
    }
    .mobile_brand_develop_yearsItem{
        font-weight: 600;
        font-size: 16px;
        color: #999999;
        line-height: 28px;
        margin-right: 34px;
        background: none;
        border: none;
    }
    .yearsItem_active{
        font-weight: 700;
        font-size: 20px;
        color: #763B1B;
        line-height: 28px;
        margin-right: 34px;
    }
    .mobile_brand_develop_item{
        width: 88%;
        margin: 0 auto;
    }
    .mobile_brand_develop_item_title{
        font-weight: 600;
        font-size: 16px;
        color: #252525;
        line-height: 21px;
        text-align: center;
        margin-bottom: 16px;
    }
    .mobile_brand_develop_item_content{
        width: 100%;
        font-weight: 400;
        font-size: 13px;
        color: #333333;
        line-height: 26px;
        text-align: left;
        margin-bottom: 16px;
    }
    .mobile_brand_develop_item_img{
        width: 100%;
        height: 100%;
    }

}

@media screen and (max-width: 768px) {
    /* 服务哲学-客户哲学 */
    .mobile_serve_CustomerBox{
        width: 100%;
        margin-bottom: 4px;
    }
    .mobile_serve_Customer_item{
        width: 94%;
        min-height: 230px;
        margin: 0 auto;
        border-radius: 12px 12px 12px 12px;
        border: 1px solid rgba(153,153,153,0.6);
        box-sizing: border-box;
        padding: 30px 20px 20px 20px;
        margin-bottom: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile_serve_Customer_item_icon{
        width: 24px;
        height: 24px;
        margin-bottom: 9px;
    }
    .mobile_serve_Customer_item_center{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile_serve_Customer_item_bgtext{
        font-weight: 700;
        font-size: 80px;
        color: #F5F5F5;
        line-height: 40px;
        text-align: center;
    }
    .mobile_serve_Customer_item_title{
        font-weight: 700;
        font-size: 15px;
        color: #252525;
        line-height: 20px;
        text-align: center;
        margin-top: -40px;
    }
    .mobile_serve_Customer_item_Etitle{
        font-weight: 400;
        font-size: 11px;
        color: #999999;
        line-height: 28px;
        text-align: center;
    }
    .mobile_serve_Customer_item_line{
        width: 27px;
        height: 2px;
        background: #76432E;
        border-radius: 31px; 
    }
    .mobile_serve_Customer_item_content{
        font-weight: 400;
        font-size: 13px;
        color: #333333;
        line-height: 26px;
        text-align: left;
        margin-top: 16px;
    }
    /* 服务哲学-劳动者哲学 */
    .mobile_serve_WorkerBox{
        width: 100%;
        background-color: #FFFFFF;
        padding-bottom: 24px;
    }
    .mobile_serve_WorkerBox_item{
        width: 70%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile_serve_WorkerBox_top{
        position: relative;
        border-radius: 12px;
        margin-bottom: 18px;
    }
    .mobile_serve_WorkerBox_item_image{
        width: 100%;
        height: 100%;
    }
    .mobile_serve_WorkerBox_item_imagetag{
        width: 100%;
        height: 38px;
        background: rgba(47,38,35,0.7);
        border-radius: 0px 0px 12px 12px;
        font-weight: 400;
        font-size: 13px;
        color: #FFFFFF;
        line-height: 38px;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
    }
    .mobile_serve_WorkerBox_item_title{
        font-weight: 700;
        font-size: 20px;
        color: #763B1B;
        line-height: 28px;
        text-align: center;
        margin-bottom: 16px;
    }
    .mobile_serve_WorkerBox_item_content{
        font-weight: 400;
        font-size: 13px;
        color: #444444;
        line-height: 26px;
        text-align: center;
    }
    .m-b-30{
        margin-bottom: 30px;
    }
    /* 服务哲学-双向筛选 */
    .mobile_serve_Twoway{
        width: 100%;
        min-height: 540px;
        background: #F5F5F5;
        background-image: url('../asset/serve_mobile/mobile_serve_Twoway_bg.png');
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        box-sizing: border-box;
        padding: 29px 18px 0 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile_serve_Twoway_top{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile_serve_Twoway_textbg{
        font-weight: 700;
        font-size: 40px;
        color: #EEEEEE;
        line-height: 53px;
        letter-spacing: 1px;
        text-align: center;
    }
    .mobile_serve_Twoway_title{
        font-weight: 700;
        font-size: 20px;
        color: #763B1B;
        line-height: 26px;
        text-align: center;
        margin-top: -40px;
        margin-bottom: 16px;
    }
    .mobile_serve_Twoway_tag{
        font-weight: 400;
        font-size: 16px;
        color: #252525;
        line-height: 28px;
        text-align: center;
        margin-bottom: 17px;
    }
    .mobile_serve_Twoway_icon{
        width: 20px;
        height: 20px;
        margin-bottom: 31px;
    }
    .mobile_serve_Twoway_text{
        font-weight: 600;
        font-size: 14px;
        color: #252525;
        line-height: 32px;
        text-align: center;
        margin-bottom: 16px;
    }
    .mobile_serve_Twoway_content{
        font-weight: 400;
        font-size: 13px;
        color: #444444;
        line-height: 26px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    /* 服务模式-模式解释 */
    .mobile_model_Explain{
        width: 100%;
        background-image: url('../asset/serve_model_mobile/mobile_model_Explain_bg.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .mobile_Explain_box{
        width: 100%;
        padding-bottom: 24px;
    }
    .mobile_Explain_item{
        width: 94%;
        margin: 0 auto;
        background: #ffffff;
        border-radius: 12px;
        box-sizing: border-box;
        padding: 20px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 12px;
    }
    .mobile_Explain_item_icon{
        width: 38px;
        height: 38px;
    }
    .mobile_Explain_item_right{
        width: 82%;
    }
    .mobile_Explain_item_title{
        font-weight: 700;
        font-size: 16px;
        color: #252525;
        line-height: 21px;
        margin-bottom: 8px;
    }
    .mobile_Explain_item_line{
        width: 27px;
        height: 2px;
        background: #76432E;
        border-radius: 8px;
        margin-bottom: 16px; 
    }
    .mobile_Explain_item_content{
        font-weight: 400;
        font-size: 13px;
        color: #333333;
        line-height: 24px;
    }
    /* 服务模式-标语 */
    .mobile_model_slogBox{
        width: 100%;
        height: 96px;
        background-image: url('../asset/serve_model_mobile/mobile_model_slogBox_bg.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mobile_model_slogBox_title{
        font-weight: 600;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 21px;
        margin-bottom: 11px;
    }
    .mobile_model_slog{
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 24px;
    }
    /* 服务模式-模式场景 */
    .mobile_model_Scene{
        width: 100%;
        background-image: url('../asset/serve_model_mobile/mobile_model_Scene_bg.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 42px 25px;
    }
    .mobile_model_Scene_item{
        width: 100%;
        display: flex;
        align-items:flex-start;
        justify-content: space-between;
        margin-bottom: 42px;
    
    }
    .mobile_model_Scene_item:last-of-type{
        margin-bottom: 0px;
    }
    .mobile_model_Scene_itemLeft{
        width: 51%;
    }
    .mobile_model_Scene_itemRight{
        width: 46%;
        min-height: 89px;
        height: 100%;
    }
    .mobile_model_Scene_titlebox{
        display: flex;
        align-items: center;
        margin-bottom: 9px;
    }
    .mobile_model_Scene_title{
        font-weight: 600;
        font-size: 16px;
        color: #252525;
        line-height: 21px;
    }
    .mobile_model_Scene_titleIcon{
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }
    .mobile_model_Scene_title{
        font-weight: 600;
        font-size: 16px;
        color: #252525;
        line-height: 21px;
    }
    .mobile_model_Scene_itemLine{
        width: 100%;
        border-bottom: 1px solid #D8CDC2;
        margin-bottom: 8px;
    }
    .mobile_model_Scene_itemText{
        font-weight: 400;
        font-size: 12px;
        color: #333333;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    /* 系统架构-智慧融合 */
    .mobile_Wisdom{
        width: 88%;
        margin: 0 auto;
        background: #ffffff;
        padding-top: 16px;
    }
    .mobile_Wisdom_titleBox{
        display: flex;
        flex-direction: column;
    }
    .mobile_Wisdom_textbg{
        font-weight: 700;
        font-size: 58px;
        color: rgba(231,231,231,0.7);
        line-height: 77px;
        letter-spacing: 2px;
    }
    .mobile_Wisdom_title{
        font-weight: 700;
        font-size: 20px;
        color: #252525;
        line-height: 26px;
        text-align: left;
        margin-top: -53px;
        margin-bottom: 16px;
    }
    .mobile_Wisdom_titleLine{
        width: 27px;
        height: 2px;
        background: #76432E;
        border-radius: 31px;
        margin-bottom: 18px;
    }
    .mobile_Wisdom_content{
        font-weight: 400;
        font-size: 13px;
        color: #252525;
        line-height: 26px;
        text-align: left;
        margin-bottom: 16px;
    }
    .mobile_carousel_container{
        width: 100%;
        height: 100%;
        min-height: 190px;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        margin-bottom: 16px;
    }
    .mobile_carousel {
        width: 100%;
        height: 100%;
        min-height: 190px;
        position: relative;
    }
    
    .mobile_slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    .mobile_slide.active {
        opacity: 1;
    }
    
    /* 简单的加载动画 */
    .mobile_loading {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        border: 3px solid rgba(255, 255, 255, 0.1);
        border-top-color: #fff;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }
    
    @keyframes spin {
        to {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

    /* 系统架构-核心引擎 */
    .mobile_Core{
        width: 100%;
        background: #ffffff;
    }
    .mobile_Core_banxin{
        width: 88%;
        margin: 0 auto;
    }
    .mobile_Core_item{
        width: 100%;
        background: #F5F5F5;
        border-radius: 8px;
        box-sizing: border-box;
        padding: 14px 25px 20px 25px;
    }
    .mobile_Core_item_titleBox{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile_Core_item_textbg{
        font-weight: 700;
        font-size: 48px;
        color: #EEEEEE;
        line-height: 40px;
        text-align: center;
    }
    .mobile_Core_item_title{
        font-weight: 700;
        font-size: 16px;
        color: #76432E;
        line-height: 21px;
        text-align: center;
        margin-top: -30px;
        margin-bottom: 18px;
    }
    .mobile_Core_item_content{
        font-weight: 400;
        font-size: 13px;
        color: #333333;
        line-height: 26px;
        margin-bottom: 16px;
    }
    .mobile_Core_item_img{
        width: 100%;
        height: 100%;
        min-height: 158px;
        border-radius: 8px;
    }
    .m-b-30{
        margin-bottom: 30px;
    }
    .mobile_Core_center{
        margin-bottom: 18px;
    }
    .mobile_Core_center_title{
        font-weight: 600;
        font-size: 15px;
        color: #333333;
        line-height: 24px;
        text-align: center;
        margin-top: 6px;
        margin-bottom: 16px;
    }
    .mobile_Core_center_content{
        width: 88%;
        margin: 0 auto;
        font-weight: 400;
        font-size: 13px;
        color: #333333;
        line-height: 24px;
        text-align: left;
        margin-bottom: 24px;
    }
    .mobile_Core_centerBox{
        width: 100%;
        padding-left: 25px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .overFlow{
        overflow-x: hidden;
        overflow-x: scroll;
    }
    .overFlow::-webkit-scrollbar {
        display: none
    }
    .mobile_Core_centerBox_item{
        border-radius: 12px;
        margin-right: 12px;
    }
    .mobile_Core_centerBox_itemImg{
        width: 100%;
        height: 100%;
        min-width: 276px;
        min-height: 212px;
        border-radius:12px 12px 0px 0px;
    }
    .mobile_Core_centerBox_itemBottom{
        width: 100%;
        min-height: 181px;
        background: #F5F5F5;
        border-radius: 0px 0px 12px 12px;
        box-sizing: border-box;
        padding: 20px;
    }
    .mobile_Core_centerBox_itemtitle{
        font-weight: 700;
        font-size: 16px;
        color: #252525;
        line-height: 21px;
        text-align: center;
        margin-bottom: 16px;
    }
    .mobile_Core_centerBox_itemtext{
        font-weight: 400;
        font-size: 13px;
        color: #333333;
        line-height: 26px;
    }
    .mobile_Core_other{
        width: 100%;
    }
    .mobile_Core_otherTop{
        min-height: 179px;
        margin-bottom: 14px;
        background-image: url('../asset/system_mobile/mobile_Core_otherTop_bg.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 20px 40px 0 25px;
    }
    .mobile_Core_otherTop_textbg{
        font-weight: 700;
        font-size: 48px;
        color: rgba(255,255,255,0.14);
        line-height: 40px;
    }
    .mobile_Core_otherTop_title{
        font-weight: 700;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 21px;
        margin-top: -30px;
        margin-bottom: 16px;
    }
    .mobile_Core_otherTop_line{
        width: 27px;
        height: 2px;
        background: #FFFFFF;
        border-radius: 31px;
        margin-bottom: 24px;
    }
    .mobile_Core_otherTop_text{
        font-weight: 600;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .mobile_Core_otherTop_content{
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 14px;
    }
    .mobile_Core_otherBox{
        width: 94%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
    }
    .mobile_Core_otherBox_item{
        min-width: 112px;
        width: 32%;
        height: 172px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 20px 11px 0 11px;
    }
    .mobile_Core_otherBox_itemTitle{
        font-weight: 600;
        font-size: 15px;
        color: #252525;
        line-height: 20px;
        text-align: center;
        margin-bottom: 16px;
    }
    .mobile_Core_otherBox_itemContent{
        font-weight: 400;
        font-size: 12px;
        color: #333333;
        line-height: 26px;
        text-align: left;
    }
    /* 系统架构-全球布局 */
    .mobile_global{
        width: 94%;
        margin: 0 auto;
        margin-bottom: 16px;
    }
    .mobile_global_textbg{
        font-weight: 700;
        font-size: 58px;
        color: rgba(231,231,231,0.7);
        line-height: 77px;
        letter-spacing: 2px;
        text-align: left;
    }
    .mobile_global_title{
        font-weight: 700;
        font-size: 20px;
        color: #252525;
        line-height: 26px;
        text-align: left;
        margin-top: -50px;
        margin-bottom: 16px;
    }
    .mobile_global_line{
        width: 27px;
        height: 2px;
        background: #76432E;
        border-radius: 31px;
        margin-bottom: 18px;
    }
    .mobile_global_text{
        font-weight: 400;
        font-size: 12px;
        color: #777777;
        line-height: 22px;
        text-align: left;
        margin-bottom: 12px;
    }
    .mobile_global_img{
        width: 100%;
        height: 100%;
        min-height: 248px;
        margin-bottom: 12px;
    }
    .mobile_global_content{
        font-weight: 400;
        font-size: 13px;
        color: #444444;
        line-height: 24px;
        text-align: left;
    }
    /* 系统架构-结束语 */
    .mobile_sys_ending{
        width: 100%;
        box-sizing: border-box;
        padding: 25px 12px;
        background-image: url('../asset/system_mobile/mobile_sys_ending_bg.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .mobile_sys_ending_banxin{
        width: 100%;
        background: rgba(245,245,245,0.81);
        border-radius: 20px ;
        box-sizing: border-box;
        padding: 20px 25px;
    }   
    .mobile_sys_ending_title{
        font-weight: 700;
        font-size: 14px;
        color: #252525;
        line-height: 28px;
        text-align: center;
        margin-bottom: 16px;
    } 
    .mobile_sys_ending_content{
        font-weight: 400;
        font-size: 13px;
        color: #444444;
        line-height: 26px;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    /* 未来愿景-深化建设 */
    .mobile_Construct{
        width: 100%;
        background: #ffffff;
        padding-bottom: 26px;
    }
    .mobile_Construct_banxin{
        width: 88%;
        margin: 0 auto;
    }
    .mobile_Construct_title{
        font-weight: 700;
        font-size: 16px;
        color: #76432E;
        line-height: 21px;
        text-align: center;
        margin-bottom: 15px;
    }
    .mobile_Construct_content{
        font-weight: 400;
        font-size: 13px;
        color: #333333;
        line-height: 26px;
        text-align: left;
        margin-bottom: 18px;
    }
    .mobile_Construct_center{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 18px;
    }
    .mobile_Construct_lineimg{
        width: 35%;
        height: 100%;
    }
    .mobile_Construct_rowimg1{
        width: 100%;
        height: 100%;
        margin-bottom: 7px;
    }
    .mobile_Construct_rowimg2{
        width: 100%;
        height: 100%;
    }
    .mobile_Construct_text{
        font-weight: 400;
        font-size: 13px;
        color: #444444;
        line-height: 24px;
        text-align: left;
    }
    /* 未来愿景-健康深化 */
    .mobile_healthy{
        width: 100%;
        box-sizing: border-box;
        padding-top: 18px;
        padding-bottom: 30px;
        background-image: url('../asset/future_mobile/mobile_healthy_bg.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .mobile_healthy_top{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .mobile_healthy_topImage{
        width: 161px;
        height: 100%;
        margin-bottom: 5px;
    }
    .mobile_healthy_topTitle{
        font-weight: 700;
        font-size: 16px;
        color: #444444;
        line-height: 28px;
        text-align: center;
        margin-bottom: 16px;
    }
    .mobile_healthy_topText{
        font-weight: 400;
        font-size: 12px;
        color: #444444;
        line-height: 22px;
        text-align: center;
    }
    .mobile_healthy_bottom{
        width: 88%;
        margin: 0 auto;
    }
    .mobile_healthy_item{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 35px;
    }
    .mobile_healthy_item:last-of-type{
        margin-bottom: 0;
    }
    .mobile_healthy_item_image{
        width: 55px;
        height: 55px;
    }
    .mobile_healthy_item_right{
        width: 80%;
    }
    .mobile_healthy_item_title{
        font-weight: 600;
        font-size: 16px;
        color: #252525;
        line-height: 21px;
        margin-bottom: 12px;
    }
    .mobile_healthy_item_line{
        width: 100%;
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 4px;
    }
    .mobile_healthy_item_text{
        font-weight: 400;
        font-size: 12px;
        color: #333333;
        line-height: 24px;
        text-align: left;
    }
    /* 未来愿景-底部 */
    .mobile_Vision{
        width: 100%;
        background-color: #ffffff;
        padding-top:31px;
        padding-bottom: 82px;
        background-image: url('../asset/future_mobile/mobile_Vision.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile_Vision_icon{
        width: 50px;
        height: 26px;
        margin-bottom: 16px;
    }
    .mobile_Vision_titleBox{
        display: flex;
        flex-direction: column;
        align-items: center; 
    }
    .mobile_Vision_textbg{
        font-weight: 700;
        font-size: 58px;
        color: rgba(238,238,238,0.7);
        line-height: 77px;
        letter-spacing: 2px;
        text-align: center;
    }
    .mobile_Vision_title{
        font-weight: 700;
        font-size: 20px;
        color: #252525;
        line-height: 26px;
        text-align: center;
        margin-top: -50px;
        margin-bottom: 24px;
    }
    .mobile_Vision_content{
        width: 88%;
        margin: 0 auto;
        font-weight: 400;
        font-size: 12px;
        color: #444444;
        line-height: 22px;
        margin-bottom: 27px;
    }
    .mobile_Vision_text{
        font-weight: 600;
        font-size: 13px;
        color: #763B1B;
        line-height: 28px;
        text-align: center;
    }
}