.mak_bac {
    background: #F5F5F5;
}

.making_one>ul>li {
    width: 282px;
    height: 374px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 237, 237, 1);
    margin-right: 24px;
    text-align: center;
    padding: 40px 30px 0;
    box-sizing: border-box;
    float: left;

}

.making_one>ul>li:nth-child(4n) {
    margin-right: 0;
}

.making_one {
    padding-bottom: 70px;
}

.mko_tu {
    width: 73px;
    height: 73px;
    margin: 0 auto 40px;
}

.mko_tu img {
    max-width: 100%;
}

.making_one>ul>li h1 {
    font-size: 15px;
    color: #141820;
    font-weight: bold;
    margin-bottom: 20px;
}

.making_one>ul>li p {
    font-size: 14px;
    line-height: 24px;
    color: #949699;
    min-height: 110px;
}

.mko_a {
    font-size: 0;
}

.mko_a a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgba(203, 203, 203, 1);
    border-radius: 3px;
    margin-right: 16px;
    text-align: center;
    font-size: 14px;
    color: #949699;
    display: inline-block;
    transition: all .4s;
}

.mko_a a:last-child {
    margin-right: 0;
}

.mko_a a:hover {
    background: rgba(203, 203, 203, 1);
}

.mktw_list>ul {
    border-right: 1px solid rgba(237, 237, 237, 1);
    border-bottom: 1px solid rgba(237, 237, 237, 1);
    margin: 0px 0 70px;
}

.mktw_list>ul>li {
    width: 198px;
    height: 147px;
    border: 1px solid rgba(237, 237, 237, 1);
    border-bottom: none;
    border-right: none;
    text-align: center;
    float: left;
    cursor: pointer;
}

.mkt_tu {
    height: 46px;
    width: auto;
    text-align: center;
    text-align: center;
    margin: 33px 0 20px;
    transition: all 0.4s;
}

.mktw_list>ul>li:hover .mkt_tu {
    transform: rotate(360deg);
}

.mkt_tu img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.mktw_list>ul>li p {
    font-size: 14px;
    color: #141820;
}

.mak_thr {
    padding-bottom: 20px;
}

.mak_thr>ul>li {
    float: left;
    width: 110px;
    height: 110px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 237, 237, 1);
    border-radius: 2px;
    margin-right: 43px;
    text-align: center;
    margin-bottom: 44px;
    cursor: pointer;
}

.mak_thr>ul>li:nth-child(8n) {
    margin-right: 0;
}

.mak_thr>ul>li p {
    font-size: 14px;
    color: #62656A;
}

.makt_tu {
    height: 31px;
    text-align: center;
    margin: 24px auto 12px;
    transition: all 0.4s;
}

.makt_tu img {
    max-height: 100%;
    max-width: 100%;
}

.mak_thr>ul>li:hover .makt_tu {
    transform: rotate(360deg);
}

@media (max-width: 768px) {
    .making_one {
        padding-bottom: 20px;
    }

    .making_one>ul>li {
        width: calc((100% - 4%)/2);
        height: auto;
        margin-right: 4%;
        padding: 20px 12px 0;
        margin-bottom: 12px;
        padding-bottom: 15px;
    }

    .making_one>ul>li:nth-child(2n) {
        margin-right: 0;
    }

    .mko_tu {
        width: 50px;
        height: 50px;
        margin: 0 auto 15px;
    }

    .making_one>ul>li h1 {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .making_one>ul>li p {
        font-size: 12px;
        line-height: 20px;
        color: #949699;
        min-height: 130px;
    }

    .mko_a a {
        width: calc((100% - 6%)/2);
        margin-right: 2%;
        font-size: 12px;
        height: 26px;
        line-height: 26px;
    }

    .mko_a a:nth-child(2n) {
        margin-right: 0;
    }
    .mktw_list>ul{
        border-right: none;
        margin: 0px 0 30px;
    }
    .mktw_list>ul>li {
        width: calc(100% / 4 - 1.5px);
        height: auto;
        padding-bottom: 20px;
        border: 1px solid rgba(237, 237, 237, 1);
        border-bottom: none;
        border-right: none;
        margin-right:0;
    }
    .mktw_list>ul>li:nth-child(4n){
        border-right: 1px solid rgba(237, 237, 237, 1);
    }
    .mkt_tu {
        height: 25px;
        margin: 20px 0 15px;
    }
    .mktw_list>ul>li p {
        font-size: 12px;
    }

    .mak_thr>ul>li {
        float: left;
        width: calc((100% - 6% - 8px)/4);
        margin-right: 2%;
        height: auto;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .mak_thr>ul>li:nth-child(4n){
        margin-right: 0;
    }
    .makt_tu {
        height: 23px;
        margin: 15px auto 10px;
    }
    .mak_thr>ul>li p {
        font-size: 12px;
    }


}