body {
    background-color: #F0F3FA;
    padding-top:125px;
}

.container {
    width:  var(--width-main);
    margin: auto;
}

.container>h4{
    font-weight: 400;
    font-size: 24px;
    color: #1C1C1C;
    line-height: 28px;
    font-style: normal;
    text-transform: none;
    text-align: center;
}
.section-title{
    font-size: 36px;
    font-weight: bold;
    margin: 50px 0 10px;
    text-align: center;
}

.sub-title{
    font-size: 16px;
    color: #666;
}

/* ================= Tabs ================= */
.tab-content{
    border-bottom: 1px solid #E7E7E7;
}
.tabs{
    display:flex;
    gap:80px;
    padding-bottom:10px;
    line-height: 40px;
    width: 80%;
    margin:auto;
    padding-top:40px;
}

.tab-item{
    line-height: 40px;
    font-size:24px;
    cursor:pointer;
    position:relative;
    color:#666;
}

.tab-item.active{
    line-height: 40px;
    font-size:30px;
    font-weight:bold;
    color:#1a3a8d;
}

.tab-item.active::after{
    content:"";
    position:absolute;
    bottom:-10px;
    left:0;
    width:100%;
    height:3px;
    background:#1a3a8d;
    border-radius:2px;
}

/* Tab 内容切换动画 */
.tab-panel{
    display:none;
    margin-top: 40px;
    opacity:0;
    transition:opacity .3s;
}

.tab-panel.active{
    display:block;
    opacity:1;
}

/* ================= Banner ================= */
.banner{
    width:100%;
    height:500px;
    position:relative;
    overflow:hidden;
}

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

.banner-title{
    position:absolute;
    left:350px;
    top: 50%;
    transform: translateY(-50%);
    color:#fff;
}

.banner-title h2{
    font-size:40px;
    margin:0;
}

.banner-title p{
    font-size:20px;
    margin-top:10px;
}

/* ================= About ================= */
.about-us-section {
    background-image: url('https://wlwm.oss-cn-hangzhou.aliyuncs.com/web/images/about/bg_about_us.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 890px;
    width: 100%;
    display: flex;
    align-items: center;
}

.about-wrapper{
    margin-top:60px;
    display:flex;
    justify-content:space-between;
    gap:30px;
}
.about-text{
    width:45%;
    line-height:1.9;
    font-size:16px;
    color: #000000;
}
.about-photo{
    width:50%;
    padding-top: 20px;
}
.about-photo img{
    width:100%;
    /*border-radius:6px;*/
}

/* 数字数据 */
.about-numbers{
    display:flex;
    justify-content:space-between;
    margin:80px 0 60px;
}
.num-item{
    width:25%;
    text-align:center;
}
.num-item h3{
    font-size:32px;
    margin:0;
    color:#ffffff;
}
.num-item p{
    color:#ffffff;
}

/* ================= 四大优势 ================= */
.advantage-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    /*margin-top:30px;*/
    padding-bottom: 80px;
}

.adv-item{
    position: relative;
    background:#f4f4f4;
    overflow:hidden;
}

.adv-item img{
    width: 100%;
    height: 269px;
    object-fit:cover;
    display: block;
}

.adv-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    background: rgba(0,0,0,0.3);
    color: white;
}

.adv-text h2 {
    padding: 0 25px;
    font-size: 24px;
}
.adv-text p {
    margin-top:0;
    padding: 0 25px 25px 25px;
    font-size: 16px;
}

/* ================= 地图模块 ================= */
.map-box{
    margin:100px 0;
    text-align:center;
}

.map-box img{
    max-width: var(--width-main);
}

/* 运营模式区域样式 */
.operation-mode-section {
    background: #E8E9EB;
    padding: 60px 0;
    position: relative;
}

.operation-mode-subtitle {
    color: #1c1c1c;
    font-size: 24px;
    text-align: center;
}

/* 运营模式选择器 */
.map-box {
    position: relative;
    text-align: center;
}

