.configTable {
  position: absolute;
}
.configTable .tableContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}
.configTable .tableContent .closeImage {
  position: fixed;
  top: -0.4rem;
  right: 0rem;
  cursor: pointer;
}
.configTable .tableContent .closeImage img {
  width: 0.3rem;
  height: 0.3rem;
}
.configTable .tableContent .table-img {
  width: 12rem;
  height: 6.19rem;
  overflow-y: scroll;
  
}
.configTable .tableContent .table-img img {
  width: 100%;
}
@media (max-width: 1367px) {
  .configTable .tableContent .table-img {
    width: 8rem;
    height: 4.5rem;
    overflow-y: scroll;
  }
  .configTable .tableContent .table-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .configTable .tableContent {
    width: 7.5rem;
  }
  .configTable .tableContent .closeImage {
    top: -0.6rem;
  }
  .configTable .tableContent .closeImage img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .configTable .tableContent .table-img {
    overflow: scroll;
    width: 100%;
  }
  .configTable .tableContent .table-img img {
    width: 200%;
  }
}
.pd2{
  padding: 0.05rem;
  background-color:white;
}

.confitdesc{
  margin-top: 0.2rem;
  font-size: 0.12rem;
  color: #fff;
}