@charset "utf-8";

/* Source: festivalsEvents.css:1-202 */
.page-festivals .container,
.page-know-before .container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
/* Breadcrumb Styles */
/* 当前位置1 */
/* .cur-position-1 {
    padding: 20px 0;
    font-size: 16px;
    color: var(--color-black);
    line-height: 40px;
    box-sizing: border-box;
    word-break: break-all;
}
.cur-position-1 a{color:var(--color-black); text-decoration: none;}
.cur-position-1 *:last-child{color:var(--color-primary);} */
/* Main Title */
.page-festivals .main-title,
.page-know-before .main-title {
    padding: 0px 0 40px 0;
    font-size: 40px;
    font-weight: bold;
    color: var(--color-primary);
}

/* Featured Articles */
.page-festivals .featured-articles {
    margin-bottom: 60px;
}
.page-festivals .featured-articles .item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    font-size: 18px;
    text-decoration: none;
    color: var(--color-black);
    background-color: var(--color-gray-900);
    margin-bottom: 45px;
    height: 427px;
}
.page-festivals .featured-articles .item:last-child{margin-bottom:0px;}
.page-festivals .featured-articles .image-wrapper {
    position: relative;
    flex-shrink: 0;
}

.page-festivals .featured-articles .image-wrapper .article-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 30px;
    font-weight: bold;
    color: var(--color-white);
    background: linear-gradient(var(--color-overlay-clear), var(--color-overlay-black-30));
    text-shadow: 2px 2px 4px var(--color-overlay-black-80), 0 0 10px var(--color-overlay-black-50);
    width: 100%;
    box-sizing: border-box;
    padding: 30px 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page-festivals .featured-articles .abstract {
    flex: 1;
    padding: 53px 38px 0 0;
    position: relative;
    height: 100%;
}
.page-festivals .featured-articles .abstract p{
    font-size: 18px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.page-festivals .featured-articles .abstract a {
    position: absolute;
    bottom: 0;
    right: 36px;
    width: calc(100% - 36px);
    border-top: 1px solid var(--color-white);
    line-height: 67px;
    text-align: right;
    display: block;
    box-sizing: border-box;background:url(../assets/jiantou-2.png) no-repeat right center;background-size: auto 10px;padding-right:30px;
}

.page-festivals .article-card {
    margin-bottom: 40px;
    position: relative;
    background-color: var(--color-gray-900);
}

.page-festivals .article-image {
    display: block;
    width: 640px;
    max-width: 100%;
    height: 427px;
    object-fit: cover;
    background-color: var(--color-gray-750);
    border-radius: 4px;
}

.page-festivals .article-title {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-text-strong);
}

.page-festivals .article-description {
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-text-body);
    margin-bottom: 20px;
}

