.bottomImg{
    background: url(../images/findMarray/bj.png) no-repeat;
    background-size: cover;
    width: 400px;
    height: 200px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

/deep/.el-carousel__arrow{
    top: 80%;
}
.el-carousel__container{
    height: 300px !important;
}
.el-carousel__button{
    width: 15px;
    height: 15px;
    border-radius: 50%;opacity:.8;
}
h2{
    padding: 0;
}
.text-title{
    position: absolute;
    bottom: 5px;
    box-sizing: border-box;
    background: #666666;
    width: 100%;
    color: white;
    padding: 0px 5px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.el-carousel__indicators--horizontal{
    left: 70%;
}