@charset "utf-8";
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
select,
button,
textarea,
table,
th,
td,
a,
span,
canvas {
  margin: 0;
  padding: 0;
  background: no-repeat center / contain;
  cursor: default;
}
body {
  display: block;
  position: relative;
  margin: auto;
  max-width: 10rem;
  min-width: 4.26666667rem;
  font-size: 0.16rem;
  font-family: "Microsoft Yahei", "Arial", sans-serif;
}
ul,
ol {
  list-style: none;
}
img {
  border: none;
}
a {
  outline: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
input {
  outline: none;
}
.block {
  display: block;
}
.none {
  display: none;
}
.r {
  position: relative;
}
.a {
  position: absolute;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

#wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 16.01333333rem;
}

.awards {
  overflow: hidden;
  position: absolute;
  left: 50%;
}
.awards .swiper-slide {
  margin: 0.06666667rem 0.26666667rem;
  padding: 0.2rem;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../image/drag_box.png");
}
.awards .swiper-slide img {
  width: inherit;
  height: inherit;
}

#mask-rule,
#mask-my,
#mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
#mask-rule .box-rule,#mask-my .box-my {
  position: relative;
  margin: 20% auto;
  padding-top: 0.53333333rem;
  width: 90%;
  height: 70%;
  border-radius: 0.26666667rem;
}
#mask-rule .box-rule .star,#mask-my .box-my .star  {
  position: absolute;
  left: 50%;
  top: -1.33333333rem;
  margin-left: -1.73333333rem;
  width: 3.45333333rem;
  height: 1.16rem;
}
#mask-rule .box-rule h2,#mask-my .box-my h2 {
  width: 100%;
  text-align: center;
  line-height: 0.45333333rem;
  font-size: 0.45333333rem;
  font-weight: normal;
  color: #fff;
}
#mask-rule .box-rule h2::before,
#mask-rule .box-rule h2::after,
#mask-my .box-my h2::before,
#mask-my .box-my h2::after {
  display: inline-block;
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  background-color: #fff;
  border-radius: 50%;
}
#mask-rule .box-rule h2::before,#mask-my .box-my h2::before {
  margin-right: 0.32rem;
}
#mask-rule .box-rule h2::after,#mask-my .box-my h2::after {
  margin-left: 0.32rem;
}
#mask-rule #close-rule,#mask-my #close-my {
  position: absolute;
  right: 0.45333333rem;
  top: 0.50666667rem;
  width: 0.53333333rem;
  height: 0.53333333rem;
  background-image: url("../image/close.png");
}

#mask-rule .con,#mask-my .con {
  overflow: auto;
  position: relative;
  margin: 0.53333333rem auto;
  padding-right: 0.2rem;
  width: 7.73333333rem;
  height: 82%;
  line-height: 0.64rem;
  font-size: 0.34666667rem;
  color: #fff;
}
#mask-rule .con .text,#mask-my .con .text {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: auto;
}

#mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
#mask .blin {
  width: 100%;
  height: 100%;
  background-image: url("../image/gold.png");
  -o-animation: circle 10s linear infinite;
  -ms-animation: circle 10s linear infinite;
  -moz-animation: circle 10s linear infinite;
  -webkit-animation: circle 10s linear infinite;
  animation: circle 10s linear infinite;
}
@keyframes circle {
  0% {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#mask .caidai {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../image/dianzhui.png");
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#mask .winning {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 8rem;
  height: 6.8rem;
  margin: -3.46666667rem 0 0 -4rem;
  -o-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
#mask .reback {
  -o-animation: reback .5s linear forwards;
  -ms-animation: reback .5s linear forwards;
  -moz-animation: reback .5s linear forwards;
  -webkit-animation: reback .5s linear forwards;
  animation: reback .5s linear forwards;
}
@keyframes reback {
  100% {
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.winning .red-head {
  position: relative;
  top: -0.33333333rem;
  width: 100%;
  height: 4.46666667rem;
  background-image: url("../image/top.png");
}
.winning .red-body {
  position: relative;
  top: -2.13333333rem;
  z-index: 2;
  width: 100%;
  height: 4.8rem;
  background-image: url("../image/bottom.png");
}
.winning #card {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin-left: -3.2rem;
  margin-top: -1.06666667rem;
  width: 80%;
  height: 4.26666667rem;
  background-image: url("../image/middle.png");
  -o-transition: top .5s;
  -ms-transition: top .5s;
  -moz-transition: top .5s;
  -webkit-transition: top .5s;
  transition: top .5s;
}
#card .win {
  display: block;
  margin: 0.13333333rem auto;
  width: 92%;
  height: 3.86666667rem;
  background-image: url("../image/prize2.png");
}
.winning .pull {
  -o-animation: card .5s linear forwards;
  -ms-animation: card .5s linear forwards;
  -moz-animation: card .5s linear forwards;
  -webkit-animation: card .5s linear forwards;
  animation: card .5s linear forwards;
}
@keyframes card {
  100% {
    margin-top: -3.2rem;
  }
}
.winning .btn {
  position: absolute;
  left: 50%;
  bottom: 10%;
  z-index: 2;
  width: 4.85333333rem;
  height: 0.94666667rem;
  margin-left: -2.42666667rem;
  background-image: url("../image/button.png");
  -o-animation: shake .5s 2 linear alternate;
  -ms-animation: shake .5s 2 linear alternate;
  -moz-animation: shake .5s 2 linear alternate;
  -webkit-animation: shake .5s 2 linear alternate;
  animation: shake .5s 2 linear alternate;
}
@keyframes shake {
  50% {
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
#close {
  opacity: 0;
  position: absolute;
  right: 0rem;
  top: -1.06666667rem;
  z-index: 10;
  width: 0.85333333rem;
  height: 0.85333333rem;
  background-image: url("../image/close1.png");
  -o-animation: fadein .5s .5s linear forwards;
  -ms-animation: fadein .5s .5s linear forwards;
  -moz-animation: fadein .5s .5s linear forwards;
  -webkit-animation: fadein .5s .5s linear forwards;
  animation: fadein .5s .5s linear forwards;
}
@keyframes fadein {
  100% {
    opacity: 1;
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.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.3);
  border-radius: 0.13333333rem;
  overflow: hidden;
}
.scroll ul {
  width: 100%;
  height: 100%;
}
.scroll ul li {
  position: relative;
  height: 26px;
  top: 0;
  text-align: center;
  font-size: 0.29333333rem;
  line-height: 0.53333333rem;
  color: #fff;
  text-shadow:#333 1px 0 0,#333 0 1px 0,#333 -1px 0 0,#333 0 -1px 0;
  -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;
}