.from_title {
    margin: 0 auto;
    background-image: url(/static/qiming_v1/img/report/qiming_report_title_back.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 0.362rem;

    color: #ffffff;
    text-align: center;
    background-position: center center;
    line-height: 0.906rem;

    font-weight: 200;
    padding-bottom: 0.151rem;

}



.test_push_data {
    margin: 0 0.151rem;
    padding: 0.377rem;
    border-radius: 0.113rem;
    /* background-color: #fcfaf4; */
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: center;
    padding-bottom: 0;
    margin-top: 0.3rem;
    gap: 0 1rem;
}

.test_push_data_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 0.277rem;
}

.test_push_data_img {
    width: 1.404rem;
    border-radius: 12px;
    height: 1.404rem;
}

.test_push_data_span {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    width: 1.004rem;

    /* 溢出省略号 - 单行文本 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    /* 如果需要支持多行省略号，使用以下代码替换上面的三个属性 */
    /* 多行省略（2行） */
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    margin-top: 5px;
}
.after_h::after {
    height: 100%;
}








.section_footer {max-width: 567px !important;margin: 0 auto;background-image: url('/static/qiming_v1/img/section_footer-bg-mobile.webp');background: #fff8e3;}

.section_footer_container {
    width: 100%;
    padding: 0;
    flex-direction: column;
}

.section_footer-left {
    padding: 0.47rem 0.27rem 0.37rem;
    flex-direction: column;
}


.section_footer-right {
    display: none;
}

.section_footer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1.33vw;

}

.section_footer-header-title {
    font-size: 0.3rem;
}

.section_footer-header-text {
    font-size: 0.22rem;
    line-height: 0.3225rem;
}


.section_footer-contact {
    display: block;
    width: 2.16rem;
    height: 2.52rem;
    cursor: pointer;
    min-width: 2.16rem;
}

.section_footer-btns {

    margin-top: 0.3rem;
    margin-left: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}

.section_footer-btns a {
    width: 2.06rem;
    height: 0.45rem;
    font-size: 0.2rem;
}

.section_footer-company {
    margin-top: 0.3rem;
    text-align: center;
    font-size: 0.2rem;
}

.header_box_form_data_list_data_b {
    background-color: #ffffff;
    border-radius: 0.225rem;
    padding: 0;
    border-radius: 0.7875rem;
    overflow: hidden;
}

.header_box_form_data_list_data_b_r {
    padding: 0.1125rem 0.165rem;
    border-radius: 0.4875rem;
    overflow: hidden;
}


.section_footer-btns {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-left: 0;
}

.section_footer-btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 0.6rem;
    background-image: url('/static/qiming_v1/img/section_footer-btn-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-weight: 400;
    font-size: 0.32rem;
    color: #4D311E;
    text-decoration: none;
    user-select: none;
}

.section_footer-company {
    color: #A59685;
}
