.swiper-container-banner1 {
    width: 100vw;
}

.food-banner-img {
    width: 100%;
    height: 100%;
}

.b-hover-cont {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.55); */
    /* display: none; */
}

.food-banner:hover .b-hover-cont {
    display: flex;
}

.b-hover-title1 {
    font-size: 48px;
    font-weight: 800;
    color: #FFB401;
}

.b-hover-title2 {
    font-size: 48px;
    font-weight: 200;
    color: #FFB401;
    margin: 10px auto;
}

.b-hover-title3 {
    font-size: 48px;
    font-weight: 400;
    color: #DDA12C;
}

.swiper-pagination-banner1 .swiper-pagination-bullet-active {
    background: #FABF02;
}

.bg-FAF6ED {
    background: #FAF6ED;
}

.bg-faf6f0 {
    background: #faf6f0;
}

.c-content {
    max-width: 1300px;
    margin: 0 auto;
}

.c-about-cont {
    padding: 120px 0;
}

.cell-title {
    font-size: 50px;
    font-weight: 300;
    color: #333333;
}

.cell-title2 {
    font-size: 50px;
    font-weight: bold;
    color: #6C3506;
}

.title-line {
    width: 106px;
    height: 5px;
    background: #6C3506;
    border-radius: 3px;
    margin: 15px 0 60px 0;
}

.cell-desc {
    width: 434px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
}

.cell-img {
    width: 640px;
    height: 420px;
}

.title-bg {
    width: 1300px;
    height: 360px;
    background: url('../images/pantry/bg1.png') no-repeat;
    background-size: 100% 100%;
    margin: 90px auto;
}

.title-bg-img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.center-title1 {
    font-size: 30px;
    font-weight: 300;
    color: #FFFFFF;
    z-index: 2;
}

.center-title2 {
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
    z-index: 2;
}

.title {
    font-size: 50px;
    font-weight: 300;
    color: #333333;
}

.title p {
    font-weight: 300;
}

.title p span {
    font-weight: bold;
    color: #6C3506;
}

.title .title-desc {
    width: 440px;
    font-size: 16px;
    color: #555555;
    line-height: 1.5;
    text-align: center;
    margin-top: 30px;
}

.food-shop {
    align-items: flex-start;
}

.shop-img {
    width: 640px;
    height: 350px;
}

.shop-card {
    width: 305px;
    height: 350px;
    background: #fff;
    border-radius: 7px;
    justify-content: flex-start;
}

.shop-card img {
    width: 268px;
    height: 268px;
}

.shop-card p {
    font-size: 14px;
    font-weight: 400;
    color: #515151;
    margin-top: 15px;
}

.modalm {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    overflow: auto;
    display: none;
    z-index: 999;
}

.imgsp {
    width: 780px;
    height: auto;
    left: calc(50% - 440px);
    background: #fff;
    height: 750px;
    padding: 50px;
    left: calc(50% - 480px);
    /* margin-left: -530px; */
    position: absolute;
    top: calc(50% - 375px);
}

.imgsp h3 {
    margin-bottom: 20px;
    margin-top: -20px;
    font-weight: bold;
}

.imgsp .close {
    position: absolute;
    top: 20px;
    right: 28px;
    cursor: pointer;
}

