﻿.banner {
    background: url('../../../../Images/tasteing/feast/map.jpg')no-repeat center;
    background-size:cover;
    height:100vh;
    overflow:hidden;
    position:relative;
}
.banner .title{   
    width: 50%;
    position: absolute;
    bottom: 47%;
    left: 50%;
    transform: translateX(-50%);
}
.banner .club{
        width: 37%;
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
}
.section{position:relative;background:#fff;}
.section .section-title {
    font-size: 3rem;
    color: #e70310;
}
.desc > p {
    margin-bottom: 2rem;
    line-height: 2;
}
.section.intro{padding:10rem 0}
.intro .section-title {
    position: absolute;
    left: 25%;
}
.intro .desc{width:33%;margin-left:50%;}
.section.tree{background:#f6f6f6;padding:10rem 0}
.tree>img{width:50%;display:block;margin:auto}
.feast .section-title{color:#fff;margin-bottom:3rem}
.feast {
    padding:10rem 0 10rem 25%;
    background-color: #d7091d;
    color: #fff;
    background-image: url('../../../../Images/tasteing/feast/baigu.png');
    background-repeat:no-repeat;
    background-position:bottom right;
    background-size:contain;
}
.feast .desc{width:45%;}
.code p{font-size:1rem;margin-top:1rem}
.code{width:9rem;margin-top:9rem}
.feast .engTitle{position:absolute;left:7%;}
.tasteing{font-size:0;line-height:0;background:#fff}
.tasteing .item{width:50%;display:inline-block;position:relative;height:27.9vw;background-repeat:no-repeat;background-position:center;background-size:cover;}
.tasteing .item.odd{width:100%;}
.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;
    opacity:0;
}
.tasteing .item:hover .item-content{opacity:1}
.item-content h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
.item-content .date {
    font-size: 1.5rem;
}
.knowMore {
    margin-top: 2rem;
    display: inline-block;
    z-index: 50;
    font-size: 1rem;
    line-height: 1;
    border: 1px solid;
    padding: .5rem 0 .5rem 2rem;
    width: 9.5rem;
}
.knowMore>span{vertical-align:middle;color:#fff;font-weight:bold}
.knowMore:hover .arrow-line{width:20px}
.arrow-line {
    height: 2px;
    width: 0;
    display: inline-block;
    background: #fff;
    margin-right: -2px;
    margin-left: 9px;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
}
.arrow-right {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: -12px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.swiper-container {
    display: none;
    background: rgba(0,0,0,.8);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.swiper-slide .swiper-lazy {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 75%;
    display: block;
    margin: 5% auto;
}
.swiper-container h3 {
    position: absolute;
    font-weight: bold;
    bottom: 10%;
    font-size: 1.5rem;
    color: #fff;
    width:100%;
    text-align: center;
    z-index:10;
}
.swiper-pagination{bottom:5%;color:#fff;font-size:1.25rem; z-index:10;}
.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 75px;
    margin-top: -37.5px;
    background-size: 20px 44px;
    background-color: rgba(255,255,255,.2);
}
.swiper-button-next{right: 7.5%;}
.swiper-button-prev{left:7.5%;}
.closeBtn {
    position: absolute;
    right: 7.5%;
    top: 10%;
    width: 50px;
    z-index:10;
}