.pc {
    display: block !important;
}

.mobile {
    display: none !important;
}

header {
    width: 100%;
    height: auto;
    position: relative;
}

.header-bg {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.header-page {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.header-content {
    position: absolute;
    width: 4.17rem;
    height: auto;
    left: .74rem;
    display: flex;
    flex-direction: column;
    top: 33.7%;
}

.header-content h1 {
    font-family: Reem Kufi Fun;
    font-weight: 700;
    font-size: .34rem;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: linear-gradient(90deg, #E8E6E2 -0.28%, #D9D7D4 5.72%, #B4B0B1 18.72%, #999498 25.72%, #F8F8F8 51.72%, #E9E9E9 58.72%, #C5C2C3 70.72%, #8D878A 87.72%, #B4B4B5 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    word-spacing: 0.2em;
}

.header-content p {
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: .14rem;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0.1rem;
    word-spacing: 0.2em;
    display: none;
}

.sec-1 {
    margin-top: 0.6rem;
}

.sec-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.48rem;
}

.sec-1 .h2,
.sec-2 .h2,
.sec-3 .h2,
.sec-4 .h2,
.sec-5 .h2 {
    font-family: Reem Kufi Fun;
    font-weight: 700;
    font-size: .36rem;
    line-height: 120%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(90deg, #E8E6E2 -0.28%, #D9D7D4 5.72%, #B4B0B1 18.72%, #999498 25.72%, #F8F8F8 51.72%, #E9E9E9 58.72%, #C5C2C3 70.72%, #8D878A 87.72%, #B4B4B5 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    flex: none;
    width: max-content;
    margin: 0 auto;
    white-space: pre-wrap;
    word-spacing: .14rem;
    text-align: center;
}

.sec-1-content {
    display: flex;
    flex-direction: column;
    gap: .24rem;
}

.sec-1-content p {
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: .18rem;
    line-height: 130%;
    letter-spacing: 0%;
    background: linear-gradient(90deg, #E8E6E2 -0.28%, #D9D7D4 5.72%, #B4B0B1 18.72%, #999498 25.72%, #F8F8F8 51.72%, #E9E9E9 58.72%, #C5C2C3 70.72%, #8D878A 87.72%, #B4B4B5 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.sec-1 ul {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
}

.sec-1 ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .12rem;
    width: 1.2rem;
}

.sec-1 ul li .num {
    font-family: LINE Seed Sans;
    font-weight: 700;
    font-size: .27rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background: linear-gradient(90deg, #E8E6E2 -0.28%, #D9D7D4 5.72%, #B4B0B1 18.72%, #999498 25.72%, #F8F8F8 51.72%, #E9E9E9 58.72%, #C5C2C3 70.72%, #8D878A 87.72%, #B4B4B5 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.sec-1 ul li .text {
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: .12rem;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
    text-align: center;
}

.sec-2 {
    margin-top: 1.2rem;
}

.sec-2-time-select {
    width: 5.58rem;
    height: .53rem;
    gap: .8rem;
    border-radius: 999px;
    padding: .1rem;
    border: .01rem solid #FFFFFF33;
    margin: auto;
    display: flex;
    margin-top: 0.48rem;
}

.sec-2-time-select li {
    width: 1.26rem;
    height: .33rem;
    font-family: LINE Seed Sans;
    font-weight: 700;
    font-size: .18rem;
    line-height: .33rem;
    text-align: center;
    border-radius: 999px;
    cursor: pointer;
}

.sec-2-time-select li span {
    background: linear-gradient(90deg, #E8E6E2 -0.28%, #D9D7D4 5.72%, #B4B0B1 18.72%, #999498 25.72%, #F8F8F8 51.72%, #E9E9E9 58.72%, #C5C2C3 70.72%, #8D878A 87.72%, #B4B4B5 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.sec-2-time-select li.active {
    background: linear-gradient(44.75deg, rgba(10, 109, 255, 0.3) 0%, rgba(10, 109, 255, 0.3) 67.74%);
    border: 1px solid #0A6DFF;
    letter-spacing: 0%;
}

.sec-2-time-select li.active span {
    background: #0A6DFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.sec-2-swiper {
    max-width: 1320px;
    margin: .24rem auto .4rem;
    position: relative;
}

.swiper-slide {
    position: relative;
    font-size: 0;
}

.sec-2-swiper-img {
    width: 100%;
    height: 3.8rem;
    border-radius: .12rem;
    object-fit: cover;
    object-position: right;
}

.sec-2-linear {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(0deg, #111216 58.33%, rgba(17, 18, 22, 0) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.4rem;
    box-sizing: border-box;
    justify-content: space-between;
}

.sec-2-liner-title {
    font-family: LINE Seed Sans;
    font-weight: 700;
    font-size: .2rem;
    line-height: 120%;
    background: linear-gradient(90deg, #E8E6E2 -0.28%, #D9D7D4 5.72%, #B4B0B1 18.72%, #999498 25.72%, #F8F8F8 51.72%, #E9E9E9 58.72%, #C5C2C3 70.72%, #8D878A 87.72%, #B4B4B5 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-align: center;
}

.sec-2-liner-box {
    display: flex;
    align-items: center;
    gap: .16rem;
}

.sec-2-liner-time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .06rem;
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: .14rem;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    opacity: .6;
}

.sec-2-liner-time img {
    width: 0.16rem;
    height: 0.16rem;
}

.sec-2-arrow {
    position: absolute;
    width: 100%;
    height: 0.48rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
}

.sec-2-arrow>div {
    width: 0.48rem;
    height: 0.48rem;
    position: relative;
}

.sec-2-arrow img {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.sec-2-arrow div::after {
    display: none;
}

.sec-2-arrow div:last-child img {
    transform: rotate(180deg);
}

.sec-2-view {
    width: 1.5rem;
    height: .35rem;
    opacity: 0.5;
    border-radius: 999px;
    border: .006rem solid #FFFFFF;
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: .14rem;
    letter-spacing: 0%;
    color: #fff;
    text-align: center;
    line-height: 0.35rem;
    background: transparent;
    margin: auto;
    display: block;
    cursor: pointer;
}

.sec-3 {
    margin-top: 1.2rem;
}

.sec-3 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0.52rem;
}

.sec-3 ul li {
    display: flex;
    flex-direction: column;
    gap: .12rem;
    padding: .48rem .4rem .44rem .4rem;
    border-left: 0.0025rem solid rgba(255, 255, 255, .3);
    border-bottom: 0.0025rem solid rgba(255, 255, 255, .3);
    position: relative;
    cursor: pointer;
}

.sec-3 ul li::before {
    content: '';
    height: 0.46rem;
    width: 0.02rem;
    background: #fff;
    position: absolute;
    top: .48rem;
    left: -.01rem;
}

.sec-3 ul li:nth-child(3n) {
    border-right: 0.0025rem solid rgba(255, 255, 255, .3);
}

.sec-3 ul li:nth-child(n+4) {
    border-bottom: none;
}

.sec-3 ul li:hover {
    background: linear-gradient(44.75deg, rgba(10, 109, 255, 0.3) 0%, rgba(115, 115, 115, 0) 67.74%);
}

.sec-3 ul li:hover::before {
    background: #0A6DFF;
}

.sec-3 ul li .sec-3-svg,
.sec-3 ul li .sec-3-svg svg {
    width: 0.46rem;
    height: 0.46rem;
    font-size: 0;
}

.sec-3 ul li:hover .sec-3-svg svg rect {
    stroke: #0A6DFF;
    fill: rgba(10, 109, 255, 0.3);
}

.sec-3 ul li:hover .sec-3-svg svg path {
    stroke: #0A6DFF;
}

.sec-3-title {
    font-family: LINE Seed Sans;
    font-weight: 700;
    font-size: .18rem;
    line-height: 140%;
    background: linear-gradient(90deg, #E8E6E2 -0.28%, #D9D7D4 5.72%, #B4B0B1 18.72%, #999498 25.72%, #F8F8F8 51.72%, #E9E9E9 58.72%, #C5C2C3 70.72%, #8D878A 87.72%, #B4B4B5 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.sec-3-text {
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: .13rem;
    line-height: 100%;
    letter-spacing: 0%;
    opacity: .6;
    color: #fff;
}

.sec-4 {
    margin-top: 1.2rem;
}

.sec-4-p {
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0.12rem;
    opacity: .8;
    word-spacing: 0.2em;
}

.sec-4 .page {
    margin-top: 0.48rem;
    position: relative;
    font-size: 0;
}

.sec-4 .page .map-icon {
    width: 100%;
    height: auto;
}

.sec-5 {
    margin-top: 1.2rem;
}

.sec-5-p {
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: .14rem;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    /* text-transform: uppercase; */
    max-width: 9.22rem;
    margin: .24rem auto .52rem;
    color: #fff;
    opacity: .8;
    word-spacing: 0.2em;
}

.sec-5-swiper {
    max-width: 1320px;
    margin: .24rem auto .4rem;
    position: relative;
}

.sec-5-swiper .swiper-slide {
    /* width: 30% !important; */
}

.sec-5-swiper-img {
    width: 100%;
    border-radius: .12rem;
    object-fit: cover;
    object-position: right;
    aspect-ratio: 181 / 272;
}

.map-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-item {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    cursor: pointer;
}

.map-item:hover {
    background: #0A6DFF;
}

.map-item:hover .map-item-popup {
    display: flex;
}

.map-item-popup {
    display: none;
    position: absolute;
    min-width: 1.455271rem;
    height: 0.785271rem;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: .25rem;
    padding: .12rem .24rem .16rem;
    border-radius: .16rem;
    flex-direction: column;
    justify-content: space-between;
    z-index: 11;
}

.map-item-popup::before {
    content: '';
    position: absolute;
    width: 0.1rem;
    height: 0.08rem;
    background: #fff;
    clip-path: polygon(0% 0, 100% 0, 50% 100%);
    top: 98%;
    left: 50%;
    transform: translateX(-50%);
}

.popup-title {
    display: flex;
    align-items: center;
    font-family: LINE Seed Sans;
    font-weight: 700;
    font-size: .18rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #282828;
    gap: .08rem;
}

.popup-title img {
    width: 0.25rem;
    height: 0.16rem;
    object-fit: cover;
}

.popup-title p {
    text-wrap-mode: nowrap;
}

.popup-time {
    display: flex;
    align-items: center;
    font-family: LINE Seed Sans;
    font-weight: 400;
    font-size: .12rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: #282828;
    gap: .06rem;
}

.popup-time svg {
    width: 0.12rem;
    height: 0.12rem;
}

@media(max-width: 1600px) {
    .header-content {
        top: 1.44rem;
    }
}

@media(max-width: 1380px) {
    .sec-2-swiper {
        max-width: 98vw;
    }

    .sec-2-arrow>div {
        transform: scale(.8);
    }
}

@media(max-width: 799px) {
    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }


    header {
        overflow: hidden;
    }

    .header-bg {
        width: 180%;
        margin-left: -54%;
        margin-top: 3.6rem;
    }

    .header-content {
        position: absolute;
        width: 3.1rem;
        height: 2.02rem;
        top: 1.12rem;
        left: .32rem;
        display: flex;
        flex-direction: column;
    }

    .header-content h1 {
        line-height: 100%;
    }

    .sec-1 .h2,
    .sec-2 .h2,
    .sec-3 .h2,
    .sec-4 .h2,
    .sec-5 .h2 {
        width: 100%;
        text-align: center;
        font-size: 0.28rem;
    }

    .sec-1 {
        flex-direction: column;
        margin-top: 0;
        gap: .1rem;
    }

    .sec-1-content p {
        width: 90%;
        margin: auto;
    }

    .sec-1 .h2 {
        width: 1.56rem;
    }

    .sec-1 ul {
        flex-wrap: wrap;
        gap: .32rem;
        padding: 0 .42rem;
        justify-content: space-between;
        margin-top: 0.32rem;
    }

    .sec-2-time-select {
        width: 3.11rem;
        height: 0.42rem;
        gap: .2rem;
        padding: 0 .1rem;
        align-items: center;
    }

    .sec-2-time-select li {
        width: 0.84rem;
        height: 0.26rem;
        font-size: 0.14rem;
        line-height: 0.26rem;
    }

    .sec-2-arrow {
        display: none;
    }

    .sec-2-swiper {
        padding-left: .32rem;
    }

    .sec-2-swiper-img {
        height: 1.56rem;
        object-position: right;
    }

    .sec-2-linear {
        background: linear-gradient(0.73deg, #111216 13.98%, rgba(17, 18, 22, 0) 99.37%);
        height: .9rem;
        padding-top: 0.24rem;
    }

    .sec-2-liner-title {
        font-size: 0.1rem;
    }

    .sec-2-liner-box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.05rem;
    }

    .sec-2-liner-time {
        font-size: 0.1rem;
    }

    .sec-2-liner-time:first-child {
        flex: none;
        width: 100%;
    }

    .sec-2-liner-time img {
        width: 0.12rem;
        height: 0.12rem;
    }

    .sec-2-view {
        line-height: 1;
    }

    .sec-3 {
        width: 3.43rem;
        margin: 0.56rem auto 0;
    }

    .sec-3 ul {
        grid-template-columns: repeat(2, 1fr);
        width: 3.43rem;
        margin: auto;
    }

    .sec-3 ul li {
        border: none !important;
        padding: .16rem .08rem;
    }

    .sec-3 ul li::before {
        display: none;
    }

    .sec-3 ul li img {
        width: 0.32rem;
        height: 0.32rem;
    }

    .sec-3-title {
        font-size: 0.12rem;
    }

    .sec-3-text {
        font-size: 0.1rem;
        line-height: 130%;
        opacity: .4;
    }

    .sec-4 {
        margin-top: 0.56rem;
        overflow: hidden;
    }

    .sec-4 .page .map-icon {
        width: 180%;
        margin-left: -1.55rem;
    }

    .sec-4 .page .map-list {
        width: 180%;
        margin-left: -1.55rem;
    }

    .sec-5 {
        margin-top: 0.56rem;
    }

    .sec-5 .h2 {
        margin: auto;
    }

    .sec-5-p {
        width: 3.43rem;
    }

    .sec-5-swiper {
        padding-left: .32rem;
    }

    .map-item-popup-left {
        right: 0;
        transform: translateX(0);
        border-bottom-left-radius: .04rem;
    }

    .map-item-popup-left::before {
        left: 0;
        transform: translateX(0);
        border-left: 0;
        top: 97%;
    }

    .map-item-popup-right {
        right: 0;
        transform: translateX(0);
        border-bottom-right-radius: .04rem;
        left: unset;
    }

    .map-item-popup-right::before {
        right: 0;
        transform: translateX(0);
        border-right: 0;
        top: 97%;
        left: unset;
    }
}