#catalog {
    height: auto;
}

.cl-banner img {
    width: 100%;
}

.catalog_ul {
    margin-top: 0.24rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog_list {
    width: 3.3rem;
    min-height: 2.8rem;
    border-radius: .15rem;
    box-shadow: 0 0 .08rem rgba(0, 0, 0, .2);
    background: #fff;
    margin: 0 .05rem 1rem;
    box-sizing: border-box;
    padding: .24rem;
    position: relative;
}
.catalog_list p {
    font-size: .28rem;
}
.catalog_list a {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}
.catalog_list a img {
    width: 1.2rem;
}


.catalog_ul2 {
    margin-top: 0.24rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog_li2 {
    width: 48%;
    border-radius: .1rem;
    overflow: hidden;
}
.catalog_li2 img {
    width: 100%;
}
.catalog_li2 a {
    text-align: center;
    display: block;
    color: #fff;
    background: #cc0001;
    line-height: 2.7;
}

.catalog_li2 .text h3 {
    text-align: center;
    font-size: .3rem;
    background: #fff;
    padding: .2rem;
    box-sizing: border-box;
}

.catalog_kf {
    padding-top: .4rem;
}

