/*载入字体*/
@font-face {
    font-family: MongolianBaiti;
    src: url("../fonts/MongolianBaiti.ttf");
}

@font-face {
    font-family: MarcellusSC;
    src: url("../fonts/MarcellusSC-Regular.ttf");
}

/*样式*/
* {
    /*transition: 0.3s all;*/
    transition-property: color, background, border;
    transition-duration: 0.3s;
}

body {
    font-size: 16px;
    font-family: MongolianBaiti, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.container {
    padding: 0 36px;
}

.art-font-family {
    font-family: MarcellusSC;
}

a {
    color: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #d0965c;
    text-decoration: none;
}

.btn {
    border-radius: 0;
    outline: none !important;
}

.btn-default {
    color: #d0965c;
    border-color: #d0965c;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #fff !important;
    background-color: #d0965c !important;
    border-color: #d0965c !important;
}

.btn-primary {
    border-color: #d0965c;
    background-color: #d0965c;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    border-color: #A0672F !important;
    background-color: #A0672F !important;
}

.btn-link {
    color: #d0965c;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    color: #d0965c;
}

.skin-color {
    color: #d0965c;
}

.text-row-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.text-paragraph-2-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-paragraph-3-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-height-2 {
    line-height: 2em;
}

.font-size-2em {
    font-size: 2em;
}

.hover-img-scale-transform .hover-img-scale-transform-target {
    transition: 0.3s all;
}

.hover-img-scale-transform:hover .hover-img-scale-transform-target {
    transform: scale(1.1);
}

.rich-text {
    line-height: 2em;
}

.rich-text img {
    max-width: 100%;
}

.area-overflow-x-auto {
    overflow-x: auto;
    margin-bottom: 20px;
}

.area-overflow-x-auto > *:last-child {
    margin-bottom: 0;
}

.page-title {
    margin-bottom: 20px;
}

.page-title .text {
    font-size: 24px;
}

.empty-area {
    padding: 4em;
    text-align: center;
}

.loading-area {
    padding: 4em;
    text-align: center;
}

.pagination-area {
    display: flex;
    justify-content: center;
}

.pagination-area .pagination {
    margin-top: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #d0965c;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #d0965c;
    border-color: #d0965c;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #d0965c;
}

.table.table-center tr th,
.table.table-center tr td {
    text-align: center;
}

.table.table-thead-center thead tr th,
.table.table-thead-center thead tr td {
    text-align: center;
}

.panel-box {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.panel-box > *:first-child {
    margin-top: 0;
}

.panel-box > *:last-child {
    margin-bottom: 0;
}

.form-required::before {
    content: '*';
    color: #f44336;
    margin-right: 4px;
}

#app .has-error .control-label {
    color: #f44336;
}

#app .has-error .form-control {
    border-color: #f44336;
}

#app .has-error .help-block {
    color: #f44336;
}

.phone-input-group .input-group-btn .dropdown-menu {
    max-height: 400px;
    overflow: auto;
}

.panel-box.article-list-panel-box .article-list {
    margin-bottom: 20px;
}

.panel-box.article-list-panel-box .article-list .article-item {
    line-height: 3em;
    padding: 0 5px;
    border-bottom: 1px solid #ddd;
}

.panel-box.article-list-panel-box .article-list .article-item .text-row-ellipsis {
    display: block;
}

.panel-box.article-info-panel-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel-box.article-info-panel-box .title {
    font-size: 24px;
    text-align: center;
}

.panel-box.article-info-panel-box .time {
    text-align: center;
    margin: 1em 0;
}

.panel-box.article-info-panel-box .content {
    color: #555;
    min-height: 300px;
}

.panel-box.article-info-panel-box .content img {
    max-width: 100%;
}

