.swiper-container {
    width: 100%;
}

.swiper-slide {  }
.cu-li {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding-bottom: 30px;
}

.case-pagination-bullets {
    position: relative;
    margin: auto;
    bottom: -10px;
    text-align: center;
}

.case-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background:white;
    margin-left: 12px;
    border-radius:50%;
    border: 2px solid rgb(184, 134, 248);
}

.case-bullet-active {
    background-color: rgb(70,22,238);
    opacity: 1;
}
.cu-li .sl-s{
    margin-bottom: 60px;
    align-items: start;

}
.cu-li .sl-e{
    height:400px;
    overflow: hidden;
}
.case-pagination-bullets{
    text-align: center;
}

.v-progress ul li{
    display: flex;
    height: 76px;
    flex-flow: row nowrap;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid  rgb(187, 187, 187);
    margin-bottom: 10px;
}
.v-progress ul li .pic{
    width: 53px;
    height: 53px;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}
.v-progress ul li .pic img{ width: 100%}
.v-progress ul li .txt-e {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-grow: 1;
}

.v-progress ul li .txt{
    flex-shrink: 0;
    width: 100%;
}
.v-progress ul li .fame  {
    width: 100%;
    text-align: right;
}
.case2-video{
    overflow: hidden;
    border-radius: 9px;
}

.minVideo{
    border-radius:6px;
}

.customerEvalLogo{
    padding-top: 15px;
    height: 70px;
    overflow-x: scroll;
}
.customerEvalLogo .swiper-slide{
    width: 91px;
    height: 39px;
    text-align: center;
    padding: 3px 3px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow:0px 2px 5px 2px rgba(0,0,0,0.2);
}
.customerEvalLogo .swiper-slide img{
    width: 85px;
    height: 33px;
}
.customerEvalLogo .swiper-slide-thumb-active{
    border-bottom:3px #8b6ef4 solid ;
}


@media (min-width:768px) {
    .customerEvalLogo{
        width: 100%;
        overflow: hidden;
    }
}


@media (min-width: 992px) {

    .cu-li {
        flex-flow: row nowrap;
        justify-content: space-between;

    }
    .case-pagination-bullets{
        margin: initial;
    }
    .cu-li .sl-s{
        width: 490px;
        /*height: 316px;*/
    }
    .cu-li .sl-e{
        width: 500px;
    }


}

@media (min-width:1200px) {

    .cu-li .sl-s{
        width: 604px;
        /*height: 346px;*/
    }
    .cu-li .sl-s .swiper-slide{

    }
    .case2-video{
        width: 600px;
        height: 340px;

    }
}