@charset "utf-8";
.lanrenzhijia {
  float: left;
	width: 4.5rem;
  height: auto;
  overflow: hidden;
}
.lanrenzhijia img{
  max-width: 100rem;
}
.jqzoom {
  float: left;
  width: 100%;
  border: solid 0.01rem #e5e5e5;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
}
.jqzoom img{
  width: 4.4rem;
  height: 4.4rem;
}
.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4.5rem;
  height: 4.5rem;
  background: #ffffff;
  border: 0.01rem solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0.2rem;
  height: 0.2rem;
  border: solid 0.01rem #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview {
  width: 4.5rem;
  height: 4.5rem;
}
.spec-scroll {
  clear: both;
  margin-top: 0.2rem;
  width: 100%;
}
.spec-scroll .prev {
  float: left;
  margin-right: 0;
  background: #f5f5f5;
  color: #999;
}
.spec-scroll .next {
  float: right;
  background: #134783;
  color: #fff;
}
.spec-scroll .prev,
.spec-scroll .next {
  display: block;
  font-family: '宋体';
  text-align: center;
  width: 0.3rem;
	height: 0.6rem;
  line-height: 0.6rem;
  cursor: pointer;
  text-decoration: none;
  margin-top: 0.08rem;
}
.spec-scroll .items {
  float: left;
  position: relative;
  width: 3.6rem;
  height: 0.8rem;
  overflow: hidden;
  margin-left: 0.09rem;
}
.spec-scroll .items ul {
  position: absolute;
  width: 100rem;
  height: 0.8rem;
}
.spec-scroll .items ul li {
  float: left;
  width: 0.8rem;
  height: 0.78rem;
  text-align: center;
  border: solid 0.01rem #e5e5e5;
  margin: 0 0.05rem;
}
.spec-scroll .items ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
