
*{
  padding: 0;
  margin: 0;
}

img{
  width: 100%;
  height: 100%;
  vertical-align:top;
}
.container{
  min-width: 1280px;
}
.h-full{
  height: 100%;
}
.w-full{
  width: 100%;
}
.relative{
  position: relative;
}
.timeText{
  font-size: 17px;
  font-size: 0.34rem;
  position: absolute;
  left: 30%;
  top: 63.3%;
  color: #ffffff;
}
.vip{
  width: 1238px;
  height: 149px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -619px;
  z-index: 100;
}

#rotateBox{
  margin: 2rem;
  position: relative;
  /* width: 525px;
  height: 525px; */
  width: 10.5rem;
  height: 10.5rem;
}
#rotateBox>div{position: absolute;
  left: 0;top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(../img/truntable-bg-7.c434b276.png) no-repeat;
  background-size: 100%}
#rotateBox button{
  -webkit-transition: all .2s ease;
  background:url(../img/lotteryPrize.1de3d2ce.png) no-repeat;
  background-size: 100% ;
  position: absolute;
  z-index: 20;
  /* width: 128px;
  height: 170px; */
  width: 2.56rem;
  height:3.4rem;
  color: #fff;
  border:none;
  left: 50%;
  top: 50%;
  margin-left: -1.28rem;
  margin-top: -1.7rem;
  /* -webkit-transform: rotate(45deg); */
  cursor: pointer;
  outline: none;
}
#rotateBox button span{font-size: 16px;display: block; font-weight: bold;-webkit-transform: rotate(-45deg);}
#starts.none{background:url(../img/lotteryPrize.1de3d2ce.png) no-repeat;background-size: 100% ;}
.rounded-box{
  position: absolute;
  /* top: 200px; */
  /* left: 224px; */
  top: 4.3rem;
  left: 4.7rem;
}

.prize{
  display: flex;
  justify-content: center;
}
.prize-list{
  height: 4.55rem;
  -webkit-transform-origin: 48.5% 78%;
  /* padding-bottom: 75px; */
  position: absolute;
  top: 0;
  transform: rotate(0deg);
  padding-bottom: 2.15rem;
  display: flex;
  align-items: center;
}

.prizeTextDate{
  width: 108px;
  height: 55px;
  background: url(../img/prizeScore-bg.6dcb93cc.png) no-repeat 100% 100%;
  transform: rotate(-90deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.num{
  font-size: 0.4rem;
  font-weight: 700;
  color: #ab1414;
  line-height: 55px;
}
.unit{
  margin-left: 2.5px;
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 55px;
}
ul,li{
  list-style:none;
}
.draw_num{
  position: absolute;
  /* top: 690px;
  left: 300px; */
  top: 13.8rem;
  left: 6rem;
  color: #f7fbd9;
  /* font-size: 16px; */
  font-size: 0.32rem;
  font-weight: 800;
}
.draw_nums{
  color: #fffa69;
  /* font-size: 16px; */
  font-size: 0.32;
  font-weight: 800;
}


.swiper {
  position: absolute;
  /* top: 180px;
  left: 750px;
  width: 370px;
  height: 350px; */
  top: 3.6rem;
  left: 15rem;
  width: 7.4rem;
  height: 7rem;
  overflow: hidden;
}

.swiper-slide {
  border: 1px;
  /* height: 20px !important; */
  height: 0.5rem !important;
  color: #75463c;
  /* font-size: 14px; */
  font-size: 0.28rem;
  margin: 5px 0px;
  padding: 0 0 6px;
  border-bottom:  1px dashed #e7e4bb !important;
}


.swiper-wrapper {
  /* height: 31px !important; */
  height: 0.62rem !important;
  /* 这里是改变其动画效果为匀速形式，不加此样式的话会造成滚动卡顿，看起来效果不平滑 */
  /* 样式做了各种浏览器的兼容 */
  transition-timing-function:linear !important;
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;

}
.btn{
  position: absolute;
  /* top: 575px;
  left: 750px; */
  top: 11.5rem;
  left: 15rem;
  display: flex;
  justify-content: space-between;

}
.btn-recharge{
  /* width: 173px;
  height: 50px;   */
  width: 3.46rem;
  height: 1rem;
  background: #c03722;
  border-radius: 30px;
  color: #f3eea5;
  text-align: center;
  /* line-height: 50px; */
  line-height: 1rem;
  font-size: 0.32rem;
}
.btn-log{
  /* width: 173px; */
  /* height: 50px; */
  width: 3.46rem;
  height: 1rem;
  background: #f3c78d;
  border-radius: 30px;
  color: #a92c2c;
  text-align: center;
  /* line-height: 50px; */
  line-height: 1rem;
  margin-left: 10px;
  font-size: 0.32rem;
}
.dialog{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background: rgba(84,80,76,0.3);
  z-index: 1999;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.dialogbg{
  margin: 1rem auto;
  /* height: 926px!important;
  width: 1069px!important; */
  height: 18.52rem!important;
  width: 21.38rem!important;
  overflow: hidden;
  box-shadow: none;
  background-image: url(../img/prizeListSelf.74fdee6e.png);
  background-color: transparent;
  background-size: 100% 100%;
}
.rule{
  position: absolute;
  /* top: 830px;
  left: 65px;
  width: 1200px; */
  top: 16.6rem;
  left: 1.3rem;
  width: 24rem;
  color: #e6e2ba;
}
.title{
  /* font-size: 20px; */
  font-size: 0.4rem;
  font-weight: 800;
}
.content-txt{
  margin-top: 6px;
  font-size: 0.4rem;

}
.cursor-pointer{
  cursor: pointer;
}
