.container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 0;
}

.container-left {
    width: 100%;
    /*max-width: 1600px;*/
    margin: 0 auto;
    padding: 0 2%;
}

.home-btn {
    padding: 0 30px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #fafafa;
    border-radius: 4px;
    transition: all linear 0.3s 0s;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    color: #fafafa;
    font-size: 14px;
}

.home-btn.blue-btn {
    background: rgba(60, 126, 238, 1);
    color: #fafafa;
    border-color: rgba(60, 126, 238, 1);
}

.home-btn.red-btn:hover,
.home-btn.blue-btn:hover,
.home-btn.active {
    filter: brightness(1.2);
}

.home-btn.red-btn {
    background: #FB4044;
    border-color: #FB4044;
}

.home-btn.orange-btn {
    background: #fb8341;
    border-color: #fb8341;
}

.home-btn.green-btn {
    background: #4fb059;
    border-color: #4fb059;
}

.home-btn.reverse-btn {
    font-weight: 400;
    color: #fafafa;
    background-color: #21305E;
}

.home-btn.reverse-btn:hover {
    background-color: #fff;
    color: #21305E;
}





.idea-wrap-left {
    width: 100%;
}

.idea-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    padding: 0 0 10px 0;
    box-sizing: border-box;
}

.idea-wrap .h1-title {
    font-size: 36px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(63, 74, 87, 1);
    line-height: 50px;
    position: relative;
    padding: 54px 0 54px 0;
    text-align: center;
}

.idea-wrap .idea-box {
    color: #61676e;
    box-shadow: 1px 1px 3px 0 rgba(193, 193, 193, 0.55);
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    transition: all .6s ease;
    background-color: #fff;
    border-radius: 5px;
}

.idea-wrap .idea-box:hover {
    /* -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-5px);
    transform: translateY(-15px);
    -webkit-box-shadow: 0 15px 30px 0 rgba(213, 218, 228, 1);
    -moz-box-shadow: 0 15px 30px 0 rgba(213, 218, 228, 1);
    box-shadow: 0 15px 30px 0 rgba(213, 218, 228, 1); */
}