.mode-selector {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 auto 30px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.mode-item {
    width: 360px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    font-size: 18px;
    color: #333;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.mode-item.active {
    background: #173E8F;
    color: #FFFFFF;
    border-color: #173E8F;
}

/* 运营模式图片 */
.mode-image {
    position: relative;
    width:  var(--width-main);
    display: none;
    margin: auto;
}

.mode-image.active {
    display: block;
}

.mode-image img {
    width: 100%;
    display: block;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px;
    color: white;
    font-size: 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    box-sizing: border-box;
    text-align: left;
}


/* ================= 聚焦重庆 ================= */
.focus-wrapper{
    display:flex;
    gap:40px;
    margin:30px auto 0;
    width:  var(--width-main);
}

.focus-img{
    width:50%;
}

.focus-img img{
    height: 270px;
    width: 570px;
}

.focus-text{
    padding-top:30px;
    width:50%;
    font-size:16px;
    line-height:1.8;
    h2{
        font-weight: bold;
        font-size: 22px;
        color: #000000;
        line-height: 28px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    p{
        color: #202020;
    }
    ul{
        padding-left:0;
        margin-left: 20px;
        width: 80%;
    }
}
.focus-wrapper-content .hover{
    display: flex;
    gap: 15px;
    list-style: none;
    margin:30px auto 0;
    width: 400px;
}
.focus-wrapper-content .hover>li{
    width: 80px;
    height: 3px;
    background: #D9D9D9;
    border: none;
}
.focus-wrapper-content .hover>li:hover,.focus-wrapper-content .hover>li.active{
    background-color: #173E8F;
    cursor: pointer;
}

/* ================= 合作单位 ================= */
.partners-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:15px;
    margin: 60px auto 0;
    width: 80%;
    padding-bottom: 60px;
}

.partner{
    height:140px;
    background:#FFFFFF;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    color:#555;
}
.partner img{
    height: 100%;
}

/* ================= 轮播图样式 ================= */
.focus-swiper {
    width:  var(--width-main);
    margin: auto 0;
    position: relative;
    height: 360px;
}

.focus-swiper .swiper-slide {
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
}

.swiper-pagination {
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 15px;
    /*top:300px!important;*/
}

.swiper-pagination-bullet {
    width: 80px!important;
    height: 3px!important;
    border-radius: 0!important;
    background: #D9D9D9;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #173E8F!important;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 14px;
    font-weight: bold;
    color: #173E8F;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #173E8F;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
    color: #FFFFFF;
}

/* ================= Tabs ================= */
.tabs {
    display: flex;
    gap: 80px;
}


/*=====================三阶段蓝图 begin ================*/
.blueprint-warp{
    display: flex;
    width:  var(--width-main);
    margin: 0  auto;
    height: 85vh;
    min-height: 500px;
    overflow: visible;
    position: relative;
    padding: 40px 0;
}
.blueprint-left{
    width: calc(100% - 220px);
    padding-right: 20px;
    height: 100%;
    overflow-y: auto;
    
    /* 隐藏滚动条但仍可滚动 */
    &::-webkit-scrollbar {
        display: none; /* Chrome Safari */
    }
    
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    .section {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .content {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .title {
        font-size: 24px;
        font-weight: bold;
        /*margin-bottom: 20px;*/
        color: #000;
    }

    .text {
        font-size: 16px;
        line-height: 1.7;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .text-desc {
        font-size: 16px;
        line-height: 1.7;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .text-desc-content{
        font-size: 16px;
        line-height: 1.7;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .img-box img {
            width: 100%;
            display: block;
    }
    /* 容器：控制整体宽度+居中 */
    .app-container {
        width: 100%;
        /*margin: 0 auto;*/
        margin-top: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }
    /* 单个APP展示项 */
    .app-item {
        display: flex;
        align-items: center;
        gap: 20px; /* 手机与文字的间距 */
        /*width: 550px; !* 单个项宽度 *!*/
        height: 200px;
    }
    /* 手机图片容器 */
    .app-phone {
        height: 245px; /* 手机高度 */
        width: auto;
        position: relative;
        left: 20px;
        top:-40px;
    }
    .app-phone img {
        height: 100%;
        width: auto;
    }
    /* 文字说明区域 */
    .app-desc {
        flex: 1;
        color: #333;
        line-height: 1.8;
        padding-left: 20px;
        padding-right: 15px;
    }
    .app-desc h3 {
        font-size: 20px;
        margin-bottom: 8px;
        font-weight: bold;
        width: 100%;
    }
    .app-desc p{
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 34px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
}

.blueprint-right{
    height: 100%;
    width: 200px;
    position: relative;
    display: flex;
    flex-direction: column;
    /* 竖线 */
    .timeline-line {
        position: absolute;
        height: 100%;
        left: 15px; /* 根据圆点位置调整 */
        top: 0;
        border-left: 2px dashed #E7E7E7;
    }

    /* 时间节点 */
    .timeline-item {
        height: calc(100%/3);
        padding-left: 20px;
        position: relative;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 20px;
    }

    .timeline-item .circle {
        position: absolute;
        left: 10px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #CDCDCD;
        margin-top: 80px;
    }

    .timeline-item.active .circle {
        background: #173E8F;
        border: 2px solid #fff;
        box-shadow: 0 4px 8px 0 #8B8B8B;
    }

    .timeline-item-title {
        font-size: 16px;
        color: #737373;
        margin-left: 20px;
        margin-top: 50px;
        font-weight: 500;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .timeline-item-name {
        margin-left: 20px;
        margin-top: 35px;

        font-weight: bold;
        font-size: 24px;
        color: #333333;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .timeline-item.active .timeline-item-name {
    color: #173E8F;
    }
}

/*=========================三阶段蓝图 end===============================*/

/* 隐藏除了第一个之外的所有banner和bluer内容 */
#blueprint .bannerWarp .banner:not(:first-child),
#blueprint .blueprint-left .bluer:not(:first-child) {
    display: none;
}

#blueprint .blueprint-left .bluer {
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}

/*=============新增突破模块================*/
.strategy-section {
    margin-top: 40px;
    position: relative;
    height: 708px;
    background: url("https://oss.zywmwl.com/web/images/home/pic_Company_Introduction_buttom%402x.png") no-repeat center/cover;
    color: #fff;
    font-family: "Microsoft YaHei", sans-serif;
    padding-top: 60px;
}

/* 右上角徽章 */
.badge {
    position: absolute;
    top: -25px;
    right: calc((100% - var(--width-main)) / 2 + var(--width-main) * 0.1);
    width: 220px;
    z-index: 5;
}

/* 主体布局 */
.strategy-wrapper {
    width: var(--width-main);
    margin: 0 auto;
    padding-top: 120px;
    display: flex;
    align-items: center;
    gap: 80px;
}

/* 左侧地图区域（纯定位层） */
.strategy-left {
    position: relative;
    width: 520px;
    height: 420px;
}

/* 地图点位 */
.point {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    white-space: nowrap;
}

.point span {
    width: 14px;
    height: 14px;
    background: #ffb257;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 178, 87, 0.35);
}

.point p {
    line-height: 1.4;
}

.point em {
    font-style: normal;
    font-size: 12px;
    opacity: 0.85;
}

/* 点位坐标（按你这张合成图微调） */
.p-north { top: 150px; left: 190px; }
.p-northeast { top: 95px; left: 280px; }
.p-east { top: 265px; left: 300px; }
.p-central { top: 240px; left: 220px; }
.p-south { top: 325px; left: 260px; }

/* 右侧内容 */
.strategy-right {
    /*flex: 1;*/
    right: calc((100% - var(--width-main)) / 2 + var(--width-main) * 0.1);
    position: absolute;

    .strategy-right-title{
        border-bottom: 1px solid #FFFFFF;
        margin-bottom: 40px;
        width: 400px;
    }
}

.strategy-right h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 12px;
}

.strategy-right .sub {
    margin-bottom: 40px;font-size: 22px;   font-weight: 400;
}

.data-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
}

.data-list strong {
    display: block;
    font-size: 36px;
    background: linear-gradient(180deg, #F8D6BA 0%, #F3993D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 6px;
    font-weight: 800;
    line-height: 44px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.data-list span {
    font-size: 16px;font-weight: 400;line-height: 24px;
}
