@media (min-width:770px) {
    .banner-container {
        padding-top: 0.4688rem;
    }
    .pc-banner {
        width: 100%;
        padding: 0.3rem 0 0.5rem 0;
    }
    .pc-banner-main {
        display: flex;
        justify-content: space-between;
        width: 7.6rem;
        margin: 0 auto;
        height: 100%;

    }

    .pc-banner-main .banner-main-left {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }

    .pc-banner-main .banner-main-left .banner-main-title1 {
        font-family: HarmonyOS Sans SC;
        font-weight: 540;
        font-size: 0.3rem;
        color: #000000;
        line-height: 0.48rem;
    }

    .pc-banner-main .banner-main-left .banner-main-title2 {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.5rem 0 0;
        margin: 0.1rem 0 0.15rem 0;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.12rem;
        color: #333333;
        line-height: 0.2rem;
    }

    .pc-banner-main .banner-main-operate {
        display: flex;
        align-items: center;
    }

    .pc-banner-main .banner-main-operate a {
        width: 0.9rem;
        text-align: center;
        padding: 0.1rem 0rem;
        margin-right: 0.15rem;
        background: linear-gradient(270deg, #E7402A 0%, #C915EA 100%);
        border-radius: 0.2rem;
        font-family: HarmonyOS Sans SC;
        font-size: 0.1rem;
        color: #ffffff;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
    }



    .pc-banner-main .banner-main-right img {
        height: 2.79rem;
    }

    .pc-banner-logistics {
        width: 7.5rem;
        height: 0.25rem;
        margin: 0.5rem auto 0;
        background: url("/images/scm/index_logistics_img1.png");
        background-size: 100% 100%;
    }
}

@media (max-width:768px){


    .h5-banner-main {
        background: #ffffff;
        padding: 1.25rem 0.5rem;
    }

    .h5-banner-main .banner-main-title1 {
        line-height: 1rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 550;
        font-size: 0.7rem;
        color: #000000;
    }

    .h5-banner-main .banner-main-title2 {
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 0.375rem;
        color: #666666;
        margin: 0.5rem 0;
    }

    .banner-operate-h5 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .banner-operate-h5 a {
        width: 100%;
        height: 1.15rem;
        text-align: center;
        line-height: 1.15rem;
        margin-bottom: 0.375rem;
        background: linear-gradient(270deg, #E7402A 0%, #C915EA 100%);
        border-radius: 0.6rem;
        font-family: HarmonyOS Sans SC;
        font-weight: 500;
        font-size: 0.375rem;
        color: #ffffff;
        text-decoration: none;
    }

    .banner-operate-h5 a:last-child {
        margin-bottom: 0 !important;
    }

    .h5-banner-main .banner-main-img {
        width: 100%;
        height: 6.65rem;
        margin: 1rem 0;
    }

    .h5-banner-main .banner-main-img img {
        width: 100%;
        height: 100%;
    }

    .banner-brand-swiper {
        position: relative;
        overflow: hidden;
        height: 1rem;
    }

    .banner-brand-swiper .banner-brand-slide {
        display: flex;
        align-items: center;
    }

    .banner-brand-swiper .banner-brand-slide img  {
        width: 100%;
    }
}