/* 基础样式 */
body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    background: #f7f8fa;
    color: #222;
}
.z2ebd5container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.z2ebd5header {
    background: #1a2236;
    color: #fff;
    padding: 0;
}
.z2ebd5logo {
    font-size: 2rem;
    font-weight: bold;
    padding: 20px 0;
    letter-spacing: 2px;
}
.z2ebd5nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
}
.z2ebd5navlink {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
}
.z2ebd5navlink:hover {
    color: #ffb300;
}
.z2ebd5auth {
    margin-left: auto;
    display: flex;
    gap: 12px;
}
.z2ebd5btn {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    background: #ffb300;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}
.z2ebd5btn:hover {
    background: #ff8800;
}
.z2ebd5btn-primary {
    background: #1a2236;
    color: #fff;
    margin-top: 20px;
}
.z2ebd5btn-primary:hover {
    background: #ffb300;
    color: #1a2236;
}
.z2ebd5hero {
    background: linear-gradient(90deg, #1a2236 60%, #ffb300 100%);
    color: #fff;
    padding: 60px 0 40px 0;
    text-align: center;
}
.z2ebd5hero-title {
    font-size: 2.5rem;
    margin-bottom: 16px;
}
.z2ebd5hero-desc {
    font-size: 1.2rem;
    margin-bottom: 24px;
}
.z2ebd5hero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.z2ebd5hero-content {
    flex: 1 1 0;
    min-width: 0;
}
.z2ebd5hero-imgwrap {
    flex: 0 0 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.z2ebd5hero-banner {
    display: block;
    margin: 0 auto 28px auto;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(26,34,54,0.10);
}
.z2ebd5features {
    background: linear-gradient(135deg, #f7f8fa 60%, #f0f4ff 100%);
    padding: 40px 0;
}
.z2ebd5features-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 32px;
    font-weight: bold;
    color: #ffb300;
    letter-spacing: 2px;
}
.z2ebd5features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
}
.z2ebd5feature-item {
    flex: 1 1 250px;
    background: #fff;
    border-radius: 8px;
    padding: 14px 10px 14px 10px;
    box-shadow: 0 1.5px 8px rgba(255,179,0,0.07);
    min-width: 180px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 2px solid #ffe6a3;
    transition: box-shadow 0.2s, border 0.2s, background 0.2s, color 0.2s;
    min-height: 320px;
}
.z2ebd5feature-item:hover {
    box-shadow: 0 6px 24px rgba(255,179,0,0.18);
    border: 2px solid #ffb300;
    background: #fffbe6;
}
.z2ebd5feature-icon {
    font-size: 1.7rem;
    margin-bottom: 4px;
    color: #ffb300;
    align-self: center;
    filter: drop-shadow(0 2px 4px #ffe6a3);
}
.z2ebd5feature-mini-title {
    font-size: 1rem;
    color: #ffb300;
    font-weight: 600;
    margin-bottom: 2px;
    align-self: center;
    letter-spacing: 1px;
}
.z2ebd5feature-item h3 {
    font-size: 1.05rem;
    margin: 0 0 6px 0;
    color: #222;
    font-weight: bold;
    align-self: center;
}
.z2ebd5feature-item p {
    font-size: 0.97rem;
    color: #444;
    margin-bottom: 8px;
    min-height: 36px;
}
.z2ebd5feature-points {
    list-style: disc inside;
    color: #ffb300;
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
    font-size: 0.93rem;
}
.z2ebd5feature-points li {
    color: #444;
    margin-bottom: 2px;
    padding-left: 0;
}
.z2ebd5matches {
    background: #f7f8fa;
    padding: 40px 0;
}
.z2ebd5matches > .z2ebd5container > h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 32px;
    font-weight: bold;
    color: #1a2236;
    letter-spacing: 2px;
}
.z2ebd5match-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
}
.z2ebd5match-item {
    flex: 1 1 320px;
    background: #fff;
    border-radius: 10px;
    padding: 16px 14px 14px 14px;
    box-shadow: 0 1.5px 8px rgba(26,34,54,0.07);
    min-width: 220px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 2px solid #e0e6f7;
    transition: box-shadow 0.2s, border 0.2s, background 0.2s;
    min-height: 220px;
    position: relative;
}
.z2ebd5match-item:hover {
    box-shadow: 0 6px 24px rgba(26,34,54,0.13);
    border: 2px solid #ffb300;
    background: #fffbe6;
}
.z2ebd5match-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    width: 100%;
    justify-content: space-between;
}
.z2ebd5match-logo {
    font-size: 1.5rem;
    margin-right: 6px;
    color: #ffb300;
}
.z2ebd5match-league {
    font-weight: bold;
    color: #1a2236;
    font-size: 1.08rem;
    flex: 1 1 auto;
}
.z2ebd5match-time {
    font-size: 0.98rem;
    color: #888;
    font-weight: 400;
}
.z2ebd5match-teams {
    font-size: 1.13rem;
    margin-bottom: 6px;
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
}
.z2ebd5match-odds {
    color: #ffb300;
    margin-bottom: 8px;
    font-size: 1.05rem;
    font-weight: 500;
}
.z2ebd5match-desc {
    color: #444;
    font-size: 0.97rem;
    margin-bottom: 12px;
    min-height: 36px;
}
.z2ebd5btn-bet {
    background: #1a2236;
    color: #fff;
    align-self: flex-end;
    font-size: 1rem;
    padding: 7px 18px;
    border-radius: 4px;
    margin-top: auto;
}
.z2ebd5btn-bet:hover {
    background: #ffb300;
    color: #1a2236;
}
.z2ebd5news {
    background: linear-gradient(135deg, #f0f4ff 60%, #e6f7ff 100%);
    padding: 40px 0;
}
.z2ebd5news > .z2ebd5container > h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 32px;
    font-weight: bold;
    color: #1a6cff;
    letter-spacing: 2px;
}
.z2ebd5news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.z2ebd5news-item {
    flex: 1 1 340px;
    background: #fff;
    border-radius: 6px;
    padding: 16px 18px 14px 0;
    box-shadow: 0 1px 4px rgba(26,108,255,0.06);
    min-width: 220px;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-left: 6px solid #1a6cff;
    border-right: none;
    border-top: none;
    border-bottom: none;
    transition: box-shadow 0.18s, transform 0.18s, background 0.18s;
    min-height: 100px;
    position: relative;
    background-clip: padding-box;
}
.z2ebd5news-item:hover {
    box-shadow: 0 8px 32px rgba(26,108,255,0.13);
    background: #f4faff;
    transform: translateY(-3px) scale(1.012);
}
.z2ebd5news-icon {
    font-size: 1.25rem;
    margin-right: 10px;
    margin-top: 2px;
    color: #1a6cff;
    align-self: flex-start;
    flex-shrink: 0;
    line-height: 1.2;
}
.z2ebd5news-content {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.z2ebd5news-item h3 {
    font-size: 1.18rem;
    margin: 0 0 7px 0;
    color: #1a6cff;
    font-weight: bold;
    align-self: flex-start;
    text-decoration: underline;
    text-underline-offset: 3px;
    line-height: 1.3;
}
.z2ebd5news-item p {
    font-size: 0.98rem;
    color: #888;
    margin-bottom: 7px;
    min-height: 28px;
    font-style: italic;
    line-height: 1.6;
}
.z2ebd5news-points {
    list-style: disc inside;
    color: #1a6cff;
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
    font-size: 0.93rem;
}
.z2ebd5news-points li {
    color: #444;
    margin-bottom: 2px;
    padding-left: 0;
}
.z2ebd5advantages {
    background: #f7f8fa;
    padding: 40px 0;
}
.z2ebd5advantages > .z2ebd5container > h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 32px;
    font-weight: bold;
    color: #00b96b;
    letter-spacing: 2px;
}
.z2ebd5advantage-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
}
.z2ebd5advantage-item {
    flex: 1 1 220px;
    background: linear-gradient(135deg, #e6fff7 60%, #f0fdfb 100%);
    border-radius: 10px;
    padding: 16px 8px 12px 8px;
    box-shadow: 0 1.5px 8px rgba(0,185,107,0.08);
    min-width: 160px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    transition: box-shadow 0.18s, background 0.18s, transform 0.14s;
    min-height: 0;
    position: relative;
    text-align: center;
}
.z2ebd5advantage-item:hover {
    background: linear-gradient(135deg, #00b96b 60%, #00e6a3 100%);
    box-shadow: 0 4px 16px rgba(0,185,107,0.13);
    color: #fff;
    transform: translateY(-2px) scale(1.012);
}
.z2ebd5advantage-item:hover .z2ebd5advantage-title,
.z2ebd5advantage-item:hover .z2ebd5advantage-subtitle,
.z2ebd5advantage-item:hover .z2ebd5advantage-desc,
.z2ebd5advantage-item:hover .z2ebd5advantage-points li {
    color: #fff;
}
.z2ebd5advantage-iconwrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00b96b 60%, #00e6a3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    box-shadow: 0 1px 4px rgba(0,185,107,0.10);
}
.z2ebd5advantage-icon {
    font-size: 1.3rem;
    color: #fff;
    line-height: 1;
}
.z2ebd5advantage-title {
    font-size: 1.08rem;
    color: #00b96b;
    font-weight: bold;
    margin-bottom: 4px;
    letter-spacing: 1px;
    transition: color 0.18s;
}
.z2ebd5advantage-subtitle {
    font-size: 0.98rem;
    color: #00b96b;
    font-weight: 500;
    margin-bottom: 5px;
    transition: color 0.18s;
}
.z2ebd5advantage-desc {
    font-size: 0.93rem;
    color: #444;
    margin-bottom: 7px;
    min-height: 0;
    line-height: 1.5;
    transition: color 0.18s;
}
.z2ebd5advantage-points2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 6px;
    margin-top: 2px;
    justify-content: center;
}
.z2ebd5advantage-points2 li {
    color: #00b96b;
    margin-bottom: 1px;
    padding-left: 0;
    font-size: 0.92rem;
    transition: color 0.18s;
}
.z2ebd5footer {
    background: #1a2236;
    color: #fff;
    padding: 24px 0 12px 0;
    text-align: center;
}
.z2ebd5footer-links {
    margin-bottom: 12px;
}
.z2ebd5footer-link {
    color: #fff;
    margin: 0 12px;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
}
.z2ebd5footer-link:hover {
    color: #ffb300;
}
.z2ebd5footer-copy {
    font-size: 0.95rem;
    color: #bbb;
}

