/*图片放大镜样式*/
.jqzoom {
  background-color: #ffffff;
  border: solid 1px #e5e5e4;
  position: relative;
  display: block;
  width: 100%;
}

.jqzoom img {
  display: block;
  width: 100%;
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 350px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}

/*图片小图预览列表*/
.spec-preview {
  width: 350px;
  height: 350px;
  border: 1px solid #DFDFDF;
}

.spec-scroll {
  clear: both;
  margin-top: 5px;
  position: relative;
}

.spec-scroll .prev,
.spec-scroll .next {
  position: absolute;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 1;
}

.spec-scroll .prev {
  left: -30px;
}

.spec-scroll .next {
  right: -30px;
}

.spec-scroll .prev .iconfont,
.spec-scroll .next .iconfont {
  font-size: 24px;
  color: #c48288;
}

.spec-scroll .items {
  position: relative;
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.spec-scroll .items ul {
  position: absolute;
  width: 99999999999px;
  display: flex;
  gap: 12px;
}

.spec-scroll .items ul li {
  width: 110px;
  text-align: center;
}

.spec-scroll .items ul li img {
  border: 1px solid #CCC;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.spec-scroll .items ul li.active img,
.spec-scroll .items ul li img:hover {
  border: 2px solid #FF6600;
  padding: 1px;
}

.unveil {
  box-sizing: border-box;
  padding-left: 90px;
}

.unveil h4 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}

.unveil h5 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  margin: 20px 0;
  letter-spacing: 0px;
  color: #878787;
}

.uncList {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 30px;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.2);
  border-radius: 10px;
  border: solid 1px #e5e5e4;
  margin: 0 0 30px;
}

.uncList li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.uncList li .iconfont {
  font-size: 20px;
  color: #E75F76;
}

.uncList li p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #878787;
}

.unveil h6 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
}

.unveil a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 320px;
  height: 60px;
  background-color: #e75f76;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 45px 0 0;
}

.unveil a .iconfont {
  font-size: 30px;
  font-weight: normal;
}

@media screen and (max-width:1440px) {

  .unveil {
    padding-left: 60px;
  }

}


@media screen and (max-width:1280px) {

  .unveil h4 {
    font-size: 26px;
  }

  .unveil h5 {
    gap: 10px;
    font-size: 15px;
    margin: 10px 0;
  }

  .spec-scroll .items ul li {
    width: 90px;
  }

  .unveil a {
    gap: 10px;
    width: 300px;
    height: 50px;
    font-size: 20px;
    margin: 25px 0 0;
  }

}


@media screen and (max-width:1024px) {

  .romDeta {
    margin: 30px 0 50px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .unveil {
    padding-left: 0;
  }

}


@media screen and (max-width:768px) {

  .spec-scroll .items ul li {
    width: 60px;
  }

  .spec-scroll .items {
    height: 60px;
  }

  .spec-scroll .prev {
    left: 0;
    background: #fff;
  }

  .spec-scroll .next {
    right: 0;
    background: #fff;
  }

  .unveil h4 {
    font-size: 20px;
  }

  .uncList {
    padding: 25px 15px;
    margin: 0 0 15px;
  }

  .unveil h6 {
    font-size: 14px;
    line-height: 25px;
  }

  .unveil a {
    height: 40px;
    font-size: 16px;
    margin: 25px 0 0;
  }

  .unveil a .iconfont {
    font-size: 22px;
  }

}
