@charset "utf-8";

/* Source: index-style.css:153-629 */
/* start of know before you go */
.know-before-container {
    width: 1300px;
    height: 320px;
    margin: 20px auto;
    padding: 0 4px;
    background-color: var(--color-gray-900);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}
.know-before-option {
    width: 320px;
    height: 320px;
    border-top: 4px solid var(--color-gray-900);
    border-bottom: 4px solid var(--color-gray-900);
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.know-before-option:hover {
    border-bottom: 4px solid var(--color-primary);
    color: var(--color-primary);
}
.k-b-o-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.k-b-o-outer p {
    margin: 30px 0;
    font-weight: bold;
}
/* end of know before you go */

.uniquely-in-dunhuang-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.uiw--left,
.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%;
}

.uiw--right {
    transform: rotate(180deg);
}

.uniquely-in-dunhuang-wrapper .trending-left-btn,
.uniquely-in-dunhuang-wrapper .trending-right-btn {
    position: absolute;
    /* top: calc(50% - 62.5px); */
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 0;
    z-index: 10;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: transparent;
    color: var(--color-primary);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.uniquely-in-dunhuang-wrapper .trending-left-btn {
    left: -50px;
}

.uniquely-in-dunhuang-wrapper .trending-right-btn {
    right: -50px;
}

.uniquely-in-dunhuang-wrapper .trending-left-btn:hover,
.uniquely-in-dunhuang-wrapper .trending-right-btn:hover {
    opacity: 0.8;
}

.uniquely-in-dunhuang-wrapper .trending-left-btn:active,
.uniquely-in-dunhuang-wrapper .trending-right-btn:active {
    opacity: 0.6;
}

.uniquely-in-dunhuang-outer {
    height: 572px;
    overflow: hidden;
}

/* pc 端敦煌中间带渐变板块开始 */
.container-taste-donghuang {
    max-width: 1920px;
    display: block;
    margin: 115px auto 0;
    min-height: 580px;
}
.container-taste-donghuang .container-taste-donghuang-box {
    position: relative;
    position: absolute;
    /* inset: 0; */
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 580px;
    background-image: url("../assets/taste-pc-bg.png");
    background-size: auto auto;
    max-width: 1920px;
}
.taste-donghuang-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 0;
}
.pc-taste {
    height: 580px;
    max-width: 1920px;
}
.container-taste-donghuang-box .mobile {
    display: none;
}

.taste-content-for-sy {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin-left: 60%;
    position: relative;
    z-index: 1;
    float: right;
}
.taste-content-for-sy .taste-title {
    color: var(--color-white);
    font-size: 26px;
}
.taste-content-for-sy .taste-subtitle {
    color: var(--color-white);
    font-size: 22px;
    margin-top: 7px;
}
.taste-content-for-sy .pub-more-btn-1 {
    margin-top: 32px;
}
.mobile-button {
    margin-top: 32px;
    background-color: var(--color-white);
    color: var(--color-black);
    font-size: 24px;
    padding: 8px 16px;
    height: 58px;
    border-radius: 29px;
    padding: 0 30px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* pc 端敦煌中间带渐变板块结束 */

/* start of trending places part2 */
.trending-places-2-container {
    width: 1300px;
    height: auto;
    margin: 90px auto 100px;
    display: flex;
    /* border-right: 2px solid var(--color-gray-700);
  background-color: var(--color-gray-700); */
    flex-direction: column;
    cursor: pointer;
}
/* .trending-places-2-container:hover {
  background-color: var(--color-primary-alt);
} */
.trending-places-2-container:hover .t-p-2-right {
    border-bottom: 2px solid var(--color-primary);
}

/* 轮播容器 */
.t-p-2-carousel {
    width: 100%;
    position: relative;
    display: block;
    border-right: 2px solid var(--color-gray-700);
    background-color: var(--color-gray-700);
}
.t-p-2-carousel .swiper-wrapper {
    width: 100%;
    gap: 0;
}
.trending-places-2-container:hover .t-p-2-carousel {
    background-color: var(--color-primary-alt);
}

/* 轮播项 */
.t-p-2-carousel-slide {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.t-p-2-right {
    flex: 1;
    height: 426px;
    border-top: 2px solid var(--color-gray-700);
    border-bottom: 2px solid var(--color-white);
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
}
.t-p-2-left {
    width: 640px;
    height: 428px;
    background: var(--color-white);
    /* background: url(../) no-repeat; */
    /* background-size: cover; */
}
.t-p-2-left img {
    width: 100%;
    height: 100%;
}
.t-p-2-right p {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

/* 导航点 */
.t-p-2-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
    padding: 10px 0;
}
.t-p-2-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--color-gray-400);
    cursor: pointer;
    transition: background-color 0.3s;
}
.t-p-2-dot.active {
    background-color: var(--color-primary);
}
.t-p-2-dot:hover {
    background-color: var(--color-primary);
}

