@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: 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);
    }

    .block-img {
        position: relative;
    }

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

    .play-icon {
        width: 49px !important;
        height: 49px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .grid-item h3 {
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        min-height: 48px;
    }

    .grid-item p {
        font-size: 16px;
        color: #666666;
    }

    .grid-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .audit-item {
        width: 100%;
        height: 416px;
        overflow: hidden;
        position: relative;
        margin: auto;
    }

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

    .audit-item h3 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 10px 20px;
        color: #ffffff;
        /*背景白色渐变*/
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
        margin: 0;
    }

    .carousel-inner {
        height: 150px;
    }

    .carousel-item {
        height: 150px;
    }

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


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

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

    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 95%;
        height: 300px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .brand-list {
        overflow: hidden;
        width: 100%;
        max-width: 1300px;
        margin: 40px auto;
        position: relative;
        padding: 0 40px;
    }

    .brand-list-item-title {
        padding: 10px 0;
        text-align: center;
    }

    .swiper-slide a {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-slide a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 1px #ccc solid;
        border-radius: 10px;
    }

    .content-block {
        padding-top: 50px !important;
    }

    .row-reversal {
        flex-direction: column !important;
    }

    .padding-50 {
        padding: 0 !important;
    }

    .grid-3-box {
        grid-template-columns: repeat(1, 1fr) !important;
        padding: 0 15px 50px;
    }

    .m-audit-title {
        margin-top: 50px;
    }

    .tab-content {
        flex-direction: column;
        padding: 0 15px;
    }
}

@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: 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);
    }

    .block-img {
        position: relative;
    }

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

    .play-icon {
        width: 49px !important;
        height: 49px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .grid-item h3 {
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        min-height: 48px;
    }

    .grid-item p {
        font-size: 16px;
        color: #666666;
    }

    .grid-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .audit-item {
        width: 100%;
        height: 416px;
        overflow: hidden;
        position: relative;
        margin: auto;
    }

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

    .audit-item h3 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 10px 20px;
        color: #ffffff;
        /*背景白色渐变*/
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
        margin: 0;
    }

    .carousel-inner {
        height: 200px;
    }

    .carousel-item {
        height: 200px;
    }

    .content-block {
        padding: 0 15px !important;
        margin-top: 50px !important;
    }

    .full-row {
        margin-top: 50px;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .grid-3-box {
        padding: 0 15px;
    }

    .row-title {
        margin-top: 50px;
    }

    .width-1300 {
        padding: 0 15px;
        margin-top: 20px !important;
    }

    .tab-content {
        margin-top: 20px !important;
        gap: 20px;
    }

    .tab-content-img {
        width: 50% !important;
        height: 400px !important;
    }

    .tab-content-text {
        flex: 1;
    }

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


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

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

    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 95%;
        height: 440px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .brand-list {
        overflow: hidden;
        width: 100%;
        max-width: 1300px;
        margin: 40px auto;
        position: relative;
        padding: 0 40px;
    }

    .brand-list-item-title {
        padding: 10px 0;
        text-align: center;
    }

    .swiper-slide a {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-slide a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 1px #ccc solid;
        border-radius: 10px;
    }
}

@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);
    }

    .block-img {
        position: relative;
    }

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

    .play-icon {
        width: 49px !important;
        height: 49px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .grid-item h3 {
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        min-height: 48px;
    }

    .grid-item p {
        font-size: 16px;
        color: #666666;
    }

    .grid-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .audit-item {
        width: 100%;
        height: 416px;
        overflow: hidden;
        position: relative;
        margin: auto;
    }

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

    .audit-item h3 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 10px 20px;
        color: #ffffff;
        /*背景白色渐变*/
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
        margin: 0;
    }

    .carousel-inner {
        height: 450px;
    }

    .carousel-item {
        height: 450px;
    }

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


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

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

    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 960px;
        height: 540px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .brand-list {
        overflow: hidden;
        width: 100%;
        max-width: 1300px;
        margin: 40px auto;
        position: relative;
        padding: 0 40px;
    }

    .brand-list-item-title {
        padding: 10px 0;
        text-align: center;
    }

    .swiper-slide a {
        width: 100% !important;
        height: 100% !important;
    }

    .swiper-slide a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 1px #ccc solid;
        border-radius: 10px;
    }
}

