.dy-page {
    background: url("../images/list/list1.png") no-repeat top center;
    padding: 20px 0 48px;
    min-height: 992px;
}

.dy-container {
    width: 1280px;
    margin: 0 auto;
}

.dy-filter-card {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    border-image: linear-gradient(51deg, rgba(255, 255, 255, 0.9), rgba(248, 253, 254, 0.9), rgba(255, 255, 255, 0.9)) 2 2;
    padding: 10px 0 25px 0;
    border: 2px solid rgba(255, 255, 255, 0.9);
}

.dy-channel-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 7px;
}
.dy-channel-tab4-panel {
    display: none;
    height: 136px;
    background: #020023;
    border-radius: 20px;
}

.dy-channel-tab4-panel.is-visible {
    display: block;
}

.dy-channel-tab4-brands {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    /* row-gap: 12px;
    column-gap: 14px; */
}

.dy-channel-tab4-brands span {
    position: relative;
    cursor: pointer;
    opacity: 0.3;
    transition: all .2s;
}

.dy-channel-tab4-brands span:nth-child(1),
.dy-channel-tab4-brands span:nth-child(2),
.dy-channel-tab4-brands span:nth-child(3),
.dy-channel-tab4-brands span:nth-child(4),
.dy-channel-tab4-brands span:nth-child(5) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.dy-channel-tab4-brands span:nth-child(6),
.dy-channel-tab4-brands span:nth-child(7),
.dy-channel-tab4-brands span:nth-child(8),
.dy-channel-tab4-brands span:nth-child(9),
.dy-channel-tab4-brands span:nth-child(10) {
    border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.dy-channel-tab4-brands span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 34px;
    width: 187px;
    height: 68px;
    background: url(../images/list/list51.png) no-repeat center center;
    display: none;
}

.dy-channel-tab4-brands span:hover {
    opacity: 1;
}

.dy-channel-tab4-brands span.is-active {
    opacity: 1;
}

.dy-channel-tab4-brands span.is-active::after {
    display: block;
}

.special-brand {
    margin-top: -1px;
}

