* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.mim-zhuti {
    min-width: 320px;
    margin: 0;
    color: #25190f;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    background:
        linear-gradient(90deg, rgba(92, 56, 18, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(92, 56, 18, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, #fff6c7 0%, #fffdf6 42%, #fff0e8 100%);
    background-size: 34px 34px, 34px 34px, auto;
    overflow-x: hidden;
}

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

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

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

.mim-toubu {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(54, 32, 14, 0.12);
    background: rgba(255, 252, 240, 0.88);
    backdrop-filter: blur(18px);
}

.mim-toubu-nei {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: 20px;
}

.mim-pinpai {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 12px;
    color: #25190f;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: 0;
}

.mim-pinpai img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border: 2px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(255, 183, 0, 0.32);
}

.mim-pinpai-wenzi {
    display: grid;
    gap: 3px;
    line-height: 1;
}

.mim-pinpai-wenzi span {
    font-size: 20px;
    font-weight: 950;
}

.mim-pinpai-wenzi small {
    color: rgba(37, 25, 15, 0.58);
    font-size: 12px;
    font-weight: 400;
}

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

.mim-daohang a,
.mim-dibu-daohang a {
    padding: 10px 12px;
    border-radius: 999px;
    color: rgba(37, 25, 15, 0.72);
    font-size: 14px;
    font-weight: 800;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.mim-daohang a:hover,
.mim-dibu-daohang a:hover {
    color: #25190f;
    background: rgba(255, 201, 23, 0.22);
    transform: translateY(-1px);
}

.mim-tou-anniu,
.mim-dibu-anniu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(52, 30, 14, 0.16);
    border-radius: 999px;
    color: #201006;
    font-size: 14px;
    font-weight: 950;
    background: linear-gradient(135deg, #fff067 0%, #ffc20c 42%, #ff763a 100%);
    box-shadow: 0 12px 28px rgba(255, 146, 31, 0.3);
}

.mim-yingxiong {
    position: relative;
    padding: 88px 0 92px;
    background:
        radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.58) 0, rgba(255, 255, 255, 0) 22%),
        radial-gradient(circle at 86% 76%, rgba(42, 199, 188, 0.24) 0, rgba(42, 199, 188, 0) 26%),
        linear-gradient(130deg, #fff3a9 0%, #ffd532 42%, #ff8252 100%);
    overflow: hidden;
}

.mim-yingxiong::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0%, transparent 58%, rgba(32, 18, 8, 0.94) 58%, rgba(32, 18, 8, 0.94) 100%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px);
    background-size: auto, 40px 40px, 40px 40px;
}

.mim-yingxiong::after {
    content: "MIMEI";
    position: absolute;
    right: -28px;
    bottom: -26px;
    color: rgba(255, 255, 255, 0.16);
    font-size: 150px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
}

.mim-yingxiong-nei {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
    align-items: center;
    gap: 56px;
    min-height: 610px;
}

.mim-yingxiong-wenzi {
    min-width: 0;
}

.mim-xiaobiao {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 10px 15px;
    border: 1px solid rgba(37, 25, 15, 0.18);
    border-radius: 999px;
    color: #25190f;
    font-size: 14px;
    font-weight: 950;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 16px 34px rgba(84, 47, 14, 0.12);
}

.mim-xiaobiao i {
    color: #ff7a36;
    font-size: 18px;
}

h1 {
    max-width: 720px;
    margin: 0;
    color: #1f1208;
    font-size: 70px;
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: 0;
}

.mim-yingxiong-miaoshu {
    max-width: 610px;
    margin: 24px 0 0;
    color: rgba(37, 25, 15, 0.76);
    font-size: 18px;
    line-height: 1.9;
}

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

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

.mim-anniu i {
    font-size: 22px;
}

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

.mim-anniu-zhu {
    color: #fff9df;
    background: #211208;
}

.mim-anniu-ci {
    color: #26170d;
    border: 1px solid rgba(42, 24, 11, 0.18);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 32px rgba(75, 45, 18, 0.12);
}

.mim-yingxiong-tu {
    min-width: 0;
}