.page-festivals .read-more {
    color: var(--color-accent-brown);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

.page-festivals .read-more:hover {
    text-decoration: underline;
}

.page-festivals .read-more::after {
    content: ' →';
    margin-left: 5px;
}

/* Placeholder Image Styles */
.page-festivals .placeholder-image {
    background: linear-gradient(135deg, var(--color-gray-850) 0%, var(--color-gray-500) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-placeholder);
    font-size: 14px;
}
/* Latest Stories */
.page-festivals .latest-stories,
.page-know-before .latest-stories,
.page-taste .latest-stories,
.page-trending .latest-stories,
.page-shopping .latest-stories,
.page-stay .latest-stories {
    margin-bottom: 90px;
}
.page-festivals .latest-stories .latest-stories-title,
.page-know-before .latest-stories .latest-stories-title,
.page-taste .latest-stories .latest-stories-title,
.page-trending .latest-stories .latest-stories-title,
.page-shopping .latest-stories .latest-stories-title,
.page-stay .latest-stories .latest-stories-title{
    display: flex;
    height: 90px;
    justify-content: space-between;
    align-items: center;
}
.page-festivals .latest-stories .latest-stories-title h3,
.page-know-before .latest-stories .latest-stories-title h3,
.page-taste .latest-stories .latest-stories-title h3,
.page-trending .latest-stories .latest-stories-title h3,
.page-shopping .latest-stories .latest-stories-title h3,
.page-stay .latest-stories .latest-stories-title h3{
    font-size: 34px;
    color: var(--color-primary);
}
.page-festivals .latest-stories .latest-stories-btn,
.page-know-before .latest-stories .latest-stories-btn,
.page-taste .latest-stories .latest-stories-btn,
.page-trending .latest-stories .latest-stories-btn,
.page-shopping .latest-stories .latest-stories-btn,
.page-stay .latest-stories .latest-stories-btn{
    display: flex;
}
.page-festivals .latest-stories .latest-stories-btn > span,
.page-know-before .latest-stories .latest-stories-btn > span,
.page-taste .latest-stories .latest-stories-btn > span,
.page-trending .latest-stories .latest-stories-btn > span,
.page-shopping .latest-stories .latest-stories-btn > span,
.page-stay .latest-stories .latest-stories-btn > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    color: var(--color-primary);
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
}
.latest-stories-btn .uiw--left,
.latest-stories-btn .uiw--right {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns%3D%27http%3A//www.w3.org/2000/svg%27 viewBox='0 0 20 20'%3E%3Cpath fill='black' fill-rule='evenodd' d='M7.222 9.897q3.45-3.461 6.744-6.754a.65.65 0 0 0 0-.896c-.311-.346-.803-.316-1.027-.08Q9.525 5.59 5.796 9.322q-.296.243-.296.574t.296.592l7.483 7.306a.75.75 0 0 0 1.044-.029c.358-.359.22-.713.058-.881a3408 3408 0 0 1-7.16-6.988'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.latest-stories-btn .uiw--right {
    transform: rotate(180deg);
}
.page-festivals .latest-stories .latest-stories-list-box,
.page-know-before .latest-stories .latest-stories-list-box,
.page-taste .latest-stories .latest-stories-list-box,
.page-trending .latest-stories .latest-stories-list-box,
.page-shopping .latest-stories .latest-stories-list-box,
.page-stay .latest-stories .latest-stories-list-box{
    overflow: hidden;
}
.page-festivals .latest-stories .latest-stories-list,
.page-know-before .latest-stories .latest-stories-list,
.page-taste .latest-stories .latest-stories-list,
.page-trending .latest-stories .latest-stories-list,
.page-shopping .latest-stories .latest-stories-list,
.page-stay .latest-stories .latest-stories-list{
    display: flex;
    transition: 0.3s;
}
.page-festivals .latest-stories .latest-stories-item,
.page-know-before .latest-stories .latest-stories-item,
.page-taste .latest-stories .latest-stories-item,
.page-trending .latest-stories .latest-stories-item,
.page-shopping .latest-stories .latest-stories-item,
.page-stay .latest-stories .latest-stories-item{
    width: 422px;
    height: 375px;
    margin-right: 20px;
    flex: 0 0 auto;
}
.page-festivals .latest-stories .latest-stories-item img,
.page-know-before .latest-stories .latest-stories-item img,
.page-taste .latest-stories .latest-stories-item img,
.page-trending .latest-stories .latest-stories-item img,
.page-shopping .latest-stories .latest-stories-item img,
.page-stay .latest-stories .latest-stories-item img{
    display: block;
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
    object-fit: cover;
}
.page-festivals .latest-stories .latest-stories-item span,
.page-know-before .latest-stories .latest-stories-item span,
.page-taste .latest-stories .latest-stories-item span,
.page-trending .latest-stories .latest-stories-item span,
.page-shopping .latest-stories .latest-stories-item span,
.page-stay .latest-stories .latest-stories-item span{
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 20px;
    line-height: 26px;
}

/* Source: tasteStyle.css:1-76 */
/* CSS Document */

.page-taste .taste,
.page-shopping .taste,
.page-stay .taste{
    padding-top: 11px;
}
.page-taste .taste-title,
.page-shopping .taste-title,
.page-stay .taste-title {
    font-size: 40px;
    letter-spacing: 0;
    color: var(--color-primary);
    font-weight: 700;
}
.page-taste .taste-content,
.page-shopping .taste-content,
.page-stay .taste-content{
    width: 1081px;
    margin-top: 9px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0;
    color: var(--color-black);
}
.page-taste .latest-stories,
.page-shopping .latest-stories,
.page-stay .latest-stories{
    padding-top: 25px;
}
.page-taste .latest-stories-header,
.page-shopping .latest-stories-header,
.page-stay .latest-stories-header{
    width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}