.idea-wrap .idea-box .idea-hd,
.idea-wrap .idea-box .idea-tags {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

.idea-wrap .idea-box .idea-hd {
    color: #323F50;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 20px;
    line-height: 70px;
    padding: 0px 15px;
    border-bottom: 1px solid #e8ecf0;
}

.idea-wrap .idea-box .idea-hd:hover {
    color: #3c7eee;
}

.idea-wrap .idea-box .idea-hd .hd-tag {
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
    padding: 1px 4px;
    color: #4a90e2;
    background: #f6f9fd;
    border: 1px solid #8eb9ed;
    border-radius: 2px;
}

.idea-wrap .idea-box .idea-tags {
    float: right;
    padding-top: 13px;
}

.idea-wrap .idea-box .tag {
    margin-right: 6px;
    font-size: 12px;
}

.idea-wrap .idea-box .tag::before {
    content: '';
    display: inline-block;
    margin-right: 3px;
    width: 5px;
    height: 5px;
    border-radius: 7px;
    vertical-align: middle;
}

.idea-wrap .idea-box .tag.blue {
    color: #4572a7;
}

.idea-wrap .idea-box .tag.blue::before {
    background-color: #4572a7;
}

.idea-wrap .idea-box .tag.red {
    color: #aa4643;
}

.idea-wrap .idea-box .tag.red::before {
    background-color: #aa4643;
}

.idea-wrap .idea-box .idea-content {
    padding-left: 15px;
    padding-right: 15px;
}

.idea-wrap .idea-box .datepicker {
    text-align: center;
    padding: 10px 0;
    display: inline-block;
}

.idea-wrap .idea-box .datepicker .home-btn {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    margin-right: 7px;
}

.idea-wrap .idea-box .time-input {
    width: 90px;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
}

.idea-wrap .idea-box .idea-chart {
    width: 75%;
    height: 100%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #e8ecf0;
}

.idea-wrap .idea-box .highchart {
    height: 400px;
}

.idea-wrap .idea-box .idea-info {
    width: 24.5%;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    padding: 12px 0 12px 15px;
    box-sizing: border-box;
}

.idea-wrap .idea-box .info {
    font-size: 12px;
    float: left;
    width: 50%;
    padding: 12px 0 10px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d3dae2;
    border-right: 1px dashed #d3dae2;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.idea-wrap .idea-box .info:nth-child(even) {
    border-right: none;
}

.idea-wrap .idea-box .info .num {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #1a1a1a;
}

.idea-wrap .red {
    color: #fb4145 !important;
}

.idea-wrap .green {
    color: #2dae4a !important;
}

.idea-wrap .idea-box .info .num.small {
    font-size: 10px;
    line-height: 14px;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    padding: 2px 0;
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.idea-wrap .idea-ft {
    display: flex;
    color: #3f4a57;
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}

.idea-wrap .idea-ft .button-left,
.idea-wrap .idea-ft .button-right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.idea-wrap .idea-ft .price {
    line-height: 54px;
    font-size: 16px;
}

.idea-wrap .idea-ft .price .big {
    font-size: 36px;
    color: #fb4145;
}

.idea-wrap .idea-ft .home-btn {
    width: 76px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    padding: 0;
}

/* 策略商城页面特定样式 */
.strategy-filter {
    background: transparent;
    padding: 20px 0;
    margin-bottom: 0;
}

/* 确保页脚在浮动框下方 */
.content-wrapper {
    position: relative;
    min-height: calc(100vh - 200px);
    padding-bottom:50px;
}

/* 为浮动框留出空间 */
.usage-process-sidebar {
    position: fixed;
    right: 0;
    top: 100px;
    width: 30%;
    max-width: 360px;
    height: calc(100vh - 170px);
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
    background: transparent;
    border-left: none;
    z-index: 1000;
}

/* 列表模式样式 */
.strategy-table {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.strategy-list-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 17px;
}

.strategy-list-table th {
    background: #f8f9fa;
    padding: 8px 8px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    color: #3f4a57;
    border-bottom: 2px solid #e8ecf0;
    cursor: pointer;
    user-select: none;
    position: relative;
    white-space: nowrap;
}

.strategy-list-table th.sortable {
    padding-right: 20px;
    position: relative;
}

.strategy-list-table th.sortable:hover {
    background: #e9ecef;
}

.strategy-list-table th.sortable.active {
    background: #3c7eee;
    color: #fff;
}

.sort-indicator {
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}

.strategy-list-table th.sortable.active .sort-indicator {
    opacity: 1;
}

.strategy-list-table td {
    padding: 8px 8px;
    text-align: center;
    border-bottom: 1px solid #e8ecf0;
    vertical-align: middle;
    font-family: "黑体", "Microsoft YaHei", sans-serif;
    font-size: 16px;
}

.strategy-list-table td.numeric {
    font-size: 17px;
}

.strategy-list-table tr:hover {
    background: #f8f9fa;
}

.strategy-name {
    text-align: left !important;
    min-width: 200px;
}

.strategy-link {
    font-weight: 600;
    color: #3c7eee;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}

.strategy-link:hover {
    color: #2a5db0;
    text-decoration: underline;
}

.strategy-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.tag {
    background: #e9ecef;
    color: #495057;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
}

.tag-ellipsis {
    color: #6c757d;
    font-size: 12px;
    line-height: 1;
    margin-left: 2px;
}

.numeric {
    font-family: 'Courier New', monospace;
    font-weight: 600;
}

.numeric.positive {
    color: #dc3545;
}

.numeric.negative {
    color: #28a745;
}

.btn-detail, .btn-subscribe {
    padding: 12px 16px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    margin: 0 2px;
    text-decoration: none;
    display: inline-block;
}

.btn-detail {
    background: #3c7eee;
    color: #fff;
}

.btn-detail:hover {
    background: #2a5db0;
}

.btn-subscribe {
    background: #dc3545;
    color: #fff;
}

.btn-subscribe:hover {
    background: #c82333;
}


/* 视图切换样式 */
.detail-view {
    display: block;
}

.list-view {
    display: none;
}

.view-mode-detail .detail-view {
    display: block;
}

.view-mode-detail .list-view {
    display: none;
}

.view-mode-list .detail-view {
    display: none;
}

.view-mode-list .list-view {
    display: block;
}

.filter-tabs {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 35px;
}

.filter-title {
    font-size: 20px;
    font-weight: 600;
    color: #3f4a57;
    white-space: nowrap;
}

.tab-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.view-mode-toggle {
    display: flex;
    gap: 5px;
    margin-left: 110px;
}

.view-mode-btn {
    padding: 8px 16px;
    border: 1px solid #d3dae2;
    background: #fff;
    color: #61676e;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.view-mode-btn:hover {
    border-color: #3c7eee;
    color: #3c7eee;
}

.view-mode-btn.active {
    background: #3c7eee;
    border-color: #3c7eee;
    color: #fff;
}

.tab-btn {
    padding: 8px 20px;
    border: 1px solid #d3dae2;
    background: #fff;
    color: #61676e;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tab-btn:hover {
    border-color: #3c7eee;
    color: #3c7eee;
}

.tab-btn.active {
    background: #3c7eee;
    border-color: #3c7eee;
    color: #fff;
}

.idea-box {
    transition: all 0.3s ease;
}

.idea-box.hidden {
    display: none;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    margin: 0 auto;
    position: relative;
    /*max-width: 1400px;*/
    padding: 0 2%;
    box-sizing: border-box;
}

.usage-process-sidebar {
    position: fixed;
    right: 40px; 
    top: 80px; 
    width: 24%;
    max-width: 240px;
    height: calc(100vh - 96px); 
    overflow-y: auto;
    padding: 16px; 
    box-sizing: border-box;
    background: transparent;
    border-left: none;
    z-index: 1000;
}



.usage-process-box {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 16px; 
}

.process-step {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 15.2px; 
    top: 32px; 
    width: 1.6px; 
    height: calc(100% - 16px); 
    background: linear-gradient(to bottom, #3c7eee, #4fb059);
    z-index: 1;
}

.process-title-step:not(:last-child)::after {
    top: 40px; 
    height: calc(100% - 24px); 
}

.step-number {
    width: 32px; 
    height: 32px; 
    border-radius: 50%;
    background: linear-gradient(135deg, #3c7eee, #4fb059);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14.4px; 
    font-weight: bold;
    margin-right: 12px; 
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 1.6px 6.4px rgba(60, 126, 238, 0.3); 
}

.process-title-step .step-number {
    background: linear-gradient(135deg, #fb4044, #fb8341);
    font-size: 16px; 
    box-shadow: 0 1.6px 6.4px rgba(251, 64, 68, 0.3); 
}

.step-content {
    flex: 1;
    padding-bottom: 16px; 
}

.step-title {
    font-size: 12.8px; 
    font-weight: 600;
    color: #3f4a57;
    margin-bottom: 4px; 
}

.process-title-step .step-title {
    font-size: 16px; 
    font-weight: 700;
    color: #fb4044;
    margin-bottom: 0;
    line-height: 32px; 
    height: 32px; 
    display: flex;
    align-items: center;
}

.step-desc {
    font-size: 11.2px; 
    color: #61676e;
    line-height: 1.4; 
}

.qr-code {
    max-width: 96px; 
    margin-top: 8px; 
    border-radius: 6.4px; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.usage-process-title {
    font-size: 18px;
    font-weight: 600;
    color: #3f4a57;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8ecf0;
}

.list-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-group-item {
    padding: 10px 15px;
    margin-bottom: 8px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.list-group-item-success {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.list-group-item-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border-color: #bee5eb;
}

.list-group-item-warning {
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffeaa7;
}

.list-group-item-danger {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

.usage-process-box img.img {
    max-width: 100%;
    margin-top: 10px;
    display: block;
}

.back-to-top-container {
    margin-top: 10px;
    text-align: center;
}

.back-to-top-btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgba(60, 126, 238, 0.8);
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(60, 126, 238, 0.9), rgba(40, 100, 200, 0.9));
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(60, 126, 238, 0.3);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
}

.back-to-top-btn:hover {
    background: rgba(40, 100, 200, 1);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}