* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.jmc-zhuti {
    min-width: 320px;
    margin: 0;
    color: #201913;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    background:
        linear-gradient(90deg, rgba(32, 25, 19, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(32, 25, 19, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, #fff5df 0%, #fffaf1 42%, #f3ede3 100%);
    background-size: 44px 44px, 44px 44px, auto;
    overflow-x: hidden;
}

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

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

.jmc-kuandu {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.jmc-toubu {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(32, 25, 19, 0.1);
    background: rgba(255, 250, 241, 0.82);
    backdrop-filter: blur(18px);
}

.jmc-toubu-nei {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    gap: 22px;
}

.jmc-pinpai {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 12px;
    color: #201913;
    font-size: 19px;
    font-weight: 950;
    letter-spacing: 0;
}

.jmc-pinpai img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border: 2px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(255, 118, 0, 0.22);
}

.jmc-daohang,
.jmc-dibu-daohang {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.jmc-daohang a,
.jmc-dibu-daohang a {
    padding: 10px 12px;
    color: #695f55;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 8px;
    transition: color 0.2s ease, background 0.2s ease;
}

.jmc-daohang a:hover,
.jmc-dibu-daohang a:hover {
    color: #201913;
    background: rgba(255, 118, 0, 0.12);
}

.jmc-tou-anniu,
.jmc-dibu-anniu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 950;
    white-space: nowrap;
    border-radius: 8px;
    background: #ff7600;
    box-shadow: 0 14px 32px rgba(255, 118, 0, 0.32);
}

.jmc-yingxiong {
    position: relative;
    padding: 86px 0 82px;
    overflow: hidden;
}

.jmc-yingxiong::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.64));
}

.jmc-yingxiong-nei {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.98fr);
    gap: 60px;
}

.jmc-tishi {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    min-height: 38px;
    padding: 0 14px;
    color: #8f4400;
    font-size: 14px;
    font-weight: 850;
    border: 1px solid rgba(255, 118, 0, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 24px rgba(53, 43, 33, 0.08);
}

.jmc-tishi i {
    color: #ff7600;
    font-size: 18px;
}

h1 {
    max-width: 740px;
    margin: 22px 0 0;
    color: #201913;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: 0;
    white-space: nowrap;
}

.jmc-yingxiong-miaoshu {
    max-width: 640px;
    margin: 24px 0 0;
    color: #63594f;
    font-size: 18px;
    line-height: 1.9;
}

.jmc-yingxiong-anniu {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.jmc-anniu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 26px;
    font-size: 16px;
    font-weight: 950;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jmc-anniu i {
    font-size: 23px;
}

.jmc-anniu:hover {
    transform: translateY(-2px);
}

.jmc-anniu-zhu {
    min-width: 230px;
    color: #fff;
    background: linear-gradient(135deg, #ff8a00, #ff4f00);
    box-shadow: 0 24px 50px rgba(255, 118, 0, 0.36);
}

.jmc-anniu-ci {
    color: #201913;
    border: 1px solid rgba(32, 25, 19, 0.14);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 28px rgba(53, 43, 33, 0.1);
}

.jmc-yingxiong-tu {
    position: relative;
}

.jmc-chuansong {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(32, 25, 19, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 239, 215, 0.78)),
        #fff8eb;
    box-shadow: 0 28px 76px rgba(52, 42, 31, 0.18);
}

.jmc-chuansong::before {
    position: absolute;
    inset: 68px -10% auto;
    height: 118px;
    content: "";
    background: linear-gradient(90deg, rgba(255, 118, 0, 0.08), rgba(57, 201, 191, 0.1), rgba(255, 118, 0, 0.08));
    transform: rotate(-3deg);
}

.jmc-chuansong::after {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 50%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(32, 25, 19, 0.16), transparent);
}

.jmc-chuansong-tou {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 48px;
    padding: 0 4px;
}

.jmc-chuansong-tou div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5b5148;
    font-size: 13px;
    font-weight: 950;
}

.jmc-chuansong-tou i {
    color: #39c9bf;
    font-size: 18px;
}

.jmc-chuansong-tou strong {
    color: #201913;
    font-size: 16px;
    font-weight: 950;
}

.jmc-chuansong-tou em {
    color: #9a9188;
    font-size: 13px;
    font-style: normal;
    font-weight: 850;
}

