.valuation-shell {
    margin: 0;
    background: #ffffff;
    color: #2b2218;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.valuation-header__inner,
.valuation-footer__inner,
.valuation-main {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 5px;
}

.valuation-header {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(16px);
    background: rgba(255, 250, 242, 0.92);
    border-bottom: 1px solid rgba(25, 75, 143, 0.08);
}

.valuation-header__inner {
    display: grid;
    grid-template-columns: auto auto minmax(240px, 360px);
    gap: 20px;
    align-items: center;
    min-height: 78px;
}

.valuation-brand {
    color: #194b8f;
    font-size: 26px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.valuation-nav {
    display: flex;
    gap: 18px;
    font-size: 20px;
}

.valuation-nav a {
    color: #194b8f;
    text-decoration: none;
    font-weight: 500;
    padding: 6px 2px;
}

.valuation-footer a,
.valuation-section__head a {
    color: #194b8f;
    text-decoration: none;
    font-weight: 500;
}

.valuation-header__search,
.qq-search-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
}

.valuation-header__search input,
.qq-search-form input {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(25, 75, 143, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.85);
    outline: none;
}

.valuation-header__search button,
.qq-search-form button {
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 16px;
    background: #b2522f;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}

.valuation-header__search button:disabled,
.qq-search-form button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.valuation-header__search button.loading,
.qq-search-form button.loading {
    color: transparent;
}

.valuation-header__search button.loading::after,
.qq-search-form button.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: qqv-spin 0.7s linear infinite;
}

@keyframes qqv-spin {
    to {
        transform: rotate(360deg);
    }
}

.valuation-main {
    padding-top: 10px;
    padding-bottom: 1px;
}

.valuation-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
    gap: 8px;
    align-items: stretch;
}

.valuation-hero__content,
.valuation-callout,
.valuation-card,
.valuation-panel,
.valuation-list__item,
.valuation-profile-card,
.valuation-price-panel {
    border: 1px solid rgba(43, 34, 24, 0.08);
    background: rgba(255, 250, 242, 0.84);
    box-shadow: 0 4px 16px rgba(71, 46, 18, 0.06);
}

.valuation-hero__content {
    padding: 22px;
    border-radius: 10px;
}

.valuation-hero h1,
.valuation-section__head h1,
.valuation-section__head h2 {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 8px;
}

.valuation-hero p,
.valuation-section__head p,
.valuation-breakdown__item p,
.valuation-profile-card__meta p,
.valuation-certificate__meta p {
    color: #73624c;
    line-height: 1.7;
    font-size: 15px;
}

.valuation-hero__aside {
    display: grid;
    gap: 6px;
}

.valuation-callout {
    padding: 10px;
    border-radius: 10px;
}

.valuation-callout h2 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
}

.valuation-callout p {
    color: #73624c;
    line-height: 1.7;
    font-size: 14px;
}

.valuation-section {
    margin-top: 10px;
}

.valuation-section__head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.valuation-rank-sort {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.valuation-rank-sort__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(25, 75, 143, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: #194b8f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.valuation-rank-sort__link:hover {
    border-color: rgba(25, 75, 143, 0.34);
    background: rgba(25, 75, 143, 0.06);
}

.valuation-rank-sort__link--active {
    border-color: #194b8f;
    background: #194b8f;
    color: #fff;
    box-shadow: 0 8px 18px rgba(25, 75, 143, 0.18);
}

.valuation-section__head .valuation-rank-sort__link--active,
.valuation-section__head .valuation-rank-sort__link--active:hover {
    color: #fff;
}

.valuation-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.valuation-card,
.valuation-list__item {
    display: block;
    padding: 8px;
    border-radius: 6px;
    color: inherit;
    text-decoration: none;
}

.valuation-card strong,
.valuation-list__item strong,
.valuation-breakdown__item strong {
    display: block;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.valuation-card span,
.valuation-card em,
.valuation-list__item span,
.valuation-list__item em,
.valuation-breakdown__item span,
.valuation-breakdown__item em {
    display: block;
    margin-top: 8px;
    color: #73624c;
    font-style: normal;
}

.valuation-card em,
.valuation-list__item em {
    color: #b2522f;
    font-weight: 600;
    font-style: normal;
}

.valuation-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.valuation-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.valuation-detail__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
    gap: 5px;
    align-items: stretch;
}

.valuation-detail__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 8px;
}

.pricing-details.valuation-detail__grid {
    grid-template-columns: 1fr;
}

.valuation-profile-card,
.valuation-price-panel,
.valuation-panel {
    padding: 10px;
    border-radius: 20px;
}

.valuation-profile-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 22px;
}

