.cardBox {
  display: inline-block;
  border-radius: 4px;
  background: #ffffff;
  font-size: 14px;
}

.titleBox {
  padding: 17px 20px 17px 22px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  border-bottom: 1px solid #e6e9ed;
}

.bodyBox {
  height: calc(100% - 2vw - 2vw);
  overflow: auto;
}

.bod {
  height: calc(100% - 2vw - 3vw);
  overflow: auto;
}
.allContent {
  width: 100%;
  height: 100%;
}
.body {
  width: 100%;
  height: calc(100% - 48px);
}

.loadBox {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  position: relative;
}

.load {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #e3e3e3;
  align-items: center;
  justify-content: center;
}

.box {
  width: 100%;
  height: 100%;
}

.disableBox {
  background-color: #999;
}

.loadImg {
  width: 64px;
  height: 66px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -33px;
  display: block;
}
