.products-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products-center-for {
    width: 45.6rem;
    height: 39.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 1rem;
    background-color: #fff;
}
.products-center-for:hover .img img{
    width: 120% !important;
    height: 120% !important;
}

.products-center-for:first-child {
    margin-bottom: 1.6rem;
}

.products-center-for>.img {
    width: 45.6rem;
    height: 30rem;
    position: relative;
    overflow: hidden;
}

.products-center-for>span {
    display: block;
    font-size: 2.4rem;
    color: #05173C;
    margin: 3.2rem 0 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.products-center-for .xian {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3.2rem;
    width: 0rem;
    transition: all 0.3s;
}

.products-bottom {
    width: 100%;
    height: 22rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-center-for:hover {
    box-shadow: 0rem 0.4rem 1.2rem 0.1rem rgba(5, 23, 60, 0.16);
}

.products-center-for:hover span {
    color: #F16522;
}

.products-center-for:hover .xian {
    width: 45.6rem;
}

.products-center-for:hover .button-h {
    border: 0.1rem solid #F16522;
    width: 14.9rem;
}

.products-center-for:hover .arrowhead1 {
    display: none;
}

.products-center-for:hover .arrowhead2 {
    display: block;
}

.products-center-for:hover span {
    display: block;
}


@media screen and (max-width: 768px) {
    .products-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: -0.7rem;
    }

    .products-center-for {
        width: 16.8rem;
        height: 24.2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        border-radius: 1rem;
        background-color: #fff;
        margin-bottom: 0.7rem;

    }

    .products-center-for>.img {
        width: 16.8rem;
        height: 16.8rem;
        position: relative;
    }

    .products-center-for>span {
        display: block;
        text-align: center;
        height: 1.8rem;
        font-size: 1.4rem;
        color: #05173C;
        margin: 1.2rem 0;
        max-width: 16.8rem;
    }

    .products-center-for .xian {
        display: none;
    }

    .products-bottom {
        width: 100%;
        height: 11.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .products .button-arrowhead {
        border-color: #05173C;
    }

    .products .button-arrowhead span {
        color: #05173C;
    }

    .products-center-for:hover .button-h {
        border: none;
        width: 2.8rem;
    }

    .products-btn {
        width: 2.8rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10rem;
        border: 0.05rem solid #05173C;
    }

    .products-btn img {
        width: 1.2rem;
        height: 1.2rem;
    }
}