header {
  background: rgba(0, 0, 0, 0.8);
  color: #333333;
}

.content.product-message .left {
  margin-top: 4rem;
  position: relative;
}
.content.product-message .left .bgImg {
  width: 100%;
  height: 25rem;
  overflow: hidden;
}
.content.product-message .left .bgImg img {
  width: 100%;
}
.content.product-message .left .img-number {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 4;
  width: 3.3rem;
  height: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 21px;
  font-size: 0.8rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #ffffff;
}
.content.product-message .right {
  padding: 0 1rem;
}
.content.product-message .right .title {
  height: 2.9rem;
  line-height: 2.9rem;
  font-size: 1.1rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
}
.content.product-message .right .field {
  padding: 0.7rem 0;
  font-size: 0.93rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #666666;
  display: flex;
  border-bottom: 1px solid #eeeeee;
}
.content.product-message .right .field label {
  opacity: 0.8;
  text-align: right;
}
.content.product-message .right .field .text {
  flex: 1;
}
.content.product-message .right .field .text .icon {
  font-size: 0.83rem;
  color: #297bff;
}
.content.product-message .right .field.service .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content.product-message .right .field.service .text > div {
  margin-right: 3.3rem;
}

.panels {
  padding: 0 1rem;
  padding-bottom: 1.7rem;
}
.panels .panel-title {
  font-size: 1rem;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #333333;
  padding: 0.9rem 0;
}
.panels .params-list .params-item {
  font-size: 0.85rem;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #666666;
  margin-bottom: 0.7rem;
  line-height: 1.7rem;
}
.panels .product-info,
.panels .purpose {
  font-size: 0.93rem;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: justify;
  color: #666666;
  line-height: 1.7rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.panels .company p {
  font-size: 0.93rem;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: justify;
  color: #666666;
  line-height: 1.7rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.panels .img-info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.panels .img-info-list > img {
  width: 24%;
}/*# sourceMappingURL=move.css.map */