.events-list{
    display: block;
    width: 100%;
}
.events-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px 0 -15px;
}
.events-list li{
    flex: 0 0 33.33%;
    width: 33.33%;
    height: auto;
    padding: 0 15px;
    margin-bottom: 45px;
}
.events-list li .pic{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.events-list li .pic a{
    display: block;
    overflow: hidden;
}
.events-list li .pic a img{
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.85s ease-in-out;
}
.events-list li .pic a:hover img{
    transform: scale(1.05);
}
.events-list li .pic .date {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 122px;
    display: flex;
    justify-content: center;
    background-color: #FFF;
    flex-direction: column;
    align-items: center;
}
.events-list li .pic .date::after{
    content: '';
    position: absolute;
    left: 24px;
    bottom: 40px;
    height: 38px;
    width: 1px;
    background-color: #EDEDED;
    z-index: 10;
}
.events-list li .pic .date .year{
    font-family: Engravers MT;
    font-weight: 400;
    font-size: 12px;
    color: #271E1F;
    line-height: 15px;
}
.events-list li .pic .date .month{
    font-family: Engravers MT;
    font-weight: 400;
    font-size: 12px;
    color: #271E1F;
    line-height: 15px;
}
.events-list li .pic .date .day{
    margin-top: 42px;
    font-family: Engravers MT;
    font-weight: 400;
    font-size: 23px;
    color: #271E1F;
    line-height: 29px;
}
.events-list li .text{
    display: block;
    margin-top: 18px;
}
.events-list li .text .subtitle{
    font-weight: 400;
    font-size: 20px;
    color: #707070;
    font-family: 'Mini Hotpot';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.events-list li .text .title{
    padding-top: 5px;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    font-family: 'Mini Hotpot';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.events-list li .text .title a{
    color: #000000;  
}
.events-list li .text .title a:hover{
    color: #A30012;  
}
.events-list li .text .desc{
    padding-top: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #271E1F;
    line-height: 1.65;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.events-wrap{
    display: block;
    border-top: 1px solid #B8B8B8;
    padding: 50px 30px;
}
.events-title{
    font-size: 36px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
    font-family: 'Mini Hotpot';
}
.events-body{
    padding: 35px 0;
    font-size: 20px;
    line-height: 1.8;
    color: #535353;
    font-family: 'Palatino Linotype','Mini Hotpot';
}
.events-body img{
    max-width: 100%;
    height: auto;
}
.events-box{
    position: absolute;
    left: 0;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    width: 100%;
    height: 92px;
    font-size: 24px;
    font-family: 'Mini Hotpot';
    border-top: 1px solid #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
    background: rgba(255,255,255,0.56);
}
.events-box .icon-return a{
    display: flex;
    align-items: center;
    color: #ADADAD;
}
.events-box .icon-return a i{
    display: block;
    font-size: 20px;
    margin-top: -2px;
    margin-right: 20px;
}
.events-box .icon-next a,.events-box .icon-prev a{
    display: flex;
    align-items: center;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.events-box .icon-next a i,.events-box .icon-prev a i{
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFF;
    background-color: #000;
}
.events-box .icon-return a:hover,.events-box .icon-next a:hover,.events-box .icon-prev a:hover{
    color: #A30012;
}
.events-box .icon-next a:hover i,.events-box .icon-prev a:hover i{
    background-color: #A30012;
}

.contact{
    display: block;
    padding: 40px 30px;
    border-top: 1px solid #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
    background: rgba(255,255,255,0.56);
    color: #535353;
    font-family: 'Palatino Linotype','Mini Hotpot';
}
.contact .title{
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 18px;
}
.contact .title strong{
    display: block;
    font-weight: normal;
    color: #000;
}
.contact .title span{
    display: block;
    color: #9F9F9F;
    padding-top: 6px;
}
.contact .desc{
    font-size: 18px;
    line-height: 1.85;
}
.contact .desc a{
    text-decoration: underline !important;
}
.contact .service{
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    padding-left: 3px;
}
.contact .service .item{
    padding-left: 30px;
    border-left: 2px solid #A30012;
    font-size: 18px;
    color: #707070;
    line-height: 1.65;
    margin-right: 115px;
}
.contact .service .item strong{
    display: block;
    font-size: 24px;
    color: #000;
    line-height: 1;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 20px;
}
.contact .service .item .text{
    display: flex;
    justify-content: flex-start;
    font-family: Microsoft YaHei;
}
.contact .service .item .text span{
    padding-right: 30px;
}
.contact .service .item .add{
    font-family: Microsoft YaHei;
}
.contact .service .item .add a{
    color: #cb7a83;
    text-decoration: underline !important;
}
.contact .service .item .add a:hover{
    color: #A30012;
}
.feedback{
    margin-top: 50px;
}
.form-box{
    display: flex;
    justify-content: space-between;
}
.form-box .form-item{
    flex: 0 0 48.5%;
    width: 48.5%;
}
.form-item{
    display: flex;
    width: 100%;
    padding: 12px 30px;
    height: auto;
    min-height: 68px;
    margin-bottom: 24px;
    background: rgba(255,255,255,0.56);
}
.form-item label{
    display: block;
    flex: 0 0 220px;
    width: 220px;
    padding-left: 40px;
    border-right: 1px solid #DCDCDC;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    color: #535353;
    position: relative;
}
.form-item label::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    background: #A30012;
}
.form-input{
    display: block;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    background-color: transparent;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 0 15px;
    border: none;
}
.form-textarea{
    display: block;
    height: 300px;
    font-size: 18px;
    line-height: 45px;
    background-color: transparent;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 0 15px;
    border: none;
}
.form-btn{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-top: 10px;
}
.form-btn .submit{
    display: flex;
    justify-content: space-between;
    width: 175px;
    padding: 0 30px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #FFF;
    border: none;
    cursor: pointer;
    background: #A30012 url(../img/icon-arrow-white.svg) 103px center no-repeat;
    background-size: 45px 8px;
}
.form-btn .submit:hover{
    opacity: 0.8;
}
.page-title{
    display: flex;
    justify-content: flex-start;
    margin-right: 70px;
    min-width: 114px;
}
.page-title .entitle {
    display: flex;
    color: #000000;
    font-size: 20px;
    font-family: 'Mini Hotpot';
    writing-mode: vertical-rl;
    width: 60px;
    align-items: flex-end;
}
.page-title .title{
    font-weight: 400;
    font-size: 36px;
    color: #000000;
    font-family: 'Mini Hotpot';
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 25px;
    position: relative;
}
.page-title .title::after{
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    width: 1px;
    height: 220px;
    background-color: #000;
}
.about-wrap{
    display: flex;
    justify-content: space-between;
}
.about-box{
    display: flex;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.about-box .text{
    flex: 0 0 54%;
    width: 54%;
    padding-bottom: 230px;
}
.about-box .text .subtitle{
    font-weight: 400;
    font-size: 24px;
    color: #707070;
    font-family: 'Mini Hotpot';
}
.about-box .text .title{
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    font-family: 'Mini Hotpot';
    padding-top: 12px;
}
.about-box .text .desc{
    padding-top: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #271E1F;
    line-height: 1.875;
}
.about-box .pic{
    display: block;
    flex: 0 0 41%;
    width: 41%;
    height: auto;
}
.about-box .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.about-img{
    position: absolute;
    left: 95px;
    bottom: 20px;
    width: 598px;
    height: auto;
}
.about-img img{
    display: block;
    width: 100%;
    height: auto;
}
.reservations-wrap{
    display: flex;
    justify-content: space-between;
}
.step-box {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    z-index: 20;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.step-title{
    margin: 0 auto;
    margin-top: 120px;
    width: 1080px;
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    color: #000000;
    letter-spacing: 25px;
    font-family: 'Mini Hotpot';
}
.step-title span{
    padding: 0 26px;
    color: #ababab;
}
.step-list {
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
    width: 1080px;
    height: 398px;
    position: relative;
    flex-direction: column;
}
.step-list .pic-m{
    display: none;
}
.step-list .pic{
    position: absolute;
    left: 0;
    top: 0;
}
.step-list .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.step-list ul{
    display: flex;
    justify-content: flex-end;
}
.step-list ul.reverse{
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.step-list li{
    display: block;
}
.step-list li img{
    height: auto;
}
.step-list li .step-img01{
    display: block;
    width: 290px;
}
.step-list li .step-img02{
    display: block;
    width: 290px;
}
.step-list li .step-img03{
    display: block;
    width: 263px;
}
.step-list li .step-img04{
    display: block;
    width: 367px;
}
.step-list li .step-img05{
    display: block;
    width: 369px;
}
.step-list li .step-img06{
    display: block;
    width: 307px;
}
.booking-wrap{
    display: flex;
    justify-content: space-between;
}
.booking-contact{
    flex: 0 0 44.8%;
    width: 44.8%;
    margin-right: 2.92%;
}
.booking-contact .title{
    font-weight: normal;
    font-size: 30px;
    color: #000000;
    font-family: 'Mini Hotpot';
    padding-bottom: 20px;
    border-bottom: 2px solid #A30012;
}
.booking-contact .desc{
    padding-top: 18px;
    padding-bottom: 12px;
    font-weight: 400;
    font-size: 18px;
    color: #9A826A;
    line-height: 1.5;
    font-family: 'Mini Hotpot';
}
.booking-contact .desc strong{
    display: block;
    font-weight: normal;
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
}
.booking-contact .item{
    padding-left: 27px;
    margin-top: 20px;
    position: relative;
}
.booking-contact .item::after{
    content: '';
    position: absolute;
    left: 4px;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #A30012;
}
.booking-contact .item label{
    font-weight: 400;
    font-size: 24px;
    color: #010101;
    line-height: 1.5;
    font-family: 'Mini Hotpot';
}
.booking-contact .item .text{
    font-weight: 400;
    font-size: 18px;
    color: #707070;
    line-height: 1.5;
}
.booking-contact .item .text div{
    margin-bottom: 20px;
    font-size: 16px;
}
.booking-box{
    display: block;
    width: 49.15%;
    height: auto;
}
.booking-box img{
    display: block;
    width: 100%;
    height: auto;
}
.booking-box iframe{
    border: none;
    display: block;
    width: 100%; 
    overflow: hidden; 
    height: 644px;
}
.menu-wrap{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    position: relative;
}
.menu-text{
    display: block;
    width: 26.29%;
    margin-right: 4.545%;
    padding-top: 50px;
}
.menu-text .title {
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    font-family: 'Mini Hotpot';
    padding-top: 12px;
}
.menu-text .desc{
    font-size: 18px;
    line-height: 1.875;
}
.menu-text .link {
    display: flex;
    justify-content: flex-end;
    margin-top: 65px;
    flex-direction: column;
    align-items: flex-end;
}
.menu-text .link a{
    display: flex;
    justify-content: space-between;
    width: 165px;
    padding: 0 20px;
    margin-bottom: 20px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #FFF;
    border: none;
    cursor: pointer;
    font-family: 'Mini Hotpot';
    background: #A30012 url(../img/icon-arrow-white.svg) 95px center no-repeat;
    background-size: 45px 8px;
}
.menu-text .link a:hover{
    opacity: 0.8;
}
.foodhot .foodhot-box {
    position: relative;
    top: -60px;
    right: 0;
    padding-bottom: 60px;
    width: 100%;
    z-index: 20;
    display: flex;
    justify-content: flex-start;
    z-index: 999;
}
.foodhot .foodhot-main{
    display: block;
    width: 28.89%;
    height: auto;
    padding-top: 60px
}
.foodhot .foodhot-main .main-pic{
    display: block;
    width:  100%;
    aspect-ratio: 1 / 1.157;
    /*width: 445px;
    height: 515px;*/
    position: relative;
}
.foodhot .foodhot-main .main-pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.85s ease-in-out;
}
.foodhot .foodhot-main .main-pic:hover img{
    transform: scale(1.03);
}
.foodhot .swiper-container {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
}
.foodhot .swiper-slide{
    overflow: hidden;
}
.foodhot .page-box {
    position: absolute;
    right: 15px;
    width: 70px;
    height: 32px;
    bottom: -70px;
}
.foodhot .swiper-button-prev{
    left: 0;
}
.foodhot .swiper-button-next{
    right: 0;
}
.foodhot .swiper-button-prev,.foodhot .swiper-button-next{
    width: 30px;
    height: 30px;
    margin-top: -15px !important;
    border-radius: 50%;
    border: none;
    background-color: #BDBDBD;
    opacity: 1;
}
.foodhot .swiper-button-disabled{
    opacity: 0.5;
}
.foodhot .swiper-button-prev:hover,.foodhot .swiper-button-next:hover{
    background-color: #A30012;
}
.foodhot .swiper-button-next:after,.foodhot .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}
.foodhot .foodhot-side{
    display: flex;
}
.foodhot .foodhot-side .side-item{
    flex: 0 0 267px;
    width: 267px;
    margin-left: 40px;
}
.foodhot .foodhot-side .side-item .titleBox .subtitle{
    font-weight: 400;
    font-size: 20px;
    color: #707070;
    font-family: 'Mini Hotpot';
    padding-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.foodhot .foodhot-side .side-item .titleBox .title{
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    font-family: 'Mini Hotpot';
    padding-bottom: 100px;
}
.foodhot .foodhot-side .side-item .item{
    background-color: #fff;
    padding: 14px 24px 17px;
    margin: 0 0 32px;
}
.foodhot .side-item .item .topbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Palatino Linotype;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}
.foodhot .side-item .item .topbox .entitle{
    text-transform: uppercase;
}
.foodhot .side-item .item .topbox .sequence{
    padding: 9px 10px;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}
.foodhot .side-item .item .pic{
    display: block;
    width: 85%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.foodhot .side-item .item .pic img{
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.85s ease-in-out;
}
.foodhot .side-item .item:hover .pic img{
    transform: scale(1.05);
}
.foodhot .side-item .item .text{
    margin-top: 5px;
}
.foodhot .side-item .item .feature{
    font-weight: 400;
    font-size: 19px;
    color: #707070;
    line-height: 1;
    margin: 0 0;
    padding: 9px 0 9px 20px;
    font-family: 'Mini Hotpot';
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.foodhot .side-item .item .feature::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #A30012;
}
.foodhot .side-item .item .text .middleBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    padding: 8px 6px;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}
.foodhot .side-item .item .text .title{
    font-family: 'Mini Hotpot';
    font-weight: normal;
}
.pagewrap.en .foodhot .side-item .item .text .title {
    line-height: 1.1;
}
.foodhot .side-item .item .text .title a{
    color: #000000;
}
.foodhot .side-item .item .text .title a:hover{
    color: #A30012;
}
.foodhot .side-item .item .text .price{
    font-family: 'Mini Hotpot';
}
.foodhot .side-item .item .text .desc{
    padding-top: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #271E1F;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.foodhot .foodhot-img{
    position: absolute;
    left: -4%;
    bottom: 0;
    width: 569px;
    height: auto;
    z-index: 99;
}
.foodhot .foodhot-img img{
    display: block;
    width: 100%;
    height: auto;
}
.subpage-title {
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    font-family: 'Mini Hotpot';
    padding-bottom: 30px;
}

/* PC*/
@media (min-width: 769px) and (max-width: 1800px) {
.events-list ul{
    margin: 0 -0.7894736842105263vw 0 -0.7894736842105263vw;
}
.events-list li{
    padding: 0 0.7894736842105263vw;
    margin-bottom: 2.3684210526315788vw;
}
.events-list li .pic .date {
    width: 2.526315789473684vw;
    height: 6.421052631578948vw;
}
.events-list li .pic .date::after{
    left: 1.263157894736842vw;
    bottom: 2.1052631578947367vw;
    height: 2vw;
    width: 0.05263157894736842vw;
}
.events-list li .pic .date .year{
    font-size: 0.631578947368421vw;
    line-height: 0.7894736842105263vw;
}
.events-list li .pic .date .month{
    font-size: 0.631578947368421vw;
    line-height: 0.7894736842105263vw;
}
.events-list li .pic .date .day{
    margin-top: 2.210526315789474vw;
    font-size: 1.2105263157894737vw;
    line-height: 1.5263157894736843vw;
}
.events-list li .text{
    margin-top: 0.9473684210526315vw;
}
.events-list li .text .title{
    padding-top: 0.2631578947368421vw;
}
.events-list li .text .desc{
    padding-top: 0.631578947368421vw;
}
.events-wrap{
    padding: 2.6315789473684212vw 1.5789473684210527vw;
}
.events-body{
    padding: 1.8421052631578947vw 0;
}
.events-box{
    bottom: 2.1052631578947367vw;
    padding: 0 0.2631578947368421vw;
    height: 4.842105263157895vw;
    font-size: 1.263157894736842vw;
}
.events-box .icon-return a i{
    font-size: 1.0526315789473684vw;
    margin-top: -0.10526315789473684vw;
    margin-right: 1.0526315789473684vw;
}
.events-box .icon-next a i,.events-box .icon-prev a i{
    margin: 0 1.0526315789473684vw;
    width: 1.894736842105263vw;
    height: 1.894736842105263vw;
}
.contact{
    padding: 2.1052631578947367vw 1.5789473684210527vw;
}
.contact .title{
    padding-bottom: 0.9473684210526315vw;
}
.contact .title span{
    padding-top: 0.3157894736842105vw;
}
.contact .service{
    margin-top: 1.5789473684210527vw;
    padding-left: 0.15789473684210525vw;
}
.contact .service .item{
    padding-left: 1.5789473684210527vw;
    border-left: 0.10526315789473684vw solid #A30012;
    margin-right: 6.052631578947368vw;
}
.contact .service .item strong{
    padding-top: 0.10526315789473684vw;
    padding-bottom: 1.0526315789473684vw;
}
.contact .service .item .text span{
    padding-right: 1.5789473684210527vw;
}
.feedback{
    margin-top: 2.6315789473684212vw;
}
.form-item{
    padding: 0.631578947368421vw 1.5789473684210527vw;
    min-height: 3.5789473684210527vw;
    margin-bottom: 1.263157894736842vw;
}
.form-item label{
    flex: 0 0 11.578947368421053vw;
    width: 11.578947368421053vw;
    padding-left: 2.1052631578947367vw;
    height: 2.3684210526315788vw;
    line-height: 2.3684210526315788vw;
}
.form-item label::after {
    left: 0.21052631578947367vw;
    width: 0.3157894736842105vw;
    height: 0.3157894736842105vw;
}
.form-input{
    height: 2.3684210526315788vw;
    line-height: 2.3684210526315788vw;
    padding: 0 0.7894736842105263vw;
}
.form-textarea{
    height: 15.789473684210526vw;
    line-height: 2.3684210526315788vw;
    padding: 0 0.7894736842105263vw;
}
.form-btn{
    padding-top: 0.5263157894736842vw;
}
.form-btn .submit{
    width: 9.210526315789474vw;
    padding: 0 1.5789473684210527vw;
    height: 2.4210526315789473vw;
    line-height: 2.4210526315789473vw;
    background: #A30012 url(../img/icon-arrow-white.svg) 5.421052631578948vw center no-repeat;
    background-size: 2.3684210526315788vw 0.42105263157894735vw;
}
.about-box .text {
    padding-bottom: 12.105263157894736vw;
}
.about-box .text .title{
    padding-top: 0.631578947368421vw;
}
.about-box .text .desc{
    padding-top: 0.5263157894736842vw;
}
.about-img{
    left: 5vw;
    bottom: 1.0526315789473684vw;
    width: 31.473684210526315vw;
}
.step-title{
    margin-top: 6.315789473684211vw;
    width: 56.8421052631579vw;
}
.step-title span{
    padding: 0 1.368421052631579vw;
}
.step-list {
    margin-top: 2.6315789473684212vw;
    width: 56.8421052631579vw;
    height: 20.94736842105263vw;
}
.step-list .pic img{
    /*width: 12.105263157894736vw;*/
}
.step-list li .step-img01{
    width: 15.263157894736842vw;
}
.step-list li .step-img02{
    width: 15.263157894736842vw;
}
.step-list li .step-img03{
    width: 13.842105263157896vw;
}
.step-list li .step-img04{
    width: 19.31578947368421vw;
}
.step-list li .step-img05{
    width: 19.42105263157895vw;
}
.step-list li .step-img06{
    width: 16.157894736842106vw;
}
.booking-contact .title{
    padding-bottom: 1.0526315789473684vw;
}
.booking-contact .desc{
    padding-top: 0.9473684210526315vw;
    padding-bottom: 0.631578947368421vw;
}
.booking-contact .desc strong{
    margin-bottom: 0.5263157894736842vw;
}
.booking-contact .item{
    padding-left: 1.4210526315789473vw;
    margin-top: 1.0526315789473684vw;
}
.booking-contact .item::after{
    left: 0.21052631578947367vw;
    top: 0.6842105263157895vw;
    width: 0.3157894736842105vw;
    height: 0.3157894736842105vw;
}
.booking-contact .item .text div{
    margin-bottom: 1.0526315789473684vw;
}
.booking-box iframe{
    height: 33.89473684210526vw;
}
.menu-wrap{
    padding-top: 1.0526315789473684vw;
}
.menu-text{
    padding-top: 2.6315789473684212vw;
}
.menu-text .title {
    font-weight: 400;
    padding-top: 0.631578947368421vw;
}
.menu-text .desc{
    line-height: 1.875;
}
.menu-text .link {
    margin-top: 3.4210526315789473vw;
}
.menu-text .link a{
    width: 8.68421052631579vw;
    padding: 0 1.0526315789473684vw;
    margin-bottom: 1.0526315789473684vw;
    height: 1.8421052631578947vw;
    line-height: 1.8421052631578947vw;
    background: #A30012 url(../img/icon-arrow-white.svg) 5vw center no-repeat;
    background-size: 2.3684210526315788vw 0.42105263157894735vw;
}
.foodhot .foodhot-box {
    top: -3.1578947368421053vw;
    padding-bottom: 3.1578947368421053vw;
}
.foodhot .foodhot-main{
    padding-top: 3.1578947368421053vw
}
.foodhot .page-box {
    right: 0.7894736842105263vw;
    width: 3.6842105263157894vw;
    height: 1.6842105263157894vw;
    bottom: -3.6842105263157894vw;
}
.foodhot .swiper-button-prev,.foodhot .swiper-button-next{
    width: 1.5789473684210527vw;
    height: 1.5789473684210527vw;
    margin-top: -0.7894736842105263vw !important;
}
.foodhot .swiper-button-next:after,.foodhot .swiper-button-prev:after{
    font-size: 0.8421052631578947vw;
    font-weight: 500;
}
.foodhot .foodhot-side .side-item{
    flex: 0 0 14.052631578947368vw;
    width: 14.052631578947368vw;
    margin-left: 2.1052631578947367vw;
}
.foodhot .foodhot-side .side-item .titleBox .subtitle{
    padding-bottom: 0.5263157894736842vw;
}
.foodhot .foodhot-side .side-item .titleBox .title{
    font-weight: 400;
    padding-bottom: 5.2631578947368425vw;
}
.foodhot .foodhot-side .side-item .item{
    padding: 0.7368421052631579vw 1.263157894736842vw 0.8947368421052632vw;
    margin: 0 0 1.6842105263157894vw;
}
.foodhot .side-item .item .topbox{
    font-size: 0.7368421052631579vw;
}
.foodhot .side-item .item .topbox .sequence{
    padding: 0.47368421052631576vw 0.5263157894736842vw;
}
.foodhot .side-item .item .text{
    margin-top: 0.2631578947368421vw;
}
.foodhot .side-item .item .feature{
    padding: 0.47368421052631576vw 0 0.47368421052631576vw 1.0526315789473684vw;
}
.foodhot .side-item .item .feature::after{
    left: 2px;
    margin-top: -0.21052631578947367vw;
    width: 0.42105263157894735vw;
    height: 0.42105263157894735vw;
}
.foodhot .side-item .item .text .middleBox{
    padding: 0.42105263157894735vw 0.3157894736842105vw;
}
.foodhot .side-item .item .text .desc{
    padding-top: 0.631578947368421vw;
}
.foodhot .foodhot-img{
    width: 29.94736842105263vw;
}
.subpage-title {
    font-size: 1.5789473684210527vw;
    padding-bottom: 1.5789473684210527vw;
}
}

/* PC*/
@media (min-width: 768px) and (max-width: 1440px) {
.page-title{
    zoom: 0.85;
}
.about-box .text .subtitle {
    font-size: 22px;
}
.about-box .text .title {
    font-size: 26px;
}
.about-box .text .desc {
    font-size: 16px;
}
.menu-text .desc {
    font-size: 16px;
}
.menu-text .link a {
    font-size: 16px;
}
.foodhot .side-item .item .feature {
    font-size: 17px;
}
.foodhot .side-item .item .text .middleBox {
    font-size: 20px;
}
.foodhot .side-item .item .text .desc {
    font-size: 15px;
}
.foodhot .foodhot-side .side-item .titleBox .subtitle {
    font-size: 18px;
}
.foodhot .foodhot-side .side-item .titleBox .title {
    font-size: 20px;
}
.booking-contact .title {
    font-size: 26px;
}
.booking-contact .desc {
    font-size: 16px;
}
.booking-contact .desc strong {
    font-size: 18px;
}
.booking-contact .item label {
    font-size: 22px;
}
.booking-contact .item .text {
    font-size: 16px;
}
.booking-contact .item .text div {
    font-size: 15px;
}
.step-title {
    font-size: 28px;
    letter-spacing: 20px;
}
.events-list li .text .subtitle {
    font-size: 18px;
}
.events-list li .text .title {
    font-size: 22px;
}
.events-list li .text .desc {
    font-size: 15px;
}
.events-title {
    font-size: 32px;
}
.events-body {
    font-size: 18px;
}
.contact .title {
    font-size: 26px;
}
.contact .desc {
    font-size: 16px;
}
.contact .service .item strong {
    font-size: 21px;
}
.contact .service .item {
    font-size: 16px;
}
.form-item label {
    font-size: 16px;
}
.form-input {
    font-size: 16px;
}
.form-textarea {
    font-size: 16px;
}
.form-btn .submit {
    font-size: 16px;
}

}

@media (max-width: 1495px) { 
/*.booking-box iframe{
    height: 800px;
}*/
}

/* PC */
@media (min-width: 768px) and (max-width: 1280px) {
.page-title{
    zoom: 0.75;
}
.about-box .text .subtitle {
    font-size: 20px;
}
.about-box .text .title {
    font-size: 24px;
}
.about-box .text .desc {
    font-size: 15px;
}
.menu-text .desc {
    font-size: 14px;
}
.menu-text .link a {
    font-size: 15px;
}
.foodhot .side-item .item .feature {
    font-size: 15px;
}
.foodhot .side-item .item .text .middleBox {
    font-size: 18px;
}
.foodhot .side-item .item .text .desc {
    font-size: 14px;
}
.foodhot .foodhot-side .side-item .titleBox .subtitle {
    font-size: 16px;
}
.foodhot .foodhot-side .side-item .titleBox .title {
    font-size: 18px;
}
.booking-contact .title {
    font-size: 24px;
}
.booking-contact .desc {
    font-size: 15px;
}
.booking-contact .desc strong {
    font-size: 16px;
}
.booking-contact .item label {
    font-size: 20px;
}
.booking-contact .item .text {
    font-size: 15px;
}
.booking-contact .item .text div {
    font-size: 14px;
}
.step-title {
    font-size: 26px;
    letter-spacing: 16px;
}
.events-list li .text .subtitle {
    font-size: 16px;
}
.events-list li .text .title {
    font-size: 20px;
}
.events-list li .text .desc {
    font-size: 14px;
}
.events-title {
    font-size: 28px;
}
.events-body {
    font-size: 16px;
}
.contact .title {
    font-size: 24px;
}
.contact .desc {
    font-size: 15px;
}
.contact .service .item strong {
    font-size: 18px;
}
.contact .service .item {
    font-size: 15px;
}
.form-item label {
    font-size: 15px;
}
.form-input {
    font-size: 15px;
}
.form-textarea {
    font-size: 15px;
}
.form-btn .submit {
    font-size: 15px;
}
}

/* iPad竖屏 */
@media (min-width: 768px) and (max-width: 1024px) {
.page-title{
    zoom: 0.65;
}
.about-box .text .subtitle {
    font-size: 18px;
}
.about-box .text .title {
    font-size: 22px;
}
.about-box .text .desc {
    font-size: 14px;
}
.menu-text .desc {
    font-size: 14px;
}
.menu-text .link a {
    font-size: 14px;
}
.foodhot .side-item .item .feature {
    font-size: 14px;
}
.foodhot .side-item .item .text .middleBox {
    font-size: 16px;
}
.foodhot .side-item .item .text .desc {
    font-size: 13px;
}
.foodhot .foodhot-side .side-item .titleBox .subtitle {
    font-size: 14px;
}
.foodhot .foodhot-side .side-item .titleBox .title {
    font-size: 16px;
}
.booking-contact .title {
    font-size: 20px;
}
.booking-contact .desc {
    font-size: 14px;
}
.booking-contact .desc strong {
    font-size: 14px;
}
.booking-contact .item label {
    font-size: 18px;
}
.booking-contact .item .text {
    font-size: 14px;
}
.booking-contact .item .text div {
    font-size: 13px;
}
.step-title {
    font-size: 22px;
    letter-spacing: 14px;
}
.events-list li .text .subtitle {
    font-size: 14px;
}
.events-list li .text .title {
    font-size: 18px;
}
.events-list li .text .desc {
    font-size: 13px;
}
.events-title {
    font-size: 24px;
}
.events-body {
    font-size: 14px;
}
.contact .title {
    font-size: 22px;
}
.contact .desc {
    font-size: 14px;
}
.contact .service .item strong {
    font-size: 16px;
}
.contact .service .item {
    font-size: 14px;
}
.form-item label {
    font-size: 14px;
}
.form-input {
    font-size: 14px;
}
.form-textarea {
    font-size: 14px;
}
.form-btn .submit {
    font-size: 14px;
}
}

/* iPad横屏 */
@media (min-width: 1024px) and (max-width: 1194px) and (orientation: landscape) {
    
}
/* 手机 */
@media only screen and (max-width:768px){
.about-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.page-title {
    flex-direction: column;
    margin-right: 0;
    padding-bottom: 20px;
}
.pagewrap.en .page-title{
    padding-bottom: 0;
}
.page-title .entitle {
    font-size: 18px;
    writing-mode: unset;
    width: auto;
    align-items: flex-start;
}
.page-title .title {
    padding-top: 15px;
    font-size: 26px;
    writing-mode: unset;
    text-orientation: upright;
    letter-spacing: 10px;
}
.page-title .title::after {
    left: 0;
    top: 0;
    width: 155px;
    height: 1px;
}

.about-box {
    width: 100%;
    flex-direction: column;
}
.about-box .text {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 20px;
}
.about-box .text .subtitle {
    font-size: 18px;
}
.about-box .text .title {
    font-size: 26px;
    padding-top: 10px;
}
.about-box .text .desc {
    font-size: 15px;
    padding-top: 5px;
}
.about-box .pic {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 20px;
}
.about-img {
    position: relative;
    left: 20%;
    bottom: 0;
    width: 80%;
    height: auto;
    padding-top: 50px;
}

.events-list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0;
}
.events-list li {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 0 0;
}
.events-list li .text .subtitle {
    font-size: 18px;
}
.events-list li .text .title {
    font-size: 22px;
}
.events-list li .text .desc {
    padding-top: 10px;
    font-size: 14px;
}
.events-list li .pic .date {
    width: 48px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.6);
}
.events-list li .pic .date .year {
    font-size: 12px;
    line-height: 15px;
}
.events-list li .pic .date .month {
    font-size: 12px;
    line-height: 15px;
}
.events-list li .pic .date .day {
    margin-top: 26px;
    font-size: 23px;
    line-height: 29px;
}
.events-list li .pic .date::after {
    left: 24px;
    bottom: 35px;
    height: 22px;
    width: 1px;
    background-color: #CCC;
}
.events-wrap {
    padding: 30px 0;
}
.events-title {
    font-size: 24px;
}
.events-body {
    padding: 15px 0;
    font-size: 16px;
}
.events-box {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    font-size: 15px;
    line-height: 18px;
}
.events-box .icon-prev{
    position: absolute;
    left: 0;
    top: 10px;
}
.events-box .icon-next{
    position: absolute;
    right: 0;
    bottom: 10px;
}
.events-box .icon-next a, .events-box .icon-prev a {
    width: 100%;
}
.events-box .icon-next a i, .events-box .icon-prev a i {
    margin: 0 8px;
    width: 18px;
    height: 18px;
    font-size: 10px;
}
.events-box .icon-return{
    display: block;
    margin: 0 auto;
}
.events-box .icon-return a i {
    font-size: 16px;
    margin-right: 10px;
}
.contact {
    padding: 30px 4% 10px;
}
.contact .title {
    font-size: 26px;
    padding-bottom: 15px;
}
.contact .desc {
    font-size: 15px;
}
.contact .service {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    padding-left: 3px;
    flex-direction: column;
}
.contact .service .item strong {
    font-size: 20px;
    padding-bottom: 15px;
}
.contact .service .item {
    padding-left: 0;
    border-left: none;
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 30px;
}
.form-box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.form-box .form-item {
    flex: 0 0 100%;
    width: 100%;
}
.form-item {
    padding: 12px 10px;
    height: auto;
    min-height: 38px;
    margin-bottom: 24px;
}
.form-item label {
    flex: 0 0 110px;
    width: 110px;
    padding-left: 20px;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
}
.form-input {
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    padding: 0 10px;
}
.form-textarea {
    height: 200px;
    font-size: 15px;
    line-height: 35px;
    padding: 0 10px;
}
.form-btn .submit {
    font-size: 15px;
}
.reservations-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.booking-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.booking-contact {
    flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
}
.booking-contact .title {
    font-size: 26px;
    padding-bottom: 10px;
}
.booking-contact .desc strong {
    font-size: 18px;
    margin-bottom: 10px;
}
.booking-contact .desc {
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 15px;
}
.booking-contact .item::after {
    top: 10px;
}
.booking-contact .item .text {
    font-size: 15px;
}
.booking-contact .item label {
    font-size: 18px;
}
.booking-box {
    width: 100%;
    margin-top: 20px;
}
.step-title {
    width: 100%;
    font-size: 24px;
    letter-spacing: 10px;
    margin-top: 60px;
}
.step-title span {
    padding: 0 10px;
}
.pagewrap.en .step-title {
    width: 100%;
    font-size: 22px;
    letter-spacing: 5px;
    margin-top: 60px;
}
.step-list {
    width: 100%;
    height: auto;
}
.step-list .pic,.step-list ul{
    display: none;
}
.step-list .pic-m{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.step-list .pic-m img{
    display: block;
    width: 100%;
    height: auto;
}
.menu-wrap {
    display: flex;
    justify-content: flex-start;
    padding-top: 0;
    position: relative;
    flex-direction: column;
    padding-bottom: 100px;
}
.menu-text {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
}
.menu-text .desc {
    font-size: 15px;
}
.menu-text .link {
    display: flex;
    justify-content: flex-end;
    margin-top: 35px;
    flex-direction: column;
    align-items: flex-start;
}
.menu-text .link a {
    font-size: 15px;
}
.foodhot .foodhot-box {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    z-index: 20;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 30px;
}
.foodhot .foodhot-main {
    display: block;
    width: 58%;
    height: auto;
    padding-top: 73px;
    position: absolute;
    bottom: 150px;
}
.foodhot .page-box {
    right: 30%;
    width: 70px;
    height: 32px;
    bottom: -60px;
}
.foodhot .foodhot-side {
    display: flex;
    width: 35%;
    margin-left: 65%;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 30px;
}
.foodhot .foodhot-side .side-item:last-child{
    display: none;
}
.foodhot .foodhot-side .side-item {
    flex: auto;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.foodhot .foodhot-side .side-item .item {
    background-color: #fff;
    padding: 10px 10px 10px;
    width: 100%;
    margin: 0 0 15px;
}
.foodhot .side-item .item .pic {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.foodhot .side-item .item .text .desc {
    padding-top: 8px;
    font-size: 10px;
    -webkit-line-clamp: 2;
}
.foodhot .side-item .item .text .middleBox {
    font-size: 12px;
    padding: 5px 0;
    border-top: 1px solid #EDEDED;
}
.foodhot .side-item .item .topbox {
    display: none;
}
.foodhot .foodhot-img {
    left: 0;
    right: unset;
    bottom: 0;
    width: 65%;
}

}