:root {
    --home-header-h: 1.04rem;
    --home-dock-h: 1.627rem;
    --home-brand: #0277ef;
    --home-tab-bg: #0277ef;
    --home-gradient-pill: linear-gradient(90deg, #3babff 0%, #5555ff 100%);
    --home-text: #263b5e;
    --home-text-sub: #6a7695;
    --home-text-muted: #b6bdca;
    --home-price: #E41919;
    --home-title-red: #f01414;
    --home-border: #e5e8ec;
    --home-bg: #f2f3f7;
    --home-card-bg: #ffffff;
}
body.home-2026 {
    background: var(--home-bg);
    color: var(--home-text);
}
.home-2026 .truncate-two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home-2026 .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-2026 .scrollbar-none {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.home-2026 .scrollbar-none::-webkit-scrollbar {
    display: none;
}
.home-m-header {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: 0.16rem;
    background: #fff url("../../images/home/v2026/m-header-bg.png") center top / 100% auto no-repeat;
    transition: box-shadow 0.28s ease;
}
.home-m-header.is-solid {
    box-shadow: 0 0.107rem 0.213rem rgba(38, 59, 94, 0.1);
}
.home-m-header__top {
    height: 1.013rem;
    padding: 0 0.4rem;
    align-items: center;
}
.home-m-header__logo img {
    /* width: 1.973rem; */
    height: 0.52rem;
    display: block;
}
.home-m-header__actions {
    gap: 0.213rem;
    align-items: center;
}
.home-m-header__login {
    color: #fff;
    font-size: 0.347rem;
    line-height: 1;
    max-width: 2.133rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-head-menu-btn {
    border: none;
    background: transparent;
    padding: 0;
    line-height: 0;
}
.home-head-menu {
    width: 0.4rem;
    height: 0.413rem;
    display: block;
}
.home-m-header__search {
    padding: 0.053rem 0.267rem 0.16rem;
    gap: 0.16rem;
    align-items: center;
}
.home-m-header__city {
    flex-shrink: 0;
    border: none;
    background: transparent;
    padding: 0;
    gap: 0.053rem;
    color: #fff;
    font-size: 0.32rem;
    line-height: 1;
    max-width: 1.6rem;
}
.home-m-header__city img {
    width: 0.3rem;
    height: 0.33rem;
    filter: brightness(0) invert(1);
}
.home-m-header__city .search-city-label {
    max-width: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-m-header__search-form {
    flex: 1;
    min-width: 0;
    height: 0.907rem;
    background: rgba(255, 255, 255, 0.47);
    border-radius: 0.453rem;
    padding: 0.053rem;
    padding-left: 0.213rem;
    overflow: hidden;
}
.home-m-header__input {
    flex: 1;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 0.373rem;
    min-width: 0;
    padding-left:10px;
}
.home-m-header__input::placeholder {
    color: rgba(251, 250, 250, 0.95);
}
.home-m-header__search-btn {
    flex-shrink: 0;
    border: none;
    height: 0.747rem;
    min-width: 1.173rem;
    padding: 0 0.32rem;
    border-radius: 0.373rem;
    background: linear-gradient(to right, #A0D4FF,#0277EF);
    color: #fff;
    font-size: 0.347rem;
}
.home-m-header .home-m-cats {
    position: relative;
    z-index: 2;
    margin: 0.107rem 0.267rem 0;
    padding: 0.373rem 0.16rem 0.32rem;
    background: #fff;
    border-radius: 0.213rem;
    border: 1px solid #fff;
    box-shadow: 0 0.16rem 0.213rem rgba(0, 0, 0, 0.1);
}
.home-m-body {
    /* padding-top: calc(var(--home-header-h) + env(safe-area-inset-top, 0px)); */
    padding-bottom: calc(var(--home-dock-h) + env(safe-area-inset-bottom, 0px));
}
.home-m-cats__list {
    display: flex;
    gap: 23px;
    padding-right: 0.16rem;
}
.home-m-cats__item {
    flex: 0 0 1.44rem;
    width: 108px;
}
.home-m-cats__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    /* border-radius: 50%; */
    /* background: #eff5ff; */
    overflow: hidden;
}
.home-m-cats__icon img {
    height: 100%;
    width: 100%;
}
.home-m-cats__name {
    display: block;
    margin-top: 0.16rem;
    color: var(--home-text);
    font-size: 0.373rem;
    text-align: center;
    line-height: 1.15;
}
.home-m-floor {
    margin-top: 0.213rem;
    background: var(--home-card-bg);
    overflow: hidden;
    margin-bottom: 10px;
}
.home-m-gradient-pill {
    background: var(--home-gradient-pill);
}
.home-m-floor-tab {
    display: flex;
    align-items: stretch;
    background: #fff;
    min-height: 1rem;
    border-bottom: solid 1px #E5E8EC;
}
.home-m-floor-tab__label {
    flex-shrink: 0;
    width: 2.427rem;
    padding: 0.2rem 0.16rem 0.1rem;
    border-radius: 0 0.533rem 0.533rem 0;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin:0.1rem 0;
}
.home-m-floor-tab__title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
}
.home-m-floor-tab__arrow {
    display: block;
    font-size: 10px;
    line-height: 1;
    margin-top: 2px;
    opacity: 0.95;
    animation: home-m-floor-tab-arrow-nudge 0.8s ease-in-out infinite alternate;
}
@keyframes home-m-floor-tab-arrow-nudge {
    from { transform: translateX(0); }
    to { transform: translateX(0.08rem); }
}
.home-m-floor-tab__nav-wrap {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 10px;
    padding: 0 0.213rem 0 0.107rem;
}
.home-m-floor-tab__swiper.swiper {
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 0;
}
.home-m-floor-tab__swiper.swiper > .swiper-wrapper {
    height: auto;
    align-items: flex-end;
}
.home-m-floor-tab__swiper.swiper > .swiper-wrapper > .swiper-slide {
    width: auto !important;
    height: auto !important;
    flex-shrink: 0;
}
.home-m-floor-tab__swiper .js-tab-item {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 0.93rem;
    color: #6A7695;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 12px;
    white-space: nowrap;
    cursor: pointer;
}
.home-m-floor-tab__swiper .js-tab-item.is-active {
    color: #0277EF;
}
.home-m-floor-tab__swiper .js-tab-item.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.053rem;
    background: var(--home-brand);
    pointer-events: none;
}
.home-m-floor-tab__swiper .js-tab-item span {
    display: block;
    line-height: 1;
    padding-bottom: 6px;
}
.home-m-czqx,
.home-m-hot {
    background: #fff;
    padding-top: 0;
}
.home-m-czqx .home-m-tab-ink,
.home-m-hot .home-m-tab-ink {
    bottom: -1px;
    height: 0.053rem;
    border-radius: 0;
    background: var(--home-brand);
}
.home-m-floor__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.413rem 0.213rem;
}
.home-m-floor__head--tehui,
.home-m-floor__head--shop,
.home-m-floor__head--guess {
    min-height: 1.173rem;
    padding: 0.16rem 0.413rem 0.16rem;
    border-bottom: 1px solid var(--home-border);
    box-sizing: border-box;
}
.home-m-floor__title {
    margin: 0;
    color: var(--home-text);
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 1.2;
}
.home-m-floor__title--red {
    color: var(--home-title-red);
    font-size: 0.4rem;
}
.home-m-pills {
    display: flex;
    gap: 0.24rem;
    overflow-x: auto;
    padding: 0.32rem 0.4rem 0.32rem;
}
.home-m-pill {
    flex-shrink: 0;
    min-height: 0.645rem;
    padding: 0.107rem 0.347rem;
    border-radius: 0.32rem;
    background: #EFF5FF;
    color: var(--home-text);
    font-size: 0.347rem;
    line-height: 1.2;
    white-space: nowrap;
}
.home-m-pill.is-muted {
    color: var(--home-text-sub);
}
.home-m-floor__title--split {
    font-size: 0.4rem;
    font-weight: 500;
}
.home-m-floor__title-red {
    color: var(--home-title-red);
}
.home-m-floor__title-dark {
    color: var(--home-text);
}
.home-m-scene {
    margin-top: 10px;
    background: #fff;
    padding: 0.16rem 0 0.213rem;
    min-height: 1.6rem;
    box-sizing: border-box;
}
.home-m-scene__scroll {
    overflow-x: auto;
}
.home-m-scene__list {
    display: flex;
    gap: 0.36rem;
    padding: 10px 0.4rem;
    align-items: flex-start;
}
.home-m-scene__item {
    flex: 0 0 2.64rem;
    width: 2.64rem;
}
.home-m-scene__link {
    display: block;
    overflow: hidden;
    color: inherit;
}
.home-m-scene__icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.373rem;
    height: 0.373rem;
    margin-right: 0.107rem;
    margin-top: 0.027rem;
}
.home-m-scene__icon img {
    width: 0.373rem;
    height: 0.373rem;
    object-fit: contain;
}
.home-m-scene__icon-ph {
    display: block;
    width: 0.373rem;
    height: 0.373rem;
    border-radius: 50%;
    background: rgba(2, 119, 239, 0.12);
}
.home-m-scene__txt {
    display: block;
    overflow: hidden;
}
.home-m-scene__name {
    display: block;
    color: var(--home-text);
    font-size: 0.347rem;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-m-scene__sub {
    display: block;
    margin-top: 4px;
    color: var(--home-text-muted);
    font-size: 0.267rem;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-m-cats__scroll {
    overflow-x: auto;
}
.home-m-floor__more {
    flex-shrink: 0;
    padding: 0.12rem 0.28rem;
    border-radius: 0.293rem;
    background:#EFF5FF;
    color: var(--home-brand);
    font-size: 0.347rem;
    line-height: 1;
    margin-right:15px;
}
.home-m-tab-nav-wrap {
    position: relative;
    padding: 0 0.4rem;
}
.home-m-tab-nav-wrap--flex {
    flex: 1;
    min-width: 0;
    padding: 0;
}
.home-m-news-tab-swiper.swiper {
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 0;
}
.home-m-news-tab-swiper.swiper > .swiper-wrapper {
    height: auto;
    align-items: flex-end;
}
.home-m-news-tab-swiper.swiper > .swiper-wrapper > .swiper-slide {
    width: auto !important;
    height: auto !important;
    flex-shrink: 0;
}
.home-m-news-tab-swiper .js-tab-item,
.home-m-news-tab-swiper .js-wiki-channel {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    min-height: 0.8rem;
    color: var(--home-text-muted);
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    padding-bottom: 15px;
    white-space: nowrap;
}
.home-m-news-tab-swiper .js-tab-item.is-active,
.home-m-news-tab-swiper .js-wiki-channel.is-active {
    color: var(--home-brand);
}
.home-m-news-tab-swiper .js-tab-item.is-active::after,
.home-m-news-tab-swiper .js-wiki-channel.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.053rem;
    background: var(--home-brand);
    pointer-events: none;
}
.home-m-tab-nav .js-tab-item,
.home-m-tab-nav .js-wiki-channel {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    min-height: 0.8rem;
    color: var(--home-text-muted);
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    padding-bottom: 15px;
    transition: color 0.22s ease;
}
.home-m-tab-nav .js-tab-item.is-active,
.home-m-tab-nav .js-wiki-channel.is-active {
    color: var(--home-brand);
}
.home-m-czqx,
.home-m-hot {
    background: #fff;
    padding-top: 0;
}
.home-m-hot .home-m-prod__rank {
    left: auto;
    right: 0.08rem;
    border-radius: 0;
    background: url("../../images/home/v2026/rank-badge.png") center / contain no-repeat;
}
.home-m-tab-ink,
.home-m-guess-ink,
.home-m-wiki-ink {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 0.053rem;
    width: 1.573rem;
    border-radius: 0;
    background: var(--home-brand);
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), width 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}
.home-m-tab-panel {
    display: none;
}
.home-m-tab-panel.is-active {
    display: block;
    animation: homeMFadeIn 0.24s ease;
}
@keyframes homeMFadeIn {
    from { opacity: 0.4; transform: translateY(0.08rem); }
    to { opacity: 1; transform: translateY(0); }
}
.home-m-pill.is-muted {
    color: var(--home-text-sub);
}
.home-m-prod-scroll,
.home-m-shop-scroll {
    overflow-x: auto;
    padding: 18px 0.4rem 0.32rem;
}
html.m-layout-desktop .home-m-prod-scroll,
html.m-layout-desktop .home-m-shop-scroll,
html.m-layout-desktop .home-m-scene__scroll,
html.m-layout-desktop .home-m-cats__scroll,
html.m-layout-desktop .home-m-pills,
html.m-layout-desktop .home-m-guess__nav-wrap,
html.m-layout-desktop .home-m-wiki-topics {
    cursor: grab;
    user-select: none;
}
html.m-layout-desktop .home-m-prod-scroll img,
html.m-layout-desktop .home-m-prod-scroll a,
html.m-layout-desktop .home-m-shop-scroll img,
html.m-layout-desktop .home-m-shop-scroll a,
html.m-layout-desktop .home-m-scene__scroll img,
html.m-layout-desktop .home-m-scene__scroll a,
html.m-layout-desktop .home-m-cats__scroll img,
html.m-layout-desktop .home-m-cats__scroll a {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: auto;
}
.home-m-guess .home-m-prod-scroll {
    padding-bottom: 0.427rem;
}
.home-m-prod-row,
.home-m-shop-row {
    display: flex;
    gap: 0.24rem;
    list-style: none;
    margin: 0;
    padding: 0 0.213rem 0 0;
}
.home-m-prod {
    position: relative;
    flex: 0 0 2.72rem;
    width: 2.72rem;
}
.home-m-prod__card {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
    overflow: hidden;
}
.home-m-prod__img-link {
    display: block;
}
.home-m-prod__meta-link {
    padding: 5px 0 ;
    display: block;
    color: inherit;
    text-decoration: none;
}
.home-m-prod__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.home-m-prod__card .home-m-prod__img-wrap {
    border-radius: 8px;
}
.home-m-prod__rent-label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 0.38rem;
    padding: 0 0.1rem;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.38rem;
    border-radius: 0.107rem 0 0.107rem 0;
    white-space: nowrap;
    box-sizing: border-box;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-m-prod__rent-label.is-day {
    background: linear-gradient(270deg, #0277EF 0%, #498ddd 100%);
}
.home-m-prod__rent-label.is-month {
    background: linear-gradient(270deg, #f9991e 0%, #ffc422 100%);
}
.home-m-prod__rent-label.is-year {
    background: linear-gradient(270deg, #d73624 0%, #ff7226 100%);
}
.home-m-prod__rent-label.is-hour {
    background: linear-gradient(270deg, #814ae0 0%, #9785f0 100%);
}
.home-m-prod__badge {
    position: absolute;
    top: 4px;
    right: 8px;
    z-index: 2;
    min-width: 0.827rem;
    height: 0.6rem;
    padding: 0 0.053rem;
    border: 0;
    border-radius: 0 0.08rem 0 0.16rem;
    background: linear-gradient(135deg, #ff7043 0%, #f64646 100%);
    color: #fff;
    font-size: 0.267rem;
    font-weight: 500;
    line-height: 0.6rem;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
}
.home-m-prod--tehui .home-m-prod__badge {
    background: url("../../images/home/v2026/badge-tehui.png") no-repeat center center;
    background-size: contain;
}
.home-m-prod__rank {
    position: absolute;
    top: 0;
    right: 0.08rem;
    z-index: 2;
    width: 0.453rem;
    height: 0.5rem;
    padding: 0;
    border: 0;
    background: url("../../images/home/v2026/rank-badge.png") center / contain no-repeat;
    color: #fff;
    font-size: 0.267rem;
    font-weight: 700;
    line-height: 0.453rem;
    text-align: center;
}
.home-m-prod__img-wrap {
    display: block;
    width: 100%;
    overflow: hidden;
}
.home-m-prod__img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}
.home-m-prod__ph {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 0.08rem;
    background: rgba(182, 189, 202, 0.25);
}
.home-m-prod__name {
    margin: 0.107rem 0 0;
    color: var(--home-text);
    font-size: 0.347rem;
    font-weight: 500;
    line-height: 1.25;
}
.home-m-prod__price {
    margin: 0.083rem 0 0;
    color: var(--home-price);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}
.home-m-prod__price em {
    font-style: normal;
    font-weight: 500;
}
.home-m-guess {
    padding-top: 0;
}
.home-m-guess__head {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 1.173rem;
    padding: 0.373rem 0.4rem 0;
    border-bottom: 1px solid var(--home-border);
    box-sizing: border-box;
}
.home-m-guess__nav-wrap {
    position: static;
    width: 100%;
}
.home-m-guess-tabs {
    display: flex;
    gap: 0.427rem;
    overflow-x: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-m-guess-tabs .js-guess-tab {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    min-height: 0.8rem;
    color: var(--home-text-muted);
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 1;
    padding-bottom:15px;
    cursor: pointer;
    transition: color 0.22s ease;
}
.home-m-guess-tabs .js-guess-tab span {
    display: block;
    line-height: 1;
}
.home-m-guess-tabs .js-guess-tab.is-active {
    color: var(--home-brand);
}
.home-m-guess-ink {
    height: 0.053rem;
}
.home-m-shop-card {
    flex: 0 0 3.307rem;
    width: 3.307rem;
    min-height: 3.867rem;
    padding: 0.32rem 0.213rem 0.267rem;
    border-radius: 0.107rem;
    border: 1px solid #fef6f4;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}
.home-m-shop-card:nth-child(1),
.home-m-shop-card:nth-child(7) {
    background: #fef8f7;
}
.home-m-shop-card:nth-child(2),
.home-m-shop-card:nth-child(8) {
    background: #fef7f9;
}
.home-m-shop-card:nth-child(3) {
    background: #f7fbfe;
}
.home-m-shop-card:nth-child(4) {
    background: #f5fbfe;
}
.home-m-shop-card:nth-child(5) {
    background: #f7f7fe;
}
.home-m-shop-card:nth-child(6) {
    background: #fbfef7;
}
.home-m-shop-card__logo {
    /* width: 1.893rem; */
    height: 1.067rem;
    object-fit: contain;
    margin: 0 auto 0.16rem;
    display: block;
    border-radius:8px;
}
.home-m-shop-card__name {
    margin: 0 0 0.16rem;
    color: var(--home-text);
    font-size: 0.347rem;
    font-weight: 500;
}
.home-m-shop-card__tags {
    height: 47px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.12rem;
    margin-bottom: 0.2rem;
}
.home-m-shop-card__tags span {
    padding: 0.06rem 0.12rem;
    border-radius: 0.053rem;
    color: var(--home-text-sub);
    font-size: 0.267rem;
    background: #fff;
    line-height: 1.2;
    height: min-content;
}
.home-m-shop-card__btn {
    display: inline-block;
    padding: 0.12rem 0.32rem;
    border-radius: 0.32rem;
    background: rgba(2, 119, 239, 0.08);
    color: var(--home-brand);
    font-size: 0.293rem;
}
.home-m-news__head,
.home-m-wiki__head {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.24rem;
    min-height: 1.173rem;
    
    border-bottom: 1px solid var(--home-border);
    box-sizing: border-box;
}
.home-m-news .home-m-tab-nav-wrap,
.home-m-wiki .home-m-tab-nav-wrap {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: static;
    padding: 0.393rem 0.4rem 0;
}
.home-m-guess__head .home-m-guess-ink,
.home-m-news__head .home-m-tab-ink,
.home-m-wiki__head .home-m-wiki-ink {
    bottom: -1px;
    z-index: 1;
}
.home-m-news__head .home-m-floor__more,
.home-m-wiki__head .home-m-floor__more {
    align-self: center;
    flex-shrink: 0;
}
.home-m-news .home-m-tab-nav .js-tab-item.is-active {
    color: var(--home-brand);
    font-size: 0.4rem;
}
.home-m-news-list {
    list-style: none;
    margin: 0;
    padding: 0 0.4rem;
}
.home-m-news-list li {
    border-bottom: 1px solid var(--home-border);
    padding: 0.32rem 0;
}
.home-m-news-list li:last-child {
    border-bottom: none;
}
.home-m-news-list a,
.home-m-news-list span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    width: 100%;
    box-sizing: border-box;
    color: var(--home-text);
    font-size: 0.373rem;
    line-height: 1.35;
}
.home-m-empty {
    color: var(--home-text-muted);
    text-align: center;
    padding: 20px 0;
}
.home-m-prod__price-inquiry {
    color: var(--home-text-sub);
    font-weight: 400;
}
.home-m-wiki .js-wiki-panel {
    padding: 0.213rem 0 0.32rem;
}
.home-m-wiki-channel-panel {
    padding: 0;
}
.home-m-wiki-topics {
    display: flex;
    gap: 0.24rem;
    overflow-x: auto;
    padding: 0 0.4rem 0.213rem;
}
/* .home-m-wiki-channel-panel .js-wiki-topic-body {
    padding: 0 0.4rem;
} */
.home-m-wiki-topic {
    flex-shrink: 0;
    padding: 0.16rem 0.36rem;
    border-radius: 0.08rem;
    background: #f2f6fa;
    color: var(--home-text);
    font-size: 0.373rem;
    line-height: 1.2;
    cursor: pointer;
}
.home-m-wiki-topic.is-active {
    background: var(--home-brand);
    color: #fff;
}
.home-m-wiki-feature__cover-wrap {
    display: block;
    margin-bottom: 0.213rem;
}
.home-m-wiki-feature__cover {
    display: block;
    width: 100%;
    height: 3.413rem;
    border-radius: 0.16rem;
    object-fit: cover;
    background: #eff5ff;
}
.home-m-wiki-feature__title {
    display: block;
    margin-bottom: 0.16rem;
    font-size: 0.373rem;
    font-weight: 600;
    color: var(--home-text);
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-m-wiki-feature__summary {
    margin: 0 0 0.213rem;
    font-size: 0.32rem;
    color: var(--home-text-sub);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-m-wiki-feature__links {
    margin-top: 0.107rem;
}
.home-m-wiki-list--date .home-m-wiki-date {
    color: var(--home-text-sub);
}
.home-dock {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 200;
    width: 100%;
    box-sizing: border-box;
    transition:
        top 0.34s cubic-bezier(0.4, 0, 0.2, 1),
        bottom 0.34s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.34s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.34s ease;
    will-change: top, bottom, transform;
}
.home-dock__inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: var(--home-dock-h);
    border:solid 1px var(--home-border);
    background: #f6f7fb;
    width: 90%;
    margin: auto;
    border-radius: 60px;
}
.home-dock.is-bottom {
    bottom: 0;
    top: auto;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: #fff;
    border-top: 1px solid var(--home-border);
    border-radius: 0;
    box-shadow: none;
    transform: none;
    padding: 5px;
}
html.m-layout-desktop .home-dock,
html.m-layout-desktop .home-dock.is-bottom {
    left: calc(50% - var(--m-layout-max-width, 375px) / 2);
    right: auto;
    width: var(--m-layout-max-width, 375px);
    transform: none;
}
.home-dock.is-top {
    left: 50%;
    width: 100%;
    max-width: 100%;
    /* top: calc(var(--home-header-h) + env(safe-area-inset-top, 0px) + 0.16rem); */
    bottom: auto;
    padding: 0.053rem;
    background: #fff;
    border: 1px solid var(--home-border);
    box-shadow: 0 0.08rem 0.213rem rgba(0, 0, 0, 0.08);
    transform: translateX(-50%);
}
.home-dock.is-top .home-dock__inner {
    margin: auto;
    width: 90%;
    border-radius: calc(var(--home-dock-h) / 2);
    background: #f6f7fb;
}
.home-dock.is-transitioning.is-bottom {
    transform: scale(0.99);
}
.home-dock.is-transitioning.is-top {
    transform: translateX(-50%) scale(0.97);
}
.home-dock__item {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.053rem;
    border: none;
    background: transparent;
    padding: 0.053rem 0;
    color: #263b5e;
    font-size: 0.293rem;
    line-height: 1.1;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.22s ease, transform 0.18s ease;
    z-index: 1;
}
.home-dock__item.is-active {
    flex: 0 0 auto;
    align-self: center;
    box-sizing: border-box;
    width: calc(var(--home-dock-h) - 0.16rem);
    height: calc(var(--home-dock-h) - 0.16rem);
    margin: 0 0 0 0.08rem;
    padding: 0;
    border-radius: 50%;
    background: var(--home-brand);
}
.home-dock.is-top .home-dock__item.is-active::before {
    display: none;
}
.home-dock__item:active {
    transform: scale(0.96);
}
.home-dock__icon {
    width: 22px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s ease;
}
@keyframes home-dock-rocket-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.08rem);
    }
}
/* 首屏：白色 logo */
.home-dock__icon--logo {
    height: 46px;
    width: 32px;
    background-image: url("../../images/home/v2026/dock-back-logo.png");
}
.home-dock__icon--rocket {
    display: none;
    background-image: url("../../images/home/v2026/dock-back-top.png");
}
.home-dock.is-back-top .home-dock__icon--logo {
    display: none;
}
.home-dock.is-back-top .home-dock__icon--rocket {
    display: block;
    animation: home-dock-rocket-float 1.6s ease-in-out infinite;
}
.home-dock__item:active .home-dock__icon--rocket {
    animation-play-state: paused;
}
.home-dock__icon--prod {
    background-image: url("../../images/home/v2026/dock-prod.png");
}
.home-dock__icon--cate {
    background-image: url("../../images/home/v2026/dock-cate.png");
}
.home-dock__icon--news {
    background-image: url("../../images/home/v2026/dock-news.png");
}
.home-m-news .home-m-tab-nav .js-tab-item,
.home-m-wiki .home-m-tab-nav .js-wiki-channel {
    color: var(--home-text-muted);
}
.home-m-news .home-m-tab-nav .js-tab-item.is-active,
.home-m-wiki .home-m-tab-nav .js-wiki-channel.is-active {
    color: var(--home-brand);
}
.home-m-news .home-m-tab-ink,
.home-m-wiki .home-m-wiki-ink {
    background: var(--home-brand);
}
.home-nav-drawer {
    position: fixed;
    inset: 0;
    top: calc(41px + env(safe-area-inset-top, 0px));
    z-index: 100000;
}
html.m-layout-desktop .home-nav-drawer {
    left: calc(50% - var(--m-layout-max-width, 375px) / 2);
    right: auto;
    width: var(--m-layout-max-width, 375px);
}
.home-nav-drawer-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.home-nav-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.8rem;
    height: 100%;
    background: #f5f5f5;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.home-nav-drawer-body {
    flex: 1;
}
.home-nav-drawer-logout {
    width: 100%;
    padding: 0.53rem 0.64rem;
    border: none;
    border-top: 1px solid #e8e8e8;
    background: #f5f5f5;
    color: #707070;
    font-size: 0.43rem;
    line-height: 0.6rem;
    text-align: left;
}
.home-nav-drawer.is-open .home-nav-drawer-mask {
    opacity: 1;
}
.home-nav-drawer.is-open .home-nav-drawer-panel {
    transform: translateX(0);
}
.home-nav-drawer-item {
    display: block;
    padding: 0.33rem 0.64rem;
    color: #333;
    font-size: 0.427rem;
    line-height: 0.6rem;
    border-bottom: 1px solid #e8e8e8;
}
.popup-costPer {
    position: fixed;
    inset: 0;
    z-index: 100001;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.popup-costPer.hidden {
    display: none;
}
.popup-costPer .costPerPopup {
    width: 8rem;
}
.popup-costPer .costPerPopup img {
    width: 100%;
    display: block;
}
.popup-costPer .ic_close1 {
    width: 0.8rem;
    margin-top: 0.4rem;
}
.popup-costPer .tt {
    color: #fff;
    font-size: 0.373rem;
    margin-top: 0.24rem;
}
.hidden {
    display: none !important;
}
