.detail-win {
  background: var(--bgcolor-1);
  width: 880px;
  height: 610px;
  border-radius: 10px;
  overflow: hidden;
}
.detail-win .sotit {
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid transparent;
  border-color: #e5e5e5 !important;
}
.detail-win .sotit .scalebtn {
  color: var(--textcolor-2);
  width: 30px;
  position: absolute;
  right: 40px;
  top: 0;
  cursor: pointer;
}
.detail-win .sotit .cc a {
  cursor: pointer;
  right: 10px;
}
.detail-win .popinfo {
  padding: 10px;
  min-height: 200px;
  display: block;
}
.detail-win .popinfo .detailtable {
  max-height: 513px;
  margin-top: 10px;
  padding: 0 5px;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
}
.detail-win .popinfo .detailtable::-webkit-scrollbar {
  width: 10px;
}
.detail-win .popinfo .detailtable::-webkit-scrollbar-thumb {
  background: var(--bgcolor-4);
  border-radius: 32px;
}
.detail-win .popinfo .detailtable::-webkit-scrollbar-track {
  background: var(--border-2);
  border-radius: 32px;
}
.max .detailtable {
  max-height: calc(100vh - 88px) !important;
}