.valuation-profile-card__avatar {
    height: 160px;
    border-radius: 20px;
    background: linear-gradient(135deg, #194b8f, #4e78b5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    overflow: hidden;
}

.valuation-profile-card__avatar img,
.valuation-certificate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.valuation-price-panel {
    display: grid;
    align-content: start;
    gap: 8px;
    background: linear-gradient(180deg, rgba(25, 75, 143, 0.92), rgba(17, 38, 68, 0.94));
    color: #fff;
}

.valuation-price-panel strong {
    font-size: 28px;
}

.valuation-price-panel__final {
    color: #f5d78c;
}

.valuation-certificate-card {
    padding: 12px;
    border-radius: 20px;
    border: 1px solid rgba(43, 34, 24, 0.08);
    background: rgba(255, 250, 242, 0.84);
    box-shadow: 0 4px 16px rgba(71, 46, 18, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.valuation-certificate-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.certificate-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.cert-text {
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    color: #e67e22;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.cert-qq {
    top: 42.5%;
    left: 45%;
}

.cert-digits {
    top: 50%;
    left: 45%;
}

.cert-price {
    top: 58%;
    left: 45%;
}

.valuation-price-inline {
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(43, 34, 24, 0.08);
    flex-direction: column;
}

.price-inline-item {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex: 0 0 auto;
    min-width: fit-content;
}

.price-inline-item span {
    font-size: 13px;
    color: #73624c;
    white-space: nowrap;
}

.price-inline-item strong {
    font-size: 22px;
    color: #2b2218;
    font-weight: 700;
    white-space: nowrap;
}

.price-inline-item strong.is-final {
    color: #c17f2a;
}

.valuation-price-panel__hint {
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 1.6;
}

.valuation-loading-inline {
    display: inline-flex;
    width: 1.05em;
    height: 1.05em;
    border: 2px solid rgba(148, 163, 184, 0.3);
    border-top-color: #2563eb;
    border-radius: 999px;
    vertical-align: middle;
    animation: qqv-spin 0.9s linear infinite;
}

.is-progressive-failed {
    color: #b91c1c;
}

.pricing-details {
    margin-top: 8px;
}

.valuation-breakdown {
    display: grid;
    gap: 0;
    border: 1px solid rgba(43, 34, 24, 0.12);
    border-radius: 14px;
    overflow: hidden;
}

.valuation-breakdown__head,
.valuation-breakdown__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
}

.valuation-breakdown__head {
    background: #194b8f;
    color: #fff;
    font-weight: 700;
}

.valuation-breakdown__head > span,
.valuation-breakdown__row > span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(43, 34, 24, 0.08);
    border-right: 1px solid rgba(43, 34, 24, 0.08);
    margin: 0;
    color: #2b2218;
    font-style: normal;
    font-size: 14px;
    text-align: center;
}

.valuation-breakdown__head > span {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
    font-size: 16px;
}

.valuation-breakdown__head > span:last-child,
.valuation-breakdown__row > span:last-child {
    border-right: none;
}

.valuation-breakdown__row:nth-child(odd) > span {
    background: rgba(255, 255, 255, 0.5);
}

.valuation-breakdown__row:nth-child(even) > span {
    background: rgba(245, 215, 140, 0.12);
}

.valuation-breakdown__footer > span {
    font-weight: 600;
    background: rgba(25, 75, 143, 0.06) !important;
}

.valuation-breakdown__row .hmxq-4 {
    color: #b2522f;
    font-weight: 600;
}

.mobile-prefix-value {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0;
    white-space: nowrap;
    color: #2b2218;
    font-weight: 600;
}

.mobile-prefix-highlight {
    color: #fff;
    background: #194b8f;
    border-radius: 6px;
    padding: 2px 5px;
    margin-right: 1px;
    line-height: 1.2;
}

.straight-value {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0;
    white-space: nowrap;
    color: #2b2218;
    font-weight: 600;
}

.straight-value--multiline {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.straight-value__line {
    display: block;
    white-space: nowrap;
}

.straight-highlight {
    color: #fff;
    background: #194b8f;
    border-radius: 6px;
    padding: 2px 5px;
    line-height: 1.2;
}

.straight-highlight--asc {
    background: #194b8f;
}

.straight-highlight--desc {
    background: #15803d;
}

.valuation-breakdown__row .hmxq-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.valuation-membership-picker {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    align-items: stretch;
}

.valuation-membership-picker__field,
.valuation-mobile-bound-picker__field {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;
    width: 100%;
}

.valuation-membership-picker__label,
.valuation-mobile-bound-picker__label {
    color: #5d4c39;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    text-align: right;
}

.valuation-membership-vip-select,
.valuation-membership-svip-select,
.valuation-mobile-bound-select {
    width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(25, 75, 143, 0.16);
    border-radius: 10px;
    background: #fff;
    color: #2b2218;
}

.level-icon-group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: nowrap;
    min-height: 20px;
    max-width: 100%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 0;
    margin-top: 6px;
}

.level-icon {
    height: 18px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.level-icon--star {
    margin-top: -1px;
    margin-right: -3px;
}

.valuation-breakdown__item {
    padding: 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.7);
}

.valuation-breakdown__item header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

@media (max-width: 992px) {
    .valuation-breakdown__head,
    .valuation-breakdown__row {
        grid-template-columns: 1fr 1fr;
    }

    .valuation-membership-picker__field,
    .valuation-mobile-bound-picker__field {
        grid-template-columns: 56px minmax(0, 1fr);
    }
}

.valuation-certificate {
    display: grid;
    gap: 16px;
}

.valuation-certificate img {
    min-height: 220px;
    border-radius: 16px;
}

.valuation-contact {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed rgba(43, 34, 24, 0.18);
}

.valuation-empty {
    padding: 24px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.62);
    color: #73624c;
    text-align: center;
}

