.chanpin-item__content {
    justify-content: flex-start;
    position: relative;
    background-image: url("./1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}

/* .chanpin-item__content::after {
    content: "";
    position: absolute;
    width: 416px;
    height: 467px;
    right: 10px;
    bottom: 10px;
    background-image: url("../images/index/bc-logo-3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */


.chanpin-intro-container {
    /* min-height: 400px; */
    background-color: #f8fafb;
    position: relative;
}


.chanpin-intro-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
    height: 400px;
    background-image: url("../images/index/bc-logo.png");
    background-size: cover;
    background-position: center;
}