@charset "utf-8";
/*图片放大镜样式*/
.jqzoom{border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display: inline-flex;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:100px !important;height:100px !important;border:1px solid #aaa;background:#ffffff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:395px;height:360px;}
.spec-scroll{clear:both;width:395px;margin-top:10px;position:relative;height:60px;}
.spec-scroll .prev{left: 0px;top:0px;background:url(/images/lt_ty.png) center center no-repeat;cursor:pointer !important;}
.spec-scroll .next{right: 0px;top:0px;background:url(/images/rt_ty.png) center center no-repeat;cursor:pointer !important;}

.spec-scroll .prev,.spec-scroll .next{display:block;position:absolute;height: 58px;width: 33px;border: 1px solid #e5e5e5;}
.spec-scroll .items{float:left;position:relative;width: 315px;height: 60px;overflow:hidden;margin-left: 35px;}
.spec-scroll .items ul{position:absolute;width:999999px;height: 60px; }
.spec-scroll .items ul li{float:left;width: 71px;text-align:center;height: 60px;}
.spec-scroll .items ul li img{width: 58px;height: 58px;margin:0px 8px;border:1px solid #e5e5e5;}
.spec-scroll .items ul li.add img{border: 2px solid #1b94f6;width: 56px;height: 56px;}
.spec-preview table{border: 1px solid #e4e4e4;}
.spec-preview table .jqzoom img{max-width:395px;max-height:360px;border:0px;float:none;}
.item_title{line-height: 20px;font-size: 14px;}
@media (max-width:780px) {
 .spec-preview{width:100%;height:395px;}
 .spec-preview table{width: 100%;}
}