body {
    margin: 0;
    padding: 0;
    background: #f4f5f6;
    color: #1d2129;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.6;
}
a {
    color: #1d2129;
    text-decoration: none;
    transition: color 0.2s;
}
a:hover {
    color: #ff5a00;
}
.whe-top-bar {
    background: #ffffff;
    border-bottom: 1px solid #e5e6eb;
}
.whe-top-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.whe-logo img {
    height: 40px;
    display: block;
}
.whe-search-box {
    display: flex;
    border: 2px solid #ff5a00;
    height: 38px;
    width: 480px;
    border-radius: 4px;
    overflow: hidden;
}
.whe-search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 15px;
    font-size: 13px;
}
.whe-search-btn {
    background: #ff5a00;
    color: #ffffff;
    border: none;
    padding: 0 25px;
    font-weight: bold;
    cursor: pointer;
}
.whe-sub-bar {
    background: #22252a;
}
.whe-sub-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.whe-nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.whe-nav-links a {
    color: #ffffff;
    padding: 12px 22px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    opacity: 0.9;
}
.whe-nav-links a:hover, .whe-nav-links .clx-active {
    opacity: 1;
    background: #1d2129;
}
.whe-notice {
    max-width: 1200px;
    margin: 15px auto 0;
    background: #fff5f5;
    border: 1px solid #ffccc7;
    color: #a31515;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 12px;
}
.whe-main {
    max-width: 1200px;
    margin: 20px auto 40px;
    padding: 0 20px;
}
.whe-layout-top {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.whe-col-left {
    width: 200px;
    flex-shrink: 0;
}
.whe-col-mid {
    flex: 1;
    min-width: 0;
}
.whe-col-right {
    width: 320px;
    flex-shrink: 0;
}
.whe-box {
    background: #ffffff;
    border: 1px solid #e5e6eb;
    border-radius: 4px;
    overflow: hidden;
}
.whe-box-hd {
    background: #fafafa;
    border-bottom: 1px solid #e5e6eb;
    padding: 10px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.whe-box-title {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    border-left: 3px solid #ff5a00;
    padding-left: 10px;
    margin: 0;
}
.whe-box-bd {
    padding: 15px;
}
.whe-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.whe-side-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e5e6eb;
}
.whe-side-row:last-child {
    border-bottom: none;
}
.whe-side-row-left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    flex: 1;
    min-width: 0;
}
.whe-side-row-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid #e5e6eb;
}
.whe-side-row-title {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.whe-dot-red {
    width: 4px;
    height: 4px;
    background: #ff5a00;
    border-radius: 50%;
    flex-shrink: 0;
}
.whe-a-hero {
    border-bottom: 1px dashed #e5e6eb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.whe-a-hero-card {
    display: flex;
    gap: 15px;
}
.whe-a-hero-img {
    width: 140px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #e5e6eb;
}
.whe-a-hero-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.whe-a-hero-title {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.whe-a-hero-desc {
    font-size: 12px;
    color: #666666;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.whe-btn-red {
    background: #ff5a00;
    color: #ffffff;
    border: none;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
}
.whe-btn-red:hover {
    background: #e04f00;
}
.whe-grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}
.whe-item-card {
    border: 1px solid #e5e6eb;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    background: #ffffff;
    transition: transform 0.2s;
}
.whe-item-card:hover {
    transform: translateY(-2px);
    border-color: #ff5a00;
}
.whe-logo-box {
    width: 44px;
    height: 44px;
    border: 1px solid #e5e6eb;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.whe-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whe-item-name {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.whe-item-price {
    font-size: 10px;
    color: #e02020;
    margin: 0;
    font-weight: bold;
}
.whe-rank-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.whe-rank-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e5e6eb;
}
.whe-rank-row:last-child {
    border-bottom: none;
}
.whe-badge {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50%;
    flex-shrink: 0;
}
.whe-logo-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #e5e6eb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whe-logo-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whe-rank-name {
    flex: 1;
    min-width: 0;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.whe-rank-price {
    color: #e02020;
    font-weight: bold;
}
.whe-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}
.whe-grid-card {
    background: #ffffff;
    border: 1px solid #e5e6eb;
    border-radius: 4px;
    padding: 12px;
    transition: transform 0.2s;
}
.whe-grid-card:hover {
    transform: translateY(-2px);
    border-color: #ff5a00;
}
.whe-grid-img-box {
    width: 100%;
    aspect-ratio: 1.5;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #e5e6eb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whe-grid-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whe-grid-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.whe-grid-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.whe-btn-sm {
    background: #ff5a00;
    color: #ffffff;
    border: none;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;
    cursor: pointer;
}
.whe-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}
.whe-f-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #e5e6eb;
    padding: 15px;
    border-radius: 4px;
}
.whe-f-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e6eb;
}
.whe-f-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.whe-f-img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid #e5e6eb;
}
.whe-f-info {
    flex: 1;
    min-width: 0;
}
.whe-f-title {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.whe-box-vip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}
.whe-vip-card {
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    color: #ffffff;
}
.whe-vip-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.whe-vip-price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.whe-vip-list {
    font-size: 12px;
    opacity: 0.9;
    line-height: 2;
    margin-bottom: 20px;
}
.whe-btn-vip {
    background: #ffffff;
    border: none;
    padding: 8px 20px;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
}
.whe-bottom-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
.whe-bottom-card {
    border: 1px solid #e5e6eb;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    background: #ffffff;
}
.whe-bottom-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e6eb;
}
.whe-bottom-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whe-bottom-name {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.whe-footer {
    background: #ffffff;
    border-top: 1px solid #e5e6eb;
    padding: 30px 0;
    text-align: center;
    color: #86909c;
    font-size: 12px;
}
.whe-footer-links {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.whe-footer-links a {
    color: #4e5969;
}
.whe-footer-links a:hover {
    color: #ff5a00;
}
.whe-detail-grid {
    display: flex;
    gap: 20px;
}
.whe-detail-l {
    flex: 1;
    min-width: 0;
}
.whe-detail-r {
    width: 300px;
    flex-shrink: 0;
}
.whe-detail-box {
    background: #ffffff;
    border: 1px solid #e5e6eb;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 20px;
}
.whe-detail-top {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e5e6eb;
    padding-bottom: 30px;
}
.whe-detail-media {
    width: 140px;
    height: 140px;
    border: 1px solid #e5e6eb;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.whe-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whe-detail-form {
    flex: 1;
}
.whe-d-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.whe-d-price-row {
    background: #fafafa;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #e5e6eb;
}
.whe-d-price {
    font-size: 22px;
    font-weight: bold;
    color: #e02020;
}
.whe-form-group {
    margin-bottom: 15px;
}
.whe-form-group label {
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: bold;
}
.whe-input {
    width: 100%;
    height: 38px;
    border: 1px solid #e5e6eb;
    padding: 0 12px;
    box-sizing: border-box;
    outline: none;
    border-radius: 3px;
}
.whe-input:focus {
    border-color: #ff5a00;
}
.whe-btn-orange {
    width: 100%;
    height: 44px;
    background: #ff5a00;
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}
.whe-btn-orange:hover {
    background: #e04f00;
}
.whe-btn-orange:disabled {
    background: #cccccc;
    cursor: not-allowed;
}
.whe-desc-box {
    line-height: 1.8;
    color: #555555;
}
.whe-auth-wrap {
    background: #ffffff;
    border: 1px solid #e5e6eb;
    max-width: 440px;
    margin: 40px auto;
}
.whe-auth-tabs {
    display: flex;
    background: #fdfdfd;
    border-bottom: 1px solid #e5e6eb;
}
.whe-auth-tab {
    flex: 1;
    text-align: center;
    line-height: 48px;
    font-size: 12px;
    color: #666666;
}
.whe-auth-tabs .clx-active {
    color: #ff5a00;
    font-weight: bold;
    border-bottom: 2px solid #ff5a00;
}
.whe-auth-body {
    padding: 30px;
}
.whe-mini-table {
    border: 1px solid #e5e6eb;
    margin-top: 20px;
}
.whe-mini-tr {
    display: flex;
    padding: 10px 12px;
    border-bottom: 1px solid #e5e6eb;
    align-items: center;
}
.whe-mini-tr:last-child {
    border-bottom: none;
}
.whe-mini-th {
    background: #fafafa;
    font-weight: bold;
}
.whe-mini-td {
    flex: 1;
    min-width: 0;
}
.whe-simple-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e6eb;
    margin-bottom: 10px;
}
.whe-simple-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.whe-simple-left {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}
.whe-simple-img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e5e6eb;
}
@media (max-width: 900px) {
    .whe-top-inner {
        flex-direction: column;
        gap: 15px;
    }
    .whe-search-box {
        width: 100%;
    }
    .whe-grid-4, .whe-box-vip {
        grid-template-columns: repeat(2, 1fr);
    }
    .whe-box-a, .whe-bottom-row, .whe-detail-grid, .whe-grid-3 {
        flex-direction: column;
    }
    .whe-a-left, .whe-a-right-grid, .whe-bot-col-l, .whe-bot-col-r, .whe-detail-r {
        width: 100%;
    }
    .whe-bottom-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}