/* 响应式设计 */
@media (max-width: 900px) {
    .z2ebd5features-list,
    .z2ebd5match-list,
    .z2ebd5news-list,
    .z2ebd5advantage-list {
        flex-direction: column;
        gap: 16px;
    }
    .z2ebd5nav ul {
        flex-direction: column;
        gap: 8px;
    }
    .z2ebd5auth {
        flex-direction: column;
        gap: 8px;
    }
    .z2ebd5hero-flex {
        flex-direction: column;
        gap: 18px;
    }
    .z2ebd5hero-imgwrap {
        flex: none;
        width: 100%;
    }
    .z2ebd5features-list {
        flex-direction: column;
        gap: 10px;
    }
    .z2ebd5feature-item {
        min-width: 0;
        width: 100%;
        align-items: flex-start;
        min-height: 0;
    }
    .z2ebd5match-list {
        flex-direction: column;
        gap: 10px;
    }
    .z2ebd5match-item {
        min-width: 0;
        width: 100%;
        align-items: flex-start;
        min-height: 0;
    }
    .z2ebd5news-list {
        flex-direction: column;
        gap: 8px;
    }
    .z2ebd5news-item {
        min-width: 0;
        width: 100%;
        align-items: flex-start;
        min-height: 0;
        flex-direction: column;
        border-left: 4px solid #1a6cff;
        padding: 12px 10px 10px 0;
    }
    .z2ebd5news-icon {
        margin-right: 0;
        margin-bottom: 6px;
    }
    .z2ebd5advantage-list {
        flex-direction: column;
        gap: 8px;
    }
    .z2ebd5advantage-item {
        min-width: 0;
        width: 100%;
        align-items: center;
        min-height: 0;
        padding: 12px 4px 8px 4px;
    }
    .z2ebd5advantage-iconwrap {
        width: 32px;
        height: 32px;
        margin-bottom: 6px;
    }
    .z2ebd5advantage-icon {
        font-size: 1.05rem;
    }
    .z2ebd5advantage-points2 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    html, body {
        max-width: 100vw;
        overflow-x: hidden;
    }
    .z2ebd5container,
    .z2ebd5feature-item,
    .z2ebd5match-item,
    .z2ebd5news-item,
    .z2ebd5advantage-item {
        max-width: 100vw;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-break: break-all;
    }
    .z2ebd5container {
        padding: 0 6px;
    }
    .z2ebd5logo {
        font-size: 1.3rem;
        padding: 12px 0;
    }
    .z2ebd5hero-title {
        font-size: 1.5rem;
    }
    .z2ebd5hero-desc {
        font-size: 1rem;
    }
    .z2ebd5hero {
        padding: 10px 0 6px 0;
    }
    .z2ebd5hero-banner {
        max-height: 100px !important;
        object-fit: cover;
    }
    .z2ebd5hero-content {
        margin-bottom: 4px;
    }
    .z2ebd5btn {
        font-size: 0.95rem;
        padding: 7px 12px;
    }
    .z2ebd5feature-item,
    .z2ebd5match-item,
    .z2ebd5news-item,
    .z2ebd5advantage-list li {
        padding: 12px;
        min-width: 0;
    }
    /* 热门赛事推荐极致紧凑优化 */
    .z2ebd5match-list {
        display: block !important;
    }
    .z2ebd5match-item {
        display: block !important;
        min-height: 0 !important;
        height: auto !important;
        align-items: unset !important;
        padding: 4px 2px 2px 2px;
        border-radius: 3px;
        box-shadow: none;
        margin-bottom: 10px;
    }
    .z2ebd5match-header {
        gap: 1px;
        margin-bottom: 1px;
    }
    .z2ebd5match-logo {
        font-size: 0.95rem;
        margin-right: 2px;
    }
    .z2ebd5match-league {
        font-size: 0.9rem;
        margin-right: 2px;
    }
    .z2ebd5match-teams {
        font-size: 0.92rem;
        margin-bottom: 1px;
        letter-spacing: 0.1px;
    }
    .z2ebd5match-odds {
        font-size: 0.9rem;
        margin-bottom: 1px;
    }
    .z2ebd5match-desc {
        font-size: 0.8rem;
        margin-bottom: 2px;
        line-height: 1.2;
    }
    .z2ebd5btn-bet {
        width: 100%;
        margin-top: 0 !important;
        font-size: 0.9rem;
        padding: 6px 0;
        border-radius: 2px;
    }
    .z2ebd5nav ul {
        background: #1a2236;
        border-radius: 8px;
        padding: 8px 0;
    }
    .z2ebd5navlink {
        border-bottom: 1px solid #222;
        padding: 10px 0;
        display: block;
    }
    .z2ebd5navlink:last-child {
        border-bottom: none;
    }
    /* 平台优势极致紧凑优化 */
    .z2ebd5advantage-list {
        display: block !important;
    }
    .z2ebd5advantage-item {
        display: block !important;
        align-items: unset !important;
        text-align: left;
        padding: 4px 2px 2px 2px;
        min-width: 0;
        min-height: 0;
        background: #fff;
        box-shadow: none;
        border-radius: 3px;
        margin-bottom: 10px;
    }
    .z2ebd5advantage-iconwrap {
        width: 32px;
        height: 32px;
        margin-bottom: 6px;
    }
    .z2ebd5advantage-icon {
        font-size: 1.05rem;
    }
    .z2ebd5advantage-points2 {
        grid-template-columns: 1fr !important;
        gap: 0;
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
    }
    .z2ebd5advantage-points2 li {
        font-size: 0.78rem;
        margin-bottom: 0;
        color: #00b96b;
        padding-left: 0;
        line-height: 1.1;
    }
    /* 最新体育资讯移动端优化 */
    .z2ebd5news-list {
        display: block !important;
    }
    .z2ebd5news-item {
        display: block !important;
        flex-direction: unset !important;
        align-items: unset !important;
        min-width: 0;
        min-height: 0;
        padding: 4px 2px 2px 2px;
        border-radius: 3px;
        box-shadow: none;
        margin-bottom: 10px;
    }
    .z2ebd5news-icon {
        font-size: 0.95rem;
        margin: 0 0 2px 0;
        align-self: flex-start;
    }
    .z2ebd5news-content {
        align-items: flex-start;
        width: 100%;
    }
    .z2ebd5news-item h3 {
        font-size: 0.92rem;
        margin: 0 0 1px 0;
        color: #1a6cff;
        font-weight: bold;
        text-decoration: underline;
        text-underline-offset: 2px;
        line-height: 1.15;
    }
    .z2ebd5news-item p {
        font-size: 0.8rem;
        color: #888;
        margin-bottom: 2px;
        min-height: 0;
        font-style: italic;
        line-height: 1.2;
    }
    .z2ebd5news-points {
        font-size: 0.78rem;
        margin: 0 0 0 8px;
        padding: 0 0 0 8px;
        line-height: 1.1;
        text-align: left;
    }
    .z2ebd5news-points li {
        color: #1a6cff;
        margin-bottom: 0;
        padding-left: 0;
    }
    /* 平台核心功能介绍卡片极致紧凑防重叠 */
    .z2ebd5features-list {
        display: block !important;
    }
    .z2ebd5feature-item {
        display: block !important;
        min-width: 0;
        min-height: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 6px 2px 4px 2px;
        border-radius: 3px;
        margin-bottom: 10px;
        background: #fff;
        box-shadow: none;
    }
    .z2ebd5feature-icon,
    .z2ebd5feature-mini-title,
    .z2ebd5feature-item h3,
    .z2ebd5feature-item p,
    .z2ebd5feature-points {
        width: 100%;
        box-sizing: border-box;
        word-break: break-all;
        margin-left: 0;
        margin-right: 0;
    }
    .z2ebd5feature-icon {
        font-size: 1.1rem;
        margin-bottom: 2px;
        text-align: left;
    }
    .z2ebd5feature-mini-title {
        font-size: 0.92rem;
        margin-bottom: 1px;
        color: #ffb300;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-align: left;
    }
    .z2ebd5feature-item h3 {
        font-size: 1rem;
        margin: 0 0 2px 0;
        color: #222;
        font-weight: bold;
        text-align: left;
    }
    .z2ebd5feature-item p {
        font-size: 0.85rem;
        color: #444;
        margin-bottom: 2px;
        min-height: 0;
        line-height: 1.3;
    }
    .z2ebd5feature-points {
        font-size: 0.78rem;
        margin: 0 0 0 8px;
        padding: 0 0 0 8px;
        line-height: 1.1;
        text-align: left;
    }
    .z2ebd5feature-points li {
        color: #ffb300;
        margin-bottom: 0;
        padding-left: 0;
        word-break: break-all;
    }
    /* 平台核心功能介绍卡片保险 */
    .z2ebd5feature-item {
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
    }
    /* 页脚保险代码 */
    .z2ebd5footer,
    .z2ebd5footer-links,
    .z2ebd5footer-link,
    .z2ebd5footer-copy,
    .z2ebd5footer-links ul,
    .z2ebd5footer-links li {
        max-width: 100vw;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-break: break-all;
        white-space: normal;
    }
    .z2ebd5footer-links {
        display: block;
        padding: 0 2px;
        text-align: left;
    }
    .z2ebd5footer-links li,
    .z2ebd5footer-link {
        display: block;
        margin: 0 0 2px 0;
        padding: 0;
    }
}