.mim-pengpai {
    position: relative;
    min-height: 610px;
    overflow: visible;
}

.mim-pengpai::before {
    content: "";
    position: absolute;
    left: 70px;
    top: 38px;
    width: 430px;
    height: 470px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 206, 18, 0.92) 0%, rgba(255, 119, 60, 0.9) 54%, rgba(36, 201, 190, 0.78) 100%);
    box-shadow: 0 32px 80px rgba(30, 18, 9, 0.3);
    transform: rotate(7deg) skew(-4deg);
}

.mim-pengpai::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 250px;
    width: 560px;
    height: 138px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    transform: rotate(-16deg);
}

.mim-juzi {
    position: absolute;
    left: 18px;
    top: 26px;
    z-index: 4;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    color: #fff9df;
    background: rgba(33, 18, 8, 0.92);
    box-shadow: 0 20px 46px rgba(22, 11, 4, 0.24);
    transform: rotate(-5deg);
}

.mim-juzi span {
    display: block;
    color: #ffc914;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.mim-juzi strong {
    display: block;
    margin-top: 4px;
    font-size: 28px;
    line-height: 1;
    font-weight: 950;
}

.mim-fengmian-da {
    position: absolute;
    left: 178px;
    top: 38px;
    z-index: 3;
    width: 250px;
    height: 480px;
    border: 6px solid #fff7dc;
    border-radius: 8px;
    background: #fff3bd;
    box-shadow: 0 32px 70px rgba(28, 16, 7, 0.32);
    transform: rotate(8deg);
    overflow: hidden;
}

.mim-fengmian-da img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.mim-fengmian-da div {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff9df;
    font-size: 18px;
    font-weight: 950;
    background: rgba(33, 18, 8, 0.82);
    backdrop-filter: blur(12px);
}

.mim-fanzhuan {
    position: absolute;
    left: 10px;
    bottom: 58px;
    z-index: 4;
    width: 230px;
    height: 250px;
    border: 5px solid #ffffff;
    border-radius: 8px;
    background: #fffdf6;
    box-shadow: 0 24px 54px rgba(24, 13, 6, 0.26);
    transform: rotate(-8deg);
    overflow: hidden;
}

.mim-fanzhuan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.mim-fanzhuan div {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    border-radius: 999px;
    color: #25190f;
    font-size: 13px;
    font-weight: 950;
    background: rgba(255, 219, 56, 0.9);
}

.mim-rankpop {
    position: absolute;
    right: 0;
    top: 128px;
    z-index: 5;
    width: 184px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 22px 52px rgba(24, 13, 6, 0.24);
    backdrop-filter: blur(16px);
    transform: rotate(-4deg);
}

.mim-rankpop > div {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #24160c;
    font-size: 13px;
    font-weight: 950;
}

.mim-rankpop i {
    color: #ff7135;
    font-size: 18px;
}

.mim-rankpop img {
    width: 100%;
    height: 228px;
    border-radius: 8px;
    object-fit: cover;
    object-position: top center;
}

.mim-huiyuan {
    position: absolute;
    right: 18px;
    bottom: 108px;
    z-index: 6;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 11px;
    width: 268px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    color: #fff8dc;
    background: rgba(33, 18, 8, 0.88);
    box-shadow: 0 24px 54px rgba(24, 13, 6, 0.28);
    backdrop-filter: blur(16px);
    transform: rotate(4deg);
}

.mim-huiyuan img {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    object-fit: cover;
}

.mim-huiyuan span {
    display: block;
    color: rgba(255, 248, 220, 0.66);
    font-size: 12px;
    font-weight: 900;
}

.mim-huiyuan strong {
    display: block;
    margin-top: 3px;
    font-size: 16px;
    font-weight: 950;
}

.mim-huiyuan > i {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #221208;
    background: #ffc914;
}

.mim-tiaoyue {
    position: absolute;
    left: 250px;
    bottom: 28px;
    z-index: 5;
    display: flex;
    gap: 8px;
}

.mim-tiaoyue span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    color: #24160c;
    font-size: 13px;
    font-weight: 950;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 16px 34px rgba(24, 13, 6, 0.16);
}

