.product-info .product-info-cards {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.product-info .product-info-cards.spacemit  {
    padding-bottom: 48px;
}

.product-info .product-info-cards .tpl-product-cards-img {
    width: 100%;
    background-color: var(--z-body-bg-color1);
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-info .product-info-cards .tpl-product-cards-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.product-info-module {
    background-color: #f7f7f7;
    padding-bottom: 24px;
}


.product-info-module .third-title {
    margin-bottom: 24px;
}

/* 移动端下的适配 */
@media screen and (max-width: 768px) {
    .product-info .product-info-cards {
        gap: 16px;
    }
    .product-info-module .second-title{
       padding-left: var(--z-body-padding);
       padding-right: var(--z-body-padding);
    }

    .product-info-module .third-title {
        margin-bottom: 16px;
    }

    .product-info .tpl-banner {
        margin-top: 0 !important;
    }

    .product-info-module .second-title.wrap {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
