.header-c-1 {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 132px;
  align-items: center;
}

.mobile-nav-icons {
  display: none;
}

.search-outer-1 {
}
.search-outer-1 a {
  font-size: 16px;
  color: #666;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: right;
  margin-right: 10px;
}
.search-outer-1 .search-box {
  display: flex;
  border: 1px solid #e9e9e9;
  align-items: center;
  border-radius: 15px;
  width: 245px;
  height: 30px;
}
.search-outer-1 .input-1 {
  border: none;
  outline: none;
  background: transparent;
  width: 245px;
  color: #333;
  flex: 1;
  height: 30px;
  padding: 0 12px;
  font-size: 16px;
  margin: 0;
  min-width: 0;
}
.search-outer-1 .input-1::placeholder {
  color: #999;
}
.search-outer-1 .search-icon {
  width: 40px;
  height: 30px;
  cursor: pointer;
  background: url(../assets/fdj-1.png) no-repeat center center;
  flex: 0 0 auto;
}

/* 移动端搜索遮罩层 */
.mobile-search-overlay {
  display: none;
}
.mobile-menu-overlay {
  display: none;
}

.nav-outer-1 {
  background: #568faf;
  position: relative;
  z-index: 100;
}
.nav-1 {
  width: 1300px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
.nav-1 .item-1 {
  flex: 0 0 auto;
  font-weight: bold;
  position: relative;
}
.nav-1 a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 12px;
}
.nav-1 .item-1-1 {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
}
.nav-1 .item-1-1 > a {
  font-weight: normal;
  color: #000;
  display: block;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
}

.nav-1 .item-1:hover {
  background: #fff;
}
.nav-1 .item-1:hover > a {
  color: #568faf;
}
.nav-1 .item-1:hover .item-1-1 {
  display: block;
  background: #fff;
}
.nav-1 .item-1-1 > a:hover {
  background: #568faf;
  color: #fff;
}

.page-banner-1 {
  width: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.page-banner-1 .pc {
  width: 1920px;
  margin: 0 auto;
  display: block;
  max-width: 1920px;
}
.page-banner-1 .m {
  width: 100%;
  display: none;
}

.page-footer-outer-1 {
  background: #568faf;
  padding: 40px 0;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.page-footer-1 {
  width: 1300px;
  margin: 0 auto;
  text-align: center;
}

/* start of know before you go */
.know-before-container {
  width: 1300px;
  height: 320px;
  margin: 20px auto;
  padding: 0 4px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
.know-before-option {
  width: 320px;
  height: 320px;
  border-top: 4px solid #f7f7f7;
  border-bottom: 4px solid #f7f7f7;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.know-before-option:hover {
  border-bottom: 4px solid #568faf;
  color: #4191b2;
}
.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-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: #fff;
  font-size: 26px;
}
.taste-content-for-sy .taste-subtitle {
  color: #fff;
  font-size: 22px;
  margin-top: 7px;
}
.taste-content-for-sy .pub-more-btn-1 {
  margin-top: 32px;
}
.mobile-button {
  margin-top: 32px;
  background-color: #fff;
  color: #000;
  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 #ebebeb;
  background-color: #ebebeb;
  cursor: pointer;
}
.trending-places-2-container:hover {
  background-color: #568faf;
}
.trending-places-2-container:hover .t-p-2-right {
  border-bottom: 2px solid #568faf;
}

.t-p-2-right {
  flex: 1;
  height: 426px;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #fff;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.t-p-2-left {
  width: 640px;
  height: 428px;
  background: #fff;
  /* 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;
}

/* more 按钮 style 1 */
.trending-places-2-container .pub-more-btn-1 {
  width: 128px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background: #f6f6f6 url(../assets/jiantou-2.png) no-repeat 100px center;
  background-size: auto 10px;
  font-size: 16px;
  color: #000;
  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: #568faf url(../assets/jiantou-fff-2.png) no-repeat 100px center;
  background-size: auto 10px;
  color: #fff;
}
/* end of trending places part2 */

.what-to-buy-sy {
  background: #f1f1f1;
  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(
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.2)
  );
  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: #fff;
  margin-bottom: 5px;
}
.what-to-buy-sy-cover p {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  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: #fff; */
  /* width: 130px; */
  /* height: 36px; */
  /* transition: 0.3s; */
}
.what-to-buy-sy-cover:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}
.what-to-buy-sy-cover:hover .pub-more-btn-1 {
  background: #568faf url(../assets/jiantou-fff-2.png) no-repeat 100px center;
  background-size: auto 10px;
  color: #fff;
}

.border-stories {
  display: flex;
  gap: 20px;
}
.border-stories-content {
  display: flex;
  gap: 19px;
  padding-bottom: 125px;
}
.border-stories .content-img {
  width: 420px;
  height: 281px;
  margin-bottom: 7px;
}

.border-stories .border-img-content {
  cursor: pointer;
  width: 420px;
  height: 465px;
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
  box-sizing: border-box;
  overflow: hidden;
}
.border-stories .border-img-content:hover {
  border-bottom: solid 6px #568faf;
}

.border-stories .pub-more-btn-1 {
  margin-left: 20px;
  margin-top: 35px;
  background-color: #f1f1f1;
}

.border-stories .border-img-content:hover .pub-more-btn-1 {
  background: #568faf url(../assets/jiantou-fff-2.png) no-repeat 100px center;
  background-size: auto 10px;
  color: #fff;
}

/* .border-stories .border-img-content:hover .border-btn{
    background-color: #568faf;
    color: #fff;
} */
.border-stories .border-img-p {
  font-size: 20px;
  height: 45px;
  padding: 0 20px;
  line-height: 26px;
  letter-spacing: 0;
  color: #000000;
}
/* .border-stories .border-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    margin-left: 20px;
    width: 140px;
    height: 36px;
    background-color: #f1f1f1;
    border-radius: 18px;
    font-size: 16px;
    color: #000000;
} */
