.mobile .product-card__procudtchoose {
    height: 13rem;
}
.mobile .product-card__procudtchoose img{
    width: 3rem;
}
.mobile .product-card__procudtchoose:hover .text__desc{
    color: #fff !important;
}
.mobile .product-card__procudtchoose .text__desc{
    font-size: 0.75rem !important;
}
.mobile .product-card__procudtchoose .hover-rise--normal{
    max-height: 3.5rem;
    width: auto;
}
/* 产品特性 */
.mobile .product-features{
    height: auto;
}
.mobile .product-features .text-start{
    font-size: 0.875rem !important;
}
.mobile .product-features .desc{
    font-size: 0.8rem !important;
    text-align: left !important;
}
