@charset "utf-8";
.hidden {
  display: none;
}
.jf-backTop {
  width: 0.58666667rem;
  height: 0.58666667rem;
  background: url("/topics/common/img/back-top.png") center center no-repeat;
  background-size: contain;
  position: fixed;
  right: 0.14666667rem;
  bottom: 0.96rem;
  transition: all 0.3s ease-in-out;
}
.jf-backTop.hide {
  right: px2rem(-200);
}
.jf-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}
.jf-loading > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.jf-loading img {
  margin: 0 auto 0.53333333rem;
}
.jf-loading p {
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
}
html {
  min-height: 100%;
  background-color: #4181e7;
}
body {
  overflow-x: hidden;
}
button {
  border: none;
  padding: 0;
  outline: none;
  display: block;
  box-shadow: none;
  resize: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
img {
  display: block;
}
.head {
  width: 100%;
  position: relative;
}
.head .head-img {
  width: 100%;
  height: auto;
}
.head > p {
  width: 0.69333333rem;
  height: 1.70666667rem;
  position: absolute;
  bottom: 0.85333333rem;
}
.head > p > span {
  position: absolute;
  width: 1.33333333rem;
  height: 100%;
  right: 0;
  top: 0;
}
.head #record {
  right: 0;
  background: url("../image/record.png") no-repeat center center;
  background-size: 100% 100%;
}
.head #rules {
  left: 0;
  background: url("../image/rules.png") no-repeat center center;
  background-size: 100% 100%;
}
.head #jf-tip-btn {
  width: 5.2rem;
  height: 0.93333333rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#copy-txt {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
