/* 轮播图 */
.three_banner2 {
    width: 100%;
    height: 5rem;
    background-image: url(../images/three_czfl_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_czfl_banner_text.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}


/* 吃在涪陵 */
.eat {
    padding: .8rem 0 1.5rem;
    background: url(../images/three_bg1.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
}

.eat .cb {
    font-size: .18rem;
    color: #666;
    line-height: .48rem;
    height: 6.4rem;
    position: absolute;
    right: .8rem;
    top: .8rem;
    writing-mode: vertical-rl;
}

.mySwiper,
.mySwiper2 {
    overflow: hidden;

}

.mySwiper2 {
    max-width: 12rem;
    margin: 0 auto;
}

.mySwiper2 .swiper-slide a,
.mySwiper2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiper2 .left {
    width: 5rem;
    height: 5rem;
    float: left;
    margin-right: 1rem;
    background: url(../images/three_czfl_icon1.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiper2 .left img {
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    object-fit: cover;
}

.mySwiper2 .right {
    width: calc(100% - 6rem);
    float: left;
}

.mySwiper2 .right h6 {
    font-size: .3rem;
    line-height: .3rem;
    margin-bottom: .2rem;
    color: #333;
}


.mySwiper2 .textp {
    padding-right: .4rem;
    height: 3.5rem;
    overflow: hidden;
    scrollbar-width: thin;
}

.mySwiper2 .textp p span,
.mySwiper2 .textp p {
    font-size: .18rem !important;
    line-height: .48rem !important;
    color: #666 !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 {
    top: auto;
    bottom: 5%;
    right: 40%;
    left: auto;
}

.mySwiper2 .swiper-button-prev {
    top: auto;
    bottom: 5%;
    left: 40%;
}

.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {
    font-size: xx-large;
}

.mySwiper2 .swiper-pagination {
    width: 15%;
    left: 42%;
    bottom: 6% !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;
}




.mySwiper {
    margin-top: .8rem;
}

.mySwiper .top {
    width: 2rem;
    height: 2rem;
    background: url(../images/three_czfl_icon2.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.mySwiper .top img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    object-fit: cover;
}

.mySwiper p {
    width: 2rem;
    font-size: .18rem;
    line-height: .48rem;
    color: #666;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


.mySwiper .swiper-slide.swiper-slide-thumb-active .top {
    background: url(../images/three_czfl_icon3.png) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width:1600px) {

    .mySwiper2 .swiper-pagination {
        bottom: 6.5% !important;
    }
}

@media screen and (max-width:1200px) {

    .mySwiper2 .swiper-button-next,
    .mySwiper2 .swiper-button-prev {
        display: none;
    }

    .mySwiper2 .swiper-pagination {
        width: 100%;
        left: 0 !important;
        bottom: 5% !important;
    }
}


@media screen and (max-width:800px) {

    /* 内容 */
    .eat {
        padding: .4rem 0 1rem;
    }

    .mySwiper2 .swiper-slide a,
    .mySwiper2 .swiper-slide {
        display: block;
    }

    .mySwiper2 .left {
        width: 100%;
        height: 4rem;
        margin-right: 0;
        background: none;
    }

    .mySwiper2 .left img {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .mySwiper2 .right {
        width: 100%;
    }

    .mySwiper2 .right h6 {
        font-size: .30rem;
        line-height: .8rem;
        margin-bottom: 0rem;
        font-weight: bold;
    }

    .eat .cb {
        display: none;
    }

    .mySwiper2 .textp {
        padding-right: .2rem;
        min-height: 2rem;
		height: auto;
    }

    .mySwiper2 .textp p span,
    .mySwiper2 .textp p {
        font-size: .22rem !important;
    }

    .mySwiper2 .textp p {
        text-indent: 24px !important;
    }


    .mySwiper2 .textp::-webkit-scrollbar {
        width: 3px;
    }

    .mySwiper {
        margin-top: .4rem;
    }

    .mySwiper .top {
        width: 1.2rem;
        height: 1.2rem;
        margin: 0 auto;
    }

    .mySwiper .top img {
        width: 1rem;
        height: 1rem;
    }

    .mySwiper p {
        width: 100%;
        font-size: .16rem;
        line-height: .3rem;
        text-align: center;
    }

    .mySwiper .swiper-slide {
        width: 19% !important;
        margin-right: 1% !important;
    }

    .mySwiper2 .swiper-pagination {
        bottom: 3% !important;
    }

}

@media screen and (max-width:500px) {}