#lotteryModal .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}
#lottery img.bg-img{
  position: absolute;
    width: 118%;
    height: 157%;
    left: -54px;
    top: -118px;
}
#lottery table {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lottery table td {
  position:relative;
  text-align:center;
  color:#333;
}
#lottery table td img {
  display: block;
  width: 140px;
  margin: auto;
  background: #FFFBE5;
  border-radius: 20px;
  margin: 5px;
  z-index: 2;
  position: relative;
}
#lottery table td a {
  width:140px;
  text-decoration:none;
  margin: auto;
}
#lottery table td a:hover {
}
#lottery table td.active img {
  background-color: transparent;
}
#lottery table td.active .mask {
  display:block;
  background-image: url('/static/images/lottery/active.png');
  background-size: contain;
  z-index: 1;
}
#lottery .mask {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    border-radius: 20px;
    background-color: rgba(252,211,4,0.5);
    display:none;
}
.lottery-box {
  display: flex;
  background: #FFF9EA;
  border: 1px solid #FEC386;
  border-radius: 4px;
  padding: 9px 18px;
}
.lottery-box .lottery-list{
  margin: 0;
  align-items: center;
  display: flex;
  list-style: none;
  overflow: scroll;
  flex-wrap: wrap;
  height: 20px;
  padding-left: 15px;
  font-size: 13px;
  pointer-events: none;
}
.lottery-box img {
  width: 22px;
}
#lottery img.close {
  width: 32px;
  position: absolute;
  right: 40px;
  top: -100px;
  opacity: 1;
}
#lotteryRes .qrcode {
  width: 140px;
  margin-top: 30px;
  margin-bottom: 25px;
}
#lotteryRes .btn-close {
  padding: 10px 60px;
  margin-bottom: 50px;
}