/* 抽奖弹幕提示 */
figure {
  margin: 0;
  padding: 0;
}
.luckdraws-box {
  padding: 0.2rem 0.2rem;
  margin: 0.1rem 0;
  border-bottom: 1px solid #fcfcfc;
  display: none;
}
.flex-box {
  display: flex;
  align-items: center;
}
.luckdraw figure {
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  z-index: 99;
}
.luckdraw .luckdraw-text {
  min-height: 0.48rem;
  height: auto;
  line-height: 0.44rem;
  padding: 0 0.16rem 0 0.4rem;
  position: relative;
  z-index: 9;
  margin-left: -0.34rem;
  margin-top: 0.12rem;
  color: #fff7c1;
  font-size: 0.2rem;
  width: 100%;
}
.luckdraw .luckdraw-text:after {
  content: "";
  width: 100%;
  height: 100%;
  /* height: 0.48rem; */
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border: solid 0.028rem transparent;
  border-radius: 0.4rem;
  background-image:
    linear-gradient(to right, #f88b4a, #f33a48),
    linear-gradient(to right, #ffeca2, #ffe681);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

/* 未中奖 */
.notprize {
  color: #575757;
  width: 100%;
  height: 0.4133rem;
  text-align: center;
  font-size: 0.1733rem;
  background: linear-gradient(to right, #ffffff, #fffaf0, #fff5e1);
  border: 0.0067rem solid #ffeabf;
  position: relative;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  padding-left: 0.14rem;
  box-sizing: border-box;
}
.notprize span.closed {
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  background: url("../image/edit/i-closed.png") no-repeat;
  /* background-position: -2px -2px; */
  background-size: 100% 100%;
  right: 0;
  position: absolute;
  top: -0.2rem;
}
.notprize p {
  margin: 0;
  line-height: 0.44rem;
  flex: 1;
}
.btn-know {
  color: #ffffff;
  background: linear-gradient(#ffa05c, #ff7051, #ff4b48);
  text-align: center;
  width: 1.1rem;
  height: 0.42rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
}

/* 中奖 */
.winprize {
  /* margin: 0.3333rem 0; */
  width: 4.72rem;
  height: 0.8467rem;
  position: relative;
}
.winprize-bg {
  width: 4.72rem;
  height: 0.8467rem;
  background: url("../image/edit/winPrize_wap1.png") no-repeat;
  background-size: 100% 100%;
}
.winprize span.closed {
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  background: url("../image/edit/i-closed.png") no-repeat;
  /* background-position: -2px -2px; */
  background-size: 100% 100%;
  right: 0;
  position: absolute;
  top: 0.04rem;
}
.winprize-jp {
  position: absolute;
  bottom: 20%;
  right: 0;
  width: 3.68rem;
  height: 0.3867rem;
  display: flex;
  justify-content: space-between;
}
.winprize p {
  line-height: 0.3867rem;
  color: #ffffff;
  font-size: 0.2rem;
  color: #fff4ae;
  margin: 0;
}
.btn-receive {
  background: linear-gradient(#feed52, #fdcb2a, #fdac06);
  box-shadow: 0 0.0267rem 0.04rem rgba(177, 21, 7, 0.5);
  color: #a53000 !important;
  width: 1.1rem;
  height: 0.3867rem;
  line-height: 0.3867rem;
  font-size: 0.1867rem;
  text-align: center;
  border-radius: 0.2rem;
  text-decoration: none;
}

/* 信息提交 */
.luckNews {
  color: #ff6128;
  font-size: 0.2533rem;
  font-weight: 600;
  padding: 0.0333rem 0 0.1rem;
  line-height: 1.6;
}
.luckNews span {
  display: inline-block;
  width: 0.3067rem;
  height: 0.2667rem;
  background: url(../image/edit/i-gift.png);
  background-size: 100%;
  /* background-position: -2px -118px; */
  vertical-align: text-top;
  margin-right: 0.0333rem;
  margin-top: 0.0333rem;
}
.news-filling {
  padding: 0.1333rem;
  border-radius: 0.0667rem;
  margin: auto;
  text-align: center;
  display: none;
}

.news-form {
  width: 100%;
}
.news-form label {
  color: #303030;
  font-size: 0.2133rem;
  width: 1.3rem;
  line-height: 0.4rem;
  text-align: right;
  display: inline-block;
  padding-right: 0.08rem;
  margin-bottom: 0.1rem;
}
.news-form input[type="text"] {
  width: calc(100% - 1.52rem);
  height: 0.44rem;
  border: 1px solid #fcd2b7;
  padding: 0 0.0667rem;
  margin-bottom: 10px;
  border-radius: 5px;
  outline: 0;
  font-size: 0.21rem;
}
.btn-news {
  display: inline-block;
  width: 1.6rem;
  height: 0.4667rem;
  line-height: 0.4667rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.2133rem;
  border-radius: 0.0667rem;
  margin-right: 0.1333rem;
}
.btn-news span {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.0334rem;
}
.news-submit {
  background: linear-gradient(#ffa05c, #ff7051, #ff4b48);
  cursor: pointer;
}
.news-submit span {
  background: url(../image/edit/i-submit.png) no-repeat;
  width: 0.2467rem;
  height: 0.2467rem;
  background-position: 0px -56px;
}
.news-back {
  text-decoration: none;
  background: linear-gradient(#5cc7ff, #3bafff);
}
.news-back span {
  background: url(../image/edit/i-back.png) no-repeat;
  width: 0.3133rem;
  height: 0.2533rem;
  background-size: 100%;
  /* background-position: -38px -56px; */
}
/* 直播未开始弹窗 */
.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;
}
