/* .swiper-continer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
} */
.goodswrap {
  margin-top: 20px;
  padding: 50px 40px;
  background: #fff;
}
.goodswrap .goodsside {
  float: left;
  margin-right: 30px;
  width: 430px;
  height: 430px;
  overflow: hidden;
}
.goodswrap .goodscont {
  float: left;
  width: 660px;
}
.goodswrap .goodscont h4 {
  font-size: 20px;
  color: #0f131a;
}
.goodswrap .goodscont .point {
  margin: 15px 0;
  font-size: 14px;
  color: #ff5500;
}
.goodswrap .goodscont .attrlist {
  width: 568px;
  background: #f3f4f8;
  border: 1px solid #eaebef;
}
.goodswrap .goodscont .attritem {
  line-height: 37px;
  border-bottom: 1px solid #eaebef;
}
.goodswrap .goodscont .attritem:last-child {
  border-bottom: none;
}
.goodswrap .goodscont .attritem .gray {
  float: left;
  display: inline-block;
  width: 110px;
  color: #7d8696;
  padding: 0 20px;
  background: #f3f4f8;
}
.goodswrap .goodscont .attritem .val {
  float: left;
  width: 398px;
  padding: 0 10px;
  background: #fff;
}
.goodswrap .link {
  width: 120px;
  line-height: 38px;
  font-size: 14px;
  color: #ffffff;
  background: #ee1c25;
  border-radius: 4px;
}
.linkwrap {
  margin-top: 40px;
}
.linkwrap .icons {
  float: left;
  /* margin: 0 100px; */
  margin-left: 220px;
  font-size: 12px;
  color: #505765;
  width: 26px;
}

.linkwrap .Jcollect {
  margin-left: 312px;
}
.linkwrap .icons img {
  width: 100%;
}
.linkwrap .link {
  display: inline-block;
  text-align: center;
  margin-left: 154px;
}
/* 提示弹窗 */
.popwrap {
  display: none;
}
.popwrap .popbg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.poptips {
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -310px;
  padding-bottom: 30px;
  width: 620px;
  /* height: 200px; */
  text-align: center;
  background: #ffffff;
  border-radius: 8px;
  z-index: 9;
}
.poptips h5 {
  height: 62px;
  font-weight: bold;
  font-size: 20px;
  color: #0f131a;
  line-height: 60px;
  background: linear-gradient(180deg, #ffe8e9 0%, #ffffff 100%);
  border-radius: 8px 8px 0px 0px;
  border-bottom: 1px solid#FFE8E9;
}
.poptips p {
  margin: 50px 100px;
  font-weight: 400;
  font-size: 16px;
  color: #0f131a;
  line-height: 36px;
}
.poptips .popclose {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 15px;
}
.poptips .whitebtn {
  display: inline-block;
  width: 130px;
  line-height: 42px;
  font-weight: 400;
  font-size: 16px;
  color: #ee1c25;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ee1c25;
}
.poptips .redbtn {
  display: inline-block;
  width: 130px;
  line-height: 42px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: #ee1c25;
  border-radius: 4px;
}
