html,body{
  height: 100%;
  overflow: auto;
}
.more_dialog{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  background-color: rgba(51, 51, 51, 0.37);
  display: flex;
  align-items: center;
  justify-content: center;
}

.more_dialog_content{
  max-width: 1061px;
  padding: 116px 68px;
  font-size: 18px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  background-color: #fff;
}