.product_top {
    padding-top: 4.625rem;
}

.product_top .product_top_cen {
    width: 1030px;
    margin: 0 auto;
    max-width: 100%;
}

.product_top .title {
    font-size: 3rem;
    line-height: 1;
    font-family: "Ebrima_Bold";
    color: #0e0802;
    text-align: center;
}

.product_top .text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Poppins_Medium";
    color: #0b0500;
    margin-top: 2.5rem;
}

.product_list {
    margin-top: 3.625rem;
    overflow: hidden;
    width: 100%;
    padding-bottom: 9.375rem;
}

.product_list>ul {
    position: relative;
    padding-bottom: 3.75rem;
}

.product_list>ul::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #c7c7c7;
}

.product_list>ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product_list>ul li::after {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 1px;
    background: #c7c7c7;
}

.product_list>ul li .product_box {
    padding: 2.5rem 1.25rem;
    position: relative;
}

.product_list>ul li .product_box:nth-child(3n - 2) {
    width: calc(33.33% - 10px);
    padding-left: 0;
}

.product_list>ul li .product_box:nth-child(3n - 1) {
    width: calc(33.33% + 10px);
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
}

.product_list>ul li .product_box:nth-child(3n - 1)::before {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    background: #c7c7c7;
    transform: translateX(-50%);
}

.product_list>ul li .product_box:nth-child(3n) {
    width: calc(33.33% - 10px);
    padding-right: 0;
}

.product_list>ul li .product_box a {
    display: block;
    position: relative;
}

.product_list>ul li .product_box a .product_prc {
    display: block;
    aspect-ratio: 520/600;
    overflow: hidden;
}

.product_list>ul li .product_box a .product_prc img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.product_list>ul li .product_box a:hover .product_prc img {
    transform: scale(1.1);
}

.product_list>ul li .product_box a .product_zi {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.25rem;
    padding-top: 0;
}

.product_list>ul li .product_box a .product_zi .productZi_cen {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    background: #fff;
    font-size: 1.5rem;
    line-height: 2;
    color: #0b0500;
    font-family: "Poppins_Bold";
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.product_list>ul li .product_box a .product_zi .productZi_cen .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 2rem);
    transition: all 0.3s ease-in-out;
}

.product_list>ul li .product_box a .product_zi .productZi_cen .iconfont {
    font-size: 1.5rem;
    transition: all 0.3s ease-in-out;
}

.product_list>ul li .product_box a:hover .product_zi .productZi_cen {
    color: #ffffff;
}

.product_list>ul li .product_box a .product_zi .productZi_cen::before {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0%;
    top: 0;
    background: #1b4176;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.product_list>ul li .product_box a:hover .product_zi .productZi_cen::before {
    left: unset;
    left: 0;
    width: 100%;
}


@media (max-width: 1400px) {
    .product_top {
        padding-top: 2.625rem;
    }

    .product_top .text {
        margin-top: 2rem;
    }

    .product_list {
        margin-top: 2.625rem;
        padding-bottom: 6.375rem;
    }

    .product_list>ul li .product_box {
        padding: 2rem 1rem;
    }

    .product_top .title {
        font-size: 2.5rem;
    }
}

@media (max-width: 1200px) {
    .product_top {
        padding-top: 2rem;
    }

    .product_top .title {
        font-size: 2.25rem;
    }

    .product_top .text {
        margin-top: 1.5rem;
    }

    .product_list {
        margin-top: 2rem;
        padding-bottom: 4rem;
    }

    .product_list>ul {
        padding-bottom: 2.75rem;
    }

    .product_list>ul li .product_box a .product_zi {
        padding: 1rem;
    }

    .product_list>ul li .product_box a .product_zi .productZi_cen {
        height: 3rem;
        font-size: 1.25rem;
    }
}

@media (max-width: 1099px) {
    .product_top .title {
        font-size: 2rem;
    }

    .product_top .text {
        margin-top: 1.2rem;
    }

    .product_list>ul li .product_box a .product_zi .productZi_cen {
        padding: .875rem;
        font-size: 1.125rem;
    }

    .product_list>ul {
        padding-bottom: 1.75rem;
    }

    .product_list {
        padding-bottom: 3rem;
    }

    .product_top .text {
        margin-top: 1rem;
    }
}

@media (max-width: 980px) {
    .product_list>ul li .product_box:nth-child(3n - 1) {
        border: none;
    }

    .product_list>ul li .product_box:nth-child(3n - 1)::before {
        display: none;
    }

    .product_list>ul li .product_box:nth-child(n) {
        width: 50%;
        padding: 2rem 1rem;
    }

    .product_list>ul li .product_box:nth-child(2n - 1) {
        padding-left: 0;
    }

    .product_list>ul li .product_box:nth-child(2n)::before {
        content: "";
        display: block;
        width: 300vw;
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 1px;
        background: #c7c7c7;
        transform: translateX(-50%);
    }

    .product_list>ul li .product_box:nth-child(2n) {
        padding-right: 0;
        border-right: none;
        border-left: 1px solid #c7c7c7;
    }
}

@media (max-width: 768px) {
    .product_top {
        padding-top: 1rem;
    }

    .product_top .title {
        font-size: 1.5rem;
    }

    .product_top .text {
        margin-top: .875rem;
        font-size: .875rem;
        line-height: 1.5;
    }

    .product_list>ul li .product_box:nth-child(n) {
        width: 50%;
        padding: 1rem 1rem;
    }

    .product_list>ul li .product_box:nth-child(2n - 1) {
        padding-left: 0;
    }

    .product_list>ul li .product_box:nth-child(2n) {
        padding-right: 0;
    }

    .product_list {
        padding-bottom: 2rem;
        margin-top: 1rem;
    }

    .product_list>ul {
        padding-bottom: 1rem;
    }
}

@media (max-width: 630px) {
    .product_list>ul li .product_box:nth-child(n) {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border: none;
    }

    .product_list>ul li .product_box:nth-child(n)::before {
        content: "";
        display: block;
        width: 100vw;
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 1px;
        background: #c7c7c7;
        transform: translateX(-50%);
    }

    .product_list>ul li .product_box a .product_zi .productZi_cen {
        font-size: 1rem;
    }

    .product_list>ul li .product_box a .product_zi .productZi_cen .iconfont {
        font-size: 1.25rem;
    }

    .product_list>ul li .product_box a .product_zi .productZi_cen {
        height: 2.5rem;
    }
}