.imgBox {
  position: relative;
  width: 8.92rem;
  height: 5.97rem;
}
.imgBox img {
  width: 100%;
}
.sign-box {
  width: 2.6rem;
  height: 0.64rem;
  line-height: 0.5rem;
  text-align: center;
  position: absolute;
  background: url(/img/quality/equipment-sign.png) center no-repeat;
  background-size: 100% 100%;
  color: #FFF;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 600;
  text-indent: 0.38rem;
  cursor: pointer;
  z-index: 2;
}
.sign-box:hover {
  z-index: 30;
}
.sign-box:hover .sign-container {
  display: block;
  position: absolute;
}
.sign-container {
  display: none;
  width: 1.82rem;
  height: 1.62rem;
  border: 0.01rem solid #E95B55;
  left: 0.4rem;
  top: 80%;
  text-indent: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.sign-container > img {
  width: 100%;
  height: 1rem;
}
.sign-container .sign-detail {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 0.14rem;
  padding: 0.08rem 0.12rem;
}
.sign-1 {
  left: 0.72rem;
  top: 0.95rem;
}
.sign-2 {
  left: 1.5rem;
  top: 1.5rem;
}
.sign-3 {
  left: 1rem;
  top: 2.25rem;
}
.sign-4 {
  left: 1.82rem;
  top: 2.92rem;
}
.sign-5 {
  left: 2.5rem;
  top: 3.72rem;
}
.sign-6 {
  left: 3.5rem;
  top: 1.3rem;
}
.sign-7 {
  left: 4.3rem;
  top: 2.5rem;
}
.sign-8 {
  left: 6.2rem;
  top: 3rem;
}
@media screen and (max-width: 1024px) {
  .imgBox {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .sign-box {
    width: 1.47rem;
    height: 0.64rem;
    line-height: 0.5rem;
    text-align: center;
    position: absolute;
    background: url(/img/quality/equipment-sign.png) center no-repeat;
    background-size: 100% 100%;
    color: #FFF;
    font-family: PingFang SC;
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 600;
    text-indent: 0.38rem;
    cursor: pointer;
    z-index: 2;
  }
  .sign-box:hover {
    z-index: 30;
  }
  .sign-box:hover .sign-container {
    display: block;
    position: absolute;
  }
  .sign-container {
    display: none;
    width: 3rem;
    height: 3rem;
    border: 0.01rem solid #E95B55;
    left: 0.4rem;
    top: 80%;
    text-indent: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .sign-container > img {
    width: 100%;
    height: 2rem;
  }
  .sign-container .sign-detail {
    width: 100%;
    color: #FFF;
    font-family: PingFang SC;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.52rem;
    padding: 0.08rem 0.12rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
