* {
    padding: 0;
    margin: 0;
}

#proCat {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

#proCat .box {
    width: 80%;
    display: flex;
    justify-content: space-around;
}

#proCat .box .type {
    width: 30%;
    max-width: 300px;
}

#proCat .box .type .title {
    background-color: #3389fe;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    color: #fff;
}

#proCat .box .type ul {
    list-style: none;
}

#proCat .box .type .menu-box {
    border: 1px solid #e3e3e3;
    border-top: 0;
    border-bottom: 0;
}

#proCat .box .type .menu-box li .menu-main a {
    text-decoration: none;
    color: #333;
    width: 60%;
    padding: 20px;
}

#proCat .box .type .menu-box .menu-main {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    align-items: center;
}

#proCat .box .type .menu-box .menu-main p {
    padding-right: 20px;
    cursor: pointer;
}

#proCat .box .type .menu-box .menu-sub li {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0 15px 40px;
}

#proCat .box .type .menu-box .menu-sub a {
    color: #333;
    text-decoration: none;
}

#proCat .box .type .menu-box .menu-sub a:first-child li {
    border-top: 0;
}

/* list */

#proCat .right {
    width: 70%;
}

#proCat .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#proCat .list .pro {
    width: 30%;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 5%);
    border: 1px solid rgba(238, 238, 238, 1);
    margin-bottom: 30px;
}

#proCat .list .pro a {
    text-decoration: none;
    text-align: center;
    color: #333;
}

#proCat .list .pro a .img img {
    width: 100%;
    height: 100%;
}

#proCat .list .pro a p {
    padding: 20px 0 10px 0;
    font-size: 18px;
}

/* h5 */
@media (max-width: 768px) {
    #proCat .box {
        flex-direction: column;
        align-items: center;
    }

    #proCat .box .type {
        width: 100%;
        margin-bottom: 30px;
        max-width: 100%;
    }

    #proCat .right {
        width: 100%;
    }

    #proCat .list {
        width: 100%;
    }

    #proCat .list .pro {
        width: 48%;
    }
}

@media (max-width: 420px) {
    #proCat .list .pro {
        width: 100%;
    }
}
