/* 手机端 */
@media screen and (max-width: 767px){
    .carousel-inner>.item>a>img{
        height:200px;
        object-fit:cover;
    }
}