<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.case_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.case_content_title {
    display: flex;
    align-items: center;
    margin-top: 0.64rem;
}

.case_content_title_left {
    display: flex;
    align-items: center;
}

.case_content_title_left&gt;img {
    width: 0.55rem;
    height: 0.02rem;
}

.case_content_title_left&gt;.round {
    width: 0.09rem;
    height: 0.09rem;
    border-radius: 50%;
    background-color: #f54b41;
}

.case_content_title_content {
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
}

.case_content_title_content_red {
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #F54B41;
    font-weight: 700;
}

.case_content_title_content_black {
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #010000;
    font-weight: 700;
}

.case_content_title_right {
    display: flex;
    align-items: center;
}

.case_content_title_right&gt;img {
    width: 0.55rem;
    height: 0.02rem;
}

.case_content_title_right&gt;.round {
    width: 0.09rem;
    height: 0.09rem;
    border-radius: 50%;
    background-color: #f54b41;
}

.case_content_tip {
    margin-top: 0.18rem;
    font-size: 0.16rem;
    color: #898989;
    line-height: 0.16rem;
}

.case_content_list {
    width: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}

.case_content_list_li {
    width: 3.8rem;
    background-color: #f1f1f1;
    border: 0.01rem solid #ebebeb;
    padding: 0.2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.3rem;
}

.case_content_list_li&gt;img {
    /* margin-top: 0.2rem; */
    width: 3.6rem;
    height: 2rem;
}

.case_content_list_li_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.case_content_list_li_text_top {
    width: 100%;
    font-size: 0.14rem;
    line-height: 0.14rem;
    font-weight: 700;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.1rem;
}

.case_content_list_li_text_top&gt;span {
    font-size: 0.14rem;
    line-height: 0.14rem;
    color: #000;
    font-weight: 400;
}

.case_content_more {
    margin-top: 0.2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 0.14rem;
    line-height: 0.14rem;
    color: #000;
}

.case_content_more&gt;a{
    color: #000;
}</pre></body></html>