.dy-channel-tab4-brands span {
    color: rgba(211, 245, 255, 0.82);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dy-channel-tab {
    width: 311px;
    height: 142px;
    background: url("../images/list/list2.png") no-repeat center center;
    background-size: 100% 100%;
    border-radius: 12px;
    color: #1b2f52;
    font-size: 20px;
    font-weight: 600;
    padding: 2px 3px;
    margin-right: 12px;
    transition: all .2s ease-in-out;
}

.dy-channel-tab:hover {
    background: url("../images/list/list53.png") no-repeat center center;
    background-size: 100% 100%;
}

.dy-channel-tab .dy-channel-tab-icon {
    width: 60px;
    height: 60px;
    transition: all .2s ease-in-out;
}

.dy-channel-tab .dy-channel-tab-icon-1 {
    background: url("../images/list/list17.png") no-repeat center center;
    background-size: 100% 100%;
}

.dy-channel-tab .dy-channel-tab-icon-2 {
    background: url("../images/list/list8.png") no-repeat center center;
    background-size: 100% 100%;
}

.dy-channel-tab .dy-channel-tab-icon-3 {
    background: url("../images/list/list6.png") no-repeat center center;
    background-size: 100% 100%;
}

.dy-channel-tab .dy-channel-tab-icon-4 {
    background: url("../images/list/list9.png") no-repeat center center;
    background-size: 100% 100%;
}

.dy-channel-tab .dy-channel-tab-text {
    height: 22px;
    margin: 26px 0 0 22px;
    transition: all .2s ease-in-out;
}

.dy-channel-tab .dy-channel-tab-text-1 {
    width: 118px;
    background: url("../images/list/list28.png") no-repeat left center;
    background-size: 100% 100%;
}

.dy-channel-tab .dy-channel-tab-text-2 {
    width: 69px;
    background: url("../images/list/list30.png") no-repeat left center;
    background-size: 100% 100%;
}

.dy-channel-tab .dy-channel-tab-text-3 {
    width: 94px;
    background: url("../images/list/list32.png") no-repeat left center;
    background-size: 100% 100%;
}

.dy-channel-tab .dy-channel-tab-text-4 {
    width: 93px;
    background: url("../images/list/list34.png") no-repeat left center;
    background-size: 100% 100%;
}

.dy-channel-tab.is-active {
    color: #fff;
    background: url("../images/list/list3.png") no-repeat center center;
    background-size: 100% 100%;
}

.dy-channel-tab.is-active .dy-channel-tab-icon-1 {
    background: url("../images/list/list15.png") no-repeat center center;
    background-size: 100% 100%;
}

.dy-channel-tab.is-active .dy-channel-tab-icon-2 {
    background: url("../images/list/list7.png") no-repeat center center;
    background-size: 100% 100%;
}

.dy-channel-tab.is-active .dy-channel-tab-icon-3 {
    background: url("../images/list/list5.png") no-repeat center center;
    background-size: 100% 100%;
}

.dy-channel-tab.is-active .dy-channel-tab-icon-4 {
    background: url("../images/list/list16.png") no-repeat center center;
    background-size: 100% 100%;
}

.dy-channel-tab.is-active .dy-channel-tab-text-1 {
    background: url("../images/list/list29.png") no-repeat left center;
    background-size: 100% 100%;
}

.dy-channel-tab.is-active .dy-channel-tab-text-2 {
    background: url("../images/list/list31.png") no-repeat left center;
    background-size: 100% 100%;
}

.dy-channel-tab.is-active .dy-channel-tab-text-3 {
    background: url("../images/list/list33.png") no-repeat left center;
    background-size: 100% 100%;
}

.dy-channel-tab.is-active .dy-channel-tab-text-4 {
    background: url("../images/list/list35.png") no-repeat left center;
    background-size: 100% 100%;
}

.dy-filter-row {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding-left: 25px!important;
}

.dy-filter-label {
    width: 48px;
    color: #060606;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}

.dy-filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 24px;
    flex: 1;
    margin-top: 6px;
}

.dy-filter-options-level {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 1px;
    align-items: start;
}

.dy-filter-option-all {
    width: 56px;
    text-align: left;
}

.dy-filter-options-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
}

.dy-filter-row-level {
    padding: 15px 0 12px 0;
    border-bottom: none;
    background-image: repeating-linear-gradient(to right,
            rgba(230, 236, 243, 0.8) 0 2px,
            transparent 2px 10px);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: left bottom;
    margin-bottom: 5px;
}

.dy-filter-row-category {
    padding: 15px 0 10px 0;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(230, 236, 243, 0.3);
}

.dy-filter-options a {
    display: inline-block;
    color: #060606;
    line-height: 19px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    min-width: 94px;
    margin-bottom: 10px;
}
.dy-filter-row-level .dy-filter-options a{
    margin-bottom: 18px;
}
.dy-filter-row-category .dy-filter-options a{
    margin-bottom: 18px;
}
.dy-filter-options-brand .dy-filter-options-group a{
    margin-bottom: 18px;
}
.dy-filter-options-brand a {
    min-width: 0;
    margin-right: 20px;
}

.dy-filter-options-brand-wrap {
    position: relative;
    min-width: 0;
}

.dy-filter-options-brand-wrap .dy-filter-options-group {
    max-height: 106px;
    overflow: hidden;
    padding-right: 96px;
    transition: max-height 0.3s ease;
}

.dy-filter-options-brand-wrap.is-expanded .dy-filter-options-group {
    max-height: 2000px;
    padding-right: 30px;
}

.dy-filter-options-brand-wrap.is-no-toggle .dy-filter-options-group {
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

.dy-filter-brand-toggle {
    position: absolute;
    right: 30px;
    top: 74px;
    bottom: auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 126, 255, 1);
    cursor: pointer;
    white-space: nowrap;
    line-height: 19px;
}
.dy-filter-brand-toggle::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 68px;
    height: 1px;
    background: #007EFF;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.28s ease;
}