.page-pagination-block {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.page-pagination-block .page-numbers {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-pagination-block .page-numbers .page-num {
}

.page-pagination-block .page-numbers .page-num.page-num-current {
    color: #d0965c;
}

/*页头*/
.app-page-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.app-page-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.app-page-header .logo img {
    height: 112px;
}

.app-page-header .menus {
    display: flex;
    gap: 70px;
}

.app-page-header .menus a {
    color: #fff;
    font-family: MarcellusSC;
    text-transform: uppercase;
}

.app-page-header .menus a:hover {
    color: #d0965c;
}

.app-page-header .right-col {
    display: flex;
    gap: 20px;
}

.app-page-header .right-col .btn {
    font-size: 16px;
    text-transform: uppercase;
    height: 42px;
    line-height: 40px;
    font-family: MarcellusSC;
    padding: 0 14px;
}

.app-page-header .downwindow {
    padding: 1em 0;
    background-color: #fff;
    overflow: hidden;

    padding: 0;
    height: 0;
}

.app-page-header .downwindow.open {
    padding: 1em 0;
    height: auto;
}

.app-page-header .downwindow .downwindow-menus a {
    display: block;
    color: #2d4443;
    line-height: 3em;
}

/*页面顶部*/
.app-page-top {
    position: relative;
    padding: 180px 0 80px 0;
    background-color: #faf7f2;
}

.app-page-top .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    user-select: none;
}

.app-page-top .bg .bg1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16%;
    max-width: 220px;
    min-width: 140px;
}

.app-page-top .bg .bg2 {
    position: absolute;
    right: 0;
    top: 110px;
    width: 20%;
    max-width: 260px;
    min-width: 170px;
}

.app-page-top .content {
    position: relative;
    z-index: 1;
}

.app-page-top .title-1 {
    font-size: 24px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #d0975e;
    text-align: center;
    margin-bottom: 20px;
}

.app-page-top .title-2 {
    font-size: 36px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #2d4443;
    text-align: center;
}

/*页脚*/
.app-page-footer {
}

.app-page-footer .main {
    color: #d0975e;
    background-color: #2d4443;
    padding-top: 60px;
    padding-bottom: 52px;
}

.app-page-footer .main .left-col .logo {
    display: block;
    margin: 0 auto;
}

.app-page-footer .main .right-col .content .r1 {
    font-size: 36px;
    font-family: MarcellusSC;
    margin-top: 30px;
    margin-bottom: 20px;
}

.app-page-footer .main .right-col .content .r1 img {
    vertical-align: baseline;
    margin-right: 20px;
}

.app-page-footer .main .right-col .content .r2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.app-page-footer .main .right-col .content .r3 {
    font-size: 18px;
}

.app-page-footer .copyright {
    color: #6e7977;
    background-color: #2a3737;
    text-align: center;
    line-height: 50px;
}

/*首页*/
.index-page .banner-area {
    height: 1033px;
}

.index-page .banner-area .banner-swiper {
    height: 100%;
}

.index-page .banner-area .banner-swiper .swiper-button-next, .index-page .banner-area .banner-swiper .swiper-button-prev {
    color: #d0965c;
}

.index-page .banner-area .banner-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.index-page .gourmet-block {
    padding-top: 132px;
    background-color: transparent;
    background-image: linear-gradient(204deg, #e5e5e0 54%, #faf7f2 33%);
}

.index-page .gourmet-block .title-1 {
    font-size: 24px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #d0975e;
    text-align: center;
    margin-bottom: 20px;
}

.index-page .gourmet-block .title-2 {
    font-size: 36px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #2d4443;
    text-align: center;
}

.index-page .gourmet-block .box-list {
    margin: 188px -15px 203px -15px;
}

.index-page .gourmet-block .box-list .box-item .img {
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s transform ease-out;
}

.index-page .gourmet-block .box-list .box-item .img:hover {
    transform: translateY(-8px);
}

.index-page .gourmet-block .box-list .box-item:first-child .img {
    border-top-left-radius: 186px;
    margin-top: -60px;
}

.index-page .gourmet-block .box-list .box-item:last-child .img {
    border-top-right-radius: 186px;
    margin-top: -60px;
}

.index-page .gourmet-block .box-list .box-item .img img {
    width: 100%;
    object-fit: cover;
}

.index-page .gourmet-block .box-list .box-item .title {
    font-size: 24px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #2d4443;
    margin-top: 38px;
    padding: 0 20px;
}

.index-page .about-us-block {
    position: relative;
    background-color: #2d4443;
}

.index-page .about-us-block .bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/pages/index/about-us-bg1.png");
    background-size: 22%;
    background-repeat: no-repeat;
    background-position: top left;
}

