.wrap {
  max-width: 440px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.warp-1 {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.grad-btn {
  width: 84%;
  height: 42px;
  background: linear-gradient(90deg, #ff8000 0%, #ff4019 100%);
  border-radius: 21px;
}
.goods-link {
  /* background-color: rgba(255,0,0,0.5); */
  width: 50%;
  height: 73vw;
  margin-bottom: 10px;
}

.light {
  position: absolute;
  left: -100vw;
  top: 0;
  width: 100vw;
  height: 40vw;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
  animation-name: moveRight;
  animation-timing-function: linear;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
}

@keyframes moveRight {
  from {
    left: -100vw;
  }

  6%,
  100% {
    left: 100vw;
  }
}

/* 进度条 */
.progress-bar {
  /* width: 100%;     */
  width: 30vw;
  height: 3px;
  background-color: #eee;
  border-radius: 3px;
  display: flex;
}

.progress-bar .progress-complete {
  height: 100%;
  background-color: #fe3637;
  border-radius: 3px;
}

.progress-number {
  color: #c12c2c !important;
}

.progress-complete {
  height: 100%;
  background-color: #fe3637;
  border-radius: 3px;
}

.complete-count {
  font-size: 14px !important;
  font-weight: bold;
}

/* 加载进度 */
.progress-bar.loading-progress {
  /* width: 100%;     */
  /* width: 0vw; */
  height: 5px;
  background-color: #eee;
  border-radius: 5px;
  display: flex;
}

.progress-bar.loading-progress .progress-complete {
  height: 100%;
  background-color: #fe3637;
  border-radius: 3px;
}

@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

@-webkit-keyframes fadeOutUpSmall {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
}

@keyframes fadeOutUpSmall {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
}
/* .animated.fadeInDownSmall, */
.animated.fadeOutUpSmall {
  animation-duration: 200ms;
}

/* 大转盘样式 */
.plate {
  width: calc(100vw - 40px);
  height: calc(100vw - 40px);
  margin-left: auto;
  margin-right: auto;
}

.plate .turnplate {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.plate .turnplate canvas.item {
  width: 100%;
}

.pointer {
  position: absolute;
  top: calc(50% - 20vw);
  left: calc(50% - 11vw);
}
.pointer-img {
  width: 22vw;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  animation-duration: 20s;
  animation-timing-function: linear;
}

.light {
  position: absolute;
  left: -100vw;
  top: 0;
  width: 100vw;
  height: 40vw;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
  animation-name: moveRight;
  animation-timing-function: linear;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
}

@keyframes moveRight {
  from {
    left: -100vw;
  }

  6%,
  100% {
    left: 100vw;
  }
}

@-webkit-keyframes pulse-big {
  from {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
}

@keyframes pulse-big {
  from {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
}

.pulse-big {
  -webkit-animation-name: pulse-big;
  animation-name: pulse-big;
}

@-webkit-keyframes pulse-midium {
  from {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.02, 1.02, 1.02);
  }
  to {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
}

@keyframes pulse-midium {
  from {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
    transform: scale3d(1.02, 1.02, 1.02);
  }
  to {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
}

.pulse-midium {
  -webkit-animation-name: pulse-midium;
  animation-name: pulse-midium;
}

.dialog-scroll {
  overflow-y: auto;
}

.dialog_dzp-bottom-btn {
  position: absolute;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  height: 18vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .xianjinhongbao-bottom-btn {
  position: absolute;
  font-size: 18px;
  color: #af3818;
  top: 0;
  left: 0;
  right: 0;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.cash-dialog {
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  background-image: url("./images/images-888/cash-dialog-bg.png");
}

.cash-dialog > div {
  padding-top: 30.68vh;
}

.cash-dialog .hit-amount {
  font-family: DIN Black;
  font-weight: bold;
  font-size: 4rem;
  height: 6.75vh;
  line-height: 6.75vh;
  color: #ffffff;
  padding-right: 36vw;
  text-align: right;
}

.cash-dialog .copy-box {
  height: 2rem;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: 14.1vh;
}

.cash-dialog .copy-box > div {
  position: relative;
  margin: 0 25vw 0 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cash-dialog .copy-box .cpoy-btn {
  position: absolute;
  right: -13vw;
  color: #fd6a27;
  font-size: 1.25rem;
}

.cash-dialog .btn-box {
  margin-top: 2.37vh;
  padding: 2.37vh 10.24vw 0 10.24vw;
}

.cash-dialog .cash-bottom-btn {
  background-image: url(./images/btn-zj-888@2x.png);
  background-size: 100% 100%;
  position: absolute;
  z-index: 99;
  top: 2.96vh;
  left: 0;
  right: 0;
  height: 16vh;
  display: flex;
  justify-content: center;
}

.cash-dialog .cash-bottom-btn > span {
  padding-top: 3.5vh;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
}

#dialog_xianjinhongbao .close-box {
  position: absolute;
  z-index: 9;
  top: 5vh;
  right: 2vw;
}
.confirm-dialog {
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  background-image: url("./images/dialog-confirm-bg.png");
}

.confirm-dialog .close-box {
  position: absolute;
  z-index: 9;
  top: 5vh;
  right: 2vw;
}

.confirm-dialog .content-box {
  margin-top: 29vh;
}

.confirm-dialog .content-box .amount {
  margin-left: 9.67vw;
  margin-right: 55.67vw;
  font-family: DIN Black;
  font-weight: bold;
  font-size: 1.8rem;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #e94848;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirm-dialog .content-box .amount .hit-unit {
  font-family: Alibaba PuHuiTi;
  line-height: 1.5rem;
  font-size: 1.5rem;
}

.confirm-dialog .btn-box {
  margin-top: 2.37vh;
  padding: 2.37vh 10.24vw 0 10.24vw;
}

.confirm-dialog .btn-box .conform-bottom-btn {
  background-image: url(./images/btn-zj-888@2x.png);
  background-size: 100% 100%;
  position: absolute;
  top: 2.96vh;
  left: 0;
  right: 0;
  height: 15vh;
  display: flex;
  justify-content: center;
  z-index: 99;
}

.confirm-dialog .btn-box .conform-bottom-btn > span {
  padding-top: 3.5vh;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
}

.confirm-dialog .copy-box {
  height: 2rem;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: 20vh;
}

.confirm-dialog .copy-box > div {
  position: relative;
  margin: 0 18vw 0 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirm-dialog .copy-box .cpoy-btn {
  position: absolute;
  right: -13vw;
  color: #fd6a27;
  font-size: 1.25rem;
}
