.laihuashi_goods_banner {
    position: relative;
    /* z-index: -1; */
}

.laihuashi_goods_banner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0, rgba(0, 0, 0, 0.00) 100%);
    /* z-index: -1; */
}

.laihuashi_goods_banner img {
    width: 100%;
    height: auto;
}

.laihuashi_goods_banner .banner-con {
    position: absolute;
    top: 240px;
    left: 160px;
    max-width: 730px;
    z-index: 1;
}

.banner-con .title {
    color: var(--text-color-white);
    /* font-family: var(--font-family); */
    font-size: var(--font-banner-size);
    font-style: var(--font-style);
    font-weight: 800;
    line-height: 70px;
    text-transform: capitalize;
}

.banner-con .desc {
    color: rgba(255, 255, 255, 0.90);
    font-family: var(--font-family);
    font-size: var(--font-title-desc);
    font-style: var(--font-style);
    font-weight: var(--font-title-desc-weight);
    line-height: var(--line-height);
    text-transform: capitalize;
    margin-top: 20px;
}

@media screen and (max-width: 1919px) {
    .laihuashi_goods_banner .banner-con {
        top: 105px;
        left: 7%;
    }

    .banner-con .title {
        line-height: 1.5;
    }
}

@media screen and (max-width: 1500px) {
    .laihuashi_goods_banner .banner-con {
        max-width: 70%;
    }

    .banner-con .desc {
        margin-top: 10px;
    }
}

@media screen and (max-width: 992px) {
    .laihuashi_goods_banner .banner-con {
        top: 110px;
        left: 0;
        padding-left: 60px;
        max-width: 60%;
    }
}

@media screen and (max-width: 800px) {
    .laihuashi_goods_banner .banner-con {
        top: 55px;
        left: 0;
        padding-left: 10px;
        max-width: 100%;
    }

    .banner-con .desc {
        display: none;
    }
}