.index-page .about-us-block .bg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/pages/index/about-us-bg2.png");
    background-size: 19%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.index-page .about-us-block .block-body {
    position: relative;
    z-index: 1;
}

.index-page .about-us-block .img-col {
}

.index-page .about-us-block .img-col .main-img-box {
    position: relative;
    width: 443px;
    height: 626px;
    margin: 144px auto 139px auto;
}

.index-page .about-us-block .img-col .main-img-box .img1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    border-top-left-radius: 220px;
}

@keyframes about-us-img-breathe {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.index-page .about-us-block .img-col .main-img-box .img2 {
    position: absolute;
    left: -108px;
    top: -58px;
    width: 245px;
    height: 281px;
    object-fit: cover;
    z-index: 2;
    border-radius: 4px;
    animation: about-us-img-breathe 3.2s ease-in-out infinite;
}

.index-page .about-us-block .img-col .main-img-box .img3 {
    position: absolute;
    right: -64px;
    bottom: -30px;
    width: 190px;
    height: 215px;
    object-fit: cover;
    z-index: 3;
    border-radius: 4px;
    animation: about-us-img-breathe 3.2s ease-in-out infinite;
}

@keyframes about-us-yezi-breathe-1 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-20px, -20px);
    }
}

@keyframes about-us-yezi-breathe-2 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
}

.index-page .about-us-block .img-col .main-img-box .yezi1 {
    position: absolute;
    right: -130px;
    top: -50px;
    z-index: 4;
    width: 233px;
    animation: about-us-yezi-breathe-1 3s ease-in-out infinite;
}

.index-page .about-us-block .img-col .main-img-box .yezi2 {
    position: absolute;
    left: -106px;
    bottom: -36px;
    z-index: 5;
    width: 145px;
    animation: about-us-yezi-breathe-2 3s ease-in-out infinite;
}

.index-page .about-us-block .content-col {
    padding-top: 236px;
    padding-bottom: 236px;
}

.index-page .about-us-block .content-col .title {
    font-size: 24px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #d0975e;
    margin-bottom: 30px;
}

.index-page .about-us-block .content-col .content {
    font-family: MarcellusSC;
    line-height: 28px;
    text-transform: uppercase;
    color: #c5cbcb;
    margin-bottom: 50px;
}

.index-page .about-us-block .content-col .content p {
    margin: 0;
}

.index-page .about-us-block .content-col .learn-more-btn {
    color: #fff;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 52px;
    padding: 0 30px;
}

.index-page .menu-block {
    position: relative;
    padding-top: 130px;
    padding-bottom: 30px;
    background-image: linear-gradient(150deg, #e5e5e0 50%, #faf7f2 50%);
}

.index-page .menu-block .bg {
    position: absolute;
    left: 0;
    top: 66px;
    width: 16%;
}

.index-page .menu-block > .container {
    position: relative;
    z-index: 1;
}

.index-page .menu-block .title-1 {
    font-size: 24px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #d0975e;
    text-align: center;
    margin-bottom: 20px;
}

.index-page .menu-block .title-2 {
    font-size: 36px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #2d4443;
    text-align: center;
    margin-bottom: 120px;
}

.index-page .menu-block .product-list {
}

.index-page .menu-block .product-list .product-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    cursor: pointer;
}

.index-page .menu-block .product-list .product-item .name {
    font-size: 24px;
    color: #2d4443;
    padding-right: 14px;
}

