.home-title{
    position: absolute;
    top: 180px;
    left: 15.52083333333333%;
    width: 72px;
    height: auto;
    color: #000000;
    z-index: 10;
    /*background: url('../img/text-hometitleen.svg') no-repeat right 2px;
    background-size: 15px auto;*/
}
.home-title .icon{
    display: block;
    width: 40px;
    height: 50px;
    background: url('../img/icon-hometitle.svg') no-repeat center center;
    background-size: 100% auto;
    margin-left: 5px;
}
.home-title .title{
    font-weight: 400;
    font-size: 36px;
    color: #000000;
    font-family: 'Mini Hotpot';
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 25px;     /* 字间距调整 */
}
.home-title .subtitle {
    font-size: 22px;
    letter-spacing: 22px;
    color: #000;
    font-family: 'Mini Hotpot';
    text-transform: uppercase;
    writing-mode: vertical-rl;
    position: absolute;
    right: 0;
    line-height: 1;
    top: 2px;
}
.home.en .home-title {
    padding-top: 0;
    line-height: 1;
    min-width: 180px;
    top: 170px;
    padding-right: 60px;
    width: auto;
    height: auto;
    background: no-repeat;
}
.home.en .home-title .title{
    writing-mode: inherit;
    letter-spacing: 10px;
}
.home.en .home-title .subtitle{
    font-size: 24px;
    letter-spacing: 10px;
    color: #A30012;
    font-family: 'Mini Hotpot';
    text-transform: unset;
    writing-mode: inherit;
    position: relative;
    right: 0;
    line-height: 1.8;
    top: 0;
}
.home.en .home-title .icon{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -55%);
    width: 45px;
    height: 65px;
}
.home.en .homeculture .home-title{
    left:23.85%
}
.home.en .homeculture .box-content .text{
    padding-top: 240px;
}
.home.en .foodhot .home-title {
    top: 0;
    left: 0;
}
.home.en .foodhot.foodcha .home-title {
    left: unset;
    top: 0;
    right: 75px;
    text-align: right;
}
.home.en .foodhot.foodcha .foodhot-main {
    padding-top: 8%;
}
.home.en .foodnews .home-title {
    top: 0;
    left: 0;
}
.home.en .foodnews .foodnews-box .item.n01{
     margin-top: 75px
}
.home.en .foodnews .home-discovery {
    float: right;
}

