/*鹅直播讲师端抽奖功能弹窗*/
.lottery-pop {
  width: 100vmin;
  background-color: #F5F5F5;
}
.vertical.lottery-pop {
  border-top-left-radius: 3vmin;
  border-top-right-radius: 3vmin;
}
.lottery-pop .pop-title {
  line-height: 12.8vmin;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 4.2vmin;
  width: 77vmin;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lottery-pop .pop-content {
  width: 100%;
  height: calc(100% - 12.8vmin);
}
.lottery-pop .lottery-list {
  width: 100%;
  height: 100%;
}
.close-icon {
  position: absolute;
  width: 4.2vmin;
  height: 4.2vmin;
  right: 4.3vmin;
  top: 4.3vmin;
  display: flex;
  z-index: 99;
  background-size: 100% 100%;
  background-image: url(https://wechatapppro-1252524126.cdn.xiaoeknow.com/appAKLWLitn7978/image/b_u_5b2225aa46488_oGKN7IvA/ky46e1g00flz.png);
}
.back-icon {
  position: absolute;
  width: 4.2vmin;
  height: 4.2vmin;
  left: 4.3vmin;
  top: 4.3vmin;
  display: flex;
  z-index: 99;
  background-size: 100% 100%;
  background-image: url(https://wechatapppro-1252524126.cdn.xiaoeknow.com/appAKLWLitn7978/image/b_u_5b2225aa46488_oGKN7IvA/ky46e1fv0qla.png);
}
