﻿:root {
    --paper: #fff7fb;
    --ink: #241c2a;
    --muted: #76697d;
    --pink: #ff6d9e;
    --pink-deep: #e8477e;
    --mint: #76d9d0;
    --butter: #ffe38f;
    --violet: #bda9ff;
    --line: #241c2a;
    --white: #fff;
    --shadow: 10px 12px 0 rgba(36, 28, 42, .12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    line-height: 1.65;
    background:
        linear-gradient(rgba(36, 28, 42, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 28, 42, .035) 1px, transparent 1px),
        var(--paper);
    background-size: 34px 34px;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.omo-nr {
    width: 94%;
    max-width: 1160px;
    margin-inline: auto;
}

.omo-tb {
    position: sticky;
    top: 14px;
    z-index: 20;
    margin: 14px auto 0;
    width: 94%;
    max-width: 1160px;
    border: 2px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 6px 7px 0 rgba(36, 28, 42, .09);
    backdrop-filter: blur(14px);
}

.omo-tb .omo-dh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 66px;
    padding: 0 18px;
    gap: 18px;
}

.omo-tb .omo-pp {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 950;
}

.omo-tb .omo-pp img {
    width: 43px;
    height: 43px;
    border: 2px solid var(--line);
    border-radius: 15px;
    background: #cce7ff;
}

.omo-tb .omo-pp span {
    font-size: 1.1rem;
}

.omo-tb .omo-dh a:not(.omo-pp) {
    font-weight: 850;
}

.omo-tb .omo-lj {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--muted);
    font-size: 15px;
}

.omo-tb .omo-an,
.omo-sp .omo-an {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 2px solid var(--line);
    border-radius: 999px;
    background: var(--butter);
    box-shadow: 4px 5px 0 rgba(36, 28, 42, .13);
    font-weight: 950;
    white-space: nowrap;
}

.omo-sp {
    position: relative;
    min-height: 680px;
    padding: 120px 0 !important;
    display: grid;
    align-items: center;
}

.omo-sp .omo-bj {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(360px, .82fr);
    gap: 54px;
    align-items: center;
}

.omo-sp .omo-bq {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 22px;
    padding: 8px 13px;
    border: 2px solid var(--line);
    border-radius: 999px;
    background: var(--mint);
    box-shadow: 4px 5px 0 rgba(36, 28, 42, .12);
    font-size: .88rem;
    font-weight: 950;
    transform: rotate(-2deg);
}

h1,
p {
    margin-top: 0;
}

.omo-sp h1 {
    max-width: 720px;
    margin-bottom: 22px;
    font-size: 72px;
    line-height: .98;
    letter-spacing: 0;
}

.omo-sp .omo-qd {
    position: relative;
    display: inline-block;
    color: var(--pink-deep);
}

.omo-sp .omo-qd::after {
    position: absolute;
    right: -12px;
    bottom: 4px;
    z-index: -1;
    width: 82%;
    height: 20px;
    border-radius: 999px;
    background: var(--butter);
    content: "";
}

.omo-sp .omo-ms {
    max-width: 620px;
    margin-bottom: 28px;
    color: var(--muted);
    font-size: 1.08rem;
}

.omo-sp .omo-cz {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 0;
}

.omo-sp .omo-cz .omo-an {
    gap: 10px;
    min-height: 56px;
    padding: 0 30px;
    border-width: 2px;
    font-size: 16px;
    box-shadow: 5px 6px 0 rgba(36, 28, 42, .13);
}

.omo-sp .omo-cz .omo-an i {
    font-size: 1.35rem;
    line-height: 1;
}

.omo-sp .omo-an.omo-c {
    background: var(--white);
}

.omo-sp .omo-sjlb {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 40px;
    padding: 10px;
    border: 1px solid rgba(36, 28, 42, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .46);
}

.omo-sp .omo-sjx {
    min-height: auto;
    padding: 3px 12px;
    border-right: 1px solid rgba(36, 28, 42, .12);
    text-align: center;
    font-size: .9rem;
}

.omo-sp .omo-sjx:last-child {
    border-right: 0;
}

.omo-sp .omo-sjx strong {
    display: inline-block;
    margin-right: 5px;
    color: var(--ink);
    line-height: 1.2;
    letter-spacing: 0;
}

