body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.probe-detail-page {
  padding-top: 70px;
}
.probe-detail-page .row {
  display: flex;
  flex-wrap: wrap;
}
.probe-detail-page .title-intro-view .title {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: #1a1a1a;
  line-height: 36px;
  letter-spacing: 1.5px;
  margin: 30px 0 20px;
}
.probe-detail-page .title-intro-view .title-span {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: justifyLeft;
  color: #596b80;
  line-height: 26px;
  letter-spacing: 0.7px;
}
.probe-detail-page .title-intro-view .content-view .left {
  max-width: 600px;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #f6f7fb;
}
.probe-detail-page .title-intro-view .content-view .left .item {
  display: flex;
  margin: 10px 0;
}
.probe-detail-page .title-intro-view .content-view .left .item .key {
  width: 98px;
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  text-align: right;
  font-weight: 400;
  color: #808080;
  letter-spacing: 0.9px;
}
.probe-detail-page .title-intro-view .content-view .left .item .value {
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #1a1a1a;
  letter-spacing: 0.9px;
}
.probe-detail-page .title-intro-view .content-view .left .item .remark-view span {
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  margin-right: 10px;
}
.probe-detail-page .title-intro-view .content-view .left .item .remark-view .green {
  background: #1de31d;
}
.probe-detail-page .title-intro-view .content-view .left .item .remark-view .orange {
  background: #e9624a;
}
.probe-detail-page .title-intro-view .content-view .left .item .remark-view .blue {
  background: #33cfff;
}
.probe-detail-page .title-intro-view .content-view .left .item .remark-view .red {
  background: #fe1a1a;
}
.probe-detail-page .title-intro-view .content-view .left .item .remark-view .yellow {
  background: #ffff1a;
}
.probe-detail-page .title-intro-view .content-view .left .item .remark-view .multicolor {
  background: conic-gradient(#1bff1c 3%, #ffff1a 22%, #fe1a1a 49%, #ff1afe 74%, #1afeff 99%);
}
.probe-detail-page .title-intro-view .content-view .left .item .rst-view span {
  display: inline-block;
  padding: 0 11px;
  height: 30px;
  background: #bcc0d1;
  border-radius: 15px;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  margin-right: 10px;
}
.probe-detail-page .title-intro-view .content-view .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.probe-detail-page .title-intro-view .content-view .right .right-view {
  width: 98%;
}
.probe-detail-page .title-intro-view .content-view .right .right-view .top-view {
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.probe-detail-page .title-intro-view .content-view .right .right-view .top-view .line {
  position: absolute;
  width: 100%;
  top: 4px;
  height: 2px;
  background: #ffa025;
}
.probe-detail-page .title-intro-view .content-view .right .right-view .top-view .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffa025;
}
.probe-detail-page .title-intro-view .content-view .right .right-view .bottom-view {
  display: flex;
  justify-content: space-between;
}
.probe-detail-page .title-intro-view .content-view .right .right-view .bottom-view .item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.probe-detail-page .title-intro-view .content-view .right .right-view .bottom-view .item .icon {
  width: 36px;
  height: 36px;
  object-fit: cover;
  margin: 14px 0 4px;
}
.probe-detail-page .title-intro-view .content-view .right .right-view .bottom-view .item .text {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
  letter-spacing: 0.8px;
}
.probe-detail-page .content-intro-view .part {
  padding: 20px 0;
  box-sizing: border-box;
}
.probe-detail-page .content-intro-view .part .title .img {
  width: 36px;
  height: 36px;
}
.probe-detail-page .content-intro-view .part .title span {
  margin-left: 10px;
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #1a1a1a;
  line-height: 36px;
  letter-spacing: 0.9px;
}
.probe-detail-page .content-intro-view .part .center-view .btn {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  padding: 10px 22px;
  background: #ffa025;
  border-radius: 22px;
}
.probe-detail-page .content-intro-view .part .center-view .intro {
  margin: 22px 0;
}
.probe-detail-page .content-intro-view .part .center-view .intro p {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: justifyLeft;
  color: #262626;
  line-height: 24px;
}
.probe-detail-page .content-intro-view .part .center-view .intro .key {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
}
.probe-detail-page .content-intro-view .part .center-view .intro li {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
}
.probe-detail-page .content-intro-view .part .center-view .intro-img {
  margin: 22px 0;
  width: 300px;
  height: 300px;
}
.probe-detail-page .content-intro-view .part .center-view .intro-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.probe-detail-page .content-intro-view .part .center-view .intro-img .gene-img {
  cursor: pointer;
}
.probe-detail-page .content-intro-view .part .center-view .intro-img .gene-img:hover {
  opacity: 0.7;
}
.probe-detail-page .content-intro-view .part .center-view .row-item {
  max-width: 266px;
  height: 286px;
  padding: 20px 20px;
  box-sizing: border-box;
  background: #f6f7fb;
  text-align: center;
  color: #262626;
  margin: 30px 10px;
}
.probe-detail-page .content-intro-view .part .center-view .row-item .img {
  width: 114px;
  height: 114px;
  margin: 0 auto;
  object-fit: contain;
}
.probe-detail-page .content-intro-view .part .center-view .row-item .desc {
  margin: 20px 0 10px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
}
.probe-detail-page .content-intro-view .part .center-view .btn-center {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .probe-detail-page .row {
    justify-content: center;
  }
  .probe-detail-page .title-intro-view .title {
    margin: 20px auto 10px;
    font-size: 22px;
  }
  .probe-detail-page .title-intro-view .content-view .left .item .key {
    font-size: 15px;
    width: 80px;
  }
  .probe-detail-page .title-intro-view .content-view .left .item .value {
    font-size: 15px;
  }
  .probe-detail-page .title-intro-view .content-view .left .item .remark-view span {
    width: 20px;
    height: 20px;
  }
  .probe-detail-page .title-intro-view .content-view .left .item .rst-view span {
    height: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .probe-detail-page .title-intro-view .content-view .right {
    margin-top: 20px;
  }
  .probe-detail-page .title-intro-view .content-view .right .right-view .bottom-view .item .text {
    font-size: 13px;
  }
  .probe-detail-page .content-intro-view .part .title span {
    font-size: 15px;
  }
  .probe-detail-page .content-intro-view .part .center-view .intro-img {
    height: auto;
    margin: 14px 0;
  }
  .probe-detail-page .content-intro-view .part .center-view .intro {
    margin: 12px 0;
  }
  .probe-detail-page .content-intro-view .part .center-view .row-item {
    padding: 10px;
    height: auto;
    margin: 0 0 20px;
  }
  .probe-detail-page .content-intro-view .part .center-view .row-item .img {
    width: 80px;
    height: auto;
  }
  .probe-detail-page .content-intro-view .part .center-view .row-item .desc {
    font-size: 13px;
  }
}
@media only screen and (max-width: 750px) {
  .probe-detail-page .title-intro-view .content-view .right .right-view {
    display: none;
  }
}