figure {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.video-box {
  position: relative;
}
.luckdraw-video-box {
  position: absolute;
  bottom: 40px;
  left: 22px;
  z-index: 998;
  width: 100%;
}
.flex-box {
  display: flex;
  align-items: center;
}
.luckdraw-video-box .luckdraw figure {
  width: 90px;
  height: 90px;
  position: relative;
  z-index: 99;
  left: -18px;
  bottom: -10px;
  cursor: pointer;
}
.luckdraw-video-box .luckdraw figure img {
  width: 100%;
  height: 100%;
}
.luckdraw-video-box .luckdraw .luckdraw-text {
  height: 36px;
  line-height: 36px;
  padding: 0 20px 0 50px;
  position: relative;
  z-index: 9;
  margin-left: -62px;
  margin-top: 45px;
  color: #fff7c1;
  font-size: 17px;
  font-weight: 600;
  max-width: 75%;
}
.luckdraw-video-box .luckdraw .luckdraw-text:after {
  content: "";
  width: 100%;
  height: 36px;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border: solid 3px transparent;
  border-radius: 30px;
  background-image:
    linear-gradient(#f88b4a, #f87452, #f33a48),
    linear-gradient(to bottom, #faeed1, #ecd19d);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.luckdraw-text-p {
  width: 100%;
  overflow: hidden;
}
.luckdraw-video-box .luckdraw-text p {
  width: 100%;
  white-space: nowrap;
  /* animation: wordsLoop 10s  linear infinite normal; */
}
@keyframes wordsLoop {
  0% {
    transform: translateX(1%);
    -webkit-transform: translateX(1%);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}

@-webkit-keyframes wordsLoop {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
.luckdraw-video-box .luckdraw-text span.closed {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("../image/edit/icons.png") no-repeat;
  background-position: -2px -2px;
  right: -20px;
  position: absolute;
  top: -30px;
  cursor: pointer;
}

/* 未中奖 */
.luckdraw-video-box .notprize {
  color: #919191;
  width: 160px;
  height: 82px;
  text-align: center;
  font-size: 14px;
  background: linear-gradient(#fffefd, #fff3d9);
  position: relative;
  border-radius: 5px;
}
.luckdraw-video-box .prizeWarn {
  height: 55px !important;
}
.luckdraw-video-box .notprize span.closed {
  display: inline-block;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.luckdraw-video-box .notprize h3 {
  color: #424040;
  font-size: 16px;
  padding-top: 15px;
  margin: 0;
}
.luckdraw-video-box .notprize p {
  margin: 6px 0 12px;
}
.luckdraw-video-box .prizeWarn p {
  padding-top: 15px;
}
.luckdraw-video-box .btn-know,
.luckdraw-video-box .btn-go {
  color: #ffffff;
  font-size: 14px;
  background: linear-gradient(#ffa05c, #ff7051, #ff4b48);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 88px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  margin: auto;
  cursor: pointer;
  text-decoration: none;
}

/* 中奖 */
.winprize {
  margin: 50px 0;
  width: 730px;
  height: 411px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.winprize-bg {
  width: 730px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../image/edit/winPrize_bg.png") no-repeat;
  background-size: 100% 100%;
  z-index: 99;
}
.winprize-tc {
  width: 305px;
  height: 323px;
  background: url("../image/edit/winPrize_p.png") no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.winprize-tc span.closed {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../image/edit/i-closed.png) no-repeat;
  float: right;
  cursor: pointer;
}
.winprize-bg p {
  position: absolute;
  left: 50%;
  bottom: 14%;
  transform: translate(-50%, -14%);
  color: #ffffff;
  font-size: 23px;
  margin: 0;
}
.btn-receive {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0);
}

/* 信息提交 */
.luckNews {
  color: #ff6128;
  font-size: 24px;
  font-weight: 600;
  padding: 5px 0 15px;
  line-height: 1.6;
}
.luckNews span {
  display: inline-block;
  width: 28px;
  height: 25px;
  background: url(../image/edit/icons.png);
  background-position: -2px -92px;
  vertical-align: text-top;
  margin-right: 5px;
}
.news-filling {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  width: 800px;
  margin: auto;
  text-align: center;
}

.news-form {
  width: 100%;
}
.news-form label {
  width: 105px;
  text-align: right;
  display: inline-block;
  padding-right: 10px;
}
.news-form input[type="text"] {
  width: calc(100% - 150px);
  height: 35px;
  border: 1px solid #fcd2b7;
  padding: 0 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  outline: 0;
}
.btn-news {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  margin: 15px;
  outline: 0;
  border: 0;
}
.btn-news span {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
}
a {
  text-decoration: none;
}
.news-submit {
  background: linear-gradient(#ffa05c, #ff7051, #ff4b48);
  cursor: pointer;
  position: relative;
}
.news-submit span {
  background: url(../image/edit/icons.png) no-repeat;
  width: 23px;
  height: 23px;
  background-position: -2px -32px;
}
.news-back {
  text-decoration: none;
  background: linear-gradient(#5cc7ff, #3bafff);
}
.news-back span {
  background: url(../image/edit/icons.png) no-repeat;
  width: 27px;
  height: 24px;
  background-position: -28px -32px;
}
/* 直播未开始弹窗 */
.live-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.live-notice-box {
  width: 90%;
  max-width: 380px;
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}

.live-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}

.live-close-btn {
  padding: 10px 35px;
  background: #ff4655;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
}
.live-close-btn:hover {
  background: #e63946;
}

.live-small-close {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  background: none;
  border: none;
}