.dy-filter-brand-toggle:hover::after {
    transform: scaleX(1);
}
.dy-filter-options-brand-wrap.is-expanded .dy-filter-brand-toggle {
    top: auto;
    bottom: 55px;
}
.dy-filter-options-brand-wrap.is-expanded .dy-filter-brand-toggle::after{
    display: none;
}
.dy-filter-options-brand-wrap.is-expanded .dy-filter-brand-toggle-label {
    text-decoration: none;
}

.dy-filter-brand-toggle i {
    width: 8px;
    height: 5px;
    background: url("../images/list/list57.png") no-repeat center center;
    background-size: contain;
    transition: background 0.25s ease;
}

.dy-filter-options-brand-wrap.is-expanded .dy-filter-brand-toggle i {
    background: url("../images/list/list58.png") no-repeat center center;
    background-size: contain;
}

.dy-filter-options a.is-active,
.dy-filter-options a:hover {
    color: rgba(0, 126, 255, 1);
}

.dy-filter-row-tools {
    align-items: center;
    border-bottom: none;
    margin-top: 8px;
}

.dy-sort-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    flex: 1;
}

.dy-pill {
    min-width: 126px;
    height: 40px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #eceff4;
    border-radius: 20px;
    padding: 0 18px 0 27px;
    font-weight: 400;
    font-size: 13px;
    color: #060606;
    position: relative;
    text-align: left;
    cursor: auto;
    transition: all 0.3s ease;
}

.dy-pill:not(.dy-dropdown-choose):hover {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 1);
}

.dy-pill::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2px;
    width: 7px;
    height: 5px;
    background: url("../images/list/list27.png") no-repeat center center;
    background-size: 100% 100%;
}

/* 已选中筛选项（由模板追加 dy-dropdown-choose） */
.dy-pill.dy-dropdown-choose {
    border: 1px solid #007EFF;
    color: #007EFF;
    background: rgba(0, 126, 255, 0.05);
}

.dy-pill.dy-dropdown-choose::after {
    width: 7px;
    height: 5px;
    top: 50%;
    margin-top: -1px;
    background: url("../images/list/list56.png") no-repeat center center;
    background-size: 100% 100%;
}

.dy-dropdown {
    position: relative;
    cursor: auto;
}

/* 筛选区下拉 hover 过渡桥接，避免按钮与菜单之间断层 */
.dy-sort-wrap .dy-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 8px;
    display: none;
}

.dy-dropdown.is-open .dy-pill::after {
    transform: translateY(-30%) rotate(-180deg);
}

.dy-dropdown-menu {
    position: absolute;
    top: 50px;
    left: 2px;
    min-width: 124px;
    background: #fff;
    border: 1px solid #ebeff4;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(35, 45, 65, 0.12);
    padding: 8px 0;
    display: none;
    z-index: 20;
    padding-left: 13px;
}

.dy-dropdown.is-open .dy-dropdown-menu {
    display: block;
}

/* 筛选区「其他」：鼠标移入即展开 */
.dy-sort-wrap .dy-dropdown:hover {
    z-index: 25;
}

.dy-sort-wrap .dy-dropdown:hover::after,
.dy-sort-wrap .dy-dropdown.is-open::after {
    display: block;
}

.dy-sort-wrap .dy-dropdown:hover .dy-dropdown-menu {
    display: block;
}

.dy-dropdown-menu a.choose {
    color: rgba(0, 126, 255, 1);
}

.dy-dropdown-menu a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    color: #2d3645;
    font-size: 13px;
    white-space: nowrap;
}

.dy-dropdown-menu a:hover {
    color: rgba(0, 126, 255, 1);
}

.dy-selected-row {
    display: none;
}

.dy-selected-row.has-items {
    display: flex;
}

.dy-selected-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 30px;
}

.dy-selected-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 30px;
    padding: 0 12px;
    border-radius: 15px;
    background: #eef3f8;
    color: #2e3646;
    font-size: 13px;
}

.dy-selected-remove {
    border: 0;
    background: transparent;
    color: #95a0b4;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.dy-inline-tools {
    position: absolute;
    right: 20px;
    bottom: 9px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 8px;
}