.index-page .menu-block .product-list .product-item .dot-line {
    flex-grow: 1;
    border-bottom: 1px dashed #d0975e;
    height: 1px;
    margin-top: 22px;
}

.index-page .menu-block .product-list .product-item .price {
    font-size: 24px;
    color: #d0975e;
    padding-left: 14px;
}

.index-page .album-show-block {
    padding: 5px;
}

.index-page .album-show-block .img-list {
    position: relative;
}

.index-page .album-show-block .img-list .img-item {
    position: absolute;
    padding: 5px;
}

.index-page .album-show-block .img-list .img-item .inner {
    overflow: hidden;
}

.index-page .album-show-block .img-list .img-item img {
    width: 100%;
    object-fit: cover;
}

.index-page .news-block {
    padding: 130px 0 100px 0;
    background-color: transparent;
    background-image: linear-gradient(204deg, #E5E5E0 54%, #FAF7F2 33%);
}

.index-page .news-block .title-1 {
    font-size: 24px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #d0975e;
    text-align: center;
    margin-bottom: 20px;
}

.index-page .news-block .title-2 {
    font-size: 36px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #2d4443;
    text-align: center;
    margin-bottom: 60px;
}

.index-page .news-block .news-list {
}

.index-page .news-block .news-list .news-item {
    display: block;
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 30px;
}

.index-page .news-block .news-list .news-item .img {
    overflow: hidden;
}

.index-page .news-block .news-list .news-item .img img {
    width: 100%;
    height: 266px;
    object-fit: cover;
}

.index-page .news-block .news-list .news-item .content {
    padding: 30px;
    margin-bottom: 20px;
}

.index-page .news-block .news-list .news-item .content .title {
    font-size: 22px;
    color: #2d4443;
    margin-bottom: 20px;
}

.index-page .news-block .news-list .news-item .content .desc {
    font-size: 18px;
    color: #2d4443;
    height: 77px;
}

/*联系我们页面*/
.contact-us-page {
    background-color: #faf7f2;
}

.contact-us-page .contact-us-form-block {
    position: relative;
    z-index: 1;
    border-radius: 14px;
    background-color: #fff;
    overflow: hidden;
}

/*row样式*/
.contact-us-page .contact-us-form-block .left-right-cols {
    display: flex;
    flex-wrap: wrap;
}

.contact-us-page .contact-us-form-block .form-col {
    padding: 0 80px;
}

.contact-us-page .contact-us-form-block .img-col {
    position: relative;
}

.contact-us-page .contact-us-form-block .img-col .big-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*联系信息块*/
.contact-us-page .contact-info-block {
    color: #fff;
    font-size: 20px;
    background-color: #2d4443;
    padding-top: 200px;
    margin-top: -150px;
}

.contact-us-page .contact-info-block .item {
    margin-bottom: 50px;
}

.contact-us-page .contact-info-block .item .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #2d4443;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.contact-us-page .location-block {
    padding: 80px 0;
}

.contact-us-page .location-block .title-1 {
    font-size: 24px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #d0975e;
    text-align: center;
    margin-bottom: 20px;
}

.contact-us-page .location-block .title-2 {
    font-size: 36px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #2d4443;
    text-align: center;
    margin-bottom: 50px;
}

.contact-us-page .location-block iframe {
    width: 100%;
    height: 400px;
    border: 0;
    background-color: #eee;
}

.contact-us-page .location-block img {
    width: 100%;
}

/*关于我们页面*/
.about-us-page {
    background-color: #faf7f2;
}

.about-us-page .about-us-block {
    position: relative;
    background-color: #e5e5e0;
}

.about-us-page .about-us-block .bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/pages/index/about-us-bg1.png");
    background-size: 22%;
    background-repeat: no-repeat;
    background-position: top left;
}

.about-us-page .about-us-block .bg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/pages/index/about-us-bg2.png");
    background-size: 19%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.about-us-page .about-us-block .block-body {
    position: relative;
    z-index: 1;
}

