.franchise-ban::before {
    position: absolute;
    content: "";
    width: 101%;
    height: 66px;
    bottom: -1px;
    left: 0;
    mask: url(/static/images/banner_bl2.svg) no-repeat center;
    mask-size: cover;
    background-color: #ffffff;
}
.franchise-main {
    padding: 10rem 0;
    background-color: #ffffff;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
/* .franchise-main::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 500px;
    bottom: 0;
    left: 0;
    background: url(/static/images/zsjm-bg.jpg) center/cover no-repeat;
} */
.franchise-main-tit {
    text-align: center;
}
.franchise-main-con {
    padding: 5rem;
    text-align: center;
}

