.lottery {
  min-height: 100vh;
  padding-top: 116px;
  background: url('../../assets/images/lottery-bg.png') no-repeat 0 0;
  background-size: 375px 603px;
  background-color: #f73249;
  &-times {
    width: 134px;
    height: 38px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    color: #c61929;
    line-height: 38px;
    background: url('../../assets/images/lottery-tip.png') no-repeat 0 0;
    background-size: 134px 38px;
  }
  &-layer {
    position: relative;
    width: 310px;
    height: 374px;
    margin: 0 auto;
    padding: 17px 0 40px 0;
    background: url('../../assets/images/lottery-shadow-bot.png') no-repeat center 330px;
    background-size: 273px 32px;
    &-plate {
      width: 310px;
      height: 310px;
      background: url('../../assets/images/lottery-plate.png') no-repeat 0 0;
      background-size: 310px;
      transform: rotate(0);
    }
    &-pointer {
      position: absolute;
      top: 113px;
      left: 50%;
      margin-left: -47px;
      // margin-top: -59px;
      width: 94px;
      height: 118px;
      background: url('../../assets/images/lottery-pointer.png') no-repeat 0 0;
      background-size: 93px 118px;
    }
  }
  &-gift {
    width: 143px;
    height: 38px;
    margin: 0 auto;
    padding-left: 40px;
    background: url('../../assets/images/lottery-gift-icon.png') no-repeat 17px center;
    background-size: 16px;
    background-color: rgba(0,0,0,0.27);
    border-radius: 21px;
    font-size: 14px;
    color: #ffffff;
    line-height: 38px;
  }
}