@charset "UTF-8";

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Arial", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

.fixedTop-btn {
    position: fixed;
    display: flex;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.404);
    padding: 0 5vw;
    z-index: 2;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .fixedTop-btn {
        justify-content: space-between;
    }
}

.fixedTop-btn a {
    font-size: 15px;
    padding: 5px 20px;
    margin: 10px 5px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100px;
    color: #2e6f9b;
}

@media screen and (max-width: 768px) {
    .fixedTop-btn a {
        font-size: 12px;
    }
}

.fixedright-PC {
    position: fixed;
    right: calc(20% - 10px);
    top: 25%;
    color: #fff;
    z-index: 2;
    text-align: center;
    width: 25%;
}

@media (max-height: 700px) {
    .fixedright-PC {
        top: 15%;
    }
}

.fixedright-PC .qrcode {
    text-align: center;
    width: 80%;
    margin: auto;
}

.fixedright-PC .title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #3479a7;
    text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white, -3px 0 0 white, 3px 0 0 white, 0 -3px 0 white, 0 3px 0 white;
}

@media screen and (max-width: 1400px) {
    .fixedright-PC .title {
        font-size: 1.5rem;
    }
}

.fixedright-PC .btn-block {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    gap: 12px;
}

@media screen and (max-width: 1400px) {
    .fixedright-PC .btn-block {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .fixedright-PC .btn-block {
        flex-direction: row;
    }
}

.fixedright-PC .btn-block a {
    display: block;
    padding: 10px 30px;
    background-color: #ff9657;
    border-radius: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 4px solid #fff;
    font-weight: bold;
    flex: 1;
    box-shadow: 2px 4px 0px rgba(0, 0, 0, 0.3882352941);
    transition: all 0.2s;
}

.fixedright-PC .btn-block a:hover {
    background-color: #2e6f9b;
}

@media screen and (max-width: 540px) {
    .fixedright-PC .btn-block a {
        aspect-ratio: 1/1;
        border-radius: 50%;
        padding: 0;
        width: 50px;
        height: auto;
    }
}

.fixedright-PC .btn-block a img {
    width: 40px;
    margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
    .fixedright-PC .btn-block a img {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .fixedright-PC .btn-block a img {
        width: 35px;
    }
}

.fixedright-PC .caption-phone,
.fixedright-PC .caption-pc {
    font-size: 12px;
}

@media screen and (min-width: 1025px) {
    .fixedright-PC .caption-phone {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .fixedright-PC {
        width: 90%;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 10%;
        top: auto;
    }

    .fixedright-PC .qrcode,
    .fixedright-PC .title,
    .fixedright-PC .caption-pc {
        display: none;
    }

    .fixedright-PC .caption-phone {
        display: block;
        margin-top: 1rem;
    }
}

@media (max-height: 700px) {
    .fixedright-PC {
        bottom: 0%;
    }
}

.fullscreen-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url(/static_common/img/app_download/PC-BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 430px) {
    .fullscreen-container {
        background-image: url(/static_common/img/app_download/phone-BG.jpg);
    }
}

#all-pages {
    position: relative;
    top: 0;
    transition: all 800ms ease;
    /* height set by js */
}

.page {
    height: 100%;
    width: 100%;
    scroll-snap-align: start;
}

.page-all {
    display: flex;
}

@media screen and (max-width: 768px) {
    .page-all {
        margin: 0 10px;
    }
}

.page-all-left {
    display: flex;
    flex-direction: column;
    padding-left: 8%;
    justify-content: center;
    width: 50vw;
    height: 100vh;
}

.page-all-left .pageall-img-block {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .page-all-left .pageall-img-block img {
        width: 60%;
        margin: auto;
    }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
    .page-all-left .pageall-img-block img {
        width: 100%;
    }
}

@media screen and (min-width: 1025px) {
    .page-all-left .page-title-phone {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .page-all-left {
        width: 100vw;
        padding-left: 0;
        justify-content: start;
    }

    .page-all-left .page-title-pc {
        display: none;
    }

    .page-all-left .page-title-phone {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .page-1 .page-1-left .page1-img-block {
        padding-top: 6rem;
    }
}

@media screen and (max-width: 768px) {
    .page-2 .page-2-left .page2-img-block {
        padding-top: 10vh;
    }
}

.page-3 .page-3-left .page-title-pc {
    width: 80%;
}

@media screen and (max-width: 768px) {
    .page-3 .page-3-left .page3-img-block {
        padding-top: 10vh;
    }
}

/* dot */
.nav-dot-container {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.nav-dot {
    width: 20px;
    height: 30px;
    padding: 8px 0px;
    margin: auto;
}

.nav-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    transition: all 200ms ease;
    margin: auto;
}

.nav-dot span:hover {
    width: 12px;
    height: 12px;
}

.nav-dot.dot-active span {
    width: 15px;
    height: 15px;
    background-color: #f18543;
}

@media screen and (max-width: 768px) {
    .nav-dot {
        padding: 0;
    }
}