﻿body {
            background: #fff;
            overflow-x: hidden
        }

        .banner {
            height: 100vh;
            width: 100%;
            position: relative;
            background: url('/areas/mobile/Images/tasteing/wall/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%
        }

        .taste-show {
            position: relative;
        }

        .tasteing .slogan {
            position: absolute;
            color: #fff;
            text-align: center;
            width: 50%;
            top: 25%;
            left: 25%;
        }
        .slogan p{margin-top:0.75rem}
        .city {
            padding: 0 9%;
            margin-top: -25%;
            color: #fff;
            position: relative;
        }

            .city .item {
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                padding:2rem;
            }

        .item h2 {
            font-weight: bold;
            font-size:1.25rem;
            margin-bottom: 1rem;
        }
        .swiper-button {
            position: relative;
            color: #fff;
            background: #e70310;
            width: 8rem;
            margin-top: 2rem;
            font-size: 1rem;
            padding: .5rem;
        }
        .swiper-button-next, .swiper-button-prev {
            width: 10px;
            height: 20px;
            margin-top: -10px;
            background-size: 10px 20px;
        }
        .swiper-button .swiper-pagination{position:unset}
        .tasteing{margin-bottom:5rem}