@charset "UTF-8";

html,
body {
    height: 100%;
    margin: 0;
    padding: 0
}

.base {
    --b-bg: #f5f5f5;
    --b-bg1: #ffffff;
    --b-text: #000000;
    --b-text1: #4f4f4f;
    --b-text3: #262626;
    --b-text4: #595959;
    --b-text5: #7f7f7f;
    --b-text6: #262626;
    --b-text7: #888888;
    --b-nav-bg1: #f0fdfa;
    --b-nav-color1: #14b8a6;
    --b-button-text: #333333;
    --b-button-bor: #262626;
    --b-login-bg-start: rgba(245, 245, 245, 0);
    --b-login-bg-end: rgba(245, 245, 245, 1)
}

.dark {
    --b-bg: #000000;
    --b-bg1: #1a1a1a;
    --b-text: #ffffff;
    --b-text1: #c9cacc;
    --b-text3: #ffffff;
    --b-text4: #c9cacc;
    --b-text5: #94969a;
    --b-text6: #e0e0e2;
    --b-text7: #b4b5b8;
    --b-nav-bg1: #0f1e25;
    --b-nav-color1: #14b8a6;
    --b-button-text: #ffffff;
    --b-button-bor: #dfe0e1;
    --b-login-bg-start: rgba(0, 0, 0, 0);
    --b-login-bg-end: rgba(0, 0, 0, 1)
}

body {
    margin: 0;
    padding: 0;
    background: var(--b-bg);
    color: var(--b-color);
    font-family: SF Pro Display, Roboto, Noto, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif
}

html {
    box-sizing: border-box;
    font-family: SF Pro Display, Roboto, Noto, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

input,
select {
    background: transparent;
    border: 0;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

#canvas:where(.astro-SLVZHL3X) {
    height: 100vh;
    width: 100%
}

@media (max-width: 1024px) {
    #canvas:where(.astro-SLVZHL3X) {
        height: 70vh;
        width: 100%
    }
}

.width:where(.astro-J7PV25F6) {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px
}

.page:where(.astro-J7PV25F6) {
    position: relative;
    font-family: Roboto-Regular, Roboto;
    width: 100%;
    height: 100vh
}

.top:where(.astro-J7PV25F6) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom, var(--b-login-bg-start) 80%, var(--b-login-bg-end) 100%);
    z-index: 1;
}

.top:where(.astro-J7PV25F6) .title:where(.astro-J7PV25F6) {
    margin-top: 20px;
    font-family: Roboto-Medium, Roboto;
    font-size: 4rem;
    font-weight: 500;
    line-height: 6rem;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-align: center
}

.top:where(.astro-J7PV25F6) .subtitle:where(.astro-J7PV25F6) {
    padding: 0px 0 3.75rem;
    font-size: 2rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 3.25rem;
    text-align: center
}

.top:where(.astro-J7PV25F6) .btn:where(.astro-J7PV25F6) {
    width: 12.875rem;
    height: 3.5rem;
    background: linear-gradient(42deg, #e0ce80 0%, #b5c34f 19%, #3cc46d 56%, #56c59f 76%);
    border-radius: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem auto 0;
    cursor: pointer;
    letter-spacing: .525rem;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 100;
}

.top:where(.astro-J7PV25F6) .btn:where(.astro-J7PV25F6) .icon:where(.astro-J7PV25F6) {
    margin-left: 1.25rem;
    font-size: 1.25rem;
    animation: moveToLeft .8s infinite cubic-bezier(.1, .84, .35, 1)
}

@keyframes moveToLeft {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-.625rem)
    }
}

.sub:where(.astro-J7PV25F6) {
    padding: 3.75rem 0 3.375rem
}

.sub:where(.astro-J7PV25F6) .text:where(.astro-J7PV25F6) {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--b-text);
    line-height: 3.75rem;
    text-align: center;
    margin: 0 auto
}

.sub:where(.astro-J7PV25F6) .text1:where(.astro-J7PV25F6) {
    font-weight: 400;
    color: var(--b-text1);
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
    padding-top: 1rem
}

.sub:where(.astro-J7PV25F6) .text1-bold:where(.astro-J7PV25F6) {
    font-weight: 600;
    cursor: pointer
}

.item:where(.astro-J7PV25F6) {
    background: var(--b-bg1);
    border-radius: 1rem;
    font-family: PingFang SC-Medium, PingFang SC;
    transition: all .2s;
    box-shadow: #00000014 0 0
}

.item:where(.astro-J7PV25F6):hover {
    transform: translateY(-.625rem);
    box-shadow: #00000014 -100px 100px 200px;
    cursor: pointer
}

