#banner .swiper-pagination-bullet {
    width: 1.05rem;
    height: 1.05rem;
    background: url("../images/pagination.png") no-repeat;
    background-size: 100% 100%;
}

#banner .swiper-pagination-bullet-active {
    width: 1.05rem;
    height: 1.05rem;
    background: url("../images/pagination-active.png") no-repeat;
    background-size: 100% 100%;
}


/* 加盟流程 */

.jiameng.section {
    padding-bottom: 0;
}

.jiameng .section-content {
    margin-top: 1.5rem;
}

.jiameng .swiper-slide {
    padding: 0 0.65rem 2rem;
}


/* 主打产品 */

.product {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.product.lazy-background.visible {
    background-image: url("../images/product-bg.png");
    /* The final image */
}

.product .swiper-slide {
    width: 25rem;
    height: 30rem;
    opacity: 0.5;
    transition: opacity 300ms;
}

.product .swiper-slide-active {
    opacity: 1;
}


/* 产品优势 */

.advantage {
    padding-bottom: 1.5rem;
}

.advantage .swiper-slide {
    padding: 1.5rem;
}

.advantage .swiper-button-next,
.advantage .swiper-button-prev {
    margin-top: -5rem;
}

.advantage .swiper-button-next {
    right: 3rem;
}

.advantage .swiper-button-prev {
    left: 3rem;
}

.advantage .card {
    text-align: left;
    margin-bottom: 1rem;
}

.advantage .card-title {
    font-size: 1.5rem;
}

.advantage .card-text {
    font-size: 1.2rem;
    color: #999999;
}


/* 门店类型 */

.shop-type {
    background: #000 no-repeat;
    background-position: right center;
    background-size: cover;
}

.shop-type.lazy-background.visible {
    /* background-image: url("../images/shop-type-bg.png"); */
    /* The final image */
}

.shop-type .swiper-slide {
    width: 21rem;
    transition: filter 300ms ease-in;
    filter: blur(4px) brightness(0.9);
    height: auto;
}

.shop-type .swiper-slide-active {
    filter: none;
}

.shop-type .section-sub-title {
    padding: 0 1.2rem;
}

.shop-type .tab .tab-ul {
    justify-content: center;
}


/* 明星门店秀 */

.shop {
    padding-bottom: 2.5rem;
}

.shop .box-shadow {
    margin-top: -1.5rem;
}

.shop .img {
    box-shadow: 0px 0.1rem 1rem 0px rgba(0, 0, 0, 0.1);
}


/* 数字化赋能 */

.system {
    background: #000 no-repeat;
    background-position: right center;
    background-size: cover;
}

.system.lazy-background.visible {
    background-image: url("../images/system-bg.png");
    /* The final image */
}

.system .swiper-slide {
    background-color: inherit;
}


/* 夸父荣誉  */

.honnor {
    padding-bottom: 2.5rem;
}

.honnor .swiper {
    margin-top: -0.5rem;
}

.honnor .swiper-slide {
    width: 17.5rem;
    transition: transform 300ms, opacity 300ms;
    transform: scale(0.85);
    opacity: 0.2;
}

.honnor .swiper-slide .img {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0px 2px 1rem 0px rgba(0, 0, 0, 0.1);
}

.honnor .swiper-slide-active,
.honnor .swiper-slide-duplicate-active {
    transform: scale(1);
    opacity: 1;
}


/* 加盟商采访 */

.interview .video-box {
    height: 25rem;
}

.interview video {
    height: 25rem;
}

.interview .video-img {
    height: 25rem;
}


/* 夸父新闻 */

.news {
    padding-bottom: 2.5rem;
}

.news .card {
    padding: 3rem 1.3rem;
}

.news .card-title {
    font-size: 1.5rem;
    margin-bottom: 3rem;
}

.news .card-text {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
}

.news .card-body {
    padding: 0;
}

.dialog-bg {
    display: none;
    position: fixed;
    top: 0;
    height: 0;
    height: 100vh;
    width: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 1033;
}

.dialog-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 375px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1041;
}

.dialog-modal-container {
    position: relative;
    padding-top: 3rem;
}

.dialog-modal .dialog-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.35rem;
    height: 1.35rem;
    background: url("../images/close-white.png") no-repeat;
    background-size: 100% 100%;
}

.dialog-modal .dialog-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: center;
}

.dialog-modal .dialog-content .dialog-img {
    max-width: 100%;
}

.dialog-modal .dialog-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10rem;
}