.productInfo p {
  padding-bottom: 15px;
  margin-top: 20px;
  font-size: 16px;
  font-family: '微软雅黑', sans-serif;
  border-bottom: 1px dotted #dfdfdf;
}
.productInfo p span:first-child {
  display: inline-block;
  margin-right: 15px;
  color: #999;
  font-size: 16px;
}
.productInfo p:nth-child(2) {
  color: #666;
}
.productInfo table {
  width: 460px !important;
  background: #fff !important;
}
.productInfo table td {
  background: #fff !important;
}
.productInfo table td p {
  color: #666;
}
.productInfo table td p span:first-child {
  display: inline-block;
  margin-right: 15px;
  color: #999;
  font-size: 16px;
}
.show-pro-img {
  float: left;
  position: relative;
}
.pro-img-b {
  position: relative;
  display: inline-block;
  border: 1px solid #ededed;
}
.pro-img-b img {
  width: 537px;
  height: 537px;
}
#mark {
  position: absolute;
  display: block;
  width: 537px;
  height: 537px;
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 10;
}
#float-box {
  display: none;
  width: 160px;
  height: 160px;
  position: absolute;
  background: rgba(5, 59, 142, 0.5);
  /* 遮罩层样式，好看些 */
  cursor: move;
}
.pro-img-s {
  display: none;
  position: absolute;
  top:0px;
  right: -280px;
  width: 280px;
  height: 280px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
.pro-img-s .maxImg {
  position: absolute;
  /* 必需 */
  top: 0;
  left: 0;
  width: 840px;
  height: 840px;
}
