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

html {
    font-size: 62.5%;
    height: 100vh;
}

body {
    position: relative;
    font-size: 12px;
    /* background: linear-gradient(to top right, #8CFFA5 10%, rgba(140, 255, 165, 0) 60%),
        linear-gradient(to top right, #65DEFF 10%, #65DEFF 60%, rgba(101, 222, 255, 0) 80%),
        linear-gradient(to right, #65DEFF 10%, #FFFFFF 20%);
    letter-spacing: .18em;
    height: 100vh; */

    width: 100%;
    box-sizing: border-box;
    background-image: url('../image/desktop/bg.webp');
    background-size: cover;
}

a {
    text-decoration: none;
}

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

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: 2vw 3.5vw 0;
}

header .line {
    position: absolute;
    right: 0;
    bottom: -1vw;
    right: 4vw;
    object-fit: contain;
}

header .logo img {
    height: 5vw;
}



header .contact-container a {
    margin-right: 1.5vw;
}

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


.more-information-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
}

.more-information-container .mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}

.more-information-container .information-container {
    margin: 0 auto;
    width: var(--common-width);
    position: relative;
    z-index: 11;
    font-size: 1.5vw;
}

.more-information-container .information-container .btn-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: rgb(24, 24, 24);
    border-radius: 15px;
    padding: 1.5vw;
}

.more-information-container .information-container .btn-list .title {
    /* width: 10vw; */
    color: rgb(255, 255, 255);
}

.more-information-container .information-container .btn-list .btn {
    width: 20vw;
    margin-top: 1vw;
}



#fullpage {
    height: 100vh;
}

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

#fullpage .vertical-scrolling  .header-picture {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

#fullpage .vertical-scrolling  .header-picture .banner {
    width: 80%;
}

#fullpage .vertical-scrolling  picture {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    height: 100%;
}

#fullpage .vertical-scrolling  picture .header {
    width: 43vw;
}

#fullpage .vertical-scrolling  picture img {
    width: 85%;
    /* margin-bottom: 5%; */
}

#fullpage .vertical-scrolling  picture .banner {
    margin-right: 8%;
}

footer {
    position: fixed;
    z-index: 9;
    right: 10vw;
    bottom: 8vw;
}

.desktop-qrcode .qrcode {
    width: 10vw;
    height: auto;
    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;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}

.desktop-qrcode .qrcode .qrcc {
    width: 100%;
    height: 100%;
}

.desktop-qrcode .qrcode .qrcc img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1vw;
}

.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;
    padding-left: 1vw;
    width: 37rem;
}

.desktop-qrcode .download-link img {
    height: 10rem;
    width: unset;
}

.desktop-qrcode .download-link .application {
    height: 4.7vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0.7vw;
}

.desktop-qrcode .download-link .tips {
    height: 4vw;
    min-height: 5rem;
    margin-left: 2rem;
}

.desktop-qrcode .download-link .title {
    font-weight: bold;
    color: #1A6354;
    font-size: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #1A6354;
}

.desktop-qrcode .download-link .setup-tips {
    font-weight: bold;
    color: #1A6354;
    font-size: 1.5rem;
    padding-top: 1rem;
}

footer .mobile-download {
    display: none;
}

header .contact-container {
    display: block;
}

header .contact-container-mb {
    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: 5px;
    height: 5px;
    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: 15px;
    width: 5px;
    margin: -6px 0 0 -6px;
    border-radius: 11px;
}

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

.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;
}
.uc-txt {
    padding: 2rem 0 4rem;
}
.uc-txt img{
    height: 4rem;
}

@-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 (max-width: 1024px) and (min-width: 768px) {
    #fullpage .vertical-scrolling  picture {
        align-items: center;
        justify-content: center;
    }

    header .logo img {
        height: 7vw;
    }

    header .line {
        height: 1.5rem;
        bottom: 0;
    }

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

    header .contact-container {
        display: block;
    }

}


