.crm-warp {
    display: none;
}
.crm-advantage-list .crm-advantage-item {
    width: 320px;
    height: 360px;
    max-width: 320px;
    border: none;
}
figure.product-crm-main-img {
    text-align: center;
}
.crm-content-box .crm-title {
    margin-bottom: 16px;
}
.crm-operate-product .product-main-img {
    width: 648px;
    min-height: 479px;
}
.crm-operate-product .product-main-img .wp-block-image {
    display: none;
}
.crm-operate-product .product-main-img .wp-block-image:first-child {
    display: block;
}
@media screen and (max-width: 1200px) {
    .crm-pc {
        display: none;
    }
    .crm-warp {
        display: block;
    }
    .controlled-img-list {
        overflow: hidden;
        position: relative;
    }
    .crm-operate-product .product-main-img .wp-block-image {
        display: block;
        padding: 0 ;
    }
    .controlled-img-list .swiper-pagination {
        bottom: 0 !important;
    }

    .crm-operate-product .product-main-img {
        width: 100%;
        min-height: auto;
    }
    .product-introduce .product-main-img img {
        /* 		max-width: 90%; */
    }
    .crm-advantage-list .crm-advantage-item {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .crm-domain-box {
        display: none;
    }
    .product-introduce.crm-product:nth-child(6) {
        flex-direction: column;
    }
}

