* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    text-decoration: none;
}

img {
    object-fit: cover;
}

.banner,
.picture li {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.overspread {
    width: 90%;
    max-width: 1710px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.banner img,
.overspread>img,
.overspread>video,
.picture li img {
    display: block;
    width: 100%;
}

.cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cover img {
    display: block;
    min-height: 100%;
    min-width: 100%;
}

.cover::after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: url('/skin/images/play.png') center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.picBox {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    max-width: 1600px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    box-sizing: border-box;
    z-index: 1;
    box-sizing: border-box;
    padding: 100px 50px;
    display: flex;

}

.picTopLeft {
    /* padding-top: 200px; */
    justify-content: flex-start;
    align-items: flex-start;
}

.picTopCont {
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}

.picTopRight {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right;
}

.picContLeft {
    justify-content: flex-start;
    align-items: center;
}

.picContCont {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.picConRight {
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

.picBtmLeft {
    align-items: flex-end;
    justify-content: flex-start;
}

.picBtmCont {
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.picBtmRight {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
}

.picBox h4 {
    font-family: Moderat-Bold;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #ffffff;
}

.taste {
    padding: 130px 0;
}

.taste h3 {
    text-align: center;
    font-family: Raleway-Bold;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    margin: 0 0 75px;
}


.oneBox {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oneSwiper a {
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */


    width: 100%;
}

.oneMg {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
    padding: 100px 0;
    background: #F2F2F2;
    border-radius: 10px;
    overflow: hidden;
}

.oneMg img {
    max-width: 284px;
    margin: 0 auto;
}

.oneSwiper p {
    text-align: center;
    font-family: Raleway-Medium;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    margin: 20px 0;
}

.swiper-button-next,
.swiper-button-prev {
    background: none;
    width: 60px;
    height: 60px;
}

.swiper-button-prev {
    left: -100px;
}

.swiper-button-next {
    right: -100px;
}

.swiper-button-next img,
.swiper-button-prev img {
    display: block;
    width: 100%;
}

.twoList {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.twoList li a {
    display: block;
    overflow: hidden;
}

.twoList li img {
    display: block;
    width: 100%;
    transition: .6s;
}

.twoList a:hover img {
    transform: scale(1.1);
}

.flavo {
    padding: 90px 0;
}

.choice {
    width: 100%;
    position: relative;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    background: #fff;
}


.flavo .left-box .title {
    max-width: none;
}

.relative p {
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    font-weight: 600;
}

@media screen and (max-width:1440px) {

    .picBox h4 {
        font-size: 25px;
        line-height: 40px;
    }

    .picBox {
        padding: 60px 50px;
    }

    .taste {
        padding: 70px 0;
    }

    .taste h3 {
        font-size: 32px;
        margin: 0 0 35px;
    }

    .swiper-button-next {
        right: -30px;
    }

    .swiper-button-prev {
        left: -30px;
    }

}



@media screen and (max-width:1024px) {

    .cover::after {
        width: 50px;
        height: 50px;
    }

    .picBox h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .picBox {
        padding: 50px 30px;
    }

    .picBtm {
        padding-bottom: 25px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        background: none;
        width: 50px;
        height: 50px;
    }

}

@media screen and (max-width:768px) {

    .picBox {
        padding: 20px;
    }

    .picBox h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .taste {
        padding: 40px 0;
    }

    .taste h3 {
        font-size: 20px;
        margin: 0 0 25px;
    }

}