.carousel-list {
    position: relative;
    width:100%;
}
.rslides img{
    width:100%;
}
.rslides {
    /*position: fixed;*/
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.carousel-list .rslides li{
    position: relative;
    float: left;
}
.carousel-list .slideDot{
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    bottom: 25px;
    /*padding-bottom: 15px;
    padding-top: 15px;*/
    right: 0;
    left: 0;
}
.slideDot ul {
    text-align: center;
}

.item li{
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #fff;
    margin: 1px 1px 1px 15px;
    /* opacity: 0.25; */
    filter: alpha(opacity=25);
    border-radius: 10px;
    cursor: pointer;
}
.item .activeDot{
    background: rgb(251, 51, 75);
}