.omo-sp .omo-sjx span {
    display: inline-block;
    color: var(--muted);
    font-weight: 750;
}

.omo-sp .omo-yl {
    position: relative;
    min-height: 690px;
}

.omo-sp .omo-sj {
    position: absolute;
    overflow: hidden;
    border: 3px solid var(--line);
    border-radius: 34px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.omo-sp .omo-sj img {
    width: 100%;
}

.omo-sp .omo-sj.omo-z {
    right: 7%;
    top: 0;
    z-index: 4;
    width: 330px;
    max-width: 78%;
    transform: rotate(3deg);
}

.omo-sp .omo-sj.omo-c {
    left: 0;
    bottom: 54px;
    z-index: 2;
    width: 250px;
    max-width: 58%;
    transform: rotate(-8deg);
}

.omo-sp .omo-tz {
    position: absolute;
    z-index: 5;
    border: 2px solid var(--line);
    box-shadow: 5px 6px 0 rgba(36, 28, 42, .12);
    font-weight: 950;
}

.omo-sp .omo-tz.omo-bz {
    left: 26px;
    top: 36px;
    overflow: hidden;
    width: 98px;
    height: 98px;
    border-radius: 30px;
    background: #bfe2ff;
    transform: rotate(-9deg);
}

.omo-sp .omo-tz.omo-bz img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.omo-sp .omo-tz.omo-btq {
    right: 0;
    bottom: 148px;
    width: 178px;
    padding: 16px;
    border-radius: 22px;
    background: var(--butter);
    transform: rotate(7deg);
}

.omo-sp .omo-tz.omo-btq small {
    display: block;
    margin-top: 5px;
    color: #745d21;
    font-size: .78rem;
    font-weight: 800;
}

.omo-sp .omo-tz.omo-tj {
    right: 26px;
    top: 76px;
    padding: 9px 18px;
    border-radius: 999px;
    background: var(--pink);
    color: var(--white);
    transform: rotate(10deg);
}

.omo-pd,
.omo-jm,
.omo-cjwt,
.omo-yhpj {
    padding: 76px 0;
}

.omo-xbt {
    font-size: .82rem;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.omo-bt {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
}

.omo-wb {
    max-width: 560px;
    margin: 0 auto;
    color: var(--muted);
}

.omo-mk {
    max-width: 760px;
    margin: 0 auto 34px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--ink);
    text-align: center;
    transform: none;
}

.omo-mk .omo-xbt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 7px 13px;
    border: 2px solid var(--line);
    border-radius: 999px;
    background: var(--butter);
    color: var(--ink);
    box-shadow: 4px 5px 0 rgba(36, 28, 42, .1);
}

.omo-pd .omo-bj {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 28px;
    align-items: stretch;
}

.omo-pd .omo-pjz {
    border: 2px solid var(--line);
    border-radius: 32px;
    background: rgba(255, 255, 255, .82);
    box-shadow: var(--shadow);
}

.omo-pd .omo-pjz {
    display: grid;
    gap: 12px;
    padding: 18px;
    transform: rotate(1deg);
}

.omo-pd .omo-pj {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    min-height: 74px;
    padding: 13px 16px;
    border: 2px solid var(--line);
    border-radius: 22px;
    background: var(--white);
}

