.ge-header__logo {
    top: 10px !important;
}
.ge-header__title {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 8px;
    left: 50px;
    font-size: 28px;
    font-family: PingFang SC, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 300;
    color: #ffffff;
}

.page-bottom {
    padding: 30px;
    background-color: #000;
    display: flex;
    justify-content: space-around;
    color: #898989;
}
.bottom-block {
    width: 30%;
}

.bottom-title {
    font-weight: 600;
    font-size: 22px;
    color: #898989;
    line-height: 50px;
}
.bottom-phone {
    margin-bottom: 10px;
}
.bottom-phone-number {
    color: #f3935c;
    font-size: 24px;
    line-height: 40px;
}
.bottom-phone-time {
    color: #898989;
    font-size: 14px;
    line-height: 20px;
}
.bottom-comtext {
    font-size: 18px;
    line-height: 30px;
}
.licence {
    text-align: center;
    font-size: 14px;
    background: #000;
    color: #898989;
    line-height: 25px;
    padding-bottom: 10px;
    font-weight: 400;
}
.licence a {
    font-weight: 400;
}

.explore-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.ge-hero .down-arrow {
    cursor: pointer;
}

.hero-scroll-link {
    position: absolute;
    left: 50%;
    top: 98%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    z-index: 150;
}

.hero-scroll-arrow {
    display: block;
    width: 48px;
    height: 48px;
}

/* Hero 文字叠在轮播上，且随首屏一起滚动 */
.ge-hero--home .ge-hero__container {
    position: relative;
}

.ge-hero--home .ge-hero__carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ge-hero--home .ge-hero__slides[ge-carousel] {
    height: 100%;
    min-height: 640px;
}

/* 覆盖 main.css 中 position:fixed，文字随第一屏滚走 */
.ge-hero--text-clipping [ge-text-clipping] {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
    z-index: 4;
    pointer-events: none;
}

.ge-hero--text-clipping [ge-text-clipping] .ge-hero__chapter {
    height: 100%;
    pointer-events: auto;
}

.ge-hero--text-clipping [ge-text-clipping] .hero-scroll-link {
    pointer-events: auto;
}

.ge-hero .ge-chapter__title,
.ge-hero .ge-chapter__subtitle,
.ge-hero .ge-chapter__subtitle__option.active {
    color: #fff;
}

.download-qr {
    width: 150px;
    height: 150px;
}

.download-text {
    width: 100%;
    height: 30px;
    font-size: 24px;
    font-family: PingFang SC, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 33px;
    order: 5;
    margin: 0 auto;
    text-align: center;
    display: block;
}

@media (max-width: 768px) {
    .page-bottom {
        flex-direction: column;
        gap: 24px;
    }
    .bottom-block {
        width: 100%;
    }
}
