@charset "utf-8";
body {
  background-color: #ff7040;
}
#wrap {
  margin-top: -0.01333333rem;
  height: 17.8rem;
  background-image: url("../image/bg.png");
}
.time {
  position: absolute;
  left: 3.66666667rem;
  top: 1.3rem;
  width: 1.73333333rem;
  line-height: 0.37333333rem;
  font-size: 0.23333333rem;
  color: #fff;
  -o-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
.caidai {
  position: absolute;
  width: 100%;
  height: 13.65333333rem;
  background-image: url("../image/caidai.png");
}
.header {
  padding: 0.49333333rem;
}
.rule,
.my {
  position: relative;
  z-index: 1;
  width: 1.2rem;
  height: 0.66666667rem;
  border: 1px solid #d89720;
  font-size: 0.32rem;
  line-height: 0.65333333rem;
  text-align: center;
  color: #d89720;
  border-radius: 0.06666667rem;
}
.my {
  width: 1.6rem;
}

.prize {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3.86666667rem 0 0 -3.86666667rem;
  width: 7.73333333rem;
  height: 7.73333333rem;
  border-radius: 50%;
}
.running {
  -o-animation: init 90s linear infinite;
  -ms-animation: init 90s linear infinite;
  -moz-animation: init 90s linear infinite;
  -webkit-animation: init 90s linear infinite;
  animation: init 90s linear infinite;
}
@keyframes init {
  100% {
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.border {
  width: 5.06666667rem;
  height: 0.84rem;
  margin: 0.13333333rem auto 0.33333333rem;
  background-image: url("../image/border.png");
  font-size: 0.32rem;
  line-height: 0.84rem;
  text-align: center;
  color: #fff;
}
.scroll {
  width: 7.33333333rem;
  height: 2.33333333rem;
  margin: auto;
}
.scroll p {
  width: 4.76rem;
  height: 0.29333333rem;
  margin: auto;
  background-image: url("../image/list.png");
}
.scroll div {
  width: 100%;
  height: 1.06666667rem;
  margin-top: 0.26666667rem;
  padding: 0.26666667rem 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.13333333rem;
}
.scroll ul {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.scroll ul li {
  position: relative;
  top: 0;
  text-align: center;
  font-size: 0.29333333rem;
  line-height: 0.53333333rem;
  color: #fff;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#mask-rule .box-rule {
  background-color: #fe5c51;
}
#mask-rule .box-rule .star {
  background-image: url("../image/star2.png");
}

#mask-my .box-my {
  background-color: #fe5c51;
}
#mask-my .box-my .star {
  background-image: url("../image/star2.png");
}