﻿.build_top {
    display: flex;
    flex-direction: column;
}

.build_top_zn {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-height: 31px;
}

.build_top_en {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    min-height: 31px;
}

    .build_top_en > p {
        font-size: 24px;
        color: #ffffff;
        line-height: 1.3;
        flex: 1;
        min-width: 1px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .build_top_en > a {
        font-size: 16px;
        color: #ffffff;
        line-height: 1;
    }
    /* 模板6 */
.build_demo6 {
    margin-top: 40px;
    padding: 50px 52px;
    box-sizing: border-box;
    background-color: #882931;
}

.build_demo6_banner {
    width: calc(100% + 60px);
    margin: 0 -30px;
    margin-top: 38px;
    box-sizing: border-box;
}

.build_demo6_banner .swiper-container {
    height: 396px;
    box-sizing: border-box;
}

    .build_demo6_banner .swiper-slide {
        width: 544px;
        height: 358px;
        transition: transform 0.6s;
        border-radius: 5px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        transform: scale(0.9);
        display: flex;
        align-items: flex-end;
        display: block;
    }

        .build_demo6_banner .swiper-slide::before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 998;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 5px;
        }

.build_demo6_banner .swiper-slide-active {
    width: 544px;
    height: 358px;
    z-index: 999;
    transform: scale(1);
}

.build_demo6_banner .swiper-slide-active::before {
    background-color: rgba(0, 0, 0, 0);
}

.build_demo6_banner .swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}

.build_demo6_banner .build_demo6_banner_bullet {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-left: 15px;
    background-color: rgba(0, 0, 0, .5);
}

.build_demo6_banner .build_demo6_banner_active {
    background-color: #ffffff;
}

.build_demo6_banner .build_demo6_banner_bullet:first-child {
    margin-left: 0;
}

.build_demo6_banner .swiper-slide>p {
    margin: 0;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    /*margin-bottom: 10px;*/
    padding: 5px 20px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.3);
    display: none;
    position: absolute;
    bottom: 0;
}
    .build_demo6_banner .swiper-slide{
        visibility: hidden;
    }
    .build_demo6_banner .swiper-slide-next {
        /*margin-left: 26px;*/
        visibility: visible;
    }
    .build_demo6_banner .swiper-slide-active {
        visibility: visible;
    }
    .build_demo6_banner .swiper-slide-prev {
        visibility: visible;
    }
.build_demo6_banner .swiper-slide-active.swiper-slide > p {
    display: block;
}
    /*.build_demo6_banner .swiper-slide-next {
        z-index: 998;
    }*/