/* 轮播图 */
.three_banner2 {
    width: 100%;
    height: 5rem;
    background-image: url(../images/three_gzfl_banner.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: .4rem;
    position: relative;
}

.three_banner2 .three_banner_text2 {
    width: 1.7rem;
    height: 2.2rem;
    position: absolute;
    bottom: 1rem;
    left: calc(50% - 0.85rem);
    background-image: url(../images/three_gzfl_banner_text.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

/* 购在涪陵 */
body,
html {
    background: #f8f8f8;
}

.enough {
    padding: .8rem 0;
    background: url(../images/three_bg2.png) no-repeat;
    background-position: right bottom;
    background-size: 10rem 7.2rem;
    position: relative;
}

.mySwiper,
.mySwiper2 {
    overflow: hidden;
    position: relative;
}


.mySwiper2 .left {
    width: 8rem;
    height: 6rem;
    float: left;
    overflow: hidden;
}

.mySwiper2 .left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
}

.mySwiper2 .right {
    width: 7.8rem;
    position: absolute;
    right: 0;
    bottom: 1.6rem;
    z-index: 999;
}

.mySwiper2 .right ol {
    font-size: .18rem;
    line-height: .18rem;
    color: #666;
    margin-bottom: .2rem;
    text-align: center;
}

.mySwiper2 .right h6 {
    font-size: .3rem;
    line-height: .3rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .4rem;
    text-align: center;
}

.mySwiper2 .textp {
    padding: .4rem .4rem 0 .4rem;
    height: 2.8rem;
    overflow-y: auto;
    scrollbar-width: thin;
    background: #fff;
}

.mySwiper2 .textp p span,
.mySwiper2 .textp p {
    font-size: .18rem !important;
    line-height: .48rem !important;
    color: #333 !important;
}

.mySwiper2 .textp p {
    text-indent: 36px !important;
}

.mySwiper2 .textp img {
    display: none !important;
}

.mySwiper2 .textp::-webkit-scrollbar {
    width: 5px;
}

.mySwiper2 .textp::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #3978cc;
}

.mySwiper2 .textp::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #eee;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    top: 60%;
}

.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {
    font-size: xx-large;
}

.mySwiper2 .swiper-button-prev {
    left: 46.5% !important;
}

.mySwiper2 .swiper-pagination {
    width: 40% !important;
}

.mySwiper2 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.mySwiper2 .swiper-pagination-bullet-active {
    background: #3978cc;
}

.enough .w145 {
    position: relative;
}


.mySwiper {
    width: 7.8rem;
    padding: .4rem;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.mySwiper .top {
    height: .8rem;
    border: 3px solid #fff;
    border-radius: .5rem;
    overflow: hidden;
}

.mySwiper .top img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-slide p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: .8rem;
    text-align: center;
    color: #fff;
    font-size: .18rem;
    font-weight: bold;
    background: rgba(57, 120, 204, .5);
    display: none;
    border-radius: .5rem;
    overflow: hidden;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active .top {
    border: 3px solid #3978cc;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active p {
    display: block;
}


.mySwiper3 {
    height: 100%;
}

@media screen and (max-width:1600px) {
    .mySwiper2 .swiper-button-prev {
        left: 44.5% !important;
    }
}

@media screen and (max-width:1200px) {

    .mySwiper2 .swiper-button-next,
    .mySwiper2 .swiper-button-prev {
        display: none;
    }
}


@media screen and (max-width:800px) {
    /* 内容 */
    .enough {
        padding: .4rem 0;
    }

    .mySwiper2 .left {
        width: 100%;
        height: 4rem;
    }

    .mySwiper2 .right {
        width: 100%;
        padding: .2rem;
        position: static;
        float: left;
        background: #fff;
    }

    .mySwiper2 .right h6 {
        font-size: .3rem;
        line-height: .6rem;
        margin-bottom: 0rem;
    }


    .mySwiper2 .textp {
        padding: 0rem .4rem 0 0rem;
    }

    .mySwiper2 .textp p span,
    .mySwiper2 .textp p {
        font-size: 0.22rem !important;
        color: #666 !important;
    }

    .mySwiper2 .textp p {
        text-indent: 24px !important;
    }

    .mySwiper2 .textp::-webkit-scrollbar {
        width: 3px;
    }

    .mySwiper2 .swiper-pagination {
        top: 3.5rem;
        bottom: auto;
        left: .3rem;
        width: auto !important;
    }

    .mySwiper {
        width: 100%;
        padding: .4rem .2rem;
        position: static;
    }

    .mySwiper .swiper-slide.swiper-slide-thumb-active .top {
        border: 2px solid #3978cc;
    }

    .mySwiper .swiper-slide {
        width: 32% !important;
        margin-right: 2.3% !important;
    }
}