.whole_cut {
    background: #F7F7F7
}

.whole_cut .list {
    color: #111111
}

.catalogue1 {
    padding: 70px 0
}

.catalogue1 .wrap .title {
    margin: 74px 0;
    text-align: center
}

.catalogue1 .wrap .title .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    margin: 0 0 32px
}

.catalogue1 .wrap .title .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #999999
}

.catalogue1 .wrap .content {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 60px 40px;
    margin: 0 0 50px
}

.catalogue1 .wrap .content .item {
    width: 100%;
    background: #67696D;
    height: 480px
}

.catalogue1 .wrap .content .item:hover .background .img img {
    transform: scale(1.05)
}

.catalogue1 .wrap .content .item:hover .text .more {
    background: var(--color)
}

.catalogue1 .wrap .content .item .background {
    width: 100%;
    height: 374px;
    background: #494B4E;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), 0 100%, 0 0)
}

.catalogue1 .wrap .content .item .background .img {
    width: 186px;
    height: 264px;
    margin: auto;
    overflow: hidden
}

.catalogue1 .wrap .content .item .background .img img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.catalogue1 .wrap .content .item .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 106px;
    padding: 0 30px
}

.catalogue1 .wrap .content .item .text p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF
}

.catalogue1 .wrap .content .item .text .more {
    width: fit-content;
    padding: 0 20px;
    height: 37px;
    background: #494B4E;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    transition: 1s
}

.catalogue1 .wrap .content .item .text .more p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF
}

.catalogue1 .wrap .content .item .text .more .iconfont {
    color: #FFFFFF;
    font-size: 18px
}

@media screen and (max-width: 1919px) {
    .catalogue1{
        padding: 3.6458333333vw 0px;
    }
    .catalogue1 .wrap .title{
        margin: 3.8541666667vw 0px;
    }
    .catalogue1 .wrap .title .p1{
        font-size: 1.875vw;
        margin: 0px 0px 1.6666666667vw;
    }
    .catalogue1 .wrap .title .p2{
        font-size: 0.8333333333vw;
    }
    .catalogue1 .wrap .content{
        gap: 3.125vw 2.0833333333vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .catalogue1 .wrap .content .item{
        height: 25vw;
    }
    .catalogue1 .wrap .content .item .background{
        height: 19.4791666667vw;
        clip-path: polygon(0px 0px, 100% 0px, 100% calc(100% - 2.34375vw), 0px 100%, 0px 0px);
    }
    .catalogue1 .wrap .content .item .background .img{
        width: 9.6875vw;
        height: 13.75vw;
    }
    .catalogue1 .wrap .content .item .text{
        height: 5.5208333333vw;
        padding: 0px 1.5625vw;
    }
    .catalogue1 .wrap .content .item .text p{
        font-size: 0.9375vw;
    }
    .catalogue1 .wrap .content .item .text .more{
        padding: 0 1.04166vw;
        height: 1.9270833333vw;
        border-radius: 0.9895833333vw;
        gap: 0.5729166667vw;
    }
    .catalogue1 .wrap .content .item .text .more p{
        font-size: 0.8333333333vw;
    }
    .catalogue1 .wrap .content .item .text .more .iconfont{
        font-size: 0.9375vw;
    }
}

@media screen and (max-width: 1024px) {
    .catalogue1{
        padding: 32px 0 50px 0;
    }
    .catalogue1 .wrap .title{
        margin: 35px 0 0 0;
    }
    .catalogue1 .wrap .title .p1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .catalogue1 .wrap .title .p2{
        font-size: 13px;
        line-height: 25px;
    }
    .catalogue1 .wrap .content{
        gap: 20px 10px;
        margin: 25px 0 0 0;
        grid-template-columns: repeat(1,1fr);
    }
    .catalogue1 .wrap .content .item .background .img {
        width: 40%;
        height: auto;
        padding: 15px 0 30px 0;
    }
    .catalogue1 .wrap .content .item .background{
        height: auto;
    }
    .catalogue1 .wrap .content .item{
        height: auto;
    }
    .catalogue1 .wrap .content .item .text{
        height: auto;
        padding: 20px 5%;
    }
    .catalogue1 .wrap .content .item .text p{
        font-size: 14px;
    }
    .catalogue1 .wrap .content .item .text .more {
        width: 96px;
        height: 37px;
        border-radius: 19px;
        gap: 11px;
        transition: 1s;
    }
    .catalogue1 .wrap .content .item .text .more p{
        font-size: 12px;
    }
    .catalogue1 .wrap .content .item .text .more .iconfont{
        font-size: 13px;
    }
}