/* 汉堡菜单导航样式 */
.z2ebd5nav-hamburger {
    display: none;
    width: 36px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 12px;
    z-index: 1002;
}
.z2ebd5nav-hamburger span {
    display: block;
    width: 28px;
    height: 4px;
    margin: 4px 0;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
}
@media (max-width: 900px) {
    .z2ebd5nav-hamburger {
        display: flex;
    }
    .z2ebd5nav {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100vw;
        background: #1a2236;
        box-shadow: 0 4px 24px rgba(26,34,54,0.10);
        border-radius: 0 0 12px 12px;
        z-index: 1001;
        transform: translateY(-120%);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s;
    }
    .z2ebd5nav ul {
        flex-direction: column;
        gap: 0;
        padding: 12px 0;
    }
    .z2ebd5nav-toggle:checked ~ .z2ebd5nav-hamburger span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .z2ebd5nav-toggle:checked ~ .z2ebd5nav-hamburger span:nth-child(2) {
        opacity: 0;
    }
    .z2ebd5nav-toggle:checked ~ .z2ebd5nav-hamburger span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .z2ebd5nav-toggle:checked ~ .z2ebd5nav {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .z2ebd5nav {
        display: block;
    }
}
@media (min-width: 901px) {
    .z2ebd5nav-hamburger {
        display: none !important;
    }
    .z2ebd5nav {
        position: static;
        transform: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        box-shadow: none;
        background: none;
        border-radius: 0;
        display: block;
    }
} 