
.container_home_footer {
    height: 25rem;
    width: 100%;
    display: flex;
    position: relative;
    padding: 0 19.375rem;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-image: url("../image/layout/footer_back.png");
}

.container_home_assets_list_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 50%;
}

.container_home_assets_list_left_title {
    font-family: SourceHanSerifCN;

}

.container_home_assets_list_left_title_top {
    font-size: 1.875rem;
    color: #ffffff;
    font-weight: bold;
}

.container_home_assets_list_left_title_bottom {
    font-size: 1.875rem;
    font-weight: bold;
    color: #ffffff;
}

.container_home_assets_list_left_info {
    display: flex;
    width: 36.25rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
    font-family: SourceHanSerifCN;
    color: #ffffff;
    font-size: 1rem;
}


.container_home_assets_list_left_info_detail {
    width: 50%;
    line-height: 2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container_home_assets_list_rit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    cursor: pointer;

    img {
        width: 25.5rem;
        height: 13.3125rem;
        object-fit: contain;
    }
}

.container_home_footer_lines {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    color: #ffffff;
    background-color: rgba(255, 255, 255,0.102);
}
