.adSlotDiv {
  display: inline-block;
  width: 300px;
  max-width: 300px;
  height: 250px;
  max-height: 250px;
  box-sizing: content-box;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.Ell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.niroAdName {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  right: 0;
  top: 54px;
  width: 58%;
}
.niroAdName span {
  max-width: 120px;
}
.niroAdAmount {
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  left: 156px;
  top: 157px;
}
.taC {
  text-align: center;
}
.fwN {
  font-weight: normal;
}
.dN {
  display: none;
}
