:root {
    --hdm-hei: #07080d;
    --hdm-shen: #0c0f18;
    --hdm-ka: #111622;
    --hdm-kaqian: #171c28;
    --hdm-jin: #ffc81a;
    --hdm-jinqian: #ffe88a;
    --hdm-lan: #607cff;
    --hdm-lv: #43e5b2;
    --hdm-hong: #ff6379;
    --hdm-bai: #f7f8fc;
    --hdm-hui: #9ba3b4;
    --hdm-xian: rgba(255, 255, 255, .09);
    --hdm-yinying: 0 30px 80px rgba(0, 0, 0, .42);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

body {
    min-width: 320px;
    overflow-x: hidden;
    color: var(--hdm-bai);
    background:
        radial-gradient(circle at 20% 0%, rgba(96, 124, 255, .1), transparent 26%),
        var(--hdm-hei);
    font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
    -webkit-font-smoothing: antialiased;
}

body::before {
    position: fixed;
    z-index: -1;
    inset: 0;
    content: "";
    opacity: .16;
    background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

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

button,
summary {
    font: inherit;
}

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

.hdm-kuang {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.hdm-toubu {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    background: rgba(7, 8, 13, .74);
    backdrop-filter: blur(22px) saturate(130%);
}

.hdm-daohang {
    display: grid;
    grid-template-columns: 230px 1fr 150px;
    align-items: center;
    min-height: 78px;
}

.hdm-pinpaibiao {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    width: max-content;
    font-size: 17px;
    font-weight: 800;
}

.hdm-pinpaibiao img {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    box-shadow: 0 9px 24px rgba(255, 200, 26, .15);
}

.hdm-daohanglan {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.hdm-daohangxiang {
    position: relative;
    padding: 28px 0;
    color: #aeb4c1;
    font-size: 14px;
    transition: color .25s ease;
}

.hdm-daohangxiang::after {
    position: absolute;
    right: 50%;
    bottom: 18px;
    left: 50%;
    height: 2px;
    content: "";
    border-radius: 2px;
    background: var(--hdm-jin);
    transition: right .25s ease, left .25s ease;
}

.hdm-daohangxiang:hover,
.hdm-daohangxiang.hdm-xuanzhong {
    color: #fff;
}

.hdm-daohangxiang:hover::after,
.hdm-daohangxiang.hdm-xuanzhong::after {
    right: 25%;
    left: 25%;
}

.hdm-toubuanniu,
.hdm-dibuxiazai {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    justify-self: end;
    height: 44px;
    padding: 0 20px;
    border: 1px solid rgba(255, 216, 77, .45);
    border-radius: 10px;
    color: #141109;
    background: linear-gradient(110deg, #ffbd05, #ffe991 62%, #ffcd24);
    box-shadow: 0 10px 30px rgba(255, 194, 16, .14), inset 0 1px rgba(255, 255, 255, .75);
    font-size: 14px;
    font-weight: 800;
    transition: transform .25s ease, box-shadow .25s ease;
}

.hdm-toubuanniu:hover,
.hdm-dibuxiazai:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(255, 194, 16, .25), inset 0 1px rgba(255, 255, 255, .75);
}

.hdm-caidananniu {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--hdm-xian);
    border-radius: 10px;
    color: white;
    background: rgba(255, 255, 255, .05);
    font-size: 21px;
    cursor: pointer;
}

.hdm-shouye {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 780px;
    overflow: hidden;
    padding: 132px 0 84px;
}

.hdm-shouye::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(7, 8, 13, .2), transparent 50%), radial-gradient(circle at 82% 35%, rgba(255, 200, 26, .1), transparent 28%);
}

.hdm-shouyeguang {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

.hdm-shouyeguangyi {
    top: 140px;
    right: -130px;
    width: 550px;
    height: 550px;
    border: 1px solid rgba(255, 200, 26, .16);
    box-shadow: inset 0 0 100px rgba(255, 200, 26, .05), 0 0 120px rgba(255, 200, 26, .04);
}

.hdm-shouyeguanger {
    top: 250px;
    right: 90px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(96, 124, 255, .2);
}

.hdm-shouyeneirong {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 52px;
}

.hdm-xiaobiaoqian,
.hdm-mokuaixiaobiao {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--hdm-jin);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
}

.hdm-xiaobiaoqian {
    margin-bottom: 25px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 200, 26, .24);
    border-radius: 999px;
    background: rgba(255, 200, 26, .06);
}

