/*图片放大镜样式*/
.jqzoom { float:left; border:none; position:relative; padding:0px; cursor:pointer; margin:0px; display:block; }
.zoomdiv { z-index:100; position:absolute; top:0px; left:0px; width:400px; height:400px; background:#fff; border:1px solid #ccc; display:none; text-align:center; overflow:hidden; }
.jqZoomPup { z-index:10; visibility:hidden; position:absolute; top:0px; left:0px; width:20px; height:20px; border:1px solid #aaa; background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); }
/*图片小图预览列表*/
.spec-preview { width:452px; }
.jqzoom{ border:1px solid #e9eef2; height:300px; display:block; width:450px;}
.spec-scroll { clear:both; padding-top:10px; width:452px; height:64px; }
.spec-scroll .prev { float:left; margin-right:13px; }
.spec-scroll .next { float:right; }
.spec-scroll .prev, .spec-scroll .next { display:block; font-family:"宋体"; text-align:center; width:10px; height:62px; line-height:62px; border:1px solid #CCC; background:#EBEBEB; cursor:pointer; text-decoration:none; }
.spec-scroll .items { float:left; position:relative; width:400px; height:70px; overflow:hidden; }
.spec-scroll .items ul { position:absolute; width:999999px; height:64px; }
.spec-scroll .items ul li { float:left; width:94px; padding:0px 3px; text-align:center; }
.spec-scroll .items ul li img { border:1px solid #e9eef2; padding:1px; width:90px; height:60px; cursor:pointer;}
.spec-scroll .items ul li img:hover,.spec-scroll .items ul li img.hover { border:1px solid #F00; padding:1px; }
.bigsmall{ float:left; width:452px; margin-top:15px;}
/***/
.introduction_rigth{ float:right; width:520px; margin-top:15px;}
.introduction_rigth h1{ font-size:16px; display:block; border-bottom:1px solid #e9eef2; padding-bottom:15px; margin-bottom:15px;}
.introduction_rigth p{ font-size:12px; line-height:21px; height:231px; overflow:hidden; display:block; margin-bottom:11px;}
.share_icon{ padding-top:15px; position:relative; height:60px;border-top:1px solid #e9eef2; padding-top:10px;}
.share_btn{ position:absolute; right:0; top:20px}

