:root{--color-primary:#f50;--color-text:#333;--color-text-sub:#666;--color-text-muted:#999;--color-up:#f22323;--color-down:#00a000;--color-neutral:#4a9eff;--color-red:#f22323;--color-green:#00a000;--color-bg:#f7f8fa;--color-white:#fff;--color-gray:#999;--page-width:1400px;--content-width:1200px;--gap:10px;--radius-card:12px}.simuhome .banner-area{width:100%;height:108px;margin-top:var(--gap);position:relative;overflow:hidden}.simuhome .banner-area .banner-adv{border:0;display:block}.simuhome .banner-area .banner-adv-lg{display:block}.simuhome .banner-area .banner-adv-sm{display:none}@media (width<=1400px){.simuhome .banner-area .banner-adv-lg{display:none}.simuhome .banner-area .banner-adv-sm{display:block}}.simuhome .products-category{background:var(--color-white);border-radius:var(--radius-card);height:292px;display:flex}.simuhome .products-category .products-category-item{border-right:1px solid #e8e8e8;flex:1;padding:16px 16px 8px;overflow:hidden}.simuhome .products-category .products-category-item:last-child{border-right:none}.simuhome .products-category .products-category-header{color:var(--color-text);justify-content:space-between;align-items:center;font-size:16px;font-weight:700;display:flex}.simuhome .products-category .products-category-header .more-link{color:var(--color-text-muted);align-items:center;font-size:12px;font-weight:400;text-decoration:none;display:inline-flex}.simuhome .products-category .products-category-header .more-link:hover{color:var(--color-primary)}.simuhome .products-category .products-category-header .more-link .more-arrow{border-top:1.5px solid;border-right:1.5px solid;width:6px;height:6px;margin-left:2px;display:inline-block;transform:rotate(45deg)}.simuhome .products-category .products-category-list{margin:6px 0 0;padding:0;list-style:none;overflow:hidden}.simuhome .products-category .products-category-list li{height:24px;color:var(--color-text);justify-content:space-between;min-width:0;font-size:13px;line-height:24px;display:flex;overflow:hidden}.simuhome .products-category .products-category-list li:hover{color:var(--color-primary)}.simuhome .products-category .products-category-list .name{text-overflow:ellipsis;white-space:nowrap;color:#253d6e;flex:70%;min-width:0;transition:color .2s;overflow:hidden}.simuhome .products-category .products-category-list .name:hover{color:var(--color-primary);text-decoration:underline}.simuhome .products-category .products-category-list .value{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;margin-left:5px;overflow:hidden}.simuhome .products-category .products-category-list .value.bold{font-weight:700}.simuhome .products-category .products-category-list .shortname{text-overflow:ellipsis;white-space:nowrap;color:#253d6e;flex:34%;min-width:0;transition:color .2s;overflow:hidden}.simuhome .products-category .products-category-list .shortname:hover{color:var(--color-primary);text-decoration:underline}.simuhome .products-category .products-category-list .extra{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;text-align:right;flex:0 0 65%;overflow:hidden}.simuhome .section-title{justify-content:space-between;align-items:center;height:58px;line-height:58px;display:flex}.simuhome .section-title .section-title-left{align-items:center;display:flex}.simuhome .section-title .section-title-text{color:var(--color-text);font-size:20px;font-weight:700}.simuhome .section-title .section-title-more{width:52px;height:24px;color:var(--color-text);text-align:center;background:#f3f5f6;border-radius:12px;padding:0 10px;font-size:12px;line-height:24px;text-decoration:none;transition:color .2s;display:inline-block}.simuhome .section-title .section-title-more:hover{color:#c8161d}.simuhome .card-grid{flex-wrap:wrap;display:flex}.simuhome .card-grid .card-item{cursor:pointer;background:#fafafa;border:1px solid #0000;padding:10px;transition:all .2s}.simuhome .card-grid .card-item:hover{border:1px solid var(--color-primary);box-shadow:0 2px 8px #ff55001a}.simuhome .section-featured{background:var(--color-white);border-radius:var(--radius-card);width:100%;padding:0 16px 16px}.simuhome .card-grid-featured{justify-content:space-between;padding:0;display:flex}.simuhome .card-grid-featured .card-item-featured{margin-right:10px}.simuhome .card-grid-featured .card-item-featured:last-child{margin-right:0}@media (width<=1400px){.simuhome .card-grid-featured .card-item-featured{margin-right:5px}}.simuhome .card-item-featured{border-radius:var(--radius-card);cursor:pointer;background:#f8f8fa;flex-direction:column;flex:1;height:224px;padding:0 14px;transition:background .2s,transform .2s,box-shadow .2s;position:relative}.simuhome .card-item-featured .card-tag-wrap{position:absolute;top:0;left:0}.simuhome .card-item-featured .card-tag-wrap .card-tag{color:var(--color-white);background-image:linear-gradient(270deg,#f506 0%,#f50c 100%);border:none;border-radius:12px 0;height:20px;padding:0 12px;font-size:12px;line-height:20px}.simuhome .card-item-featured .card-head{text-align:center;flex-direction:column;align-items:center;height:65px;margin-top:14px;display:flex}.simuhome .card-item-featured .card-head .card-name{width:100%;color:var(--color-text);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;margin-top:0;margin-bottom:6px;font-size:14px;line-height:1.3;display:-webkit-box;overflow:hidden}@media (width<=1400px){.simuhome .card-item-featured .card-head .card-name{font-size:13px}}.simuhome .card-item-featured .card-head .card-badge{color:var(--color-text-sub);background:#6666661a;border-radius:4px;margin:0 auto;padding:1px 8px;font-size:11px;line-height:1.6;display:inline-block}.simuhome .card-item-featured .card-foot{flex-direction:column;height:140px;padding-bottom:14px;display:flex;position:relative}.simuhome .card-item-featured .card-need-auth{color:var(--color-up);text-align:center;height:30px;margin-top:10px;font-size:24px;font-weight:700;line-height:30px}.simuhome .card-item-featured .card-rate{color:var(--color-up);text-align:center;height:30px;font-size:24px;font-weight:700;line-height:30px}.simuhome .card-item-featured .card-status{color:var(--color-primary);text-align:center;height:30px;font-size:14px;font-weight:700;line-height:30px}.simuhome .card-item-featured .card-info,.simuhome .card-item-featured .card-countdown{color:var(--color-text-sub);text-align:center;height:20px;margin-top:5px;font-size:14px;line-height:20px}.simuhome .card-item-featured .card-countdown span{text-align:center;min-width:24px;height:24px;color:var(--color-up);background:#f7e3e5;border-radius:3px;margin:0 2px;font-weight:700;line-height:24px;display:inline-block}.simuhome .card-item-featured .card-btn{text-align:center;background:var(--color-primary);width:100%;height:42px;color:var(--color-white);cursor:pointer;border-radius:25px;font-size:16px;line-height:42px;position:absolute;bottom:20px}@media (width<=1400px){.simuhome .card-item-featured .card-btn{height:36px;font-size:15px;line-height:36px;bottom:20px}}.simuhome .card-item-featured:hover{z-index:1;transform:translateY(-2px)scale(1.02);box-shadow:0 6px 16px #0000001f}.simuhome .card-item-featured:hover .card-btn{background:linear-gradient(90deg,#f50,#e64a00)}.simuhome .section-strategy{width:100%;margin-top:var(--gap);background:var(--color-white);border-radius:var(--radius-card);box-sizing:border-box;padding:0 16px 16px}.simuhome .section-strategy .strategy-columns{justify-content:space-between;height:230px;display:flex}.simuhome .section-strategy .strategy-columns .strategy-column{flex:1;min-width:0;margin-right:8px;display:flex}.simuhome .section-strategy .strategy-columns .strategy-column:last-child{margin-right:0}@media (width<=1400px){.simuhome .section-strategy .strategy-columns .strategy-column{margin-right:5px}}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list{flex-direction:column;flex:1;min-width:0;display:flex}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-column-side{box-sizing:border-box;background:#ffeee5;border-radius:6px;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:40px;margin-bottom:4px;padding:11px 12px;display:flex}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-column-side .strategy-column-label{color:var(--color-primary);text-align:center;font-size:16px;line-height:1.2}@media (width<=1400px){.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-column-side .strategy-column-label{font-size:14px}}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-column-side .strategy-column-more{color:var(--color-text-muted);align-items:center;font-size:12px;font-weight:400;text-decoration:none;display:inline-flex}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-column-side .strategy-column-more:hover{color:var(--color-primary)}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-column-side .strategy-column-more .more-arrow{border-top:1.5px solid;border-right:1.5px solid;width:6px;height:6px;margin-left:2px;display:inline-block;transform:rotate(45deg)}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-product-row{cursor:pointer;background:#f5f5f7;border-radius:8px;flex-direction:column;flex:1;justify-content:center;margin-bottom:1px;padding:8px;transition:background .2s,transform .2s,box-shadow .2s;display:flex;position:relative}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-product-row:last-child{margin-bottom:0}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-product-row:hover{z-index:1;background:#fff1e6;transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-product-row .strategy-product-top,.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-product-row .strategy-product-bottom{justify-content:space-between;align-items:center;display:flex}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-product-row .strategy-product-top{margin-bottom:6px}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-product-row .strategy-product-name{min-width:0;color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;flex:1;margin-right:8px;font-size:14px;overflow:hidden}@media (width<=1400px){.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-product-row .strategy-product-name{font-size:12px}}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-product-row .strategy-product-info{min-width:0;color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;flex:1;margin-right:8px;font-size:14px;overflow:hidden}@media (width<=1400px){.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-product-row .strategy-product-info{font-size:12px}}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-product-row .strategy-product-view{background:var(--color-primary);min-width:44px;height:20px;color:var(--color-white);text-align:center;border-radius:25px;flex-shrink:0;font-size:12px;line-height:20px;text-decoration:none;transition:background .2s;display:inline-block}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-product-row .strategy-product-view:hover{background:#e64a00}.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-product-row .strategy-product-rate{color:var(--color-up);flex-shrink:0;font-size:14px;font-weight:700;line-height:1}@media (width<=1400px){.simuhome .section-strategy .strategy-columns .strategy-column .strategy-product-list .strategy-product-row .strategy-product-rate{font-size:12px}}.simuhome .section-roadshow{width:100%;margin-top:var(--gap);background:var(--color-white);border-radius:var(--radius-card);padding:0 16px 16px}.simuhome .section-roadshow .card-grid{justify-content:space-between}.simuhome .section-roadshow .card-item{background:var(--color-white);min-width:200px;max-width:300px;color:inherit;border:1px solid #0000;border-radius:8px;flex:0 0 calc(33.333% - 10px);margin-bottom:0;padding:0;text-decoration:none;transition:box-shadow .2s,transform .2s;display:block;overflow:hidden}.simuhome .section-roadshow .card-item:hover{border-color:#0000;transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.simuhome .section-roadshow .card-item:hover .roadshow-title{color:var(--color-primary)}.simuhome .section-roadshow .card-item .roadshow-cover-wrap{width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.simuhome .section-roadshow .card-item .roadshow-cover-wrap .roadshow-cover{border-radius:15px;width:100%;height:100%;margin-bottom:0;position:absolute;top:0;left:0}.simuhome .section-roadshow .card-item .roadshow-cover-wrap .roadshow-badge{background:var(--color-primary);color:#eee;text-align:center;box-sizing:border-box;border-top-right-radius:15px;border-bottom-left-radius:15px;height:20px;padding:0 12px;font-size:12px;line-height:20px;position:absolute;top:0;right:0}.simuhome .section-roadshow .card-item .roadshow-cover-wrap .roadshow-badge.live{background:var(--color-green)}.simuhome .section-roadshow .card-item .roadshow-cover-wrap .roadshow-badge.appointment{background:var(--color-neutral)}.simuhome .section-roadshow .card-item .roadshow-info{padding:12px 5px}.simuhome .section-roadshow .card-item .roadshow-info .roadshow-title{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;font-size:15px;font-weight:700;line-height:1.4;overflow:hidden}@media (width<=1400px){.simuhome .section-roadshow .card-item .roadshow-info .roadshow-title{font-size:14px}}.simuhome .section-roadshow .card-item .roadshow-info .roadshow-subtitle{color:var(--color-text-sub);white-space:nowrap;text-overflow:ellipsis;margin-bottom:10px;font-size:13px;line-height:1.4;overflow:hidden}@media (width<=1400px){.simuhome .section-roadshow .card-item .roadshow-info .roadshow-subtitle{font-size:12px}}.simuhome .section-roadshow .card-item .roadshow-info .roadshow-meta{color:var(--color-text-muted);justify-content:space-between;align-items:center;font-size:10px;display:flex}@media (width<=1400px){.simuhome .section-roadshow .card-item .roadshow-info .roadshow-meta{font-size:8px}}.simuhome .section-roadshow .card-item .roadshow-info .roadshow-meta .roadshow-meta-views{align-items:center;display:flex}.simuhome .section-roadshow .card-item .roadshow-info .roadshow-meta .roadshow-meta-views .roadshow-eye{background-image:url(../img/icon_eye_2x-DXYdpGwP.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:14px;height:10px;margin-right:6px;display:inline-block}.simuhome .ad-fund-manager{background:var(--color-white);border-radius:var(--radius-card);border:1px solid #f0f0f0;height:240px;padding:16px;overflow:hidden}.simuhome .ad-fund-manager .kf-card-header{align-items:center;display:flex}.simuhome .ad-fund-manager .kf-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px;margin-right:8px}.simuhome .ad-fund-manager .kf-header-info{flex:1;min-width:0}.simuhome .ad-fund-manager .kf-header-top{align-items:center;display:flex}.simuhome .ad-fund-manager .kf-name{color:var(--color-text);margin-right:8px;font-size:13px;font-weight:700}.simuhome .ad-fund-manager .kf-tag{vertical-align:middle;background-position:0;background-repeat:no-repeat;background-size:contain;height:14px;line-height:14px;display:inline-block;overflow:hidden}.simuhome .ad-fund-manager .kf-tag-srcfgw{background-image:url(../img/label_srcfgw_2x-BsSxAIXT.png);width:72px}.simuhome .ad-fund-manager .kf-tag-zslcs{background-image:url(../img/label_zslcs_2x-rfDbidhN.png);width:61px}.simuhome .ad-fund-manager .kf-desc{color:var(--color-text-muted);margin-top:4px;font-size:10px;line-height:1.2}.simuhome .ad-fund-manager .kf-qrcode{justify-content:center;margin-top:10px;display:flex}.simuhome .ad-fund-manager .kf-qrcode-img{width:140px;height:140px;display:block}.simuhome .ad-fund-manager .kf-scan-tip{text-align:center;color:var(--color-text-muted);margin-top:10px;font-size:10px}.simuhome .market-thermometer{margin-top:var(--gap);background:var(--color-white);border-radius:var(--radius-card);flex:1;padding:12px}.simuhome .market-thermometer .thermo-header{align-items:center;margin-bottom:8px;display:flex}.simuhome .market-thermometer .thermo-title{color:var(--color-text);margin:0;font-size:14px;font-weight:700}.simuhome .market-thermometer .thermo-help{cursor:pointer;background-image:url(../img/icon_qustion_2x-CVsS6x9D.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:14px;height:14px;margin-left:6px;display:inline-block}.simuhome .market-thermometer .thermo-date{color:var(--color-text-muted);margin:0 0 10px;font-size:10px}.simuhome .market-thermometer .thermo-temp-section{background:#f1f7fd;border-radius:6px;align-items:flex-start;margin-bottom:12px;padding:10px;display:flex}.simuhome .market-thermometer .thermo-temp-section .temp-left{align-items:center;margin-right:5px;display:flex}.simuhome .market-thermometer .thermo-temp-section .temp-icon{background-position:50%;background-repeat:no-repeat;background-size:12px 26px;flex-shrink:0;width:12px;height:26px;margin-right:4px}.simuhome .market-thermometer .thermo-temp-section .temp-icon.low{background-image:url(../img/temp_low-DE49E_JF.png)}.simuhome .market-thermometer .thermo-temp-section .temp-icon.mid{background-image:url(../img/temp_mid-ZsZhYTTn.png)}.simuhome .market-thermometer .thermo-temp-section .temp-icon.high{background-image:url(../img/temp_high-HgSOCsLX.png)}.simuhome .market-thermometer .thermo-temp-section .temp-info{flex-direction:column;display:flex}.simuhome .market-thermometer .thermo-temp-section .temp-info .temp-value{color:var(--color-neutral);font-size:12px;font-weight:700;line-height:1.2}.simuhome .market-thermometer .thermo-temp-section .temp-info .temp-status{color:var(--color-neutral);text-align:center;font-size:10px}.simuhome .market-thermometer .thermo-temp-section .temp-info.low .temp-value,.simuhome .market-thermometer .thermo-temp-section .temp-info.low .temp-status{color:var(--color-down)}.simuhome .market-thermometer .thermo-temp-section .temp-info.mid .temp-value,.simuhome .market-thermometer .thermo-temp-section .temp-info.mid .temp-status{color:var(--color-neutral)}.simuhome .market-thermometer .thermo-temp-section .temp-info.high .temp-value,.simuhome .market-thermometer .thermo-temp-section .temp-info.high .temp-status{color:var(--color-up)}.simuhome .market-thermometer .thermo-temp-section .temp-right{flex:1}.simuhome .market-thermometer .thermo-temp-section .temp-desc{color:var(--color-text-sub);margin:0;font-size:10px;line-height:12px}.simuhome .market-thermometer .thermo-chart-section{margin-bottom:10px}.simuhome .market-thermometer .thermo-chart-section .chart-bars{justify-content:space-between;height:130px;display:flex}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item{cursor:pointer;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;padding-bottom:15px;transition:opacity .2s,transform .2s;display:flex;position:relative}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item:hover{opacity:.8;transform:translateY(-2px)}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-value{color:var(--color-text);margin-bottom:4px;font-size:9px;line-height:1}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar{border-radius:4px 4px 0 0;width:14px}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-label{color:var(--color-text-sub);font-size:8px;position:absolute;bottom:0}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-red-25 .bar-value{color:var(--color-up)}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-red-25 .bar{background:#fcc8c8}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-red-50 .bar-value{color:var(--color-up)}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-red-50 .bar{background:#f89191}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-red-75 .bar-value{color:var(--color-up)}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-red-75 .bar{background:#f65a5a}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-red .bar-value{color:var(--color-up)}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-red .bar{background:var(--color-up)}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-gray .bar-value{color:var(--color-text-muted)}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-gray .bar{background:var(--color-gray)}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-green .bar-value{color:var(--color-down)}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-green .bar{background:var(--color-down)}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-green-75 .bar-value{color:var(--color-down)}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-green-75 .bar{background:#40b840}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-green-50 .bar-value{color:var(--color-down)}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-green-50 .bar{background:#7fcf7f}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-green-25 .bar-value{color:var(--color-down)}.simuhome .market-thermometer .thermo-chart-section .chart-bars .bar-item-green-25 .bar{background:#bfe7bf}.simuhome .market-thermometer .thermo-chart-section .chart-summary{padding:8px 0}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-bar{height:5px;margin-bottom:2px;display:flex;overflow:hidden}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-bar-up{height:100%;display:flex}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-bar-up-cap{background:var(--color-up);border-radius:5px 0 0 5px;flex-shrink:0;width:5px;height:100%}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-bar-up-body{background:var(--color-up);flex-shrink:0;height:100%;margin-left:-2px;transform:skew(20deg)}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-bar-separator{flex-shrink:0;height:100%;display:flex}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-sep-left{flex-shrink:0;width:2px;height:100%}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-sep-center{background:#ccc;flex-shrink:0;min-width:0;height:100%;transform:skew(20deg)}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-sep-right{flex-shrink:0;width:2px;height:100%}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-bar-down{height:100%;display:flex}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-bar-down-body{background:var(--color-down);flex-shrink:0;height:100%;margin-right:-2px;transform:skew(20deg)}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-bar-down-cap{background:var(--color-down);border-radius:0 5px 5px 0;flex-shrink:0;width:5px;height:100%}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-labels{justify-content:space-between;display:flex}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-up{color:var(--color-up);align-items:center;font-size:8px;display:inline-flex}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-down{color:var(--color-down);align-items:center;font-size:8px;display:inline-flex}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-arrow{background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:5px;height:10px}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-up .summary-arrow{background-image:url(../img/icon_up_2x-DcogxNfO.png);margin-right:2px}.simuhome .market-thermometer .thermo-chart-section .chart-summary .summary-down .summary-arrow{background-image:url(../img/icon_down_2x-DU8Py2PV.png);margin-left:2px}.simuhome .market-thermometer .thermo-strategy-section{margin-top:10px}.simuhome .market-thermometer .thermo-strategy-section .strategy-list{margin-bottom:10px}.simuhome .market-thermometer .thermo-strategy-section .strategy-row{align-items:center;margin-bottom:10px;display:flex}.simuhome .market-thermometer .thermo-strategy-section .strategy-name{color:var(--color-text);flex-shrink:0;width:60px;font-size:12px}.simuhome .market-thermometer .thermo-strategy-section .strategy-bar{border-radius:2px;flex:1;height:13px;display:flex;position:relative}.simuhome .market-thermometer .thermo-strategy-section .strategy-bar .bar-up,.simuhome .market-thermometer .thermo-strategy-section .strategy-bar .bar-neutral,.simuhome .market-thermometer .thermo-strategy-section .strategy-bar .bar-down{height:100%}.simuhome .market-thermometer .thermo-strategy-section .strategy-bar .bar-up{background:#e94848;border-radius:2px 0 0 2px}.simuhome .market-thermometer .thermo-strategy-section .strategy-bar .bar-neutral{background:#aaa}.simuhome .market-thermometer .thermo-strategy-section .strategy-bar .bar-down{background:#3caf62;border-radius:0 2px 2px 0}.simuhome .market-thermometer .thermo-strategy-section .strategy-bar .strategy-bar-label{color:#eee;white-space:nowrap;pointer-events:none;z-index:2;font-size:9px;font-weight:700;line-height:13px;position:absolute}.simuhome .market-thermometer .thermo-strategy-section .strategy-bar .strategy-bar-label.up{left:2px}.simuhome .market-thermometer .thermo-strategy-section .strategy-bar .strategy-bar-label.down{right:2px}.simuhome .market-thermometer .thermo-strategy-section .strategy-bar.strategy-bar-empty{background:#f3f5f6}.simuhome .market-thermometer .thermo-strategy-section .strategy-bar.strategy-bar-empty .bar-empty-text{color:var(--color-text-sub);text-align:center;flex:1;font-size:10px;line-height:13px}.simuhome .market-thermometer .thermo-strategy-section .strategy-note{color:var(--color-text-muted);margin:8px 0 0;font-size:10px;line-height:1.5}.simuhome .market-thermometer .thermo-chart-section .chart-title,.simuhome .market-thermometer .thermo-strategy-section .strategy-title{color:var(--color-text);text-align:center;margin:0 0 12px;font-size:12px;font-weight:400}.simuhome .section-focus-news{width:100%;margin-top:var(--gap);background:var(--color-white);border-radius:var(--radius-card);padding:0 16px 20px}.simuhome .section-focus-news .focus-news-list{flex-wrap:wrap;display:flex}.simuhome .section-focus-news .focus-news-list .focus-news-item{box-sizing:border-box;background:var(--color-white);cursor:pointer;border-radius:8px;width:33.33%;padding:8px 10px;text-decoration:none;transition:box-shadow .2s;display:block;position:relative}.simuhome .section-focus-news .focus-news-list .focus-news-item:hover{z-index:1;box-shadow:0 4px 12px #00000014}.simuhome .section-focus-news .focus-news-list .focus-news-item:hover .focus-news-title{color:var(--color-primary)}.simuhome .section-focus-news .focus-news-list .focus-news-item:hover .focus-news-desc{color:var(--color-text)}.simuhome .section-focus-news .focus-news-list .focus-news-item .focus-news-title{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;font-size:15px;font-weight:700;line-height:1.4;overflow:hidden}@media (width<=1400px){.simuhome .section-focus-news .focus-news-list .focus-news-item .focus-news-title{font-size:13px}}.simuhome .section-focus-news .focus-news-list .focus-news-item .focus-news-desc{color:var(--color-text-sub);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:37px;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}@media (width<=1400px){.simuhome .section-focus-news .focus-news-list .focus-news-item .focus-news-desc{height:33px;font-size:12px}}.simuhome .section-focus-news .focus-news-pagination{justify-content:center;align-items:center;margin-top:8px;display:flex}.simuhome .section-focus-news .focus-news-pagination .focus-news-page{min-width:32px;height:32px;color:var(--color-text);text-align:center;box-sizing:border-box;cursor:pointer;background:#f5f5f7;border:none;border-radius:6px;margin:0 5px;padding:0 12px;font-size:14px;line-height:32px;text-decoration:none;transition:all .2s;display:inline-block}.simuhome .section-focus-news .focus-news-pagination .focus-news-page:hover{color:var(--color-primary)}.simuhome .section-focus-news .focus-news-pagination .focus-news-page.active,.simuhome .section-focus-news .focus-news-pagination .focus-news-page.active:hover{background:var(--color-primary);color:var(--color-white);font-weight:700}.simuhome .section-focus-news .focus-news-pagination .focus-news-page-prev,.simuhome .section-focus-news .focus-news-pagination .focus-news-page-next{padding:0 18px}.simuhome .section-academy{width:100%;margin-top:var(--gap);background:var(--color-white);border-radius:var(--radius-card);padding:0 16px 20px}.simuhome .section-academy .academy-list{flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.simuhome .section-academy .academy-list .academy-item{box-sizing:border-box;width:33.333%;padding:6px 16px 6px 14px;line-height:1.4;list-style:none;position:relative}.simuhome .section-academy .academy-list .academy-item:before{content:"";background:#ccc;border-radius:50%;width:4px;height:4px;position:absolute;top:16px;left:0}.simuhome .section-academy .academy-list .academy-item:nth-child(3n){padding-right:0}.simuhome .section-academy .academy-list .academy-item a{color:var(--color-text);white-space:normal;word-break:break-word;text-overflow:ellipsis;font-size:14px;text-decoration:none;display:block;overflow:hidden}.simuhome .section-academy .academy-list .academy-item a:hover{color:var(--color-primary)}@media (width<=1400px){.simuhome .section-academy .academy-list .academy-item a{font-size:12px}}.simuhome .section-partners{width:100%;margin-top:var(--gap);background:var(--color-white);border-radius:var(--radius-card);padding:0 12px 16px}.simuhome .section-partners .partners-list{flex-wrap:wrap;justify-content:flex-start;margin-bottom:-10px;display:flex}.simuhome .section-partners .partners-list .partner-item{background:var(--color-white);box-sizing:border-box;cursor:pointer;border:1px solid #e8e8e8;justify-content:center;align-items:center;width:133px;height:44px;margin:0 14px 10px 0;transition:border-color .2s;display:flex;overflow:hidden}.simuhome .section-partners .partners-list .partner-item:nth-child(8n){margin-right:0}.simuhome .section-partners .partners-list .partner-item:hover{border-color:var(--color-primary)}@media (width<=1400px){.simuhome .section-partners .partners-list .partner-item{margin-bottom:5px;margin-right:5px}.simuhome .section-partners .partners-list .partner-item:nth-child(8n){margin-right:5px}.simuhome .section-partners .partners-list .partner-item:nth-child(7n){margin-right:0}}.simuhome .section-partners .partners-list .partner-item .placeholder-img,.simuhome .section-partners .partners-list .partner-item img{width:auto;max-width:100%;height:auto;max-height:100%;display:block}.simuhome .section-partners .partners-wrap{width:100%;position:relative;overflow:hidden}.simuhome .section-partners .partners-wrap .partners-img{width:100%}.simuhome .footer-promo{margin-top:var(--gap);background:#eceff3}.simuhome .footer-promo .footer-container{height:224px;display:flex}.simuhome .footer-promo .promo-item{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.simuhome .footer-promo .promo-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;width:50px;height:50px;margin-bottom:14px}.simuhome .footer-promo .promo-icon-sjqw{background-image:url(../img/ad_sjqw_2x-DKuoXomS.png)}.simuhome .footer-promo .promo-icon-jxsm{background-image:url(../img/ad_jxsm_2x-C-rSA7ZU.png)}.simuhome .footer-promo .promo-icon-lchg{background-image:url(../img/ad_lchg_2x-jP4Jewys.png)}.simuhome .footer-promo .promo-icon-fwrq{background-image:url(../img/ad_fwrq_2x-Dg9hmWd9.png)}.simuhome .footer-promo .promo-title{color:var(--color-text);margin-bottom:10px;font-size:16px;font-weight:700}.simuhome .footer-promo .promo-desc{color:var(--color-text-muted);text-align:center;font-size:13px;line-height:1.4}.simuhome .footer-full-adv{width:100%;height:180px;display:block;position:relative;overflow:hidden}.simuhome .footer-full-adv .footer-full-adv-bg{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.simuhome .footer-full-adv .index-bt-adv-center{z-index:1;height:100%;margin:0 auto;position:relative}.simuhome .footer-full-adv .index-bt-adv-center .descri{float:left;justify-content:center;align-items:center;width:765px;height:100%;display:flex}.simuhome .footer-full-adv .index-bt-adv-center .descri img{max-width:100%;max-height:100%;display:block}.simuhome .footer-full-adv .index-bt-adv-center .button{float:left;justify-content:center;align-items:center;width:228px;height:100%;margin-left:75px;display:flex}.simuhome .footer-full-adv .index-bt-adv-center .button img{max-width:100%;max-height:100%;display:block}

