.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_content_banner {
    width: 80%;
    margin: 25px auto;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: row;
}

.pro_plast_content_banner .pro_plast_content_banner_wrapper {
    width: 100%;
}

.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;
    width: 80%;
}

.pro_plast_filter .pro_plast_filter_wrapper .pro_plast_filter_row .pro_plast_filter_box_2 {
    width: 50%;
    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 {
    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_4 {
    width: 25%;
    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_2:first-child,
.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_2:last-child,
.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_result .pro_plast_result_content {
    width: 100%;
}