
/* 添加方法卡片样式 */
.method-card {
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 20px;
    transition: all 0.3s ease;
}

.method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.method-icon {
    width: 60px;
    height: 60px;
    background-color: #e60012;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.method-icon i {
    font-size: 24px;
    color: #fff;
}

.method-content {
    flex: 1;
}

.method-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
}

.method-text {
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;text-align: left;
}

.plan-bg-07 {
    background-color: #f8f8f8;
    padding: 60px 0;
}
.mtit,
.mtit2 {
    padding: 10px 0 30px 0;
    text-align: center
}

.mtit span {
    display: inline-block;
    position: relative;
    height: 54px
}

.mtit b,
.mtit em,
.mtit i {
    display: block
}

.mtit b {
    font-size: 34px;
    color: #333;
    height: 54px;
    line-height: 54px
}

.mtit em {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #aaa;
    height: 24px;
    line-height: 24px
}

.mtit i {
    width: 180px;
    height: 1px;
    overflow: hidden;
    background: #004831;
    position: absolute;
    top: 50%;
}

.mtit .lt {
    left: -200px
}

.mtit .rt {
    right: -200px
}

.mtit2 {
    padding: 50px 0 16px 0
}

.mtit2 span {
    display: block;
    height: 54px;
    font-size: 34px;
    color: #333;
    line-height: 54px
}

.ntmain .mtit2 span {
    font-size: 26px;
}

.mtit2 i,
.mtit2 b {
    display: block
}

.mtit2 p {
    position: relative;
    height: 36px
}

.mtit2 em {
    display: inline-block;
    color: #bbb;
    font-size: 18px;

    line-height: 36px;
    height: 36px;
    padding: 0 30px;
    background: #fff;
    position: relative
}

.mtit2 i {
    width: 830px;
    height: 1px;
    background: #2d3e50;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -415px;
}

.mtit2 b {
    width: 120px;
    height: 3px;
    overflow: hidden;
    background: #e81118;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin: 0 0 0 -60px
}

.ebg .mtit2 em {
    background: #f5f4f9
}

.mtit3 span {
    color: #e77613
}
.mtit_sub {
    font-size: 25px;
    text-align: center;
    color: #1c4972;
    line-height: 30px;
    margin-top: -10px;
    padding-bottom: 50px;
}
.mtit_desc{
    margin: 0 auto;
    font-size: 15px;
    max-width: 800px;
    color: #666;padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
/* 博为国际样式 - 第一个版块 */

/* 红色标题栏样式 */
.bowei-header-title {
    background-color: #ff0000;
    color: white;
    text-align: center;
    padding: 15px 0;
    font-size: 24px;
    font-weight: bold;
}

/* 主横幅区域样式 */
.bowei-main-banner {

    padding: 0 0 20px 0;
    position: relative;
}

/* 黄色标题样式 */
.bowei-yellow-title {
    color: #ffff00;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

/* 主介绍文字样式 */
.bowei-main-intro {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

/* 特点部分整体样式 */
.bowei-feature-section {
    padding: 20px 0;

}

/* 特点盒子样式 */
.bowei-feature-box {
    background-color: white;
    border-left: 1px solid #ddd;
    padding: 0 0 0 30px;
    min-height: 260px;
    margin-bottom: 20px;
}

/* 第一个特点盒子没有左边框 */
.row > div:first-child .bowei-feature-box {
    border-left: none;
}

/* 特点标题样式 */
.bowei-feature-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* 特点标题第一行样式 */
.bowei-feature-title .title-first {
    color: #c00;
}

/* 特点标题第二行样式 */
.bowei-feature-title .title-second {
    color: #444;font-size: 14px;
}

/* 特点内容样式 */
.bowei-feature-content {
    text-align: left;
    font-size: 14px;

}

/* 响应式调整 */
@media (max-width: 992px) {
    .bowei-feature-box {
        padding: 0 18px;
        min-height: auto;
        /*height: 280px;*/
    }
    .bowei-feature-title {

         border-bottom: none;

    }
    .mtit, .mtit2 {
        padding: 30px 0 10px 0;
        text-align: center;
    }
    .mtit b {
        font-size: 20px;
        color: #333;
        height: 36px;

    }
    .mtit .lt,.mtit .rt{
        display: none;
    }
}

@media (max-width: 768px) {
    .bowei-feature-box {
        border-left: none;

        height: auto;
    }

    .row > div:first-child .bowei-feature-box {
        border-top: none;
    }
}
.plan-bg-line {
    background: #fff;
    padding: 50px 0;
    position: relative;
}
.plan-bg-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #e60012, transparent);
}
/* 合作伙伴展示区域样式 */
.plan-bg-01 {
    background-color: #fff;
    padding-bottom: 40px;
}

.plan-bg-02 {
    background-color: #fff;
    padding: 40px 0 60px;
    position: relative;
}

/*.plan-bg-02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #c00, #f60, #fc0);
}*/

.partner-section {
    margin-bottom: 30px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    height: 100%;
    transition: all 0.3s ease;
}

.partner-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}

.partner-title {
    background-color: #c00;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
}

.partner-title:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #c00;
}

