
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", sans-serif;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

.nav {
    display: flex;
    justify-content: left;
    width: 80%;
    margin-left: 40px;
}

.nav a {
}

.nav .active {
    color: #0082fa !important;
    border-bottom: 2px solid #0082fa;
}

.header {
    background-color: #fff;
    /*! height: 92px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /*! line-height: 92px; */
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 50px;
}

.footer .logo img {
    height: 120px;
}

.nav a {
    margin-left: 60px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    line-height: 92px;
    height: 92px;
}

/*.banner {
    background: linear-gradient(to right, #ffd78a, #ffc857);
    padding: 20px 0;
    text-align: center;
}
.banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-text {
    text-align: left;
    color: #8a4700;
}
.banner-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.banner-text p {
    font-size: 16px;
    margin-bottom: 15px;
}
.banner-img img {
    height: 100px;
} */
.index_banner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    max-height: 500px;
    /*! padding-top: 150px; */
}

.slides-container {
    position: relative;
    height: 100%;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

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

/* 导航按钮样式 */
.button-next,
.button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    font-size: 100px;
    color: #fff;
    /*! text-shadow: 0 2px 5px rgba(0,0,0,0.3); */
    padding: 20px;
    user-select: none;
    transition: opacity 0.3s;
    font-weight: bold;
    display: none;
}

.button-next:hover,
.button-prev:hover {
    opacity: 0.8;
    color: #f6f2f1;
}

.button-next {
    right: 20px;
}

.button-prev {
    left: 20px;
}

/* 分页指示器 */
.pagination-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
    background: transparent !important;
    border: 2px solid #f6f2f1;
    width: 50px;
    height: 3px;
    /*! background: #FFF; */
    border-radius: 2px;
    opacity: .6;
    transition: all .3s;
    cursor: pointer;
    bottom: 20px;
    position: relative;
}

.pagination-dot.active {
    /*! width: 30px; */
    /*! border-radius: 4px; */
    background: #0082FA !important;
    border: 2px solid #0082FA;
}

.search_Main {
    max-width: 1200px;
    margin: -20px auto 15px;
    position: relative;
    z-index: 1112;
    background: white;
    padding: 20px 20px 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.search-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 20px;
    background-color: #fff;
    /*! border-radius: 8px; */
    /*! box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
    /*! background: #f8f8f8; */
}

.search-inner {
    display: flex;
    align-items: center;
}

.search_inner_m {
    background: #f8f8f8;
    display: flex;
    align-items: center;
    width: 90%;
}

.search-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    background: transparent;
    border: 0;
    border-left: 1px solid #ddd;
}

.search-btn {
    /*! padding: 10px 20px; */
    background-color: #FF7f02;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    width: 130px;
    border-radius: 4px;
    line-height: 64px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 16px;
    margin-left: 10px;
}

.search-btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 27px;
    height: 25px;
    background: url(../images/sp-index.png) -79px -4px no-repeat;
    content: '';
}

