/** 1. Basic
*******************************************************************/

html {
    font-size: 10px !important;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    overflow: hidden;

    color: #fff;
    background: #000;

    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;

    color: #fff;
}

h1 {
    font-size: 6rem;
}

h2 {
    font-size: 5rem;
}

h3 {
    font-size: 4rem;
}

h4 {
    font-size: 3rem;
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 1.8rem;
}

p {
    font-size: 1.4rem;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

a,
a:hover,
a:focus {
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

@media (max-width: 1200px) {
    html {
        font-size: 9px !important;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 8px !important;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 7px !important;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 6px !important;
    }
}


/** 2. Preloader
*******************************************************************/

.preloader {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: #fff;
}

.preloader.preloader-hidden {
    height: 0;
    -webkit-transition: .5s ease .3s;
    -o-transition: .5s ease .3s;
    transition: .5s ease .3s;
}

.preloader .spinner {
    position: absolute;
    top: 50%;

    width: 100%;
    opacity: 1;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.preloader.preloader-hidden .spinner {
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.preloader .spinner > div {
    display: inline-block;

    width: 18px;
    height: 18px;
    margin: 0 6px;

    -webkit-animation: spinner-bounce 1.4s infinite ease-in-out both;
    animation: spinner-bounce 1.4s infinite ease-in-out both;

    border-radius: 100%;
    background-color: #111;
}

.preloader .spinner .bounce-1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.preloader .spinner .bounce-2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

@-webkit-keyframes spinner-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes spinner-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/** 3. Hero
*******************************************************************/

.hero {
    background-color: #0000FF;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-y: auto;

    width: 100%;
    height: 100%;
}

.hero .full-height {
    height: 100vh;
}

.hero .container-fluid {
    max-width: 80vh;
    padding-right: 0px;
    padding-left: 0px;
}

.hero .animation-container {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.hero .animation-container.animation-fade {
    opacity: 0;
}

.hero .animation-container.animation-fade.run-animation {
    opacity: 1;
}

.hero .animation-container.animation-fade-up {
    -webkit-transform: translateY(10vh);
    -ms-transform: translateY(10vh);
    transform: translateY(10vh);

    opacity: 0;
}

.hero .animation-container.animation-fade-up.run-animation {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}

.hero .animation-container.animation-fade-down {
    -webkit-transform: translateY(-10vh);
    -ms-transform: translateY(-10vh);
    transform: translateY(-10vh);

    opacity: 0;
}

.hero .animation-container.animation-fade-down.run-animation {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    opacity: 1;
}

.hero .animation-container.animation-fade-left {
    -webkit-transform: translateX(10vh);
    -ms-transform: translateX(10vh);
    transform: translateX(10vh);

    opacity: 0;
}

.hero .animation-container.animation-fade-left.run-animation {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
}

.hero .animation-container.animation-fade-right {
    -webkit-transform: translateX(-10vh);
    -ms-transform: translateX(-10vh);
    transform: translateX(-10vh);

    opacity: 0;
}

.hero .animation-container.animation-fade-right.run-animation {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
}


@media (max-width: 1200px) {
    .hero .full-height {
        height: auto;
        padding: 0;
        padding: 8rem 0;
    }
}


.rounded-image {
    border-radius: 36px; /* 你可以根据需要调整圆角的大小 */
}



/** 4. Hero --> Front Content
*******************************************************************/

.hero .front-content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.hero .front-content .container-mid {
    position: absolute;
    top: 46%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero .front-content .container-mid .phone-slider {
    width: 75%;

    margin-left: 12em;
    border-top: 0px solid #00ffffff;
    border-bottom: 0px solid #00ffffff;
    border-radius: 36px;
    -webkit-box-shadow: 10px 10px 16px 8px rgba(0, 0, 0, .2);
    box-shadow: 10px 10px 16px 8px rgba(0, 0, 0, .2);
}

.hero .front-content .container-mid .phone-slider .owl-dots {
    position: absolute;
    bottom: -70px;

    width: 100%;

    text-align: center;
}

.hero .front-content .container-mid .phone-slider .owl-dots .owl-dot {
    display: inline-block;

    width: 1.5rem;
    height: 1.5rem;
    margin: 0 .6rem;

    -webkit-transition: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease;

    border: 2px solid #fff;
    border-radius: 100%;
    background: none;
}

.hero .front-content .container-mid .phone-slider .owl-dots .owl-dot.active {
    background: #fff;
}

.hero .front-content .container-mid img.logo {
    vertical-align: middle;
}

.hero .front-content .container-mid p.subline {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2em;

    margin-top: 2.6em;
    margin-bottom: 2.6em;

    letter-spacing: .025em;
}

.hero .front-content .container-mid .download-button {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.75em;

    position: relative;

    display: inline-block;
    overflow: hidden;

    margin-right: 2.2em;
    padding: 0 2.2em;

    cursor: pointer;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    letter-spacing: .025em;

    color: #111;
    border: 3px solid #fff;
    border-radius: 4em;
    background: #fff;
}

.hero .front-content .container-mid .download-button:hover {
    color: #111;
    background: #fff;
}

.hero .front-content .container-mid .download-button:last-child {
    margin-right: 0;
}

.hero .front-content .container-mid .download-button i {
    width: 1em;
    margin-right: .6em;
}

.hero .front-content .container-mid .download-button:hover i:before {
    content: '\f019';
}

.hero .front-content .footer {
    position: fixed;
    bottom: 0;

    width: 100%;

    text-align: center;

    background: rgba(255, 255, 255, .4);
}

.hero .front-content .footer p {
    display: inline-block;

    margin: 0;
    padding: 1.8em 0;

    letter-spacing: .025em;

    color: #fff;
}

.hero .front-content .footer p a {
    font-weight: 500;

    color: inherit;
}

.hero .front-content .footer p.popup-links a {
    margin: 0 .5em;
}

@media (max-width: 1200px) {
    .hero .front-content .container-mid .phone-slider,
    .hero .front-content .container-mid img.logo {
        margin: 0 auto;
    }

    .hero .front-content .container-fluid {
        max-width: 1200px;
        margin: 0 auto;
    }

    .hero .front-content .container-mid {
        text-align: center;
    }

    .hero .front-content .container-mid {
        position: relative;
        top: 0;
        left: 0;

        width: 100%;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}


/** 5. Hero --> Background Content
*******************************************************************/

.hero .background-content {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;
}

.hero .background-content .background-content-inner {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    -webkit-transform: translate3d(-50%, -50%, 0px) !important;
    transform: translate3d(-50%, -50%, 0px) !important;
}

.hero .background-content.parallax-on .background-content-inner {
    width: 110%;
    height: 110%;
}

.hero .background-content .background-overlay {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .9;
    background: #13cbe8;
}

.hero .background-content .background-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-size: cover;
}


/** 6. Popup
*******************************************************************/

.featherlight .featherlight-content {
    max-height: 90%;
    padding: 0;

    border-bottom: 0;
}

.featherlight .featherlight-content .featherlight-close-icon {
    font-size: 2.8rem;
    line-height: 1.4em;

    top: 1em;
    right: 1em;

    width: 1.4em;

    outline: none !important;
}

.featherlight .featherlight-content .popup {
    padding: 8vh 10vw 6vh 10vw;

    text-align: left;
}

.featherlight .featherlight-content .popup .container-fluid {
    max-width: 1200px;
}

.featherlight .featherlight-content .popup h1,
.featherlight .featherlight-content .popup h2,
.featherlight .featherlight-content .popup h3,
.featherlight .featherlight-content .popup h4,
.featherlight .featherlight-content .popup h5,
.featherlight .featherlight-content .popup h6,
.featherlight .featherlight-content .popup p,
.featherlight .featherlight-content .popup a,
.featherlight .featherlight-content .popup span {
    color: #111;
}

.featherlight .featherlight-content .popup h4 {
    margin-bottom: 2em;
}

.featherlight .featherlight-content .popup p {
    font-size: 1.6rem;
    line-height: 1.5em;
}


/** 7. Popup --> FAQ
*******************************************************************/

.featherlight .featherlight-content .popup#popup-faq .item {
    margin-bottom: 4.6rem;
}

.featherlight .featherlight-content .popup#popup-faq .item p.question {
    font-weight: 500;
}

.featherlight .featherlight-content .popup#popup-faq .item p.answer {
    font-weight: 300;
}


/** 8. Popup --> TOS and Privacy Policy
*******************************************************************/

.featherlight .featherlight-content .popup#popup-privacy-terms .item {
    margin-bottom: 4.6rem;
}

.featherlight .featherlight-content .popup#popup-privacy-terms .item p.headline {
    font-weight: 500;
}

.featherlight .featherlight-content .popup#popup-privacy-terms .item p.question {
    font-weight: 300;
}