.dy-level-range-sep {
    font-weight: 400;
    font-size: 14px;
    color: #060606;
    line-height: 32px;
}

/* 级别「起始/结束区间」下拉：独立样式，与列表栏 dy-list-pill 无关 */
.dy-level-dd {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* 透明桥接区：避免触发器与下拉菜单间隙导致 hover 中断 */
.dy-level-dd::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 12px;
    display: none;
}

.dy-level-dd.is-open {
    z-index: 25;
}

.dy-level-dd-trigger {
    position: relative;
    display: block;
    min-width: 105px;
    height: 30px;
    padding: 0 30px 0 12px;
    border: 1px solid rgba(230, 236, 243, 0.95);
    border-radius: 8px;
    background: #fff;
    color: #2d3645;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    line-height: 28px;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.dy-level-dd-trigger:hover {
    border-color: #d0dae6;
}

/* 起始/结束区间：移入即高亮并展开 */
.dy-level-dd:hover {
    z-index: 25;
}

.dy-level-dd:hover::after,
.dy-level-dd.is-open::after {
    display: block;
}

.dy-level-dd:hover .dy-level-dd-trigger {
    border-color: #000000;
}

.dy-level-dd.is-open .dy-level-dd-trigger {
    border-color: rgba(81, 206, 220, 0.55);
    box-shadow: 0 0 0 2px rgba(81, 206, 220, 0.12);
}

.dy-level-dd-label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 13px;
    color: #9BA2AA;
}

.dy-level-dd-trigger::after {
    content: "";
    position: absolute;
    right: 11px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-right: 1px solid #7a8699;
    border-bottom: 1px solid #7a8699;
    transform: rotate(45deg);
    pointer-events: none;
}

.dy-level-dd.is-open .dy-level-dd-trigger::after {
    margin-top: -2px;
    transform: rotate(-135deg);
}

.dy-level-dd:hover .dy-level-dd-trigger::after {
    border-right-color: #000000;
    border-bottom-color: #000000;
}

.dy-level-dd .dy-dropdown-menu {
    top: calc(100% + 10px);
    left: 0;
    min-width: 100%;
    max-height: 240px;
    overflow-y: auto;
    padding: 6px 0;
    border-radius: 8px;
}

.dy-level-dd:hover .dy-dropdown-menu {
    display: block;
}

.dy-level-dd .dy-dropdown-menu a {
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    font-size: 13px;
    margin-bottom: 0;
}

.dy-inline-tools input,
.dy-price-range input {
    width: 105px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid rgba(230, 236, 243, 0.6);
    padding: 0 13px;
    font-weight: 400;
    font-size: 13px;
    color: #060606;
    background: #fff;

}

.dy-inline-tools input::placeholder {
    font-weight: 400;
    font-size: 13px;
    color: #9BA2AA;
}

.dy-price-range input::placeholder {
    font-weight: 400;
    font-size: 13px;
    color: #060606;
    text-align: right;
}

.dy-price-range {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 20px;
}

.dy-list-pill-fire {
    display: inline-block;
    margin-right: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    background-image: url("../images/list/list20.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 21px;
    transition: all 0.3s ease;
}

.dy-define-price {
    font-weight: 400;
    font-size: 13px;
    color: #9BA2AA;
    padding-left: 26px;
    position: relative;
    margin-right: 6px;
}

.dy-define-price::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 14px;
    height: 16px;
    margin-top: -8px;
    background: url("../images/list/list12.png") no-repeat center center;
    background-size: 100% 100%;
}

.dy-right-tools {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #81899a;
    font-size: 12px;
}

.dy-btn-black,
.dy-btn-cyan {
    border: 0;
    border-radius: 6px;
    height: 30px;
    padding: 0 17px;
    font-size: 13px;
    cursor: pointer;
}

.dy-btn-black1 {
    border-radius: 6px !important;
}

.dy-btn-black {
    background: #0d0f15;
    color: #fff;
    border-radius: 22px;
}

.dy-btn-black:hover {
    background: rgba(0, 126, 255, 1);
    color: #FFFFFF;
}

.dy-btn-cyan {
    background: rgba(0, 126, 255, 1);
    color: #FFFFFF;
}