.quick-links {
    max-width: 1280px;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.quick-link {
    text-align: center;
    /*! margin: 10px; */
    min-width: 177px;
    border: 1px solid #dedede;
    border-radius: 8px;
    line-height: 80px;
    color: #333;
    text-align: center;
    text-align-last: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.quick-link img {
    /*! height: 40px; */
    margin-bottom: 5px;
    width: 40px;
    margin-right: 10px;
}

.quick-link:hover {
    background-color: #0082FA;
}

.quick-link:hover a {
    color: #FFF;
}

.quick-link a {
    text-decoration: none;
    color: #333;
    font-size: 17px;
}

.section {
    padding: 80px 0;
    background-color: #fff;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    color: #333;
    width: 380px;
    margin: 0 auto 100px;
}

.section-title::after {
    display: block;
    margin: 20px auto 0;
    width: 50%;
    height: 2px;
    background: #0E8CFE;
    content: '';
}

.user-type {
    display: flex;
    justify-content: center;
    /*! align-items: center; */
    max-width: 1220px;
    margin: 0 auto;
}

.user-type .left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-type .phone-img {
    max-width: 100%;
    width: 350px;
    height: auto;
}

.user-type .right {
    /*flex: 2;*/
    padding: 20px;
    margin-left: 60px;
}

.user-type .right .btn {
    display: block;
    width: 146px;
    margin-top: 40px;
    background: #ffffff;
    border: 1px solid #0082fb;
    border-radius: 4px;
    color: #0082FA;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    font-weight: 500;
}

.user-type .right .title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #007bff;
    margin-top: 5px;
}

.user-type .right .user-btn {
    /*! background-color: #ff9900; */
    /*! color: #fff; */
    /*! border: none; */
    /*! padding: 10px 30px; */
    /*! font-size: 18px; */
    /*! border-radius: 20px; */
    /*! cursor: pointer; */
    /*! margin: 20px 0; */
    width: 252px;
    /*! height: 56px; */
    margin-bottom: 45px;
    margin-left: 1px;
    border: 10px solid transparent;
    background-clip: content-box;
    box-shadow: 0 0 0 1px #ddd;
    border-radius: 42px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    line-height: 56px;
    font-size: 32px;
    background-color: #FF9705;
}

.user-type .right .sub-title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.user-type .right .desc {
    /*! margin-bottom: 40px; */
    font-size: 18px;
    line-height: 30px;
    color: #333;
    /*! border-bottom: 1px solid #ebebeb; */
    /*! padding-bottom: 53px; */
}

.user-type .right .qr-codes {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
    margin-top: 30px;
}

.user-type .right .qr-code {
    text-align: center;
}

.user-type .right .qr-code img {
    width: 142px;
    height: 142px;
    border-radius: 8px;
}

.user-type .right .qr-code p {
    font-size: 16px;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    color: #333;
}

/*.section_2 {*/
/*    background: url(../images/sectionbg1.png) center top / 1920px;*/
/*    padding-top: 69px;*/
/*    padding-bottom: 160px;*/
/*}*/

.section_2_main {
    color: #fff;
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}

.section_2 .left {
    width: 50%;
}

.section_2 .right {
    width: 50%;
}

.section_2 .enterprise-btn {
    width: 252px;
    /*! height: 56px; */
    margin-bottom: 45px;
    margin-left: 1px;
    border: 10px solid transparent;
    background-clip: content-box;
    box-shadow: 0 0 0 1px #ddd;
    border-radius: 42px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    line-height: 56px;
    font-size: 32px;
    background-color: #2596FE;
}

.section_2 .main-title {
    margin-bottom: 54px;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.section_2 .sub-title {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 26px;
    font-weight: normal;
}

.section_2 .desc {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}

.section_2 .desc2 {
    margin-top: 15px;
    line-height: 1.5;
    font-size: 18px;
}

.section_2 .more {
    margin: 15px 0;
    cursor: pointer;
}

.section_2 .experience-btn {
    display: block;
    width: 146px;
    margin-top: 40px;
    background: #ffffff;
    border: 1px solid #0082fb;
    border-radius: 4px;
    color: #0082FA;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
}

.section_2 .section_2 .right {
    flex: 1;
    text-align: center;
}

.section_2 .device-img {
    width: 100%;
    height: auto;
    margin-top: 80px;
}

.section_ul {
    display: flex;
    margin-top: 20px;
}

.section_ul li {
    font-size: 14px;
    margin-right: 37px;
}

/*.data-section {*/
/*    padding: 50px 0;*/
/*    background-color: #f0f7ff;*/
/*    background: url('../images/shading-1.png') right top /1066px auto no-repeat;*/
/*}*/

.data-section h3 {
    padding: 50px 0 13px;
    font-size: 14px;
    font-weight: 600;
    max-width: 1200px;
    margin: 0 auto;
}

.data-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.data-inner h2 {
    font-size: 30px;
}

.data-inner h2::after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 45px;
    height: 2px;
    background: #0E8CFE;
    content: '';
}

.data-map {
    width: 40%;
}

.data-stats {
    display: flex;
    /*! flex-wrap: wrap; */
    /*! width: 50%; */
    margin-top: 94px;
}

.data_m {
    width: 60%;
}

.data-stat {
    width: 25%;
    /*! text-align: center; */
    margin-bottom: 20px;
}

.data-stat .num {
    /*! margin-bottom: 8px; */
    font-size: 40px;
    font-weight: 700;
    color: #3076f9;
    line-height: 45px;
    display: flex;
    align-items: first baseline;
}

.data-stat .s {
    padding-left: 10px;
    font-size: 12px;
}

.data-stat .desc {
    font-size: 14px;
    color: #333;
}

.data-map img {
    max-width: 100%;
    border-radius: 8px;
}

.express-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*! margin-top: 30px; */
    max-width: 1220px;
    margin: 0 auto;
}

.express-logos img {
    width: 100%;
}

.footer_m {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
}

.footer {
    /*! display: flex; */
    /*! justify-content: space-around; */
    padding: 40px 20px 20px;
    /*! border-bottom: 1px solid #eee; */
    background: #F8F9FA;
}