/* more 按钮 style 1 */
.trending-places-2-container .pub-more-btn-1 {
    width: 128px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background: var(--color-gray-875) url(../assets/jiantou-2.png) no-repeat 100px center;
    background-size: auto 10px;
    font-size: 16px;
    color: var(--color-black);
    padding: 0 18px;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
    font-weight: normal;
}
.trending-places-2-container:hover .pub-more-btn-1 {
    background: var(--color-primary) url(../assets/jiantou-fff-2.png) no-repeat 100px center;
    background-size: auto 10px;
    color: var(--color-white);
}
/* end of trending places part2 */

.what-to-buy-sy {
    background: var(--color-gray-800);
    padding: 100px 0;
    display: flex;
    justify-content: center;
}
.what-to-buy-sy-list {
    width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.what-to-buy-sy-item {
    width: 640px;
    height: 430px;
    position: relative;
}
.what-to-buy-sy-item img {
    width: 100%;
    height: 100%;
}
.what-to-buy-sy-cover {
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    padding-left: 25px;
    background: linear-gradient(
        var(--color-overlay-clear) 50%,
        var(--color-overlay-clear) 80%,
        var(--color-overlay-black-20)
    );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    justify-content: flex-end;
    padding-bottom: 60px;
    transition: 0.3s;
}
.what-to-buy-sy-cover h4 {
    font-size: 30px;
    color: var(--color-white);
    margin-bottom: 5px;
}
.what-to-buy-sy-cover p {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--color-white);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.what-to-buy-sy-cover a {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* border-radius: 100px; */
    /* background: var(--color-white); */
    /* width: 130px; */
    /* height: 36px; */
    /* transition: 0.3s; */
}
.what-to-buy-sy-cover:hover {
    background: linear-gradient(var(--color-overlay-black-20), var(--color-overlay-black-20));
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
}
.what-to-buy-sy-cover:hover .pub-more-btn-1 {
    background: var(--color-primary) url(../assets/jiantou-fff-2.png) no-repeat 100px center;
    background-size: auto 10px;
    color: var(--color-white);
}

.border-stories {
    display: flex;
    gap: 20px;
    position: relative;
    width: 100%;
}
.border-stories .trending-left-btn,
.border-stories .trending-right-btn {
    position: absolute;
    top: calc(50% - 62.5px);
    transform: translateY(-50%);
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: var(--color-primary);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.border-stories .trending-left-btn {
    left: -50px;
}
.border-stories .trending-right-btn {
    right: -50px;
}
.border-stories .trending-left-btn:hover,
.border-stories .trending-right-btn:hover {
    opacity: 0.8;
}
.border-stories .trending-left-btn:active,
.border-stories .trending-right-btn:active {
    opacity: 0.6;
}
.border-stories-content {
    display: flex;
    gap: 19px;
    padding-bottom: 125px;
    overflow-x: auto;
    overflow-y: hidden;
    flex: 1;
    scrollbar-width: none;
}
.border-stories-content::-webkit-scrollbar {
    display: none;
}
.border-stories .content-img {
    width: 100%;
    height: 281px;
    margin-bottom: 7px;
}

.border-stories .border-img-content {
    cursor: pointer;
    flex-shrink: 0;
    width: calc((100% - 57px) / 4);
    height: 465px;
    background-color: var(--color-white);
    border: solid 1px var(--color-gray-550);
    box-sizing: border-box;
    overflow: hidden;
}
.border-stories .border-img-content:hover {
    border-bottom: solid 6px var(--color-primary);
}

.border-stories .pub-more-btn-1 {
    margin-left: 20px;
    margin-top: 35px;
    background-color: var(--color-gray-800);
}

.border-stories .border-img-content:hover .pub-more-btn-1 {
    background: var(--color-primary) url(../assets/jiantou-fff-2.png) no-repeat 100px center;
    background-size: auto 10px;
    color: var(--color-white);
}

/* .border-stories .border-img-content:hover .border-btn{
    background-color: var(--color-primary);
    color: var(--color-white);
} */
.border-stories .border-img-p {
    font-size: 20px;
    height: 45px;
    padding: 0 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--color-black);
}
/* .border-stories .border-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    margin-left: 20px;
    width: 140px;
    height: 36px;
    background-color: var(--color-gray-800);
    border-radius: 18px;
    font-size: 16px;
    color: var(--color-black);
} */

/* Source: trendingPlacesStyle.css:17-24 */
.page-home .trending-places-content {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* padding-left: 40px; */
}

@media screen and (max-width: 767px) and (orientation: portrait) {
/* Source: mobile-index-style.css:252-599 */
/* start of know before you go */
.know-before-container {
  width: auto;
  font-size: 30px;
  height: auto;
  margin: 0 40px;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  border: 2px solid var(--color-gray-800);
  border-bottom: none;
}
.know-before-container a {
  width: 50%;
}
.know-before-container a:nth-child(2) .k-b-o-outer p {
  transform: translateY(10px);
}
.know-before-container a:nth-child(4) .k-b-o-outer p {
  transform: translateY(2px);
}

.know-before-option {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: none;
  border-bottom: 2px solid var(--color-gray-800);
}
.know-before-option:hover {
  border-bottom: 2px solid var(--color-gray-800);
}
.getting-here,
.getting-around {
  border-right: 2px solid var(--color-gray-800);
}
.k-b-o-icon {
  max-width: 50%;
}

/* end of know before you go */

.uniquely-in-dunhuang-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.uniquely-in-dunhuang-wrapper .trending-left-btn,
.uniquely-in-dunhuang-wrapper .trending-right-btn {
  display: none;
}

.uniquely-in-dunhuang-outer {
  height: 110vw;
}

/* 移动端 敦煌中间带渐变板块开始 */
.container-1 {
  width: 100% !important;
}
.container-1 .container-1-box {
  /* position: relative; */

  width: 100%;
  height: 100%;
  min-height: 680px;
}
.container-taste-donghuang {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
}
.container-taste-donghuang .container-taste-donghuang-box {
  position: relative;
  width: 100%;
  height: 100%;
  /* min-height: 680px; */
  min-height: 0;
  justify-content: center;
  background-image: url("../assets/taste-of-dunhuang-m-1.png");
  background-size: 100% 100%;
}

.pc-taste {
  display: none;
}
.container-taste-donghuang-box .mobile {
  display: block;
  height: 100%;
}

.taste-content-for-sy {
  position: absolute;
  /* top: 405px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-left: 0;
  height: 100%;
  justify-content: end;
  padding-bottom: 12%;
}
.taste-content-for-sy .taste-title {
  color: var(--color-white);
  font-size: 40px;
}
.taste-content-for-sy .taste-subtitle {
  color: var(--color-white);
  font-size: 34px;
  margin-top: 15px;
}
.taste-content-for-sy .pub-more-btn-1 {
  width: 225px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border-radius: 30px;
  background: var(--color-gray-875) url(../assets/jiantou-2.png) no-repeat 170px center;
  padding: 0 25px;
}
.taste-content-for-sy:hover .pub-more-btn-1 {
  background: var(--color-primary) url(../assets/jiantou-fff-2.png) no-repeat 170px center;
  color: var(--color-white);
}

.mobile-button {
  margin-top: 32px;
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: 24px;
  padding: 8px 16px;
  height: 58px;
  border-radius: 29px;
  padding: 0 30px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 移动端 敦煌中间带渐变板块结束 */

/* start of trending places part2 */
.trending-places-2-container {
  width: 100%;
  height: auto;
  padding: 0 40px;
  flex-direction: column;
  background-color: var(--color-white);
}
.trending-places-2-container .pub-more-btn-1 {
  width: 220px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border-radius: 30px;
  background: var(--color-gray-875) url(../assets/jiantou-2.png) no-repeat 170px center;
  padding: 0 25px;
}
.trending-places-2-container:hover .pub-more-btn-1 {
  background: var(--color-primary) url(../assets/jiantou-fff-2.png) no-repeat 170px center;
}

.trending-places-2-container:hover {
  background-color: transparent;
}
.t-p-2-left {
  width: auto;
  height: auto;
  aspect-ratio: 640/428;
}
.t-p-2-right {
  padding: 12vw 0;
  border: 2px solid var(--color-gray-700);
  border-top: none;
}
.t-p-2-right p {
  /* font-size: 24px; */
  font-size: 40px;
  padding: 0 40px;
}
/* end of trending places part2 */

.what-to-buy-sy {
  padding: 9vw 40px 5vw;
}
.what-to-buy-sy-list {
  flex-flow: column;
  width: 100%;
}
.what-to-buy-sy-item {
  width: 100%;
  height: auto;
  margin-bottom: 4vw;
}
.what-to-buy-sy-cover {
  padding-bottom: 6vw;
}
.what-to-buy-sy-cover:hover .pub-more-btn-1 {
  background: var(--color-primary) url(../assets/jiantou-fff-2.png) no-repeat 145px center;
  background-size: auto auto;
  color: var(--color-white);
}

.border-stories .trending-left-btn {
  left: 20px;
  display: none;
}
.border-stories {
  width: 670px;
  margin: 0 40px;
}
.border-stories .trending-right-btn {
  right: 140px;
  display: none;
}
.border-stories-content {
  gap: 20px;
  overflow-x: auto;
}
.border-stories .content-img {
  width: 586px;
  height: 392px;
  margin-bottom: 20px;
}

.border-stories .border-img-content {
  flex-shrink: 0;
  width: 590px;
  height: 680px;
}
.border-stories .border-img-content:hover {
  border-bottom: solid 1px var(--color-gray-550);
}

.border-stories .border-img-content:hover .pub-more-btn-1 {
  background: var(--color-primary) url(../assets/jiantou-fff-2.png) no-repeat 145px center;
  background-size: auto auto;
  color: var(--color-white);
}
/* .border-stories .border-img-content:hover .border-btn{
    background-color: var(--color-gray-800) !important;
    color: var(--color-black) !important;
} */
.border-stories .border-img-p {
  font-size: 30px;
  line-height: 46px;
  height: 74px;
  padding: 0 43px 0 34px;
  letter-spacing: 0;
  color: var(--color-black);
}
/* .border-stories .border-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-left: 34px;
    width: 222px;
    height: 59px;
    background-color: var(--color-gray-800);
    border-radius: 29px;
    font-size: 24px;
    color: var(--color-black);
} */

/* @media (max-width: 767px) {
    .header-c-1 {
        padding: 0 6vw;
    }
    .page-logo-c-1 {
        width: 54vw;
    }
    .mobile-nav-icons {
        width: 16vw;
    }
    .mobile-menu-icon {
        width: 6vw;
    }
    .mobile-search-icon {
        width: 6vw;
    }

    .know-before-container {
        margin: 0 6vw;font-size:23px;
    }

    .trending-places-2-container {
        padding: 0 6vw;
    }

    .what-to-buy-sy {
        padding: 9vw 6vw 5vw;
    }
    .border-stories{padding:0 6vw;}

    .t-p-2-right p{padding:0 6vw;}
} */
/* end of @media(max-width: 767px) */
.t-p-2-right p {
  /* font-size: 24px; */
  font-size: 38px;
  padding: 0 40px;
}

/* 移动端轮播图样式 */
.t-p-2-carousel {
  width: 100%;
  display: block;
}

.t-p-2-carousel-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.t-p-2-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.t-p-2-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-gray-400);
  cursor: pointer;
  transition: background-color 0.3s;
}

.t-p-2-dot.active {
  background-color: var(--color-primary);
}

/* Source: mobile-trendingPlacesStyle.css:16-27 */
.page-home .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;
}
}
