.subsidy-pool{
    margin-top: 20px;
    width: 100%;
    height: 460px;
    border-radius: 8px;
    background: url('../images/plan/plan_section1_bg.png') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #357E2D;
}
.subsidy-pool .top{
    /* width: ; */
    margin-top: 40px;
    position: relative;
}
.subsidy-pool .percent{
    display: inline;
    position: absolute;
    top: 156px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    text-align: center;
}
.subsidy-pool .title{
    margin-top: 26px;
    font-weight: 600;
    font-size: 48px;
}
.subsidy-pool .txt{
    margin-top: 20px;
    font-size: 30px;
}

.section{
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid #68AB75;
    background: #F8FFF6;
}
.section .block-title{
    margin-top: 18px;
    height: 60px;
    padding-left: 34px;
    padding-right: 42px;
    display: inline-flex;
    align-items: center;
    border-radius: 0 30px 30px 0;
    background: #68AB75;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
}   

.policy .content{
    padding: 24px 40px 52px 40px;

}
.policy .item{
    margin-top: 30px;
}
.policy .item h6{
    padding-left: 36px;
    font-weight: 600;
    font-size: 32px;
    color: #126306;
    position: relative;
}
.policy .item h6::before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 1px;
    width: 30px;
    height: 30px;
    background: url('../images/plan/GPS.svg') no-repeat center center;
    background-size: 100%;
}
.policy .item p{
    margin-top: 14px;
    font-size: 22px;
    font-weight: 400;
    color: #222;
}

.process .content{
    padding: 74px 46px 92px 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.process .content::before{
    content: "";
    position: absolute;
    top: 152px;
    left: 66px;
    right: 46px;
    height: 2px;
    background-color: #68AB75;
}
.process .content .item{
    /* flex: 1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.process .content .top{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process .item img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.process .item h6{
    margin-top: 4px;
    font-weight: 600;
    font-size: 32px;
    color: #126306;
    background: #F8FFF6;
    padding: 0 26px;
    position: relative;
}
.process .item h6::after{
    content: '';
    position: absolute;
    top: 9px;
    right: -10px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #68AB75;
}
.process .item:last-of-type h6::after{
    display: none;
}
.process .item p{
    margin-top: 14px;
    font-weight: 400;
    font-size: 20px;
    color: #222;
    text-align: center;
    line-height: 32px;
}

.award .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 26px 15px 36px;
}
.award .content .item{
    /* flex: 1; */
    flex-grow: 1;
    background: #fff;
    border-radius: 20px;
    padding: 10px 0 14px 32px;
}
.award .content .item h6{
    font-weight: 600;
    font-size: 20px;
    color: #68AB75;
}
.award .content .item p{
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #1E1E1E;
}
.award .content .item div{
    margin-top: 12px;
}
.award .content .item img{
    width: 94px;
    height: 94px;
    object-fit: contain;
}

.backgroud .content{
    padding: 4px 56px 27px;
}
.backgroud .content .item h6{
    font-size: 24px;
    color: #1C274D;
}
.backgroud .content .item h6::before{
    background: url('../images/plan/BookmarkCircle.svg');
}
.backgroud .content .item p{
    line-height: 32px;
}





/* 小于等于768px 的设备使用 rem 缩放布局 */
@media screen and (max-width: 768px) {
    .bg{
        height: 21.6rem;
        background: url('../images/plan/plan_bg_h5.png') no-repeat bottom 0 center;
        background-size: 100% 21.6rem;
    }
    .navbar{
        background: linear-gradient(90deg, #e9fce6 0, #aedeae 100%);
    }
    .main-container{
        background: unset;
        
    }
    .subsidy-pool{
        background: unset;
        margin-top: 4rem;
        height: unset;
    }
    .subsidy-pool .top{
        margin-top: 0.4rem;
    }
    .subsidy-pool .top img{
        width: 8rem;
        height: 8rem;
    }
    .subsidy-pool .top .percent{
        font-size: 1.4rem;
        top: 5.3rem;
    }
    .subsidy-pool .title{
        margin-top: 0.6rem;
        font-size: 1.6rem;
        font-weight: 600;
    }
    .subsidy-pool .txt{
        font-size: 1.2rem;
        margin-top: 0.3rem;
    }
    .section .block-title{
        height: 2.6rem;
        font-size: 1.4rem;
        padding: 0 2rem 0 1rem;
    }
    .policy .content{
        padding: 0 2rem 1.4rem 1rem;
    }
    .policy .content .item{
        margin-top: 1rem;
    }
    .policy .content .item h6{
        font-size: 1.4rem;
        padding-left: 1.8rem;
    }
    .policy .content .item h6::before{
        width: 1.6rem;
        height: 1.6rem;
        top: -0.1rem;
    }
    .policy .content .item p{
        font-size: 1.2rem;
        margin-top: 0.8rem;
        line-height: 2rem;
    }
    .process .content{
        padding: 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 3.4rem;
    }
    .process .content::before{
        width: 0.1rem;
        height: 26rem;
        left: 2.8rem;
        top: 1rem;
        bottom: 1rem;
    }
    .process .content .item{
        align-items: flex-start;
        padding-top: 0.4rem;
        padding-bottom: 1rem;
        background: #F8FFF6;
    }
    .process .content .item .top{
        align-items: center;
        flex-direction: row;
    }
    .process .content .item .top img{
        width: 1.6rem;
        height: 1.6rem;
    }
    .process .content .item .top h6{
        font-size: 1.4rem;
        padding: 0 0.2rem;
        margin-top: 0;
    }
    .process .content .item .top h6::after{
     width: 0.5rem;
     height: 0.5rem;
     left: 0rem;
     top: 3.8rem;   
    }
    .process .content .item p{
        font-size: 1.2rem;
        line-height: 1;
        margin-top: 0.6rem;
    }
    .award .content{
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 每行3个 */
        align-items: stretch;
        gap: 0.6rem;
        padding: 1rem 0.7rem;
    }
    .award .content .item{
        border: 0.1rem solid #68AB7580;
        border-radius: 1rem;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .award .content .item .top{
        margin-top: 0;
    }
    .award .content .item h6{
        font-size: 1.2rem;
    }
    .award .content .item p{
        font-size: 1.2rem;
    }
     .award .content .item img{
        width: 5rem;
        height: 5rem;
     }

     .backgroud .content .item h6::before{
        width: 1.6rem;
        height: 1.6rem;
        background-size: 1.6rem;
     }
}