.header-c-1 {
    width: auto;
    padding: 0 40px;
    height: 160px;
}

.page-logo-c-1 {
    width: 406px;
    height: auto;
}

.mobile-nav-icons {
    display: flex;
    width: 120px;
    align-items: center;
    justify-content: space-between;
}
.mobile-nav-icons > * {
    flex: 0 0 auto;
    cursor: pointer;
}
.mobile-menu-icon {
    width: 42px;
}
.mobile-nav-icons img {
    display: block;
    width: 100%;
    height: 100%;
}
.mobile-search-icon {
    width: 42px;
}

.search-outer-1 {
    display: none;
}

/* 移动端搜索遮罩层 */
.mobile-search-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background-color: rgba(170, 73, 39, 0.97);
    padding: 40px 0 40px;
    box-sizing: border-box;
}
.mobile-search-overlay.active {
    display: flex;
    flex-direction: column;
}
.mobile-search-overlay .mobile-search-close {
    align-self: flex-end;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 24px 51px 40px;
}
.mobile-search-overlay .mobile-search-close img {
    width: 100%;
    height: 100%;
}
.mobile-search-overlay .mobile-search-input {
    width: 100%;
    flex: 1;
    border: none;
    outline: none;
    font-size: 30px;
    color: #000;
}
.mobile-search-overlay .mobile-search-input::placeholder {
    color: #999;
}
.mobile-search-overlay .mobile-search-btn {
    border: none;
    background: none;
    padding: 0;
    margin-left: 12px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.mobile-search-overlay .mobile-search-btn img {
    width: 100%;
    height: 100%;
}
.mobile-search-overlay .mobile-search-box {
    height: 70px;
    margin: 0 40px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 35px;
    padding: 0 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    margin-top: 200px;
    overflow: hidden;
}

/* 移动端全屏菜单遮罩层 */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(170, 73, 39, 0.97);
    transition: opacity 0.3s ease;
}
.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}
.mobile-menu {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    z-index: 1;
}
.mobile-menu-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 64px 51px 40px 20px;
    position: relative;
    z-index: 2;
}
.mobile-menu-close {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;

    img {
        width: 100%;
        height: 100%;
    }
}
.mobile-menu-content {
    flex: 1;
    padding: 38px 0 20px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
}
.mobile-menu-item {
    padding-bottom: 88px;
}
.mobile-menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 45px 0 37px;
    cursor: pointer;
    user-select: none;
}
.mobile-menu-item-header span:first-child {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.5px;
}
.mobile-menu-toggle {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.mobile-menu-submenu {
    list-style: none;
    padding-left: 94px;
    padding-bottom: 10px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.mobile-menu-item.expanded .mobile-menu-submenu {
    max-height: 5000px;
    padding-left: 94px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.mobile-menu-item .mobile-menu-submenu a:first-of-type {
    margin-top: 55px;
}
.mobile-menu-item .mobile-menu-submenu a:last-of-type {
    margin-bottom: 10px;
}
.mobile-menu-submenu a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    transition: background-color 0.2s ease, padding-left 0.2s ease;
}
.mobile-menu-footer {
    padding: 20px 40px 306px 40px;
    position: relative;
    z-index: 2;
}
.mobile-menu-divider {
    height: 1px;
    background-color: #fff;
    margin-bottom: 93px;
}
.mobile-menu-links {
    display: flex;
    flex-direction: column;
    gap: 78px;
    padding-left: 3px;
}
.mobile-menu-links a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}

.nav-outer-1 {
    display: none;
}

.page-footer-outer-1 {
    font-size: 24px;
    line-height: 36px;
    padding: 100px 0;
}
.page-footer-1 {
    width: auto;
}

/* 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 #f1f1f1;
    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 #f1f1f1;
}
.know-before-option:hover {
    border-bottom: 2px solid #f1f1f1;
}
.getting-here,
.getting-around {
    border-right: 2px solid #f1f1f1;
}
.k-b-o-icon {
    max-width: 50%;
}


/* end of know before you go */

.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: #fff;
    font-size: 40px;
}
.taste-content-for-sy .taste-subtitle {
    color: #fff;
    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: #f6f6f6 url(../assets/jiantou-2.png) no-repeat 170px center;padding:0 25px;
}
.taste-content-for-sy:hover .pub-more-btn-1{
    background: #a84523 url(../assets/jiantou-fff-2.png) no-repeat 170px center;color:#fff;
}

.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;
}

/* 移动端 敦煌中间带渐变板块结束 */

/* start of trending places part2 */
.trending-places-2-container {
    width: 100%;
    height: auto;
    padding: 0 40px;
    flex-direction: column;
    background-color: #fff;
}
.trending-places-2-container .pub-more-btn-1{
    width:220px;height:60px;line-height:60px;font-size: 24px;border-radius: 30px;background: #f6f6f6 url(../assets/jiantou-2.png) no-repeat 170px center;padding:0 25px;
}
.trending-places-2-container:hover .pub-more-btn-1{
    background: #a84523 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 #ebebeb;
    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:#a84523 url(../assets/jiantou-fff-2.png) no-repeat 145px center;background-size:auto auto;color:#fff;}


.border-stories{padding:0 40px;}
.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 #e2e2e2;
}

.border-stories .border-img-content:hover .pub-more-btn-1{background:#a84523 url(../assets/jiantou-fff-2.png) no-repeat 145px center;background-size:auto auto;color:#fff;}
/* .border-stories .border-img-content:hover .border-btn{
    background-color: #f1f1f1 !important;
    color: #000 !important;
} */
.border-stories .border-img-p{
    font-size: 30px;
    line-height: 46px;
    height: 74px;
    padding: 0 43px 0 34px;
    letter-spacing: 0;
    color: #000000;
}
/* .border-stories .border-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-left: 34px;
    width: 222px;
    height: 59px;
    background-color: #f1f1f1;
    border-radius: 29px;
    font-size: 24px;
    color: #000000;
} */



/* @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) */
