body{
    background: url('../img/active/bg.png') repeat-y center center;
    background-size: cover;
}
.active_banner{
    width: 100%;
    height: calc(100vw * 1146 / 1920);
    background: url('https://cdn.quanjingxr.com//uploads/image/20260323/cc18e13f633515edfcfc40dc46af0e43.png') no-repeat top center;
    background-size: cover
}
.body-container .active_card{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    background: url('../img/active/card_bg1.png') no-repeat center center;
    background-size: cover;
    height: 600px;
    overflow: hidden;
}
.body-container .active_card:nth-child(1){
    background: url('../img/active/card_bg2.png') no-repeat center center;
    background-size: cover;
}
.body-container .active_card:nth-child(2){
    background: url('../img/active/card_bg1.png') no-repeat center center;
    background-size: cover;
}
.body-container .active_card:nth-child(3){
    background: url('../img/active/card_bg2.png') no-repeat center center;
    background-size: cover;
}
.body-container .active_card:nth-child(4){
    background: url('../img/active/card_bg3.png') no-repeat center center;
    background-size: cover;
}
.body-container .active_card:nth-child(5){
    background: url('../img/active/card_bg4.png') no-repeat center center;
    background-size: cover;
}
.active_card_box{
    margin-top: 220px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    height: 240px;
}
.active_card_flow{
    background: linear-gradient( 45deg, #FDFAF1 0%, #D2FFB9 100%), #FEE5C7;
    border-radius: 21px 21px 21px 21px;
    height: 240px;
    width: calc(30% - 30px);
}
.active_card_flow_title{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 20px;
}
.active_card_flow_price{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 32px;
    color: #0F7A37;
    line-height: 44px;
    height: 44px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.active_card_flow_price span{
    font-size: 14px;
}
.active_card_flow_oldprice{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 14px;
    color: #0F7A37;
    line-height: 44px;
    height: 44px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-decoration-line: line-through;
}
.active_card_flow_desc{
    font-size: 12px;
    color: #666;
    padding: 0 40px;
    text-align: center;
}
.active_card_flow_btn{
    /* border: 1px solid; */
    overflow: hidden;
}
.active_card_flow_btn a{
    display: block;
    height: 40px;
    background: url(../img/active/button.png) no-repeat center center;
    background-size: contain;
    /* border: 1px solid; */
    width: 150px;
    margin: 0 auto;
}

.active_footer{
    border: 2px solid #3F9A61;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
    height: 80px;
    line-height: 80px;
    border-radius: 80px;
    text-align: center;
    font-size: 24px;
    color: #3F9A61;
}