.dy-list-tools-wrap {
    margin-top: 20px;
}

.dy-list-tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dy-list-tools-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dy-list-all {
    height: 49px;
    line-height: 49px;
    padding: 0 38px;
    border-radius: 25px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)) padding-box,
        linear-gradient(17deg, rgba(255, 255, 255, 0.95), rgba(246, 251, 253, 0.95), rgba(245, 250, 253, 0.95), rgba(255, 255, 255, 0.95)) border-box;
    background-clip: padding-box, border-box;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dy-list-pill {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 135px;
    height: 49px;
    padding: 0 41px 0 2px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)) padding-box,
        linear-gradient(17deg, rgba(255, 255, 255, 0.95), rgba(246, 251, 253, 0.95), rgba(245, 250, 253, 0.95), rgba(255, 255, 255, 0.95)) border-box;
    background-clip: padding-box, border-box;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    text-align: left;
    cursor: default;
    transition: all 0.3s ease;
}

.dy-dropdown:nth-child(2) .dy-list-pill {
    padding-left: 26px;
}

.dy-list-pill:hover {
    background: #11131a;
    color: #fff;
    border-radius: 25px;
    border-color: #11131a;
}

.dy-list-all:hover {
    background: #11131a;
    color: #fff;
    border-radius: 25px;
}

.dy-list-all.is-active {
    background: #11131a;
    color: #fff;
    border-radius: 25px;
}

.dy-list-pill.is-active {
    background: #11131a;
    color: #fff;
    border-radius: 25px;
    border-color: #11131a;
}

.dy-list-dropdown.is-open .dy-list-pill {
    background: #11131a;
    color: #fff;
    border-radius: 25px;
    border-color: #11131a;
}

.dy-list-pill::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 46%;
    width: 10px;
    height: 5px;
    background: url("../images/list/list36.png") no-repeat center center;
    background-size: 100% 100%;
}

.dy-list-dropdown.is-open .dy-list-pill::after {
    transform: translateY(-20%) rotate(-180deg);
}

.dy-list-dropdown-menu {
    top: 58px;
}

.dy-list-dropdown-menu a.choose {
    color: rgba(0, 126, 255, 1);
}

.dy-list-clear {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 50px;
    padding: 0 30px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 25px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    font-weight: 400;
    font-size: 13px;
    color: #9BA2AA;
    cursor: pointer;
    transition: background .2s, color .2s;
}

.dy-list-clear:hover {
    background: #060606;
    color: #FFFFFF;
    border: 2px solid #060606;
}

.dy-list-clear-icon {
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url("../images/list/list22.png") no-repeat center center;
    background-size: 100% 100%;
    margin-right: 8px;
    vertical-align: -2px;
}

.dy-list-clear:hover .dy-list-clear-icon {
    background: url("../images/list/list21.png") no-repeat center center;
    background-size: 100% 100%;
}

.dy-list-selected-row {
    display: none;
    margin-top: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 10px 18px;
    align-items: flex-start;
    gap: 10px;
}

.dy-list-selected-row.has-items {
    display: flex;
}

.dy-list-selected-label {
    flex-shrink: 0;
    color: #2f3541;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}

.dy-list-selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 28px;
    align-items: center;
}

.dy-list {
    margin-top: 20px;
    display: grid;
    gap: 10px;
}


.dy-item-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 22px 20px 20px 32px;
    transition: all 0.3s ease;
}

.dy-item-card:hover {
    transform: translateY(-5px);
}

.dy-item-card:hover .dy-item-title {
    color: #007EFF;
}

.dy-item-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.dy-item-head,
.dy-item-main {
    position: relative;
    z-index: 1;
}

.dy-item-footer {
    position: relative;
    z-index: 3;
}

.dy-item-head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-end;
}

.dy-item-title-wrap {
    min-width: 0;
    flex: 1;
}

.dy-item-platform-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 8px;
}