.page-taste .latest-stories-title,
.page-shopping .latest-stories-title,
.page-stay .latest-stories-title{
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--color-primary);
}
.page-taste .toggle-button,
.page-shopping .toggle-button,
.page-stay .toggle-button{
    display: flex;
    gap: 9px;
}
.page-taste .toggle-button-left,
.page-taste .toggle-button-right,
.page-shopping .toggle-button-left,
.page-shopping .toggle-button-right,
.page-stay .toggle-button-left,
.page-stay .toggle-button-right{
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-taste .latest-stories-content,
.page-shopping .latest-stories-content,
.page-stay .latest-stories-content{
    display: flex;
    gap: 19px;
}
.page-taste .taste-img-content,
.page-shopping .taste-img-content,
.page-stay .taste-img-content{
    width: 420px;
    height: 345px;
}
.page-taste .content-img,
.page-shopping .content-img,
.page-stay .content-img{
    width: 420px;
    height: 281px;
    margin-bottom: 7px;
}
.page-taste .taste-img-p,
.page-shopping .taste-img-p,
.page-stay .taste-img-p{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--color-black);
}
.page-taste .taste-page-banner-1,
.page-shopping .taste-page-banner-1,
.page-stay .taste-page-banner-1{
    display: none;
}

/* Source: trendingPlacesStyle.css:1-83 */
/* CSS Document */
.page-trending .flex-justify-content{
    display: flex;
    justify-content: center;
}
.page-trending .trending-places{
    padding-top: 11px;
}
.page-trending .trending-places-title {
    font-size: 40px;
    letter-spacing: 0;
    color: var(--color-primary);
    font-weight: 700;
    /* padding-left: 40px; */
}
.page-trending .trending-places-content{
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* padding-left: 40px; */
}

.page-trending .latest-stories{
    /* width: 1300px !important; */
    padding-top: 50px;
    /* margin-left: 40px; */
}
.page-trending .latest-stories-header{
    width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}
.page-trending .latest-stories-title{
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--color-primary);
}
.page-trending .toggle-button{
    display: flex;
    gap: 9px;
}
.page-trending .toggle-button-left,
.page-trending .toggle-button-right{
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-trending .latest-stories-content{
    display: flex;
    gap: 19px;
    padding-bottom: 90px;
}
.page-trending .trending-places-img-content{
    width: 420px;
    height: 345px;
}
.page-trending .content-img{
    width: 420px;
    height: 281px;
    margin-bottom: 7px;
}
.page-trending .trending-places-img-p{
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--color-black);
}

.page-trending .trending-places-page-banner-1{
    display: none;
}

/* Source: knowBeforeYouGo.css:1-54 */
.page-know-before .konw-before .know-before-title h3{
  font-size: 40px;
  margin-bottom: 33px;
}
.page-know-before .konw-before .know-before-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-know-before .konw-before .know-before-item{
  width: 642px;
  height: 273px;
  background: var(--color-gray-950);
  box-sizing: border-box;
  padding: 30px 30px 0 30px;
  position: relative;
  margin-bottom: 50px;
}
.page-know-before .konw-before .know-before-item:last-child{margin-bottom:0;}