.omo-pd .omo-pj b {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: var(--surface, #fff1f6);
    color: var(--pink-deep);
    font-size: .86rem;
}

.omo-pd .omo-pj strong {
    display: block;
    line-height: 1.2;
}

.omo-pd .omo-pj span {
    color: var(--muted);
    font-size: .86rem;
}

.omo-pd .omo-pj em {
    font-style: normal;
    color: var(--pink-deep);
    font-weight: 950;
}

.omo-pd .omo-bj {
    display: block;
}

.omo-pd .omo-pjz {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
}

.omo-pd .omo-pj {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 190px;
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 6px 7px 0 rgba(36, 28, 42, .08);
}

.omo-pd .omo-pj:nth-child(2) {
    background: #f0fffd;
}

.omo-pd .omo-pj:nth-child(3) {
    background: #fff7d7;
}

.omo-pd .omo-pj:nth-child(4) {
    background: #f5efff;
}

.omo-pd .omo-pj:nth-child(5) {
    background: #fff1f7;
}

.omo-pd .omo-pj:nth-child(6) {
    background: #eff7ff;
}

.omo-pd .omo-pj b {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border: 2px solid var(--line);
    border-radius: 17px;
    background: var(--white);
    font-size: 1.25rem;
}

.omo-pd .omo-pj strong {
    margin-bottom: 7px;
    font-size: 1.14rem;
}

.omo-pd .omo-pj span {
    display: block;
    line-height: 1.55;
}

.omo-pd .omo-pj em {
    display: none;
}

.omo-jm .omo-q {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

.omo-jm .omo-jt {
    overflow: hidden;
    border: 2px solid var(--line);
    border-radius: 28px;
    background: var(--white);
    box-shadow: 8px 9px 0 rgba(36, 28, 42, .11);
}

.omo-jm .omo-jt:nth-child(1) {
    transform: none;
}

.omo-jm .omo-jt:nth-child(2) {
    margin-top: 0;
    transform: none;
}

.omo-jm .omo-jt:nth-child(3) {
    transform: none;
}

.omo-jm .omo-jt:nth-child(4) {
    margin-top: 0;
    transform: none;
}

.omo-cjwt .omo-wdlb {
    display: grid;
    gap: 14px;
    max-width: 880px;
    margin: 0 auto;
}

.omo-cjwt .omo-wdx {
    overflow: hidden;
    border: 2px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 5px 6px 0 rgba(36, 28, 42, .08);
}

.omo-cjwt .omo-wdx summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    cursor: pointer;
    color: var(--ink);
    font-weight: 950;
    list-style: none;
}

.omo-cjwt .omo-wdx summary::-webkit-details-marker {
    display: none;
}

.omo-cjwt .omo-wdx summary i {
    font-size: 22px;
    transition: transform .2s ease;
}

.omo-cjwt .omo-wdx[open] summary i {
    transform: rotate(45deg);
}

.omo-cjwt .omo-wdx p {
    margin: 0;
    padding: 0 22px 20px;
    color: var(--muted);
}

.omo-yhpj .omo-pllb {
    column-count: 3;
    column-gap: 18px;
}

.omo-yhpj .omo-plx {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    min-height: 188px;
    margin: 0 0 18px;
    padding: 24px;
    border: 2px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 6px 7px 0 rgba(36, 28, 42, .08);
    break-inside: avoid;
    vertical-align: top;
}

.omo-yhpj .omo-plx:nth-child(odd) {
    min-height: 224px;
}

.omo-yhpj .omo-plx:nth-child(3n) {
    min-height: 252px;
}

.omo-yhpj .omo-plx:nth-child(2) {
    background: #f0fffd;
}

.omo-yhpj .omo-plx:nth-child(3) {
    background: #fff7d7;
}

.omo-yhpj .omo-plx:nth-child(4) {
    background: #f5efff;
}

.omo-yhpj .omo-plx:nth-child(5) {
    background: #fff1f7;
}

.omo-yhpj .omo-plx:nth-child(6) {
    background: #eff7ff;
}

.omo-yhpj .omo-plx p {
    margin: 0 0 18px;
    color: #53485a;
}

.omo-yhpj .omo-yh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(36, 28, 42, .12);
    margin-top: auto;
}

.omo-yhpj .omo-yh strong {
    display: block;
}

.omo-yhpj .omo-yh span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.omo-ydxz {
    padding: 0 0 76px;
}

.omo-ydxz .omo-nr {
    width: 94%;
    max-width: 1200px;
}

.omo-ydxz .omo-dk {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 24px;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 34px;
    border: 2px solid var(--line);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 109, 158, .28), transparent 34%),
        var(--ink);
    color: var(--white);
    box-shadow: var(--shadow);
}

.omo-ydxz .omo-dk::before {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    height: 10px;
    border-radius: 999px 999px 0 0;
    background: repeating-linear-gradient(
        90deg,
        var(--butter) 0 34px,
        var(--pink) 34px 68px,
        var(--mint) 68px 102px
    );
    content: "";
}

.omo-ydxz .omo-dk::after {
    position: absolute;
    right: 120px;
    bottom: -34px;
    width: 150px;
    height: 150px;
    border: 2px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    content: "";
}

.omo-ydxz .omo-dk > * {
    position: relative;
    z-index: 1;
}

