.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-title {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
}

.b-hover-line {
    width: 106px;
    height: 1px;
    background: #FFFFFF;
    margin: 42px 0 46px 0;
}

.b-hover-desc {
    padding: 14px 22px;
    background: #81BB06;
    font-size: 16px;
    color: #FFFFFF;
}

.swiper-pagination-banner1 {
    width: 12px;
    height: 12px;
    bottom: 26px!important;
}

.swiper-pagination-banner1 .swiper-pagination-bullet-active {
    background: #81BB06;
}

.c-content {
    max-width: 1300px;
    margin: 0 auto;
}

.c-about-cont {
    padding: 90px 0;
}

.cell-title {
    font-size: 50px;
    font-weight: 300;
    color: #333333;
    margin: 40px auto;
}

.cell-title2 {
    font-size: 18px;
    font-weight: 300;
    color: #444444;
}

.title-line {
    width: 106px;
    height: 5px;
    background: #6C3506;
    border-radius: 3px;
    margin: 15px 0 60px 0;
}

.cell-desc {
    width: 75%;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
    text-align: center;
}

.cell-img {
    width: 1200px;
    margin-top: 50px;
}

.title-cont-food {
    width: 100vw;
    height: 310px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 42px;
    color: #81BB06;
    font-weight: 300;
}

.t-c-line {
    width: 107px;
    height: 1px;
    background: #81BB06;
    margin-top: 30px;
}

.title {
    font-size: 28px;
    font-weight: 400;
    color: #333333;
}

.title .title-desc {
    width: 527px;
    max-width: 90%;
    font-size: 16px;
    color: #555555;
    line-height: 1.5;
    text-align: center;
    margin-top: 30px;
}

.food-content {
    width: 100%;
}

.food-img {
    margin: 5px 0;
}

.food-img:nth-child(1) {
    width: 29%;
}

.food-img:nth-child(2) {
    width: 13%;
}

.food-img:nth-child(3) {
    width: 13%;
}

.food-img:nth-child(4) {
    width: 26%;
}

.food-img:nth-child(5) {
    width: 16%;
}

.food-img:nth-child(6) {
    width: 26%;
}

.food-img:nth-child(7) {
    width: 13.4%;
}

.food-img:nth-child(8) {
    width: 29.7%;
}

.food-img:nth-child(9) {
    width: 29.7%;
}

.food-img img {
    width: 100%;
    height: auto;
    max-height: 385px;
}

.bout-env .diadog {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
    top: 0;
    left: 0;
}

.bout-env .bout-slide {
    width: 584px!important;
}

.bout-env .bout-slide img {
    width: 584px;
}

.swiper-slide-active .diadog {
    display: none;
}

.coffee-swiper-button-prev2,
.coffee-swiper-button-next2 {
    background: transparent;
}

.coffee-swiper-button-prev2 {
    transform: rotate(180deg);
}

.coffee-swiper-button-prev2 img,
.coffee-swiper-button-next2 img {
    width: 11px;
    height: 20px;
}

.food-contact {
    width: 1200px;
    background: #81BB06;
    padding: 66px 52px;
    margin: 70px auto 0 auto;
}

.con-title {
    font-size: 22px;
    color: #FFFFFF;
    margin-right: 66px;
}

.con-desc {
    font-size: 14px;
    color: #FFFFFF;
}

.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-70 {
    margin-top: 70px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-150 {
    margin-top: 150px;
}

@media screen and (max-width:750px) {
    .swiper-container-banner1 {
        margin-top: 56px;
    }
    .mheader {
        background: rgba(0, 0, 0, .9);
    }
    .mheader .lg {
        max-height: 40px;
    }
    .footer-ul {
        border-bottom: 1px solid rgba(242, 245, 247, 0.27);
    }
    .footer .bottom {
        line-height: 20px;
    }
    .swiper-slide {
        width: 100%!important;
        margin-right: 0!important;
    }
    .b-hover-line {
        margin: 10px 0 15px 0;
    }
    .b-hover-desc {
        padding: 10px 15px;
    }
    .title-cont-food {
        font-size: 20px;
        padding: 25px 0;
        height: auto;
    }
    .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%;
    }
    .cell-title {
        margin: 15px 0;
        font-size: 30px;
    }
    .cell-title2 {
        font-size: 18px;
    }
    .title-line {
        margin: 15px 0 30px 0;
    }
    .title-bg {
        width: 100%;
        height: 100%;
        margin: 50px auto;
        padding: 20px 0;
    }
    .center-title1,
    .center-title2 {
        font-size: 15px;
    }
    .title .title-desc {
        width: 90%;
        margin-top: 10px;
    }
    .mt-90 {
        margin-top: 45px;
    }
    .mt-200 {
        margin-top: 50px;
    }
    .mt-150 {
        margin-top: 40px;
    }
    .mt-80 {
        margin-top: 20px;
    }
    .food-contact {
        width: 80%;
        padding: 30px 5%;
        flex-wrap: wrap;
        margin: 40px auto 0 auto;
        border-radius: 5px;
    }
    .con-title {
        margin-bottom: 10px;
    }
    .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;
        margin-top: 20px;
    }
    .boy-store-name {
        margin-bottom: 10px;
    }
    .mt-30 {
        margin-top: 20px;
    }
    .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);
    }
    .t-c-line {
        margin-top: 10px;
    }
}