.home-discovery{
    display: inline-block;
    margin-top: 35px;
}
.home-discovery a{
    width: 160px;
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 50px 14px 0;
    position: relative;
    z-index: 1;
    text-align: left;
    text-transform: uppercase;
    font-family: Microsoft YaHei;
    color: #707070;
    letter-spacing: 3px;
}
.home.en .home-discovery a {
    width: 170px;
    letter-spacing: 0;
}
.home-discovery a:hover{
    color: #000;
}
.home-discovery a:before {
    content: "";
    width: 100%;
    height: 2px;
    pointer-events: none;
    position: absolute;
    background-color: #707070;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.65s cubic-bezier(0.65,0.32,0.16,1.01);
}
.home-discovery a:hover:before {
    width: 0;
    left: auto;
    right: 0;
}
.home-discovery a:not(.noArrow):after {
    content: "";
    width: 38px;
    height: 6px;
    background: url("../img/icon-discovery-arrow.svg") right center no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(-5px,-50%);
    transform: translate(-5px,-50%);
    transition: all 0.45s cubic-bezier(0.65,0.32,0.16,1.01);
}
.home-discovery a:hover:not(.noArrow):after {
    -webkit-transform: translate(3px,-50%);
    transform: translate(3px,-50%);
}
.homebanner{
    display: block;
    width: 100%;
    height: 100vh;
    min-height:900px;
    max-height: 1080px;
    position: relative;
    overflow: hidden;
}
.homebanner .text{
    position: absolute;
    top: 128px;
    right: 125px;
    width: 225px;
    z-index: 10;
}
.homebanner .text img{
    display: block;
    width: 100%;
    height: auto;
}
.homebanner .entext{
    position: absolute;
    left: 75px;
    bottom: 50px;
    width: 478px;
    z-index: 20;
}
.homebanner .pic{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.homebanner .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homebanner .pic.fadeIns{
    animation: srmgani 4000ms 1 ease forwards;
}
@keyframes srmgani {
    0% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1.0);
    }
}
.homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.homebanner .swiper-button-prev{
    left: 30px;
}
.homebanner .swiper-button-next{
    right: 30px;
}
.homebanner .swiper-button-prev,.homebanner .swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: -50px !important;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.6;
}
.homebanner .swiper-button-disabled{
    opacity: 0.2;
}
.homebanner .swiper-button-prev:hover,.homebanner .swiper-button-next:hover{
    opacity: 1;
}
.homebanner .swiper-button-next:after,.homebanner .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 18px;
}
.homebanner .swiper-pagination{
    bottom: 30px;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 6px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 3px;
    background: #FFFFFF;
    opacity: .3;
}
.homebanner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.homeculture{
    display: block;
    width: 100%;
    height: 100vh;
    min-height:900px;
    max-height: 1080px;
    position: relative;
}
.homeculture .wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.homeculture .box-content{
    position: absolute;
    top: 0;
    right: 0;
    width: 76.25%;
    z-index: 20;
    display: flex;
    justify-content: space-between;
}
.homeculture .box-content .text{
    flex: 0 0 32.965%;
    width: 32.965%;
    padding-top: 180px;
}
.homeculture .box-content .subtitle{
    font-weight: 400;
    font-size: 24px;
    color: #707070;
    font-family: 'Mini Hotpot';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homeculture .box-content .title{
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    font-family: 'Mini Hotpot';
    padding-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homeculture .box-content .desc{
    padding-top: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #271E1F;
    font-size: 18px;
    line-height: 1.875;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.homeculture .box-content .desc p{
    margin: 0 0;
}
.homeculture .box-content .pic{
    flex: 0 0 60.689%;
    width: 60.689%;
    position: relative;
    margin-right: 30px;
}
.homeculture .box-content .pic img{
    position: absolute;
    display: block;
    height: auto;
}
.homeculture .box-content .pic .img01{
    right: 463px;
    top: 0;
    width: 420px;
}
.homeculture .box-content .pic .img02{
    right: 180px;
    top: 405px;
    width: 240px;
}
.homeculture .box-content .pic .img03{
    right: 0;
    top: 260px;
    width: 136px;
}
.homeculture .bg{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.homeculture .bg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeculture .img-left{
    position: absolute;
    left: 3%;
    bottom: 10px;
    width: 356px;
    height: auto;
    z-index: 10;
}
.homeculture .img-left img,.homeculture .img-right img{
    display: block;
    width: 100%;
    height: auto;
}
.homeculture .img-right{
    position: absolute;
    right: 2.91666666666667%;
    bottom: 20px;
    width: 130px;
    z-index: 10;
}
.homefood{
    display: block;
    width: 100%;
    height: auto;
}
.foodhot{
    display: block;
    width: 100%;
    height: 100vh;
    min-height:900px;
    max-height: 1080px;
    background: #e2d6c0 url('../img/bg-foodhot.jpg') no-repeat center top;
    background-size: 100% 100%;
    position: relative;
}
.foodhot .wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}
.foodhot .home-title{
    top: 73px;
    left: -165px;
}
.foodhot .foodhot-box{
    position: relative;
    left: 23.75%;
    margin-top: 80px;
    width: 76.25%;
    z-index: 20;
    display: flex;
    justify-content: flex-start;
}
.foodhot .foodhot-main{
    display: block;
    width: 39.31%;
    height: auto;
    padding-top: 73px
}
.foodhot .foodhot-main .main-pic{
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.157;
    /*width: 570px;
    height: 660px;*/
    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;
}
.homefood .swiper-button-prev{
    left: 0;
}
.homefood .swiper-button-next{
    right: 0;
}
.homefood .swiper-button-prev,.homefood .swiper-button-next{
    width: 30px;
    height: 30px;
    margin-top: -15px !important;
    border-radius: 50%;
    border: none;
    background-color: #BDBDBD;
    opacity: 1;
}
.homefood .swiper-button-disabled{
    opacity: 0.5;
}
.homefood .swiper-button-prev:hover,.homefood .swiper-button-next:hover{
    background-color: #A30012;
}
.homefood .swiper-button-next:after,.homefood .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}

.foodhot .foodhot-side{
    display: flex;
    margin-left: 52px;
}
.foodhot .foodhot-side .side-item{
    flex: 0 0 287px;
    width: 287px;
    margin-right: 52px;
}
.foodhot .foodhot-side .side-item .titleBox .subtitle{
    font-weight: 400;
    font-size: 20px;
    color: #707070;
    font-family: 'Mini Hotpot';
    padding-bottom: 10px;
}
.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 .foodhot-side .side-item .item:last-child{
    margin: 0 0 0;
}
.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: 203px;
    height: 203px;
    margin: 0 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;
}
.pagewrap.en .foodhot .side-item .item .text .middleBox{
    font-size: 20px;
}
.foodhot .side-item .item .text .title{
    font-family: 'Mini Hotpot';
    font-weight: normal;
    color: #000000;
}
.home.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;
    font-size: 16px;
    color: #271E1F;
    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;
    right: 378px;
    bottom: 28px;
    width: 84px;
    height: auto;
}
.foodhot .foodhot-img img{
    display: block;
    width: 100%;
    height: auto;
}
.foodhot.foodcha{
    display: block;
    width: 100%;
    height: 100vh;
    min-height:900px;
    max-height: 1080px;
    position: relative;
    background: #e1d3b9 url('../img/bg-foodcha.jpg') no-repeat center top;
    background-size: 100% 100%;
}
.foodhot.foodcha .home-title{
    left: unset;
    top: 73px;
    right: -155px;
}
.foodhot.foodcha .foodhot-box{
    position: relative;
    top: 0;
    left: 16.05%;
    width: 65.36%;
    z-index: 20;
    display: flex;
    justify-content: flex-start;
}
.foodhot.foodcha .foodhot-side {
    display: flex;
    margin-left: 0;
}
.foodhot.foodcha .foodhot-img{
    position: absolute;
    left: 450px;
    bottom: 24px;
    width: 134px;
    height: auto;
}
.foodhot.foodcha .foodhot-img img{
    display: block;
    width: 100%;
    height: auto;
}
.foodnews{
    display: block;
    width: 100%;
    height: 100vh;
    min-height:900px;
    max-height: 1080px;
    position: relative;
    background: #ccb78c url('../img/bg-foodnews.jpg') no-repeat center top;
    background-size: 100% 100%;
}
.foodnews .foodnews-box{
    position: absolute;
    top: 50%;
    margin-top: -270px;
    right: 0;
    width: 76.25%;
    z-index: 20;
    display: flex;
    justify-content: flex-start;
}
.foodnews .home-title{
    top: 0;
    left: -147px;
}
.foodnews .home-discovery{
    margin-top: -10px;
}
.foodnews .foodnews-box .news-item{
    position: relative;
    width: 33%;
    margin-right: 50px;
}
.foodnews .foodnews-box .news-item-box{
    position: relative;
    width: 24.15%;
    margin-right: 50px;
}
.foodnews .page-box {
    position: absolute;
    top: 400px;
    left: -110px;
    width: 32px;
    height: 80px;
}
.foodnews .page-box .swiper-button-prev{
    left: 0;
    top: 0;
}
.foodnews .page-box .swiper-button-next{
    right: 0;
    bottom: 0;
}
.foodnews .swiper-scrollbar {
    display: none;
    background: rgba(163,0,18,.3);
    bottom: 0;
    height: 2px;
    left: 0;
    margin-bottom: 10px;
    max-width: unset;
    min-width: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: calc(100% - 198px);
}
.foodnews .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #A30012;
    cursor: -webkit-grab;
    cursor: grab;
    height: 2px;
}
.foodnews .foodnews-box .item{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 45px;
}
.foodnews .foodnews-box .item .pic{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.foodnews .foodnews-box .item .pic a{
    display: block;
    overflow: hidden;
}
.foodnews .foodnews-box .item .pic a img{
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.85s ease-in-out;
}
.foodnews .foodnews-box .item .pic a:hover img{
    transform: scale(1.05);
}
.foodnews .foodnews-box .item .pic .date {
    position: absolute;
    right: 30px;
    bottom: -50px;
    width: 48px;
    height: 122px;
    display: flex;
    justify-content: center;
    background-color: #FFF;
    flex-direction: column;
    align-items: center;
}
.foodnews .foodnews-box .item .pic .date::after{
    content: '';
    position: absolute;
    left: 24px;
    bottom: 40px;
    height: 38px;
    width: 1px;
    background-color: #EDEDED;
    z-index: 10;
}
.foodnews .foodnews-box .item .pic .date .year{
    font-family: Engravers MT;
    font-weight: 400;
    font-size: 12px;
    color: #271E1F;
    line-height: 15px;
}
.foodnews .foodnews-box .item .pic .date .month{
    font-family: Engravers MT;
    font-weight: 400;
    font-size: 12px;
    color: #271E1F;
    line-height: 15px;
}
.foodnews .foodnews-box .item .pic .date .day{
    margin-top: 42px;
    font-family: Engravers MT;
    font-weight: 400;
    font-size: 23px;
    color: #271E1F;
    line-height: 29px;
}
.foodnews .foodnews-box .item .text{
    display: block;
    margin-top: 18px;
}
.foodnews .foodnews-box .item .text .subtitle{
    font-weight: 400;
    font-size: 20px;
    color: #707070;
    font-family: 'Mini Hotpot';
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 50px;
}
.foodnews .foodnews-box .item .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;
}
.foodnews .foodnews-box .item .text .title a{
    color: #000000;  
}
.foodnews .foodnews-box .item .text .title a:hover{
    color: #A30012;  
}
.foodnews .foodnews-box .item .text .desc{
    padding-top: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #271E1F;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.foodnews .foodnews-img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    height: auto;
}
.foodnews .foodnews-img img{ 
    display: block;
    width: 100%;
    height: auto;
}
.homevision{
    display: block;
    width: 100%;
    height: 100vh;
    min-height:900px;
    max-height: 1080px;
    background-color: #000000;
    position: relative;
}
.homevision .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    opacity: 0.6;
    cursor: pointer;
    margin: 0 auto 0 auto;
    background: url(../img/icon-play.png) no-repeat center center;
    background-size: 115px 115px;
    transition: all 0.5s ease-in-out;
    z-index: 10;
}
.homevision .icon-play:hover{
    opacity: 1;
}
.homevision img{
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.homevision video{
    position: absolute;
    object-fit: cover;
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-position: center;
}
.home-privacy {
    width: 100%;
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1001
}
.home-privacy .wrap {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}
.home-privacy .text {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    font-family: 'Mini Hotpot';
    letter-spacing: 0.25px
}
.home-privacy .text a {
    color: #a41f24;
    display: inline-block;
    margin-top: 8px;
    text-decoration: underline
}
.home-privacy .btn {
    width: 100%;
    max-width: 400px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px
}
.home-privacy .btn button {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    margin: 0 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Mini Hotpot';
    color: #FFF;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid #FFF;
    cursor: pointer;
}
.home-privacy .btn button:hover{
    background-color: #A30012;
    border: 1px solid #A30012;
}
.home.en .foodhot .home-title {
    top: -15px;
}
.home.en .foodnews .home-title {
    top: -15px;
    left: 0;
}
/* PC */
@media (min-width: 769px) and (max-width: 1800px) {
.home-title{
    top: 9.473684210526315vw;
    /*background: url('../img/text-hometitleen.svg') no-repeat right 0.10526315789473684vw;
    background-size: 0.7894736842105263vw auto;*/
}
.home-title .title{
    letter-spacing: 1.3157894736842106vw;
}
.home-title .subtitle {
    letter-spacing: 1.1578947368421053vw;
    top: 0.10526315789473684vw;
}
.home-discovery{
    margin-top: 1.8421052631578947vw;
}
.pagewrap.en .home-discovery a {
    width: 8.947368421052632vw;
}
.homebanner .text{
    top: 6.7368421052631575vw;
    right: 6.578947368421052vw;
    width: 11.842105263157896vw;
    z-index: 10;
}
.homebanner .entext{
    left: 3.9473684210526314vw;
    bottom: 2.6315789473684212vw;
    width: 25.157894736842106vw;
    z-index: 20;
}
.homebanner .swiper-button-prev{
    left: 1.5789473684210527vw;
}
.homebanner .swiper-button-next{
    right: 1.5789473684210527vw;
}
.homebanner .swiper-button-prev,.homebanner .swiper-button-next{
    width: 2.4210526315789473vw;
    height: 2.4210526315789473vw;
    margin-top: -2.6315789473684212vw !important;
}
.homebanner .swiper-button-next:after,.homebanner .swiper-button-prev:after{
    font-size: 0.9473684210526315vw;
}
.homebanner .swiper-pagination{
    bottom: 1.5789473684210527vw;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 2.526315789473684vw;
    height: 0.3157894736842105vw;
    margin: 0 0.2631578947368421vw;
    border-radius: 0.15789473684210525vw;
}
.homeculture .box-content .text{
    padding-top: 9.473684210526315vw;
}
.homeculture .box-content .title{
    padding-top: 0.631578947368421vw;
}
.homeculture .box-content .desc{
    padding-top: 1.0526315789473684vw;
}
.homeculture .box-content .pic{
    margin-right: 1.5789473684210527vw;
}
.homeculture .box-content .pic .img01{
    right: 24.36842105263158vw;
    width: 22.105263157894736vw;
}
.homeculture .box-content .pic .img02{
    right: 9.473684210526315vw;
    top: 21.31578947368421vw;
    width: 12.631578947368421vw;
}
.homeculture .box-content .pic .img03{
    top: 13.68421052631579vw;
    width: 7.157894736842105vw;
}
.homeculture .img-left{
    bottom: 0.5263157894736842vw;
    width: 18.736842105263158vw;
}
.homeculture .img-right{
    bottom: 1.0526315789473684vw;
    width: 6.842105263157895vw;
}
.foodhot .home-title{
    top: 3.8421052631578947vw;
    left: -8.68421052631579vw;
}
.foodhot .foodhot-box{
    margin-top: 4.2105263157894735vw;
}
.foodhot .foodhot-main{
    padding-top: 3.8421052631578947vw
}
.foodhot .page-box {
    right: 0.7894736842105263vw;
    width: 3.6842105263157894vw;
    height: 1.6842105263157894vw;
    bottom: -3.6842105263157894vw;
}
.homefood .swiper-button-prev,.homefood .swiper-button-next{
    width: 1.5789473684210527vw;
    height: 1.5789473684210527vw;
    margin-top: -0.7894736842105263vw !important;
    border-radius: 50%;
}
.homefood .swiper-button-next:after,.homefood .swiper-button-prev:after{
    font-size: 0.8421052631578947vw;
}
.foodhot .foodhot-side{
    margin-left: 2.736842105263158vw;
}
.foodhot .foodhot-side .side-item{
    flex: 0 0 15.105263157894736vw;
    width: 15.105263157894736vw;
    margin-right: 2.736842105263158vw;
}
.foodhot .foodhot-side .side-item .titleBox .subtitle{
    padding-bottom: 0.5263157894736842vw;
}
.foodhot .foodhot-side .side-item .titleBox .title{
    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 .pic{
    width: 10.68421052631579vw;
    height: 10.68421052631579vw;
}
.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: 0.10526315789473684vw;
    margin-top: -0.21052631578947367vw;
    width: 0.42105263157894735vw;
    height: 0.42105263157894735vw;
}
.foodhot .side-item .item .text .middleBox{
    padding: 0.42105263157894735vw 0.3157894736842105vw;
}
.pagewrap.en .foodhot .side-item .item .text .middleBox{
    font-size: 1.0526315789473684vw;
}
.foodhot .side-item .item .text .desc{
    padding-top: 0.631578947368421vw;
}
.foodhot .foodhot-img{
    right: 19.894736842105264vw;
    bottom: 1.4736842105263157vw;
    width: 4.421052631578948vw;
}
.foodhot.foodcha .home-title{
    top: 3.8421052631578947vw;
    right: -8.157894736842104vw;
}
.foodhot.foodcha .foodhot-img{
    left: 23.68421052631579vw;
    bottom: 1.263157894736842vw;
    width: 7.052631578947368vw;
}
.foodnews .foodnews-box{
    margin-top: -14.210526315789474vw;
}
.foodnews .home-title{
    left: -7.7368421052631575vw;
}
.foodnews .home-discovery{
    margin-top: -0.5263157894736842vw;
}
.foodnews .foodnews-box .news-item{
    margin-right: 2.6315789473684212vw;
}
.foodnews .foodnews-box .news-item-box{
    margin-right: 2.6315789473684212vw;
}
.foodnews .page-box {
    top: 21.05263157894737vw;
    left: -5.7894736842105265vw;
    width: 1.6842105263157894vw;
    height: 4.2105263157894735vw;
}
.foodnews .swiper-scrollbar {
    height: 0.10526315789473684vw;
    margin-bottom: 0.5263157894736842vw;
    width: calc(100% - 10.421052631578947vw);
}
.foodnews .swiper-scrollbar .swiper-scrollbar-drag {
    height: 0.10526315789473684vw;
}
.foodnews .foodnews-box .item{
    margin-bottom: 2.3684210526315788vw;
}
.foodnews .foodnews-box .item .pic .date {
    right: 1.5789473684210527vw;
    bottom: -2.6315789473684212vw;
    width: 2.526315789473684vw;
    height: 6.421052631578948vw;
}
.foodnews .foodnews-box .item .pic .date::after{
    left: 1.263157894736842vw;
    bottom: 2.1052631578947367vw;
    height: 2vw;
}
.foodnews .foodnews-box .item .pic .date .year{
    font-size: 0.631578947368421vw;
    line-height: 0.7894736842105263vw;
}
.foodnews .foodnews-box .item .pic .date .month{
    font-size: 0.631578947368421vw;
    line-height: 0.7894736842105263vw;
}
.foodnews .foodnews-box .item .pic .date .day{
    margin-top: 2.210526315789474vw;
    font-size: 1.2105263157894737vw;
    line-height: 1.5263157894736843vw;
}
.foodnews .foodnews-box .item .text{
    margin-top: 0.9473684210526315vw;
}
.foodnews .foodnews-box .item .text .subtitle{
    padding-right: 2.6315789473684212vw;
}
.foodnews .foodnews-box .item .text .title{
    padding-top: 0.2631578947368421vw;
}
.foodnews .foodnews-box .item .text .desc{
    padding-top: 0.631578947368421vw;
}
.foodnews .foodnews-img{
    width: 26.31578947368421vw;
}
.homevision .icon-play {
    width: 6.052631578947368vw;
    height: 6.052631578947368vw;
    background: url(../img/icon-play.png) no-repeat center center;
    background-size: 6.052631578947368vw 6.052631578947368vw;
}
.home.en .home-title {
    min-width: 9.473684210526315vw;
    top: 8.047368421052632vw;
    padding-right: 3.1578947368421053vw;
}
.home.en .home-title .title{
    letter-spacing: 0.5263157894736842vw;
}
.home.en .home-title .subtitle{
    letter-spacing: 0.5263157894736842vw;
}
.home.en .home-title .icon{
    /*top: 0.15789473684210525vw;
    width: 2.3684210526315788vw;
    height: 3.4210526315789473vw;*/
}
.home.en .homeculture .box-content .text{
    padding-top: 12.631578947368421vw;
}
.home.en .foodhot.foodcha .home-title {
    right: 3.9473684210526314vw;
}
.home.en .foodnews .foodnews-box .item.n01{
     margin-top: 4.9473684210526314vw
}
.home.en .foodhot .foodhot-main {
    padding-top: 5.0421052631578947vw;
}
.homebanner,.homeculture,.foodhot,.foodhot.foodcha,.foodnews,.homevision{
    min-height:47.36842105263158vw;
    /*max-height: 56.8421052631579vw;*/
    max-height: 64.5vw;
}
.home.en .foodhot .home-title {
    top: -0.7894736842105263vw;
}
.home.en .foodhot.foodcha .home-title {
    top: -0.7894736842105263vw;
}
.home.en .foodnews .home-title {
    top: -0.7894736842105263vw;
    left: 0;
}
}
/* PC*/
@media (min-width: 768px) and (max-width: 1440px) {
.home-title {
    width: 68px;
}
.home-title .title {
    font-size: 34px;
}
.home-title .subtitle {
    font-size: 20px;
}
.home.en .home-title .subtitle {
    font-size: 22px;
}
.homeculture .box-content .subtitle {
    font-size: 22px;
}
.homeculture .box-content .title {
    font-size: 26px;
}
.homeculture .box-content .desc {
    font-size: 16px;
}
.home-discovery a {
    font-size: 15px;
}
.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: 22px;
}
.foodnews .foodnews-box .item .text .subtitle {
    font-size: 18px;
}
.foodnews .foodnews-box .item .text .title {
    font-size: 24px;
}
.foodnews .foodnews-box .item .text .desc {
    font-size: 15px
}
}