.omo-ydxz .omo-bt {
    margin-bottom: 20px;
    font-size: 30px;
}

.omo-ydxz .omo-wb {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .78);
}

.omo-ydxz .omo-an {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 22px;
    border: 2px solid var(--line);
    border-radius: 999px;
    background: var(--butter);
    color: var(--ink);
    box-shadow: 4px 5px 0 rgba(255, 255, 255, .18);
    font-weight: 950;
    white-space: nowrap;
}

.omo-db {
    padding: 16px 0 42px;
    color: var(--muted);
    text-align: center;
    font-size: .9rem;
}

@media (max-width: 980px) {
    .omo-sp {
        min-height: auto;
        padding-top: 54px;
    }

    .omo-sp .omo-bj {
        grid-template-columns: 1fr;
    }

    .omo-pd .omo-pjz {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .omo-sp .omo-yl {
        min-height: 590px;
        width: 560px;
        max-width: 100%;
        margin-inline: auto;
    }

    .omo-jm .omo-q {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .omo-jm .omo-jt:nth-child(n) {
        grid-column: auto;
        margin-top: 0;
    }

    .omo-yhpj .omo-pllb {
        column-count: 2;
    }
}

@media (max-width: 660px) {
    .omo-sp .omo-nr,
    .omo-pd .omo-nr,
    .omo-jm .omo-nr,
    .omo-cjwt .omo-nr,
    .omo-yhpj .omo-nr,
    .omo-db .omo-nr {
        width: 92%;
    }

    .omo-tb {
        top: 8px;
        width: 94%;
        border-radius: 20px;
    }

    .omo-tb .omo-dh {
        min-height: 62px;
    }

    .omo-tb .omo-lj {
        display: none;
    }

    .omo-tb .omo-an,
    .omo-sp .omo-an {
        min-height: 40px;
        padding-inline: 14px;
    }

    .omo-sp .omo-cz .omo-an {
        width: 100%;
        min-height: 58px;
        padding-inline: 20px;
        justify-content: center;
    }

    .omo-sp .omo-sjlb {
        grid-template-columns: 1fr;
        margin-top: 18px;
        padding: 10px 14px;
        border-radius: 20px;
    }

    .omo-sp .omo-sjx {
        padding: 5px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(36, 28, 42, .1);
        text-align: left;
    }

    .omo-sp .omo-sjx:last-child {
        border-bottom: 0;
    }

    .omo-sp h1 {
        font-size: 42px;
    }

    .omo-sp {
        padding-bottom: 50px;
    }

    .omo-sp .omo-yl {
        min-height: 520px;
    }

    .omo-sp .omo-sjlb,
    .omo-sp .omo-yl {
        display: none;
    }

    .omo-sp .omo-sj.omo-z {
        right: 0;
        width: 72%;
    }

    .omo-sp .omo-sj.omo-c {
        width: 52%;
    }

    .omo-sp .omo-tz.omo-bz {
        left: 0;
        top: 18px;
        width: 80px;
        height: 80px;
    }

    .omo-sp .omo-tz.omo-btq {
        right: 0;
        bottom: 96px;
        width: 150px;
        padding: 12px;
        font-size: .9rem;
    }

    .omo-sp .omo-tz.omo-tj {
        right: 0;
        top: 70px;
    }

    .omo-pd,
    .omo-jm,
    .omo-cjwt,
    .omo-yhpj {
        padding: 54px 0;
    }

    .omo-pd .omo-js {
        min-height: auto;
    }

    .omo-pd .omo-pjz {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .omo-pd .omo-pj {
        grid-template-columns: auto 1fr;
        min-height: auto;
        padding: 18px;
    }

    .omo-pd .omo-pj em {
        grid-column: 2;
    }

    .omo-jm .omo-q {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .omo-jm .omo-jt:nth-child(n+3) {
        display: block;
    }

    .omo-yhpj .omo-pllb {
        column-count: 1;
    }

    .omo-ydxz {
        padding-bottom: 54px;
    }

    .omo-ydxz .omo-dk {
        grid-template-columns: 1fr;
        padding: 24px;
    }
}



/*投诉按钮，严禁改动！！！*/
.report-floating {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #2aa0ea;
    color: #fff;
}

.report-floating i {
    font-size: 18px;
    line-height: 1;
}