.page-know-before .konw-before .know-before-item-title{
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.page-know-before .konw-before .know-before-item-title img{
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.page-know-before .konw-before .know-before-item-title h4{
  font-size: 20px;
}
.page-know-before .konw-before .know-before-item p{
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.page-know-before .konw-before .know-before-item a{
  position: absolute;
  height: 60px;
  line-height: 60px;
  border-top: 2px solid var(--color-white);
  width: calc(100% - 60px);
  bottom: 0;
  left: 30px;
  text-align: right;
  display: block;background:url(../assets/jiantou-2.png) no-repeat right center;background-size: auto 10px;padding-right:30px;
}
.page-know-before .konw-before .know-before-item a:hover{color:var(--color-primary);}

@media screen and (max-width: 767px) and (orientation: portrait) {
  /* Source: mobile-festivalsEvents.css:1-76 */
  .page-festivals .container,
  .page-know-before .container{
    box-sizing: border-box;
    padding: 0 40px;
  }
  /* .cur-position-1 {
    font-size: 24px;
  } */
  .page-festivals .featured-articles{margin-bottom:0;}

  .page-festivals .featured-articles .image-wrapper{
    width: 100%;
  }
  .page-festivals .featured-articles .item{
    height: auto;font-size:24px;
    flex-flow: column;
    gap: 0;
  }
  .page-festivals .featured-articles .image-wrapper .article-title{
    font-size: 40px;
    line-height: 46px;
  }
  .page-festivals .article-image{
    width: 100%;
    height: auto;
  }
  .page-festivals .featured-articles .abstract{
    padding: 15px 15px 0 15px;
  }
  .page-festivals .featured-articles .abstract p {
    font-size: 24px;
    line-height: 36px;
  }
  .page-festivals .featured-articles .abstract a{
    position: relative;
    right: auto;
    width: 100%;
    margin-top: 4vw;
    font-size: 20px;
  }
  .page-festivals .latest-stories,
  .page-know-before .latest-stories,
  .page-taste .latest-stories,
  .page-trending .latest-stories,
  .page-shopping .latest-stories,
  .page-stay .latest-stories {
    padding-top: 60px;
    /* padding-bottom: 133px; */
    margin-bottom:100px;
  }
  .page-festivals .latest-stories.style1,
  .page-know-before .latest-stories.style1,
  .page-taste .latest-stories.style1,
  .page-trending .latest-stories.style1,
  .page-shopping .latest-stories.style1,
  .page-stay .latest-stories.style1{padding:0 40px;}
  .page-festivals .latest-stories .latest-stories-btn,
  .page-know-before .latest-stories .latest-stories-btn,
  .page-taste .latest-stories .latest-stories-btn,
  .page-trending .latest-stories .latest-stories-btn,
  .page-shopping .latest-stories .latest-stories-btn,
  .page-stay .latest-stories .latest-stories-btn{
    display: none;
  }
  .page-festivals .latest-stories .latest-stories-list,
  .page-know-before .latest-stories .latest-stories-list,
  .page-taste .latest-stories .latest-stories-list,
  .page-trending .latest-stories .latest-stories-list,
  .page-shopping .latest-stories .latest-stories-list,
  .page-stay .latest-stories .latest-stories-list{
    flex-flow: column;
  }
  .page-festivals .latest-stories .latest-stories-item,
  .page-know-before .latest-stories .latest-stories-item,
  .page-taste .latest-stories .latest-stories-item,
  .page-trending .latest-stories .latest-stories-item,
  .page-shopping .latest-stories .latest-stories-item,
  .page-stay .latest-stories .latest-stories-item{
    margin-bottom: 4vw;
    margin-right: 0;
    height: auto;
    width: 100%;
  }
  .page-festivals .latest-stories .latest-stories-item a,
  .page-know-before .latest-stories .latest-stories-item a,
  .page-taste .latest-stories .latest-stories-item a,
  .page-trending .latest-stories .latest-stories-item a,
  .page-shopping .latest-stories .latest-stories-item a,
  .page-stay .latest-stories .latest-stories-item a {
    display: flex;
  }
  .page-festivals .latest-stories .latest-stories-item img,
  .page-know-before .latest-stories .latest-stories-item img,
  .page-taste .latest-stories .latest-stories-item img,
  .page-trending .latest-stories .latest-stories-item img,
  .page-shopping .latest-stories .latest-stories-item img,
  .page-stay .latest-stories .latest-stories-item img{
    width: 38vw;
    height: auto;
    margin-right: 4vw;
    margin-bottom: 0;
  }
  .page-festivals .latest-stories .latest-stories-item span,
  .page-know-before .latest-stories .latest-stories-item span,
  .page-taste .latest-stories .latest-stories-item span,
  .page-trending .latest-stories .latest-stories-item span,
  .page-shopping .latest-stories .latest-stories-item span,
  .page-stay .latest-stories .latest-stories-item span{
    font-size: 30px;flex:1;
    line-height: 36px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  /* Source: mobile-tasteStyle.css:1-66 */
  .page-taste .taste,
  .page-shopping .taste,
  .page-stay .taste{
          /* padding-top: 15px; */
          padding-top: 0px;
      }
   .page-taste .taste-title,
  .page-shopping .taste-title,
  .page-stay .taste-title{
       padding-left: 40px;
   }
      .page-taste .taste-content,
  .page-shopping .taste-content,
  .page-stay .taste-content{
          margin-top: 16px;
          width: 100%;
          font-size: 30px;
          line-height: 46px;
          letter-spacing: 0;
          color: var(--color-black);
          padding: 0 40px 50px;
      }
      /* .latest-stories{
          padding-top: 40px;
          padding-bottom: 135px;
          padding-left: 40px;
      } */
      .page-taste .latest-stories-header,
  .page-shopping .latest-stories-header,
  .page-stay .latest-stories-header{
          width: 100%;
          margin-bottom: 20px;
      }
      .page-taste .latest-stories-title,
  .page-shopping .latest-stories-title,
  .page-stay .latest-stories-title{
          font-size: 40px;
          font-weight: 700;
          letter-spacing: 0;
          color: var(--color-primary);
      }
      .page-taste .toggle-button,
  .page-shopping .toggle-button,
  .page-stay .toggle-button{
          display: none;
      }
      .page-taste .latest-stories-content,
  .page-shopping .latest-stories-content,
  .page-stay .latest-stories-content{
          width: 100%;
          display: flex;
          flex-direction: column;
          gap: 40px;
          padding-right: 68px;
      }
      .page-taste .taste-img-content,
  .page-shopping .taste-img-content,
  .page-stay .taste-img-content{
          width: 100%;
          height: 194px;
          display: flex;
          gap: 30px;
      }
      .page-taste .content-img,
  .page-shopping .content-img,
  .page-stay .content-img{
          width: 290px;
          height: 194px;
      }
      .page-taste .taste-img-p,
  .page-shopping .taste-img-p,
  .page-stay .taste-img-p{
          font-size: 30px;
          line-height: 46px;
          letter-spacing: 0;
          color: var(--color-black);
      }
   .page-taste .taste-page-banner-1,
  .page-shopping .taste-page-banner-1,
  .page-stay .taste-page-banner-1{
       display: block;
       width: 100vw;
       height: 6px;
       background-color: var(--color-primary)
   }

  /* Source: mobile-trendingPlacesStyle.css:1-80 */
  .page-trending .flex-justify-content {
      display: flex !important;
      justify-content: flex-start !important;
  }
  .page-trending .trending-places-title {
      font-size: 40px;
      letter-spacing: 0;
      color: var(--color-primary);
      font-weight: 700;
      padding: 0 40px;
  }
  .page-trending .trending-places {
      /* padding-top: 15px; */
      padding-top: 0px;
  }
  .page-trending .trending-places-content {
      display: flex;
      /* margin: 40px 40px 50px; */
      margin: 16px 40px 50px;
      width: auto;
      font-size: 30px;
      line-height: 46px;
      letter-spacing: 0;
      color: var(--color-black);
      /*width: 100%;*/
      /*overflow-x: auto;*/
      flex-direction: row;
  }

  .page-trending .latest-stories {
      padding-top: 70px;
  }
  .page-trending .latest-stories-header {
      width: 100%;
      margin-bottom: 20px;
  }
  .page-trending .latest-stories-content .latest-stories-title {
      font-size: 40px;
      font-weight: 700;
      letter-spacing: 0;
      color: var(--color-primary);
  }
  .page-trending .toggle-button {
      display: none;
  }
  .page-trending .latest-stories-content {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 40px;
      padding-right: 68px;
      padding-bottom: 133px;
  }
  .page-trending .trending-places-img-content {
      width: 100%;
      height: 194px;
      display: flex;
      gap: 30px;
  }
  .page-trending .content-img {
      width: 290px;
      height: 194px;
  }
  .page-trending .trending-places-img-p {
      font-size: 30px;
      line-height: 46px;
      letter-spacing: 0;
      color: var(--color-black);
  }

  .page-trending .trending-places-page-banner-1 {
      display: block;
      width: 100vw;
      height: 6px;
      background-color: var(--color-primary);
  }
  .page-trending .latest-stories-item span {
          width: 40vw;
      }

  /* Source: mobile-knowBeforeYouGo.css:1-16 */
  .page-know-before .container{
    box-sizing: border-box;
    padding: 0 40px;
  }
  .page-know-before .konw-before .know-before-item{
    width: 100%;height:auto;
  }
  .page-know-before .konw-before .know-before-item-title h4 {
    font-size: 30px;
  }
  .page-know-before .konw-before .know-before-item p {
    font-size: 24px;
    line-height: 36px;padding-bottom:20px;display: block;
  }
  .page-know-before .konw-before .know-before-item a {
    font-size: 20px;position:relative;
  }
}
