.iv-djdw-box {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: url(../static/img/img_zhuc_bg.a45cba40.png) left no-repeat #fff;
}
.iv-djdw {
  width: 18rem;
  height: 8.5rem;
  overflow-y: auto;
  padding: 0 0.2rem;
  background: rgba(255, 255, 255, 0.8);
}
.iv-djdw .iv-djdw-box-title {
  text-align: center;
  font-size: 0.48rem;
  margin-bottom: 0.1rem;
}
.iv-djdw .table-min {
  font-size: 0.36rem;
  margin-top: 0.2rem;
}
.iv-djdw .djdw-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.3rem;
}
.iv-djdw .djdw-nav > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 0.67rem;
  background: #ffffff;
  border-radius: 0 0 0 0;
  opacity: 1;
  border: 0.01rem solid #bbc5dd;
  cursor: pointer;
}
.iv-djdw .djdw-nav .active {
  color: #205cf5;
}
