*, ::before, ::after {
    box-sizing: border-box;
}

*, ::before, ::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    font-size: 14px;
}

body {
    background-color: rgb(255, 255, 255);
    margin: 0px;
    font-family: Hind, Poppins, "Microsoft YaHei", "sans-serif";
    color: rgb(52, 52, 52);
    overflow-y: auto;
    height: 100vh;
    max-width: 100vw;
    width: 100vw;
    line-height: 1.5;
    overflow-x: hidden !important;
}

h1, h3 {
    margin-top: 0px;
    margin-bottom: 0.5rem;
    font-weight: 400;
    margin-bottom: 22px;
    padding-top: 30px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

a{
    cursor:pointer;
    text-decoration: none;
    color: rgb(255 87 51);
    background-color: transparent;
}

img, .swiper-button-prev, .swiper-button-next {
    user-select: none;
}

#page-content{
    
}

.shop-container_title,.shop-popular_container{
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0px auto;
}

.section-title-body{
    margin: 0px auto;
    width: 100%;
    overflow-wrap: break-word;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
}

.sectiontitle-wraper {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 1.2;
    max-width: 90%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 2;
    background-color: transparent;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.sectiontitle-line {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: black;
    top: calc(50% - 0.5px);
    left: 0px;
    display: block;
}

.sectionTitle-title{
    background: white;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 0px 12px;
    font-size: 1.7rem;
}

.shop-cate_container{
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0px auto;
}

.shop-cate_ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    color: rgb(255, 255, 255);
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 0.85rem;
}

.shop-cate_ul li{
    margin: 8px 10px;
    text-align: center;
    width: 100%;
    line-height: 3rem;
    background: rgb(255 87 51);
}

.shop-cate_ul li a {
    padding: 0px 30px;
    color: rgb(255, 255, 255);
    display: inline-block;
    text-decoration: none;
    width: 100%;
    font-size: 1rem;
}

.shop-top3_container{
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0px auto;
}

.top3_container{
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    z-index: 1;
}

