/* CSS Document */

.pro_wrap{width:300px;height:230px;border: #ddd 1px solid; display: flex;
  justify-content: center;
  align-items: center;
display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;}
#preview {text-align: center; margin:-1px auto; margin-left:-1px; width:300px;float:left;display: flex;
  justify-content: center;
  align-items: center;
display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;}
.jqzoom {width:300px;height:230px;overflow: hidden;position: relative;}
.jqzoom img{max-width:300px;max-height:230px; vertical-align:middle;}
.zoomdiv {z-index: 100; border: #e4e4e4 1px solid; position: absolute; text-align: center;width:180px; display: none; height:180px; overflow: hidden;top: 5px !important; left: 330px !important; }


/* 多个左滚动 - 图片- 公用类 */
.smallImg{ overflow:hidden; position:relative; margin-top:10px}
.smallImg .hd .prev{width: 30px;height: 82px;position: absolute; left: 0; top: 0; background: url(../../images/btn.png) left top no-repeat;}
.smallImg .hd .next{ width: 30px;height: 82px; position: absolute;right: 0;top: 0;background: url(../../images/btn.png) right top no-repeat;}
.smallImg .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;  }
.smallImg .hd ul li{ position:relative; _display:inline; float:left;  width:10px; height:10px; overflow:hidden; background:#ccc; margin-right:10px; text-indent:-999px; cursor:pointer;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(../PIE.htc);}
.smallImg .hd ul li.on{ background:#f00;  }
.smallImg .bd{ padding-left:35px;}
.smallImg .bd ul{ overflow:hidden; zoom:1; }
.smallImg .bd ul li{ text-align:center; float:left; _display:inline; overflow:hidden;  }

/* 通用图片列表_普通式 */
.picList li{ width:115px; margin-top:3px;}
.picList .pic{ text-align:center; line-height:0px;  border:1px solid #ccc; width:110px; height:78px;position:relative;display:table-cell;text-align:center;vertical-align:middle;}
.picList .pic a{text-align:center;position:static;+position:absolute;top:50%;}
.picList .pic img{ max-width:78px; max-height:78px; vertical-align:middle;position:static;+position:relative;top:-50%;left:-50%;}
.picList .pic:hover{ border-color:#0061a5;  }
.picList .title{ line-height:24px;   }