.footer .left-column {
    text-align: center;
    margin-right: 200px;
}

.footer .logo {
    font-size: 32px;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 20px;
}

.footer .logo span {
    color: #ff9900;
}

.footer .hotline {
    margin-bottom: 20px;
}

.footer .hotline p {
    font-size: 14px;
    font-weight: 500;
    color: #9AA2B1;
    text-align: left;
}

.footer .hotline .number {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #8F9298;
}

.footer .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer .social-icon {
    width: 24px;
    height: 24px;
    background-color: #ccc;
    border-radius: 50%;
}

/*.footer .wechat {*/
/*    background: url('wechat.png') no-repeat center center;*/
/*    background-size: cover;*/
/*}*/

/*.footer .weibo {*/
/*    background: url('weibo.png') no-repeat center center;*/
/*    background-size: cover;*/
/*}*/

.footer .middle-column {
    display: flex;
    gap: 80px;
}

.footer .column {
    display: flex;
    flex-direction: column;
}

.footer .column h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #5E5F63;
    margin-bottom: 33px;
}

.footer .column a {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #8F9298;
}

.footer_bom {
    font-size: 14px;
    font-weight: 500;
    color: #9AA2B1;
    border-top: 1px solid #D2D2D7;
    max-width: 1220px;
    margin: 0 auto;
    padding-top: 20px;
    margin-top: 30px;
}

.hbm {
    margin-top: 30px;
}

.hbm p {
}

.hbm ul {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
}

.hbm ul li {
}

.hbm ul li img {
    height: 28px;
    width: auto;
    margin-right: 12px;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    color: #333;
}

.menu-toggle {
    display: none;
}

.demoWrap {
    color: #999;
    font-size: 14px;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

/***********************第二页**********************************/
.main_c_m {
    background: #F5F8FA;
    padding: 40px 0;
}

.main-content {
    display: flex;
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 111;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    justify-content: space-between;
}

.time_lUl {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.time_lUl li {
    display: flex; /*! justify-content: space-between; */
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
}

.time_lUl .lLi {
    display: flex;
    color: #666; /*! margin-bottom: 20px; */
    font-size: 12px; /*! margin-right: 60px; */
    flex-wrap: wrap;
    align-items: center;
    width: 20%;
}

.time_lUl .lLi .lLiC { /*! width: 50%; *//*! margin-right: 60px; */
}

.time_lUl .xian {
    position: relative;
    width: 20%;
    margin-left: 50px;
}

.time_lUl .xian .xm {
    width: 22px;
    height: 22px;
    background: url(../images/sp-index.png) -285px -131px no-repeat #FFF;
    margin-right: 80px;
}

.time_lUl .active .xian .xm {
    background-position: -239px -41px;
}

.time_lUl .xian .xc {
    width: 2px;
    height: 76px;
    background-color: #eee;
    position: absolute;
    left: 10px;
}

.time_lUl .time { /*! margin-bottom: 10px; */
}

.time_lUl .day {
    margin-top: 10px;
}

.time_lUl .rLi {
    font-size: 14px;
    color: #666; /*! margin-bottom: 20px; */
    width: 50%; /*! overflow: hidden; */
}

.time_lUl .active {
}

.time_top {
    display: flex;
    width: 70%;
    align-items: center;
}

.time_top .time_m {
    display: inline-block;
    width: 96px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-right: 260px;
}

/*.time_top .time_m::after {*/
/*    display: inline-block;*/
/*    vertical-align: -4px;*/
/*    width: 22px;*/
/*    height: 22px;*/
/*    margin-left: 5px;*/
/*    background: url(../images/sp-index.png) -63px -165px no-repeat;*/
/*    content: "";*/
/*}*/

.time_top .title {
    font-size: 18px; /*! margin-left: 260px; */
}

.main-content .qr-code img {
    width: 185px;
}

.main-content .more_btn {
    text-align: center;
    color: #0082FA;
}

.quick_Mian {
}

.main_c_lm {
    width: 70%;
}

.time_lUl .active .lLiC {
    color: #0082FA;
}

.time_lUl .active .rLi {
    color: #0082FA;
}

/*******************第三页******************************/
.nav_banner {
    max-width: 1220px;
    margin: 0 auto;
}

.nav_banner img {
    width: 100%;
}

.sub-nav {
    display: flex;
    /*! justify-content: center; */
    gap: 30px;
    padding: 15px 0;
    /*! border-bottom: 2px solid #007bff; */
    max-width: 1220px;
    margin: 0 auto;
}

.sub-nav a {
    text-decoration: none;
    color: #999;
    font-size: 16px;
    width: 10%;
    position: relative;
}

.sub-nav a.active {
    color: #333;
}

.sub-nav a.active::after {
    position: absolute;
    content: '';
    width: 28px;
    height: 2px;
    background: #0082FA;
    left: 18px;
    top: 36px;
}

.company-intro {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    line-height: 1.8;
}

.company-intro img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 60%;
    margin-bottom: 20px;
}

.company-intro h2 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.company-intro p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    letter-spacing: 0px;
}