.top3-container_wraper{
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.top3-slide{
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform, -webkit-transform;
}

.top3-rest_card{
    background-color: rgb(255, 255, 255);
    color: rgb(136, 136, 136);
}

.top3-rest_card .card-restaurant-image {
    width: 100%;
    overflow: hidden;
}

.card-restaurant-container{
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 25px 9px;
    height: auto;
    position: relative;
}

.card-restaurant-logo{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.card-restaurant-logo a {
    color: inherit;
}

.card-restaurant-logo .card-restaurant-logo-image {
    min-width: 75px;
    max-height: 36px;
}

.card-restaurant_name{
    font-size: 1.5rem;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0px;
    color: black;
    text-align: right;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding:0px;
}

.card-restaurant-text{
    margin-top: 20px;
    width: 100%;
    display: block;
}

.card-restaurant-text .card-restaurant-summary {
    display: none;
    width: 100%;
    font-size: 1rem;
    color: rgb(136, 136, 136);
    letter-spacing: 0.6px;
    line-height: 1.75rem;
    -webkit-line-clamp: 1;
}

.card-restaurant-text .card-restaurant-info {
    flex: 1 1 0%;
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

.card-restaurant-text .card-restaurant-info .card-restaurant-address-container {
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.card-restaurant-text .card-restaurant-info .card-restaurant-address {
    position: relative;
    text-align: left;
    line-height: 1.65rem;
    -webkit-font-smoothing: antialiased;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.card-restaurant-text .card-restaurant-info .card-restaurant-address .icon-left {
    margin-right: 10px;
}

.card-restaurant-text .card-restaurant-info .card-restaurant-phone {
    margin-top: 5px;
    text-align: left;
}

.card-restaurant-text .card-restaurant-info .card-restaurant-phone a {
    color: rgb(136, 136, 136);
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.card-restaurant_learnmore{
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    align-items: center;
    color: inherit;
    color: rgb(255 87 51);
    position: absolute;
    bottom: 25px;
    right: 12px;
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -0.125em;
    width: 1em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -0.125em;
    width: 1em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-layers {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.fa-fw {
    margin-left: 5px;
}

.fa-chevron-right {
    font-size: 0.64rem;
    margin-left: 1px;
}

.fa-layers svg.svg-inline--fa {
    inset: 0px;
    margin: auto;
    position: absolute;
    height: 18px;
    width: 18px;
}

.fa-layers svg.svg-inline--fa {
    transform-origin: center center;
    margin-top: -3px;
}

.slider-container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0px auto;
    position: relative;
    overflow: visible;
    margin: 0px auto;
    padding: 0px;
}

.swiper-slide-block {
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    z-index: 1;
}

.slider-swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-item {
    height: auto;
}

.card-swiper {
    display: block;
    width: 100%;
    color: rgb(52, 52, 52);
    font-size: 15px;
}

.media-image {
    width: 100%;
    height: auto;
}

.card_img-wrapper {
    overflow: hidden;
    display: block;
    line-height: 0;
}

.card__content {
    padding: 20px 12px 0px;
    margin-bottom: 20px;
}

.card-h4 {
    font-size: 22px;
    line-height: 24px;
    color: rgb(52, 52, 52);
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 400;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
    display: -webkit-box;
}

.swiper-btn-next, .swiper-btn-prev {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgba(7, 17, 27, 0.3);
    border: none;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0px;
    border-radius: 50px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    top: 40%;
    display: flex;
}

.swiper-btn-prev {
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0.6;
    left: 12px;
    top: 174px;
}

.swiper-btn-next {
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0.6;
    right: 12px;
    top: 174px;
}

.swiper-btn-next:hover, .swiper-btn-prev:hover {
    opacity: 1;
}

.swiper-btn-prev span i,.swiper-btn-next span i{
    font-size: 22px;
}

.top3_rest_container{
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 25px 9px;
    height: auto;
    position: relative;
}

.top3_rest_logo{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.top3_rest_logo a{
    color: inherit;
}

.top3_card_h3{
    font-size: 1.5rem;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0px;
    color: black;
    text-align: right;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding:0px;
}

.top3_rest_summary{
    display: none;
    width: 100%;
    font-size: 1rem;
    color: rgb(136, 136, 136);
    letter-spacing: 0.6px;
    line-height: 1.75rem;
    -webkit-line-clamp: 1;
}

.top3_rest_text{
    margin-top: 20px;
    width: 100%;
    display: block;
}

.top3_rest_info{
    flex: 1 1 0%;
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

.top3_rest_address_container{
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.top3_rest_address{
    position: relative;
    text-align: left;
    line-height: 1.65rem;
    -webkit-font-smoothing: antialiased;
}

.top3_rest_address .icon-left,.top3_rest_phone .icon-left{
    margin-right: 10px;
}

.top3_rest_phone{
    margin-top: 5px;
    text-align: left;
}

.top3_rest_phone a {
    color: rgb(136, 136, 136);
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.top3_rest_container .learn-more{
    color: rgb(255 87 51);
    position: absolute;
    bottom: 25px;
    right: 12px;
    margin-top: 15;
    margin-bottom: 10;
}

.top-slider{
    height: 100vh;
    top: 0px;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 0;
    background-color: rgb(255 87 51);
    margin-top: 54px;
}

.top-swiper-container{
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    z-index: 1;
    height: 40vh;
    width: 100%;
}

.top-swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.top-swiper-slide{
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform, -webkit-transform;
}

.top-slide-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-image__body{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #525252;
}

.top-rico-image_body{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.top-swiper-h1 {
    font-size: 30px;
    width: 100%;
    line-height: 1.1;
}

@media (min-width: 580px)
{
    .shop-container_title,.shop-popular_container{
        width: 540px;
    }

    .section-title-body {
        overflow-wrap: normal;
    }

    .sectiontitle-wraper {
        font-size: 2.1rem;
    }

    .shop-cate_container{
        width: 540px;
    }

    .shop-cate_ul li{
        width: 46%;
        font-size: 0.85rem;
    }

    .shop-top3_container{
        width: 540px;
    }

    .slider-container {
        width: 540px;
    }
}

@media (min-width: 760px)
{
    .shop-cate_container,.shop-popular_container{
        width: 720px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .shop-top3_container{
        width: 720px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .shop_img{
        transition: all 0.3s ease 0s;
    }

    .shop_img:hover{
        transform: scale(1.1);
    }

    .card-restaurant-container{
        padding: 9px 0px;
    }

    .card-restaurant-text .card-restaurant-summary {
        text-overflow: ellipsis;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .card-restaurant-text .card-restaurant-info .card-restaurant-address-container {
        margin-top: 20px;
    }

    .slider-container {
        font-size: 14px;
        width: 720px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .card-swiper {
        display: block;
        width: 100%;
        color: rgb(52, 52, 52);
        font-size: 15px;
    }

    .media-image {
        transition: all 0.3s ease 0s;
    }

    .card__content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .card-h4 {
        margin-bottom: 10px;
    }

    .top3_rest_container{
        padding: 9px 0px;
    }

    .top3_rest_summary{
        text-overflow: ellipsis;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .top3_rest_address_container{
        margin-top: 20px;
    }

    .top-slider{
        height: 100vhvh;
    }

    .top-swiper-container{
        height: 50vh;
    }
}

@media (min-width: 1000px)
{
    .shop-container_title,.shop-popular_container{
        width: 960px;
        max-width: 960px;
    }

    .section-title-body {
        width: 66.6667%;
    }

    .sectiontitle-wraper {
        white-space: pre-line;
    }

    .sectionTitle-title {
        padding: 0px 38px;
        font-size: 2.1rem;
    }

    .shop-cate_container{
        width: 960px;
        max-width: 960px;
    }

    .shop-top3_container{
        width: 960px;
        max-width: 960px;
    }

    .card-restaurant-container{
        padding: 20px;
    }

    .card-restaurant_learnmore{
        bottom: 20px;
        right: 20px;
    }

    .slider-container {
        width: 960px;
        max-width: 960px;
    }

    .top3_rest_container{
        padding: 20px;
    }

    .top3_rest_container .learn-more{
        margin-top: 20px;
        bottom: 20px;
        right: 20px;
    }

    .top-slider{
        margin-top: 0px;
        height: 100vh;
    }

    .top-swiper-container{
        height: 100vh;
    }

    .top-slide-img{
        width: 100%;
        height: 100%;
    }

    .top-swiper-h1 {
        font-size: 58px;
        padding: 0px 225px;
        white-space: pre-line;
    }
}

@media (min-width: 1240px)
{
    .shop-container_title,.shop-popular_container{
        width: 1200px;
        max-width: 1200px;
    }

    .shop-cate_ul{
        padding: 30px;
    }

    .shop-cate_ul li{
        width: auto;
        min-width: 16.6667%;
    }

    .shop-top3_container{
        width: 1200px;
        max-width: 1200px;
    }

    .top3-slide{
        width: calc(33.3333%);
        margin-right: 30px;
        display: inline-block;
        vertical-align: top;
    }

    .slider-container {
        width: 1200px;
        max-width: 1200px;
    }

    .card__content {
        margin-bottom: 42px;
    }
}

@media (min-width: 1480px)
{
    .shop-container_title,.shop-popular_container{
        width: 1280px;
        max-width: 1280px;
    }

    .shop-cate_container{
        width: 1280px;
        max-width: 1280px;
    }

    .shop-top3_container{
        width: 1280px;
        max-width: 1280px;
    }

    .slider-container {
        width: 1280px;
        max-width: 1280px;
    }
}

@media (min-width: 1700px)
{
    .shop-container_title,.shop-popular_container{
        width: 1700px;
        max-width: 1700px;
    }

    .shop-cate_container{
        width: 1700px;
        max-width: 1700px;
    }

    .shop-top3_container{
        width: 1700px;
        max-width: 1700px;
    }

    .slider-container {
        width: 1700px;
        max-width: 1700px;
    }
}

.shop-container_title,.shop-popular_container{
    margin: 0px auto 22px;
    padding-top: 36px;
    max-width: 100%;
}

.shop-cate_container{
    padding:0px
}

.shop-top3_container{
    position: relative;
    overflow: visible;
    margin: 0px auto;
    padding: 0px;
}

.shop_img{
    width: 100%;
    height: auto;
}

.card-restaurant_learnmore{
    position: static;
    margin-right: auto;
}

.top3_rest_container .learn-more{
    position: static;
    margin-right: auto;
}

@media (min-width: 760px)
{
    .shop-container_title,.shop-popular_container{
        padding-top: 78px;
        max-width: 100%;
    }
}