* {
  margin: 0;
  padding: 0;
}

.box {
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}
.title_cls {
  margin-top: 7.5pt;
  margin-bottom: 7.5pt;
  text-align: center;
  line-height: 21pt;
}

.title_span_cls {
  font-family: "微软雅黑";
  font-size: 18pt;
  color: #666666;
}

.font_bold {
  font-weight: bold;
}

.p_cls {
  margin-top: 7.5pt;
  margin-bottom: 7.5pt;
  line-height: 150%;
  font-size: 10pt;
}

.p_span_cls {
  font-family: "微软雅黑";
  color: #666666;
}

.p_span_cls2 {
  font-family: "微软雅黑";
  color: #666666;
}

.select_box_cls {
  padding-right: 10px;
  box-sizing: border-box;
}

.select_cls {
  width: 120px;
  height: 32px;
}

.img_cls{
    width: 100%;
    object-fit: contain;
}

.col_blue{
    color: blue;
}