.linkBtnGroupWrap {
    display: flex;
    justify-content: center;
    /*padding: 0 48px;*/
}

.linkBtnGroup {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.linkBtnGroup .btn {
    background-color: #fff;
    cursor: pointer;
    display: flex;
    padding: 20px 0;
    width: 110px;
    height: 110px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.linkBtnGroup .btn:hover {
    box-shadow: 0 0 25px rgba(64, 76, 140, 0.16);
}

.linkBtnGroup .btn {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 30px;
    border-radius: 16px;
    position: relative;
    font-weight: bold; /* 添加此行实现字体加粗 */
}

.linkBtnGroup .btn .wrap {
    width: 100%;
    height: 100%;
}

.linkBtnGroup .btn a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.linkBtnGroup .icon {
    transition: all 0.2s;
    width: 40px;
    height: 40px;
    background-size: 95% auto;
    background-position: center center;
}

/*.linkBtnGroup .iconQRCode::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 10%;*/
/*    right: 10%;*/
/*    width: 17px;*/
/*    height: 17px;*/
/*    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMTUuODgxMyIgeT0iOC44OTQ1MyIgd2lkdGg9IjcuNjIzMzEiIGhlaWdodD0iMS4yNzA1NSIgcng9IjAuNjM1Mjc2IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCAxNS44ODEzIDguODk0NTMpIiBmaWxsPSIjQTBBMUEyIi8+CjxyZWN0IHg9IjEzLjMzOTgiIHk9IjguODk0NTMiIHdpZHRoPSI3LjYyMzMxIiBoZWlnaHQ9IjEuMjcwNTUiIHJ4PSIwLjYzNTI3NiIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMTMuMzM5OCA4Ljg5NDUzKSIgZmlsbD0iI0EwQTFBMiIvPgo8cmVjdCB4PSIxMC44MDAzIiB5PSI4Ljg5NDUzIiB3aWR0aD0iNy42MjMzMSIgaGVpZ2h0PSIxLjI3MDU1IiByeD0iMC42MzUyNzYiIHRyYW5zZm9ybT0icm90YXRlKDkwIDEwLjgwMDMgOC44OTQ1MykiIGZpbGw9IiNBMEExQTIiLz4KPG1hc2sgaWQ9InBhdGgtNC1pbnNpZGUtMV82NjUyXzIwNjM0IiBmaWxsPSJ3aGl0ZSI+CjxyZWN0IHdpZHRoPSI3LjYyMzMxIiBoZWlnaHQ9IjcuNjIzMzEiIHJ4PSIxIi8+CjwvbWFzaz4KPHJlY3Qgd2lkdGg9IjcuNjIzMzEiIGhlaWdodD0iNy42MjMzMSIgcng9IjEiIHN0cm9rZT0iI0EwQTFBMiIgc3Ryb2tlLXdpZHRoPSI0IiBtYXNrPSJ1cmwoI3BhdGgtNC1pbnNpZGUtMV82NjUyXzIwNjM0KSIvPgo8bWFzayBpZD0icGF0aC01LWluc2lkZS0yXzY2NTJfMjA2MzQiIGZpbGw9IndoaXRlIj4KPHJlY3QgeD0iOC44OTMwNyIgd2lkdGg9IjcuNjIzMzEiIGhlaWdodD0iNy42MjMzMSIgcng9IjEiLz4KPC9tYXNrPgo8cmVjdCB4PSI4Ljg5MzA3IiB3aWR0aD0iNy42MjMzMSIgaGVpZ2h0PSI3LjYyMzMxIiByeD0iMSIgc3Ryb2tlPSIjQTBBMUEyIiBzdHJva2Utd2lkdGg9IjQiIG1hc2s9InVybCgjcGF0aC01LWluc2lkZS0yXzY2NTJfMjA2MzQpIi8+CjxtYXNrIGlkPSJwYXRoLTYtaW5zaWRlLTNfNjY1Ml8yMDYzNCIgZmlsbD0id2hpdGUiPgo8cmVjdCB5PSI4Ljg5NDUzIiB3aWR0aD0iNy42MjMzMSIgaGVpZ2h0PSI3LjYyMzMxIiByeD0iMSIvPgo8L21hc2s+CjxyZWN0IHk9IjguODk0NTMiIHdpZHRoPSI3LjYyMzMxIiBoZWlnaHQ9IjcuNjIzMzEiIHJ4PSIxIiBzdHJva2U9IiNBMEExQTIiIHN0cm9rZS13aWR0aD0iNCIgbWFzaz0idXJsKCNwYXRoLTYtaW5zaWRlLTNfNjY1Ml8yMDYzNCkiLz4KPC9zdmc+Cg==);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*}*/

/*.linkBtnGroup .icon:hover {*/
/*    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAzMyAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTQuNTk2MiAyNS4wODQ3TDE0LjU5NjIgMS42NDQ3M2UtMDdMMTguNDAzOCAwVjI1LjA4NDdIMTQuNTk2MloiIGZpbGw9IiNGRjY5MzMiLz4KICA8cGF0aCBmaWxsUnVsZT0iZXZlbm9kZCIgY2xpcFJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjY5NDAyIDE1LjY1MDdMMTYuNDM2NCAyMy4zMDE3TDI0LjE3ODggMTUuNjUwN0wyNi44NzEyIDE4LjMxMTRMMTYuNDM2NCAyOC42MjI5TDYuMDAxNTggMTguMzExNEw4LjY5NDAyIDE1LjY1MDdaIiBmaWxsPSIjRkY2OTMzIi8+CiAgPHBhdGggZD0iTTMuMzI4OGUtMDcgMzMuMjM3M0gzM1YzN0gzLjMyODhlLTA3VjMzLjIzNzNaIiBmaWxsPSIjRkY2OTMzIi8+CiAgPHBhdGggZD0iTTMuMzI4OGUtMDcgMzdMMCAyOS40NzQ2SDMuODA3NjlMMy44MDc2OSAzN0gzLjMyODhlLTA3WiIgZmlsbD0iI0ZGNjkzMyIvPgogIDxwYXRoIGQ9Ik0yOS4xOTIzIDM3VjI5LjQ3NDZIMzNWMzdIMjkuMTkyM1oiIGZpbGw9IiNGRjY5MzMiLz4KPC9zdmc+);*/
/*    background-position: center center;*/
/*    background-size: 32px 36px;*/
/*}*/
.linkBtnGroup .txt {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    padding-top: 10px;
    text-align: center;
    white-space: nowrap;
    font-weight: bold; /* 添加此行实现字体加粗 */
    color: #666666;
}


/*.linkBtnGroup .btn.iconQRCode .QRCode {*/
/*    margin-top: -10px;*/
/*    display: none;*/
/*}*/
/*.linkBtnGroup .btn.iconQRCode:hover::before {*/
/*    display: none;*/
/*}*/
/*.linkBtnGroup .btn.iconQRCode:hover .normal {*/
/*    display: none;*/
/*}*/
/*.linkBtnGroup .btn.iconQRCode:hover .QRCode {*/
/*    display: inline-block;*/
/*}*/
/*.linkBtnGroup .btn.iconQRCode:hover .txt {*/
/*    position: absolute;*/
/*    bottom: 5px;*/
/*}*/
/* 弹窗样式 */
#image-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 50%; /* 修改为屏幕宽度的50% */
    height: auto; /* 设置为auto，高度自适应 */
    margin: auto; /* 使弹窗居中 */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#popup-image {
    max-width: 100%; /* 图片宽度最大为弹窗宽度 */
    max-height: 100%; /* 图片高度最大为弹窗高度 */
    cursor: zoom-out;
}

#close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #f44336;
    color: white;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
}