._2SPy4AgbBu61ZyzEcMp29o {
  position: fixed;
  left: 50%;
  top: 40%;
  height: 400px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 1000;
  /* 滚动条滑块 */
}
._2SPy4AgbBu61ZyzEcMp29o .modal-header {
  text-align: center;
  line-height: 50px;
  height: 50px;
  position: relative;
  top: 4px;
}
._2SPy4AgbBu61ZyzEcMp29o .modal-header .modal-close {
  position: absolute;
  right: 10px;
  top: 2px;
  cursor: pointer;
  color: #48200f;
  font-size: 13px;
}
._2SPy4AgbBu61ZyzEcMp29o .modal-header .titleBox {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 0px;
  width: 80px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #422213;
  text-overflow: ellipsis;
}
._2SPy4AgbBu61ZyzEcMp29o .bodyOutter {
  background: #efefef;
  box-sizing: border-box;
}
._2SPy4AgbBu61ZyzEcMp29o .modal-body-box {
  padding: 10px 10px 35px 27px;
  box-sizing: border-box;
}
._2SPy4AgbBu61ZyzEcMp29o .modal-body {
  position: relative;
  overflow: auto;
  padding: 5px 16px 0px 0px;
  box-sizing: border-box;
}
._2SPy4AgbBu61ZyzEcMp29o .modal-body ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
._2SPy4AgbBu61ZyzEcMp29o .modal-body ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
._2SPy4AgbBu61ZyzEcMp29o .modal-body .moreLook {
  position: relative;
  margin-bottom: 10px;
  font-size: 11px;
  text-align: right;
  cursor: pointer;
}
._2SPy4AgbBu61ZyzEcMp29o .modal-body::-webkit-scrollbar {
  width: 4px;
}
._2SPy4AgbBu61ZyzEcMp29o .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
._2SPy4AgbBu61ZyzEcMp29o .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(140, 140, 140);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}
._2SPy4AgbBu61ZyzEcMp29o .modal-body::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}
