/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;width:100%;box-sizing: border-box;padding: 20px;border: 1px solid #eee;height: 327px;}
.jqzoom img{ margin: 0 auto;display: block;max-width: 100%;height: -webkit-fill-available;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:300px !important;height:200px !important;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden; overflow:hidden;}
.jqZoomPup{ background:url(../images/joom.png); position: absolute;}
/*图片小图预览列表*/
.spec-preview{width:500px; margin-bottom:8px;}
.spec-scroll{clear:both;margin-top:5px;width:100%;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:90px; line-height:90px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none; }

.spec-scroll .items{float:left;position:relative;width:94%;height:100px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:100px; list-style:none;}
.spec-scroll .items ul li{float:left;width:116px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:100px;height:90px; }
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}
.order .text span{ width: 90px; float: left;}
.order .text input{ width: 50%;}
table{ margin: 10px 0;}
tr:nth-of-type(2n+1){ background: #e6e6e6;}
td{ padding-left: 10px;}
