@import 'common.css';
@import 'global.flexible.css';
@import 'global.extend.css';

/*! tailwindcss v4.0.10 | MIT License | https://tailwindcss.com */
@layer theme {

    :host,
    :root {
        --font-sans: var(--font-geist-sans);
        --font-mono: var(--font-geist-mono);
        --color-gray-800: oklch(.278 .033 256.848);
        --color-white: #fff;
        --spacing: .25rem;
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25/.875);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2/1.5);
        --text-4xl: 2.25rem;
        --text-4xl--line-height: calc(2.5/2.25);
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-font-feature-settings: var(--font-sans--font-feature-settings);
        --default-font-variation-settings: var(--font-sans--font-variation-settings);
        --default-mono-font-family: var(--font-mono);
        --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
        --default-mono-font-variation-settings: var(--font-mono--font-variation-settings)
    }
}

@layer base {

    *,
    ::backdrop,
    :after,
    :before {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    :host,
    html {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    body {
        line-height: inherit
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b,
    strong {
        font-weight: bolder
    }

    code,
    kbd,
    pre,
    samp {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    menu,
    ol,
    ul {
        list-style: none
    }

    audio,
    canvas,
    embed,
    iframe,
    img,
    object,
    svg,
    video {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1;
        color: color-mix(in oklab, currentColor 50%, transparent)
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit,
    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field,
    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field,
    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field,
    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button,
    input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button,
    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .absolute {
        position: absolute
    }

    .fixed {
        position: fixed
    }

    .relative {
        position: relative
    }

    .inset-0 {
        inset: calc(var(--spacing)*0)
    }

    .top-0 {
        top: calc(var(--spacing)*0)
    }

    .top-\[0px\] {
        top: 0
    }

    .top-\[12px\] {
        top: 12px
    }

    .right-9 {
        right: calc(var(--spacing)*9)
    }

    .right-\[0px\] {
        right: 0
    }

    .right-\[68px\] {
        right: 68px
    }

    .right-\[162px\] {
        right: 162px
    }

    .bottom-96 {
        bottom: calc(var(--spacing)*96)
    }

    .bottom-\[-91px\] {
        bottom: -91px
    }

    .left-\[88px\] {
        left: 88px
    }

    .z-10 {
        z-index: 10
    }

    .mx-auto {
        margin-inline: auto
    }

    .mt-2 {
        margin-top: calc(var(--spacing)*2)
    }

    .mt-\[4px\] {
        margin-top: 4px
    }

    .mt-\[16px\] {
        margin-top: 16px
    }

    .mt-\[24px\] {
        margin-top: 24px
    }

    .mt-\[45px\] {
        margin-top: 45px
    }

    .mt-\[63px\] {
        margin-top: 63px
    }

    .mt-\[64px\] {
        margin-top: 64px
    }

    .mr-\[4px\] {
        margin-right: 4px
    }

    .mr-\[10px\] {
        margin-right: 10px
    }

    .mr-\[20px\] {
        margin-right: 20px
    }

    .mr-\[42px\] {
        margin-right: 42px
    }

    .mr-\[68px\] {
        margin-right: 68px
    }

    .mr-\[76px\] {
        margin-right: 76px
    }

    .mr-\[145px\] {
        margin-right: 145px
    }

    .mb-2 {
        margin-bottom: calc(var(--spacing)*2)
    }

    .mb-4 {
        margin-bottom: calc(var(--spacing)*4)
    }

    .mb-\[6px\] {
        margin-bottom: 6px
    }

    .mb-\[8px\] {
        margin-bottom: 8px
    }

    .mb-\[12px\] {
        margin-bottom: 12px
    }

    .mb-\[14px\] {
        margin-bottom: 14px
    }

    .mb-\[16px\] {
        margin-bottom: 16px
    }

    .mb-\[22px\] {
        margin-bottom: 22px
    }

    .mb-\[23px\] {
        margin-bottom: 23px
    }

    .mb-\[24px\] {
        margin-bottom: 24px
    }

    .mb-\[26px\] {
        margin-bottom: 26px
    }

    .mb-\[27px\] {
        margin-bottom: 27px
    }

    .mb-\[28px\] {
        margin-bottom: 28px
    }

    .mb-\[30px\] {
        margin-bottom: 30px
    }

    .mb-\[36px\] {
        margin-bottom: 36px
    }

    .ml-10 {
        margin-left: calc(var(--spacing)*10)
    }

    .ml-\[6px\] {
        margin-left: 6px
    }

    .ml-\[10px\] {
        margin-left: 10px
    }

    .ml-\[42px\] {
        margin-left: 42px
    }

    .line-clamp-1 {
        -webkit-line-clamp: 1
    }

    .line-clamp-1,
    .line-clamp-2 {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden
    }

    .line-clamp-2 {
        -webkit-line-clamp: 2
    }

    .block {
        display: block
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .inline-block {
        display: inline-block
    }

    .h-12 {
        height: calc(var(--spacing)*12)
    }

    .h-\[22px\] {
        height: 22px
    }

    .h-\[28px\] {
        height: 28px
    }

    .h-\[40px\] {
        height: 40px
    }

    .h-\[48px\] {
        height: 48px
    }

    .h-\[56px\] {
        height: 56px
    }

    .h-\[128px\] {
        height: 128px
    }

    .h-\[160px\] {
        height: 160px
    }

    .h-auto {
        height: auto
    }

    .h-full {
        height: 100%
    }

    .w-12 {
        width: calc(var(--spacing)*12)
    }

    .w-\[22px\] {
        width: 22px
    }

    .w-\[28px\] {
        width: 28px
    }

    .w-\[40px\] {
        width: 40px
    }

    .w-\[122px\] {
        width: 122px
    }

    .w-\[128px\] {
        width: 128px
    }

    .w-\[149px\] {
        width: 149px
    }

    .w-\[240px\] {
        width: 240px
    }

    .w-\[290px\] {
        width: 290px
    }

    .w-\[420px\] {
        width: 420px
    }

    .w-\[686px\] {
        width: 686px
    }

    .w-\[960px\] {
        width: 960px
    }

    .w-\[1000px\] {
        width: 1000px
    }

    .w-\[1036px\] {
        width: 1036px
    }

    .w-\[1440px\] {
        width: 1440px
    }

    .w-full {
        width: 100%
    }

    .max-w-\[456px\] {
        max-width: 456px
    }

    .max-w-\[1000px\] {
        max-width: 1000px
    }

    .max-w-\[1060px\] {
        max-width: 1060px
    }

    .max-w-\[1275px\] {
        max-width: 1275px
    }

    .max-w-\[1440px\] {
        max-width: 1440px
    }

    .max-w-\[1600px\] {
        max-width: 1600px
    }

    .flex-1 {
        flex: 1
    }

    .flex-none {
        flex: none
    }

    .border-collapse {
        border-collapse: collapse
    }

    .cursor-pointer {
        cursor: pointer
    }

    .grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .flex-col {
        flex-direction: column
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .items-center {
        align-items: center
    }

    .items-end {
        align-items: flex-end
    }

    .items-start {
        align-items: flex-start
    }

    .justify-between {
        justify-content: space-between
    }

    .justify-center {
        justify-content: center
    }

    .justify-end {
        justify-content: flex-end
    }

    .justify-start {
        justify-content: flex-start
    }

    .gap-8 {
        gap: calc(var(--spacing)*8)
    }

    :where(.space-y-1>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-x-6>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing)*6)*var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-x-reverse)))
    }

    .overflow-hidden {
        overflow: hidden
    }

    .rounded-\[2px\] {
        border-radius: 2px
    }

    .rounded-\[12px\] {
        border-radius: 12px
    }

    .rounded-\[22px\] {
        border-radius: 22px
    }

    .rounded-\[24px\] {
        border-radius: 24px
    }

    .rounded-full {
        border-radius: 3.40282e+38px
    }

    .border-t-\[1px\] {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px
    }

    .border-t-\[rgba\(255\, 255\, 255\, 0\.3\)\] {
        border-top-color: #ffffff4d
    }

    .bg-\[\#31ADFF\] {
        background-color: #31adff
    }

    .bg-\[\#0170B9\] {
        background-color: #0170b9
    }

    .bg-\[\#F2F3F5\] {
        background-color: #f2f3f5
    }

    .bg-\[\#F5F6F8\] {
        background-color: #f5f6f8
    }

    .bg-\[\#F49223\] {
        background-color: #f49223
    }

    .bg-\[rgba\(0\, 0\, 0\, \.3\)\] {
        background-color: #0000004d
    }

    .bg-\[rgba\(209\, 209\, 209\, 0\.8\)\] {
        background-color: #d1d1d1cc
    }

    .bg-gray-800 {
        background-color: var(--color-gray-800)
    }

    .bg-white {
        background-color: var(--color-white)
    }

    .px-\[24px\] {
        padding-inline: 24px
    }

    .py-2 {
        padding-block: calc(var(--spacing)*2)
    }

    .pt-\[20px\] {
        padding-top: 20px
    }

    .pt-\[24px\] {
        padding-top: 24px
    }

    .pt-\[26px\] {
        padding-top: 26px
    }

    .pt-\[28px\] {
        padding-top: 28px
    }

    .pt-\[30px\] {
        padding-top: 30px
    }

    .pt-\[40px\] {
        padding-top: 40px
    }

    .pt-\[49px\] {
        padding-top: 49px
    }

    .pt-\[80px\] {
        padding-top: 80px
    }

    .pr-\[20px\] {
        padding-right: 20px
    }

    .pr-\[32px\] {
        padding-right: 32px
    }

    .pb-\[16px\] {
        padding-bottom: 16px
    }

    .pb-\[24px\] {
        padding-bottom: 24px
    }

    .pb-\[30px\] {
        padding-bottom: 30px
    }

    .pb-\[32px\] {
        padding-bottom: 32px
    }

    .pb-\[80px\] {
        padding-bottom: 80px
    }

    .pl-\[14px\] {
        padding-left: 14px
    }

    .pl-\[16px\] {
        padding-left: 16px
    }

    .pl-\[20px\] {
        padding-left: 20px
    }

    .pl-\[32px\] {
        padding-left: 32px
    }

    .pl-\[97px\] {
        padding-left: 97px
    }

    .text-center {
        text-align: center
    }

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height))
    }

    .text-4xl {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height))
    }

    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height))
    }

    .text-\[14px\] {
        font-size: 14px
    }

    .text-\[16px\] {
        font-size: 16px
    }

    .text-\[18px\] {
        font-size: 18px
    }

    .text-\[20px\] {
        font-size: 20px
    }

    .text-\[24px\] {
        font-size: 24px
    }

    .text-\[32px\] {
        font-size: 32px
    }

    .text-\[64px\] {
        font-size: 64px
    }

    .text-\[66px\] {
        font-size: 66px
    }

    .leading-1 {
        --tw-leading: calc(var(--spacing)*1);
        line-height: calc(var(--spacing)*1)
    }

    .leading-\[22px\] {
        --tw-leading: 22px;
        line-height: 22px
    }

    .leading-\[30px\] {
        --tw-leading: 30px;
        line-height: 30px
    }

    .leading-\[32px\] {
        --tw-leading: 32px;
        line-height: 32px
    }

    .leading-\[40px\] {
        --tw-leading: 40px;
        line-height: 40px
    }

    .leading-none {
        --tw-leading: 1;
        line-height: 1
    }

    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold)
    }

    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold)
    }

    .text-\[\#1D2129\] {
        color: #1d2129
    }

    .text-\[\#4E5969\] {
        color: #4e5969
    }

    .text-\[\#0170B9\] {
        color: #0170b9
    }

    .text-\[\#333\] {
        color: #333
    }

    .text-\[\#666\] {
        color: #666
    }

    .text-\[\#999\] {
        color: #999
    }

    .text-\[\#F49223\] {
        color: #f49223
    }

    .text-\[\#fff\] {
        color: #fff
    }

    .text-white {
        color: var(--color-white)
    }

    .uppercase {
        text-transform: uppercase
    }

    .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .shadow-\[0_4px_24px_rgba\(0\, 0\, 0\, 0\.12\)\] {
        --tw-shadow: 0 4px 24px var(--tw-shadow-color, #0000001f);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .transition-transform {
        transition-property: transform, translate, scale, rotate;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .outline-none {
        --tw-outline-style: none;
        outline-style: none
    }

    @media (hover:hover) {
        .hover\:scale-110:hover {
            --tw-scale-x: 110%;
            --tw-scale-y: 110%;
            --tw-scale-z: 110%;
            scale: var(--tw-scale-x)var(--tw-scale-y)
        }
    }
}

:root {
    --background: #fff;
    --foreground: #171717
}

@media (prefers-color-scheme:dark) {
    :root {
        --background: #0a0a0a;
        --foreground: #ededed
    }
}

html {
    font-size: 16px
}

body {
    background: var(--background);
    color: var(--foreground);
    font-family: Arial, Helvetica, sans-serif
}

@property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-space-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-leading {
    syntax: "*";
    inherits: false
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000
}

@property --tw-scale-x {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

@property --tw-scale-y {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

@property --tw-scale-z {
    syntax: "*";
    inherits: false;
    initial-value: 1
}

.Header_header__O3B0g {
    background-color: #fff;
    height: 6.25rem;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 1.25rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .1);
    z-index: 1000
}

.Header_container__0sJJi,
.Header_header__O3B0g {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.Header_container__0sJJi {
    max-width: 81.25rem;
    margin: 0 auto
}

.Header_logo__u84jU img {
    width: 17.8125rem;
    height: 5.5rem;
    object-fit: contain
}

.Header_nav__M7Rwf ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.Header_nav__M7Rwf ul li {
    margin: 0 1.75rem
}

.Header_nav__M7Rwf ul li a {
    font-size: 1.25rem;
    color: #333;
    text-decoration: none;
    transition: color .3s ease
}

.Header_nav__M7Rwf ul li a:hover {
    color: #f49223
}

.Header_langSwitch__2uYzD .Header_langButton__Nt_z_ {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #999;
    font-size: 1rem;
    cursor: pointer;
    transition: color .3s ease;
    white-space: nowrap
}

.Header_langSwitch__2uYzD .Header_langButton__Nt_z_:hover {
    color: #f49223
}

.Header_langSwitch__2uYzD .Header_langButton__Nt_z_:hover .Header_langIcon__7jI1A path {
    stroke: currentColor
}

.Header_langSwitch__2uYzD .Header_langButton__Nt_z_ .Header_langIcon__7jI1A {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
    fill: currentColor;
    transition: fill .3s ease
}

.Header_langSwitch__2uYzD .Header_langButton__Nt_z_ .Header_langText__Ppq4U {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap
}

.menus-open {
    display: none;
}

.menu-pop {
    display: none;
}

.Footer_footer__3DkQV {
    background-color: #0170b9;
/*    height: 300px;*/
}

.Footer_footer__3DkQV .top {
    width: 1440px;
    height: 228px;
    padding-bottom: 32px;
}

.Footer_footer__3DkQV .bottom {
    height: 71px;
}

.Footer_footer__3DkQV .right-qrcode {
    top: 52px;
    bottom: unset;
}

.Footer_footer__3DkQV .right-qrcode .qrcode-item {
    margin-right: 76px;
}

.Footer_footer__3DkQV .logo {
    margin-bottom: 26px;
}

.Footer-container{
    max-width: 1600px;
    padding-top: 40px;
}

.Footer-container .grid{
    width: 960px;
}

.Footer-container .grid .title{
    margin-bottom: 12px;
}

.app-page-section-header .title {
    text-align: center;
}

.app-page-section-header .sub-title {
    text-align: center;
}

body{
    background: #ffffff;
}