.mapp .map {
    height: 690px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pc-show {
    display: flex;
}

.wap-show {
    display: none;
}

@media screen and (max-width:750px) {
    .pc-show {
        display: none;
    }
    .wap-show {
        display: flex;
    }
    .swiper-container-banner1 {
        margin-top: 56px;
    }
    .mheader {
        background: rgba(0, 0, 0, .9);
    }
    .footer-ul {
        border-bottom: 1px solid rgba(242, 245, 247, 0.27);
    }
    .footer .bottom {
        line-height: 20px;
    }
    .footer .tel span,
    .footer .tel p,
    .footer .wechat span,
    .footer-ul .zli a {
        color: #a7adb8;
    }
    .swiper-slide {
        width: 100%!important;
        margin-right: 0!important;
    }
    .b-hover-title1,
    .b-hover-title2,
    .b-hover-title3 {
        font-size: 18px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
    }
    .logo-ac-img {
        display: none;
    }
    .b-hover-title,
    .b-hover-desc {
        font-size: 15px;
        max-width: 90%;
        text-align: center;
    }
    .c-content,
    .c-content2 {
        width: 90%;
    }
    .cell-img {
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }
    .cell-title {
        margin: 15px 0;
        font-size: 30px;
    }
    .cell-title2 {
        font-size: 30px;
    }
    .title-line {
        margin: 15px 0 30px 0;
    }
    .title-bg {
        width: 100%;
        height: 100%;
        margin: 50px auto;
        padding: 40px 0;
    }
    .center-title1,
    .center-title2 {
        font-size: 15px;
    }
    .title {
        font-size: 34px;
    }
    .title .title-desc {
        width: 90%;
    }
    .mt-50 {
        margin-top: 20px;
    }
    .shop-img {
        width: 100%;
        height: 100%;
        margin: 10px 0;
    }
    .shop-card {
        width: 48%;
        height: auto;
        padding-bottom: 20px;
    }
    .shop-card img {
        width: 80%;
        height: auto;
    }
    .cell-desc {
        width: 100%;
    }
    .mt-200 {
        margin-top: 50px;
    }
    .mt-150 {
        margin-top: 40px;
    }
    .mt-80 {
        margin-top: 20px;
    }
    .banner-cont2 {
        left: 20px;
    }
    .banner-cont-title {
        font-size: 15px;
    }
    .banner-cont-desc {
        font-size: 12px;
        margin-top: 5px;
    }
    .fw-banner-img {
        width: 100%;
        height: 100%;
    }
    .pc-content {
        display: none;
    }
    .wap-content {
        display: block;
    }
    .c-about-cont {
        padding: 50px 0;
    }
    .boy-content {
        width: 90%;
        z-index: 1;
        position: relative;
    }
    .swiper-container3,
    .right-boy {
        display: block;
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .right-boy {
        height: auto;
        padding: 20px;
        border-radius: 0 0 10px 10px;
        margin: 0 0 20px 0;
    }
    .right-boy img {
        width: 72px;
        height: 26px;
    }
    .right-boy p {
        width: 100%;
        max-height: 100px;
        overflow-y: scroll;
    }
    .boy-side-img {
        width: 50%;
        height: 100%;
    }
    .boy-side-img:first-child {
        border-radius: 10px 0 0 0;
    }
    .boy-side-img:last-child {
        border-radius: 0 10px 0 0;
    }
    .boy-bg,
    .bg-02,
    .bg-03 {
        display: none;
    }
    .bout-active .bout-slide,
    .bout-active .bout-slide img {
        width: 100%!important;
    }
    .coffee-swiper-button-prev2,
    .coffee-swiper-button-next2 {
        width: 40px;
        height: 40px;
    }
    .coffee-swiper-button-next2 {
        right: 5px;
    }
    .coffee-swiper-button-prev2 {
        left: 5px;
    }
    .coffee-swiper-button-prev2 img,
    .coffee-swiper-button-next2 img {
        width: 6px;
        height: 10px;
    }
    .imgsp {
        width: 86%;
        left: 5%;
        height: 50vh;
        top: 25vh;
        padding: 2%;
    }
    .mapp .map {
        height: 40vh;
    }
    .imgsp h3 {
        margin-top: 0;
    }
    .imgsp .close {
        top: 10px;
        right: 15px;
    }
    .lh-layer-photo {
        width: 90%!important;
        height: 45vh!important;
        top: 25vh!important;
        left: 5%!important;
    }
    .layui-layer-content {
        height: 35vh;
    }
    .hotel_photo {
        height: 35vh;
        width: 94%;
        padding: 10px 3%;
    }
    .swiper-container-photo1 .swiper-slide img {
        width: 100%;
        height: 100%;
    }
    .swiper-button-next4,
    .swiper-button-prev4 {
        top: calc(50% - 25px);
    }
}