.dy-item-title {
    font-weight: 600;
    font-size: 22px;
    color: #060606;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.dy-item-title-text {
    flex: 1;
    max-width: 1100px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dy-item-subtitle {
    margin-top: 7px;
    font-weight: 400;
    font-size: 15px;
    color: #9BA9AA;
    line-height: 1.4;
}

.dy-item-price {
    font-family: NUMBERONLY;
    font-weight: bold;
    font-size: 36px;
    color: #FF5A19;
    flex-shrink: 0;
    line-height: 26px;
    margin-top: 32px;
}

.dy-item-price span {
    font-size: 15px;
    margin-left: 4px;
    font-weight: 400;
    vertical-align: 2px;
}

.dy-item-main {
    background: linear-gradient(0deg, rgba(255, 255, 255, .35), rgba(255, 247, 243, .35));
    border-radius: 20px;
    height: 85px;
    margin-top: 14px;
    display: flex;
    gap: 2px;
    align-items: center;
}

.dy-item-meta-icon {
    display: inline-block;
}

.dy-item-cover {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.dy-item-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dy-item-meta-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 12px;
}

.dy-item-meta {
    min-width: 0;
}

.dy-item-meta-score {
    padding-left: 19px;
}

.dy-item-meta strong {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #4F291D;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dy-item-meta strong a {
    font-family: 'COMFORTAA-BOLD';
    font-weight: bold;
}

.dy-item-meta span {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 13px;
    color: #BBABA6;
    line-height: 1.3;
}

.dy-item-footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #9aa1ae;
    font-size: 12px;
}

.dy-item-footer-left {
    display: flex;
    align-items: center;
    gap: 11px;
    font-weight: 400;
    font-size: 13px;
    color: #9BA9AA;
}

.dy-item-footer-left span {
    font-weight: 400;
    font-size: 13px;
    color: #9BA9AA;
}

.score_good {
    display: inline-block;
    width: 3px;
    height: 15px;
    background: #cb2506;
    border-radius: 20px;
    opacity: 0.8;
}

.score_mid {
    display: inline-block;
    width: 3px;
    height: 15px;
    background: #6ee107;
    border-radius: 20px;
    opacity: 0.8;
}

.score_bad {
    display: inline-block;
    width: 3px;
    height: 15px;
    background: RGBA(229, 221, 219, 1);
    border-radius: 20px;
}

.dy-item-tag {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: rgba(0, 126, 255, 1);
    background: rgba(0, 126, 255, 0.06);
    border-radius: 15px;
    padding: 5px 11px;
    line-height: 1.2;
    cursor: pointer;
}

.dy-item-tag:hover {
    background: rgba(0, 126, 255, 1);
    color: #fff;
}

.dy-item-actions {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 3;
}

.dy-item-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 155px;
    height: 45px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    gap: 22px;
    z-index: 51;
}

.dy-item-btn span {
    width: 45px;
    height: 45px;
    border-radius: 12px 0 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dy-item-btn-icon-free {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/list/list14.png) no-repeat center center;
    background-size: 100% 100%;
}

.dy-item-btn-icon-wx {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/list/list19.png) no-repeat center center;
    background-size: 100% 100%;
}

.dy-item-btn-yellow:hover {
    border: 2px solid #B400FF;
    color: rgba(180, 0, 255, 1);
    background: #FFFFFF;
}

.dy-item-btn-yellow {
    background: RGBA(180, 0, 255, 1);
    color: #fff;
}

.dy-item-btn-yellow:hover span {
    background: rgba(180, 0, 255, 0.06);
}

.dy-item-btn-yellow span {
    background: RGBA(158, 0, 225, 1);
}

.dy-item-btn-cyan {
    background: RGBA(67, 55, 255, 1);
    color: #fff;
}

.dy-item-btn-cyan span {
    background: RGBA(60, 49, 229, 1);
}

.dy-item-btn-cyan:hover {
    background: #FFFFFF;
    border-radius: 12px;
    border: 2px solid #4337FF;
    color: rgba(67, 55, 255, 1);
}

.dy-item-btn-cyan:hover span {
    background: rgba(67, 55, 255, 0.06);
}

.dy-item-btn-yellow:hover .dy-item-btn-icon-free {
    background: url(../images/list/list13.png) no-repeat center center;
    background-size: 100% 100%;
}

