.nutbig-turntable {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
  // transform: translateZ(0);
  .pointer {
    position: absolute;
    // left: calc(50% - 35px);
    // top: calc(50% - 40px);
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-43.75%, -50%);
  }
  .drawTable-name {
    position: absolute;
    left: 10px;
    top: 20px;
    width: calc(100% - 20px);
    font-size: 12px;
    text-align: center;
    color: #ff5722;
  }
  .drawTable-img {
    position: absolute;
    /*要居中就要50% - 宽度 / 2*/
    left: calc(50% - 30px / 2);
    top: 60px;
    width: 30px;
    height: 30px;
    img {
      display: inline-block;
      width: 100%;
      height: 100%;
    }
  }
  .turntable {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    #canvasWx {
      width: 100%;
      height: 100%;
    }
    .mlcanvas {
      height: 50% !important;
      margin-top: 25%;
      canvas {
        transform: scale(2);
      }
    }
  }
  .prize {
    position: absolute;
    left: 25%;
    top: 0;
    width: 50%;
    height: 50%;
    .item {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transform-origin: center bottom;
    }
  }
}
