.index_box{
  position: relative;
}
body {
  background-color: rgb(0, 80, 169);
}
.bz {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 6%;
}
.bz1 {
  top: 7%;
}
.bz2 {
  top: 13%;
}
.bz3 {
  top: 20%;
}

.bz4 {
  top: 27%;
}
.bz5 {
  top: 45%;
}

.bz6 {
  top: 52%;
}
.bz7 {
  top: 58%;
}

.bz8 {
  top: 77%;
}
.bz9 {
  top: 83%;
}
.bz10 {
  top: 90%;
}


.show1 {
  display: none;
  z-index: 99;
  width: 100px;
  height: 100px;
}

img {
  width: 100%;
  height: 100%;
}

.find1 {
  position: absolute;
  top: 23%;
    left: 64%;
    width: 33%;
    height: 10%;
}

.find {
  position: absolute;
  top: 23%;
    left: 64%;
    width: 33%;
    height: 10%;
}

.sp1,
.sp2,
.sp3,
.sp4,
.sp5,
.sp6,
.sp7,
.sp8,
.sp9,
.sp10 {
  position: absolute;
  width: 25%;
  height: 12%;
}

.sp1 {
  top: 10%;
  left: 7%;
}

.sp2 {
  top: 10%;
  left: 38%;

}

.sp3 {
  top: 38%;
  left: 7%;
}

.sp4 {
  top: 38%;
  left: 38%;
}

.sp5 {
  top: 63%;
  left: 7%;
}

.sp6 {
  top: 63%;
  left: 38%;
}

.sp7 {
  top: 63%;
  left: 68%;
}

.sp8 {
  top: 79%;
  left: 7%;
}

.sp9 {
  top: 79%;
  left: 38%;
}
.sp10 {
  top: 79%;
  left: 68%;
}

/*移动/pc端检查及处理步骤 */
.bdy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.fixed {
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  font-size: 18px;
  padding:0 5% 5% 5%;
  border-radius: 10px;
  overflow-y: scroll;
}
.pztitle {
  background-color: #9d86fb;
  width: 30%;
  padding: 4%;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 2%;
  border-bottom-left-radius:40%;
  border-bottom-right-radius: 40%;
}

/*指示灯表格*/
.deng {
  text-align: center;
  background-color: #484c4d;
  width: 90%;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 5px;
}
.deng > thead > tr > td {
  background-color: #605b71;
  line-height: 30px;
  border-radius: 5px;
  font-size: 16px;
}
.deng > tbody > tr > td {
  background-color: #6d6f6e;
  line-height: 20px;
  padding: 5px 1%;
  border-radius: 5px;
}

.tips {
  font-weight: bold;
  font-size: 14px;
}
.pcbz{
  position: absolute;
  left: 0;
  width: 100%;
  height: 10%;
}
.bz1_1 {
  top: 10%;
}
.bz2_2 {
  top: 21%;
}
.bz3_3{
  top: 32%;
}
.bz4_4 {
  top: 66%;
}
.bz5_5 {
  top: 77%;
}
.bz6_6{
  top: 88%;
}
