﻿body {
            background: #fff;
            overflow-x: hidden
        }

        .banner {
            height: 100vh;
            width: 100%;
            position: relative;
            background: url('/areas/mobile/Images/tasteing/feast/banner.jpg')no-repeat center;
            background-size: cover;
        }

        .section {
            padding: 2rem 9% 3rem;
        }

        .section-title {
            font-family: PingFang Heavy;
            margin: 3rem 0 2rem;
        }

        .sub-title {
            color: #fe6500;
            font-family: PingFang Heavy;
            font-size: 1.5rem;
            margin-bottom: 1.25rem
        }

        .desc {
            line-height: 2;
            margin-bottom: 2rem;
        }

        .font-color {
            color: #e70310;
        }

        img {
            width: 100%
        }
        .feast {
            padding: 2rem 9% 22rem;
            background-color: #d7091d;
            color: #fff;
            background-image: url(/areas/mobile/Images/tasteing/feast/baigu.jpg);
            background-repeat: no-repeat;
            background-position: bottom;
            background-size:100%;
        }
        .detailBtn {
            font-size: 1.15rem;
            color: #fff;
            border: 1px solid #fff;
            padding: .25rem 1rem;
            margin-top: 1rem;
            display: inline-block;
        }
            .detailBtn span {
                font-size: 1.5rem;
                vertical-align: middle;
            }
        .tasteing .item-content {
            position: absolute;
            top: 0;
            background: rgba(0,0,0,.5);
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #fff;
            z-index:10
        }
        .tasteing .item{position:relative;min-height:15rem}
        .knowMore {
            margin-top: 2rem;
            display: inline-block;
            z-index: 50;
            font-size: 1rem;
            line-height: 1;
            border: 1px solid #fff;
            padding: .5rem  2rem;
        }
            .knowMore > span {
                vertical-align: middle;
                color: #fff;
            }
        .arrow-right {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }
        .swiper-container{line-height:0;background:#000;}
        .swiper-pagination{color:#fff;font-size:1rem}
.activity{display:flex;justify-content:space-between}
    .activity p {
        line-height: 1;
        font-size: 1.3rem;
        border: 1px solid #f70310;
        border-radius: 50%;
        height: 5rem;
        width: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #f70310;
    }
.swiper-lazy-preloader{top:25vw}