.switch-wrapper {
        position: relative;
        font-size: 12px;
    }
    .switch-wrapper * {
        margin: 0;
        padding: 0;
    }
    .switch-list {
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .switch-list * {
        margin: 0;
        padding: 0;
    }
    /*注意此处的z-index设置*/
    .switch-list .switch-item {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .switch-list li {
        padding-top:10px;
        padding-right:25px;
    }

    .switch-list a img {
        border: 0;
    }
    .switch-list li.prev {
        display: block;
        z-index: 1;
    }
    .switch-list li.current {
        display: block;
        z-index: 2;
    }
    .switch-number {
        position: absolute;
        right: 10px;
        bottom: 20px;
        z-index: 12;
    }
    .switch-number a {
        float: left;
        margin-right: 10px;
        padding: 0 6px;
        line-height: 22px;
        border: 1px solid orange;
        background: #333;
        color: #fff;
        text-decoration: none;
    }
    .switch-number a.current {
        background: #fff;
        color: #333;
    }
    .switch-prev,
    .switch-next {
        position: absolute;
        right: -12px;
        z-index: 3;
        text-decoration: none;
    }
    .switch-prev {
        /*background: url(controls-v-red.png) no-repeat -25px 0%;*/
        top: 0;
    }


    .switch-next {
        /*background: url(controls-v-red.png) no-repeat -25px -24px;*/
        top: 25px;
    }

    .easyswitch-wrapper .carousel-arrow i {
        color: #777;
        padding: 2px;
        min-width: 22px;
        font-size: 18px;
        text-align: center;
        background: #f5f5f5;
    }
    .easyswitch-wrapper .carousel-arrow i:hover {
      background: #72c02c;
      color: #fff;
    }