.dy-item-btn-cyan:hover .dy-item-btn-icon-wx {
    background: url(../images/list/list18.png) no-repeat center center;
    background-size: 100% 100%;
}

.dy-item-btn-cyan:hover .wxalt_code_dom {
    display: block;
}

/* ---------------- 微信咨询气泡（卡片） ---------------- */
/* 触发方式：推荐给 .wxalt_code_dom 加状态类
   - 有数据：.wxalt_code_dom.is-has
   - 无数据：.wxalt_code_dom.is-nowx
*/
.wxalt_code_dom {
    position: absolute;
    right: -66px;
    bottom: 10px;
    display: none;
    z-index: 50;
}

.wxlinkbtn {
    position: relative;
    display: inline-flex;
    align-items: center;
}

/* 保留你原来的 hover 入口（如果页面有 wxlinkbtn 容器的话） */
.wxlinkbtn:hover .wxalt_code_dom,
.wxalt_code_dom.is-open {
    display: block;
}

.wxalt_code_dom::after {
    content: "";
    position: absolute;
    right: 56px;
    bottom: -8px;
    width: 16px;
    height: 16px;
    background: linear-gradient(90deg, #edf5ff 0%, #f5f3ff 100%);
    transform: rotate(45deg);
    border-radius: 3px;
    box-shadow: 10px 10px 28px rgba(57, 47, 115, 0.10);
}

.wxalt_code_new {
    position: relative;
    width: 433px;
    height: 254px;
    padding: 36px 42px;
    background: url(../images/list/list26.png) no-repeat center center;
    background-size: 100% 100%;
}

/* ---------- 有数据（二维码 + 微信号 + 复制按钮） ---------- */
.haveQrCodeAndWx {
    min-height: 210px;
}

.haveQrCodeAndWx .wxcode_new_img {
    width: 113px;
    height: 113px;
    overflow: hidden;
}

.haveQrCodeAndWx .wxcode_new_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.wxcode_new_tips {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 42px;
}

.wxcode_new_tips span {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #C1B6CD;
    line-height: 24px;
}

.wxcode_new_tips a {
    font-family: 'COMFORTAA-BOLD';
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-top: 21px;
}

.haveQrCodeAndWx .wxcode_new_txt {
    position: absolute;
    left: 188px;
    top: 49px;
    padding-left: 26px;
}

.haveQrCodeAndWx .wxcode_new_txt .p1 i {
    display: inline-block;
    width: 19px;
    height: 15px;
    background: url(../images/list/list52.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 6px;
    vertical-align: -2px;
}

.haveQrCodeAndWx .wxcode_new_txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 1px;
    height: 110px;
    background: url(../images/list/list24.png) no-repeat center center;
    background-size: 100% 100%;
}

.haveQrCodeAndWx .wxcode_new_txt .p1 {
    font-weight: 400;
    font-size: 13px;
    color: #C1B6CD;
    line-height: 1;
}

.haveQrCodeAndWx .wxcode_new_txt .p2 {
    margin-top: 12px;
    font-family: 'COMFORTAA-BOLD';
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}

.wxcode_new_img1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -30px;
}

.wxcode_new_img1 img {
    width: 75px;
    height: 88px;
    margin-right: 109px;
    margin-left: 8px;
}