.hdm-zhuangtaodian {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--hdm-jin);
    box-shadow: 0 0 0 5px rgba(255, 200, 26, .1), 0 0 14px var(--hdm-jin);
}

h1 {
    max-width: 640px;
    font-size: clamp(48px, 5.3vw, 76px);
    line-height: 1.08;
    letter-spacing: 0;
    font-weight: 800;
}

h1 span {
    color: transparent;
    background: linear-gradient(100deg, #fff 4%, #fff2ba 46%, #ffc81a 76%, #fff1a5);
    background-clip: text;
    -webkit-background-clip: text;
}

.hdm-shouyemiaoshu {
    max-width: 570px;
    margin-top: 25px;
    color: #a7adba;
    font-size: 17px;
    line-height: 1.9;
}

.hdm-shouyeanniuqu {
    display: flex;
    gap: 14px;
    margin-top: 35px;
}

.hdm-zhuanniu {
    display: grid;
    grid-template-columns: 44px 1fr 20px;
    align-items: center;
    gap: 12px;
    min-width: 250px;
    min-height: 66px;
    padding: 8px 17px 8px 10px;
    border: 1px solid #ffe36c;
    border-radius: 13px;
    color: #151105;
    background: linear-gradient(105deg, #ffba00, #ffe78b 58%, #ffc711);
    box-shadow: 0 16px 36px rgba(255, 190, 0, .22), inset 0 1px rgba(255, 255, 255, .9);
    font-weight: 800;
    transition: transform .25s ease, box-shadow .25s ease;
}

.hdm-zhuanniu:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 42px rgba(255, 190, 0, .32), inset 0 1px rgba(255, 255, 255, .9);
}

.hdm-anniuicon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(8, 9, 14, .9);
    color: var(--hdm-jin);
    font-size: 22px;
}

.hdm-anniuwenzi {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.25;
}

.hdm-anniuwenzi small {
    opacity: .62;
    font-size: 10px;
    font-weight: 600;
}

.hdm-cianniu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 66px;
    padding: 0 24px;
    border: 1px solid var(--hdm-xian);
    border-radius: 13px;
    color: #e6e8ed;
    background: rgba(255, 255, 255, .045);
    backdrop-filter: blur(12px);
    font-size: 15px;
    font-weight: 700;
    transition: border-color .25s ease, background .25s ease;
}

.hdm-cianniu i {
    color: var(--hdm-jin);
    font-size: 21px;
}

.hdm-cianniu:hover {
    border-color: rgba(255, 200, 26, .35);
    background: rgba(255, 255, 255, .075);
}

.hdm-shouyeshuju {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 38px;
}

.hdm-shouyeshuju div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hdm-shouyeshuju strong {
    font-size: 18px;
}

.hdm-shouyeshuju span:not(.hdm-fengexian) {
    color: #777f90;
    font-size: 11px;
}

.hdm-fengexian {
    width: 1px;
    height: 30px;
    background: var(--hdm-xian);
}

.hdm-shouyeshijue {
    position: relative;
    min-height: 570px;
}

.hdm-shoujibeijing {
    position: absolute;
    top: 4%;
    left: 50%;
    width: 390px;
    height: 540px;
    transform: translateX(-44%) rotate(8deg);
    border: 1px solid rgba(255, 200, 26, .2);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(255, 200, 26, .12), rgba(96, 124, 255, .03));
    box-shadow: inset 0 0 90px rgba(255, 200, 26, .05), 0 0 100px rgba(255, 200, 26, .06);
}

