.acsfs_offer_bg{
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.acsfs_offer_content{
    margin-top: .4167rem;
    margin-bottom: 1.4167rem;
}
.acsfs_offer_card{
    width: 6.7188rem;
    display: flex;
    align-items: center;
}
.acsfs_offer_card:nth-child(n+2) {
    margin-top: .4948rem;
}
.acsfs_offer_img img{
    width: 2.9688rem;
    height: 2.0833rem;
}
.acsfs_offer_information{
    margin-left: .3125rem;
}
.acsfs_offer_information h2{
    margin-top: 0;
    font-size: .1563rem;
}
.acsfs_offer_information p{
    margin-top: .0521rem;
    line-height: .1563rem;
    font-size: .0938rem;
    width: 3.4115rem;
}
.ml_4x{
    margin-left: .2083rem;
}

.detail_down_nav_bg{
    height: 8.2292rem;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.detail_down_nav_card{
    width: 6.7188rem;
    height: 2.0833rem;
    display: flex;
}
.detail_down_nav_group{
    margin-top: .4167rem;
}
.detail_down_nav_group .detail_down_nav_card:nth-child(n+2) {
    margin-top: .4948rem;
}
.detail_down_nav_group h3{
    margin-top: .4167rem;
    font-size: .1563rem;
}
.detail_down_nav_group p{
    margin-top: .0521rem;
    line-height: .1563rem;
    font-size: .0938rem;
    width: 3.4115rem;
}
.detail_down_nav_group img{
    width: 2.9688rem;
    height: 2.0833rem;
}
.down_nav_left_content{
    width: 3.4115rem;
}
.down_nav_right_content{
    margin-left: .3125rem;
}