.main {
    width: 100%;
    padding-bottom: 40px;
    background-color: #fff;
    
}

.banner {
    width: 1200px;
    height: 450px;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 450px;
    z-index: 3;
}

.swiper-imgs {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .swiper-imgs li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .swiper-imgs li a, .swiper-imgs li img {
            display: block;
            width: 100%;
            height: 100%;
        }

.swiper-controller {
    position: absolute;
    bottom: 10px;
    left: 550px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

    .swiper-controller span {
        margin-left: 8px;
        width: 25px;
        height: 5px;
        cursor: pointer;
        font-weight: bold;
        border-radius: 10px;
        background: #262626;
        opacity: 0.5;
        -ms-filter: alpha(opacity=50);
        filter: alpha(opacity=50);
        display: inline-block;
        transition: all 0.5s ease;
    }

        .swiper-controller span.on {
            background: #98BC1B;
            opacity: 1;
            filter: alpha(opacity=100);
            -moz-opacity: 1;
        }

.swiper-container .clickBtn {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -40px;
    width: 40px;
    height: 80px;
    background: url(../image/lunboBtn_allbgs1.png) left center no-repeat;
}

.swiper-container .prevBtn {
    left: 190px;
}

.swiper-container .nextBtn {
    right: 220px;
    background-position: -80px 0;
}

.right-banner {
        position: absolute;
    right: 10px;
    top: 0;
    z-index: 7;
    width: 210px;
    height: 220px;
    background-color: rgba(255,255,255,0.7);
}

.right-banner-tabs {
    
        position: absolute;
    top: 0;
    right: 10px;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    height: 220px;
}

    .right-banner-tabs .RBT-title {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 30px;
    }

        .right-banner-tabs .RBT-title li {
            float: left;
            width: 50%;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 14px;
            color: #0b1000;
            cursor: pointer;
        }

            .right-banner-tabs .RBT-title li.active {
                background-color: #a7d500;
                color: #fff;
            }

    .right-banner-tabs .RBT-cnt .RBT-notice {
        padding-top: 30px;
    }

        .right-banner-tabs .RBT-cnt .RBT-notice dl {
            margin: 12px 8px;
        }

            .right-banner-tabs .RBT-cnt .RBT-notice dl dt {
                font-size: 14px;
                color: #ff1e00;
                line-height: 24px;
                width: 100%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .right-banner-tabs .RBT-cnt .RBT-notice dl dd {
                line-height: 24px;
                width: 100%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .right-banner-tabs .RBT-cnt .RBT-notice dl dd a {
                    font-size: 14px;
                    color: #757474;
                }

    .right-banner-tabs .RBT-cnt .RBT-hot a, .right-banner-tabs .RBT-cnt .RBT-hot img {
        display: block;
        width: 149px;
        height: 147px;
        margin: 80px auto 0 auto;
    }

.right-banner-safe {
      position: absolute;
    bottom: 5px;
    right: 10px;
    height: 220px;
    width: 210px;
    background-color: rgba(255,255,255,0.7);
    z-index: 7;
}

    .right-banner-safe ul > li {
        float: left;
        width: 33.33%;
        text-align: center;
    }

        .right-banner-safe ul > li p {
            font-size: 13px;
            color: #0b1000;
        }

        .right-banner-safe ul > li img {
            display: block;
            margin: 20px auto 10px auto;
        }

    .right-banner-safe .RBS_zx {
        margin-top: 12px;
        width: 100%;
        height: 50px;
        background: url("../image/RBS_zx.png") center center no-repeat;
    }



.comGap {
    margin: 20px 0;
}

.grab-title {
    height: 50px;
    background: url("../image/grab_bg.png") left center no-repeat;
    
}

    .grab-title h2 {
        float: left;
        font-size: 30px;
        line-height: 50px;
        padding-left: 60px;
        color: #fefefe;
        background: url("../image/grab_clock.png") 14px center no-repeat;
    }

    .grab-title .grab-countdown {
        float: right;
        margin-right: 30px;
    }

        .grab-title .grab-countdown .gc-desc {
            margin-top: 15px;
            margin-right: 5px;
            font-size: 20px;
            color: #fefefe;
            float: left;
        }

        .grab-title .grab-countdown .gc-time {
            float: left;
            display: block;
            padding: 5px;
        }

            .grab-title .grab-countdown .gc-time .num {
                float: left;
                display: block;
                height: 40px;
                width: 40px;
                text-align: center;
                border-radius: 3px;
                background-color: #83a300;
                font-size: 30px;
                line-height: 40px;
                color: #fff;
                font-style: normal;
                font-weight: bold;
            }

            .grab-title .grab-countdown .gc-time em {
                float: left;
                display: block;
                width: 20px;
                height: 40px;
                background: url("../image/grab_mh.png") center center no-repeat;
            }

.grab-cnt ul {
    border-right: 1px solid #dbdada;
}

    .grab-cnt ul li {
        position: relative;
        float: left;
        width: 20%;
        border-left: 1px solid #dbdada;
        border-bottom: 1px solid #dbdada;
    }

        .grab-cnt ul li:hover .gp-desc a, .grab-cnt ul li:hover .gp-desc p {
            
        }

.grab-cnt .grab-product {
    display: block;
    width: 180px;
    margin: 10px auto 5px auto;
}

    .grab-cnt .grab-product img {
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        -moz-transition: transform .4s ease,-moz-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .grab-cnt .grab-product:hover img {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .grab-cnt .grab-product .gp-desc {
        width: 180px;
        margin: 0 auto;
    }



        .grab-cnt .grab-product .gp-desc p {
            font-size: 12px;
            height: 20px;
            overflow: hidden;
        }

    .grab-cnt .grab-product:hover .gp-desc p {
        color: #c81623;
    }

.grab-cnt .gp-price {
    margin: 10px 0;
    text-align: center;
    height: 19px;
}

    .grab-cnt .gp-price em {
        margin-right: 10px;
        font-style: normal;
        color: #f10214;
        font-size: 18px;
        font-weight: 700;
    }

    .grab-cnt .gp-price del {
        font-size: 12px;
        color: #757474;
    }

.grab-cnt .gp-discount {
    position: absolute;
    top: 11px;
    right: 3px;
    width: 51px;
    height: 34px;
    text-align: center;
    padding-top: 4px;
    background: url("../image/grab_zk.png") center center no-repeat;
}

    .grab-cnt .gp-discount span {
        font-size: 16px;
        color: #fff;
    }



.explosion .explosion-item {
    float: left;
    width: 392px;
}

    .explosion .explosion-item + .explosion-item {
        margin-left: 12px;
    }

.explosion .EI-title {
    height: 50px;
}

    .explosion .EI-title h2 {
        line-height: 50px;
        float: left;
        margin-left: 10px;
        font-size: 22px;
        color: #fff;
    }

    .explosion .EI-title a {
        margin: 15px 0;
        float: right;
        font-size: 14px;
        color: #fff;
        line-height: 20px;
        padding-right: 20px;
        background: url("../image/more_w.png") right center no-repeat;
    }

.explosion .EIT-left {
    background-color: #3b8d96;
    
}

.explosion .EIT-mid {
    background-color: #f0850a;

    
}

.explosion .EIT-right {
            background-image: linear-gradient(90deg,#cd375e,#c1314d);
    
}

.explosion .EI-left-list {
    overflow: hidden;
    border-right: 1px solid #dad9d9;
}

    .explosion .EI-left-list li {
        float: left;
        width: 50%;
        height: 147px;
        border-left: 1px solid #dad9d9;
        border-bottom: 1px solid #dad9d9;
    }

        .explosion .EI-left-list li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 15px 5px 5px 5px;
            position: relative;
        }



            .explosion .EI-left-list li a .EIL-desc {
                width: 82px;
                position: absolute;
                top: 15px;
                left: 20px;
            }

            .explosion .EI-left-list li a .EIL-img {
                position: absolute;
                bottom: 20px;
                right: 10px;
                width: 80px;
                height: 80px;
            }

                .explosion .EI-left-list li a .EIL-img img {
                    width: 80px;
                    height: 80px;
                    display: block;
                    -webkit-transition: -webkit-transform .4s ease-out;
                    transition: -webkit-transform .4s ease-out;
                    -moz-transition: transform .4s ease-out,-moz-transform .4s ease-out;
                    transition: transform .4s ease-out;
                    transition: transform .4s ease-out,-webkit-transform .4s ease-out,-moz-transform .4s ease-out;
                }

            .explosion .EI-left-list li a:hover .EIL-img img {
                -webkit-transform: translateX(-5px);
                -moz-transform: translateX(-5px);
                -ms-transform: translateX(-5px);
                transform: translateX(-5px);
            }

            .explosion .EI-left-list li a .EIL-desc .EIL-desc-title {
                overflow: hidden;
                color: #1a9a85;
                font-size: 14px;
                top: 15px;
                left: 20px;
                width: 80px;
                line-height: 20px;
                z-index: 1;
                word-wrap: break-word;
                height: 40px;
            }

            .explosion .EI-left-list li a .EIL-desc .EIL-desc-num {
                font-size: 12px;
                color: #757474;
                overflow: hidden;
                height: 20px;
                display: inline-block;
            }

            .explosion .EI-left-list li a .EIL-desc .EIL-desc-price {
                margin-top: 12px;
                font-size: 13px;
                color: #ff1e00;
                font-weight: bold;
            }





.explosion .EI-mid-list {
    height: 441px;
    border-right: 1px solid #dad9d9;
}

    .explosion .EI-mid-list li {
        float: left;
        width: 50%;
        height: 50%;
        border-left: 1px solid #dad9d9;
        border-bottom: 1px solid #dad9d9;
    }

        .explosion .EI-mid-list li dt {
            font-size: 14px;
            color: #757474;
            line-height: 1.8;
        }

        .explosion .EI-mid-list li .EIM-func {
            font-size: 15px;
            color: #757474;
        }

            .explosion .EI-mid-list li .EIM-func span {
                display: inline-block;
                background-color: #ff6000;
                color: #fff;
                padding: 0 4px;
                border-radius: 4px;
            }

        .explosion .EI-mid-list li .EIM-pirce {
            font-size: 16px;
            color: #ff1e00;
            margin-top: 5px;
            font-weight: bold;
        }

        .explosion .EI-mid-list li .EIM-img img {
            display: block;
            width:194px;
            height:219px;
        }

.explosion .EIRT-option {
    height: 30px;
    padding: 5px 6px 0 6px;
}

    .explosion .EIRT-option li {
        float: left;
        font-size: 15px;
        height: 25px;
        line-height: 25px;
        color: #383838;
        width: 65px;
        text-align: center;
        margin: 0 15px;
        cursor: pointer;
    }

        .explosion .EIRT-option li.active {
            border-bottom: 2px solid #c83557;
        }

.explosion .EIRT-item {
    border-left: 1px solid #dad9d9;
    border-top: 1px solid #dad9d9;
}

    .explosion .EIRT-item li {
        border-right: 1px solid #dad9d9;
        border-bottom: 1px solid #dad9d9;
        float: left;
        width: 33.33%;
        height: 205px;
        position: relative;
    }

        .explosion .EIRT-item li a {
            display: block;
        }
            .explosion .EIRT-item li a:hover {
            color: #c81623;
            }
            .explosion .EIRT-item li a img {
                display: block;
                margin: 28px auto 10px auto;
            }

            .explosion .EIRT-item li a p {
                font-size: 12px;
                line-height: 1.5;
                padding: 0 10px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .explosion .EIRT-item li a p em {
                    color: #f10214;
                    font-style: normal;
                    font-size:16px;
                }
                .explosion .EIRT-item li a p del {
                    font-size: 12px;
                    color: #757474;
                }
            .explosion .EIRT-item li a .EIRT-first, .explosion .EIRT-item li a .EIRT-second, .explosion .EIRT-item li a .EIRT-third {
                width: 33px;
                height: 22px;
                position: absolute;
                top: 2px;
                right: 2px;
                text-align: center;
                line-height: 20px;
            }

                .explosion .EIRT-item li a .EIRT-first span, .explosion .EIRT-item li a .EIRT-second span, .explosion .EIRT-item li a .EIRT-third span {
                    font-size: 13px;
                    color: #fff;
                }

            .explosion .EIRT-item li a .EIRT-first {
                background: url("../image/EIRT_first.png") center center no-repeat;
            }

            .explosion .EIRT-item li a .EIRT-second {
                background: url("../image/EIRT_second.png") center center no-repeat;
            }

            .explosion .EIRT-item li a .EIRT-third {
                background: url("../image/EIRT_third.png") center center no-repeat;
            }


.floor-banner {
    margin-bottom: 40px;
}

    .floor-banner img {
        display: block;
    }

.floor {
    margin-bottom: 40px;
}

    .floor .floor-top {
        height: 30px;
    }

        .floor .floor-top .floor-title {
            float: left;
            font-size: 22px;
            height: 30px;
        }

            .floor .floor-top .floor-title em {
                font-style: normal;
                font-weight: bold;
                line-height: 30px;
            }

            .floor .floor-top .floor-title span {
                margin-left: 10px;
                line-height: 30px;
            }

        .floor .floor-top .floor-tab {
            float: right;
        }

            .floor .floor-top .floor-tab li {
                float: left;
                line-height: 30px;
                width: 90px;
                text-align: center;
                font-size: 15px;
                color: #767676;
                cursor: pointer;
            }

                .floor .floor-top .floor-tab li.active {
                    color: #fff;
                }

    .floor .floor-top {
        color: #27acad;
    }

    .floor .floor-tab li.active {
        background-color: #27acad;
    }

    .floor .floor-cnt .floor-sider {
        float: left;
        width: 210px;
        height: 470px;
    }

        .floor .floor-cnt .floor-sider .floor-ad {
            height: 284px;
        }

            .floor .floor-cnt .floor-sider .floor-ad img {
                display: block;
            }

        .floor .floor-cnt .floor-sider .floor-key {
            height: 186px;
            padding: 40px 20px 20px 20px;
        }

            .floor .floor-cnt .floor-sider .floor-key li {
                float: left;
                width: 85px;
                line-height: 1.5;
                text-align: center;
            }

                .floor .floor-cnt .floor-sider .floor-key li a {
                    position: relative;
                    color: #fff;
                    font-size: 16px;
                    height: 25px;
                    display: inline-block;
                    overflow: hidden;
                }

                    .floor .floor-cnt .floor-sider .floor-key li a:hover:after {
                        position: absolute;
                        left: 0;
                        bottom: -1px;
                        content: '';
                        display: block;
                        height: 1px;
                        width: 100%;
                        background-color: #fff;
                    }

    .floor .floor-cnt .floor-main {
        float: left;
        width: 990px;
        height: 470px;
    }

        .floor .floor-cnt .floor-main .fm-banner {
            float: left;
            position: relative;
            width: 390px;
            height: 470px;
        }

            .floor .floor-cnt .floor-main .fm-banner .fm-banner-btn {
                display: none;
                position: absolute;
                top: 50%;
                margin-top: -20px;
                width: 20px;
                height: 40px;
                background: url(http://www.dada360.com/images/v0.0.1/lunboBtn_allbgs.png) left center no-repeat;
                background-size: cover;
                cursor: pointer;
            }

            .floor .floor-cnt .floor-main .fm-banner .fm-prev {
                left: 0;
            }

            .floor .floor-cnt .floor-main .fm-banner .fm-next {
                right: 0;
                background-position: -40px 0;
            }

            .floor .floor-cnt .floor-main .fm-banner .fm-banner-brand {
                position: absolute;
                left: 0;
                bottom: 28px;
                width: 100%;
                padding: 0 4px;
            }

                .floor .floor-cnt .floor-main .fm-banner .fm-banner-brand li {
                    margin: 0 1px;
                    float: left;
                }

                    .floor .floor-cnt .floor-main .fm-banner .fm-banner-brand li a, .floor .floor-cnt .floor-main .fm-banner .fm-banner-brand li img {
                        display: block;
                    }

            .floor .floor-cnt .floor-main .fm-banner .fm-banner-indicator {
                position: absolute;
                bottom: 75px;
                left: 50%;
                transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -o-transform: translateX(-50%);
            }

                .floor .floor-cnt .floor-main .fm-banner .fm-banner-indicator li {
                    float: left;
                    width: 18px;
                    height: 4px;
                    background-color: #fff;
                    cursor: pointer;
                }

                    .floor .floor-cnt .floor-main .fm-banner .fm-banner-indicator li + li {
                        margin-left: 5px;
                    }

                    .floor .floor-cnt .floor-main .fm-banner .fm-banner-indicator li.active {
                        background-color: #ff1e00;
                    }

            .floor .floor-cnt .floor-main .fm-banner .fm-banner-imgs {
                position: relative;
            }

                .floor .floor-cnt .floor-main .fm-banner .fm-banner-imgs li {
                    position: absolute;
                    left: 0;
                    top: 0;
                }

        .floor .floor-cnt .floor-main .fmb-box {
            display: block;
            position: relative;
        }

            .floor .floor-cnt .floor-main .fmb-box img {
                display: block;
            }

            .floor .floor-cnt .floor-main .fmb-box .fm-banner-title {
                position: absolute;
                top: 15px;
                left: 15px;
            }

                .floor .floor-cnt .floor-main .fmb-box .fm-banner-title h3 {
                    font-size: 24px;
                    font-weight: bold;
                    line-height: 1.5;
                }

                .floor .floor-cnt .floor-main .fmb-box .fm-banner-title p {
                    font-size: 16px;
                    color: #757474;
                }

        .floor .floor-cnt .floor-main .floor-products {
            float: left;
            width: 600px;
        }

            .floor .floor-cnt .floor-main .floor-products ul {
                width: 100%;
            }

            .floor .floor-cnt .floor-main .floor-products li {
                float: left;
            }

                .floor .floor-cnt .floor-main .floor-products li a, .floor .floor-cnt .floor-main .floor-products li img {
                    display: block;
                }

        .floor .floor-cnt .floor-main .fp-list {
            height: 470px;
            border-bottom: 1px solid #dad9d9;
        }

            .floor .floor-cnt .floor-main .fp-list li {
                float: left;
                width: 20%;
                height: 50%;
                border-top: 1px solid #dad9d9;
                border-right: 1px solid #dad9d9;
            }

                .floor .floor-cnt .floor-main .fp-list li a {
                    display: block;
                    width: 100%;
                    
                }

                    .floor .floor-cnt .floor-main .fp-list li a img {
                        display: block;
                        margin: 15px auto 5px auto;
                    }
                    .floor .floor-cnt .floor-main .fp-list li a:hover p.pname {
                        color: #f10214;
                        text-decoration:underline;
                    }

                    .floor .floor-cnt .floor-main .fp-list li a p {
                        padding: 0 20px;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        font-size: 14px;
                        color: #757474;
                    }

                        .floor .floor-cnt .floor-main .fp-list li a p em {
                            font-style: normal;
                            font-size: 14px;
                            color: #ff1e00;
                        }
                            .floor .floor-cnt .floor-main .fp-list li a p em.promotions {
                                color: #fff;
                                font-size: 12px;
                            }
                             .floor .floor-cnt .floor-main .fp-list li a p del {
                            font-style: normal;
                            font-size: 12px;
                        }
.floor-1 .floor-top {
    color: #27acad;
}

.floor-1 .floor-tab li.active {
    background-color: #27acad;
}

.floor-1 .fm-banner-title h3 {
    color: #27acad;
}

.floor-1 .floor-key {
    background-color: #27acad;
    opacity: 0.8;
}

.floor-2 .floor-top {
    color: #66cd72;
}

.floor-2 .floor-tab li.active {
    background-color: #66cd72;
}

.floor-2 .fm-banner-title h3 {
    color: #66cd72;
}

.floor-2 .floor-key {
    background-color: #66cd72;
    opacity: 0.8;
}

.floor-3 .floor-top {
    color: #f01998;
}

.floor-3 .floor-tab li.active {
    background-color: #f01998;
}

.floor-3 .fm-banner-title h3 {
    color: #f01998;
}

.floor-3 .floor-key {
    background-color: #f01998;
    opacity: 0.8;
}

.floor-4 .floor-top {
    color: #666698;
}

.floor-4 .floor-tab li.active {
    background-color: #666698;
}

.floor-4 .fm-banner-title h3 {
    color: #666698;
}

.floor-4 .floor-key {
    background-color: #666698;
    opacity: 0.8;
}

.floor-5 .floor-top {
    color: #fc6665;
}

.floor-5 .floor-tab li.active {
    background-color: #fc6665;
}

.floor-5 .fm-banner-title h3 {
    color: #fc6665;
}

.floor-5 .floor-key {
    background-color: #fc6665;
    opacity: 0.8;
}

.floor-6 .floor-top {
    color: #9a6600;
}

.floor-6 .floor-tab li.active {
    background-color: #9a6600;
}

.floor-6 .fm-banner-title h3 {
    color: #9a6600;
}

.floor-6 .floor-key {
    background-color: #9a6600;
    opacity: 0.8;
}

.floor-7 .floor-top {
    color: #ff99cb;
}

.floor-7 .floor-tab li.active {
    background-color: #ff99cb;
}

.floor-7 .fm-banner-title h3 {
    color: #ff99cb;
}

.floor-7 .floor-key {
    background-color: #ff99cb;
    opacity: 0.8;
}

.floor-8 .floor-top {
    color: #AC4FB7;
}

.floor-8 .floor-tab li.active {
    background-color: #AC4FB7;
}

.floor-8 .fm-banner-title h3 {
    color: #AC4FB7;
}

.floor-8 .floor-key {
    background-color: #AC4FB7;
    opacity: 0.8;
}

.floor-9 .floor-top {
    color: #ff9934;
}

.floor-9 .floor-tab li.active {
    background-color: #ff9934;
}

.floor-9 .fm-banner-title h3 {
    color: #ff9934;
}

.floor-9 .floor-key {
    background-color: #ff9934;
    opacity: 0.8;
}

.zzzs {
   margin-bottom: 40px;
}
    .zzzs .zzzstitle {
    height: 60px;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    color: #777777;
    letter-spacing: 5px;
    position: relative;
    margin-bottom: 10px;
    }
        .zzzs .zzzstitle:before {
           position: absolute;
    top: 50%;
    content: ' ';
    height: 1px;
    background: #aaaaaa;
    width: 450px;
    left: 0px;
    display: block;
        }
        .zzzs .zzzstitle:after {
            position: absolute;
    top: 50%;
    content: ' ';
    height: 1px;
    background: #aaaaaa;
    width: 450px;
    right: 0px;
    display: block;
        }
    .zzzs .zzzsimgs {
        height: 200px;
    }
        .zzzs .zzzsimgs li {
           width: 280px;
    height: 200px;
    border: 4px solid #cfcfcf;
    float: left;
    text-align: center;
    position:relative;
        }
        .zzzs .zzzsimgs li img {
            height: 192px;
        }
            .zzzs .zzzsimgs li + li {
                margin-left: 26px;
            }
            .zzzs .zzzsimgs li span {
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
                color: white;
                font-size: 16px;
                height: 24px;
                overflow: hidden;
                background-color: rgba(0,0,0,.55);
            }