.hdm-shoujiyangji {
    position: absolute;
    z-index: 3;
    top: 5px;
    left: 50%;
    width: 282px;
    height: 568px;
    padding: 8px;
    overflow: hidden;
    transform: translateX(-42%) rotate(3deg);
    border: 1px solid rgba(255, 255, 255, .23);
    border-radius: 40px;
    background: linear-gradient(145deg, #414653, #0e1017 10%, #05060a 90%, #555b68);
    box-shadow: -25px 40px 80px rgba(0, 0, 0, .6), 22px 28px 65px rgba(255, 196, 23, .1), inset 0 0 0 2px rgba(0, 0, 0, .6);
}

.hdm-shoujiyangji > img {
    width: 100%;
    height: 100%;
    border-radius: 32px;
    object-fit: cover;
    object-position: top;
}

.hdm-shoujidingbu {
    position: absolute;
    z-index: 4;
    top: 16px;
    right: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-size: 10px;
}

.hdm-shoujidingbu > span:last-child {
    display: flex;
    gap: 4px;
}

.hdm-shoujilingdongdao {
    position: absolute;
    top: -3px;
    left: 50%;
    width: 70px;
    height: 20px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #050505;
}

.hdm-shoujiguang {
    position: absolute;
    z-index: 4;
    top: 12%;
    right: -35%;
    width: 80%;
    height: 70%;
    transform: rotate(-18deg);
    opacity: .28;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .14), transparent);
    pointer-events: none;
}

.hdm-xuanfupian {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    background: rgba(19, 23, 35, .78);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .34);
    backdrop-filter: blur(18px) saturate(140%);
    font-size: 12px;
}

.hdm-xuanfupian span:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-weight: 700;
}

.hdm-xuanfupian small {
    color: #8e96a8;
    font-size: 9px;
    font-weight: 500;
}

.hdm-xuanfupianyi {
    top: 92px;
    left: -15px;
}

.hdm-xuanfupianer {
    right: -14px;
    bottom: 100px;
}

.hdm-xuanfutu,
.hdm-xuanfutouxiang {
    display: grid !important;
    place-items: center;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 17px;
}

