
.img-list{
    width:520px;
    height:298px;
    float: left;
    /*background-color: #0096FF*/
}
.img-list .swiper-container{
    width:520px;
    height:298px;
}
.img-list .swiper-container .swiper-slide{
    position: relative;
}
.img-list .swiper-container .swiper-slide img{
    width:100%;
    height: 100%;
}
.img-list .swiper-container .swiper-slide span{
    width:520px;
    height: 40px;
    line-height: 40px;
    text-indent: 12px;
    left: 0px;
    bottom: 0px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;

}
.img-list .pagination {
    position: absolute;
    text-align: right;
    bottom:7px;
    right:10px;
    z-index: 1;
}
.img-list .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: auto;
    bottom: 15px;
    left: auto;
}
.img-list .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
}
.img-list .swiper-pagination-bullet{
    opacity: 1;
    background: #fff;
}
.img-list .swiper-active-switch {
    background: #990000;
}
.img-list .swiper-pagination-bullet-active{
    background: #990000;
}