.about-us-page .about-us-block .img-col {
}

.about-us-page .about-us-block .img-col .main-img-box {
    position: relative;
    width: 443px;
    height: 626px;
    margin: 144px auto 139px auto;
}

.about-us-page .about-us-block .img-col .main-img-box .img1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    border-top-left-radius: 220px;
}

@keyframes about-us-img-breathe {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.about-us-page .about-us-block .img-col .main-img-box .img2 {
    position: absolute;
    left: -108px;
    top: -58px;
    width: 245px;
    height: 281px;
    object-fit: cover;
    z-index: 2;
    border-radius: 4px;
    animation: about-us-img-breathe 3.2s ease-in-out infinite;
}

.about-us-page .about-us-block .img-col .main-img-box .img3 {
    position: absolute;
    right: -64px;
    bottom: -30px;
    width: 190px;
    height: 215px;
    object-fit: cover;
    z-index: 3;
    border-radius: 4px;
    animation: about-us-img-breathe 3.2s ease-in-out infinite;
}

@keyframes about-us-yezi-breathe-1 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-20px, -20px);
    }
}

@keyframes about-us-yezi-breathe-2 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
}

.about-us-page .about-us-block .img-col .main-img-box .yezi1 {
    position: absolute;
    right: -130px;
    top: -50px;
    z-index: 4;
    width: 233px;
    animation: about-us-yezi-breathe-1 3s ease-in-out infinite;
}

.about-us-page .about-us-block .img-col .main-img-box .yezi2 {
    position: absolute;
    left: -106px;
    bottom: -36px;
    z-index: 5;
    width: 145px;
    animation: about-us-yezi-breathe-2 3s ease-in-out infinite;
}

.about-us-page .about-us-block .content-col {
    padding-top: 144px;
    padding-bottom: 236px;
}

.about-us-page .about-us-block .content-col .title {
    font-size: 24px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #d0975e;
    margin-bottom: 30px;
}

.about-us-page .about-us-block .content-col .content {
    font-family: MarcellusSC;
    line-height: 28px;
    text-transform: uppercase;
    color: #2d4443;
    margin-bottom: 50px;
}

.about-us-page .about-us-block .content-col .content p {
    margin: 0;
}

.about-us-page .about-us-block .content-col .learn-more-btn {
    color: #fff;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    line-height: 52px;
    padding: 0 30px;
}

/*菜单页面*/
.menu-page {
}

