@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  color: #424242;
  background-color: white;
  font-size: initial;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Taviraj-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-tap-highlight-color: transparent; }

body.is-spin {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  body.is-spin::after {
    position: fixed;
    content: '';
    left: 0;
    right: 0;
    z-index: 200000000;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2); }

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

.container {
  position: relative;
  margin-left: 15px;
  margin-right: 15px; }
  .container * {
    border-color: #ebebeb; }
  .container.bg-colour * {
    border-color: rgba(235, 235, 235, 0.3); }
  .container p {
    color: inherit; }
  .container a {
    color: inherit; }
    .container a:hover, .container a:focus {
      text-decoration: none; }
  .container .color-light {
    color: #9f9f9f; }
  .container .color-coin {
    color: #ffcc00; }
  .container .color-red {
    color: #fc5755; }
  .container .color-blue {
    color: #2691e1; }
  .container .font-large {
    font-size: 1.1428rem; }
  .container .font-small {
    font-size: .8751rem; }
  .container form.input-group .input-row > label {
    line-height: 2;
    color: #9f9f9f; }
  .container form.input-group .input-row > input,
  .container form.input-group .input-row > textarea {
    margin: 0;
    border: 1px solid #f1f1f1;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .container form.input-group .input-row + .input-row {
    margin-top: 10px; }
  .container .btn {
    display: inline-block;
    height: 40px;
    border-radius: 20px;
    color: white;
    outline: 0;
    background-color: #fc5755;
    border-color: transparent; }
    .container .btn.btn-ghost {
      color: #fc5755;
      background-color: white;
      border-color: #fc5755; }
  .container .triangle-right {
    position: relative; }
    .container .triangle-right:after {
      content: '';
      position: absolute;
      right: 5px;
      top: 50%;
      height: 18px;
      width: 12px;
      margin-top: -9px;
      background: url(../img/go.png) center no-repeat;
      background-size: 60%; }
  .container .coin-info {
    color: white;
    font-size: initial;
    margin: 0 -15px 1.3rem;
    background-color: #fc5755;
    padding: 20px 0 15px; }
    .container .coin-info .money-wrap {
      margin-bottom: 10px; }
      .container .coin-info .money-wrap .money-num {
        font-size: 40px;
        margin: 0 10px; }
    .container .coin-info .coin-modify {
      margin-top: 6px;
      font-size: .8rem; }
    .container .coin-info .coin-num {
      position: relative;
      font-size: 2rem;
      line-height: 1;
      color: #ffcc00; }
    .container .coin-info .unit {
      font-size: .8rem;
      line-height: 1;
      color: white;
      padding-left: 10px; }
  .container .bottom-info {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 100%;
    font-size: 10px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
  .container.bg-colour {
    color: white;
    background-color: #fc5755; }
    .container.bg-colour .btn.btn-colour {
      font-size: initial;
      color: #fc5755;
      background-color: #fefad9;
      border-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .container .popover-text {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    opacity: 1;
    text-align: center; }
    .container .popover-text .inner-text {
      display: inline-block;
      color: white;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.8);
      padding: 10px 20px;
      max-width: 88%;
      margin: 0 auto;
      border-radius: 5px;
      line-height: 1.5; }
    .container .popover-text.hide {
      opacity: .3; }

.mui-popover {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .mui-popover .mui-popover-arrow {
    display: none !important; }
  .mui-popover .content {
    position: relative;
    background: url(../img/bg_popover.png) center no-repeat;
    background-size: contain;
    height: 25rem; }
  .mui-popover .warn-info {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #be8185; }
  .mui-popover .warn-btn {
    color: white;
    font-weight: bold;
    position: absolute;
    padding: 1rem 1.5rem;
    bottom: 14%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
  .mui-popover .pop-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../img/icon_pop_close.png) center no-repeat;
    background-size: 30px 30px; }

.mui-backdrop {
  background-color: rgba(0, 0, 0, 0.6); }

.loading-block {
  background: -webkit-gradient(linear, left top, right top, from(rgba(207, 216, 220, 0.3)), color-stop(rgba(207, 216, 220, 0.6)), to(rgba(207, 216, 220, 0.3)));
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.3), rgba(207, 216, 220, 0.6), rgba(207, 216, 220, 0.3));
  -webkit-animation: card-loading 1.4s ease infinite;
  animation: card-loading 1.4s ease infinite;
  background-size: 600% 600%; }

@-webkit-keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; } }

@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; } }

.page-index {
  margin: 0;
  background-color: #f1f1f1;
  min-height: 100vh;
  padding-bottom: 80px; }
  .page-index.home .wallet-wrap {
    padding: 50px 0 10px 0 !important; }
    .page-index.home .wallet-wrap .link_tree {
      top: 30% !important; }
    @media (min-width: 414px) {
      .page-index.home .wallet-wrap {
        padding: 65px 0 10px 0 !important; }
        .page-index.home .wallet-wrap .wallet-wrap .wallet-value {
          font-size: 20px;
          margin-top: 16px; } }
    @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
      .page-index.home .wallet-wrap {
        padding: 65px 0 10px 0 !important; }
        .page-index.home .wallet-wrap .wallet-wrap .wallet-value {
          font-size: 20px;
          margin-top: 16px; } }
    @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
      .page-index.home .wallet-wrap {
        padding: 65px 0 10px 0 !important; }
        .page-index.home .wallet-wrap .wallet-wrap .wallet-value {
          font-size: 20px;
          margin-top: 16px; } }
    @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
      .page-index.home .wallet-wrap {
        padding: 65px 0 10px 0 !important; }
        .page-index.home .wallet-wrap .wallet-wrap .wallet-value {
          font-size: 20px;
          margin-top: 16px; } }
  .page-index.night {
    color: #787878;
    background-color: #1b1b1b; }
    .page-index.night img {
      opacity: .8; }
    .page-index.night .pane-wrap {
      background-color: #252525; }
      .page-index.night .pane-wrap .wallet-wrap {
        background: #c13736; }
      .page-index.night .pane-wrap .list-item-link-info:before {
        background-color: #484848; }
      .page-index.night .pane-wrap .list-item-tips {
        background-color: #484848;
        border-color: #252525; }
      .page-index.night .pane-wrap .sign-wrap {
        background: #d46262; }
  .page-index .pane-wrap {
    background-color: #fff;
    /* wallet */
    /* wallet end */
    /* sign wrap */
    /* banner */
    /* banner end */
    /* list start */
    /* list end */ }
    .page-index .pane-wrap .pane-title {
      font-weight: bold;
      margin-left: 12px;
      padding-top: 10px;
      padding-bottom: 4px; }
      .page-index .pane-wrap .pane-title:before {
        content: "";
        display: inline-block;
        margin-right: 10px;
        width: 3px;
        height: 13px;
        background: #fc5755; }
    .page-index .pane-wrap .wallet-wrap {
      position: relative;
      padding: 30px 0 10px 0;
      background: #fc5755; }
      .page-index .pane-wrap .wallet-wrap .wallet {
        position: relative;
        border-bottom: 1px dashed #f58080;
        padding-bottom: 25px;
        color: #fff; }
        .page-index .pane-wrap .wallet-wrap .wallet-icon {
          position: relative;
          width: 30px;
          height: 30px;
          margin-right: 10px; }
          .page-index .pane-wrap .wallet-wrap .wallet-icon.xu {
            background: url(../img/index/icon_wallet_xu.png) no-repeat;
            background-size: 100%; }
          .page-index .pane-wrap .wallet-wrap .wallet-icon.vnd {
            background: url(../img/index/icon_wallet_vnd.png) no-repeat;
            background-size: 100%; }
        .page-index .pane-wrap .wallet-wrap .wallet-value {
          font-size: 24px;
          color: #fff;
          font-weight: normal; }
          .page-index .pane-wrap .wallet-wrap .wallet-value small {
            font-size: 12px; }
          @media (max-width: 414px) {
            .page-index .pane-wrap .wallet-wrap .wallet-value {
              font-size: 26px; } }
        .page-index .pane-wrap .wallet-wrap .wallet .used-duration-box {
          font-size: 11px;
          position: absolute;
          bottom: 3px;
          right: 5px; }
      .page-index .pane-wrap .wallet-wrap .login {
        color: #fff; }
      .page-index .pane-wrap .wallet-wrap .link_tree {
        position: absolute;
        top: 18%;
        right: 0;
        width: 47px;
        background-color: #fff;
        padding-left: 8px;
        border-radius: 20px 0 0 20px; }
        .page-index .pane-wrap .wallet-wrap .link_tree img {
          width: 100%;
          display: block; }
        .page-index .pane-wrap .wallet-wrap .link_tree.badge-dot:after {
          position: absolute;
          content: "";
          top: 2px;
          right: 0;
          -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
          margin-left: 10px;
          height: 8px;
          width: 8px;
          border-radius: 100%;
          background: #fe2626;
          z-index: 10;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        .page-index .pane-wrap .wallet-wrap .link_tree .status_icon {
          position: absolute;
          top: -4px;
          left: -4px;
          width: 16px;
          height: 16px; }
      .page-index .pane-wrap .wallet-wrap .wallet-btn-box {
        padding-top: 12px; }
        .page-index .pane-wrap .wallet-wrap .wallet-btn-box .btn-item {
          height: 26px;
          line-height: 26px;
          text-align: center;
          color: #fff;
          width: 100px;
          margin-left: 10px;
          margin-right: 10px;
          border-radius: 15px;
          font-size: 14px;
          border: 1px solid #fff;
          -webkit-transition: all .1s linear;
          transition: all .1s linear; }
          .page-index .pane-wrap .wallet-wrap .wallet-btn-box .btn-item:active {
            background-color: #fe1515; }
    .page-index .pane-wrap .sign-wrap {
      padding: 5px;
      margin: 10px 10px 0 10px;
      font-size: 14px;
      color: #fff;
      border-radius: 6px;
      background-color: #ef6f6f;
      counter-reset: day; }
      .page-index .pane-wrap .sign-wrap .sign-title {
        font-weight: 500; }
        .page-index .pane-wrap .sign-wrap .sign-title:after {
          content: "";
          display: inline-block;
          width: 15px;
          height: 15px;
          margin-left: 4px;
          vertical-align: text-bottom;
          background: url("../img/icon_answer.png") no-repeat;
          background-size: contain; }
        .page-index .pane-wrap .sign-wrap .sign-title .bigger {
          font-size: 18px; }
      .page-index .pane-wrap .sign-wrap .sign-bot {
        padding: 14px 10px 9px 10px;
        font-size: 14px; }
      .page-index .pane-wrap .sign-wrap.sign-new .sign-box {
        border-bottom: 1px solid #f7b2b0;
        padding-bottom: 4px; }
      .page-index .pane-wrap .sign-wrap .sign-status.old {
        font-size: 13px;
        margin-top: 6px;
        padding: 4px 8px;
        display: inline-block;
        border-radius: 20px;
        border: 1px solid #fff;
        background-color: #e9645d; }
        .page-index .pane-wrap .sign-wrap .sign-status.old.done {
          color: #666;
          background-color: #f5a9a9;
          border-color: transparent; }
      .page-index .pane-wrap .sign-wrap .sign-item {
        counter-increment: day;
        width: 14.28%;
        text-align: center;
        padding-top: 8px; }
        .page-index .pane-wrap .sign-wrap .sign-item-round {
          position: relative;
          margin: 0 auto 5px;
          width: 82%;
          padding-top: 74%;
          background: #fe1515;
          border-radius: 50%;
          border: 2px solid #fff; }
          .page-index .pane-wrap .sign-wrap .sign-item-round:before {
            position: absolute;
            content: "";
            top: 10%;
            left: 50%;
            width: 14px;
            height: 14px;
            margin-left: -7px;
            background: url("../img/index/xu_min.png") no-repeat;
            background-size: 100% 100%; }
          .page-index .pane-wrap .sign-wrap .sign-item-round .sign-coin {
            position: absolute;
            width: 100%;
            text-align: center;
            bottom: 10%;
            font-size: 13px; }
        .page-index .pane-wrap .sign-wrap .sign-item:after {
          content: counter(day) " ngày";
          display: block;
          font-size: 12px;
          margin-bottom: 5px; }
        .page-index .pane-wrap .sign-wrap .sign-item.done .sign-item-round {
          color: #898989;
          background-color: #ccc; }
          .page-index .pane-wrap .sign-wrap .sign-item.done .sign-item-round:before {
            content: "Đã nhận";
            top: 33%;
            left: 50%;
            width: 100%;
            font-size: 2.8vw;
            margin-left: 0;
            background: transparent;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .page-index .pane-wrap .sign-wrap .sign-item.done .sign-item-round .sign-coin {
            display: none; }
        .page-index .pane-wrap .sign-wrap .sign-item.done:after {
          color: #ccc; }
        .page-index .pane-wrap .sign-wrap .sign-item.gray:last-child {
          background: url("../img/index/icon_task4.png") center 4px no-repeat;
          background-size: 92%; }
          .page-index .pane-wrap .sign-wrap .sign-item.gray:last-child .sign-item-round {
            border-color: transparent;
            background: transparent; }
            .page-index .pane-wrap .sign-wrap .sign-item.gray:last-child .sign-item-round:before {
              content: "";
              background: none; }
            .page-index .pane-wrap .sign-wrap .sign-item.gray:last-child .sign-item-round .sign-coin {
              display: none; }
        .page-index .pane-wrap .sign-wrap .sign-item.gray.done:last-child {
          background: url("../img/index/icon_task4s.png") center top no-repeat;
          background-size: 100%; }
    .page-index .pane-wrap .swiper-banner {
      padding: 10px 10px 5px 10px;
      -ms-touch-action: none;
      touch-action: none; }
      .page-index .pane-wrap .swiper-banner .swiper-container {
        overflow: hidden;
        border-radius: 80px; }
      .page-index .pane-wrap .swiper-banner .swiper-pagination-bullet {
        width: 4px;
        height: 4px; }
      .page-index .pane-wrap .swiper-banner .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0; }
      .page-index .pane-wrap .swiper-banner .swiper-pagination-bullet {
        background: #fff;
        opacity: .5; }
      .page-index .pane-wrap .swiper-banner .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1; }
      .page-index .pane-wrap .swiper-banner img {
        display: block; }
    .page-index .pane-wrap .list-item {
      position: relative; }
      .page-index .pane-wrap .list-item:last-child .list-item-link-info {
        border-color: transparent; }
        .page-index .pane-wrap .list-item:last-child .list-item-link-info:before {
          height: 0; }
      .page-index .pane-wrap .list-item-link {
        position: relative;
        padding-left: 10px;
        -webkit-transition: background .1s linear;
        transition: background .1s linear; }
        .page-index .pane-wrap .list-item-link-info {
          position: relative;
          padding: 17px 20px 14px 0;
          margin-left: 38px;
          font-size: 15px; }
          @media screen and (max-width: 320px) {
            .page-index .pane-wrap .list-item-link-info {
              font-size: 12px; } }
          .page-index .pane-wrap .list-item-link-info:before {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background-color: #ddd;
            -webkit-transform: scaleY(0.55);
            transform: scaleY(0.55);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0; }
          .page-index .pane-wrap .list-item-link-info.hot:after {
            position: relative;
            top: -8px;
            content: "Hot";
            margin-left: 5px;
            font-size: 10px;
            display: inline-block;
            padding: 1px 3px;
            border-radius: 2px;
            background: #fe2626;
            color: #fff;
            text-align: center; }
          .page-index .pane-wrap .list-item-link-info.danger:after {
            content: "Khẩn cấp"; }
          .page-index .pane-wrap .list-item-link-info .badge-dot {
            position: relative;
            display: inline-block;
            -webkit-transform-origin: 0 center;
            transform-origin: 0 center;
            top: -1px;
            margin-left: 10px;
            height: 8px;
            width: 8px;
            border-radius: 100%;
            background: #fe2626;
            z-index: 10;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
          .page-index .pane-wrap .list-item-link-info .badge-text {
            position: relative;
            display: inline-block;
            top: -8px;
            margin-left: 15px;
            min-width: 15px;
            height: 15px;
            line-height: 15px;
            border-radius: 12px;
            text-align: center;
            font-size: 11px;
            padding: 0 4px;
            color: #fff;
            background-color: #fe2626;
            white-space: nowrap;
            -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
            -webkit-transform-origin: -10% center;
            transform-origin: -10% center;
            z-index: 10; }
        .page-index .pane-wrap .list-item-link-btn {
          position: absolute;
          top: 50%;
          right: 10px;
          height: 30px;
          line-height: 29px;
          text-align: center;
          color: #fc5755;
          font-size: 13px;
          margin-top: -15px;
          width: 90px;
          font-weight: 500;
          border: 1px solid #fdb4b0;
          border-radius: 20px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .page-index .pane-wrap .list-item-link-btn.sm {
            font-size: 11px; }
          .page-index .pane-wrap .list-item-link-btn.done {
            color: #ccc;
            border-color: #e0dfdf; }
          .page-index .pane-wrap .list-item-link-btn.icon_moto:after {
            content: "";
            width: 22px;
            height: 18px;
            vertical-align: middle;
            margin-left: 4px;
            display: inline-block;
            background: url("../img/index/icon_bus.png") no-repeat;
            background-size: 100%; }
        .page-index .pane-wrap .list-item-link:before {
          position: absolute;
          top: 50%;
          left: 10px;
          content: "";
          width: 26px;
          height: 26px;
          margin-top: -13px; }
        .page-index .pane-wrap .list-item-link:active {
          background: #ddd; }
        .page-index .pane-wrap .list-item-link.icon_novice:before {
          background: url(../img/index/icon_novice.png) no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_novice .hot {
          position: relative; }
          .page-index .pane-wrap .list-item-link.icon_novice .hot:after {
            content: "Lĩnh Thưởng"; }
        .page-index .pane-wrap .list-item-link.icon_novice_v2:before {
          background: url(../img/index/icon_novice.png) no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_invite:before {
          background: url(../img/index/icon_invite2.png) no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_invite.hot .list-item-link-info {
          position: relative; }
          .page-index .pane-wrap .list-item-link.icon_invite.hot .list-item-link-info:after {
            position: relative;
            top: -10px;
            content: "Kiếm tiền";
            margin-left: 5px;
            font-size: 11px;
            display: inline-block;
            padding: 2px 4px;
            border-radius: 3px;
            background: #fe2626;
            color: #fff;
            text-align: center; }
        .page-index .pane-wrap .list-item-link.icon_treasure:before {
          background: url(../img/index/icon_treasure.png) no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_xu:before {
          background: url(../img/index/icon_xu.png) no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_video:before {
          background: url(../img/index/icon_video.png) no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_exchange:before {
          background: url(../img/index/icon_exchange2.png) no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_vnd_to_xu:before {
          background: url(../img/index/icon_vnd_to_xu.png) center center no-repeat;
          background-size: 76%; }
        .page-index .pane-wrap .list-item-link.icon_evay:before {
          background: url(../img/index/icon_withdraw.png) no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_game:before {
          background: url(../img/index/icon_game.png) no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_game2:before {
          background: url(../img/index/icon_game2.png) no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_car:before {
          background: url(../img/index/icon_moto.png) no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_clock:before {
          background: url(../img/index/icon_clock.png) no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_share:before {
          background: url(../img/index/icon_share.png) no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_invite_code:before {
          background: url(../img/index/icon_invite_code.png) center center no-repeat;
          background-size: 84%; }
        .page-index .pane-wrap .list-item-link.icon_kabao:before {
          background: url(../img/index/icon_kabao.png) center center no-repeat;
          background-size: 84%; }
        .page-index .pane-wrap .list-item-link.icon_apivideo:before {
          background: url(../img/index/icon_apivideo.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_treasurelist:before {
          background: url(../img/index/icon_treasurelist.png) center center no-repeat;
          background-size: 90%; }
        .page-index .pane-wrap .list-item-link.icon_ironsource:before {
          background: url(../img/index/icon_ironsource.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_fyber_sdk:before {
          background: url(../img/index/icon_fyber_sdk.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_cpc:before {
          background: url(../img/index/icon_cpc.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_join:before {
          background: url(../img/index/icon_join.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_ayet:before {
          background: url(../img/index/icon_apivideo.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_theoremreach:before {
          background: url(../img/index/icon_theoremreach.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_offerdaddy:before {
          background: url(../img/index/icon_video2.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_rank:before {
          background: url(../img/index/icon_rank.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_first_invite:before {
          background: url(../img/index/icon_first_invite.png) center center no-repeat;
          background-size: 70%; }
        .page-index .pane-wrap .list-item-link.icon_guess:before {
          background: url(../img/index/icon_guess.png) center center no-repeat;
          background-size: 90%; }
        .page-index .pane-wrap .list-item-link.icon_duobao:before {
          background: url(../img/index/icon_duobao.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_read_article:before {
          background: url(../img/index/icon_read_article.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_read_push:before {
          background: url(../img/index/icon_read_push.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_ny2019:before {
          background: url(../img/index/icon_ny2019.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_baishou:before {
          background: url(../img/index/icon_baishou.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_shopee:before {
          background: url(../img/index/icon_shopee.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_oppo:before {
          background: url(../img/index/icon_oppo.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_igg:before {
          background: url(../img/index/icon_igg.png) center center no-repeat;
          background-size: 200%; }
        .page-index .pane-wrap .list-item-link.icon_games:before {
          background: url(../img/index/icon_games.png) center 4px no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_xu2:before {
          background: url(../img/index/icon_xu2.png) center center no-repeat;
          background-size: 100%; }
        .page-index .pane-wrap .list-item-link.icon_xu2 .anim-light {
          position: absolute;
          top: -30px;
          width: 6px;
          height: 24px;
          background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
          background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-animation: light 1.5s linear infinite;
          animation: light 1.5s linear infinite; }

@-webkit-keyframes light {
  0% {
    top: -30px;
    left: -60px; }
  100% {
    top: 26px;
    left: 40px; } }

@keyframes light {
  0% {
    top: -30px;
    left: -60px; }
  100% {
    top: 26px;
    left: 40px; } }
      .page-index .pane-wrap .list-item-question {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 40px;
        height: 40px;
        z-index: 1;
        font-size: 14px; }
        .page-index .pane-wrap .list-item-question:after {
          position: absolute;
          top: 10px;
          right: 10px;
          content: "?";
          width: 20px;
          height: 20px;
          line-height: 20px;
          background-color: #b9b9b9;
          color: #fff;
          text-align: center;
          border-radius: 50%; }
      .page-index .pane-wrap .list-item-tips {
        position: relative;
        z-index: 1;
        margin-top: -1px;
        padding: 10px;
        font-size: 13px;
        color: #898989;
        margin-left: 50px;
        border-bottom: 8px solid #fff;
        background-color: #fdfbef; }
      .page-index .pane-wrap .list-item:last-child .list-item-link-info {
        border-color: transparent; }

.pop-offers-wall {
  top: 42% !important; }
  .pop-offers-wall .content {
    padding: 0 20%;
    color: #ffec54;
    height: 22rem;
    background: url("../img/red_packet.png") no-repeat;
    background-size: 100%; }
    .pop-offers-wall .content p {
      color: #ffec54;
      font-size: 14px;
      line-height: 1.5;
      -webkit-transform: translateY(60%);
      transform: translateY(60%); }
  .pop-offers-wall .link_offers {
    margin: 0 auto;
    display: block;
    width: 64%;
    height: 34px;
    line-height: 32px;
    color: #a50606;
    text-align: center;
    background: url("../img/red_packet_button.png") no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    .pop-offers-wall .link_offers:active {
      -webkit-transform: scale(0.95);
      transform: scale(0.95); }
  .pop-offers-wall .pop-close {
    padding: 30px;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    opacity: .8;
    z-index: 3; }

.mui-slider-indicator .mui-indicator {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }

.mui-slider-indicator .mui-active.mui-indicator {
  background-color: #fc5755; }

.swiper-invite a {
  position: relative; }
  .swiper-invite a .swiper-invite-title {
    position: absolute;
    left: 36%;
    top: 16%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: left; }
  .swiper-invite a .swiper-invite-box {
    position: absolute;
    top: 49%;
    left: 36%;
    color: #fff; }
    .swiper-invite a .swiper-invite-box:after, .swiper-invite a .swiper-invite-box:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 160px;
      height: 40px;
      margin-top: -20px;
      margin-left: -80px;
      border-radius: 50px;
      background: #f3f57c;
      -webkit-box-shadow: 0 0 10px rgba(238, 241, 35, 0.3) inset;
      box-shadow: 0 0 10px rgba(238, 241, 35, 0.3) inset;
      content: "";
      z-index: 1;
      -webkit-animation: StatusProcessing 1.5s infinite ease-in-out;
      animation: StatusProcessing 1.5s infinite ease-in-out; }
    .swiper-invite a .swiper-invite-box:after {
      -webkit-animation-delay: .75s;
      animation-delay: .75s; }

@-webkit-keyframes StatusProcessing {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0; }
  30% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0.0; } }

@keyframes StatusProcessing {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0; }
  30% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0.0; } }
  .swiper-invite a .swiper-invite-btn {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 160px;
    height: 36px;
    line-height: 36px;
    border-radius: 25px;
    background-color: #e12f2f; }

.pop-evay-desc {
  width: 80%; }
  .pop-evay-desc .content {
    overflow: hidden;
    height: 28rem;
    background: #fff;
    border-radius: 10px; }
    .pop-evay-desc .content .mui-scroll-wrapper {
      padding-bottom: 60px;
      -ms-touch-action: none;
      touch-action: none; }
  .pop-evay-desc .pop-evay-btn {
    position: absolute;
    bottom: 20px;
    left: 10%;
    width: 80%;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    background-color: #f0130f;
    border-radius: 50px;
    color: #fff;
    z-index: 2;
    text-align: center;
    -webkit-box-shadow: 0 4px 8px #a50606;
    box-shadow: 0 4px 8px #a50606;
    -webkit-transition: all .1s linear;
    transition: all .1s linear; }
    .pop-evay-desc .pop-evay-btn:active {
      background-color: #d84343; }
  .pop-evay-desc .js-close {
    top: -35px;
    right: -20px;
    background-size: 25px 25px; }

.pop-share-income {
  width: 250px; }
  .pop-share-income .content {
    position: relative;
    background: #fff;
    color: #fff;
    border-radius: 10px;
    height: auto;
    padding: 40px 20px 25px 20px;
    line-height: 1.5;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: linear-gradient(-135deg, #386bfe, #ef4949);
    font-size: 20px; }
    .pop-share-income .content p {
      margin-top: 15px;
      color: #fff;
      font-size: 24px; }
    .pop-share-income .content:before {
      position: absolute;
      top: -34px;
      left: 50%;
      width: 54px;
      height: 64px;
      margin-left: -27px;
      content: "";
      background: url(../img/icon_clock.png) no-repeat;
      background-size: 100%; }
    .pop-share-income .content .btn-share {
      position: absolute;
      top: 100%;
      height: 45px;
      line-height: 45px;
      color: #f0130f;
      width: 80%;
      border-radius: 40px;
      -webkit-transition: all .1s linear;
      transition: all .1s linear;
      background: #fffc36;
      border: 2px solid #f0130f; }
      .pop-share-income .content .btn-share:active {
        background: #c5c204; }
  .pop-share-income.mui-active .content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .pop-share-income .js-close {
    top: -35px;
    right: -20px;
    background-size: 25px 25px; }

.daily_chest {
  position: fixed;
  bottom: 7%;
  right: 20px;
  z-index: 9;
  -webkit-transition: all .01s linear;
  transition: all .01s linear; }
  .daily_chest_box {
    margin: 0 auto;
    width: 60px;
    height: 49px;
    background: url("../img/index/icon_count_boxs.png") no-repeat;
    background-size: 100%; }
  .daily_chest_time {
    width: 80px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 30px;
    font-size: 11px;
    text-align: center;
    background-color: #fe4240; }
  .daily_chest.running .daily_chest_box {
    background-position: 0 -56px; }
  .daily_chest.running .daily_chest_time {
    color: #808080;
    font-size: 13px;
    background-color: #ccc; }

.pop-update .content {
  position: relative;
  background: #fff;
  min-height: 10rem;
  height: auto;
  border-radius: 10px;
  color: #fc5755;
  text-align: center; }
  .pop-update .content:before {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 50px;
    height: 60px;
    margin-left: -25px;
    content: "";
    background: url(../img/icon_clock.png) no-repeat;
    background-size: 100%; }
  .pop-update .content .info {
    padding: 35px 30px 10px 30px;
    font-size: 16px;
    line-height: 1.5; }
  .pop-update .content .btn-sure {
    position: relative;
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    border-radius: 10px;
    overflow: hidden; }
    .pop-update .content .btn-sure:after {
      position: absolute;
      top: 0;
      left: 50%;
      content: "Nâng cấp ngay";
      margin-left: -400px;
      width: 800px;
      font-size: 17px;
      height: 800px;
      background-color: #ffd801;
      border-radius: 50%; }
    .pop-update .content .btn-sure:active:after {
      background-color: #f8e003; }

.pop-update .pop-close {
  top: -40px;
  right: -30px;
  background-size: 22px 22px; }

.pop-sign-recieve {
  width: 150px; }
  .pop-sign-recieve .content {
    line-height: 1.5;
    padding: 15px 5px;
    background: #fff;
    height: auto;
    border-radius: 4px;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .pop-sign-recieve .content .pop-sign-coin {
      font-size: 26px; }
    .pop-sign-recieve .content .h4 {
      color: #ff9900; }
    .pop-sign-recieve .content .sign-icon {
      display: inline-block;
      width: 60px;
      height: 60px;
      background: url("../img/index/icon_moto_prize.png") no-repeat;
      background-size: 100%; }
    .pop-sign-recieve .content .desc {
      font-size: 13px; }
  .pop-sign-recieve.mui-active .content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.pop-sign-rule {
  width: 260px; }
  .pop-sign-rule .content {
    padding: 0;
    background: #fff;
    height: auto;
    border-radius: 4px;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    border-radius: 8px; }
    .pop-sign-rule .content .pop-sign-coin {
      font-size: 26px; }
    .pop-sign-rule .content .h4 {
      color: #fff;
      background: url("../img/index/sign_rule_bar.png") no-repeat;
      background-size: 100%;
      padding-top: 15%;
      font-weight: bold;
      padding-bottom: 18%; }
    .pop-sign-rule .content .content-text {
      padding: 10px 20px;
      text-align: left;
      font-size: 13px; }
      .pop-sign-rule .content .content-text p {
        color: #d16060; }
    .pop-sign-rule .content .btn-close {
      margin: 0 auto 20px;
      width: 80%;
      height: 38px;
      line-height: 38px;
      color: #fff;
      border-radius: 30px;
      text-align: center;
      background: -webkit-gradient(linear, left top, right top, from(#f13c3c), to(#fc5755));
      background: linear-gradient(90deg, #f13c3c, #fc5755); }
  .pop-sign-rule.mui-active .content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.pop-sign-task-recieve {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }
  .pop-sign-task-recieve .content {
    position: absolute;
    top: 52%;
    left: 50%;
    width: 240px;
    line-height: 1.5;
    padding: 25px 10px 20px;
    font-size: 15px;
    color: #ff5545;
    background: #fff url("../img/index/bg_modal_sign.png") no-repeat;
    background-size: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-radius: 6px; }
    .pop-sign-task-recieve .content .desc {
      color: #000;
      font-size: 17px; }
    .pop-sign-task-recieve .content .pop-sign-coin {
      font-size: 28px; }
    .pop-sign-task-recieve .content .h4 {
      font-size: 18px;
      margin: 60px auto 10px; }
    .pop-sign-task-recieve .content .bigger {
      font-size: 26px; }
  .pop-sign-task-recieve .link_sign_detail {
    position: relative;
    font-size: 12px;
    text-align: left;
    padding: 7px 5px 7px 38px;
    display: block;
    border-radius: 4px;
    background-color: #fef4f1;
    background-image: url("../img/index/icon_date.png");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 8px center; }
    .pop-sign-task-recieve .link_sign_detail:after {
      position: absolute;
      top: 50%;
      right: 10px;
      content: "";
      width: 6px;
      height: 6px;
      margin-top: -3px;
      border-top: 1px solid #ff5545;
      border-right: 1px solid #ff5545;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .pop-sign-task-recieve .btn-link {
    font-size: 13px;
    margin: 20px auto 0;
    color: #fff;
    height: 42px;
    padding-top: 4px;
    line-height: 1.3;
    background: -webkit-gradient(linear, left top, right top, from(#f13d3c), to(#ff712f));
    background: linear-gradient(90deg, #f13d3c, #ff712f);
    border-radius: 20px;
    background-size: 100%;
    -webkit-box-shadow: 0 3px 4px #ff8e8a;
    box-shadow: 0 3px 4px #ff8e8a; }
  .pop-sign-task-recieve .pop-close {
    top: 5px;
    right: 0;
    background: none; }
    .pop-sign-task-recieve .pop-close:after, .pop-sign-task-recieve .pop-close:before {
      position: absolute;
      top: 30%;
      left: 20%;
      content: "";
      width: 18px;
      height: 1px;
      background: #3c2801;
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .pop-sign-task-recieve .pop-close:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.pop-sign-time-recieve {
  width: 100%;
  height: 100%; }
  .pop-sign-time-recieve .content {
    position: absolute;
    top: 47%;
    left: 50%;
    line-height: 1.5;
    padding: 30px 5px;
    color: #fff;
    font-size: 15px;
    background: none;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .pop-sign-time-recieve .content .pop-sign-coin {
      font-size: 28px; }
    .pop-sign-time-recieve .content .h4 {
      font-size: 17px;
      margin-bottom: 20px; }
    .pop-sign-time-recieve .content .bigger {
      font-size: 24px; }
    .pop-sign-time-recieve .content .sign-icon {
      display: inline-block;
      width: 300px;
      height: 300px;
      margin-bottom: 25px;
      background: url("../img/index/icon_sign_boxs.png") 10px top no-repeat;
      background-size: 100%; }
  .pop-sign-time-recieve .btn-link {
    position: relative;
    z-index: 1;
    font-size: 15px;
    margin: -80px auto 0;
    width: 160px;
    color: #ff373c;
    height: 42px;
    line-height: 38px;
    background: url("../img/button_bg_yellow.png") no-repeat;
    background-size: 100% 100%; }
  .pop-sign-time-recieve .pop-close {
    top: 100%;
    right: 50%;
    margin-right: -15px;
    background-size: 80%; }

.pop-sign-task-recieve-old {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }
  .pop-sign-task-recieve-old .content {
    position: absolute;
    top: 52%;
    left: 50%;
    line-height: 1.5;
    padding: 30px 5px;
    color: #fff;
    font-size: 15px;
    background: none;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .pop-sign-task-recieve-old .content .pop-sign-coin {
      font-size: 28px; }
    .pop-sign-task-recieve-old .content .h4 {
      font-size: 17px;
      margin-bottom: 8px; }
    .pop-sign-task-recieve-old .content .bigger {
      font-size: 24px; }
    .pop-sign-task-recieve-old .content .sign-icon {
      display: inline-block;
      width: 120px;
      height: 96px;
      margin-bottom: 5px;
      background: url("../img/icon_xu_tips.png") no-repeat;
      background-size: 100%; }
  .pop-sign-task-recieve-old .btn-link {
    font-size: 13px;
    margin: 0 auto;
    width: 200px;
    color: #ff373c;
    line-height: 1.2;
    padding-top: 6px;
    height: 50px;
    background: url("../img/button_bg_yellow.png") no-repeat;
    background-size: 100%; }
  .pop-sign-task-recieve-old .pop-close {
    top: -20px;
    right: -20px;
    background-size: 80%; }

.pop-sign-task-recieve-rule {
  width: 100%;
  height: 100%; }
  .pop-sign-task-recieve-rule .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    padding: 20px;
    height: auto;
    background: #f6614d;
    border-radius: 10px;
    border: 1px solid #ffff65;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .pop-sign-task-recieve-rule .content .yellow {
      color: #ffff65; }
    .pop-sign-task-recieve-rule .content .pic {
      padding: 0 5%; }
    .pop-sign-task-recieve-rule .content .btn-close {
      margin: 10px auto 0;
      width: 140px;
      height: 36px;
      line-height: 32px;
      text-align: center;
      color: #ac3604;
      border-radius: 20px;
      font-size: 15px;
      border: 2px solid #ffff65;
      background: -webkit-gradient(linear, left top, left bottom, from(#ffe970), to(#f59f15));
      background: linear-gradient(#ffe970, #f59f15); }
      .pop-sign-task-recieve-rule .content .btn-close:active {
        background: #f59f15; }

.pop-sign-task-recieve-lucky {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }
  .pop-sign-task-recieve-lucky .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .pop-sign-task-recieve-lucky .content .title {
      width: 240px;
      margin-bottom: 10px; }
    .pop-sign-task-recieve-lucky .content .desc {
      font-size: 14px;
      color: #fff;
      line-height: 1.5; }
    .pop-sign-task-recieve-lucky .content .lucky-box {
      margin: 15px auto;
      width: 210px;
      padding: 30px;
      height: 220px;
      background: url("../img/index/bg_lucky.png") no-repeat;
      background-size: 100%; }
      .pop-sign-task-recieve-lucky .content .lucky-box .packet-lottery-item {
        width: 70px;
        height: 72px;
        line-height: 70px;
        margin-bottom: 10px;
        color: #ffff65;
        border-radius: 8px;
        background-color: #f6614d;
        border: 2px solid #f6614d;
        -webkit-box-shadow: 4px 4px 4px #7d080f, 4px 4px 4px #7d080f, 4px 4px 4px #7d080f;
        box-shadow: 4px 4px 4px #7d080f, 4px 4px 4px #7d080f, 4px 4px 4px #7d080f; }
        .pop-sign-task-recieve-lucky .content .lucky-box .packet-lottery-item.active {
          border: 2px solid #fffc36;
          background-color: #f52e14; }

.pop-ironsource {
  width: 100%; }
  .pop-ironsource .content {
    width: 100%;
    height: 100%; }
    .pop-ironsource .content img {
      width: 100%;
      height: 100vh; }
  .pop-ironsource .pop-close {
    top: 10px;
    right: 10px;
    background: url("../img/icon_close_x.png") center no-repeat;
    background-size: 22px 22px; }

.pop-notify .content {
  padding: 20px;
  background: #fff;
  height: auto;
  border-radius: 8px; }
  .pop-notify .content .title {
    color: #d84343;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd; }

.pop-notify .pop-close {
  top: -40px;
  right: -30px;
  background-size: 24px 24px; }

.pop-game-guide {
  width: 300px; }
  .pop-game-guide .content {
    padding: 10px;
    background: #fff url("../img/index/game/banner.jpg") no-repeat;
    background-size: 100%;
    height: auto;
    border-radius: 8px; }
    .pop-game-guide .content .game-list {
      margin-top: 145px;
      font-size: 13px; }
      .pop-game-guide .content .game-list-item {
        margin-bottom: 15px; }
        .pop-game-guide .content .game-list-item-icon {
          width: 40px;
          height: 40px; }
        .pop-game-guide .content .game-list-item-content {
          margin-left: 10px;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        .pop-game-guide .content .game-list-item-title {
          margin-bottom: 5px;
          color: #394070;
          font-size: 14px;
          font-weight: 500; }
        .pop-game-guide .content .game-list-item-desc {
          color: #898989; }
        .pop-game-guide .content .game-list-item-btn {
          color: #fff;
          text-align: center;
          width: 64px;
          height: 24px;
          line-height: 18px;
          background: url("../img/index/game/icon_btn_play.png") no-repeat;
          background-size: 100%; }
  .pop-game-guide .pop-close {
    top: 10px;
    right: 10px;
    background: url("../img/index/game/icon_closex.png") center center no-repeat;
    background-size: 20px 20px; }

.pop-gradient-guide .content {
  color: #fff;
  font-weight: normal;
  padding: 10px;
  background: url("../img/red_packet_xem.png") no-repeat;
  background-size: 100%;
  border-radius: 8px;
  text-align: center; }
  .pop-gradient-guide .content .title {
    line-height: 1.5;
    margin-top: 30px;
    text-transform: uppercase; }
  .pop-gradient-guide .content .guide-info {
    line-height: 1.3;
    font-size: 20px; }
    .pop-gradient-guide .content .guide-info big {
      font-size: 34px;
      color: #ffc40f; }
  .pop-gradient-guide .content .guide-tips {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    font-size: 13px;
    color: #a52f33; }
  .pop-gradient-guide .content .guide-link {
    position: absolute;
    top: 20%;
    bottom: 10%;
    left: 15%;
    right: 15%; }

.pop-gradient-guide .pop-close {
  top: 10px;
  right: 6px;
  background: none; }
  .pop-gradient-guide .pop-close:after, .pop-gradient-guide .pop-close:before {
    position: absolute;
    top: 30%;
    left: 20%;
    content: "";
    width: 18px;
    height: 1px;
    background: #3c2801;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .pop-gradient-guide .pop-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.pop-question {
  width: 260px; }
  .pop-question .content {
    font-weight: normal;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    height: auto;
    overflow: hidden; }
    .pop-question .content .title {
      font-size: 18px;
      margin-top: 30px; }
    .pop-question .content .icon {
      margin: 20px auto 8px;
      width: 90px;
      height: 50px;
      background: url("../img/icon_question.png") no-repeat;
      background-size: 100%; }
    .pop-question .content .btn-link {
      margin-top: 40px;
      color: #fff;
      height: 50px;
      line-height: 50px;
      background-color: #fc5655; }
      .pop-question .content .btn-link:active {
        background-color: #ee3434; }
  .pop-question .pop-close {
    top: 10px;
    right: 6px;
    background: none; }
    .pop-question .pop-close:after, .pop-question .pop-close:before {
      position: absolute;
      top: 30%;
      left: 20%;
      content: "";
      width: 18px;
      height: 1px;
      background: #3c2801;
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .pop-question .pop-close:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.pop-debug .content {
  line-height: 1.5;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  text-align: left;
  word-break: break-all; }

.popover-text {
  z-index: 1; }

.debug_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 80px; }

.loading {
  position: fixed;
  top: 100px;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  z-index: 1;
  -webkit-animation: cirle-anim 1s linear infinite;
  animation: cirle-anim 1s linear infinite; }

@-webkit-keyframes cirle-anim {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes cirle-anim {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

/*# sourceMappingURL=../maps/index.css.map */