.partner-content {
    padding: 20px 15px;
    line-height: 1.8;
   /* text-align: justify;*/
    text-align: left;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    height: calc(100% - 45px);
    overflow: hidden;
    min-height: 270px;
}

.partner-content a {
    cursor: default ;
    color: #333;
    margin-right: 8px;
    display: inline-block;
    transition: all 0.2s ease;
}

.partner-content a:hover {
    color: #c00;
    text-decoration: none;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .partner-title {
        font-size: 16px;
        padding: 10px 0;
    }

    .partner-content {
        font-size: 14px;
        padding: 15px 10px;
        min-height: auto;
    }

    .partner-content a {
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .plan-bg-02 {
        padding: 20px 0 30px;
    }

    .plan-bg-02:before {
        height: 2px;
    }

    .partner-section {
        margin-bottom: 20px;
    }

    .partner-title:after {
        bottom: -6px;
        margin-left: -6px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #c00;
    }
}

/* 第三个版块-规划服务样式 */
.plan-bg-03 {
    background-color: #fff;
    padding: 40px 0 60px;
    position: relative;
}

/*.plan-bg-03:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #1c4972, #4e569f, #6b8cce);
}*/

/* 新的卡片样式 */
.plan155-card {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #eee;
}

.plan155-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.plan155-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #c00;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.plan155-card:hover:before {
    transform: scaleY(1);
}

.plan155-card:hover .plan155-card-header {
    background-color: #1c4972;
}

.plan155-card-header {
    background-color: #c00;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    position: relative;
}

.plan155-card-body {
    padding: 20px;
    background-color: #fff;
    flex: 1;
    border-top: none;
}

.plan155-card-text {
    color: #333;
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}

.plan155-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.plan155-col {
    padding: 0 15px;
    margin-bottom: 30px;
    display: flex;
}

@media (max-width: 767px) {
    .plan155-card-header {
        padding: 12px;
        font-size: 16px;
    }

    .plan155-card-body {
        padding: 15px;
    }

    .plan155-col {
        margin-bottom: 20px;
    }
}

/* 新增第四个版块样式 */
.plan-bg-04 {
    background-color: #fff;
    padding: 40px 0 60px;
    position: relative;
}