.mim-tiaoyue i {
    color: #ff7135;
}

.mim-mokuai {
    padding: 74px 0;
}

.mim-mokuai-tou {
    max-width: 700px;
    margin-bottom: 30px;
}

.mim-mokuai-fubiao {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    color: #8a4a00;
    font-size: 13px;
    font-weight: 950;
    background: rgba(255, 207, 36, 0.3);
}

.mim-mokuai-biaoti {
    margin-top: 14px;
    color: #21150d;
    font-size: 40px;
    line-height: 1.22;
    font-weight: 950;
    letter-spacing: 0;
}

.mim-mokuai-tou p,
.mim-wenti-tou p {
    margin: 14px 0 0;
    color: rgba(37, 25, 15, 0.66);
    font-size: 16px;
    line-height: 1.9;
}

.mim-zhanshi {
    background: rgba(255, 255, 255, 0.38);
}

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

.mim-tupian-ka {
    border: 1px solid rgba(62, 38, 18, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 18px 42px rgba(80, 54, 28, 0.11);
    overflow: hidden;
}

.mim-tupian-ka img {
    width: 100%;
    aspect-ratio: 9 / 14;
    object-fit: cover;
    background: #fff2d7;
}

.mim-tupian-ka div {
    padding: 14px 15px;
    color: #332115;
    font-size: 15px;
    font-weight: 950;
}

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

.mim-youshi-ka {
    position: relative;
    min-height: 208px;
    padding: 22px;
    border: 1px solid rgba(62, 38, 18, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 42px rgba(80, 54, 28, 0.1);
    overflow: hidden;
}

.mim-youshi-ka::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 92px;
    height: 8px;
    background: linear-gradient(90deg, #ffcb17 0%, #ff744c 52%, #34c0b7 100%);
}

.mim-youshi-ka i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    background: #ff9e00;
    box-shadow: 0 12px 24px rgba(255, 153, 0, 0.28);
}

.mim-youshi-ka:nth-child(2n) i {
    background: #32bdb4;
}

.mim-youshi-ka:nth-child(3n) i {
    background: #ff6f57;
}

.mim-youshi-ka div {
    margin-top: 18px;
    color: #21150d;
    font-size: 20px;
    font-weight: 950;
}

.mim-youshi-ka p {
    margin: 10px 0 0;
    color: rgba(37, 25, 15, 0.64);
    font-size: 14px;
    line-height: 1.85;
}

.mim-liucheng {
    background:
        linear-gradient(90deg, rgba(255, 202, 23, 0.15) 0%, rgba(255, 255, 255, 0.56) 38%, rgba(52, 192, 183, 0.12) 100%);
}

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

.mim-shijianzhou::before {
    content: "";
    position: absolute;
    top: 44px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 183, 0, 0.1), rgba(255, 132, 40, 0.6), rgba(48, 190, 181, 0.45));
}

