/* 爱投资 2015 首页复刻样式 - 色值取自原站 computed style */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body.page-home2015 {
    font: 12px/1.5 "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    color: #666;
    background: #f5f5f5;
}
a { color: #666; text-decoration: none; }
a:hover { color: #ef5a50; }
ul, dl, dd, dt, h1, h2, h3, p { margin: 0; padding: 0; list-style: none; }
.clearfix::after { content: ""; display: table; clear: both; }
.fl { float: left; }
.fr { float: right; }
.rel { position: relative; }
.ff-A { font-family: Arial, sans-serif; }
.ff-M { font-family: "Microsoft YaHei", sans-serif; }
.fs-large { font-size: 24px; font-weight: 700; color: #666; }
.fs-xx { font-size: 18px; color: #666; }
.fs-s { font-size: 12px; }
.fs-sxl { font-size: 18px; font-weight: normal; }
.fs-x { font-size: 12px; }
.fw-n { font-weight: normal; }
.mgr-5 { margin-right: 5px; }
.mrn { margin-right: 0; }
.pdr-15 { padding-right: 15px; }
.br1e6 { border-right: 1px solid #e6e6e6; padding-right: 15px; margin-right: 15px; }
.pdl-15 { padding-left: 15px; }
.icon { display: inline-block; vertical-align: middle; }
.hd-inner { width: 1100px; margin: 0 auto; }

/* 顶部工具条 */
.hd-top { background: #f8f8f8; border-bottom: 1px solid #eee; height: 32px; line-height: 32px; color: #666; font-size: 12px; }
.hd-website-menu { float: left; }
.hd-website-menu a { color: #666; margin-right: 0; }
.hd-website-menu a:hover { color: #e34b4b; }
.hd-quick-menu { float: right; }
.hd-quick-menu > li { float: left; position: relative; }
.hd-quick-menu-sub-a, .hd-quick-menu-contact-a { display: block; color: #666; padding-right: 15px; }
.hd-tri { display: inline-block; width: 0; height: 0; border: 4px solid transparent; border-top-color: #999; margin-left: 5px; vertical-align: middle; }
.hd-quick-help, .hd-quick-contact {
    display: none; position: absolute; top: 32px; right: 0; background: #fff;
    border: 1px solid #eee; box-shadow: 0 2px 8px rgba(0,0,0,.08); z-index: 200; min-width: 120px;
}
.hd-quick-help li a, .hd-quick-i-account li a { display: block; padding: 8px 16px; color: #666; white-space: nowrap; }
.hd-quick-help li a:hover { background: #f5f5f5; color: #e34b4b; }
.hd-quick-menu-sub:hover .hd-quick-help,
.hd-quick-menu-contact:hover .hd-quick-contact { display: block; }
.hd-quick-contact { width: 220px; padding: 15px; }
.h-q-c-left h3 { color: #ef5a50; font-size: 20px; margin-bottom: 5px; }
.h-q-c-serve { display: inline-block; margin-top: 8px; padding: 4px 12px; background: #ef5a50; color: #fff !important; border-radius: 2px; }

/* Logo 行 */
.hd-content { background: #fff; padding: 18px 0; }
.hd-logo-link { float: left; display: block; }
.hd-logo { display: block; height: 40px; width: auto; }
.hd-logo-text { display: block; font-size: 28px; font-weight: bold; color: #333; line-height: 40px; }
.hd-logo-text em { color: #e34b4b; font-style: normal; margin-left: 8px; }
.hd-logo-text small { font-size: 12px; color: #999; font-weight: normal; margin-left: 10px; }
.hd-login { float: right; padding-top: 6px; }
.hd-login-in li { float: left; margin-left: 10px; }
.hd-login-btn a {
    display: block; padding: 0 22px; height: 32px; line-height: 32px;
    border: 1px solid #ef5a50; color: #ef5a50; border-radius: 2px; text-align: center;
}
.hd-regist-btm a {
    display: block; padding: 0 22px; height: 32px; line-height: 32px;
    background: #ef5a50; color: #fff !important; border-radius: 2px; text-align: center;
}
.hd-login-win { position: relative; }
.h-l-w-item { position: relative; line-height: 32px; }
.hd-login-handle { display: none; position: absolute; top: 100%; right: 0; background: #fff; border: 1px solid #eee; min-width: 120px; z-index: 100; }
.h-l-w-item:hover .hd-login-handle { display: block; }
.hd-login-list a { display: block; padding: 8px 16px; color: #666; }
.hd-login-list a:hover { background: #f5f5f5; color: #e34b4b; }

/* 红色主导航 */
.hd-nav { background: #ef5a50; height: 44px; }
.hd-main-nav { height: 44px; }
.h-m-n-item { float: left; position: relative; height: 44px; }
.h-m-n-link {
    display: block; padding: 0 28px; height: 44px; line-height: 44px;
    color: #fff; font-size: 16px; text-align: center;
}
.h-m-n-item.cur .h-m-n-link,
.h-m-n-item:hover .h-m-n-link { background: #d94a40; }
.hd-sub-nav {
    display: none; position: absolute; top: 44px; left: 0; background: #fff;
    border: 1px solid #eee; box-shadow: 0 2px 6px rgba(0,0,0,.1); z-index: 150; min-width: 140px;
}
.hd-sub-nav li a { display: block; padding: 10px 20px; color: #666; font-size: 14px; white-space: nowrap; }
.hd-sub-nav li a:hover { background: #f5f5f5; color: #e34b4b; }
.h-m-n-item.has-sub:hover .hd-sub-nav { display: block; }

.bd { background: #f5f5f5; }
.products-page { padding: 20px 0 40px; }
.product-detail-page { max-width: 760px; margin: 0 auto; }
.account-page { max-width: 820px; margin: 0 auto; }
.account-dashboard {
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0,0,0,.06);
}
.account-dashboard__body { padding: 24px 28px 28px; }
.account-hero {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #fff5f5 0%, #fff 55%, #fafafa 100%);
    border-bottom: 1px solid #f0f0f0;
}
.account-hero__avatar {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(145deg, #e34b4b, #c93a3a);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(227,75,75,.25);
}
.account-hero__title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 6px;
}
.account-hero__name {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.account-hero__badge { display: inline-flex; }
.account-hero__meta {
    margin: 0;
    font-size: 13px;
    color: #999;
}
.account-shortcuts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0;
    padding: 20px 28px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}
.account-shortcuts .btn {
    display: inline-block;
    min-width: 112px;
    text-align: center;
    padding: 10px 18px;
    font-size: 13px;
}
.account-shortcuts .btn.is-active {
    background: #e34b4b;
    border-color: #e34b4b;
    color: #fff;
}
.account-shortcuts .btn.is-active:hover {
    background: #d43d3d;
    border-color: #d43d3d;
    color: #fff;
}
.account-balance-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}
.account-balance-card {
    padding: 18px 20px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
}
.account-balance-card--main {
    position: relative;
    background: linear-gradient(135deg, #fff8f8 0%, #fff 100%);
    border-color: #fde0e0;
    padding-bottom: 48px;
}
.account-balance-card__actions {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: flex;
    gap: 8px;
}
.account-balance-card__actions .btn-sm {
    min-width: 0;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.4;
}
.account-balance-card__label {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}
.account-balance-card__hint {
    display: block;
    font-size: 12px;
    color: #bbb;
    margin: -4px 0 6px;
}
.account-balance-card__value {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #e34b4b;
    line-height: 1.2;
}
.account-balance-card__value small {
    font-size: 14px;
    font-weight: 600;
    color: #999;
}
.account-balance-card__value--warn { color: #e65100; }
.account-status-tip {
    margin-bottom: 20px;
    padding: 12px 16px;
    background: #f0faf0;
    border: 1px solid #c8e6c9;
    border-radius: 6px;
    font-size: 13px;
    color: #2e7d32;
}
.account-status-tip__text { margin-bottom: 10px; }
.account-pending-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.account-pending-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #dcedc8;
    border-radius: 4px;
    color: #555;
}
.account-pending-item .btn-sm {
    padding: 4px 12px;
    font-size: 12px;
}
.account-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 24px;
    padding: 18px 12px;
    background: #f5f5f5;
    border: none;
    border-radius: 8px;
}
.account-metric { text-align: center; padding: 8px; }
.account-metric + .account-metric { border-left: 1px solid #e8e8e8; }
.account-metric__label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.4;
}
.account-metric__value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.account-invite {
    margin-bottom: 24px;
    padding: 18px 20px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
}
.account-invite__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}
.account-invite__title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}
.account-invite__url {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    font-size: 12px;
    color: #666;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    font-family: Consolas, Monaco, monospace;
}
.account-invite__foot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 10px 0 0;
    font-size: 12px;
    color: #999;
}
.account-invite__foot a { color: #e34b4b; }
.account-invite__foot a:hover { text-decoration: underline; }
.account-actions__primary {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    padding: 12px;
    font-size: 15px;
    text-align: center;
}
.account-actions__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.account-actions__grid .btn {
    display: block;
    text-align: center;
    padding: 10px 8px;
    font-size: 13px;
}
@media (max-width: 640px) {
    .account-hero { padding: 20px; }
    .account-dashboard__body { padding: 20px; }
    .account-shortcuts {
        justify-content: flex-start;
        gap: 10px;
        padding: 16px 20px;
    }
    .account-shortcuts .btn {
        min-width: 120px;
    }
    .account-balance-row { grid-template-columns: 1fr; }
    .account-metrics { grid-template-columns: 1fr; gap: 0; }
    .account-metric + .account-metric {
        border-left: none;
        border-top: 1px solid #f0f0f0;
        padding-top: 12px;
        margin-top: 8px;
    }
}
.account-subpage { padding: 28px 32px; }
.account-subpage__head {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}
.account-subpage__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.account-subpage__intro {
    margin: 10px 0 0;
    font-size: 13px;
    color: #999;
    line-height: 1.6;
}
.account-subpage__section {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}
.account-subpage__section-title {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.account-subpage__back {
    margin: 20px 0 0;
    font-size: 13px;
}
.account-subpage__back a { color: #666; }
.account-subpage__back a:hover { color: #e34b4b; }
.pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}
.pager__info {
    font-size: 13px;
    color: #999;
}
.pager__links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.pager__btn,
.pager__num {
    display: inline-block;
    min-width: 32px;
    padding: 6px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    color: #666;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
.pager__btn:hover,
.pager__num:hover {
    border-color: #e34b4b;
    color: #e34b4b;
}
.pager__num--cur {
    border-color: #e34b4b;
    background: #e34b4b;
    color: #fff;
    font-weight: 600;
}
.pager__btn--disabled {
    color: #ccc;
    background: #fafafa;
    cursor: default;
}
.pager__ellipsis {
    color: #bbb;
    padding: 0 2px;
    font-size: 13px;
}
.account-subpage .form-row input { max-width: 100%; box-sizing: border-box; }
.account-subpage .product-detail-form { max-width: 420px; }
@media (max-width: 640px) {
    .account-subpage { padding: 20px; }
}
.auth-page { max-width: 440px; margin: 0 auto; }
.auth-page .auth-layout {
    max-width: none;
    margin: 0;
    padding: 32px 36px 28px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
.auth-page-head {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.auth-page-title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}
.auth-page-subtitle {
    margin: 0;
    font-size: 13px;
    color: #999;
}
.auth-page .product-detail-form { margin-top: 0; }
.auth-page .form-row input {
    max-width: 100%;
    box-sizing: border-box;
}
.auth-page-link { margin: 16px 0 0; font-size: 13px; text-align: center; }
.auth-page-link a { color: #666; }
.auth-page-link a:hover { color: #e34b4b; }
.account-page .account-user-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}
.account-page .account-user-row__badge { display: inline-flex; }
.product-detail-head { margin-bottom: 16px; }
.product-detail-subtitle { margin: 8px 0 0; font-size: 14px; color: #666; font-weight: normal; }
.product-detail-panel { padding: 24px; }
.product-detail-table { max-width: 520px; }
.product-detail-stats { margin-bottom: 0; }
.product-detail-progress {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 220px;
}
.product-detail-progress .js-progress-pct {
    min-width: 58px;
    color: #ef5a50;
    font-weight: bold;
}
.product-detail-progress-track {
    flex: 1;
    height: 8px;
    background: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}
.product-detail-progress-fill {
    display: block;
    height: 100%;
    background: #ef5a50;
    border-radius: 4px;
}
.product-detail-desc { margin-top: 20px; padding-top: 16px; border-top: 1px solid #eee; }
.product-detail-desc h3 { margin: 0 0 10px; font-size: 15px; color: #333; }
.product-detail-desc-body { white-space: pre-wrap; color: #666; font-size: 14px; line-height: 1.7; }
.product-detail-action {
    margin-top: 24px;
    padding: 20px 16px;
    border-top: 1px solid #eee;
    text-align: center;
    background: #f5f5f5;
    border-radius: 4px;
    scroll-margin-top: 80px;
}

.product-detail-alert { background: #fff7ed; border: 1px solid #fed7aa; color: #9a3412; padding: 12px 14px; border-radius: 4px; text-align: left; max-width: 480px; margin-left: auto; margin-right: auto; }
.product-detail-form-title { margin: 0 0 12px; font-size: 16px; color: #e34b4b; font-weight: 700; text-align: center; }
.product-detail-my-invest .product-detail-form-title { text-align: left; }
.product-detail-table tr.product-detail-my-invest-row > th {
    color: #e34b4b !important;
    font-weight: 700;
}
.product-detail-table tr.product-detail-my-invest-row > td {
    color: #333 !important;
    font-weight: 400;
}
.product-detail-matured {
    margin: 18px 0 0;
    text-align: center;
}
.product-detail-matured .alert {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.product-detail-matured .muted {
    margin: 10px 0 0;
}
.product-detail-form {
    margin: 10px auto 0;
    max-width: 360px;
    text-align: left;
}
.product-detail-form .form-row input { max-width: 100%; box-sizing: border-box; }
.product-detail-form .btn { display: block; width: 100%; box-sizing: border-box; }
.product-detail-balance { color: #e34b4b; font-size: 12px; margin: 0 0 12px; text-align: center; }
.product-detail-balance.muted { color: #e34b4b; }
.product-detail-back { margin-top: 16px; font-size: 13px; }
.product-detail-back a { color: #666; }
.product-detail-back a:hover { color: #e34b4b; }
.product-detail-action > .btn { margin-left: auto; margin-right: auto; }
.product-detail-action .invest-countdown { display: inline-block; text-align: center; }
.product-detail-action .invest-countdown-start-wrap,
.product-detail-action .invest-countdown-timer-wrap { margin-left: 0; text-align: center; }

/* 投资收益计算器 */
.invest-calculator {
    margin-top: 22px;
    padding: 18px 18px 14px;
    border: 1px solid #f0d4d2;
    background: #fffaf8;
    border-radius: 4px;
}
.invest-calculator-title {
    margin: 0 0 8px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.invest-calculator-meta {
    margin: 0 0 14px;
    font-size: 13px;
    color: #666;
}
.invest-calculator-meta strong { color: #ef5a50; font-weight: bold; }
.invest-calculator-bonus { color: #999; }
.invest-calculator-row { margin-bottom: 14px; }
.invest-calculator-row label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #666;
}
.invest-calculator-row input {
    width: 100%;
    max-width: 320px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 15px;
    outline: none;
    background: #fff;
}
.invest-calculator-row input:focus {
    border-color: #ef5a50;
    box-shadow: 0 0 0 2px rgba(239, 90, 80, 0.12);
}
.invest-calculator-result {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    padding: 12px 0 4px;
}
.invest-calculator-item { min-width: 160px; }
.invest-calculator-label {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    color: #999;
}
.invest-calculator-value {
    font-size: 22px;
    line-height: 1.2;
    color: #ef5a50;
    font-family: Arial, 'Microsoft YaHei', sans-serif;
}
.invest-calculator-value em {
    font-style: normal;
    font-size: 13px;
    color: #999;
    margin-left: 2px;
}
.invest-calculator-value--period { color: #e65100; }
.invest-calculator-value--total { color: #333; }
.invest-calculator-tip {
    margin: 10px 0 0;
    font-size: 12px;
    color: #aaa;
    line-height: 1.5;
}
.invest-calculator--page {
    margin-top: 20px;
}
.product-calc-actions {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.invest-calc-link {
    display: inline-block;
    margin-top: 10px;
    padding: 0;
    border: none;
    background: none;
    font-size: 13px;
    color: #3a8fd6;
    text-decoration: underline;
    cursor: pointer;
}
.invest-calc-link:hover {
    color: #ef5a50;
}
.invest-calc-link--featured {
    display: block;
    margin-top: 8px;
    clear: both;
}

/* 轮播 + 登录卡片 */
.slider.slider-new { position: relative; width: 100%; height: 300px; overflow: hidden; background: #282a41; }
.slider-img { position: relative; width: 100%; height: 300px; margin: 0; padding: 0; }
.indexSlide-item {
    position: absolute; top: 0; left: 0; width: 100%; height: 300px;
    opacity: 0; transition: opacity .6s; pointer-events: none;
}
.indexSlide-item.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.indexSlide-item a { display: block; width: 1100px; max-width: 100%; height: 100%; margin: 0 auto; overflow: hidden; }
.indexSlide-item img { visibility: hidden; }

.slider-login { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; pointer-events: none; }
.slider-login-zindex { width: 1100px; margin: 0 auto; position: relative; height: 100%; pointer-events: auto; }
.slider-login-bj {
    position: absolute; right: 0; top: 36px; width: 280px; height: 228px;
    background: rgba(255,255,255,.92); border-radius: 4px; box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.slider-login-module, .slider-login-module-succeed {
    position: absolute; right: 0; top: 36px; width: 280px; height: 228px; padding: 24px 25px; text-align: center; z-index: 2; box-sizing: border-box;
}
.slm-title, .slms-title { font-size: 14px; color: #666; margin-bottom: 10px; }
.slm-info { margin-bottom: 8px; }
.slm-info strong { font-size: 48px; color: #ef5a50; font-weight: normal; line-height: 1; }
.slm-info span { font-size: 24px; color: #ef5a50; }
.slm-content span { color: #ef5a50; }
.slm-other-btn, .slms-other-btn {
    display: block; width: 100%; height: 42px; line-height: 42px;
    background: #ef5a50; color: #fff !important; font-size: 16px; border-radius: 3px; margin-bottom: 10px;
}
.slm-other-btn:hover, .slms-other-btn:hover { background: #d94a40; }
.slm-other-btn-1, .slms-other-btn-1 { color: #ef5a50; font-size: 12px; }
.slm-content { font-size: 12px; color: #999; margin-bottom: 20px; line-height: 1.8; }
.slms-content { font-size: 13px; color: #666; margin: 15px 0 20px; }

.indexSlide_nav {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 20;
    width: 40px; height: 60px; line-height: 60px; text-align: center;
    background: rgba(0,0,0,.3); color: #fff; font-size: 32px; text-decoration: none;
}
.indexSlide_nav.prev { left: 0; }
.indexSlide_nav.next { right: 0; }
.indexSlide_nav:hover { background: rgba(0,0,0,.5); color: #fff; }
.indexSlide_tabs {
    position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); z-index: 20;
    display: flex; gap: 6px;
}
.indexSlide_tabs li a {
    display: block; width: 22px; height: 22px; line-height: 22px; text-align: center;
    background: rgba(255,255,255,.5); color: #666; font-size: 11px; border-radius: 2px;
}
.indexSlide_tabs li.indexSlide_here a,
.indexSlide_tabs li a:hover { background: #ef5a50; color: #fff; }

/* 新手引导 + 统计（复制原站 newIndex_1.css 并修正宽度） */
.describe {
    margin: 0 auto; min-height: 91px; width: 1000px;
    border: 1px solid #eaeaea; border-top: none; background: #fafafa;
}
.describe-con {
    margin: 0 auto; padding-top: 16px; min-height: 65px; width: 978px;
    overflow: visible;
}
.describe-con::after { content: ""; display: block; clear: both; }
.describe-con > a {
    float: left; display: block; color: #666; text-decoration: none;
}
.describe-con > a:hover { color: #666; opacity: .92; }
.describe-con .icon { display: block; }
.describe-con dl {
    position: relative; float: none; padding-left: 96px;
    min-height: 48px; height: auto; margin: 0;
}
.describe-freshman {
    width: 373px; border-right: 1px solid #e5e5e5;
}
.describe-statistics {
    width: 604px;
}
.describe-con dt {
    font-size: 16px; font-family: 'Microsoft YaHei', sans-serif;
    font-weight: bold; color: #666; line-height: 24px;
}
.describe-con dd {
    line-height: 30px; font-size: 12px; color: #666; margin: 0; padding: 0;
}
.describe-freshman dd {
    white-space: normal; line-height: 15px; max-width: 270px;
}
.describe-freshman-img,
.describe-freshman-img-1 {
    display: block; position: absolute; top: 0;
    background-image: url('../img/index_merge.png');
    background-repeat: no-repeat;
}
.describe-freshman-img {
    left: 13px; width: 62px; height: 48px;
    background-position: -47px -240px;
}
.describe-freshman-img-1 {
    left: 23px; width: 47px; height: 48px;
    background-position: 0 -240px;
}
.describe-statistics dd { overflow: visible; }
.describe-statistics ul { overflow: hidden; zoom: 1; }
.describe-statistics ul::after { content: ""; display: block; clear: both; }
.describe-statistics li {
    float: left; margin-right: 25px; line-height: 22px;
    font-size: 12px; color: #666; white-space: nowrap;
}
.describe-statistics li.mrn { margin-right: 0; }
.describe-statistics .fs-large {
    font-size: 24px; font-weight: 700; color: #666;
    vertical-align: baseline; margin: 0 2px;
}
.describe-statistics .fs-xx {
    font-size: 18px; color: #666; vertical-align: baseline;
}

/* 省心计划 featured */
.invest-group {
    width: 1000px; margin: 20px auto 0; position: relative;
    border: 1px solid #f6a29c; background: #fef6ef; overflow: hidden;
}
.invest-group-banner {
    display: block; height: 71px; background-color: #f8d4cf;
    background-size: cover; background-position: center top;
}
.invest-group-con { position: relative; background: #fef6ef; height: 186px; }
.invest-group-title {
    padding: 22px 0 0 17px; height: 57px; overflow: hidden;
}
.igt-h1 {
    float: left; width: 143px; height: 35px;
    background: url('../img/index_merge.png') 0 -205px no-repeat;
    text-indent: -9999px; overflow: hidden;
    font-size: 0; line-height: 0; color: transparent;
}
.invest-group-title h2 {
    float: left; margin: 0; padding: 0 18px 0 13px;
    font-size: 18px; line-height: 35px; font-weight: normal;
    font-family: 'Microsoft YaHei', sans-serif; color: #666;
}
.invest-group-title h2 a { color: #666; }
.igt-h2 {
    float: left; margin-top: 3px; width: 126px; height: 27px;
    background: url('../img/index_merge.png') 0 -101px no-repeat;
    text-indent: -9999px; overflow: hidden;
    font-size: 0; line-height: 0; color: transparent;
}
.invest-group-title-name {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
    font-family: 'Microsoft YaHei', sans-serif;
    color: #ef5a50;
}
.invest-group-series-tag {
    float: left;
    margin-top: 6px;
    padding: 2px 10px;
    border: 1px solid #7eb8e8;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #3a8fd6;
    background: #f3f9ff;
}
.invest-group-detail {
    width: 970px; margin-left: 14px; overflow: hidden; position: relative;
}
.invest-group-attr { float: left; margin-top: 6px; text-align: left; min-height: 0; padding: 0; border: none; }
.invest-group-earnings { width: 281px; position: relative; }
.invest-group-month { width: 214px; position: relative; }
.invest-group-money { width: 244px; }
.invest-group-attr .iga-1,
.invest-group-attr .iga-2,
.invest-group-attr .iga-3 { float: left; }
.invest-group-attr .iga-1 { height: 87px; }
.invest-group-attr .iga-1-1,
.invest-group-attr .iga-1-2 {
    display: inline-block; vertical-align: bottom; line-height: 1;
}
.invest-group-attr .iga-1-1 {
    font-size: 60px; font-weight: bold; font-family: Arial, sans-serif;
}
.invest-group-attr .iga-1-2 {
    font-size: 18px; font-family: 'Microsoft YaHei', sans-serif; font-weight: bold;
}
.invest-group-earnings .iga-1 { color: #ef5a50; }
.invest-group-earnings .iga-1-1 { color: #ef5a50; }
.invest-group-earnings .iga-1-2 { font-family: Arial, sans-serif; font-size: 28px; margin-left: -3px; }
.invest-group-earnings .iga-3 {
    color: #ef5a50; margin: 43px 0 0 7px; float: left;
    font-size: 18px; font-weight: bold; font-family: 'Microsoft YaHei', sans-serif;
}
.invest-group-month .iga-1-1,
.invest-group-money .iga-1-1 { color: #333; }
.iga-2.tips {
    margin: 33px 0 0 3px; float: left; width: 54px; height: 28px; line-height: 28px;
    font-family: Arial, sans-serif; text-align: center; background: #ef5a50;
    border-radius: 2px; color: #fff; font-size: 20px; font-weight: bold;
    box-shadow: 1px 1px 1px rgba(162,162,162,.9); cursor: pointer; padding: 0;
}
.invest-group-attr p {
    float: left; width: 100%; clear: both; color: #737373; margin: 0 0 0 4px;
    font-size: 12px; line-height: 1.6;
}
.invest-group-attr p.invest-group-attr-p {
    position: absolute; top: 87px; left: 0; width: 396px; margin-top: 0; clear: none;
}
.invest-group-attr-p a { color: #737373; text-decoration: none; }
.invest-group-attr-p a:hover { color: #e25353; }
.invest-group-btn { width: 190px; padding: 24px 0 0 34px; position: relative; min-width: 0; overflow: visible; }
.invest-group-btn-1, .invest-group-btn-1-gray {
    display: block; width: 185px; height: 40px; line-height: 40px;
    font-size: 18px; font-weight: bold; letter-spacing: 4px; text-align: center;
    border-radius: 0; margin-bottom: 0;
}
.invest-group-btn-1 {
    background: #ef5a50; color: #fff !important; border: none;
    box-shadow: 0 2px 1px rgba(200,200,200,.9);
}
.invest-group-btn-1:hover { background: #c03b37; color: #fff !important; }
.invest-group-btn-1-gray {
    height: 38px; line-height: 38px; background: #fff;
    color: #adadad !important; border: 1px solid #d4d4d4;
}
.invest-group-btn-1-gray:hover { background: #efefef; color: #e25353 !important; }

.invest-soldout-wrap {
    position: relative;
    width: 185px;
    overflow: visible;
    z-index: 2;
}
.soldout-stamp {
    position: absolute;
    pointer-events: none;
    z-index: 4;
    display: block;
    overflow: visible;
}
.soldout-stamp--home2015 {
    right: -12px;
    bottom: -22px;
    width: 77px;
    height: 77px;
}
.invest-group-btn .soldout-stamp--home2015 {
    right: -10px;
    bottom: -24px;
}

.invest-countdown-timer-wrap {
    display: none;
    width: 185px;
    margin-top: 10px;
}
.invest-countdown-timer-wrap.is-active {
    display: block;
}
.invest-countdown-clock {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 100%;
}
.invest-countdown-digit {
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 22px;
    padding: 0;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #ef5a50;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}
.invest-countdown-colon {
    color: #ef5a50;
    font-size: 18px;
    font-weight: 700;
    padding: 0 2px;
    line-height: 22px;
}

.invest-countdown-start-wrap {
    display: none;
    width: 185px;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    color: #999;
}
.invest-countdown-start-wrap.is-active {
    display: block;
}
.invest-countdown-start-time {
    color: #ef5a50;
    font-weight: 700;
}

.invest-group-txt { margin-top: 22px; text-align: center; font-size: 13px; color: #999; clear: both; }
.invest-group-txt strong { color: #ef5a50; font-weight: normal; }

/* 产品分类行 - 1:1 对齐 2015 原站 */
.invest-case { width: 1000px; margin: 0 auto; }
.invest-case-con {
    width: 1000px; margin-bottom: 0; position: relative; overflow: visible;
}
.invest-factoring { background: #417ca9; }
.invest-invest { background: #e25353; }
.invest-art { background: #aa95d5; }
.invest-lease { background: #fca352; }

.invest-case-info {
    float: left; width: 136px; padding: 0; position: relative; z-index: 2;
}
.invest-case-info-top {
    height: 8px; line-height: 0; font-size: 0;
}
.invest-factoring .invest-case-info-top { background: #417ca9; }
.invest-invest .invest-case-info-top { background: #e25353; }
.invest-art .invest-case-info-top { background: #aa95d5; }
.invest-lease .invest-case-info-top { background: #fca352; }

.invest-case-info-title { margin: 12px 0 0; padding: 0 0 0 12px; overflow: hidden; }
.invest-case-info-title h2 { float: left; font-size: 22px; font-weight: normal; line-height: 1.2; }
.invest-case-info-title h2 a { color: #fff; }
.invest-case-info-title span { float: left; font-size: 14px; color: #fff; margin: 6px 0 0 4px; }
.invest-case-info ul { padding: 12px 0 40px 12px; }
.invest-case-info li { font-size: 13px; color: #fff; line-height: 22px; }
.dian-style-1 { color: #fff; }

.invest-case-con-more {
    position: absolute; left: 14px; bottom: 8px; color: #fff; font-size: 13px; z-index: 3;
    white-space: nowrap;
}
.invest-case-con-more:hover { color: #fff; opacity: .88; }
.icon-more::after, .icon-more-1::after, .icon-more-4::after { content: " ›"; }

.invest-case-main { float: right; width: 864px; background: #fff; overflow: visible; }
.invest-case-detail-1 {
    width: 864px; min-height: 158px; background: #fff; padding: 0;
    border-bottom: 1px solid #f0f0f0; overflow: visible;
}
.invest-case-detail-1:last-child { border-bottom: none; }

.invest-case-detail-1 h2 {
    font-size: 22px; font-weight: normal; line-height: 37px;
    margin: 0 0 0 24px; padding: 10px 0 0; color: #666;
}
.invest-case-detail-1 h2 a { color: #666; }
.invest-case-detail-1 h2 a:hover { color: #ef5a50; }
.invest-case-detail-1 h2 em.tips {
    color: #ef5a50; font-style: normal; font-size: 22px; font-weight: normal;
}

.invest-case-detail-attr {
    float: left; width: 631px; margin-left: 24px; min-height: 84px; overflow: hidden;
}
.icda-1, .icda-2, .icda-5 {
    float: left; display: block; font-size: 13px; color: #999; line-height: 1.4;
}
.icda-1 { width: 235px; }
.icda-2 { width: 184px; }
.icda-5 { width: 175px; }
.icda-1 strong { font-size: 36px; color: #ef5a50; font-weight: normal; font-family: Arial, sans-serif; vertical-align: baseline; }
.icda-2 strong, .icda-5 strong { font-size: 36px; color: #666; font-weight: normal; font-family: Arial, sans-serif; }
.icda-1 span, .icda-2 span, .icda-5 span { font-size: 13px; color: #999; }
.icda-3, .icda-4 {
    float: left; display: block; font-size: 13px; color: #999; margin-top: 30px; line-height: 1.5;
}
.icda-3 { width: 235px; }
.icda-4 { width: 273px; }
.icda-4 a { color: #666; text-decoration: none; }
.icda-4 a:hover { color: #ef5a50; text-decoration: underline; }

.invest-case-detail-invest {
    float: left; width: 189px; padding-top: 17px; position: relative; min-height: 79px; overflow: visible; z-index: 2;
}
.invest-case-detail-invest .invest-group-btn-1,
.invest-case-detail-invest .invest-group-btn-1-gray {
    display: block; width: 185px; height: 40px; line-height: 40px;
    font-size: 18px; text-align: center; padding: 0; margin: 0; border-radius: 0;
}
.invest-case-detail-invest .invest-group-btn-1-gray {
    height: 38px; line-height: 38px; background: #fff; color: #adadad !important;
    border: 1px solid #d4d4d4;
}
.invest-case-detail-invest .invest-countdown {
    display: block;
    width: 185px;
}
.invest-case-detail-invest .invest-countdown-timer-wrap {
    width: 185px;
    margin-top: 10px;
    text-align: center;
}
.invest-case-progress {
    display: block; width: 189px; padding-top: 8px; line-height: 19.5px; color: #999; font-size: 13px;
}
.invest-case-progress .fl { font-size: 13px; color: #999; }
.icp-progress {
    display: inline-block; width: 71px; height: 10px; background: #dfdfdf;
    vertical-align: middle; margin: 0 4px; overflow: hidden;
}
.icp-width { display: block; height: 10px; background: #ef5a50; transition: width 1s linear; }
.invest-case-progress .fs-s.ffA { font-size: 12px; color: #999; }
.invest-case-txt {
    display: block; width: 189px; padding-top: 8px; font-size: 13px; color: #999; line-height: 1.6;
}
.invest-case-txt strong { color: #ef5a50; font-weight: normal; }

.invest-case-empty { padding: 48px 24px; text-align: center; min-height: 158px; }
.invest-case-empty-title { font-size: 22px; margin-bottom: 8px; }
.invest-case-empty-title a { color: #666; }
.invest-case-empty-sub { font-size: 13px; color: #999; }

/* 债权市场 */
.invest-case_1 { width: 1100px; margin: 0 auto 20px; background: #fff; border: 1px solid #eee; padding: 0 20px 20px; }
.invest-case-title_1 { padding: 15px 0; border-bottom: 2px solid #ef5a50; margin-bottom: 0; }
.invest-case-title_1 h2 { float: left; font-size: 18px; color: #333; }
.invest-case-title_1 a { float: right; color: #999; font-size: 12px; line-height: 28px; }
.invest-case-list_1 { padding: 0; }
.invest-case-item { border-bottom: 1px solid #f0f0f0; }
.invest-case-detail_1 { padding: 12px 0; display: flex; align-items: center; flex-wrap: wrap; gap: 15px; font-size: 12px; }
.invest-case-name { min-width: 120px; }
.invest-case-name a { color: #333; font-size: 14px; }
.invest-case-income em { color: #ef5a50; font-style: normal; font-size: 16px; }
.invest-case-deadline strong { color: #ef5a50; }
.invest-case-share b { color: #ef5a50; }
.invest-case-btn {
    margin-left: auto; padding: 6px 18px; background: #ef5a50; color: #fff !important; border-radius: 2px; font-size: 12px;
}
.invest-case-btn:hover { background: #d94a40; color: #fff !important; }
.invest-case-list_1-txt { padding: 20px 0; display: flex; align-items: center; gap: 20px; }
.invest-case-list_1-txt-con { flex: 1; }
.invest-case-list_1-txt-p1 { font-size: 12px; color: #666; margin-bottom: 8px; line-height: 1.8; }
.invest-case-list_1-txt-p1 a { color: #ef5a50; }
.invest-case-list_1-txt-p2 { font-size: 12px; color: #999; }

/* 新闻区 */
.website-news { background: #fff; border-top: 1px solid #eee; padding: 25px 0 30px; }
.website-news-content { width: 1100px; margin: 0 auto; display: flex; gap: 20px; }
.website-news-case { flex: 1; }
.website-news-notice { width: 260px; flex-shrink: 0; }
.w-n-c-title { border-bottom: 2px solid #ef5a50; padding-bottom: 8px; margin-bottom: 15px; }
.w-n-c-title h2 { float: left; font-size: 16px; }
.w-n-c-title a { float: right; font-size: 12px; color: #999; }
.w-n-c-list li { margin-bottom: 15px; }
.w-n-c-list li a { display: flex; gap: 12px; color: #333; }
.w-n-c-thumb {
    flex-shrink: 0; width: 80px; height: 60px; background: #eee center/cover;
    background-image: linear-gradient(135deg, #ddd, #bbb);
}
.w-n-c-list h3 { font-size: 14px; font-weight: normal; margin-bottom: 5px; line-height: 1.4; }
.w-n-c-list p { font-size: 12px; color: #999; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.notice-list li { border-bottom: 1px dashed #eee; }
.notice-list li a { display: block; padding: 8px 0; font-size: 12px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.notice-list li a:hover { color: #ef5a50; }

/* 合作机构 */
.partner-strip { background: #fafafa; border-top: 1px solid #eee; padding: 25px 0; }
.partner-inner { width: 1100px; margin: 0 auto; text-align: center; }
.partner-inner h2 { font-size: 16px; color: #333; margin-bottom: 20px; font-weight: normal; }
.partner-logos { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-bottom: 15px; }
.partner-logos span {
    display: inline-block; padding: 12px 24px; background: #fff; border: 1px solid #eee;
    color: #999; font-size: 12px; min-width: 120px;
}
.partner-more a { color: #999; font-size: 12px; }
.partner-more a:hover { color: #ef5a50; }

/* 页脚 */
.ft { background: #2c2e3e; color: #999; margin-top: 0; }
.ft-inner { width: 1100px; margin: 0 auto; padding: 30px 0 20px; }
.help_service { display: flex; gap: 40px; }
.ft-helper { flex: 1; display: flex; gap: 30px; }
.ft-helper dl dt { margin-bottom: 12px; }
.ft-helper dl dt a { color: #fff; font-size: 14px; }
.ft-helper dl dd a { display: block; font-size: 12px; color: #999; line-height: 2.2; }
.ft-helper dl dd a:hover { color: #ef5a50; }
.ft-service strong { color: #ef5a50; font-size: 22px; display: block; margin: 10px 0 5px; }
.ft-service dt a { color: #fff; font-size: 14px; }
.ft-service p { font-size: 11px; line-height: 1.6; }
.ft-wap { margin-top: 20px; padding-top: 15px; border-top: 1px solid #3d4054; }
.mobile-client li { display: inline-block; margin-right: 20px; }
.mobile-client a { color: #999; font-size: 12px; }
.ft-record { background: #252736; padding: 15px 0; text-align: center; }
.ft-approve { margin-bottom: 10px; }
.approve-badge {
    display: inline-block; padding: 4px 12px; border: 1px solid #444; color: #777;
    font-size: 11px; margin: 0 5px; border-radius: 2px;
}
.ft-copy { font-size: 11px; color: #666; line-height: 1.8; }
.ft-copy a { color: #666; }
.ft-risk { font-size: 11px; color: #555; margin-top: 5px; }

/* 右侧浮动工具栏 */
.home2015-floatbar {
    position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 999;
    width: 42px; background: #fff; border: 1px solid #e5e5e5; box-shadow: -2px 0 8px rgba(0,0,0,.06);
}
.home2015-floatbar-item {
    display: block; width: 42px; height: 42px; text-align: center; line-height: 42px;
    border-bottom: 1px solid #eee; color: #999;
}
.home2015-floatbar-item:last-child { border-bottom: none; }
.home2015-floatbar-item:hover { background: #fafafa; color: #ef5a50; }
.home2015-floatbar .ico { display: inline-block; width: 20px; height: 20px; vertical-align: middle; background: url('../img/home2015-float.svg') no-repeat; }
.home2015-floatbar .ico-chat { background-position: 0 0; }
.home2015-floatbar .ico-tool { background-position: -20px 0; }
.home2015-floatbar .ico-star { background-position: -40px 0; }

@media (max-width: 1140px) {
    .hd-inner, .describe-con, .invest-group, .invest-case, .invest-case_1,
    .website-news-content, .partner-inner, .ft-inner, .slider-login-zindex { width: 96%; }
    .invest-group-detail { width: auto; margin-left: 0; }
}