.jmc-guidao {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.jmc-guidao div {
    position: relative;
    overflow: hidden;
    min-height: 148px;
    border: 1px solid rgba(32, 25, 19, 0.1);
    border-radius: 18px;
    background: #201913;
    box-shadow: 0 14px 30px rgba(52, 42, 31, 0.11);
}

.jmc-guidao img {
    width: 100%;
    height: 148px;
    object-fit: cover;
    object-position: top center;
    opacity: 0.9;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.jmc-guidao div:hover img {
    opacity: 1;
    transform: scale(1.04);
}

.jmc-guidao span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    min-height: 28px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    line-height: 28px;
    border-radius: 999px;
    background: rgba(32, 25, 19, 0.76);
}

.jmc-rukou-he {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 66px 1fr 44px;
    align-items: center;
    gap: 14px;
    min-height: 104px;
    padding: 16px;
    color: #fff;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 38%),
        linear-gradient(135deg, #ff8a00, #ff4f00);
    box-shadow: 0 22px 48px rgba(255, 118, 0, 0.3);
}

.jmc-rukou-he img {
    width: 66px;
    height: 66px;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.78);
    border-radius: 16px;
}

.jmc-rukou-he strong {
    display: block;
    font-size: 24px;
    font-weight: 950;
}

.jmc-rukou-he span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.jmc-rukou-he > i {
    display: grid;
    width: 44px;
    height: 44px;
    color: #ff7600;
    font-size: 22px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
}

.jmc-chuansong-di {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.jmc-chuansong-di div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    color: #201913;
    font-size: 13px;
    font-weight: 950;
    border: 1px solid rgba(32, 25, 19, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
}

.jmc-chuansong-di i {
    color: #39c9bf;
    font-size: 18px;
}

.jmc-mokuai {
    padding: 86px 0;
}

.jmc-mokuai-tou {
    display: grid;
    justify-items: center;
    gap: 14px;
    max-width: 720px;
    margin: 0 auto 38px;
    text-align: center;
}

.jmc-mokuai-biaoti {
    color: #201913;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: 0;
}

.jmc-mokuai-tou p,
.jmc-wenti-tou p {
    margin: 0;
    color: #675d54;
    font-size: 16px;
    line-height: 1.8;
}

.jmc-zhanshi {
    background: #fffdf7;
}

.jmc-tupian-lie {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.jmc-tupian-ka {
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(32, 25, 19, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(52, 42, 31, 0.12);
}

.jmc-tupian-ka img {
    width: 100%;
    aspect-ratio: 0.56;
    object-fit: cover;
    object-position: top center;
}

.jmc-tupian-ka div {
    padding: 16px;
    color: #201913;
    font-size: 16px;
    font-weight: 950;
}

.jmc-youshi {
    background:
        linear-gradient(120deg, rgba(255, 118, 0, 0.09), transparent 40%),
        linear-gradient(240deg, rgba(57, 201, 191, 0.1), transparent 42%),
        #f3ede3;
}

.jmc-youshi-lie {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.jmc-youshi-ka {
    min-height: 210px;
    padding: 24px;
    border: 1px solid rgba(32, 25, 19, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 44px rgba(52, 42, 31, 0.1);
}

.jmc-youshi-ka i {
    display: inline-grid;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    color: #fff;
    font-size: 24px;
    place-items: center;
    border-radius: 8px;
    background: #201913;
}

.jmc-youshi-ka:nth-child(2n) i {
    background: #ff7600;
}

.jmc-youshi-ka:nth-child(3n) i {
    background: #39c9bf;
}

.jmc-youshi-ka div {
    color: #201913;
    font-size: 20px;
    font-weight: 950;
}

.jmc-youshi-ka p {
    margin: 12px 0 0;
    color: #675d54;
    font-size: 15px;
    line-height: 1.75;
}

.jmc-liucheng {
    background: #fffdf7;
}

.jmc-shijianzhou {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.jmc-shijianzhou::before {
    position: absolute;
    top: 56px;
    left: 8%;
    right: 8%;
    height: 3px;
    content: "";
    border-radius: 999px;
    background: linear-gradient(90deg, #ff7600, #39c9bf, #5577ff);
}

.jmc-buzhou {
    position: relative;
    z-index: 1;
    min-height: 246px;
    padding: 96px 22px 24px;
    border: 1px solid rgba(32, 25, 19, 0.1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(52, 42, 31, 0.1);
}

.jmc-buzhou span {
    position: absolute;
    top: 22px;
    left: 22px;
    color: rgba(32, 25, 19, 0.18);
    font-size: 32px;
    font-weight: 950;
}

.jmc-buzhou i {
    position: absolute;
    top: 31px;
    right: 22px;
    display: grid;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 22px;
    place-items: center;
    border-radius: 50%;
    background: #ff7600;
}

.jmc-buzhou div {
    color: #201913;
    font-size: 20px;
    font-weight: 950;
}

.jmc-buzhou p {
    margin: 12px 0 0;
    color: #675d54;
    font-size: 15px;
    line-height: 1.75;
}

.jmc-wenti {
    background:
        linear-gradient(180deg, #f3ede3, #fff8ea);
}

.jmc-wenti-nei {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    gap: 42px;
    align-items: start;
}

.jmc-wenti-tou {
    position: sticky;
    top: 112px;
    padding: 30px;
    color: #fff;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 118, 0, 0.92), rgba(32, 25, 19, 0.94)),
        #201913;
    box-shadow: 0 22px 58px rgba(52, 42, 31, 0.16);
}

.jmc-wenti-tou .jmc-mokuai-biaoti,
.jmc-wenti-tou p {
    color: #fff;
}

.jmc-wenti-tou p {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.78);
}

.jmc-wenti-lie {
    display: grid;
    gap: 12px;
}

.jmc-wenti-lie details {
    overflow: hidden;
    border: 1px solid rgba(32, 25, 19, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 13px 34px rgba(52, 42, 31, 0.08);
}

.jmc-wenti-lie summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 68px;
    padding: 0 22px;
    color: #201913;
    font-size: 17px;
    font-weight: 950;
    cursor: pointer;
    list-style: none;
}

.jmc-wenti-lie summary::-webkit-details-marker {
    display: none;
}

.jmc-wenti-lie summary i {
    flex: 0 0 auto;
    color: #ff7600;
    font-size: 24px;
    transition: transform 0.2s ease;
}

.jmc-wenti-lie details[open] summary i {
    transform: rotate(45deg);
}

.jmc-wenti-lie details p {
    margin: 0;
    padding: 0 22px 22px;
    color: #675d54;
    font-size: 15px;
    line-height: 1.8;
}

.jmc-pingjia {
    color: #fff;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, #211b16, #121214);
    background-size: 44px 44px, 44px 44px, auto;
}

.jmc-pingjia .jmc-mokuai-biaoti,
.jmc-pingjia .jmc-mokuai-tou p {
    color: #fff;
}

.jmc-pingjia .jmc-mokuai-tou p {
    color: rgba(255, 255, 255, 0.68);
}

.jmc-pingjia-qiang {
    column-count: 3;
    column-gap: 18px;
}

.jmc-pingjia-ka {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    padding: 22px;
    break-inside: avoid;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.jmc-pingjia-chang {
    padding-bottom: 42px;
}

.jmc-yonghu {
    display: flex;
    align-items: center;
    gap: 12px;
}

.jmc-yonghu > span {
    display: grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    font-weight: 950;
    place-items: center;
    border-radius: 50%;
    background: #ff7600;
}

.jmc-yonghu div div {
    color: #fff;
    font-size: 16px;
    font-weight: 950;
}

.jmc-yonghu time {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
}

.jmc-pingjia-ka p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.85;
}

.jmc-dibu {
    padding: 34px 0 28px;
    border-top: 1px solid rgba(32, 25, 19, 0.1);
    background: #fffdf7;
}

.jmc-dibu-nei {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.jmc-banben {
    margin-top: 22px;
    color: #80766c;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 1080px) {
    .jmc-yingxiong-nei {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .jmc-yingxiong-tu {
        width: min(760px, 100%);
        margin: 0 auto;
    }

    .jmc-youshi-lie,
    .jmc-shijianzhou {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jmc-shijianzhou::before {
        display: none;
    }

    .jmc-wenti-nei {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .jmc-wenti-tou {
        position: static;
        text-align: center;
    }

    .jmc-pingjia-qiang {
        column-count: 2;
    }

    .jmc-dibu-nei {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 860px) {
    .jmc-kuandu {
        width: min(100% - 28px, 1180px);
    }

    .jmc-toubu-nei {
        flex-wrap: wrap;
        gap: 10px;
        padding: 12px 0;
    }

    .jmc-pinpai span {
        font-size: 17px;
    }

    .jmc-daohang {
        order: 3;
        justify-content: flex-start;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    .jmc-daohang::-webkit-scrollbar {
        display: none;
    }

    .jmc-daohang a {
        padding: 8px 10px;
        font-size: 13px;
    }

    .jmc-yingxiong {
        padding: 56px 0 64px;
    }

    h1 {
        font-size: clamp(27px, 8vw, 44px);
    }

    .jmc-yingxiong-miaoshu {
        font-size: 16px;
    }

    .jmc-yingxiong-anniu {
        flex-direction: column;
        align-items: stretch;
    }

    .jmc-anniu {
        width: 100%;
    }

    .jmc-yingxiong-tu {
        padding: 0;
    }

    .jmc-chuansong {
        width: min(720px, 100%);
        margin: 0 auto;
    }

    .jmc-guidao div {
        min-height: 132px;
    }

    .jmc-guidao img {
        height: 132px;
    }

    .jmc-mokuai {
        padding: 62px 0;
    }

    .jmc-tupian-lie {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding: 2px 2px 18px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .jmc-tupian-ka {
        flex: 0 0 min(74vw, 280px);
        scroll-snap-align: start;
    }

    .jmc-dibu-daohang {
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .jmc-tishi {
        width: 100%;
        justify-content: center;
        padding: 0 12px;
        font-size: 13px;
        text-align: center;
    }

    .jmc-chuansong {
        padding: 14px;
    }

    .jmc-chuansong-tou {
        display: grid;
        justify-items: center;
        gap: 8px;
        text-align: center;
    }

    .jmc-guidao {
        grid-template-columns: 1fr;
    }

    .jmc-guidao div {
        min-height: 172px;
    }

    .jmc-guidao img {
        height: 172px;
    }

    .jmc-rukou-he {
        grid-template-columns: 58px 1fr;
        padding: 14px;
    }

    .jmc-rukou-he img {
        width: 58px;
        height: 58px;
    }

    .jmc-rukou-he strong {
        font-size: 20px;
    }

    .jmc-rukou-he > i {
        display: none;
    }

    .jmc-chuansong-di {
        grid-template-columns: 1fr;
    }

    .jmc-chuansong-di div {
        min-height: 46px;
    }

    .jmc-youshi-lie,
    .jmc-shijianzhou {
        grid-template-columns: 1fr;
    }

    .jmc-youshi-ka,
    .jmc-buzhou {
        min-height: auto;
    }

    .jmc-shijianzhou {
        position: relative;
    }

    .jmc-shijianzhou::after {
        position: absolute;
        top: 18px;
        bottom: 18px;
        left: 34px;
        width: 3px;
        content: "";
        border-radius: 999px;
        background: linear-gradient(180deg, #ff7600, #39c9bf, #5577ff);
    }

    .jmc-buzhou {
        padding: 22px 20px 22px 86px;
    }

    .jmc-buzhou span {
        top: 22px;
        left: 20px;
        font-size: 22px;
    }

    .jmc-buzhou i {
        top: 58px;
        left: 16px;
        right: auto;
        width: 38px;
        height: 38px;
        font-size: 20px;
    }

    .jmc-wenti-tou {
        padding: 24px;
    }

    .jmc-wenti-lie summary {
        min-height: 64px;
        padding: 0 18px;
        font-size: 15px;
    }

    .jmc-wenti-lie details p {
        padding: 0 18px 18px;
    }

    .jmc-pingjia-qiang {
        column-count: 1;
    }

    .jmc-dibu-nei {
        align-items: stretch;
    }

    .jmc-dibu-pinpai,
    .jmc-dibu-anniu {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 430px) {
    .jmc-kuandu {
        width: min(100% - 22px, 1180px);
    }

    .jmc-pinpai img {
        width: 38px;
        height: 38px;
    }

    .jmc-pinpai span {
        max-width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .jmc-tou-anniu {
        width: 40px;
        min-height: 40px;
        padding: 0;
    }

    .jmc-tou-anniu span {
        display: none;
    }

    h1 {
        font-size: clamp(24px, 6.8vw, 32px);
    }

    .jmc-mokuai-biaoti {
        font-size: 28px;
    }
}
