*{
    padding: 0;
    margin: 0;
}
.wrapper{
    display: none;
}
.showImg li{
    list-style: none;
    border:1px solid #e0e0e0;
    float: left;
}
.slideShow{
    overflow: hidden;
    position: relative;
}
.slideShowImg{
    display: flex;
    margin-left: 0;
}
.slideShowImg li{
    float: left;
    list-style: none;
}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0;
}
.circle li{
    list-style: none;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:rgba(247, 245, 245, 0.6);
   
}
.circle{
    width: 40%;
    position: absolute;
    left: 50%;
    margin-left: -20%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    z-index: 99;
    bottom: 10%;
}