.mySwiper{
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
}
.mySwiper .slide{
    width: 100% !important;
    height: 100%;
}
.mySwiper .slide .flex{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    padding: 0px 10px;
    z-index: 1;
}
.mySwiper .slide .star{
    color: #d8414f;
    font-size: 24px;
}
.mySwiper .slide .text a{
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin: 10px 0px;
    color: #fff;
    display: inline-block;
/*    white-space: nowrap;*/
}
.mySwiper .slide .name{
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
}

.mySwiper .slide img{
    width: 100%;
    height: 100%;
}

.mySwiper .slide a.img{
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.mySwiper .slide a.img:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000055;
}
