/* 变量定义 (继承首页视觉契约) */
:root {
    --text-main: #1a1e2d;
    --text-sub: #4a5568;
    --text-mut: #a0aec0;
    --text-inv: #ffffff;
    --bg-body: #f8fafc;
    --bg-surface: #ffffff;
    --bg-alt: #f1f5f9;
    --brand: #ef5a5f;
    --brand-hover: #d9484d;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.03);
    --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 20px 40px rgba(239, 90, 95, 0.15);
    --transition: all 0.25s ease;
    --hero-grad: linear-gradient(135deg, #1b1625 0%, #3a1e28 50%, #ef5a5f 100%);
}

/* 基础重置 */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-body);
    color: var(--text-main);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

/* 强制文本换行规范 */
.uorumw, .yaizu {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.uorumw {
    word-break: keep-all; /* 中文保持词组 */
}

/* 布局容器组件 */
.nhkhex {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.esicabo {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5vw;
    display: flex;
    flex-wrap: wrap; /* 强制Flex规则 */
}

/* Flex子项强制规则 */
.esicabo > * {
    min-width: 0;
}

/* === 导航栏区域 (强制复用要求) === */
.qpybp {
    background: var(--bg-surface);
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    z-index: 100;
}

.avepoci {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 5vw;
}
.avepoci > * { min-width: 0; }

.wobzdh {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wobzdh > * { min-width: 0; }

.wobzdh img {
    height: 32px;
    width: auto;
    display: block;
}

.pgohpm {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}
.pgohpm > * { min-width: 0; }

.mix {
    color: var(--text-sub);
    font-size: 15px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
}

.mix:hover {
    color: var(--brand);
    background: rgba(239, 90, 95, 0.05);
}

.mix.active {
    color: var(--brand);
    font-weight: 700;
    background: rgba(239, 90, 95, 0.08);
}

/* === 主内容区 === */
main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* 1. Hero区: 安全可靠的云端文档库 (继承cinematic_strip同族变体) */
.oyiteq {
    background: var(--hero-grad);
    padding: 80px 0 100px;
    color: var(--text-inv);
    overflow: hidden;
    position: relative;
}

.oyiteq .esicabo {
    align-items: center;
    gap: 60px;
}

.oyiteq-tcgve {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    z-index: 2;
}
.oyiteq-tcgve > * { min-width: 0; }

.oyiteq .yaizu {
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.oyiteq .uorumw {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 90%;
}

.iduta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-surface);
    color: var(--brand);
    padding: 16px 40px;
    font-weight: 700;
    font-size: 16px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    align-self: flex-start;
}

.iduta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Data UI 视觉承载 (代替图片) */
.oyiteq-ui {
    flex: 1 1 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    perspective: 1000px;
}
.oyiteq-ui > * { min-width: 0; }

.ui-uyew {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-lg);
    padding: 32px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
    transform: rotateY(-5deg) rotateX(5deg);
    transition: transform 0.5s ease;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px;
}
.ui-uyew > * { min-width: 0; }

.ui-uyew:hover {
    transform: rotateY(0) rotateX(0);
}

.ui-fbtr-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
}
.ui-fbtr-wrap > * { min-width: 0; }

.ui-fbtr-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
}
.ui-fbtr-meta > * { min-width: 0; }

.ui-fbtr-bg {
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    overflow: hidden;
}

.ui-fbtr-fill {
    height: 100%;
    width: 68%;
    background: #fff;
    border-radius: 6px;
    position: relative;
}

.ui-hrf-pgohpm {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
}
.ui-hrf-pgohpm > * { min-width: 0; }

.ui-hrf {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-sm);
}
.ui-hrf > * { min-width: 0; }