@keyframes twinkle {
  100% {
    opacity: 0;
  }
}
@keyframes bigSmall {
  100% {
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
/*主体*/
.main-bg-box {
  width: 100%;
  position: relative;
  background-size: 100% 100%;
}
.main {
  width: 9.33333333rem;
  height: 9.2rem;
  position: relative;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  background: url("../image/box-bg.png") no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 0.21333333rem;
}
.main > p {
  width: 0.58666667rem;
  height: 1.74666667rem;
  position: absolute;
  top: 0.96rem;
}
.main > p > span {
  position: absolute;
  width: 1.33333333rem;
  height: 100%;
  right: 0;
  top: 0;
}
.main #record {
  right: -0.24rem;
  background: url("../image/record.png") no-repeat center center;
  background-size: 100% 100%;
}
.main #rules {
  left: -0.24rem;
  background: url("../image/rules.png") no-repeat center center;
  background-size: 100% 100%;
}
.main .get-list-box {
  width: 8.26666667rem;
  height: 0.82666667rem;
  line-height: 0.8rem;
  position: absolute;
  bottom: 0.42666667rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../image/get-list-box-bg.png") no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  font-size: 0.32rem;
  color: #fff;
  letter-spacing: 1px;
}
.main .get-list-box span:first-child {
  margin-right: 0.26666667rem;
}
.share-btn {
  width: 5.37333333rem;
  height: 1.10666667rem;
  background: url("../image/share-btn.png") no-repeat center center;
  background-size: 100% 100%;
  animation: scale linear 1.5s infinite;
  -webkit-animation: scale linear 1.5s infinite;
  margin: 0 auto;
  cursor: pointer;
}
@keyframes scale {
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#change {
  color: #fde817;
}
/*小彩灯*/
.light {
  position: absolute;
  left: 0;
  bottom: 0.37333333rem;
  width: 100%;
  height: 6.93333333rem;
}
.light li {
  position: relative;
  width: 0.45333333rem;
  height: 100%;
}
.light li p {
  margin-bottom: 1.33333333rem;
  width: 0.45333333rem;
  height: 0.45333333rem;
  background-image: url("../image/dark.png");
}
.light li p.blin {
  background-image: url("../image/light.png");
}
/*游戏区域*/
.play {
  position: relative;
  top: 1.49333333rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 8rem;
  height: 5.86666667rem;
}
.prize {
  background-color: #fff;
  border-radius: 0.16rem;
}
.play li {
  position: relative;
  float: left;
  margin: 0.08rem 0 0 0.09333333rem;
  width: 2.54666667rem;
  height: 1.86666667rem;
}
.play li.select {
  background-color: #fedd5b;
}
.play li:nth-child(4) {
  left: 5.28rem;
}
.play li:nth-child(6) {
  top: 1.94666667rem;
}
.play li:nth-child(7) {
  left: 2.64rem;
}
.play li:nth-child(8) {
  left: -2.64rem;
}
.play li:nth-child(9) {
  left: -5.28rem;
  top: -1.94666667rem;
}
/*奖品图片大小*/
.play li img {
  width: 100%;
  height: 100%;
}
/*开始按钮*/
#btn {
  background-image: url("../image/start.png");
  background-size: 100% 100%;
}
/*奖品展示*/
.awards {
  bottom: 0.37333333rem;
  margin-left: -4.6rem;
  width: 9.2rem;
  height: 1.86666667rem;
  background-color: #fd851f;
  box-shadow: 0 0.26666667rem 0.26666667rem rgba(248, 85, 40, 0.5) inset;
  border-radius: 0.13333333rem;
}
/*规则弹窗背景色*/
#mask-rule .box-rule {
  background-color: #f7b50b;
}
/*专题*/
#good-list {
  width: 100%;
  height: 500px;
  background-color: #d01c46;
}
#good-list .good-list-head {
  width: 100%;
  height: auto;
}
/*弹窗文本*/
.text-box {
  width: 100%;
  height: 100%;
  color: #4a4344;
  text-align: justify;
  font-size: 0.32rem;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0.24rem 0.13333333rem;
  box-sizing: border-box;
}
.text-box.font-center {
  text-align: center;
}
.text-box .bold-font {
  font-weight: bold;
}
.text-box .fl {
  text-align: justify;
  font-size: 0.26666667rem;
  padding: 0 0.13333333rem;
}
.text-box .orange {
  color: #ff714e;
}
.text-box .sub-title {
  font-size: 0.42666667rem;
  margin-bottom: 0.53333333rem;
  color: #030303;
}
.text-box .tip-ctt {
  font-size: 0.4rem;
}
.text-box .red-title {
  font-size: 0.53333333rem;
  color: #f73f10;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.text-box > img {
  width: 4.26666667rem;
  height: 2.8rem;
  margin: 0 auto 0.50666667rem;
}
.text-box .record-text {
  margin-bottom: 0.10666667rem;
  color: #030303;
  text-align: justify;
}
.text-box .record-text > span {
  font-weight: bold;
}
/*弹窗覆盖*/
.dialog-content {
  width: 8.33333333rem;
  background-color: transparent;
  touch-action: none;
}
.dialog-content-hd {
  height: 1.04rem;
  padding-top: 0;
  color: #fff;
  background: url("../image/dialog-head.png") no-repeat center center;
  background-size: 4.50666667rem 100%;
}
.dialog-content-hd h4 {
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.24rem;
  font-weight: bold;
  font-size: 0.45333333rem;
}
.main-box {
  min-height: 5.01333333rem;
  max-height: 13.86666667rem;
  background: url("../image/dialog-bg.png") no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  border-radius: 10px ;
}
.dialog-content-bd,
.dialog-content-ft {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.dialog-content-bd {
  border-radius: 10px 10px 0 0;
  color: #000;
  letter-spacing: 1px;
  font-size: 0.42666667rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.dialog-content-ft {
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  padding: 0.34666667rem 0.53333333rem 0.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.dialog-content-ft .dialog-btn {
  width: 3.97333333rem;
  flex: 0 0 auto;
  height: 0.82666667rem;
  line-height: 0.82666667rem;
  border-radius: 0.4rem;
  background-color: #4181e7;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 0.37333333rem;
  color: #fff;
  box-sizing: border-box;
}
.dialog-content-ft .dialog-btn.dialog-btn-cancel {
  background-color: #fff;
  color: #4181e7;
  border: 2px solid #4181e7;
}
.dialog-content-ft.dialog-double-btn-ft .dialog-btn {
  width: 2.93333333rem;
}
.hide {
  display: none !important;
}
.btn-box {
  width: 9.49333333rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  margin: 0.4rem auto 0.4rem;
}
.btn-box button {
  display: block;
  width: 4.30666667rem;
  height: 0.96rem;
}
.btn-box #share-btn {
  background: url("../image/share-btn.png") no-repeat center center;
  background-size: 100% 100%;
}
.btn-box #rank-btn {
  background: url("../image/rank-btn.png") no-repeat center center;
  background-size: 100% 100%;
}
/*# sourceMappingURL=index.css.map */