.hdm-lanse {
    color: #cad4ff;
    background: linear-gradient(145deg, #5476ff, #283463);
    box-shadow: 0 0 22px rgba(96, 124, 255, .35);
}

.hdm-xuanfutouxiang {
    color: #ffd6dd;
    background: linear-gradient(145deg, #ff6379, #612637);
}

.hdm-xuanfubiaoqian {
    position: absolute;
    z-index: 5;
    right: 18px;
    top: 52px;
    padding: 9px 13px;
    transform: rotate(4deg);
    border: 1px solid rgba(255, 200, 26, .28);
    border-radius: 999px;
    color: var(--hdm-jinqian);
    background: rgba(55, 44, 9, .58);
    backdrop-filter: blur(12px);
    font-size: 11px;
    font-weight: 700;
}

.hdm-gundongtishi {
    position: absolute;
    bottom: 26px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translateX(-50%);
    color: #626979;
    font-size: 10px;
    letter-spacing: .12em;
}

.hdm-gundongtishi i {
    color: var(--hdm-jin);
}

.hdm-mokuai {
    position: relative;
    padding: 108px 0;
}

.hdm-biaotou {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 52px;
}

.hdm-biaotou > p,
.hdm-juzhongbiaotou > p {
    max-width: 440px;
    color: var(--hdm-hui);
    font-size: 14px;
    line-height: 1.8;
}

.hdm-mokuaixiaobiao {
    margin-bottom: 16px;
    text-transform: uppercase;
}

.hdm-mokuaixiaobiao i {
    font-size: 18px;
}

.hdm-mokuaibiaoti {
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 800;
}

.hdm-mokuaibiaoti span {
    color: var(--hdm-jin);
}

.hdm-juzhongbiaotou {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 54px;
    text-align: center;
}

.hdm-juzhongbiaotou > p {
    margin-top: 16px;
}

.hdm-zhanshi {
    border-top: 1px solid rgba(255, 255, 255, .04);
    background: linear-gradient(180deg, #090b12, #0b0e17 56%, #080a10);
}

.hdm-tuji {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}

.hdm-tupianxiang {
    min-width: 0;
}

.hdm-tupianxia {
    margin-top: 42px;
}

.hdm-tupiankuang {
    position: relative;
    aspect-ratio: .52;
    padding: 7px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 26px;
    background: linear-gradient(145deg, #313643, #090b11 7%, #090a0f 92%, #424957);
    box-shadow: 0 28px 52px rgba(0, 0, 0, .34);
}

.hdm-tupiankuang::after {
    position: absolute;
    z-index: 2;
    inset: 7px;
    content: "";
    border-radius: 19px;
    box-shadow: inset 0 -80px 80px rgba(4, 5, 9, .15), inset 0 0 0 1px rgba(255, 255, 255, .05);
    pointer-events: none;
}

.hdm-tupiankuang img {
    width: 100%;
    height: 100%;
    border-radius: 19px;
    object-fit: cover;
    object-position: top;
    transition: transform .55s ease;
}

.hdm-tupianxiang:hover img {
    transform: scale(1.025);
}

.hdm-tupianxiang figcaption {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.hdm-tupianxiang figcaption > span {
    color: var(--hdm-jin);
    font-size: 11px;
    font-weight: 800;
}

.hdm-tupianxiang figcaption div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.hdm-tupianxiang figcaption strong {
    font-size: 15px;
}

.hdm-tupianxiang figcaption small {
    color: #7f8797;
    font-size: 11px;
    line-height: 1.55;
}

.hdm-huadongtishi {
    display: none;
}

.hdm-liangdian {
    overflow: hidden;
}

.hdm-liangdian::before {
    position: absolute;
    top: 15%;
    left: -250px;
    width: 500px;
    height: 500px;
    content: "";
    border-radius: 50%;
    background: rgba(96, 124, 255, .08);
    filter: blur(100px);
}

.hdm-liangdiangezi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--hdm-xian);
    border-left: 1px solid var(--hdm-xian);
}

.hdm-liangdianxiang {
    position: relative;
    min-height: 286px;
    overflow: hidden;
    padding: 34px;
    border-right: 1px solid var(--hdm-xian);
    border-bottom: 1px solid var(--hdm-xian);
    background: rgba(255, 255, 255, .018);
    transition: background .3s ease;
}

.hdm-liangdianxiang:hover {
    background: rgba(255, 255, 255, .045);
}

.hdm-liangdianzhongdian {
    background: linear-gradient(145deg, rgba(255, 200, 26, .15), rgba(255, 200, 26, .025));
}

.hdm-liangdianicon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 29px;
    border: 1px solid rgba(255, 200, 26, .2);
    border-radius: 12px;
    color: var(--hdm-jin);
    background: rgba(255, 200, 26, .08);
    font-size: 23px;
}

.hdm-liangdianxuhao {
    position: absolute;
    top: 30px;
    right: 30px;
    color: rgba(255, 255, 255, .13);
    font-size: 13px;
    font-weight: 700;
}

.hdm-xiangbiaoti {
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 800;
}

.hdm-liangdianxiang p,
.hdm-zhouxiang p {
    color: #8991a1;
    font-size: 13px;
    line-height: 1.85;
}

.hdm-xuanxiangyanzi {
    display: flex;
    gap: 7px;
    margin-top: 18px;
}

.hdm-xuanxiangyanzi span {
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 6px;
    color: #b8bfcc;
    background: rgba(255, 255, 255, .035);
    font-size: 9px;
}

.hdm-xuanxiangyanzi span:first-child {
    border-color: rgba(255, 200, 26, .3);
    color: #ffe790;
    background: rgba(255, 200, 26, .08);
}

.hdm-liucheng {
    background: #0b0e15;
}

.hdm-shijianzhou {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
    align-items: start;
}

.hdm-shijianzhou::before {
    position: absolute;
    top: 31px;
    right: 5%;
    left: 5%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 200, 26, .28), rgba(96, 124, 255, .22), transparent);
}

.hdm-zhouxiang {
    position: relative;
    z-index: 2;
}

