<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pro_plast_result {
    width: 80%;
    margin: 25px auto;
    display: flex;
    flex-direction: row;
}

.pro_plast_filter {
    width: 80%;
    margin: 25px auto;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: row;
}

.pro_plast_filter .pro_plast_filter_wrapper {
    width: 100%;
    padding: 25px;
}

.pro_plast_filter .pro_plast_filter_wrapper .pro_plast_filter_header h2 {
    margin: 0;
}

.pro_plast_filter .pro_plast_filter_wrapper .pro_plast_filter_row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pro_plast_filter .pro_plast_filter_wrapper .pro_plast_filter_row .pro_plast_filter_box_3 {
    width: 33.3333%;
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.pro_plast_filter .pro_plast_filter_wrapper .pro_plast_filter_row .pro_plast_filter_box_3:first-child,
.pro_plast_filter .pro_plast_filter_wrapper .pro_plast_filter_row .pro_plast_filter_box_4:first-child {
    padding-left: 0;
}

.pro_plast_filter .pro_plast_filter_wrapper .pro_plast_filter_row .pro_plast_filter_box_3:last-child,
.pro_plast_filter .pro_plast_filter_wrapper .pro_plast_filter_row .pro_plast_filter_box_4:last-child {
    padding-right: 0;
}

.pro_plast_filter .pro_plast_filter_wrapper .pro_plast_filter_row .pro_plast_filter_box_4 {
    width: 25%;
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pro_plast_result .pro_plast_result_content {
    width: 80%;
}

.pro_plast_result .pro_plast_result_sidebar {
    width: 20%;
    height: fit-content;
}</pre></body></html>