.task-intro {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 40px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.task-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.task-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.task-header {
    background: linear-gradient(135deg, #c00, #e60012);
    color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
}

.task-header:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e60012;
}

.task-header h3 {
    font-size: 24px;
    margin: 0 0 5px;
    font-weight: bold;
}

.task-header h4 {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    opacity: 0.9;
}

.task-content {
    padding: 30px 25px;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    text-align: justify;
    min-height: 280px;
}


.sww-ghyuanze{background:#fff;}
.ghyuanze{position:relative;min-height:620px;z-index:4;margin-top: -60px;}
.ghyuanze ul{position:absolute;top:0;bottom:0;left:0;right:0;}
.ghyuanze li{position:absolute;}
.ghyuanze .l1{width:390px;top:90px;left:40px;text-align:right;}
.ghyuanze .l1 dd{letter-spacing:-.05em;}
.ghyuanze .l2{width: 390px;
    top: 90px;
    right: 40px;
    text-align: left;}
.ghyuanze .l3{width:370px;top:260px;left:0px;text-align:right;}
.ghyuanze .l4{width:370px;top:260px;right:0px;text-align: left;}
.ghyuanze .l5{width:370px;top:450px;left:30px;text-align:right;}
.ghyuanze .l6{width:370px;top:450px;right:30px;text-align:left;}
.ghyuanze .l7{width:600px;bottom:-10px;left:50%;margin:0 0 0 -300px;text-align:center;}
.ghyuanze h3{font-size:20px;line-height:50px;color:#d12c25;font-weight:bold;}
.ghyuanze dd{font-size:16px;line-height:28px;}
.ghyuanze .tit{position:absolute;top:172px;left:50%;width:340px;height:340px;margin:0 0 0 -170px;border-radius:50%;background:linear-gradient(180deg, rgba(252,240,240,1) 0%,rgba(209,44,37,1) 100%);}
.ghyuanze .tit:before{content:"";position:absolute;top:2px;bottom:2px;left:2px;right:2px;border-radius:50%;background:#fcf0f0;}
.ghyuanze .tit:after{content:"";position:absolute;top:40px;bottom:40px;left:40px;right:40px;border-radius:50%;background:#d12c25; box-shadow:0 0 30px #fff;border:15px solid #fff;}
.ghyuanze .tit b{position:absolute;left:0;right:0;top:50%;padding:76px 0 0 0;margin:-55px 0 0 0;font-size:34px;line-height:34px;color:#fff;z-index:2;text-align:center;}
.ghyuanze .tit b:before{content:"";position:absolute;top:0;left:50%;width:64px;height:64px;margin:0 0 0 -32px;background:url(/images/plan155/icon01.png) no-repeat;background-size:contain}
.sww-ghyuanze .sw{height:800px;position:relative;}
.sww-ghyuanze .sw:after{content:"";position:absolute;top:70%;bottom:0;left:0;right:0;background:linear-gradient(180deg, rgba(255,248,248,0) 0%,rgba(255,255,255,1) 100%);}
.sww-ghyuanze .sw:before{content:"";position:absolute;bottom:50%;top:0;left:0;right:0;background:linear-gradient(180deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);z-index:3;}
.sww-ghyuanze .mtit{position:relative;z-index:4;}
.ghyuanzebg{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;}
.ghyuanzebg:before{content:"";position:absolute;top:50%;left:0;right:0;border-radius:50%;background:linear-gradient(180deg, rgba(255,248,248,1) 0%,rgba(255,248,248,1) 100%);height:900px;margin:-450px 0 0 0;}
.ghyuanzebg:after{content:"";position:absolute;top:192px;left:50%;margin:0 0 0 -260px;width:530px;height:530px;border-radius:50%;background:#fcf0f0;}
.ghyuanze dl:after{content:"";position:absolute;width:26px;height:26px;background:#d12c25;border-radius:50%;z-index:3;border:3px solid #fff;}
.ghyuanze .l1 dl:after{bottom:-34px;right:-40px;}
.ghyuanze .l2 dl:after{bottom:-34px;left:-38px;}
.ghyuanze .l3 dl:after{top:78px;right:-45px;}
.ghyuanze .l4 dl:after{top:78px;left:-45px;}
.ghyuanze .l5 dl:after{top:18px;right:-87px;}
.ghyuanze .l6 dl:after{top:18px;left:-87px;}
.ghyuanze .l7 dl:after{top:-30px;left:50%;margin:0 0 0 -13px;}


.fuwuneirong{position:relative;min-height:620px;z-index:4;margin-top: -60px;}
.fuwuneirong ul{position:absolute;top:0;bottom:0;left:0;right:0;}
.fuwuneirong li{position:absolute;}
.fuwuneirong .l1{width:440px;top:90px;left:0px;text-align:right;}
.fuwuneirong .l1 dd{letter-spacing:-.05em;}
.fuwuneirong .l2{width: 390px;
    top: 90px;
    right: 20px;
    text-align: left;}
.fuwuneirong .l3{width:370px;top:260px;left:0px;text-align:right;}
.fuwuneirong .l4{width:370px;top:300px;right:0px;text-align: left;}
.fuwuneirong .l5{width:420px;top:420px;left:-10px;text-align:right;}
.fuwuneirong .l6{width:370px;top:450px;right:30px;text-align:left;}
.fuwuneirong .l7{width:600px;bottom:-10px;left:50%;margin:0 0 0 -300px;text-align:center;}
.fuwuneirong h3{font-size:20px;line-height:40px;color:#d12c25;font-weight:bold;}
.fuwuneirong dd{font-size:15px;line-height:24px;}
.fuwuneirong .tit{position:absolute;top:172px;left:50%;width:340px;height:340px;margin:0 0 0 -170px;border-radius:50%;background:linear-gradient(180deg, rgba(252,240,240,1) 0%,rgba(209,44,37,1) 100%);}
.fuwuneirong .tit:before{content:"";position:absolute;top:2px;bottom:2px;left:2px;right:2px;border-radius:50%;background:#fcf0f0;}
.fuwuneirong .tit:after{content:"";position:absolute;top:40px;bottom:40px;left:40px;right:40px;border-radius:50%;background:#d12c25; box-shadow:0 0 30px #fff;border:15px solid #fff;}
.fuwuneirong .tit b{position:absolute;left:0;right:0;top:50%;padding:76px 0 0 0;margin:-55px 0 0 0;font-size:34px;line-height:34px;color:#fff;z-index:2;text-align:center;}
.fuwuneirong .tit b:before{content:"";position:absolute;top:0;left:50%;width:64px;height:64px;margin:0 0 0 -32px;background:url(/images/plan155/icon01.png) no-repeat;background-size:contain}
.sww-fuwuneirong .sw{height:800px;position:relative;}
.sww-fuwuneirong .sw:after{content:"";position:absolute;top:70%;bottom:0;left:0;right:0;background:linear-gradient(180deg, rgba(255,248,248,0) 0%,rgba(255,255,255,1) 100%);}
.sww-fuwuneirong .sw:before{content:"";position:absolute;bottom:50%;top:0;left:0;right:0;background:linear-gradient(180deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);z-index:3;}
.sww-fuwuneirong .mtit{position:relative;z-index:4;}
.fuwuneirongbg{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;}
.fuwuneirongbg:before{content:"";position:absolute;top:50%;left:0;right:0;border-radius:50%;background:linear-gradient(180deg, rgba(255,248,248,1) 0%,rgba(255,248,248,1) 100%);height:900px;margin:-450px 0 0 0;}
.fuwuneirongbg:after{content:"";position:absolute;top:192px;left:50%;margin:0 0 0 -260px;width:530px;height:530px;border-radius:50%;background:#fcf0f0;}
.fuwuneirong dl:after{content:"";position:absolute;width:26px;height:26px;background:#d12c25;border-radius:50%;z-index:3;border:3px solid #fff;}
.fuwuneirong .l1 dl:after{bottom:-5px;right:-60px;}
.fuwuneirong .l2 dl:after{bottom:0px;left:-60px;}
.fuwuneirong .l3 dl:after{top:78px;right:-45px;}
.fuwuneirong .l4 dl:after{top:78px;left:-52px;}
.fuwuneirong .l5 dl:after{top:52px;right:-87px;}
.fuwuneirong .l6 dl:after{top:18px;left:-87px;}
.fuwuneirong .l7 dl:after{top:-30px;left:50%;margin:0 0 0 -13px;}
/* 响应式调整 */
@media (max-width: 991px) {
    .task-intro {
        font-size: 15px;
        padding: 15px;
        margin-bottom: 30px;
    }

    .task-header {
        padding: 15px;
    }

    .task-header h3 {
        font-size: 20px;
    }

    .task-header h4 {
        font-size: 16px;
    }

    .task-content {
        padding: 20px;
        font-size: 14px;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .plan-bg-04 {
        padding: 30px 0;
    }

    .task-intro {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .task-card {
        margin-bottom: 20px;
    }

    .task-header h3 {
        font-size: 18px;
    }

    .task-header h4 {
        font-size: 15px;
    }
}

/* 第五个版块样式 */
.plan-bg-05 {
    background-color: #fff;
    padding: 40px 0 80px;
    position: relative;
}

.background-circle {
    position: relative;
    width: 1200px;
    margin: 30px auto;
}

.circle-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background: #e60012;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.center-text {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.circle-item {
    position: absolute;
    width: 300px;
    transition: all 0.3s ease;
}

/* 六个项目的位置分布 */
.item-1 { top: 0; left: 50%; transform: translateX(-50%); }
.item-2 { top: 20%; right: 0; }
.item-3 { bottom: 20%; right: 0; }
.item-4 { bottom: 0; left: 50%; transform: translateX(-50%); }
.item-5 { bottom: 20%; left: 0; }
.item-6 { top: 20%; left: 0; }

.circle-content {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.circle-content h3 {
    color: #e60012;
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: bold;
}

.circle-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

/* 连接线 */
.background-circle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* 鼠标悬停效果 */
.circle-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.circle-content:hover h3 {
    color: #e60012;
}

/* 响应式调整 */
@media (max-width: 1200px) {
    .background-circle {
        width: 100%;
        padding: 0 20px;
    }

    .background-circle:before {
        width: 500px;
        height: 500px;
    }

    .circle-item {
        width: 250px;
    }
}

@media (max-width: 991px) {
    .background-circle:before {
        width: 400px;
        height: 400px;
    }

    .circle-item {
        width: 220px;
    }

    .circle-center {
        width: 140px;
        height: 140px;
    }

    .center-text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .plan-bg-05 {
        padding: 30px 0;
    }

    .background-circle {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 20px auto;
    }

    .background-circle:before {
        display: none;
    }

    .circle-center {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        margin-bottom: 30px;
        width: 120px;
        height: 120px;
    }

    .circle-item {
        position: relative;
        width: 100%;
        max-width: 300px;
        margin-bottom: 20px;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
    }

    .center-text {
        font-size: 18px;
    }

    .circle-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .circle-content p {
        font-size: 13px;
    }
}

/* 移动端样式适配 */
@media screen and (max-width: 768px) {
    .plan-bg-05 {
        padding: 30px 0;
    }

    .plan-bg-05 .mtit {
        margin-bottom: 0;
    }

    .sww-ghyuanze .tit {
        margin-bottom: 20px;
    }

    .sww-ghyuanze .ghyuanze ul {
        padding: 0 15px;
    }

    .sww-ghyuanze .ghyuanze ul li {
        width: 100%;
        margin-bottom: 0;
        float: none;
    }

    .sww-ghyuanze .ghyuanze ul li dl {
        padding: 15px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
    }

    .sww-ghyuanze .ghyuanze ul li dl:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .sww-ghyuanze .ghyuanze ul li dt {
        margin-bottom: 10px;
        position: relative;
        padding-left: 15px;
    }

    .sww-ghyuanze .ghyuanze ul li dt:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 16px;

        border-radius: 2px;
    }

    .sww-ghyuanze .ghyuanze ul li dt h3 {
        font-size: 18px;
        color: #333;
        margin: 0;
        font-weight: bold;
    }

    .sww-ghyuanze .ghyuanze ul li dd {
        font-size: 14px;
        line-height: 1.6;
        color: #666;
        margin: 0;
        padding-left: 15px;
    }

    /* 标题样式优化 */
    .plan-bg-05 .mtit span b {
        font-size: 20px;
    }

    .sww-ghyuanze .tit b {
        font-size: 18px;
    }

    /* 内容间距优化 */
    .sww-ghyuanze .ghyuanze {
        padding: 15px 0;
    }

    /* 卡片动效优化 */
    .sww-ghyuanze .ghyuanze ul li dl {
        position: relative;
        overflow: hidden;
    }

    .sww-ghyuanze .ghyuanze ul li dl:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(to right, #e60012, #ff6b6b);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .sww-ghyuanze .ghyuanze ul li dl:hover:after {
        opacity: 1;
    }

    .ghyuanze {
        min-height: auto;
        margin-top: 0;
        padding: 20px 15px;
    }

    .ghyuanze ul {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .ghyuanze li {
        position: relative;
        width: 100% !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        text-align: left !important;
    }

    .ghyuanze dl {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        padding: 15px;
        margin: 0;
        position: relative;
        transition: all 0.3s ease;
    }

    .ghyuanze dl:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .ghyuanze h3 {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 10px;
        padding-left: 15px;
        position: relative;
    }

    .ghyuanze h3:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 18px;
        background: #d12c25;
        border-radius: 2px;
    }

    .ghyuanze dd {
        font-size: 14px;
        line-height: 1.6;
        color: #666;
        padding-left: 15px;
    }

    .ghyuanze .tit {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
        left: auto;
        top: auto;
        border-radius: 8px;
        background: #d12c25;
        padding: 20px;
        text-align: center;
    }

    .ghyuanze .tit:before,
    .ghyuanze .tit:after {
        display: none;
    }

    .ghyuanze .tit b {
        position: relative;
        padding: 0;
        margin: 0;
        font-size: 20px;
        line-height: 1.4;
        color: #fff;
    }

    .ghyuanze .tit b:before {
        display: none;
    }

    .ghyuanze dl:after {
        display: none;
    }

    .ghyuanzebg {
        display: none;
    }

    .sww-ghyuanze .sw {
        height: auto;
    }

    .sww-ghyuanze .sw:before,
    .sww-ghyuanze .sw:after {
        display: none;
    }
}

/* 平板端样式优化 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .sww-ghyuanze .ghyuanze ul li {
        width: 48%;
        margin: 1%;
    }

    .sww-ghyuanze .ghyuanze ul li dl {
        height: 100%;
        min-height: 180px;
    }

    .ghyuanze {
        min-height: auto;
        padding: 30px 20px;
    }

    .ghyuanze ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        position: relative;
    }

    .ghyuanze .tit {
        position: relative;
        width: 200px;
        height: 200px;
        margin: 0 auto 40px;
        left: auto;
        top: auto;
    }

    .ghyuanze li {
        position: relative !important;
        width: 100% !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
    }

    .ghyuanze dl {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        padding: 20px;
        height: 100%;
    }
}

/* 第六个版块样式 - 工作进度安排 */
.plan-bg-06 {
    background: #fff;
    padding: 50px 0 20px 0;
    position: relative;
}



.plan-bg-06 .progress-intro {
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 800px;
}

.plan-bg-06 .progress-timeline {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.plan-bg-06 .timeline-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
/*    padding: 40px 0;*/
}

.plan-bg-06 .timeline-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #e5e5e5;
    z-index: 1;
}

.plan-bg-06 .timeline-item {
    width: calc(25% - 20px);
    text-align: center;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 20px 15px;
    transition: all 0.3s ease;
}

.plan-bg-06 .timeline-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #4e569f;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 20px;
    position: relative;
    transition: all 0.3s ease;
}

.plan-bg-06 .timeline-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.plan-bg-06 .timeline-content {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.plan-bg-06 .timeline-item:hover {
    transform: translateY(-5px);
}

.plan-bg-06 .timeline-item:hover .timeline-number {
    background: #e60012;
    transform: scale(1.1);
}

.plan-bg-06 .timeline-item:hover .timeline-title {
    color: #e60012;
}

@media screen and (max-width: 768px) {
    .plan-bg-06 .timeline-container {
        flex-direction: column;
        padding:  0;
    }

    .plan-bg-06 .timeline-container::before {
        width: 2px;
        height: 100%;
        left: 30px;
        top: 0;
        background: none;
    }

    .plan-bg-06 .timeline-item {
        width: 100%;
        margin-bottom: 0;
        padding-left: 80px;
        text-align: left;
    }

    .plan-bg-06 .timeline-number {
        position: absolute;
        left: 0;
        top: 12px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        text-align: center;
    }

    .plan-bg-06 .progress-intro {
        padding: 0 20px;
        font-size: 14px;
    }
}

/* 编制主要成果样式 */
.plan-bg-08 {
    padding: 60px 0;
    background-color: #fff;
    position: relative;
}

.achievement-card {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 180px;
    border: 1px solid #f0f0f0;
}

.achievement-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #e60012;
    transition: all 0.3s ease;
}

.achievement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.achievement-card:hover:before {
    width: 100%;
    opacity: 0.05;
}

.achievement-header {
    padding: 20px 25px;
    background-color: #f8f8f8;
    color: #e60012;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
}

.achievement-header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(to right, transparent, #e60012, transparent);
    opacity: 0;
    transition: all 0.3s ease;
}

.achievement-card:hover .achievement-header {
    color: #fff;
    background-color: #e60012;
}

.achievement-card:hover .achievement-header:after {
    opacity: 1;
}

.achievement-content {
    padding: 20px 25px;
    color: #666;
    line-height: 1.6;
    font-size: 15px;
    text-align: justify;
}

/* 红色主题标题栏 */
.achievement-card.red-theme .achievement-header {
    background-color: #e60012;
    color: #fff;
}

/* 等高卡片排列 */
.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.row.equal-height > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.row.equal-height .achievement-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.row.equal-height .achievement-content {
    flex: 1;
}

@media (max-width: 767px) {
    .method-title {

        font-size: 18px;

    }
}
@media (max-width: 991px) {
    .plan-bg-08 {
        padding: 40px 0;
    }

    .achievement-header {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .plan-bg-08 {
        padding: 30px 0;
    }

    .achievement-header {
        font-size: 16px;
        padding: 15px 20px;
        text-align: left;
    }

    .achievement-content {
        padding: 15px 20px;
        font-size: 14px;
    }

    .achievement-card {
        min-height: auto;
        margin-bottom: 20px;
    }

    .mtit_desc {
        padding: 0 15px 20px 15px;
    }
}

/* 评估服务总结展示 - plan-bg-09 */
.plan-bg-09 {
    background-color: #fff;
    padding: 60px 0;
    position: relative;
}

.plan-bg-09::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
/*    background: linear-gradient(90deg, #c00, #e60012, #c00);*/
}

.service-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.service-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.service-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.service-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);

    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;

}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #c00, #e60012);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -35px auto 15px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    border: 4px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: #c00;
    font-size: 28px;
}

.service-card:hover .service-icon {
    background: #c00;
    color: #fff;
    transform: rotate(360deg);
}

.service-header {
    text-align: center;
    padding: 0 20px 15px;
    border-bottom: 1px dashed #eee;
}

.service-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px;
}

.service-subtitle {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.service-content {
    padding: 20px;
    flex: 1;
    text-align: justify;
}

.service-text {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.service-tag {
    display: inline-block;
    margin: 4px 2px;
    padding: 2px 10px;
    background: #f8f8f8;
    border-radius: 20px;
    font-size: 12px;
    color: #666;
    transition: all 0.3s ease;
}

.service-card:hover .service-tag {
    background: #ffe8e8;
    color: #c00;
}

.service-footer {
    padding: 15px 20px;
    border-top: 1px dashed #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-footer-text {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.service-footer-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f8f8f8;
    color: #666;
    transition: all 0.3s ease;
}

.service-card:hover .service-footer-icon {
    background: #c00;
    color: #fff;
}

/* 数据版块 */
.data-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0;
}

.data-item {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    padding: 20px;
}

.data-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff, #f8f8f8);
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 4px solid #fff;
}

.data-circle::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    border: 1px solid #e60012;
    opacity: 0.2;
}

.data-circle::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    border-top: 1px solid #e60012;
    border-left: 1px solid #e60012;
    opacity: 0.5;
}

.data-item:hover .data-circle {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, #fff, #ffe8e8);
}

.data-number {
    font-size: 32px;
    font-weight: bold;
    color: #c00;
    line-height: 1;
}

.data-unit {
    font-size: 16px;
    color: #c00;
    margin-left: 2px;
}

.data-title {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.data-desc {
    font-size: 14px;
    color: #999;
    margin: 5px 0 0;
}

/* 响应式调整 */
@media (max-width: 1200px) {
    .service-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .data-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .plan-bg-09 {
        padding: 50px 0;
    }

    .service-title {
        font-size: 18px;
    }

    .service-subtitle {
        font-size: 13px;
    }

    .service-content {
        padding: 15px;
    }

    .service-text {
        font-size: 14px;
    }

    .data-circle {
        width: 100px;
        height: 100px;
    }

    .data-number {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .plan-bg-09 {
        padding: 40px 0;
    }

    .service-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service-card {
        margin-bottom: 15px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        margin: -30px auto 10px;
        font-size: 24px;
    }

    .service-header {
        padding: 0 15px 10px;
    }

    .service-title {
        font-size: 17px;
    }

    .service-content {
        padding: 15px;
    }

    .service-footer {
        padding: 10px 15px;
    }

    .data-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px;
        margin-bottom: 20px;
    }

    .data-circle {
        width: 80px;
        height: 80px;
    }

    .data-number {
        font-size: 24px;
    }

    .data-unit {
        font-size: 14px;
    }

    .data-title {
        font-size: 14px;
    }

    .data-desc {
        font-size: 12px;
    }
}

/* 全局响应式优化 */
@media (max-width: 767px) {
    .mtit, .mtit2 {
        padding: 10px 0 15px;
    }

    .mtit b {
        font-size: 22px;
        height: 36px;
        line-height: 36px;
    }

    .mtit em {
        font-size: 14px;
    }

    .mtit_sub {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 20px;
    }

    .mtit_desc {
        font-size: 14px;
        padding-bottom: 30px;
    }

    .bowei-header-title {
        font-size: 20px;
        padding: 12px 0;
    }

    .plan-bg-line {
        padding: 30px 0;
    }
}

/* 十五五规划编制前期课题研究 - plan-bg-10 */
.plan-bg-10 {
    background-color: #fff;
    padding: 60px 0;
    position: relative;
}

.plan-bg-10::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    /*background: linear-gradient(90deg, #c00, #e60012, #c00);*/
}

.research-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.research-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px;
    line-height: 1.8;
    color: #333;
    font-size: 16px;
}

.research-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.research-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.research-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    padding: 25px;
    border: 1px solid #f0f0f0;
}

.research-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.research-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #e60012;
}

.research-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.research-number {
    width: 36px;
    height: 36px;
    background: #e60012;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
}

.research-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.research-content {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
}

.research-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #f8f8f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e60012;
    font-size: 18px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.research-card:hover .research-icon {
    opacity: 1;
    transform: rotate(360deg);
    background: #e60012;
    color: #fff;
}

/* 响应式调整 */
@media (max-width: 991px) {
    .plan-bg-10 {
        padding: 50px 0;
    }

    .research-title {
        font-size: 17px;
    }

    .research-content {
        font-size: 14px;
    }

    .research-card {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .plan-bg-10 {
        padding: 40px 0;
    }

    .research-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .research-card {
        padding: 15px;
        margin-bottom: 15px;
    }

    .research-header {
        margin-bottom: 10px;
    }

    .research-number {
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin-right: 10px;
    }

    .research-title {
        font-size: 16px;
    }

    .research-icon {
        width: 32px;
        height: 32px;
        top: 15px;
        right: 15px;
        font-size: 16px;
    }

    .research-intro {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* 十五五规划纲要编制主要内容 - plan-bg-11 */
.plan-bg-11 {
    background-color: #fff;
    padding: 60px 0;
    position: relative;
}

.plan-bg-11::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    /*background: linear-gradient(90deg, #ff0000, #e60012, #ff0000);*/
}

.outline-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.outline-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px;
    line-height: 1.8;
    color: #333;
    font-size: 16px;
}

.outline-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.outline-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.outline-card {
    background: #fff7f7;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    padding: 25px;
    border: 1px solid #fee;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.outline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.outline-header {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 15px;
}

.outline-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #e60012;
}

.outline-title {
    color: #e60012;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.outline-content {
    color: #333;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

.outline-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.1;
    transition: all 0.3s ease;
    color: #e60012;
    font-size: 20px;
}

.outline-card:hover .outline-icon {
    opacity: 0.3;
}

/* 响应式调整 */
@media (max-width: 991px) {
    .plan-bg-11 {
        padding: 50px 0;
    }
    
    .outline-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .outline-title {
        font-size: 18px;
    }
    
    .outline-content {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .plan-bg-11 {
        padding: 40px 0;
    }
    
    .outline-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .outline-card {
        padding: 20px;
    }
    
    .outline-header {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    
    .outline-title {
        font-size: 17px;
    }
    
    .outline-icon {
        width: 30px;
        height: 30px;
        top: 15px;
        right: 15px;
        font-size: 16px;
    }
}

/* .plan-bg-12 移动端卡片样式 */
@media screen and (max-width: 768px) {
    .plan-bg-12-mobile {
        display: block;
        background-color: #fff;
        padding: 30px 0;
        position: relative;
    }
    
    .plan-bg-12-mobile::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, transparent, #e60012, transparent);
    }
    
    .plan-bg-12-mobile .mtit {
        padding: 30px 0 20px;
    }
    
    .plan-bg-12-mobile .mtit b {
        font-size: 22px;
        line-height: 1.4;
    }
    
    .plan-bg-12-mobile .service-container {
        padding: 0 15px;
    }
    
    .plan-bg-12-mobile .service-card {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 3px 15px rgba(0,0,0,0.08);
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease;
    }
    
    .plan-bg-12-mobile .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
    
    .plan-bg-12-mobile .service-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: #e60012;
        border-radius: 4px 0 0 4px;
    }
    
    .plan-bg-12-mobile .service-header {
        padding: 15px 15px 5px;
    }
    
    .plan-bg-12-mobile .service-title {
        color: #e60012;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
        line-height: 1.4;
    }
    
    .plan-bg-12-mobile .service-content {
        padding: 5px 15px 15px;
        color: #555;
        font-size: 14px;
        line-height: 1.6;
    }
    
    /* 隐藏PC版的.plan-bg-12内容，仅显示移动版卡片 */
    .plan-bg-12 .sww-ghyuanze {
        display: none;
    }
}

/* PC端隐藏移动版卡片样式 */
@media screen and (min-width: 769px) {
    .plan-bg-12-mobile {
        display: none;
    }
}