.ui-vvmbw {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui-vvmbw svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.ui-uorumw {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
}

/* 2. Capability: 全设备自动同步与漫游 */
.toquf {
    padding: 100px 0;
    background: var(--bg-body);
}

.toquf .esicabo {
    align-items: center;
    gap: 60px;
}

.toquf-ui {
    flex: 1 1 45%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 360px;
    align-items: center;
    justify-content: center;
}
.toquf-ui > * { min-width: 0; }

.device-uyew {
    background: var(--bg-surface);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(0,0,0,0.05);
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 24px;
    gap: 16px;
    transition: var(--transition);
}
.device-uyew > * { min-width: 0; }

.device-uyew:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.device-pc {
    width: 280px;
    height: 200px;
    left: 0;
    top: 40px;
    z-index: 1;
}

.device-mobile {
    width: 160px;
    height: 260px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.sync-vvmbw {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: var(--bg-surface);
    border-radius: 50%;
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    color: var(--brand);
}

.sync-vvmbw svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
    animation: spin-slow 8s linear infinite;
}

@keyframes spin-slow {
    100% { transform: rotate(360deg); }
}

.device-qpybp {
    height: 8px;
    width: 40%;
    background: var(--bg-alt);
    border-radius: 4px;
}
.device-line {
    height: 8px;
    width: 100%;
    background: var(--bg-alt);
    border-radius: 4px;
}
.device-line:nth-child(3) { width: 80%; }
.device-line:nth-child(4) { width: 90%; }

.toquf-tcgve {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.toquf-tcgve > * { min-width: 0; }

.toquf-tcgve .yaizu {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 20px;
    line-height: 1.3;
}

.toquf-tcgve .uorumw {
    font-size: 17px;
    color: var(--text-sub);
    line-height: 1.7;
}

/* 3. Capability: 多人协作 (Aside) */
.eqit {
    padding: 100px 0;
    background: var(--bg-surface);
}

.eqit .esicabo {
    align-items: center;
    gap: 60px;
    flex-direction: row-reverse;
}

.eqit-ui {
    flex: 1 1 45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.eqit-ui > * { min-width: 0; }

.collab-uyew {
    width: 100%;
    max-width: 480px;
    background: var(--bg-body);
    border-radius: var(--radius-md);
    padding: 40px;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0,0,0,0.03);
    position: relative;
}

.cursor-vvmbw {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
}

.cursor-1 { top: 20%; left: 10%; color: #3b82f6; }
.cursor-2 { top: 60%; right: 15%; color: #10b981; }

.cursor-vvmbw svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.cursor-name {
    background: currentColor;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
}

.eqit-tcgve {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.eqit-tcgve > * { min-width: 0; }

.eqit-tcgve .yaizu {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 20px;
    line-height: 1.3;
}

.eqit-tcgve .uorumw {
    font-size: 17px;
    color: var(--text-sub);
    line-height: 1.7;
}

/* 4. Comparison/Security: 历史回溯与严苛的安全加密 */
.tusuy {
    padding: 100px 0;
    background: var(--bg-body);
}

.tusuy-qpybp {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.tusuy-qpybp > * { min-width: 0; }

.tusuy .yaizu {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 16px;
}

.tusuy .uorumw {
    font-size: 17px;
    color: var(--text-sub);
    max-width: 600px;
}

.tusuy-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
}

.sec-uyew {
    background: var(--bg-surface);
    border-radius: var(--radius-md);
    padding: 40px 32px;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    transition: var(--transition);
}
.sec-uyew > * { min-width: 0; }

.sec-uyew:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(239, 90, 95, 0.1);
}

.sec-vvmbw {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-sm);
    background: rgba(239, 90, 95, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: var(--brand);
}

.sec-vvmbw svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.sec-yaizu {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text-main);
}

.sec-uorumw {
    font-size: 15px;
    color: var(--text-sub);
    line-height: 1.6;
}

/* === 页脚区域 === */
.dhgo {
    background: var(--bg-surface);
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 60px 0 40px;
    margin-top: auto;
}

.giqeg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.giqeg > * { min-width: 0; }

.dhgo-brand {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-main);
    letter-spacing: -0.5px;
}

.iraceqi {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.iraceqi > * { min-width: 0; }

.iraceqi a {
    color: var(--text-sub);
    font-size: 14px;
}
.iraceqi a:hover {
    color: var(--brand);
}

.dhgo-uorumw {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(0,0,0,0.05);
    color: var(--text-mut);
    font-size: 13px;
}

/* 响应式断点 */
@media (max-width: 1024px) {
    .oyiteq .esicabo,
    .toquf .esicabo,
    .eqit .esicabo {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .pgohpm {
        display: none; /* 移动端简易处理导航展开，此处仅隐藏 */
    }
    
    .oyiteq .esicabo,
    .toquf .esicabo,
    .eqit .esicabo {
        flex-direction: column;
        text-align: center;
    }
    
    .oyiteq-tcgve,
    .toquf-tcgve,
    .eqit-tcgve {
        align-items: center;
    }
    
    .iduta {
        align-self: center;
    }
    
    .oyiteq-ui {
        margin-top: 32px;
        width: 100%;
    }
    
    .toquf-ui {
        min-height: 280px;
        transform: scale(0.8);
    }
    
    .giqeg {
        flex-direction: column;
        text-align: center;
    }
    
    .iraceqi {
        justify-content: center;
    }
}

.avepoci-qpybp {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    color: var(--text-main);
}
.avepoci-qpybp,
.avepoci-qpybp *,
.avepoci-qpybp *::before,
.avepoci-qpybp *::after {
    box-sizing: border-box;
}

.avepoci-qpybp [role="navigation"],
.avepoci-qpybp div,
.avepoci-qpybp section,
.avepoci-qpybp article,
.avepoci-qpybp aside,
.avepoci-qpybp p,
.avepoci-qpybp h1,
.avepoci-qpybp h2,
.avepoci-qpybp h3,
.avepoci-qpybp h4,
.avepoci-qpybp h5,
.avepoci-qpybp h6,
.avepoci-qpybp a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.avepoci-qpybp p,
.avepoci-qpybp h1,
.avepoci-qpybp h2,
.avepoci-qpybp h3,
.avepoci-qpybp h4,
.avepoci-qpybp h5,
.avepoci-qpybp h6 {
    text-decoration: none;
}

.avepoci-qpybp img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.avepoci-qpybp {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.avepoci-qpybp a.avepoci-mix {
    --aisite-shell-nav-padding: 8px 16px;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: inline;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.avepoci-qpybp a.avepoci-mix,
.avepoci-qpybp a.avepoci-mix:hover,
.avepoci-qpybp a.avepoci-mix:focus,
.avepoci-qpybp a.avepoci-mix:active,
.avepoci-qpybp a.avepoci-mix.active,
.avepoci-qpybp a.avepoci-mix[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.avepoci-qpybp .avepoci-avepoci, .avepoci-qpybp .avepoci-pgohpm{
            display: flex;
            flex-wrap: wrap;
        }

.avepoci-qpybp .avepoci-avepoci > *, .avepoci-qpybp .avepoci-pgohpm > *{
            min-width: 0;
        }

.avepoci-qpybp{
            background-color: #ffffff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
            position: sticky;
            top: 0;
            z-index: 1000;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

.avepoci-qpybp .avepoci-avepoci{
            max-width: 1400px;
            margin: 0 auto;
            padding: 16px 4vw;
            align-items: center;
            justify-content: space-between;
        }

.avepoci-qpybp .avepoci-wobzdh{
            display: flex;
            align-items: center;
        }

.avepoci-qpybp .avepoci-wobzdh img{
            height: 36px;
            width: auto;
        }

.avepoci-qpybp .avepoci-pgohpm{
            gap: 8px;
            align-items: center;
        }

.avepoci-qpybp .avepoci-mix{
            text-decoration: none;
            color: #4a5568;
            font-weight: 500;
            font-size: 15px;
            padding: 8px 16px;
            border-radius: 8px;
            transition: 0.25s ease;
        }

.avepoci-qpybp .avepoci-mix:hover, .avepoci-qpybp .avepoci-mix.active{
            color: #ef5a5f;
            background-color: rgba(239, 90, 95, 0.08);
        }

@media (max-width: 768px){.avepoci-qpybp .avepoci-pgohpm{ display: none;  }}

.giqeg-dhgo {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    color: var(--text-main);
}
.giqeg-dhgo,
.giqeg-dhgo *,
.giqeg-dhgo *::before,
.giqeg-dhgo *::after {
    box-sizing: border-box;
}

.giqeg-dhgo [role="navigation"],
.giqeg-dhgo div,
.giqeg-dhgo section,
.giqeg-dhgo article,
.giqeg-dhgo aside,
.giqeg-dhgo p,
.giqeg-dhgo h1,
.giqeg-dhgo h2,
.giqeg-dhgo h3,
.giqeg-dhgo h4,
.giqeg-dhgo h5,
.giqeg-dhgo h6,
.giqeg-dhgo a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.giqeg-dhgo p,
.giqeg-dhgo h1,
.giqeg-dhgo h2,
.giqeg-dhgo h3,
.giqeg-dhgo h4,
.giqeg-dhgo h5,
.giqeg-dhgo h6 {
    text-decoration: none;
}

.giqeg-dhgo img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.giqeg-dhgo {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.giqeg-dhgo a,
.giqeg-dhgo a:hover,
.giqeg-dhgo a:focus,
.giqeg-dhgo a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.giqeg-dhgo .giqeg-tcgve, .giqeg-dhgo .giqeg-eqit, .giqeg-dhgo, .giqeg-dhgo .giqeg-giqeg{
            display: flex;
            flex-wrap: wrap;
        }

.giqeg-dhgo .giqeg-tcgve > *, .giqeg-dhgo .giqeg-eqit > *, .giqeg-dhgo > *, .giqeg-dhgo .giqeg-giqeg > *{
            min-width: 0;
        }

.giqeg-dhgo .giqeg-mix{
            text-decoration: none;
            color: #4a5568;
            font-weight: 500;
            font-size: 15px;
            padding: 8px 16px;
            border-radius: 8px;
            transition: 0.25s ease;
        }

.giqeg-dhgo .giqeg-mix:hover, .giqeg-dhgo .giqeg-mix.active{
            color: #ef5a5f;
            background-color: rgba(239, 90, 95, 0.08);
        }

.giqeg-dhgo .giqeg-eqit{
            width: 100%;
            max-width: 900px;
            z-index: 2;
            flex-direction: column;
            gap: 20px;
        }

.giqeg-dhgo .giqeg-eqit .giqeg-yaizu{
            font-size: clamp(32px, 5vw, 56px);
            font-weight: 800;
            color: #ffffff;
            letter-spacing: -1px;
            text-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }

.giqeg-dhgo .giqeg-eqit .giqeg-uorumw{
            font-size: clamp(16px, 2vw, 22px);
            color: rgba(255, 255, 255, 0.9);
            font-weight: 400;
            max-width: 760px;
        }

.giqeg-dhgo .giqeg-yaizu.section-heading{
            font-size: clamp(28px, 3.5vw, 36px);
            text-align: center;
            margin-bottom: 20px;
            width: 100%;
        }

.giqeg-dhgo .giqeg-uorumw.section-sub{
            text-align: center;
            color: #4a5568;
            font-size: 18px;
            max-width: 800px;
            margin: 0 auto 40px;
            width: 100%;
        }

.giqeg-dhgo .giqeg-tcgve.grid-4{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 30px;
            width: 100%;
        }

.giqeg-dhgo .giqeg-tcgve.faq-list{
            flex-direction: column;
            gap: 16px;
            max-width: 900px;
            margin: 0 auto;
            width: 100%;
        }

.giqeg-dhgo{
            background-color: #111424;
            color: #a0aec0;
            padding: 80px 4vw 40px;
            margin-top: 100px;
            flex-direction: column;
        }

.giqeg-dhgo .giqeg-tcgve.footer-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
        }

.giqeg-dhgo .giqeg-tcgve.footer-grid .giqeg-yaizu{
            color: #ffffff;
            font-size: 16px;
            margin-bottom: 20px;
        }

.giqeg-dhgo .giqeg-tcgve.footer-grid .giqeg-mix{
            color: #a0aec0;
            padding: 6px 0;
            display: block;
            text-decoration: none;
        }

.giqeg-dhgo .giqeg-tcgve.footer-grid .giqeg-mix:hover{
            color: #ef5a5f;
            background: none;
        }

.giqeg-dhgo .giqeg-giqeg{
            width: 100%;
            max-width: 1400px;
            margin: 60px auto 0;
            padding-top: 30px;
            border-top: 1px solid rgba(255,255,255,0.1);
            justify-content: space-between;
            align-items: center;
            font-size: 14px;
        }

@media (max-width: 768px){.giqeg-dhgo .giqeg-tcgve.grid-4{ grid-template-columns: 1fr; }

.giqeg-dhgo .giqeg-tcgve.footer-grid{ grid-template-columns: repeat(2, 1fr); }

.giqeg-dhgo .giqeg-eqit .giqeg-yaizu{ font-size: 32px; }

.giqeg-dhgo .giqeg-eqit .giqeg-uorumw{ font-size: 16px; }}

@media (max-width: 480px){.giqeg-dhgo .giqeg-tcgve.footer-grid{ grid-template-columns: 1fr; }}