﻿.banner {
    height: 100vh;
    background: url('../../Images/tasteing/wall/banner.jpg')no-repeat center;
    background-size:cover;
}
.section{position:relative;padding:15rem 0}
.section .section-title {
    font-size: 3rem;
    color: #e70310;    
    margin-bottom: 3rem;
}
.desc > p {
    margin-bottom: 2rem;
    line-height: 2;
}
.section i {
    position: absolute;
    transform: rotate(90deg);
    left: 10%;
    transform-origin: left top;
    top: 15rem;
}
.section .content {
    margin-left: 25%;
    margin-bottom: 15rem;
}
.wall {
    position: relative;
    padding: 10rem 0;
}
.wall .swiper-container{
    width: 59%;
    margin: 0;
}
.wall .swiper-container img{width:100%}
.wall-content {
    background: #f6f6f6;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    display: flex;
    width: 59%;
    align-items: center;
}
.wall-content .content{    
    width: 43%;
    margin-bottom: 0;
    margin-left: 43%;
}
.wall-content .section-title{color:#000}
.tasteing {
    background: #fff;
    padding-bottom: 15rem;
}
.taste-show{position:relative}
.taste-show img{width:100%;}
.tasteing .slogan{    
    position: absolute;
    color: #fff;
    text-align: center;
    width: 25%;
    top: 37%;
    left: 37.5%;
}
.slogan p {
    margin-top: 1rem;
    letter-spacing: 10px;
    font-size:1.5rem;
}
.city {
    width: 50%;
    margin: -10rem auto 0;
    color: #fff;
    position:relative
}
.city .item{background-repeat:no-repeat;background-size:cover;background-position:center;padding:5rem}
.item h2{font-weight:bold;font-size:2rem;margin-bottom:1rem}
.swiper-button-next, .swiper-button-prev {
    background-color: #e70310;
    bottom: 20%;
    top: auto;
    margin-top: 0;
    background-image: none;
    height: auto;
    width: max-content;
    padding: .75rem;
    cursor:pointer
}
.swiper-button-next:focus,.swiper-button-prev:focus{outline:none;}
.swiper-button-next {
    left: 70%;
    right: auto;
    padding-left: 2.25rem;
}
.swiper-button-prev {
    right: 30%;
    left: auto;
    padding-right: 2.25rem;
}
.swiper-button-next:hover .arrow-line, .swiper-button-prev:hover .arrow-line {
    width: 20px
}
.arrow-line {
    height: 2px;
    width: 0;
    display: inline-block;
    background: #fff;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    vertical-align: middle;
}
.arrow-right {
    display: inline-block;
    color:#fff;
    vertical-align:middle;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.swiper-button-prev .arrow-right {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.swiper-button-prev .arrow-line{
    margin-left:-13px;
}
.swiper-button-next .arrow-line {
    margin-right: -5px;
}
.swiper-button-next .arrow-right{margin-left:-9px}
.swiper-pagination {
    color: #fff;
    bottom: calc(20% + .65rem);
    left: 70%;
    z-index: 11;
    transform: translateX(-60%);
    width: max-content;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity:1;}