@media (max-width: 767px) {
    .banner-desc-box {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        /* transform: translateY(-50%); */
        width: 300px;
        left: 6%;
        bottom: 20%;
    }


    .banner-desc-box-title {
        font-size: 22px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 22px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 18px;
        color: #FFFFF5;
        width: 100%;
        text-align: left;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .play-box {
        width: 100%;
        max-width: 1300px;
        height: 650px;
        margin: auto;
        background: #eeeeee;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .play-box img {
        width: 73px;
        height: 73px;
        object-fit: contain;
        border-radius: 8px;
        cursor: pointer;
    }


    .customer-list {
        /*display: flex;*/
        /*一行7个，超出后换行*/
        /*grid-template-columns: repeat(7, 1fr);*/
        gap: 20px;
        justify-content: center;
        align-items: center;
        /*flex-wrap: wrap;*/
        width: 100%;
        max-width: 1920px;
        margin: auto;
        overflow: hidden;
        position: relative;
        height: 165px;
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
    }

    .customer-item {
        width: 200px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        padding: 10px;
        right: -200px;
    }

    .customer-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .content-block{
        margin-top: 50px;
        flex-direction: column;
    }

    .block-content {
        flex: 1;
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }

    .block-img {
        width: 100%;
        height: 300px;
        background: #eeeeee;
        /* border-radius: 8px; */
        overflow: hidden;
    }

    .block-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .block-btn a {
        color: #ffffff;
    }

    .block-btn:hover {
        background: #000000;
        color: #ffffff;
    }

    .block-btn {
        margin: 50px auto 0;
    }


    .carousel-inner {
        height: 150px;
    }

    .carousel-item {
        height: 150px;
    }

    .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

    .main {
        margin-top: 115px !important;
    }

    .brand-block-content {
        flex: 1;
    }

    .brand-block-content img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        /* transform: translateY(-50%); */
        width: 300px;
        left: 6%;
        bottom: 20%;
    }


    .banner-desc-box-title {
        font-size: 30px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
        width: 100%;
        text-align: left;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .play-box {
        width: 100%;
        max-width: 1300px;
        height: 650px;
        margin: auto;
        background: #eeeeee;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .play-box img {
        width: 73px;
        height: 73px;
        object-fit: contain;
        border-radius: 8px;
        cursor: pointer;
    }


    .customer-list {
        /*display: flex;*/
        /*一行7个，超出后换行*/
        /*grid-template-columns: repeat(7, 1fr);*/
        gap: 20px;
        justify-content: center;
        align-items: center;
        /*flex-wrap: wrap;*/
        width: 100%;
        max-width: 1920px;
        margin: auto;
        overflow: hidden;
        position: relative;
        height: 165px;
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
    }

    .customer-item {
        width: 200px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        padding: 10px;
        right: -200px;
    }

    .customer-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .block-content {
        flex: 1;
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }

    .brand-box{
        padding: 0;
    }

    .block-img {
        width: 400px;
        height: 500px;
        background: #eeeeee;
        /* border-radius: 8px; */
        overflow: hidden;
    }

    .block-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .block-btn a {
        color: #ffffff;
    }

    .block-btn:hover {
        background: #000000;
        color: #ffffff;
    }

    .block-btn {
        margin: 50px auto 0;
    }


    .carousel-inner {
        height: 200px;
    }

    .carousel-item {
        height: 200px;
    }

    .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

    .main {
        margin-top: 115px !important;
    }

    .brand-block-content {
        flex: 1;
    }

    .brand-block-content img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
}

@media (min-width: 1366px) {
    .banner-desc-box {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        /* transform: translateY(-50%); */
        width: 600px;
        left: 6%;
        bottom: 20%;
    }


    .banner-desc-box-title {
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        font-family: Ethereal-Regular;
    }

    .banner-desc-box-title h1 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
        width: 100%;
        text-align: left;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .play-box {
        width: 100%;
        max-width: 1300px;
        height: 650px;
        margin: auto;
        background: #eeeeee;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .play-box img {
        width: 73px;
        height: 73px;
        object-fit: contain;
        border-radius: 8px;
        cursor: pointer;
    }


    .customer-list {
        /*display: flex;*/
        /*一行7个，超出后换行*/
        /*grid-template-columns: repeat(7, 1fr);*/
        gap: 20px;
        justify-content: center;
        align-items: center;
        /*flex-wrap: wrap;*/
        width: 100%;
        max-width: 1920px;
        margin: auto;
        overflow: hidden;
        position: relative;
        height: 165px;
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
    }

    .customer-item {
        width: 200px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        padding: 10px;
        right: -200px;
    }

    .customer-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .block-content {
        flex: 1;
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }

    .block-img {
        width: 650px;
        height: 700px;
        background: #eeeeee;
        /* border-radius: 8px; */
        overflow: hidden;
    }

    .block-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .block-btn a {
        color: #ffffff;
    }

    .block-btn:hover {
        background: #000000;
        color: #ffffff;
    }

    .block-btn {
        margin: 50px auto 0;
    }


    .carousel-inner {
        height: 450px;
    }

    .carousel-item {
        height: 450px;
    }

    .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

    .main {
        margin-top: 115px !important;
    }

    .brand-block-content {
        flex: 1;
    }

    .brand-block-content img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }
}


