body {
    margin: 0;
    padding: 0;
    background: #f4f5f6;
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.6;
}
a {
    color: #333333;
    text-decoration: none;
    transition: color 0.2s;
}
a:hover {
    color: #00a2e6;
}
.riv-top-bar {
    background: #ffffff;
    border-bottom: 1px solid #e5e6eb;
}
.riv-top-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.riv-logo img {
    height: 38px;
    display: block;
}
.riv-search-box {
    display: flex;
    border: 2px solid #00a2e6;
    height: 38px;
    width: 450px;
    border-radius: 20px;
    overflow: hidden;
}
.riv-search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 15px;
    font-size: 13px;
}
.riv-search-btn {
    background: #00a2e6;
    color: #ffffff;
    border: none;
    padding: 0 25px;
    font-weight: bold;
    cursor: pointer;
}
.riv-sub-bar {
    background: #ffffff;
    border-bottom: 1px solid #e5e6eb;
}
.riv-sub-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.riv-nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.riv-nav-links a {
    color: #555555;
    padding: 12px 18px;
    display: block;
    font-size: 13px;
    font-weight: bold;
}
.riv-nav-links a:hover, .riv-nav-links .clx-active {
    color: #00a2e6;
    border-bottom: 2px solid #00a2e6;
}
.riv-main {
    max-width: 1200px;
    margin: 20px auto 40px;
    padding: 0 20px;
}
.riv-notice {
    background: #e6f7ff;
    border: 1px solid #91d5ff;
    color: #0050b3;
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 20px;
}
.riv-box {
    background: #ffffff;
    border: 1px solid #e5e6eb;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}
.riv-box-hd {
    background: #fafafa;
    border-bottom: 1px solid #e5e6eb;
    padding: 10px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.riv-box-title {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    border-left: 3px solid #00a2e6;
    padding-left: 8px;
    margin: 0;
}
.riv-box-bd {
    padding: 15px;
}
.riv-grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
.riv-item-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border: 1px solid #f0f0f2;
    background: #ffffff;
}
.riv-item-card:hover {
    border-color: #00a2e6;
}
.riv-circular-logo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #e5e6eb;
}
.riv-circular-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.riv-item-meta {
    flex: 1;
    min-width: 0;
}
.riv-item-name {
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.riv-item-desc {
    font-size: 10px;
    color: #999999;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.riv-bottom-row {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}
.riv-bot-col-l {
    width: 300px;
    flex-shrink: 0;
}
.riv-bot-col-m {
    flex: 1;
    min-width: 0;
}
.riv-bot-col-r {
    width: 320px;
    flex-shrink: 0;
}
.riv-social-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.riv-social-card {
    background: #ffffff;
    border: 1px solid #e5e6eb;
    padding: 10px;
    text-align: center;
}
.riv-social-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 6px;
}
.riv-price {
    color: #e02020;
    font-weight: bold;
    font-size: 11px;
}
.riv-simple-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e6eb;
    margin-bottom: 10px;
}
.riv-simple-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.riv-simple-left {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}
.riv-simple-img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;
}
.riv-stat-card {
    background: #ffffff;
    border: 1px solid #e5e6eb;
    padding: 20px;
    text-align: center;
}
.riv-stat-num {
    font-size: 32px;
    font-weight: bold;
    color: #00a2e6;
    margin-bottom: 5px;
}
.riv-stat-lbl {
    font-size: 12px;
    color: #86909c;
}
.riv-footer {
    background: #ffffff;
    border-top: 1px solid #e5e6eb;
    padding: 30px 0;
    text-align: center;
    color: #86909c;
    font-size: 12px;
}
.riv-footer-links {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.riv-footer-links a {
    color: #4e5969;
}
.riv-footer-links a:hover {
    color: #00a2e6;
}
.riv-detail-grid {
    display: flex;
    gap: 20px;
}
.riv-detail-l {
    flex: 1;
    min-width: 0;
}
.riv-detail-r {
    width: 300px;
    flex-shrink: 0;
}
.riv-detail-box {
    background: #ffffff;
    border: 1px solid #e5e6eb;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 20px;
}
.riv-detail-top {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e5e6eb;
    padding-bottom: 30px;
}
.riv-detail-media {
    width: 150px;
    height: 150px;
    border: 1px solid #e5e6eb;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.riv-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.riv-detail-form {
    flex: 1;
}
.riv-d-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.riv-d-price-row {
    background: #fafafa;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.riv-d-price {
    font-size: 22px;
    font-weight: bold;
    color: #e02020;
}
.riv-form-group {
    margin-bottom: 15px;
}
.riv-form-group label {
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: bold;
}
.riv-input {
    width: 100%;
    height: 38px;
    border: 1px solid #e5e6eb;
    padding: 0 12px;
    box-sizing: border-box;
    outline: none;
}
.riv-input:focus {
    border-color: #00a2e6;
}
.riv-btn-blue {
    width: 100%;
    height: 44px;
    background: #00a2e6;
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
.riv-btn-blue:hover {
    background: #008cc7;
}
.riv-btn-blue:disabled {
    background: #cccccc;
    cursor: not-allowed;
}
.riv-desc-box {
    line-height: 1.8;
    color: #555555;
}
.riv-auth-wrap {
    background: #ffffff;
    border: 1px solid #e5e6eb;
    max-width: 440px;
    margin: 40px auto;
}
.riv-auth-tabs {
    display: flex;
    background: #fdfdfd;
    border-bottom: 1px solid #e5e6eb;
}
.riv-auth-tab {
    flex: 1;
    text-align: center;
    line-height: 48px;
    font-size: 12px;
    color: #666666;
}
.riv-auth-tabs .clx-active {
    color: #00a2e6;
    font-weight: bold;
    border-bottom: 2px solid #00a2e6;
}
.riv-auth-body {
    padding: 30px;
}
.riv-mini-table {
    border: 1px solid #e5e6eb;
    margin-top: 20px;
}
.riv-mini-tr {
    display: flex;
    padding: 10px 12px;
    border-bottom: 1px solid #e5e6eb;
    align-items: center;
}
.riv-mini-tr:last-child {
    border-bottom: none;
}
.riv-mini-th {
    background: #fafafa;
    font-weight: bold;
}
.riv-mini-td {
    flex: 1;
    min-width: 0;
}
@media (max-width: 900px) {
    .riv-top-inner {
        flex-direction: column;
        gap: 15px;
    }
    .riv-search-box {
        width: 100%;
    }
    .riv-grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }
    .riv-bottom-row, .riv-detail-grid {
        flex-direction: column;
    }
    .riv-bot-col-l, .riv-bot-col-r, .riv-detail-r {
        width: 100%;
    }
    .riv-detail-media {
        width: 100px;
        height: 100px;
        margin: 0 auto 15px;
    }
    .riv-detail-top {
        flex-direction: column;
        text-align: center;
    }
}