.hdm-zhoujiedian {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-bottom: 23px;
    border: 1px solid rgba(255, 200, 26, .25);
    border-radius: 16px;
    color: var(--hdm-jin);
    background: linear-gradient(145deg, #20232d, #0c0e14);
    box-shadow: 0 0 0 7px #0b0e15, 0 14px 34px rgba(0, 0, 0, .3);
    font-size: 25px;
}

.hdm-zhoubuzhou {
    display: inline-block;
    margin-bottom: 10px;
    color: #5f6880;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

.hdm-zhouxiang p {
    max-width: 220px;
}

.hdm-zhoujiantou {
    position: relative;
    z-index: 3;
    display: grid;
    place-items: center;
    height: 62px;
    color: #565e6e;
}

.hdm-pingjia {
    overflow: hidden;
}

.hdm-pingjia::after {
    position: absolute;
    right: -220px;
    bottom: 0;
    width: 480px;
    height: 480px;
    content: "";
    border-radius: 50%;
    background: rgba(255, 200, 26, .06);
    filter: blur(100px);
}

.hdm-pingjiapubu {
    column-count: 3;
    column-gap: 18px;
}

.hdm-pingjiaxiang {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
    padding: 27px;
    break-inside: avoid;
    border: 1px solid var(--hdm-xian);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(25, 30, 44, .8), rgba(14, 17, 25, .8));
    box-shadow: 0 20px 50px rgba(0, 0, 0, .13);
}

.hdm-pingjiaxiang:nth-child(2),
.hdm-pingjiaxiang:nth-child(5) {
    padding-bottom: 38px;
}

.hdm-pingjiading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.hdm-pingjiaxing {
    color: var(--hdm-jin);
    font-size: 11px;
    letter-spacing: .15em;
}

.hdm-pingjiading i {
    color: rgba(255, 200, 26, .16);
    font-size: 34px;
}

.hdm-pingjiaxiang > p {
    color: #bbc0ca;
    font-size: 14px;
    line-height: 1.9;
}

.hdm-yonghu {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 23px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.hdm-yonghutou {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: white;
    font-size: 13px;
    font-weight: 800;
}

.hdm-touyi { background: linear-gradient(145deg, #ff9762, #913b43); }
.hdm-touer { background: linear-gradient(145deg, #637eff, #3d315f); }
.hdm-tousan { background: linear-gradient(145deg, #43cda1, #23564e); }
.hdm-tousi { background: linear-gradient(145deg, #e66fb2, #664065); }
.hdm-touwu { background: linear-gradient(145deg, #e7bc36, #6b5224); }
.hdm-touliu { background: linear-gradient(145deg, #67bff9, #374c77); }

.hdm-yonghu > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hdm-yonghu strong {
    font-size: 12px;
}

.hdm-yonghu small {
    color: #6f7787;
    font-size: 9px;
}

.hdm-wenti {
    background: linear-gradient(180deg, #0b0e15, #080a0f);
}

.hdm-wentibuju {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 85px;
}

.hdm-wentizuobian {
    position: sticky;
    top: 130px;
    align-self: start;
}

.hdm-wentizuobian > p {
    max-width: 380px;
    margin-top: 20px;
    color: var(--hdm-hui);
    font-size: 14px;
    line-height: 1.8;
}

.hdm-lianxilianjie {
    display: grid;
    grid-template-columns: 44px 1fr 20px;
    align-items: center;
    gap: 12px;
    max-width: 300px;
    margin-top: 32px;
    padding: 12px;
    border: 1px solid var(--hdm-xian);
    border-radius: 8px;
    background: rgba(255, 255, 255, .025);
}

.hdm-lianxilianjie > i:first-child {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    color: var(--hdm-jin);
    background: rgba(255, 200, 26, .1);
    font-size: 21px;
}

.hdm-lianxilianjie span {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 700;
}

.hdm-lianxilianjie small {
    color: #747d8e;
    font-size: 9px;
    font-weight: 500;
}

.hdm-wentixiang {
    border-bottom: 1px solid var(--hdm-xian);
}

.hdm-wentixiang:first-child {
    border-top: 1px solid var(--hdm-xian);
}

.hdm-wentixiang summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 78px;
    padding: 0 4px;
    color: #e7e9ef;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    font-weight: 700;
}

.hdm-wentixiang summary::-webkit-details-marker {
    display: none;
}

.hdm-wentixiang summary span {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hdm-wentixiang summary b {
    color: #4d5565;
    font-size: 10px;
}

.hdm-wentixiang summary > i {
    flex: 0 0 auto;
    color: var(--hdm-jin);
    font-size: 20px;
    transition: transform .25s ease;
}

.hdm-wentixiang[open] summary > i {
    transform: rotate(45deg);
}

.hdm-wentixiang[open] summary {
    color: var(--hdm-jinqian);
}

.hdm-wentidaan {
    padding: 0 52px 25px 34px;
    color: #8f97a7;
    font-size: 13px;
    line-height: 1.9;
}

.hdm-wentidaan a {
    color: var(--hdm-jin);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hdm-xiazai {
    padding: 40px 0 110px;
    background: #080a0f;
}

.hdm-xiazaika {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 250px;
    overflow: hidden;
    padding: 48px 56px;
    border: 1px solid rgba(255, 213, 70, .38);
    border-radius: 8px;
    background: linear-gradient(115deg, #201a08, #11131a 50%, #1e210e);
    box-shadow: inset 0 1px rgba(255, 255, 255, .1), 0 30px 80px rgba(0, 0, 0, .3);
}

.hdm-xiazaika::before {
    position: absolute;
    top: -130px;
    right: 18%;
    width: 280px;
    height: 500px;
    content: "";
    transform: rotate(28deg);
    background: linear-gradient(90deg, transparent, rgba(255, 238, 170, .1), transparent);
}

.hdm-xiazaiguang {
    position: absolute;
    right: -70px;
    bottom: -170px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 200, 26, .16);
    filter: blur(70px);
}

.hdm-xiazaineirong,
.hdm-xiazaianniuqu {
    position: relative;
    z-index: 2;
}

.hdm-xiazaineirong {
    display: flex;
    align-items: center;
    gap: 22px;
}

.hdm-xiazaineirong img {
    width: 86px;
    height: 86px;
    border-radius: 21px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .36);
}

.hdm-xiazaibiaoti {
    margin-bottom: 9px;
    font-size: 29px;
    font-weight: 800;
}

.hdm-xiazaineirong p {
    max-width: 500px;
    color: #a4a9b3;
    font-size: 13px;
}

.hdm-xiazaianniuqu {
    display: flex;
    gap: 10px;
}

.hdm-xiazaianniu,
.hdm-erweimati {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    gap: 10px;
    min-width: 145px;
    height: 60px;
    padding: 0 16px;
    border-radius: 10px;
}

.hdm-xiazaianniu {
    color: #151105;
    background: linear-gradient(110deg, var(--hdm-jin), #ffe993);
    box-shadow: 0 14px 35px rgba(255, 200, 26, .2);
}

.hdm-erweimati {
    border: 1px solid var(--hdm-xian);
    background: rgba(255, 255, 255, .05);
}

.hdm-xiazaianniu > i,
.hdm-erweimati > i {
    font-size: 25px;
}

.hdm-xiazaianniu span,
.hdm-erweimati span {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 800;
}

.hdm-xiazaianniu small,
.hdm-erweimati small {
    opacity: .62;
    font-size: 8px;
    font-weight: 600;
}

.hdm-dibu {
    border-top: 1px solid var(--hdm-xian);
    background: #06070a;
}

.hdm-dibushang {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 112px;
}

.hdm-dibudaohang {
    display: flex;
    gap: 26px;
}

.hdm-dibudaohang a {
    color: #8c93a0;
    font-size: 12px;
}

.hdm-dibudaohang a:hover {
    color: var(--hdm-jin);
}

.hdm-dibuxiazai {
    height: 40px;
    padding: 0 16px;
    font-size: 12px;
}

.hdm-dibuxia {
    display: flex;
    justify-content: space-between;
    padding: 18px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, .05);
    color: #525967;
    font-size: 10px;
}

@media (max-width: 1020px) {
    .hdm-daohang {
        grid-template-columns: 200px 1fr 130px;
    }

    .hdm-daohanglan {
        gap: 17px;
    }

    .hdm-daohangxiang {
        font-size: 12px;
    }

    .hdm-shouyeneirong {
        gap: 20px;
    }

    .hdm-xuanfupianyi {
        left: -35px;
    }

    .hdm-xuanfupianer {
        right: -20px;
    }

    .hdm-xiazaika {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }

    .hdm-wentibuju {
        gap: 45px;
    }
}

@media (max-width: 820px) {
    .hdm-kuang {
        width: min(100% - 32px, 620px);
    }

    .hdm-toubu {
        background: rgba(7, 8, 13, .9);
    }

    .hdm-daohang {
        position: relative;
        display: flex;
        justify-content: space-between;
        min-height: 68px;
    }

    .hdm-pinpaibiao {
        font-size: 15px;
    }

    .hdm-pinpaibiao img {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .hdm-toubuanniu {
        display: none;
    }

    .hdm-caidananniu {
        display: grid;
        place-items: center;
    }

    .hdm-daohanglan {
        position: absolute;
        top: 59px;
        right: 0;
        left: 0;
        display: flex;
        visibility: hidden;
        overflow: hidden;
        flex-direction: column;
        gap: 0;
        max-height: 0;
        padding: 0 10px;
        border: 1px solid transparent;
        border-radius: 8px;
        opacity: 0;
        background: rgba(15, 18, 27, .98);
        box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
        transition: max-height .3s ease, opacity .25s ease, padding .3s ease;
    }

    .hdm-daohanglan.hdm-dakai {
        visibility: visible;
        max-height: 420px;
        padding: 10px;
        border-color: var(--hdm-xian);
        opacity: 1;
    }

    .hdm-daohangxiang {
        width: 100%;
        padding: 13px 14px;
        border-bottom: 1px solid rgba(255, 255, 255, .05);
        border-radius: 6px;
        font-size: 13px;
    }

    .hdm-daohangxiang::after {
        display: none;
    }

    .hdm-daohangxiang:hover,
    .hdm-daohangxiang.hdm-xuanzhong {
        color: var(--hdm-jin);
        background: rgba(255, 200, 26, .06);
    }

    .hdm-shouye {
        display: block;
        min-height: auto;
        padding: 116px 0 84px;
    }

    .hdm-shouyeneirong {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .hdm-shouyewenan {
        text-align: center;
    }

    .hdm-shouyemiaoshu {
        margin-right: auto;
        margin-left: auto;
        font-size: 15px;
    }

    .hdm-shouyeanniuqu {
        justify-content: center;
    }

    .hdm-shouyeshuju {
        justify-content: center;
    }

    .hdm-shouyeshijue {
        width: min(100%, 540px);
        margin: 0 auto;
    }

    .hdm-xuanfupianyi {
        left: 0;
    }

    .hdm-xuanfupianer {
        right: 0;
    }

    .hdm-gundongtishi {
        display: none;
    }

    .hdm-mokuai {
        padding: 82px 0;
    }

    .hdm-biaotou {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 38px;
    }

    .hdm-tuji {
        display: flex;
        width: calc(100vw - 16px);
        margin-right: calc(50% - 50vw);
        padding-right: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .hdm-tuji::-webkit-scrollbar {
        display: none;
    }

    .hdm-tupianxiang {
        flex: 0 0 min(72vw, 310px);
        scroll-snap-align: start;
    }

    .hdm-tupianxia {
        margin-top: 0;
    }

    .hdm-huadongtishi {
        display: flex;
        align-items: center;
        gap: 7px;
        margin-top: 25px;
        color: #687182;
        font-size: 10px;
    }

    .hdm-liangdiangezi {
        grid-template-columns: repeat(2, 1fr);
    }

    .hdm-shijianzhou {
        grid-template-columns: 1fr 1fr;
        gap: 38px;
    }

    .hdm-shijianzhou::before,
    .hdm-zhoujiantou {
        display: none;
    }

    .hdm-pingjiapubu {
        column-count: 2;
    }

    .hdm-wentibuju {
        grid-template-columns: 1fr;
    }

    .hdm-wentizuobian {
        position: static;
    }

    .hdm-dibushang {
        grid-template-columns: 1fr auto;
        gap: 28px;
        padding: 30px 0;
    }

    .hdm-dibudaohang {
        grid-column: 1 / -1;
        grid-row: 2;
        flex-wrap: wrap;
    }
}

@media (max-width: 560px) {
    .hdm-kuang {
        width: calc(100% - 28px);
    }

    .hdm-shouye {
        padding-top: 105px;
    }

    .hdm-xiaobiaoqian {
        margin-bottom: 20px;
    }

    h1 {
        font-size: 41px;
        line-height: 1.13;
    }

    .hdm-shouyemiaoshu {
        font-size: 14px;
        line-height: 1.85;
    }

    .hdm-shouyeanniuqu {
        width: 100%;
        flex-direction: column;
    }

    .hdm-zhuanniu,
    .hdm-cianniu {
        width: 100%;
    }

    .hdm-cianniu {
        min-height: 58px;
    }

    .hdm-shouyeshuju {
        gap: 12px;
    }

    .hdm-shouyeshuju strong {
        font-size: 15px;
    }

    .hdm-shouyeshuju span:not(.hdm-fengexian) {
        font-size: 9px;
    }

    .hdm-shouyeshijue {
        min-height: 510px;
    }

    .hdm-shoujiyangji {
        width: 242px;
        height: 487px;
        transform: translateX(-50%) rotate(2deg);
        border-radius: 35px;
    }

    .hdm-shoujiyangji > img {
        border-radius: 28px;
    }

    .hdm-shoujibeijing {
        width: 300px;
        height: 460px;
        transform: translateX(-50%) rotate(8deg);
    }

    .hdm-xuanfupian {
        padding: 10px;
        font-size: 10px;
    }

    .hdm-xuanfupianyi {
        top: 68px;
        left: -4px;
    }

    .hdm-xuanfupianer {
        right: -5px;
        bottom: 65px;
        max-width: 190px;
    }

    .hdm-xuanfubiaoqian {
        top: 15px;
        right: 0;
    }

    .hdm-mokuai {
        padding: 72px 0;
    }

    .hdm-mokuaibiaoti {
        font-size: 32px;
    }

    .hdm-liangdiangezi {
        grid-template-columns: 1fr;
    }

    .hdm-liangdianxiang {
        min-height: 255px;
        padding: 28px;
    }

    .hdm-shijianzhou {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 56px;
    }

    .hdm-shijianzhou::after {
        position: absolute;
        top: 28px;
        bottom: 28px;
        left: 25px;
        width: 1px;
        content: "";
        background: linear-gradient(var(--hdm-jin), rgba(96, 124, 255, .3), transparent);
    }

    .hdm-zhouxiang {
        min-height: 184px;
        padding-bottom: 30px;
    }

    .hdm-zhoujiedian {
        position: absolute;
        z-index: 2;
        top: 0;
        left: -56px;
        width: 50px;
        height: 50px;
        border-radius: 13px;
        font-size: 20px;
    }

    .hdm-pingjiapubu {
        column-count: 1;
    }

    .hdm-pingjiaxiang {
        padding: 24px;
    }

    .hdm-wentibuju {
        gap: 42px;
    }

    .hdm-wentixiang summary {
        min-height: 72px;
        font-size: 14px;
        line-height: 1.55;
    }

    .hdm-wentixiang summary span {
        gap: 10px;
    }

    .hdm-wentidaan {
        padding: 0 8px 22px 29px;
    }

    .hdm-xiazai {
        padding-bottom: 80px;
    }

    .hdm-xiazaika {
        padding: 34px 24px;
    }

    .hdm-xiazaineirong {
        align-items: flex-start;
        flex-direction: column;
    }

    .hdm-xiazaineirong img {
        width: 72px;
        height: 72px;
        border-radius: 18px;
    }

    .hdm-xiazaibiaoti {
        font-size: 25px;
        line-height: 1.35;
    }

    .hdm-xiazaianniuqu {
        width: 100%;
        flex-direction: column;
    }

    .hdm-xiazaianniu,
    .hdm-erweimati {
        width: 100%;
    }

    .hdm-dibushang {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .hdm-dibudaohang {
        gap: 18px;
    }

    .hdm-dibuxiazai {
        width: 100%;
    }

    .hdm-dibuxia {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: .01ms !important;
    }
}
