﻿* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.boxLittle {
    position: relative;
    overflow: hidden;
    /*margin: 100px auto;*/
    margin: 0px auto;
    width: 595px;
    height: 330px;
    /*background-color: red;*/
}

.jiantouLittle {
    font-size: 24px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 20px;
    height: 30px;
    line-height: 30px;
    background: rgba(158, 154, 154, 0.7);
    color: white;
    z-index: 999;
}

.leftLittle {
    position: absolute;
    top: 125px;
    left: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
}

.rightLittle {
    position: absolute;
    top: 125px;
    left: 500px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: none;
}


.boxLittle .picLittle {
    width: 600%;
}

.picLittle {
    position: absolute;
}

.boxLittle .picLittle img {
    width: 595px;
    height: 330px;
}

    .picLittle li {
        float: left;
    }

.lisLittle {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 13px;
    border-radius: 7px;
    background: rgba(158, 154, 154, 0.7); 
}

    .lisLittle li {
        float: left;
        width: 8px;
        height: 8px;
        margin: 3px;
        border-radius: 50%;
        background-color: #fff;
    }

    .lisLittle .selected {
        background-color: cyan;
    }