@media (max-width: 768px) {

    header {
        padding: 1.5rem;
        background-size: 100% 100%;
    }

    header .logo img {
        height: 11vw;
    }

    header .line {
        height: 1rem;
        bottom: 0;
    }

    header .contact-container img {
        height: 2.6rem;
    }

    footer {
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        background-size: 100% 100%;
    }

    .more-information-container {
        width: 100vw;
    }

    .more-information-container .information-container {
        /* width: 90%; */
        font-size: 5vw;
    }

    .more-information-container .information-container .btn-list {
        padding: 5vw;
    }

    .more-information-container .information-container .btn-list .title {
        width: 40vw;
    }

    .more-information-container .information-container .btn-list .btn {
        width: 80vw;
        margin-top: 3vw;
    }



    #fullpage .vertical-scrolling  picture .header {
        width: 85%;
        margin: 0 auto;
    }

    #fullpage .vertical-scrolling  .header-picture {
        margin-top: 20vw;
        align-items: center;
        justify-content: flex-start !important;
    }

    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;
    }

    header .contact-container {
        display: none;
    }
    header .contact-container-mb {
        display: flex;
    }
    header .contact-container-mb a img {
        height: 6rem;
        margin-right: 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;
        margin-top: 1rem;
        margin-bottom: 1rem;
        color: rgb(255, 255, 255);
    }

    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: 90%;
    }

    #fullpage .vertical-scrolling  picture {
        align-items: baseline;
        justify-content: center;
        padding-top: 3rem;
    }

    #fullpage .vertical-scrolling  picture .banner {
        position: relative;
        z-index: 9;
        width: 77vw;
        margin: 0 auto;
    }

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

    #fullpage .vertical-scrolling  .header-picture .banner {
        width: 85vw;
    }

    #fp-nav {
        right: 0.5vw !important;
        top: 45vw !important;
    }
}



@media (max-width: 480px) {
    #fullpage .vertical-scrolling picture .banner {
        position: relative;
        z-index: 9;
        width: 90vw;
        margin: 0 auto;
    }
}


@media (max-width: 375px) {
    #fullpage .vertical-scrolling  picture .banner {
        position: relative;
        z-index: 9;
        width: 70vw;
        transform: translateY(-3rem);
        margin: 0 auto;
    }
}

@media (max-width: 320px) {
    header .contact-container img {
        height: 2.1rem;
    }
}

.popup-alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    z-index: 1000;
    text-align: center;
    max-width: 90%;
}
.information-FAQ {
    position: fixed;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    z-index: 12;
    transform: translate(-50%);
    background-color: white;
    height: 100vh;
    display: none;
    width: 100vw;
}

.popup-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    z-index: 1000;
    text-align: center;
    max-width: 90%;
}

@media (min-width: 768px) {
    .information-FAQ {
        width: 25vw;
    }
}

.information-FAQ .back-arrow-container {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.information-FAQ .back-arrow-container img {
    width: 30px;
    height: 30px;
}

.information-FAQ .back-arrow-container .hide {
    visibility: hidden;
}

.information-FAQ .back-arrow-container p {
    flex: 1;
    text-align: center;
    font-size: 16px;
}

.information-FAQ .question-list {
    height: calc(100vh - 50px);
    overflow-y: scroll;
}

.information-FAQ .question-list::-webkit-scrollbar {
    display: none;
}

.information-FAQ .question-list details {
    font-size: 16px;
}

.information-FAQ .question-list details summary {
    font-size: 16px;
    list-style: none;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    border-bottom: rgba(0, 0, 0, 0.05) solid 1px;
}

.information-FAQ .question-list details summary p {
    font-size: 16px;
    color: #1b1c1d;
}

.information-FAQ .question-list details[open] summary img {
    transform: rotate(90deg);
}

.information-FAQ .question-list details summary img {
    width: 30px;
    height: 30px;
}

.information-FAQ .question-list details pre {
    padding: 14px;
    background-color: #fafafa;
    white-space: pre-line !important;
    white-space: -moz-pre-line;
    white-space: -pre-line;
    white-space: -o-pre-line;
    word-wrap: break-word;
    line-height: 1.5;
    font-size: 15px;
}

.information-FAQ .question-list details pre a {
    font-size: 14px;
    color: #3d79fc;
    text-decoration: none;
}