.valuation-rank {
    display: grid;
    gap: 10px;
}

.valuation-rank__item {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 16px 22px;
    border-radius: 14px;
    border: 1px solid rgba(43, 34, 24, 0.08);
    background: rgba(255, 250, 242, 0.84);
    box-shadow: 0 2px 8px rgba(71, 46, 18, 0.04);
    color: inherit;
    text-decoration: none;
    transition: box-shadow 0.2s;
}

.valuation-rank__item:hover {
    box-shadow: 0 4px 16px rgba(71, 46, 18, 0.10);
}

.valuation-rank__no {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(25, 75, 143, 0.08);
    color: #73624c;
    font-weight: 700;
    font-size: 15px;
}

.valuation-rank__no--top {
    background: linear-gradient(135deg, #b2522f, #d4724e);
    color: #fff;
}

.valuation-rank__info {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.valuation-rank__info strong {
    font-size: 20px;
}

.valuation-rank__info span {
    color: #73624c;
    font-size: 14px;
}

.valuation-rank__count {
    color: #194b8f;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.valuation-footer {
    padding: 24px 0 6px;
}

.valuation-footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #73624c;
    font-size: 13px;
}

@media (max-width: 992px) {
    .valuation-header__inner,
    .valuation-hero,
    .valuation-detail__hero,
    .valuation-detail__grid,
    .valuation-profile-card {
        grid-template-columns: 1fr;
    }

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

    .valuation-header__inner {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .valuation-section__head,
    .valuation-list__item,
    .valuation-footer__inner {
        align-items: start;
        flex-direction: column;
    }

    .valuation-rank-sort {
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .valuation-hero__content {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .valuation-callout {
        padding: 20px;
        border-radius: 14px;
    }

    .valuation-card-grid {
        grid-template-columns: 1fr;
    }

    .valuation-list {
        grid-template-columns: 1fr;
    }

    .valuation-header__search,
    .qq-search-form {
        grid-template-columns: 1fr;
    }

    .valuation-header__inner {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .valuation-nav {
        gap: 12px;
    }
}

/* 排行表格 */
.valuation-rank-table {
    border: 1px solid rgba(43, 34, 24, 0.08);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 250, 242, 0.84);
    box-shadow: 0 4px 16px rgba(71, 46, 18, 0.06);
}

.valuation-rank-table__head,
.valuation-rank-table__row {
    display: grid;
    grid-template-columns: 72px minmax(120px, 1fr) minmax(100px, 0.9fr) 72px 72px 220px 160px 96px;
    gap: 0;
    align-items: stretch;
    min-height: 56px;
}

.valuation-rank-table__head {
    background: #194b8f;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.valuation-rank-table__head span,
.valuation-rank-table__row span {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(43, 34, 24, 0.08);
    border-right: 1px solid rgba(43, 34, 24, 0.08);
    font-size: 15px;
    color: #000000;
    white-space: nowrap;
}

.valuation-rank-table__head span {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
}

.valuation-rank-table__head span:last-child,
.valuation-rank-table__row span:last-child {
    border-right: none;
}

.valuation-rank-table__row {
    color: inherit;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
}

.valuation-rank-table__row:hover {
    background: rgba(25, 75, 143, 0.06);
    box-shadow: inset 3px 0 0 #194b8f;
}

.valuation-rank-table__row:nth-child(even) {
    background: rgba(245, 215, 140, 0.08);
}

.valuation-rank-table__empty {
    padding: 32px;
    text-align: center;
    color: #73624c;
    font-size: 15px;
}

.valuation-rank-mobile {
    display: none;
}

.valuation-rank-mobile__card {
    display: block;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid rgba(43, 34, 24, 0.08);
    background: rgba(255, 250, 242, 0.84);
    box-shadow: 0 4px 16px rgba(71, 46, 18, 0.06);
    color: inherit;
    text-decoration: none;
}

.valuation-rank-mobile__card + .valuation-rank-mobile__card {
    margin-top: 10px;
}

.valuation-rank-mobile__body {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    column-gap: 16px;
    align-items: start;
}

.valuation-rank-mobile__media {
    position: relative;
    width: 112px;
    min-width: 112px;
    padding-top: 10px;
    padding-left: 12px;
}

.valuation-rank-mobile__badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 11px;
    z-index: 1;
}

.valuation-rank-mobile__avatar {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.valuation-rank-mobile__info {
    min-width: 0;
}

.valuation-rank-mobile__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}

.valuation-rank-mobile__info strong {
    display: block;
    flex: 0 1 auto;
    font-size: 17px;
    font-weight: 700;
    color: #2b2218;
    line-height: 1.25;
    min-width: 0;
}

.valuation-rank-mobile__nickname {
    display: block;
    flex: 1 1 auto;
    color: #73624c;
    font-size: 13px;
    line-height: 1.3;
    min-width: 0;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.valuation-rank-mobile__meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.valuation-rank-mobile__meta > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.valuation-rank-mobile__meta label {
    color: #8a7760;
    font-size: 12px;
    line-height: 1.2;
    flex: 0 0 auto;
}

.valuation-rank-mobile__meta em {
    color: #2b2218;
    font-style: normal;
    font-size: 14px;
    line-height: 1.35;
    text-align: right;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.valuation-rank-mobile__icons em {
    overflow: visible;
    white-space: normal;
}

.valuation-rank-mobile__icons .level-icon-group {
    justify-content: flex-start;
}

.rank-badge {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(25, 75, 143, 0.08);
    color: #73624c;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.rank-badge--top {
    background: linear-gradient(135deg, #b2522f, #d4724e);
    color: #fff;
}

.valuation-rank-table .rank-avatar {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
    background: linear-gradient(135deg, #194b8f, #4e78b5);
}

.col-rank {
    justify-content: center;
    overflow: visible;
}

.col-qq {
    gap: 8px;
}

.col-qq strong {
    font-size: 16px;
    font-weight: 600;
}

.col-nickname {
    color: #73624c;
}

.col-level {
    justify-content: center;
    /*font-weight: 600;*/
}

.col-q-age,
.col-count {
    justify-content: center;
}

.col-icons {
    overflow: visible;
}

.col-icons .level-icon-group {
    margin-top: 0;
    justify-content: flex-start;
}

.col-date {
    font-size: 13px;
}

.valuation-rank-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.valuation-rank-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(25, 75, 143, 0.18);
    background: rgba(255, 255, 255, 0.9);
    color: #194b8f;
    text-decoration: none;
    font-size: 14px;
}

.valuation-rank-pagination__link.is-disabled {
    color: #a89a86;
    border-color: rgba(43, 34, 24, 0.08);
    pointer-events: none;
}

.valuation-rank-pagination__summary {
    color: #73624c;
    font-size: 14px;
}

@media (max-width: 768px) {
    .valuation-section__head {
        align-items: stretch;
    }

    .valuation-rank-sort {
        flex-wrap: nowrap;
        justify-content: stretch;
        gap: 6px;
        overflow: hidden;
        padding-bottom: 0;
    }

    .valuation-rank-sort__link {
        flex: 1 1 0;
        min-width: 0;
        min-height: 36px;
        padding: 0 8px;
        font-size: 13px;
        white-space: nowrap;
    }

    .valuation-rank-table {
        display: none;
    }

    .valuation-rank-mobile {
        display: block;
    }

    .valuation-rank-table__head,
    .valuation-rank-table__row {
        grid-template-columns: 52px minmax(120px, 1.4fr) minmax(88px, 1fr) 56px 56px 120px 120px 72px;
    }

    .valuation-rank-table__head span,
    .valuation-rank-table__row span {
        padding: 10px 8px;
        font-size: 13px;
    }

    .valuation-rank-table .rank-avatar {
        width: 24px;
        height: 24px;
    }

    .col-qq strong {
        font-size: 14px;
    }

    .level-icon {
        height: 16px;
        width: auto;
    }

    .valuation-rank-pagination {
        gap: 10px;
    }

    .valuation-rank-pagination__link {
        min-width: 78px;
        min-height: 34px;
        padding: 0 12px;
        font-size: 13px;
    }

    .valuation-rank-pagination__summary {
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
}