.menu-page .menu-block {
    position: relative;
    padding: 120px 0;
    background-image: linear-gradient(150deg, #e5e5e0 50%, #faf7f2 50%);
}

.menu-page .menu-block .bg {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 12%;
}

.menu-page .menu-block .title-1 {
    font-size: 24px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #d0975e;
    text-align: center;
    margin-bottom: 20px;
}

.menu-page .menu-block .title-2 {
    font-size: 36px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    color: #2d4443;
    text-align: center;
    margin-bottom: 50px;
}

.menu-page .menu-block .product-group {
    margin-bottom: 20px;
}

.menu-page .menu-block .product-group .group-header {
    color: #d0975e;
    font-size: 18px;
    font-family: MarcellusSC;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #d0975e;
    padding-bottom: 20px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto 50px auto;
}

.menu-page .menu-block .product-group .product-list {
}

.menu-page .menu-block .product-group .product-list .product-item {
    margin-bottom: 30px;
    cursor: pointer;
}

.menu-page .menu-block .product-group .product-list .product-item .base-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.menu-page .menu-block .product-group .product-list .product-item .base-row .name {
    font-size: 22px;
    color: #2d4443;
    padding-right: 14px;
}

.menu-page .menu-block .product-group .product-list .product-item .base-row .dot-line {
    flex-grow: 1;
    border-bottom: 1px dashed #d0975e;
    height: 1px;
    margin-top: 21px;
}

.menu-page .menu-block .product-group .product-list .product-item .base-row .price {
    font-size: 22px;
    color: #d0975e;
    padding-left: 14px;
}

.menu-page .menu-block .product-group .product-list .product-item .desc {
    color: #2d4443;
    height: 46px;
}

.news-list-page {
}

.news-list-page .news-list {
    margin-top: 50px;
}

.news-list-page .news-list .news-item {
    display: block;
    margin-bottom: 50px;
}

.news-list-page .news-list .news-item .img {
    height: 600px;
    border-radius: 14px;
    overflow: hidden;
}

.news-list-page .news-list .news-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list-page .news-list .news-item .title {
    color: #2d4443;
    font-size: 34px;
    margin: 20px 0 10px 0;
}

.news-list-page .news-list .news-item .bottom {
    color: #2d4443;
}

.news-page .news-big-img {
    border-radius: 14px;
    overflow: hidden;
    margin-top: 50px;
}

.news-page .news-big-img img {
    width: 100%;
}

.news-page .news-title {
    font-size: 34px;
    margin: 20px 0 10px 0;
}

.news-page .news-content {
    min-height: 300px;
    margin-bottom: 50px;
}

@media (min-width: 1400px) {
    .app-page-header .inner {
        margin-left: -35px;
        margin-right: -60px;
    }

    .app-page-header .menus {
        margin-left: 170px;
    }

    .app-page-footer .main .left-col .logo {
        margin-left: 268px;
    }

    .app-page-footer .main .right-col .content {
        margin-left: 84px;
    }

    .index-page .gourmet-block .box-list {
        margin-left: -30px;
        margin-right: -30px;
    }

    .index-page .gourmet-block .box-list .box-item {
        padding: 0 30px;
    }

    .index-page .about-us-block .content-col {
        padding-left: 36px;
    }

    .about-us-page .about-us-block .content-col {
        padding-left: 36px;
    }
}

@media (min-width: 1320px) {
    .container {
        width: 1290px;
    }
}

@media (max-width: 1320px) {
    .index-page .news-block .news-list .news-item .img img {
        height: 238px;
    }
}

@media (max-width: 1320px) and (min-width: 992px) {
    .index-page .about-us-block .img-col .main-img-box {
        width: 75%;
        height: auto;
    }

    .about-us-page .about-us-block .img-col .main-img-box {
        width: 75%;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .app-page-header .menus {
        gap: 40px;
    }

    .index-page .banner-area {
        height: 50vh;
    }

    .index-page .news-block .news-list .news-item .img img {
        height: 193px;
    }
}

@media (min-width: 992px) {
    .app-page-header .downwindow {
        display: none !important;
    }

    .index-page .menu-block .product-list {
        margin: 0 -30px;
    }

    .index-page .menu-block .product-list .product-item {
        padding: 0 30px;
    }

    .menu-page .menu-block .product-group .product-list {
        margin: 0 -30px;
    }

    .menu-page .menu-block .product-group .product-list .product-item {
        padding: 0 30px;
    }
}

@media (max-width: 992px) {
    .app-page-header {
        background-color: #2d4443;
    }

    .app-page-header .logo img {
        height: 60px;
    }

    .app-page-header .right-col .btn {
        border-color: transparent !important;
        background-color: transparent !important;
    }

    .app-page-top {
        padding-top: 140px;
    }

    .app-page-footer .main .right-col .content {
        text-align: center;
    }

    .app-page-footer .main .right-col .content .r1 {
        margin-top: 80px;
    }

    .index-page .gourmet-block {
        padding-top: 80px;
    }

    .index-page .gourmet-block .box-list {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .index-page .gourmet-block .box-list .box-item {
        margin-bottom: 40px;
    }

    .index-page .gourmet-block .box-list .box-item:first-child .img,
    .index-page .gourmet-block .box-list .box-item:last-child .img {
        margin-top: 0;
    }

    .index-page .gourmet-block .box-list .box-item .title {
        margin-top: 20px;
    }

    .index-page .about-us-block .content-col {
        padding-top: 0;
        padding-bottom: 80px;
    }

    .index-page .menu-block {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .index-page .menu-block .title-2 {
        margin-bottom: 80px;
    }

    .index-page .menu-block .product-list .product-item {
        margin-bottom: 80px;
    }

    .index-page .menu-block .bg {
        display: none;
    }

    .contact-us-page .contact-us-form-block .img-col .big-img {
        position: relative;
        max-height: 500px;
    }

    .about-us-page .about-us-block .content-col {
        padding-top: 0;
        padding-bottom: 80px;
    }

    .menu-page .menu-block {
        padding: 80px 0;
    }

    .index-page .news-block {
        padding: 80px 0 50px 0;
    }

    .index-page .news-block .news-list .news-item .img img {
        height: 467px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .app-page-top .title-2 {
        font-size: 24px;
    }

    .app-page-footer .main .right-col .content .r1 {
        margin-top: 50px;
    }

    .index-page .gourmet-block {
        padding-top: 50px;
    }

    .index-page .gourmet-block .title-2 {
        font-size: 24px;
    }

    .index-page .gourmet-block .box-list {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .index-page .gourmet-block .box-list .box-item .title {
        margin-top: 20px;
    }

    .index-page .gourmet-block .box-list .box-item .img {
        border-radius: 14px !important;
    }

    .index-page .gourmet-block .box-list .box-item .img img {
        height: 240px;
    }

    .index-page .about-us-block .img-col .main-img-box {
        width: 70%;
        height: auto;
        margin-bottom: 80px;
    }

    .index-page .about-us-block .img-col .main-img-box .img2 {
        left: -30px;
        width: 150px;
        height: auto;
    }

    .index-page .about-us-block .img-col .main-img-box .img3 {
        right: -30px;
        width: 120px;
        height: auto;
    }

    .index-page .about-us-block .img-col .main-img-box .yezi1 {
        right: -70px;
        width: 100px;
    }

    .index-page .about-us-block .img-col .main-img-box .yezi2 {
        left: -30px;
        width: 70px;
    }

    .index-page .about-us-block .content-col {
        padding-bottom: 50px;
    }

    .index-page .menu-block {
        padding-top: 50px;
    }

    .index-page .menu-block .title-2 {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .index-page .menu-block .product-list .product-item {
        margin-bottom: 50px;
    }

    .index-page .menu-block .product-list .product-item .line {
        top: 18px;
    }

    .index-page .menu-block .product-list .product-item .text .name,
    .index-page .menu-block .product-list .product-item .text .price {
        font-size: 20px;
    }

    .index-page .news-block {
        padding: 50px 0 20px 0;
    }

    .index-page .news-block .title-2 {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .index-page .news-block .news-list .news-item .img img {
        height: calc((100vw - 72px) / 1.45);
    }

    .contact-us-page .location-block .title-2 {
        font-size: 24px;
    }

    .about-us-page .about-us-block .img-col .main-img-box {
        width: 70%;
        height: auto;
        margin-bottom: 80px;
    }

    .about-us-page .about-us-block .img-col .main-img-box .img2 {
        left: -30px;
        width: 150px;
        height: auto;
    }

    .about-us-page .about-us-block .img-col .main-img-box .img3 {
        right: -30px;
        width: 120px;
        height: auto;
    }

    .about-us-page .about-us-block .img-col .main-img-box .yezi1 {
        right: -70px;
        width: 100px;
    }

    .about-us-page .about-us-block .img-col .main-img-box .yezi2 {
        left: -30px;
        width: 70px;
    }

    .about-us-page .about-us-block .content-col {
        padding-bottom: 50px;
    }

    .menu-page .menu-block {
        padding: 50px 0;
    }

    .menu-page .menu-block .title-2 {
        font-size: 24px;
    }

    .news-list-page .news-list .news-item .title {
        font-size: 24px;
    }

    .news-page .news-title {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    .contact-us-page .contact-us-form-block .form-col {
        padding: 0 50px;
    }
}
