#goods-placehold {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#goods-placehold .row {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    width: 100%;
    max-width: 31rem;
    text-align: center;
    box-sizing: border-box;
    padding: 0 1rem;
    justify-content: center;
    align-items: stretch;
}

#goods-placehold .row .col {
    flex: 0 1 calc(50% - 0.5rem);
    min-height: 15.7rem;
    padding: 1.55rem 1rem 1.5rem;
    border-radius: 1.45rem;
    border: 0.28rem solid transparent;
    background-color: #fff;
    color: initial;
    font-size: 1.2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 12px 28px rgba(23, 82, 104, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#goods-placehold .row .col .choose {
    display: none;
    background-color: #876298;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 3.55rem;
    height: 3rem;
    border-top-left-radius: 1.45rem;
    border-bottom-right-radius: 1.15rem;
    align-items: center;
    justify-content: center;
}

#goods-placehold .row .col_active {
    border-color: #876298;
    box-shadow: 0 18px 36px rgba(88, 65, 122, 0.24);
    transform: translateY(-0.15rem);
}

#goods-placehold .row .col .img {
    height: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.15rem;
}

#goods-placehold .row .col .img img {
    width: 5.15rem;
    height: 5.15rem;
    object-fit: contain;
}

#goods-placehold .row .col .h_1 {
    font-size: 1rem;
    line-height: 1.25;
    color: #5c6172;
    font-weight: 600;
    letter-spacing: 0.02em;
}

#goods-placehold .row .col .h_2 {
    margin-top: 0.1rem;
    margin-bottom: 0.5rem;
    font-size: 2.2rem;
    line-height: 1;
    color: #2f3147;
    font-weight: 800;
    letter-spacing: -0.04em;
}

#goods-placehold .row .statistics {
    margin-top: auto;
    padding-top: 1.05rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    color: #8d8bb3;
    line-height: 1.15;
}

#goods-placehold .row .statistics .statistics_label {
    font-size: 0.84rem;
    letter-spacing: 0.03em;
    color: #8480aa;
}

#goods-placehold .row .statistics .statistics_value {
    font-size: 1.18rem;
    font-weight: 700;
    color: #66618f;
}

#goods-placehold .actions .button {
    display: inline-block;
    min-width: 9.8rem;
    text-align: center;
    line-height: 1;
    padding: 1.02rem 1.15rem;
    background: linear-gradient(180deg, #94d0e2 0%, #6fb4c8 100%);
    border-radius: 0.95rem;
    margin-top: 1.55rem;
    font-size: 1.12rem;
    font-weight: 600;
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.34),
        inset 0 -2px 0 rgba(0, 0, 0, 0.14),
        0 14px 28px rgba(70, 159, 188, 0.22);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

#goods-placehold .actions {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
    align-items: stretch;
}

#goods-placehold .actions .button p {
    margin: 0;
}

#goods-placehold .actions .button_primary {
    min-width: 13.2rem;
    padding: 1.08rem 1.9rem;
    background: linear-gradient(180deg, #a57abb 0%, #876298 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        inset 0 -2px 0 rgba(0, 0, 0, 0.18),
        0 16px 30px rgba(110, 74, 128, 0.28);
}

#goods-placehold .actions .button_primary .button_text {
    font-size: 1.34rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hero-title {
    margin-top: 1.05rem;
    font-size: 2.76rem;
    line-height: 1.2;
    color: #22252f;
    font-weight: 800;
}

.hero-subtitle {
    margin-top: 0.55rem;
    font-size: 1.82rem;
    line-height: 1.2;
    color: #2f3147;
    font-weight: 700;
}

.hero-hint {
    margin-top: 2rem;
    padding: 1.15rem 1.2rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(237, 247, 251, 0.95) 0%, rgba(245, 248, 252, 0.96) 100%);
    border: 1px solid rgba(214, 225, 235, 0.9);
    box-shadow: 0 10px 24px rgba(63, 114, 146, 0.08);
    line-height: 1.75;
    color: #4b5669;
}

.hero-hint p {
    margin: 0;
}

.hero-hint p + p {
    margin-top: 0.35rem;
}

.hero-hint span {
    color: #4298b4;
    font-weight: 800;
}

.hero-hint strong {
    color: #876298;
    font-weight: 800;
}

.notice_inline {
    padding-bottom: 1.3rem;
    color: #4f5d70;
    font-size: 1.34rem;
    line-height: 1.74;
}

.notice_inline p {
    margin: 0.85rem 0;
}

.notice_inline_item + .notice_inline_item {
    margin-top: 0.9rem;
}

.notice_inline_title {
    font-size: 1.46rem;
    line-height: 1.42;
    font-weight: 700;
    color: #314055;
    margin-bottom: 0.28rem;
}

.notice_inline strong {
    color: #2f3147;
    font-weight: 700;
}

.theory-image,
.timeline-image {
    width: 100%;
    display: block;
    border-radius: 1rem;
    box-shadow: 0 14px 30px rgba(49, 78, 114, 0.12);
    border: 1px solid rgba(221, 229, 237, 0.95);
}

