.home-kou[data-v-4e8ffd4a] {
    max-width: 1150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 15px 0
}

.home-kou .kf-img[data-v-4e8ffd4a] {
    width: 48%;
    height: 170px
}

.home-kou .kf-img img[data-v-4e8ffd4a] {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.header[data-v-4e8ffd4a] {
    width: 100%;
    background: linear-gradient(135deg, #1e1e2f, #2d2d44);
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px)
}

.header-container[data-v-4e8ffd4a] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.site[data-v-4e8ffd4a] {
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
    color: red
}

.logo h1[data-v-4e8ffd4a] {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 2px;
    background: linear-gradient(135deg, #fff, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    cursor: pointer;
    white-space: nowrap;
    margin: 0;
    text-align: center
}

.search[data-v-4e8ffd4a] {
    width: 100%;
    max-width: 500px;
    margin: 0 auto
}

.search form[data-v-4e8ffd4a] {
    display: flex;
    align-items: center;
    width: 100%
}

.search input[data-v-4e8ffd4a] {
    flex: 1;
    padding: 10px 16px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 30px 0 0 30px;
    background: hsla(0, 0%, 100%, .05);
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: all .3s
}

.search input[data-v-4e8ffd4a]::-moz-placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.search input[data-v-4e8ffd4a]::placeholder {
    color: hsla(0, 0%, 100%, .5)
}

.search input[data-v-4e8ffd4a]:focus {
    background: hsla(0, 0%, 100%, .1);
    border-color: hsla(0, 0%, 100%, .2)
}

.search button[data-v-4e8ffd4a] {
    padding: 8px 20px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-left: none;
    border-radius: 0 30px 30px 0;
    background: hsla(0, 0%, 100%, .15);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s;
    white-space: nowrap
}

.search button[data-v-4e8ffd4a]:hover {
    background: hsla(0, 0%, 100%, .25)
}

.nav-wrapper[data-v-4e8ffd4a] {
    width: 100%;
    background: rgba(0, 0, 0, .2);
    border-top: 1px solid hsla(0, 0%, 100%, .05);
    border-bottom: 1px solid hsla(0, 0%, 100%, .05)
}

.nav-menu[data-v-4e8ffd4a] {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    padding: 8px 100px;
    max-width: 1200px
}

.nav-menu li[data-v-4e8ffd4a] {
    flex: 0 1 auto
}

.nav-menu li a[data-v-4e8ffd4a] {
    display: block;
    padding: 6px 20px;
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border-radius: 30px;
    transition: all .3s;
    white-space: nowrap;
    cursor: pointer
}

.nav-menu li a[data-v-4e8ffd4a]:hover {
    color: #fff;
    background: hsla(0, 0%, 100%, .1)
}

.nav-menu li.active a[data-v-4e8ffd4a] {
    color: #fff;
    background: hsla(0, 0%, 100%, .15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

@media (max-width: 768px) {
    .header-container[data-v-4e8ffd4a] {
        padding: 12px 15px 5px
    }

    .site[data-v-4e8ffd4a] {
        border-radius: 2px;
        text-align: center;
        font-size: 18px;
        color: red
    }

    .logo h1[data-v-4e8ffd4a] {
        font-size: 28px
    }

    .search[data-v-4e8ffd4a] {
        max-width: 400px
    }

    .search input[data-v-4e8ffd4a] {
        padding: 8px 14px;
        font-size: 13px
    }

    .search button[data-v-4e8ffd4a] {
        padding: 7.5px 16px;
        font-size: 13px
    }

    .nav-menu[data-v-4e8ffd4a] {
        padding: 6px 10px;
        gap: 4px;
        justify-content: center
    }

    .nav-menu li a[data-v-4e8ffd4a] {
        padding: 4px 4px;
        font-size: 8px
    }

    .home-kou[data-v-4e8ffd4a] {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        padding: 10px 10px
    }

    .home-kou .kf-img[data-v-4e8ffd4a] {
        width: 49%;
        height: 58px
    }

    .home-kou .kf-img img[data-v-4e8ffd4a] {
        width: 100%;
        height: 100%;
        border-radius: 10px
    }
}

.footer[data-v-051315ce] {
    width: 100%;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    color: hsla(0, 0%, 100%, .7);
    padding: 30px 0 20px;
    margin-top: 40px;
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.footer-container[data-v-051315ce] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center
}

.footer-copyright p[data-v-051315ce] {
    font-size: 14px;
    line-height: 1.6;
    margin: 0
}

@media screen and (max-width: 768px) {
    .footer[data-v-051315ce] {
        padding: 20px 0 15px;
        margin-top: 30px
    }

    .footer-copyright p[data-v-051315ce] {
        font-size: 12px
    }
}

@media (max-width: 768px) {
    body {
        touch-action: pan-y pinch-zoom
    }

    input, select, textarea {
        font-size: 16px !important
    }
}

* {
    box-sizing: border-box
}

*, body, html {
    margin: 0;
    padding: 0
}

body, html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw
}

body {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f8f9fa
}

#app, body {
    position: relative
}

#app {
    min-height: 100vh;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden
}

.banner-wrapper, .container, .main-container, .wrap {
    max-width: 100%;
    overflow-x: hidden
}