.kuaidi-six-twofive {
    color: #0082FF;
}

.hundred {
    color: #FF9000;
}

.com_M {
    display: flex;
    max-width: 1220px;
    margin: 0 auto;
}

.com_M li {
    width: 50%;
}

.com_M li img {
    width: 500px;
    height: 400px;
}

.com_M li h1 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}

.contact_us {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*! max-width: 1200px; */
    /*! margin: 0 auto; */
    background: #F5F8FA;
}

.contact_us .title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.contact_us .content {
    display: flex;
    width: 100%;
}

.contact_us .left {
    flex: 1;
    padding-right: 20px;
}

.contact_us .right {
    flex: 1;
}

.contact_us .contact-item {
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 16px;
}

.contact_us .customer-service {
    margin-top: 100px;
}

.contact_us .customer-service-title {
    height: 28px;
    line-height: 28px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.contact_us .customer-service-item {
    line-height: 40px;
    font-size: 16px;
}

.contact_us .qr-code {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.contact_us .qr-code-item {
    text-align: center;
}

.contact_us .qr-code-img {
    width: 185px;
    height: 185px;
    margin-bottom: 5px;
}

.contact_us .qr-code-text {
    font-size: 14px;
}

.contact_us_m {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0 108px;
}

.contact_us_m .left_m {
    margin-bottom: 60px;
    margin-top: 40px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header-inner {
        padding: 0 20px;
    }

    .nav a {
        margin-left: 30px;
    }

    .index_banner {
        height: 300px;
        max-height: 300px;
    }

    .search_Main {
        margin: -15px 20px 25px;
    }

    .quick-link {
        min-width: 150px;
    }

    .user-type {
        padding: 0 20px;
    }

    .section_2_main {
        padding: 0 20px;
    }

    .data-inner {
        padding: 0 20px;
    }

    .footer_m {
        padding: 0 20px;
    }

    .sub-nav {
        padding: 15px 20px;
    }

    .company-intro {
        padding: 30px 20px;
    }

    .com_M {
        padding: 0 20px;
    }

    .com_M li img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .contact_us_m {
        padding: 60px 20px;
    }

    .time_top .time_m {
        margin-right: 100px;
    }
}

@media (max-width: 768px) {
    /* 头部导航响应式 */
    .header-inner {
        padding: 0 15px;
        flex-wrap: wrap;
    }

    .logo {
        flex: 1;
    }

    .logo img {
        height: 24px;
    }

    .nav {
        display: none;
        width: 100%;
        margin-left: 0;
        order: 3;
        background: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 1000;
    }

    .nav.active {
        display: block;
    }

    .nav a {
        margin-left: 0;
        display: block;
        padding: 15px 20px;
        line-height: 1.5;
        height: auto;
        border-bottom: 1px solid #f0f0f0;
    }

    .nav .active {
        border-bottom: 2px solid #0082fa;
    }

    /* 汉堡菜单 */
    .menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        padding: 10px;
    }

    /* 轮播图响应式 */
    .index_banner {
        height: 200px;
        max-height: 200px;
    }

    .pagination-dot {
        width: 30px;
        height: 2px;
    }

    /* 搜索区域响应式 */
    .search_Main {
        margin: -10px 15px 20px;
        padding: 15px;
    }

    .search-inner {
        flex-direction: column;
        background: transparent;
    }

    .search-inner img {
        display: none;
    }

    .search-input {
        border: 1px solid #ddd;
        border-radius: 4px;
        margin-bottom: 10px;
        padding: 12px 15px;
        background: white;
        width: 100%;
    }

    .search-btn {
        width: 100%;
        line-height: 50px;
        border-radius: 4px;
    }

    /* 快捷导航响应式 */
    .quick-links {
        margin: 20px 15px;
        gap: 10px;
    }

    .quick-link {
        min-width: calc(50% - 10px);
        line-height: 60px;
        margin: 5px 0;
    }

    .quick-link img {
        width: 30px;
        margin-right: 8px;
    }

    .quick-link a {
        font-size: 14px;
    }

    /* 内容区块响应式 */
    .section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 24px;
        width: auto;
        margin: 0 auto 50px;
        padding: 0 20px;
    }

    .user-type {
        flex-direction: column;
        max-width: 100%;
        padding: 0 15px;
    }

    .user-type .left,
    .user-type .right {
        width: 100%;
        margin-left: 0;
        padding: 10px 0;
    }

    .user-type .user-btn {
        width: 100%;
        font-size: 24px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .user-type .sub-title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .user-type .desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .user-type .qr-codes {
        flex-direction: column;
        gap: 20px;
    }

    .user-type .qr-code img {
        width: 120px;
        height: 120px;
    }

    /* 企业用户区块响应式 */
    .section_2 {
        background-size: cover;
        padding: 40px 0;
    }

    .section_2_main {
        flex-direction: column;
        padding: 0 15px;
    }

    .section_2 .left,
    .section_2 .right {
        width: 100%;
    }

    .section_2 .enterprise-btn {
        width: 100%;
        font-size: 24px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .section_2 .main-title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .section_2 .sub-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .section_2 .desc,
    .section_2 .desc2 {
        font-size: 14px;
        line-height: 1.6;
    }

    .section_2 .experience-btn {
        width: 100%;
        margin-top: 20px;
    }

    .section_ul {
        flex-wrap: wrap;
    }

    .section_ul li {
        margin-right: 20px;
        margin-bottom: 10px;
    }

    /* 数据统计响应式 */
    .data-section {
        padding: 30px 0;
    }

    .data-inner {
        flex-direction: column;
        padding: 0 15px;
    }

    .data_m {
        width: 100%;
    }

    .data-inner h2 {
        font-size: 20px;
    }

    .data-stats {
        flex-wrap: wrap;
        margin-top: 30px;
        gap: 15px;
    }

    .data-stat {
        width: calc(50% - 10px);
        text-align: center;
    }

    .data-stat .num {
        font-size: 28px;
        justify-content: center;
    }

    .data-map {
        width: 100%;
        margin-top: 30px;
    }

    /* 页脚响应式 */
    .footer_m {
        flex-direction: column;
        max-width: 100%;
        padding: 0 15px;
    }

    .footer .left-column {
        margin-right: 0;
        text-align: center;
    }

    .footer .hotline p {
        text-align: center;
    }

    .footer .middle-column {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }

    .footer_bom {
        max-width: 100%;
        padding: 20px 15px 0;
        margin-top: 20px;
        text-align: center;
    }

    .hbm ul {
        justify-content: center;
    }

    .user-type .right .user-btn {
        font-size: 28px;
    }

    .main-content {
        flex-wrap: wrap;
    }

    .time-list {
        width: 20%;
    }

    .progress-bar {
        margin-right: 40px;
    }

    .location-progress {
        margin-right: 0;
    }

    .main-content {
        margin: 0 20px;
    }

    .main-content .qr-code img {
        width: 80%;
        margin: 20px auto 0;
        display: flex;
    }

    .sub-nav {
        flex-wrap: wrap;
        gap: 10px;
        padding: 15px;
        justify-content: center;
    }

    .sub-nav a {
        width: auto;
        font-size: 14px;
        padding: 8px 15px;
        text-align: center;
    }

    .sub-nav a.active::after {
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: -8px;
        width: 20px;
    }

    /* 公司简介内容 */
    .company-intro {
        padding: 20px 15px;
    }

    .company-intro h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .company-intro p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
        text-align: justify;
    }

    .company-intro img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    /* 图片网格布局 */
    .com_M {
        flex-direction: column;
        padding: 0 15px;
    }

    .com_M li {
        width: 100%;
        margin-bottom: 30px;
    }

    .com_M li img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .com_M li h1 {
        font-size: 18px;
        margin: 15px 0;
        line-height: 1.4;
    }

    /* 联系我们部分 */
    .contact_us_m {
        padding: 40px 15px;
    }

    .contact_us .title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .contact_us .content {
        flex-direction: column;
    }

    .contact_us .left {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .contact_us .contact-item {
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .contact_us .customer-service {
        margin-top: 40px;
    }

    .contact_us .customer-service-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .contact_us .customer-service-item {
        font-size: 14px;
        line-height: 32px;
    }

    .contact_us .qr-code {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .contact_us .qr-code-img {
        width: 150px;
        height: 150px;
    }

    .contact_us .qr-code-text {
        font-size: 13px;
    }

    .time_top .time_m {
        margin-right: 20px;
    }

    .main_c_lm {
        width: 100%;
    }

    .time_top {
        width: 100%;
    }
}