﻿.zrc-1014-product-show-title:after{ content: '';display: table;width: 100%;}
.product-show-pic {
    width: 400px;
    height: 463px;
    float: left;
    margin-right: 20px;
}

    /* 图片小图样式 */
.spec-preview {
    width: 400px;
    height: 308px;
}

    .spec-scroll {
        margin-top: 10px;
        width: 400px;
        height: 95px;
        overflow: hidden;
        position: relative;
    }
.jqzoom {
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
   /*border: 1px solid #c8c8c8; */

}
    .spec-scroll a.prev {
        display: block;
        width: 12px;
        height: 21px;
        position: absolute;
        top: 32px;
        left: 0;
        background: url('/static/aot/image/listpro_btn.png') no-repeat 0 0px;
        overflow: hidden;
        cursor: pointer;
    }

    .spec-scroll a.prev:hover {
        background-position: 0 -21px;
    }

        .spec-scroll a.next {
            display: block;
            width: 12px;
            height: 21px;
            position: absolute;
            top: 32px;
            right: 0;
            background: url('/static/aot/image/listpro_btn.png') no-repeat 0 -42px;
            overflow: hidden;
            cursor: pointer;
        }

    .spec-scroll a.next:hover {
        background-position: 0 -63px;
    }

    .spec-scroll .items {
        position: relative;
        width: 350px;
        height: 95px;
        margin: 0 auto;
        overflow: hidden;
    }

    .spec-scroll .items ul {
        position: absolute;
        width: 380px;
        height: 95px;
    }

    .spec-scroll .items ul li {
        width: 90px;
        height: 95px;
        float: left;
    }

    .spec-scroll .items ul li img {
        width: 65px;
        height: 65px;
        cursor: pointer;
        border: 1px solid #ccc;
        margin-top: 10px;
    }

    .spec-scroll .items ul li img:hover, .spec-scroll .items ul .on img {
        border: 1px solid #a2a2a2;
    }