.wxcode_btn {
    display: block;
    margin-top: 14px;
    width: 119px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    font-weight: 400;
    font-size: 13px;
    color: rgba(67, 55, 255, 1);
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.wxcode_btn:hover {
    background: rgba(67, 55, 255, 1);
    color: #fff;
}

.wxcode_btn1 {
    display: block;
    width: 119px;
    height: 40px;
    background: rgba(6, 6, 6, 1);
    color: #fff;
    margin: 5px 25px 0 0;
}

.haveQrCodeAndWx .wxcode_new_hont {
    margin-top: 16px;
    font-weight: 400;
    font-size: 13px;
    color: #C1B6CD;
    line-height: 1.5;
}

/* ---------- 无数据（无二维码，提示 + 复制按钮） ---------- */
.haveQq {
    min-height: 210px;
    padding-left: 130px;
    /* 给“头像占位”留空间 */
}

.haveQq::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 28px;
    width: 86px;
    height: 86px;
    border-radius: 18px;
    background: radial-gradient(circle at 30% 30%, #ffffff 0%, #f1f3fb 55%, #e7eaf6 100%);
    box-shadow: inset 0 0 0 1px rgba(210, 214, 228, 0.7);
}

.haveQq::after {
    content: "";
    position: absolute;
    left: 58px;
    top: 62px;
    width: 30px;
    height: 6px;
    border-radius: 999px;
    background: rgba(154, 160, 180, 0.65);
    box-shadow: -10px 0 0 rgba(154, 160, 180, 0.65), 10px 0 0 rgba(154, 160, 180, 0.65);
}

.haveQq .wxcode_new_qq {
    color: #8f97a8;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
    padding-left: 22px;
    position: relative;
}

.haveQq .wxcode_new_qq::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    border-left: 2px dotted #cfd4e1;
}

.haveQq .wxcode_new_qq b {
    color: #262c39;
    font-size: 28px;
    font-weight: 700;
    margin-left: 6px;
}

.haveQq .wxcode_new_link {
    display: block;
    margin-top: 22px;
    padding-left: 22px;
    position: relative;
}

.haveQq .wxcode_new_link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 2px dotted #cfd4e1;
}

.haveQq .wxcode_new_link .copywx {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 34px;
    border-radius: 999px;
    background: linear-gradient(90deg, #6d23ff 0%, #8c2bff 100%);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    user-select: none;
}

/* ---------- 仅二维码（二维码 + 联系客服按钮） ---------- */
.haveQrCode .wxcode_new_img {
    width: 113px;
    height: 113px;
    overflow: hidden;
}

.haveQrCode .wxcode_new_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.haveQrCode .wxcode_new_hont {
    position: absolute;
    left: 192px;
    top: 64px;
    padding-left: 26px;
    height: 110px;
    display: flex;
    align-items: flex-start;
}

.haveQrCode .wxcode_new_hont::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 1px;
    height: 110px;
    background: url(../images/list/list24.png) no-repeat center center;
    background-size: 100% 100%;
}

/* 把“微信扫码联系客服”做成截图里的紫色按钮视觉 */
.haveQrCode .wxcode_new_hont {
    width: 119px;
    height: 40px;
    background: #7E00FF;
    border-radius: 20px;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.haveQrCode .wxcode_new_hont:hover {
    background: #FFFFFF;
    color: rgba(182, 137, 228, 1);
}

.dy-list-empty {
    margin-bottom: 9px;
    border-radius: 16px;
    padding: 58px 20px 48px;
    text-align: center;
}

.dy-list.is-empty .dy-list-empty {
    display: block;
}

.dy-list-empty-icon {
    margin: 0 auto;
    width: 125px;
    height: 100px;
    object-fit: contain;
}

.dy-list-empty-title {
    margin-top: 22px;
    line-height: 1.18;
    font-weight: 600;
    font-size: 46px;
    color: #060606;
    margin-bottom: 0;
}

.dy-list-empty-desc {
    margin-top: 16px;
    font-weight: 400;
    font-size: 18px;
    color: #8C929B;
    line-height: 1.2;
}

.dy-list-empty-btn {
    margin: 40px auto 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 290px;
    height: 65px;
    background: #F7FF75;
    border-radius: 33px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    transition: all 0.3s ease;
}

.dy-list-empty-btn span {
    width: 59px;
    height: 59px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 54px;
}

.dy-list-empty-btn span i {
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(../images/list/list54.png) no-repeat center center;
    background-size: 100% 100%;
}

.dy-list-empty-btn:hover {
    background: #000000;
    color: rgba(247, 255, 117, 1);
}

.dy-list-empty-btn:hover span {
    background: rgba(255, 255, 255, 0.08);
}

.dy-list-empty-btn:hover span i {
    background: url(../images/list/list55.png) no-repeat center center;
    background-size: 100% 100%;
}