/* reset */
* {
    margin: 0;
    padding: 0;
    font-family: 'Alegreya Sans', Arial, sans-serif;
}

html {
    font-size: 62.5%;
}

body {
    background-color: #181023;
    letter-spacing: .18em;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style-type: none;
}

img {
    vertical-align: middle;
}

/* begin */
body {
    position: relative;
    font-size: 12px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5vw 3.5vw 0 3.5vw;
}

header .logo img {
    height: 5vw;
}

header .contact-container a {
    margin-right: 2rem;
}

header .contact-container a:last-child {
    margin-right: 0;
}

header .contact-container img {
    height: 3vw;
}

#fullpage .vertical-scrolling .fp-tableCell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#fullpage .vertical-scrolling.active .header-picture img {
    -webkit-animation: 0.4s scale 0.3s both;
    animation: 0.4s scale 0.3s both;
}

#fullpage .vertical-scrolling .fp-tableCell .header-picture {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

#fullpage .vertical-scrolling .fp-tableCell .header-picture img {
    width: 100%;
    margin-top: -12vw;
}

#fullpage .vertical-scrolling .fp-tableCell picture {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 100%;
    overflow: hidden;
}


#fullpage .vertical-scrolling .fp-tableCell picture img {
    width: 90%;
}

footer {
    position: fixed;
    z-index: 9;
    left: 3.5rem;
    right: 0;
    bottom: 7rem;
}

footer .qrcode {
    width: 9vw;
    height: 9vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    border-radius: 5px;
}

footer .qrcode-container {
    margin-right: 1vw;
}

footer .qrcode-container p {
    color: white;
    text-align: center;
    font-size: 1vw;
    margin-top: 0.5vw;
}

footer .qrcode #qr {
    width: 100%;
    height: 100%;
}

footer .qrcode #qr img {
    width: 100%;
}

footer .desktop-qrcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

footer .desktop-qrcode .download-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

footer .desktop-qrcode .download-link .application {
    height: 4vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

footer .desktop-qrcode .download-link p {
    width: 30vw;
    font-size: 2rem;
    color: #ffd324;
}

footer .desktop-qrcode .download-link .tips {
    height: 4vw;
    margin-top: 0.5vw;
    margin-left: 0.5vw;
}

footer .mobile-download {
    display: none;
}



.fp-right {
    right: 10px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    height: auto;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: contents;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    position: relative;
    display: block;
    background: #fff;
    font-size: 0;
    text-indent: -1000px;
    width: 9px;
    height: 9px;
    margin: 0 !important;
    border: 1px solid transparent;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    background: rgb(255, 255, 255);
    border-color: #fff;
}

#fp-nav ul li a span.fp-sr-only,
.fp-slidesNav ul li a span.fp-sr-only {
    position: absolute;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 9.5px;
    width: 9.5px;
    margin: -6px 0 0 -6px;
    border-radius: 35px;
    background-color: red;
    border-color: red;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    margin: 10px;
}

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 9px solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-right-color: #474bff;
    -webkit-animation: spinner-zp9dbg 1s infinite linear;
    animation: spinner-zp9dbg 1s infinite linear;
}

@-webkit-keyframes spinner-zp9dbg {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes spinner-zp9dbg {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media (min-width: 1024px) {
    body {
        background-image: url('/image/desktop/backckground.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    body {
        background-image: url('/image/desktop/backckground.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #fullpage .vertical-scrolling .fp-tableCell {
        flex-direction: column;
    }

    #fullpage .vertical-scrolling .fp-tableCell picture {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    header .logo img {
        height: 7vw;
    }

    header .contact-container img {
        height: 7vw;
    }
}


@media (max-width: 768px) {
    body {
        background-image: url('/image/mobile/background.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #fullpage img {
        width: 100vw;
    }

    #fp-nav.right {
        top: 30%;
        right: 1vw;
    }

    #fp-nav ul li:hover a span {
        width: 9px;
        height: 9px;
    }


    header {
        padding: 1rem;
    }

    header .logo img {
        height: 12vw;
    }

    header .contact-container {
        display: flex;
        align-items: center;
    }

    header .contact-container a {
        margin-left: 0.5vw;
        display: block;
    }

    header .contact-container img {
        height: 13vw;
    }

    footer {
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        padding-top: 2vw;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    }

    footer .desktop-qrcode {
        display: none;
    }

    footer .mobile-download {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0.5rem;
    }

    footer .mobile-download .setup-tips {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 1vw;
        padding-bottom: 1.5vw;
        color: #fed204;
        font-size: 3.6vw;
        text-decoration: underline;
    }

    footer .mobile-download .setup-tips img {
        height: 5vw;
    }

    footer .mobile-download .download-link {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    footer .mobile-download .download-link a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }

    footer .mobile-download .download-link a img {
        width: 95%;
    }

    #fullpage .vertical-scrolling .fp-tableCell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #fullpage .vertical-scrolling .fp-tableCell picture {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: visible;
    }

    #fullpage .vertical-scrolling .fp-tableCell .header-picture {
        display: none;
    }

    #fullpage .vertical-scrolling .fp-tableCell picture img {
        width: 100vw;
        margin-top: -5vw;
    }

    .mobile-download .tips {
        padding: 1.5vw 0 2vw;
        text-align: center;
    }

    .mobile-download .tips img {
        width: 90%;
        margin: 0 auto;
    }
}