.mim-buzhou {
    position: relative;
    padding: 74px 20px 22px;
    border: 1px solid rgba(62, 38, 18, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 42px rgba(80, 54, 28, 0.1);
}

.mim-buzhou span {
    position: absolute;
    top: 16px;
    left: 18px;
    color: rgba(37, 25, 15, 0.28);
    font-size: 22px;
    font-weight: 950;
}

.mim-buzhou i {
    position: absolute;
    top: 24px;
    right: 18px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 21px;
    background: #2f2015;
}

.mim-buzhou div {
    color: #21150d;
    font-size: 19px;
    font-weight: 950;
}

.mim-buzhou p {
    margin: 10px 0 0;
    color: rgba(37, 25, 15, 0.64);
    font-size: 14px;
    line-height: 1.85;
}

.mim-wenti {
    background: rgba(255, 255, 255, 0.36);
}

.mim-wenti-lie {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mim-wenti-lie details {
    border: 1px solid rgba(62, 38, 18, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 14px 32px rgba(80, 54, 28, 0.08);
    overflow: hidden;
}

.mim-wenti-lie summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 66px;
    padding: 0 20px;
    color: #21150d;
    font-size: 16px;
    font-weight: 950;
    cursor: pointer;
    list-style: none;
}

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

.mim-wenti-lie summary i {
    color: #ff9800;
    font-size: 22px;
    transition: transform 0.2s ease;
}

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

.mim-wenti-lie details p {
    margin: 0;
    padding: 0 20px 20px;
    color: rgba(37, 25, 15, 0.66);
    font-size: 14px;
    line-height: 1.9;
}

.mim-pingjia-qiang {
    columns: 3 280px;
    column-gap: 18px;
}

.mim-pingjia-ka {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    padding: 20px;
    border: 1px solid rgba(62, 38, 18, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 18px 42px rgba(80, 54, 28, 0.1);
    break-inside: avoid;
}

.mim-pingjia-chang {
    padding-bottom: 32px;
}

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

.mim-yonghu > span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 950;
    background: linear-gradient(135deg, #ffcb17 0%, #ff7a36 100%);
}

.mim-yonghu div div {
    color: #21150d;
    font-size: 15px;
    font-weight: 950;
}

.mim-yonghu time {
    display: block;
    margin-top: 3px;
    color: rgba(37, 25, 15, 0.48);
    font-size: 12px;
}

.mim-pingjia-ka p {
    margin: 16px 0 0;
    color: rgba(37, 25, 15, 0.68);
    font-size: 14px;
    line-height: 1.9;
}

.mim-dibu {
    padding: 34px 0 24px;
    color: #fff7e6;
    background:
        linear-gradient(90deg, rgba(255, 202, 23, 0.16) 0%, transparent 30%, rgba(53, 197, 186, 0.12) 100%),
        #2b1a0e;
}

.mim-dibu-nei {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mim-dibu .mim-pinpai,
.mim-dibu-daohang a {
    color: #fff7e6;
}

.mim-dibu .mim-pinpai-wenzi small {
    color: rgba(255, 247, 230, 0.62);
}

.mim-dibu-daohang a:hover {
    background: rgba(255, 255, 255, 0.12);
}

.mim-dibu-anniu {
    color: #201107;
}

.mim-banben {
    padding-top: 18px;
    color: rgba(255, 247, 230, 0.68);
    font-size: 13px;
}

@media (max-width: 1100px) {
    h1 {
        font-size: 58px;
    }

    .mim-yingxiong-nei {
        grid-template-columns: minmax(0, 1fr);
        min-height: auto;
    }

    .mim-yingxiong-tu {
        max-width: 680px;
    }

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

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

    .mim-dibu-nei {
        align-items: flex-start;
        flex-direction: column;
    }
}

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

    .mim-toubu-nei {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        padding: 12px 0;
    }

    .mim-pinpai {
        margin-right: auto;
    }

    .mim-tou-anniu {
        margin-left: auto;
    }

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

    .mim-daohang::-webkit-scrollbar,
    .mim-tupian-lie::-webkit-scrollbar {
        display: none;
    }

    .mim-daohang a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .mim-yingxiong {
        padding: 26px 0 52px;
        background:
            radial-gradient(circle at 72% 12%, rgba(255, 255, 255, 0.76) 0, rgba(255, 255, 255, 0) 24%),
            radial-gradient(circle at 22% 32%, rgba(39, 201, 190, 0.18) 0, rgba(39, 201, 190, 0) 26%),
            linear-gradient(160deg, #fff9df 0%, #ffdf51 45%, #fff2e8 100%);
    }

    .mim-yingxiong::before {
        background:
            linear-gradient(150deg, rgba(32, 18, 8, 0.9) 0%, rgba(32, 18, 8, 0.9) 24%, transparent 24%, transparent 100%),
            linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px),
            linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px);
        background-size: auto, 32px 32px, 32px 32px;
    }

    .mim-yingxiong::after {
        right: -18px;
        bottom: 124px;
        font-size: 74px;
    }

    .mim-yingxiong-nei {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .mim-yingxiong-tu {
        order: -1;
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
    }

    .mim-pengpai {
        min-height: 328px;
    }

    .mim-pengpai::before {
        left: 72px;
        top: 22px;
        width: 214px;
        height: 250px;
        transform: rotate(9deg) skew(-4deg);
    }

    .mim-pengpai::after {
        left: 12px;
        top: 158px;
        width: 360px;
        height: 82px;
    }

    .mim-juzi {
        left: 6px;
        top: 10px;
        padding: 10px 12px;
    }

    .mim-juzi strong {
        font-size: 18px;
    }

    .mim-fengmian-da {
        left: 50%;
        top: 18px;
        width: 148px;
        height: 258px;
        border-width: 4px;
        transform: translateX(-50%) rotate(7deg);
    }

    .mim-fengmian-da div {
        left: 8px;
        right: 8px;
        bottom: 8px;
        min-height: 32px;
        font-size: 13px;
    }

    .mim-fanzhuan {
        left: 4px;
        bottom: 18px;
        width: 130px;
        height: 136px;
        border-width: 3px;
    }

    .mim-fanzhuan div {
        left: 6px;
        right: 6px;
        bottom: 6px;
        min-height: 28px;
        font-size: 11px;
    }

    .mim-rankpop {
        right: 2px;
        top: 78px;
        width: 124px;
        padding: 8px;
    }

    .mim-rankpop > div {
        margin-bottom: 6px;
        font-size: 11px;
    }

    .mim-rankpop img {
        height: 134px;
    }

    .mim-huiyuan {
        right: 16px;
        bottom: 0;
        grid-template-columns: 34px minmax(0, 1fr) 26px;
        width: 210px;
        padding: 9px;
        transform: rotate(3deg);
    }

    .mim-huiyuan img {
        width: 34px;
        height: 34px;
    }

    .mim-huiyuan strong {
        font-size: 13px;
    }

    .mim-huiyuan > i {
        width: 26px;
        height: 26px;
    }

    .mim-tiaoyue {
        left: 18px;
        bottom: 154px;
        flex-direction: column;
        gap: 6px;
    }

    .mim-tiaoyue span {
        min-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }

    h1 {
        font-size: 40px;
        line-height: 1.12;
    }

    .mim-yingxiong-miaoshu {
        font-size: 16px;
        line-height: 1.78;
    }

    .mim-yingxiong-anniu {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        margin-top: 24px;
    }

    .mim-yingxiong-anniu .mim-anniu {
        width: 100%;
    }

    .mim-mokuai {
        padding: 54px 0;
    }

    .mim-mokuai-biaoti {
        font-size: 32px;
    }

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

    .mim-tupian-ka {
        flex: 0 0 78%;
        scroll-snap-align: start;
    }

    .mim-youshi-lie,
    .mim-shijianzhou,
    .mim-wenti-lie {
        grid-template-columns: minmax(0, 1fr);
    }

    .mim-buzhou {
        padding-top: 68px;
    }

    .mim-wenti-lie summary {
        min-height: 60px;
        padding: 0 16px;
        font-size: 15px;
    }

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

    .mim-dibu-daohang {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

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

    .mim-pinpai {
        font-size: 18px;
    }

    .mim-pinpai img {
        width: 40px;
        height: 40px;
    }

    .mim-tou-anniu {
        min-height: 38px;
        padding: 0 12px;
        font-size: 13px;
    }

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

    .mim-xiaobiao {
        width: 100%;
        justify-content: center;
        font-size: 13px;
    }

    h1 {
        font-size: 35px;
    }

    .mim-anniu {
        min-height: 54px;
    }

    .mim-pengpai {
        min-height: 306px;
    }

    .mim-pengpai::before {
        left: 66px;
        width: 190px;
        height: 232px;
    }

    .mim-fengmian-da {
        width: 136px;
        height: 240px;
    }

    .mim-fanzhuan {
        width: 116px;
        height: 124px;
    }

    .mim-rankpop {
        width: 112px;
    }

    .mim-rankpop img {
        height: 120px;
    }

    .mim-huiyuan {
        width: 190px;
    }

    .mim-tupian-ka {
        flex-basis: 84%;
    }
}