.item:where(.astro-J7PV25F6):hover .button:where(.astro-J7PV25F6) .icon:where(.astro-J7PV25F6),
.item:where(.astro-J7PV25F6):hover .btn:where(.astro-J7PV25F6) .icon:where(.astro-J7PV25F6) {
    transform: translate(.625rem)
}

.item:where(.astro-J7PV25F6) .title:where(.astro-J7PV25F6) {
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--b-text3)
}

.item:where(.astro-J7PV25F6) .subtitle:where(.astro-J7PV25F6) {
    padding-top: 1rem;
    font-size: .875rem;
    font-weight: 400;
    color: var(--b-text4)
}

.item:where(.astro-J7PV25F6) .button:where(.astro-J7PV25F6) {
    width: 8.375rem;
    height: 2.5rem;
    border-radius: 1.25rem;
    border: 1px solid var(--b-button-bor);
    font-size: .875rem;
    font-weight: 400;
    color: var(--b-button-text);
    line-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.item:where(.astro-J7PV25F6) .button:where(.astro-J7PV25F6) .icon:where(.astro-J7PV25F6) {
    padding-left: 6px;
    transition: all .2s
}

.module:where(.astro-J7PV25F6) {
    padding: 0 1.25rem
}

.module:where(.astro-J7PV25F6) .item:where(.astro-J7PV25F6) {
    display: flex;
    align-items: center
}

.module-left:where(.astro-J7PV25F6) {
    padding: 2rem
}

.module-left:where(.astro-J7PV25F6) .img:where(.astro-J7PV25F6) {
    width: 55.25rem;
    height: 24.5rem
}

.module-right:where(.astro-J7PV25F6) {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.module1:where(.astro-J7PV25F6) {
    padding: 2rem 1.25rem;
    display: flex
}

.module1-left:where(.astro-J7PV25F6) {
    padding: 1.25rem
}

.module1-left:where(.astro-J7PV25F6) .img:where(.astro-J7PV25F6) {
    width: 100%;
    height: 32.75rem
}

.module1-left-text:where(.astro-J7PV25F6) {
    padding-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.module1-hr:where(.astro-J7PV25F6) {
    width: 2rem;
    height: 2rem
}

.module1-right:where(.astro-J7PV25F6) {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.module1-right:where(.astro-J7PV25F6) .item:where(.astro-J7PV25F6) {
    flex: 1;
    display: flex;
    padding: 1.25rem
}

.module1-right-img:where(.astro-J7PV25F6) .img:where(.astro-J7PV25F6) {
    width: 24.375rem;
    height: 16.5rem
}

.module1-right-text:where(.astro-J7PV25F6) {
    padding-left: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.module3:where(.astro-J7PV25F6) {
    display: flex;
    padding: 0 1.25rem 4rem
}

.module3-hr:where(.astro-J7PV25F6) {
    height: 2rem;
    width: 2rem
}

.module3-item:where(.astro-J7PV25F6) {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem
}

.module3-right:where(.astro-J7PV25F6) .img:where(.astro-J7PV25F6) {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 1rem
}

.module3-left:where(.astro-J7PV25F6) {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.wenzitouy{
     font-size: 48px;
            color: #FFFFFF;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


.module3-left:where(.astro-J7PV25F6) .title:where(.astro-J7PV25F6) {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--b-text6)
}

.module3-left:where(.astro-J7PV25F6) .subtitle:where(.astro-J7PV25F6) {
    padding-top: 1rem;
    font-size: .875rem;
    font-weight: 400;
    color: var(--b-text7)
}

.module3-left:where(.astro-J7PV25F6) .btn:where(.astro-J7PV25F6) {
    display: flex;
    align-items: center;
    font-size: .75rem;
    font-weight: 400;
    color: var(--b-button-text);
    padding: .275rem 0
}

.module3-left:where(.astro-J7PV25F6) .btn:where(.astro-J7PV25F6) .icon:where(.astro-J7PV25F6) {
    padding-left: 6px;
    transition: all .2s
}

.footer:where(.astro-J7PV25F6) {
    height: 4rem;
    background: var(--b-bg1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: var(--b-text5)
}

.footer:where(.astro-J7PV25F6)>div:where(.astro-J7PV25F6) {
    padding: 0 1.25rem
}

.footer:where(.astro-J7PV25F6) a:where(.astro-J7PV25F6) {
    color: var(--b-text5);
    text-decoration: none
}

.module1_phone:where(.astro-J7PV25F6) {
    display: none
}

@media (max-width: 900px) {
    .module:where(.astro-J7PV25F6) {
        padding: 0
    }

    .module:where(.astro-J7PV25F6) .item:where(.astro-J7PV25F6) {
        display: block
    }

    .module-left:where(.astro-J7PV25F6) {
        padding: 1rem !important
    }

    .module-left:where(.astro-J7PV25F6) .img:where(.astro-J7PV25F6) {
        width: 100%;
        height: auto
    }

    .module-right:where(.astro-J7PV25F6) {
        padding: 2rem 1rem;
        flex-direction: row
    }

    .module-right:where(.astro-J7PV25F6) .button:where(.astro-J7PV25F6) {
        align-self: flex-end;
        margin-top: 2rem !important
    }

    .module1:where(.astro-J7PV25F6) {
        display: none
    }

    .module1_phone:where(.astro-J7PV25F6) {
        display: flex;
        flex-direction: column;
        padding: 8px 0
    }

    .module1_phone-hr:where(.astro-J7PV25F6) {
        width: 8px;
        height: 8px
    }

    .module1_phone:where(.astro-J7PV25F6) .item:where(.astro-J7PV25F6) {
        flex: 1;
        padding: 1rem
    }

    .module1_phone:where(.astro-J7PV25F6) .item:where(.astro-J7PV25F6) .module1-left-text:where(.astro-J7PV25F6) {
        padding: 2rem 0rem
    }

    .module1_phone:where(.astro-J7PV25F6) .item:where(.astro-J7PV25F6) .img:where(.astro-J7PV25F6) {
        width: 100%;
        height: auto
    }

    .module3:where(.astro-J7PV25F6) {
        flex-direction: column;
        padding: 0 0rem 4rem
    }

    .module3-left:where(.astro-J7PV25F6) .btn:where(.astro-J7PV25F6) {
        width: 8.375rem;
        height: 2.5rem;
        border-radius: 1.25rem;
        border: 1px solid var(--b-button-bor);
        font-size: 1.2rem !important;
        font-weight: 800;
        color: var(--b-button-text);
        line-height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .module3:where(.astro-J7PV25F6) .title:where(.astro-J7PV25F6) {
        font-size: 1.6rem
    }

    .module3-item:where(.astro-J7PV25F6) {
        padding: 10px
    }

    .module3-right:where(.astro-J7PV25F6) {
        flex: 1;
        display: flex;
        justify-content: flex-end
    }

    .module3-right:where(.astro-J7PV25F6) .img:where(.astro-J7PV25F6) {
        width: 120px;
        height: auto
    }
}

@media (max-width: 1024px) {
    .top:where(.astro-J7PV25F6) {
        height: 70vh;
        width: 100%
    }

    .top:where(.astro-J7PV25F6) .title:where(.astro-J7PV25F6) {
        font-size: 3rem;
        font-weight: 500
    }

    .top:where(.astro-J7PV25F6) .sub-title:where(.astro-J7PV25F6) {
        font-size: 1rem;
        font-weight: 500
    }

    .top:where(.astro-J7PV25F6) .btn:where(.astro-J7PV25F6) {
        width: 18rem;
        height: 5rem;
        font-size: 2rem
    }

    .top:where(.astro-J7PV25F6) .btn:where(.astro-J7PV25F6) .icon:where(.astro-J7PV25F6) {
        margin-left: 16px;
        animation: moveToLeft .8s infinite cubic-bezier(.1, .84, .35, 1)
    }

    .faq-section {
        margin: 0 10px 20px;
        width: calc(100% - 20px);
    }
}

@media (max-width: 1280px) {
    .item:where(.astro-J7PV25F6) .button:where(.astro-J7PV25F6) {
        width: 10rem;
        height: 3rem;
        border-radius: 15px;
        border: 1px solid var(--b-button-bor);
        line-height: 3rem;
        font-size: 1.2rem
    }
}

/* FAQ样式重写 */
.faq-section {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px;
    z-index: 2;
}

.faq-header {
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 30px;
}

.faq-title {
    margin: 0;
    font-size: 36px;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.faq-content {
    position: relative;
    z-index: 2;
}

.faq-item {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    margin: 0 20px 10px;
    background: rgba(128, 128, 128, 0.1);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 2;
}

.faq-question {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
}

.faq-question:after {
    content: '+';
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.faq-question.active:after {
    content: '-';
}

.faq-answer {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    padding: 0 25px 25px;
    display: none;
}

.faq-answer.show {
    display: block;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .faq-item {
        margin: 0 10px 10px;
    }
    
    .faq-title {
        font-size: 28px;
    }
    
    .faq-question {
        font-size: 18px;
        font-weight: 700;
    }
    
    .faq-answer {
        font-size: 16px;
    }
}

/* 确保其他按钮可以点击 */
.top:where(.astro-J7PV25F6) .btn:where(.astro-J7PV25F6),
.item:where(.astro-J7PV25F6) .button:where(.astro-J7PV25F6) {
    position: relative;
    z-index: 2;
}