/*
 * 公用的样式，最先加载
 */
/*
 * 浏览器滚动条相关设置start
 */
::-webkit-scrollbar-thumb {
  background-color: #999;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #666;
}
::-webkit-scrollbar-thumb:vertical:active {
  background-color: #333;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
/*
 * 浏览器滚动条相关设置end
 */
/*
 * 活动测试中，所有中奖信息均无效 样式设置
 */
.pageTesting {
  position: fixed;
  width: 100%;
  top: 50%;
  text-align: center;
  font-size: 16px;
  color: red;
  z-index: 10000;
  display: none;
}
.fixed-cover-bottom,
.fixed-cover,
.fixed-cover-top {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.fixed-cover-top {
  z-index: 20;
}
.fixed-cover-bottom {
  z-index: 3;
}
.fixed-cover {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  z-index: 6;
}
.landscape {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #26201E;
  display: none;
}
.landscape.test {
  display: none;
}
.landscape .landscape-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: auto 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (min-width: 320px) {
  html.prod {
    font-size: 88.8889px;
  }
}
@media all and (min-width: 360px) {
  html.prod {
    font-size: 100px;
  }
}
@media all and (min-width: 375px) {
  html.prod {
    font-size: 104.167px;
  }
}
@media all and (min-width: 414px) {
  html.prod {
    font-size: 115px;
  }
}
@media all and (min-width: 480px) {
  html.prod {
    font-size: 133.333px;
  }
}
@media all and (min-width: 540px) {
  html.prod {
    font-size: 150px;
  }
}
@media all and (min-width: 600px) {
  html.prod {
    font-size: 166.667px;
  }
}
@media all and (min-width: 640px) {
  html.prod {
    font-size: 177.778px;
  }
}
@media all and (min-width: 720px) {
  html.prod {
    font-size: 200px;
  }
}
@media all and (min-width: 736px) {
  html.prod {
    font-size: 204.444px;
  }
}
@media all and (min-width: 768px) {
  html.prod {
    font-size: 213.333px;
  }
}
@media all and (min-width: 980px) {
  html.prod {
    font-size: 272.222px;
  }
}
@media all and (min-width: 1024px) {
  html.prod {
    font-size: 284.444px;
  }
}
@media all and (min-width: 1080px) {
  html.prod {
    font-size: 391.111px;
  }
}
@media all and (min-width: 1280px) {
  html.prod {
    font-size: 355.556px;
  }
}
@media all and (min-width: 1366px) {
  html.prod {
    font-size: 379.444px;
  }
}
@media all and (min-width: 1440) {
  html.prod {
    font-size: 400px;
  }
}
@media all and (min-width: 1680) {
  html.prod {
    font-size: 466.667px;
  }
}
@media all and (min-width: 1920) {
  html.prod {
    font-size: 533.333px;
  }
}
/*分享 start*/
.downloadApp {
  z-index: 999999;
  display: none;
}
.downloadApp .pop_openning {
  z-index: 999999;
  position: fixed;
  bottom: 112px;
  width: 94%;
  height: 70px;
  font-size: 15px;
  background-color: #2D2D2D;
  border-radius: 15px;
  color: #fff;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.downloadApp .pop_openning p {
  margin-top: 27px;
  margin-left: 16px;
}
.downloadApp .pop_download,
.download_qunaer {
  z-index: 999999;
  position: fixed;
  bottom: 112px;
  width: 94%;
  height: 180px;
  font-size: 15px;
  background-color: #2D2D2D;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.downloadApp .pop_download p,
.download_qunaer p {
  position: relative;
  margin: 60px 16px;
}
.downloadApp .pop_download .cancel,
.download_qunaer .cancel {
  position: absolute;
  width: 43%;
  height: 40px;
  left: 16px;
  bottom: 16px;
  background-color: #4B4B4B;
  color: #0D9FFB;
  text-align: center;
  border-radius: 25px;
  line-height: 40px;
}
.downloadApp .pop_download .sure,
.download_qunaer .sure {
  position: absolute;
  width: 43%;
  height: 40px;
  right: 16px;
  bottom: 16px;
  background-color: #0D9FFB;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  line-height: 40px;
}
.downloadApp .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1B1C1D;
  /*display: none;*/
  font-size: 13px;
}
.downloadApp .loading p {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
.downloadApp .explore {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000000;
}
.downloadApp .explore img {
  width: 228px;
  position: absolute;
  top: 8px;
  right: 36px;
}
.downloadApp .pop_tip {
  z-index: 999999;
  position: fixed;
  left: 0;
  width: 100%;
  line-height: 37px;
  height: auto;
  display: none;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.downloadApp .pop_tip p {
  position: relative;
  margin: 0 auto;
  bottom: 65px;
  left: 0;
  width: 320px;
  line-height: 37px;
  height: auto;
  background-color: #2F2F2F;
  font-size: 15px;
  text-align: center;
  border-radius: 15px;
}
.downloadApp .loading img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -60px;
}
.downloadApp .pop_openning img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 16px;
}
.downloadApp .btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
#wx-launch {
  position: fixed;
  bottom: 0;
  z-index: 1000001;
  background: transparent;
  display: none;
}
.downloadApp .newExplore {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000000;
  color: #fff;
}
.downloadApp .newExplore img {
  width: 150px;
  position: absolute;
  top: 1.4%;
  right: 7.8%;
}
.downloadApp .pop_newTip {
  z-index: 999999;
  position: fixed;
  bottom: 41.9%;
  left: 50%;
  top: 50%;
  width: 83.9%;
  height: 121.5px;
  font-size: 16px;
  background-color: rgba(250, 250, 250, 0.82);
  color: #000;
  border-radius: 15px;
  display: none;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.downloadApp .pop_newTip p {
  text-align: center;
  margin-top: 21.352px;
}
.downloadApp .pop_newTip .iknow {
  width: 50%;
  height: 36px;
  margin: 2.3% 25% 3.4% 25%;
  text-align: center;
  background: #FF7500;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 36px;
}
.downloadApp .pop_hwvTip {
  z-index: 999999;
  position: fixed;
  bottom: 41.9%;
  left: 50%;
  top: 50%;
  width: 83.9%;
  height: 121.5px;
  background-color: rgba(250, 250, 250, 0.82);
  color: #000;
  border-radius: 15px;
  text-align: center;
  display: none;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.downloadApp .pop_hwvTip p {
  text-align: center;
  margin-top: 21.352px;
}
.downloadApp .pop_hwvTip .hwvTipOK {
  width: 50%;
  height: 36px;
  margin: 2.3% 25% 3.4% 25%;
  text-align: center;
  background: #FF7500;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 36px;
}
.downloadApp .pop_newOpenning {
  z-index: 999999;
  position: fixed;
  bottom: 112px;
  width: 94%;
  height: 70px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 15px;
  color: #000;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.downloadApp .pop_newOpenning p {
  margin-top: 27px;
  margin-left: 16px;
}
.downloadApp .pop_newOpenning img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 16px;
}
/*分享 end*/

.award-luckymoney {
  position: absolute;
  width: 188px;
  height: 220px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.static_lucky_money {
  background-image: url(832d1c60bb2e7a82a220d7600a473e3f.png);
}
.auth_lucky_money {
  background-image: url(a986e5f651336ad240d04b88751dccf0.png);
}
.award_lucky_money {
  background-image: url(bcf580dbacc43d2aa859bd2b72d3fd8c.png);
}
.user_voucher {
  background-image: url(d4c998a15064127cc662e329696a3555.png);
}

.award-luckybag {
  position: absolute;
  width: 150px;
  height: 150px;
  background-size: 100% 100%;
  z-index: 1;
}
.openLuckybag {
  z-index: 6;
}
.award-luckybag-lottery {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 32px;
  left: 32px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.award-luckybag-lottery.active {
  -webkit-animation: scal 0.5s infinite linear alternate;
  -moz-animation: scal 0.5s infinite linear alternate;
  animation: scal 0.5s infinite linear alternate;
}
.award-luckybag-lottery.rotate {
  -webkit-animation: rotate 0.5s infinite linear alternate;
  -moz-animation: rotate 0.5s infinite linear alternate;
  animation: rotate 0.5s infinite linear alternate;
}
@-webkit-keyframes scal {
  from {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scal {
  from {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg) scale(0.9);
    -moz-transform: rotate(0deg) scale(0.9);
    transform: rotate(0deg) scale(0.9);
  }
  to {
    -webkit-transform: rotate(360deg) scale(1.1);
    -moz-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg) scale(0.9);
    -moz-transform: rotate(0deg) scale(0.9);
    transform: rotate(0deg) scale(0.9);
  }
  to {
    -webkit-transform: rotate(360deg) scale(1.1);
    -moz-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
  }
}

.award-luckybag-close {
  position: absolute;
  top: 0;
  left: 55px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

/*方格抽奖*/
/*背景图*/


.award-resttime {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #f00;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
}

.award-dial-lottery {
    /* position: absolute;
    width: 86px;
    height: 86px;
    top: 131px;
    left: 137px; */
    width: 100%;
    height: 100%;
    background-image: url(e847e5040a61c7aba02508756f9b0aeb.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}





/*方格抽奖*/
/*背景图*/

.AREA-HOT {
    background-color: rgba(255, 235, 0, 0.2) ;
    border: 1px dashed rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    opacity: 1 ;
    cursor: move;
}

.AREA-HOT-normal {
    opacity: 0;
    border: none;
}

.award-dial {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(42fc0b74aa95a09aebee192fa0bc139a.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.award-dial-lottery-bg {
    /* position: absolute;

    top: 102.667px;
    left: 109px; */
    width: 100%;
    height: 100%;
    background-image: url(2764b91c45b535ca019ffd56c1b8abd1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*宫格抽奖*/
.award-grid-matrix {
  width: 100%;
  height: 100%;
}
.award-grid-matrix-lottery {
  width: 100%;
  height: 100%;
}
.award-grid-matrix-active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}

/*单个奖品*/
.awardbox-chunk {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  opacity: 1 ;
  background-position: 0;
  width: 100%;
  height: 100%;
  background-image: url(226e7a0ce25e8f482455084a13a0ba6a.png);
  background-color: rgba(255, 235, 0, 0.2);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: move;
}
.awardbox-chunk-active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}

.recommend-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
/*轮播图*/
.recommend-video .swiper-container {
  width: 100%;
  height: 100%;
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #00ff33;
}
.recommend-video .swiper-pagination {
  left: 50%;
  bottom: 20px;
  height: 10px;
  width: 100%;
}
.recommend-video .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px 100px 5px;
}
.recommend-video .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF8247;
}
.recommend-video .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.recommend-video .shadow {
  border: 1px solid #ffe71b;
  border-radius: 4px;
}
.swiper-slide-active .shadow {
  border: none;
}
.swiper-slide {
  overflow: visible;
}
.recommend-video .swiper-slide-active .play {
  display: block;
}
.recommend-video .swiper-slide .video-list-name {
  display: none;
}
.recommend-video .swiper-slide-active .video-list-name {
  display: block;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.switch-video {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: rgba(255, 235, 0, 0.2);
}
.switch-tabs {
  width: 100%;
  height: 100%;
  display: flex!important;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.switch-tab {
  background-size: 100% 100%;
  height: 80%;
  margin-top: 8px;
}

.prizelist-container {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #ffc86a;
  background-color: rgba(255, 235, 0, 0.2);
}
.prizelist-list {
  position: relative;
  text-align: left;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.prizelist-list ul {
  position: absolute;
  top: 0;
  width: 100%;
}
.prizelist-list ul li {
  line-height: 2;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.prizelist-list ul li div {
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prizelist-list ul li div:nth-child(2) {
  width: 60%;
  text-align: right;
}
.animate {
  -webkit-animation: move linear infinite ;
  animation: move linear infinite;
}
.animate2 {
  -webkit-animation: move2 linear infinite ;
  animation: move2 linear infinite;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.popup-common {
    height: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}

.popup-myaward {
    background-color: rgba(0,0,0,0);
    background-image: url(0408de965f578ed4ba190be7a29cfa80.png);
}

.popup-third {
    background-color: rgba(0,0,0,0);
    background-image: url(4791a1d882d0fe187d0ac27ccc6d5dc3.png);
}

.popup-regular {
    background-color: rgba(0,0,0,0);
    background-image: url(8d7b9e4a6fde7b2f6181c61d354255e8.png);
}

.popup_static_lucky_money {
    background-color: rgba(0,0,0,0);
    background-image: url(00cfc4bf22101132c472a81a49ac38ec.png);
}

.popup_auth_lucky_money {
    background-color: rgba(0,0,0,0);
    background-image: url(a27c32eeb14eeabdc131ea62711ae8cc.png);
}

.popup_award_lucky_money {
    background-color: rgba(0,0,0,0);
    background-image: url(e8c225d49dbfde4b1b01ec271df1a19d.png);
}

.popup_user_voucher {
    background-color: rgba(0,0,0,0);
    background-image: url(f562400afbd0399435baf113853e33bd.png);
}
.popup-hot {
    /* position: absolute;
    width: 86px;
    height: 86px;
    top: 131px;
    left: 137px; */
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    /* background-image: url('./img/btn_ljcj.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; */
}

.popup-hot-active {
    background-color: rgba(255, 235, 0, 0.2);
    border: 1px dashed rgba(0, 0, 0, 0.4);
}






.popup-luckybag {
    height: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.popup-myaward {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(0408de965f578ed4ba190be7a29cfa80.png);
}

.popup-third {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(4791a1d882d0fe187d0ac27ccc6d5dc3.png);
}

.popup-regular {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(8d7b9e4a6fde7b2f6181c61d354255e8.png);
}

.popup_static_lucky_money {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(00cfc4bf22101132c472a81a49ac38ec.png);
}

.popup_auth_lucky_money {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(a27c32eeb14eeabdc131ea62711ae8cc.png);
}

.popup_award_lucky_money {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(e8c225d49dbfde4b1b01ec271df1a19d.png);
}

.popup_user_voucher {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(f562400afbd0399435baf113853e33bd.png);
}
.ruler-text {
  display: block;
  margin: 0px;
  font-family: initial;
  word-wrap: break-word;
  white-space: pre-wrap;
  height: 100%;
  overflow-y: auto;
}

.popup-awardImg {
    /* position: absolute;
    width: 86px;
    height: 86px;
    top: 131px;
    left: 137px; */
    width: 100%;
    height: 100%;
    background-image: url(4a75081826c9a3b826129149aec44f99.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.popup-awardImg-active{ 
    background-color: rgba(255, 235, 0, 0.2) ;
    border: 1px dashed rgba(0, 0, 0, 0.4);
}






.agreement-info {
    position: absolute;
    width: 100%;
    height: auto !important;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    color: #000000;
    /*transform: scale(0.8);*/
}

.agreement-info .contentScroll {
    text-indent: 20px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.agreement-info .agreeContent {
    position: relative;
    width: 100%;
    word-wrap: break-word;
}

.agreement-info .moreDesc {
    position: relative;
    width: 100%;
    word-wrap: break-word;
}

.agreement-info .moreDesc a {
    color: inherit;
}

.agreement-info .aLink {
    text-decoration: underline;
    font-family: 'Times New Roman', Arial, 'Microsoft YaHei', SimHei;
}

.agreement-info .choseAgreement {
    position: relative;
    width: 100%;
    word-wrap: break-word;
    margin-bottom: 10px;
}

.agreement-info .iagree {}

.agreement-info input[type="checkbox"] {
    width: 1.13em;
    height: 1.13em;
    line-height: 1.13em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    left: 0;
    background: white;
}

.agreement-info input[type="checkbox"]::before {
    content: "";
    position: absolute;
    left: 0;
    background: white;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.43);
    background: white;
}

.agreement-info input[type="checkbox"]:checked::before {
    content: "\2713";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0.4);
    font-weight: bold;
}
.popup-input {
    width: 100%;
    height: 100%;
}





#record-list .record-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 10px;
  background-color: #dbdbdb;
  border-radius: 10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#record-list::-webkit-scrollbar {
  display: none;
}
#record-list .get-award {
  height: 25px;
  width: 60px;
  background: url(9bb84b51470311794421e45fc07468a9.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 6px;
}
#record-list .item-desc {
  font-size: 12px;
  color: #ffffff;
}
#record-list .item-name {
  font-size: 14px;
  color: #ffffff;
}
#record-list .award-img {
  width: 50px;
  height: 50px;
  margin: 6px;
  background-image: url(4a75081826c9a3b826129149aec44f99.png);
  background-size: 100% 100%;
}
#record-list .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
#record-list {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  position: absolute;
  bottom: 0;
}
#record-list .award-content {
  font-size: 14px;
}

.popup-exchangevoucher {
    /* position: absolute;
    width: 86px;
    height: 86px;
    top: 131px;
    left: 137px; */
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow-y: scroll;
}

.popup-exchangevoucher .code {
   text-align: center;
}

.popup-exchangevoucher .code:first-child {
    margin-top: 0 !important;
 }

.custom-hot-processbar {
    /* position: absolute;
    width: 86px;
    height: 86px;
    top: 131px;
    left: 137px; */
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    /* background-image: url('./img/btn_ljcj.png');
    background-repeat: no-repeat;
    background-size: 100% 100%; */
}







.award-points-resttimes {
  width: 100%;
  height: 100%;
  color: #f00;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.award-points-resttimes_active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}

/*积分抽奖*/
.award-grid-points {
  width: 100%;
  height: 100%;
}
.award-grid-points-lottery {
  width: 100%;
  height: 100%;
}
.award-grid-points-lottery-active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}

.sign-hisSize {
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-hisSize-active {
    background-color: rgba(255, 235, 0, 0.2);
    border: 1px dashed rgba(0, 0, 0, 0.4);
}
.video_sign_box {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.video_sign {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 235, 0, 0.2);
    background-size: 100% 100%;
    opacity: 1;
}
.managementActivity {
  width: 0;
  height: 0;
}
.managementActivity-active {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}

/*宫格抽奖*/
.award-grid-matrix {
  width: 100%;
  height: 100%;
}
.award-grid-matrix-lottery {
  width: 100%;
  height: 100%;
}
.award-grid-matrix-active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}

/*转盘抽奖*/
.award-circle {
  width: 100%;
  height: 100%;
  background-image: url(e847e5040a61c7aba02508756f9b0aeb.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.award-circle-lottery {
  width: 100%;
  height: 100%;
}
.award-circle-active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  opacity: 1 ;
  cursor: move;
}

.award-luckybag {
  position: absolute;
  width: 150px;
  height: 150px;
  background-size: 100% 100%;
  z-index: 1;
}
.openLuckybag {
  z-index: 6;
}
.award-luckybag-lottery {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 32px;
  left: 32px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.award-luckybag-lottery.active {
  -webkit-animation: scal 0.5s infinite linear alternate;
  -moz-animation: scal 0.5s infinite linear alternate;
  animation: scal 0.5s infinite linear alternate;
}
.award-luckybag-lottery.rotate {
  -webkit-animation: rotate 0.5s infinite linear alternate;
  -moz-animation: rotate 0.5s infinite linear alternate;
  animation: rotate 0.5s infinite linear alternate;
}

.report-luckymoney {
  position: absolute;
  width: 188px;
  height: 220px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.report_lucky_money {
  background-image: url(bcf580dbacc43d2aa859bd2b72d3fd8c.png);
}

.invite-container {
  width: 0;
  height: 0;
}
.invite-container-active {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}

.rankNoList {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.rankNoList-active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}
.rankNoList-list {
  position: relative;
  text-align: left;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.rankNoList-list ul {
  position: absolute;
  top: 0;
  width: 100%;
}
.rankNoList-list ul li {
  line-height: 2;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
}
.rankNoList-list ul li .insideLi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}
.rankNoList-list ul li .insideLi .l1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rankNoList-list ul li .nickName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rankNoListBackground {
  width: 100%;
  height: 100%;
  position: relative;
}
.rankNoListBackground-active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}
.rankBg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.rankNoListClickButton {
  position: absolute;
  width: 10%;
  height: 5%;
}
.rankNoListClickButton-active {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}

.rankNoListNo {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.rankNoListNo-active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}
.rankNoListNo .num {
  position: absolute;
}

.awardSecondkill {
  width: 100%;
  height: 100%;
}
.awardSecondkill-active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}

.awardSecondkillReminderButton {
  width: 100%;
  height: 100%;
}
.awardSecondkillReminderButton-active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}

.awardSecondkillPeriod {
  width: 100%;
  height: 100%;
}
.awardSecondkillPeriod-active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}
.period-tabs {
  width: 100%;
  height: 100%;
  display: flex!important;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}
.period-tab {
  background-size: 100% 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.period-span {
  height: 40%;
  width: 0.4%;
  position: absolute;
  left: 0;
  display: none;
}

.awardSecondkillButtonBg {
  width: 100%;
  height: 100%;
}
.awardSecondkillButtonBg-active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(0, 0, 0, 0.4);
}

.awardSecondkillCountdown {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.awardSecondkillCountdown .countdownTip {
  margin-right: 5%;
}
.awardSecondkillCountdown-active {
  background-color: rgba(255, 235, 0, 0.2);
  border: 1px dashed rgba(134, 119, 119, 0.4);
}

.winnerList-container {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #ffc86a;
}
.winnerList-container-active {
  background-color: rgba(255, 235, 0, 0.2);
}
.winnerList-list {
  position: relative;
  text-align: left;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.winnerList-list ul {
  position: absolute;
  top: 0;
  width: 100%;
}
.winnerList-list ul li {
  line-height: 2;
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.winnerList-list ul li div {
  width: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.winnerList-list ul li div:nth-child(2) {
  width: 40%;
}
.winnerList-list ul li div:nth-child(3) {
  width: 40%;
}
.animate {
  -webkit-animation: move linear infinite ;
  animation: move linear infinite;
}
.animate2 {
  -webkit-animation: move2 linear infinite ;
  animation: move2 linear infinite;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/*# sourceMappingURL=extend.css.map*/