.page_main,
.footer_contact {
    background: #FAFAFA;
}

.products_list_main {
    flex-wrap: wrap;
}

.products_list_div {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 35px;
}

.products_list_main .products_list_div:nth-child(3n) {
    margin-right: 0;
}

.products_list_div .imgBox {
    padding-bottom: 93.6%;
}

.products_list_title {
    display: block;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    font-family: Delecta-Bold, Delecta-Bold;
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 18px;
}

.proList_capacity {
    margin-top: 5%;
    background: #FFFFFF;
    padding: 5% 0;
}

.proList_capacity_main {
    align-items: flex-end;
    justify-content: space-between;
}

.proList_capacity_left {
    width: 42.6%;
}

.proList_capacity_left .imgBox {
    padding-bottom: 121%;
    border-radius: 6px;
}

.proList_capacity_right {
    width: 55%;
}

.proList_capacity_desc {
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}

.proList_capacity_right_imgs {
    justify-content: space-between;
    margin-top: 40px;
}

.proList_capacity_right_img {
    width: calc((100% - 30px) / 2);
}

.proList_capacity_right_img .imgBox {
    padding-bottom: 121%;
    border-radius: 6px;
}

.proList_topic {
    padding-top: 5%;
}

.proList_topic_main {
    margin-top: 45px;
    justify-content: space-between;
}

.proList_topic_left {
    width: 38.6%;
}

.proList_topic_left .imgBox {
    padding-bottom: 104%;
}

.proList_topic_right {
    width: 55.6%;
}

.proList_topic_title {
    font-family: Delecta-Bold, Delecta-Bold;
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
}

.proList_topic_ul li{
    margin-bottom: 15px;
    padding-left: 37px;
    line-height: 1.8;
    position: relative;
}

.proList_topic_ul li::before{
    content: '';
    width: 27px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 0px;
    background: url('img/proList_topic_icon.png') no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}

@media only screen and (max-width: 950px) {
    .products_list_div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .proList_capacity_main{
        flex-wrap: wrap;
    }

    .proList_capacity_left{
        width: 100%;
    }

    .proList_capacity_right{
        width: 100%;
        margin-top: 30px;
    }

    .proList_topic_main{
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .proList_topic_left{
        width: 100%;
    }

    .proList_topic_right{
        width: 100%;
        margin-top: 25px;
    }
}