.theory-summary {
    margin-top: 1rem;
    padding: 1rem 1.05rem;
    border-radius: 0.95rem;
    background: linear-gradient(180deg, rgba(250, 252, 255, 0.98) 0%, rgba(244, 247, 251, 0.95) 100%);
    border: 1px solid rgba(223, 230, 238, 0.95);
    box-shadow: 0 10px 24px rgba(49, 78, 114, 0.08);
    color: #4b5669;
    line-height: 1.78;
}

.dimension-lead {
    margin-top: 1.25rem;
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    background: rgba(245, 248, 252, 0.92);
    color: #516072;
    line-height: 1.7;
    border: 1px solid rgba(223, 230, 238, 0.95);
}

.dimension-grid {
    display: grid;
    gap: 1rem;
    margin: 1.2rem 0 1.75rem;
}

.dimension-card {
    padding: 1rem 1.1rem 1.05rem;
    border-radius: 1rem;
    border: 1px solid rgba(214, 222, 233, 0.95);
    background: linear-gradient(180deg, #fbfdff 0%, #f5f8fc 100%);
    box-shadow: 0 10px 24px rgba(49, 78, 114, 0.08);
}

.dimension-card:nth-child(odd) {
    border-left: 0.3rem solid #4298b4;
}

.dimension-card:nth-child(even) {
    border-left: 0.3rem solid #876298;
}

.dimension-card-title {
    font-size: 1.34rem;
    line-height: 1.35;
    font-weight: 800;
    color: #273245;
    margin-bottom: 0.7rem;
}

.dimension-card-title span {
    color: #876298;
}

.dimension-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.dimension-card-list li {
    position: relative;
    padding-left: 1rem;
    line-height: 1.7;
    color: #4b5669;
}

.dimension-card-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #4298b4;
    font-weight: 800;
}

.dimension-card-list strong {
    color: #2f3147;
}

.theory-closing {
    margin-top: 1.1rem;
}

.text_center{
    margin-top: 20px;
}
.font_blue {
    color: rgb(66 152 180)
}

.border_solid {
    border-radius: 1rem;
    border: 2px solid rgb(246 246 246);
    margin-top: 2rem;
    background: linear-gradient(180deg, rgba(250, 252, 255, 0.98) 0%, rgba(244, 247, 251, 0.95) 100%);
    box-shadow: 0 14px 30px rgba(48, 83, 116, 0.06);
}
.border_b {
    border-bottom: 2px solid rgb(246 246 246);
}
.main .line_height_4 {
    line-height: 4rem;
}
.text{
    text-align: left;
    padding: .8rem 1.8rem;
}

.text p{
    margin: 1rem 0;
}

/* 找回报告按钮 */
.retrieve-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #8663c9, #6c5ce7);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(134, 99, 201, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
}

.retrieve-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(134, 99, 201, 0.4);
}

.retrieve-button-inner {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    #goods-placehold .row {
        gap: 0.75rem;
        padding: 0 0.75rem;
    }

    #goods-placehold .row .col {
        min-height: 14.7rem;
        padding: 1.35rem 0.8rem 1.25rem;
    }

    #goods-placehold .row .col .img {
        height: 5rem;
    }

    #goods-placehold .row .col .img img {
        width: 4.5rem;
        height: 4.5rem;
    }

    #goods-placehold .row .col .h_2 {
        font-size: 2rem;
    }

    #goods-placehold .row .col .h_1 {
        font-size: 0.96rem;
    }

    #goods-placehold .row .statistics {
        padding-top: 0.95rem;
    }

    #goods-placehold .row .statistics .statistics_label {
        font-size: 0.78rem;
    }

    #goods-placehold .row .statistics .statistics_value {
        font-size: 1.08rem;
    }

    #goods-placehold .actions .button {
        min-width: 0;
        flex: 1;
        padding: 0.96rem 0.72rem;
        font-size: 0.98rem;
    }

    #goods-placehold .actions .button_primary {
        flex: 0 1 16.2rem;
        max-width: none;
        padding: 1.14rem 1.5rem;
    }

    #goods-placehold .actions .button_primary .button_text {
        font-size: 1.28rem;
    }

    .hero-title {
        font-size: 2.52rem;
    }

    .hero-subtitle {
        font-size: 1.68rem;
    }

    .hero-hint {
        margin-top: 1.7rem;
        padding: 1rem 0.95rem;
        line-height: 1.65;
    }

    .hero-hint p {
        font-size: 1.18rem;
    }

    .notice_inline {
        padding-bottom: 1rem;
        font-size: 1.34rem;
        line-height: 1.72;
    }

    .notice_inline p {
        margin: 0.75rem 0;
    }

    .notice_inline_title {
        font-size: 1.34rem;
        line-height: 1.4;
    }

    .dimension-grid {
        gap: 0.85rem;
        margin: 1.7rem 0 1.45rem;
    }

    .dimension-card {
        padding: 0.9rem 0.95rem 0.95rem;
    }

    .dimension-card-title {
        font-size: 1.36rem;
        margin-bottom: 0.6rem;
    }

    .dimension-card-list li {
        font-size: 1.18rem;
        line-height: 1.7;
    }

    .dimension-lead,
    .theory-summary {
        font-size: 1.2rem;
        line-height: 1.74;
    }

    .theory-summary {
        padding: 0.9rem 0.95rem;
    }

    .retrieve-button {
        width: 60px;
        height: 60px;
        right: 20px;
        bottom: 20px;
    }

    .retrieve-button-inner {
        font-size: 10px;
    }
}