/* PC */
@media (min-width: 768px) and (max-width: 1280px) {
.home-title {
    width: 64px;
}
.home-title .title {
    font-size: 32px;
}
.home-title .subtitle {
    font-size: 18px;
}
.home.en .home-title .subtitle {
    font-size: 20px;
}
.homeculture .box-content .subtitle {
    font-size: 20px;
}
.homeculture .box-content .title {
    font-size: 24px;
}
.homeculture .box-content .desc {
    font-size: 14px;
}
.home-discovery a {
    font-size: 14px;
}
.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;
}
.foodnews .foodnews-box .item .text .subtitle {
    font-size: 16px;
}
.foodnews .foodnews-box .item .text .title {
    font-size: 22px;
}
.foodnews .foodnews-box .item .text .desc {
    font-size: 14px
}
}

/* iPad竖屏 */
@media (min-width: 768px) and (max-width: 1024px){
.home-title {
    width: 60px;
}
.home-title .title {
    font-size: 28px;
}
.home-title .subtitle {
    font-size: 16px;
}
.home.en .home-title .subtitle {
    font-size: 18px;
}
.homeculture .box-content .subtitle {
    font-size: 16px;
}
.homeculture .box-content .title {
    font-size: 20px;
}
.homeculture .box-content .desc {
    font-size: 12px;
}
.home-discovery a {
    font-size: 12px;
}
.foodhot .side-item .item .feature {
    font-size: 13px;
}
.foodhot .side-item .item .text .middleBox {
    font-size: 15px;
}
.foodhot .side-item .item .text .desc {
    font-size: 12px;
}
.foodhot .foodhot-side .side-item .titleBox .subtitle {
    font-size: 14px;
}
.foodhot .foodhot-side .side-item .titleBox .title {
    font-size: 16px;
}
.foodnews .foodnews-box .item .text .subtitle {
    font-size: 14px;
}
.foodnews .foodnews-box .item .text .title {
    font-size: 18px;
}
.foodnews .foodnews-box .item .text .desc {
    font-size: 12px
}
}

/* iPad横屏 */
@media (min-width: 768px) and (max-width: 1194px) and (orientation: landscape) {
.home.en .home-title {
    padding-right: 3.8315789473684212vw;
    top: 7.573684210526315vw;
}
.home.en .foodhot .foodhot-main {
    padding-top: 6.0421052631578947vw;
}
.home.en .foodhot.foodcha .foodhot-main {
    padding-top: 10%;
}
.home.en .foodnews .foodnews-box .item.n01 {
    margin-top: 6.2473684210526314vw;
}
}
