.swiper-container.banner {
  height: 450px;
  background: #ccc; }
  .swiper-container.banner .swiper-slide {
    position: relative; }
    .swiper-container.banner .swiper-slide .img {
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
      -webkit-animation: fade-in 300ms ease-in-out;
      animation: fade-in 300ms ease-in-out; }
  .swiper-container.banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.8); }
  .swiper-container.banner .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.8); }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.notice-wrapper {
  height: 45px; }
  .notice-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .notice-wrapper .title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    margin: 0;
    font-size: 16px;
    color: #8a9db3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 4px solid #ccc; }
    .notice-wrapper .title span {
      margin-left: 4px; }
  .notice-wrapper .marquee {
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden; }
    .notice-wrapper .marquee .notice-content {
      display: inline-block;
      min-width: 50%; }
      .notice-wrapper .marquee .notice-content span {
        padding-right: 3rem; }

.app-wrapper {
  padding: 100px 0;
  background-color: #ffffff;
  height: 500px; }
  .app-wrapper.active .right .screenshot {
    opacity: 1; }
    .app-wrapper.active .right .screenshot.screen-1 {
      -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
      transform: translateX(-50%) scale(1); }
    .app-wrapper.active .right .screenshot.screen-2 {
      -webkit-transform: translateX(-125%) scale(0.8);
      -ms-transform: translateX(-125%) scale(0.8);
      transform: translateX(-125%) scale(0.8); }
    .app-wrapper.active .right .screenshot.screen-3 {
      -webkit-transform: translateX(25%) scale(0.8);
      -ms-transform: translateX(25%) scale(0.8);
      transform: translateX(25%) scale(0.8); }
  .app-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .app-wrapper .left {
    text-align: center;
    width: 40%;
    height: 100%; }
    .app-wrapper .left .app-icon {
      width: 150px;
      height: 150px;
      background-size: contain;
      margin: auto; }
    .app-wrapper .left .title {
      font-size: 40px;
      font-family: "YouSheBiaoTiHei", sans-serif;
      color: #8a9db3;
      margin: 20px 0 0; }
    .app-wrapper .left .content {
      font-size: 14px;
      color: #8a9db3; }
    .app-wrapper .left .appqr-wrapper {
      color: #525c67;
      font-size: 14px; }
      .app-wrapper .left .appqr-wrapper .qr-code {
        opacity: 0.7;
        margin: 20px 0; }
      .app-wrapper .left .appqr-wrapper .appdlurl {
        text-decoration: none; }
  .app-wrapper .right {
    position: relative;
    width: 60%;
    height: 100%; }
    .app-wrapper .right .screenshot {
      width: 270px;
      height: 470px;
      background-size: contain;
      background-position: center;
      position: absolute;
      opacity: 0;
      -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transition-property: all;
      -o-transition-property: all;
      transition-property: all; }
      .app-wrapper .right .screenshot.screen-1 {
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
        top: 0;
        background-image: url(../img/screen-1.png);
        z-index: 10;
        -webkit-transition-duration: 200ms;
        -o-transition-duration: 200ms;
        transition-duration: 200ms; }
      .app-wrapper .right .screenshot.screen-2 {
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
        top: 0;
        background-image: url(../img/screen-2.png);
        -webkit-transition-duration: 400ms;
        -o-transition-duration: 400ms;
        transition-duration: 400ms; }
      .app-wrapper .right .screenshot.screen-3 {
        left: 50%;
        -webkit-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
        transform: translateX(-50%) scale(0);
        top: 0;
        background-image: url(../img/screen-3.png);
        -webkit-transition-duration: 600ms;
        -o-transition-duration: 600ms;
        transition-duration: 600ms; }

.game-intro-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f9fa;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  height: 750px; }
  .game-intro-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .game-intro-wrapper .container.tab .game-intro-wrapper {
      opacity: 0;
      -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
      position: absolute;
      visibility: hidden; }
      .game-intro-wrapper .container.tab .game-intro-wrapper.active {
        opacity: 1;
        visibility: visible; }
        .game-intro-wrapper .container.tab .game-intro-wrapper.active .game-type-wrapper > div:before {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          opacity: 1; }
        .game-intro-wrapper .container.tab .game-intro-wrapper.active .game-type-wrapper > div .shadow {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          opacity: 0.2; }
  .game-intro-wrapper .cards-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    margin-bottom: 50px; }
    .game-intro-wrapper .cards-wrapper .card-label {
      position: relative;
      height: 100px;
      width: 100px;
      border-radius: 50%;
      border: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      z-index: 0;
      background-color: transparent;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom; }
      .game-intro-wrapper .cards-wrapper .card-label:not(.show) {
        visibility: hidden; }
      .game-intro-wrapper .cards-wrapper .card-label.show {
        -webkit-animation: fade-in 300ms cubic-bezier(0.4, 0, 0.2, 1);
        animation: fade-in 300ms cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both; }
      .game-intro-wrapper .cards-wrapper .card-label:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 8px;
        right: 0;
        bottom: 0;
        height: calc(100% - 16px);
        width: calc(100% - 16px);
        z-index: -1;
        background-color: #ced6e1;
        border-radius: 50%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1); }
      .game-intro-wrapper .cards-wrapper .card-label:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        right: 0;
        bottom: 0;
        height: calc(100% - 20px);
        width: calc(100% - 20px);
        z-index: -1;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        -webkit-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1); }
      .game-intro-wrapper .cards-wrapper .card-label:not(:last-child) {
        margin-right: 10px; }
      .game-intro-wrapper .cards-wrapper .card-label:hover {
        -webkit-transform: translateY(-5px) scale(0.8);
        -ms-transform: translateY(-5px) scale(0.8);
        transform: translateY(-5px) scale(0.8); }
      .game-intro-wrapper .cards-wrapper .card-label.active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        background-color: #dde2ea; }
        .game-intro-wrapper .cards-wrapper .card-label.active:before {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
        .game-intro-wrapper .cards-wrapper .card-label.active:after {
          -webkit-animation: shakeAnimation 400ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: shakeAnimation 400ms cubic-bezier(0.4, 0, 0.2, 1) forwards; }
        .game-intro-wrapper .cards-wrapper .card-label.active.caipiao:after {
          background-image: url("../img/game-wrapper-icon/caipiao.png"); }
        .game-intro-wrapper .cards-wrapper .card-label.active.qipai:after {
          background-image: url("../img/game-wrapper-icon/qipai.png"); }
        .game-intro-wrapper .cards-wrapper .card-label.active.zhenren:after {
          background-image: url("../img/game-wrapper-icon/zhenren.png"); }
        .game-intro-wrapper .cards-wrapper .card-label.active.sport:after {
          background-image: url("../img/game-wrapper-icon/sport.png"); }
        .game-intro-wrapper .cards-wrapper .card-label.active.dianzi:after {
          background-image: url("../img/game-wrapper-icon/dianzi.png"); }
        .game-intro-wrapper .cards-wrapper .card-label.active.esport:after {
          background-image: url("../img/game-wrapper-icon/esport.png"); }
        .game-intro-wrapper .cards-wrapper .card-label.active > span {
          color: #333; }

@-webkit-keyframes shakeAnimation {
  0%,
  20%,
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  40%,
  60% {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg); }
  80% {
    -webkit-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg); } }

@keyframes shakeAnimation {
  0%,
  20%,
  100% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); }
  40%,
  60% {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg); }
  80% {
    -webkit-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg); } }
      .game-intro-wrapper .cards-wrapper .card-label.caipiao:after {
        background-image: url("../img/game-wrapper-icon/caipiao_grey.png"); }
      .game-intro-wrapper .cards-wrapper .card-label.qipai:after {
        background-image: url("../img/game-wrapper-icon/qipai_grey.png"); }
      .game-intro-wrapper .cards-wrapper .card-label.zhenren:after {
        background-image: url("../img/game-wrapper-icon/zhenren_grey.png"); }
      .game-intro-wrapper .cards-wrapper .card-label.sport:after {
        background-image: url("../img/game-wrapper-icon/sport_grey.png"); }
      .game-intro-wrapper .cards-wrapper .card-label.dianzi:after {
        background-image: url("../img/game-wrapper-icon/dianzi_grey.png"); }
      .game-intro-wrapper .cards-wrapper .card-label.esport:after {
        background-image: url("../img/game-wrapper-icon/esport_grey.png"); }
      .game-intro-wrapper .cards-wrapper .card-label * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .game-intro-wrapper .cards-wrapper .card-label > span {
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        font-size: 16px;
        color: #c4c4c4;
        text-align: center; }
  .game-intro-wrapper .game-intro-wrapper {
    height: 500px;
    width: 100%;
    padding: 2rem 3rem 3rem 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    .game-intro-wrapper .game-intro-wrapper h1 {
      font-size: 2.5rem;
      margin: 0 0 1rem 0;
      color: rgba(0, 0, 0, 0.87);
      position: relative; }
    .game-intro-wrapper .game-intro-wrapper p {
      position: relative;
      color: rgba(0, 0, 0, 0.72); }
    .game-intro-wrapper .game-intro-wrapper .primary-button {
      position: absolute;
      bottom: 40px;
      right: 20px;
      z-index: 10;
      width: 150px;
      height: 50px;
      border-radius: 0.5rem;
      font-size: 30px;
      font-family: TTTGB-Medium, sans-serif;
      font-style: italic;
      background: -webkit-gradient(linear, left top, left bottom, from(#7ca7d0), to(#5a84ad));
      background: -webkit-linear-gradient(top, #7ca7d0, #5a84ad);
      background: -o-linear-gradient(top, #7ca7d0, #5a84ad);
      background: linear-gradient(to bottom, #7ca7d0, #5a84ad);
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
    .game-intro-wrapper .game-intro-wrapper .game-type-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div {
        padding: 2rem 3rem 3rem 3rem;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        border-radius: 1rem;
        z-index: 0;
        width: 350px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div:not(:last-child) {
          margin-right: 20px; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div:nth-child(1):before {
          -webkit-transition-duration: 200ms;
          -o-transition-duration: 200ms;
          transition-duration: 200ms; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div:nth-child(2):before {
          -webkit-transition-duration: 400ms;
          -o-transition-duration: 400ms;
          transition-duration: 400ms; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div:nth-child(3):before {
          -webkit-transition-duration: 600ms;
          -o-transition-duration: 600ms;
          transition-duration: 600ms; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div:only-child {
          width: 900px;
          -ms-flex-preferred-size: 900px;
          flex-basis: 900px; }
          .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div:only-child:before {
            background-position: center top !important;
            background-size: 70% auto !important; }
          .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div:only-child .shadow {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            bottom: 0;
            background-size: auto 180%;
            background-position: -30% 30%;
            background-repeat: no-repeat;
            -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            -webkit-transition-property: all;
            -o-transition-property: all;
            transition-property: all;
            -webkit-transform: translateY(50px) scale(0.9);
            -ms-transform: translateY(50px) scale(0.9);
            transform: translateY(50px) scale(0.9);
            opacity: 0;
            z-index: 9;
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
            -webkit-transition-duration: 800ms;
            -o-transition-duration: 800ms;
            transition-duration: 800ms; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div .logo {
          position: absolute;
          height: 50px;
          width: 100%;
          left: 20px;
          top: 20px;
          background-size: auto 100%;
          background-repeat: no-repeat;
          background-position: left center;
          z-index: 20;
          -webkit-filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.3)); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div .title {
          font-family: YouSheBiaoTiHei, sans-serif;
          color: #fff;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
          transform-origin: bottom left;
          display: inline-block;
          position: absolute;
          bottom: 40px;
          left: 80px;
          text-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
          z-index: 1; }
          .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div .title .cn {
            font-size: 50px; }
          .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div .title .en {
            font-size: 18px;
            margin-top: -10px; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 105%;
          top: -5%;
          right: 0;
          bottom: 0;
          background-size: auto 100%;
          background-position: right center;
          background-repeat: no-repeat;
          -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          -webkit-transition-property: all;
          -o-transition-property: all;
          transition-property: all;
          -webkit-transform: translateY(50px) scale(0.9);
          -ms-transform: translateY(50px) scale(0.9);
          transform: translateY(50px) scale(0.9);
          opacity: 0;
          z-index: 10; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          right: 0;
          bottom: 0;
          z-index: -1;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 1rem; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="mgs"] {
          z-index: 0; }
          .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="mgs"]:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            bottom: 0;
            background: url(../img/mg_bg.jpg) -500px center/auto 100% no-repeat;
            z-index: -1; }
          .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="mgs"]:only-child:after {
            background: url(../img/mg_bg.jpg) top right/auto 100% no-repeat; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="sydg"] .logo {
          background-image: url(../img/game-intro-wrapper/sydg-logo.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="sydg"] .shadow {
          background-image: url(../img/game-intro-wrapper/sydg-character.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="sydg"]:before {
          background-image: url(../img/game-intro-wrapper/sydg-character.png);
          background-size: auto 70%;
          background-position: 20px center; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="sydg"]:after {
          background-image: url(../img/game-intro-wrapper/sydg-bg.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="pt"] .logo {
          background-image: url(../img/game-intro-wrapper/pt-logo.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="pt"] .shadow {
          background-image: url(../img/game-intro-wrapper/pt-character.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="pt"]:before {
          background-image: url(../img/game-intro-wrapper/pt-character.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="pt"]:after {
          background-image: url(../img/game-intro-wrapper/pt-bg.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="imsb"] .logo {
          background-image: url(../img/game-intro-wrapper/im-logo-short.svg); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="imsb"] .shadow {
          background-image: url(../img/game-intro-wrapper/imsb-character.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="imsb"]:before {
          background-image: url(../img/game-intro-wrapper/imsb-character.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="imsb"]:after {
          background-image: url(../img/game-intro-wrapper/imsb-bg.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="ibcsb"] .logo {
          background-image: url(../img/game-intro-wrapper/saba-logo.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="ibcsb"] .shadow {
          background-image: url(../img/game-intro-wrapper/saba-character.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="ibcsb"]:before {
          background-image: url(../img/game-intro-wrapper/saba-character.png);
          background-position: 100px center; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="ibcsb"]:after {
          background-image: url(../img/game-intro-wrapper/saba-bg.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="ag"] .logo {
          background-image: url(../img/game-intro-wrapper/ag-logo-short.svg); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="ag"] .shadow {
          background-image: url(../img/game-intro-wrapper/ag-character.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="ag"]:before {
          background-image: url(../img/game-intro-wrapper/ag-character.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="ag"]:after {
          background-image: url(../img/game-intro-wrapper/ag-bg.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="agyl"] .logo {
          background-image: url(../img/game-intro-wrapper/ag-logo-short.svg); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="agyl"] .shadow {
          background-image: url(../img/game-intro-wrapper/agyl-character.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="agyl"]:before {
          background-image: url(../img/game-intro-wrapper/agyl-character.png);
          background-position: -150% top; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="agyl"]:after {
          background-image: url(../img/game-intro-wrapper/agyl-bg.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="agyl"].agyl-dz .logo {
          background-image: url(../img/game-intro-wrapper/ag-logo-short.svg); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="agyl"].agyl-dz .shadow {
          background-image: url(../img/game-intro-wrapper/agyl-dz-character.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="agyl"].agyl-dz:before {
          background-image: url(../img/game-intro-wrapper/agyl-dz-character.png);
          background-size: auto 100%;
          background-position: 20px center; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="agyl"].agyl-dz:after {
          background-image: url(../img/game-intro-wrapper/agyl-dz-bg.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="agyl"].agyl-py .logo {
          background-image: url(../img/game-intro-wrapper/ag-logo-short.svg); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="agyl"].agyl-py .shadow {
          background-image: url(../img/game-intro-wrapper/agyl-py-character.png); }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="agyl"].agyl-py:before {
          background-image: url(../img/game-intro-wrapper/agyl-py-character.png);
          background-position: 60px center;
          background-size: auto 60%; }
        .game-intro-wrapper .game-intro-wrapper .game-type-wrapper > div[data-game="agyl"].agyl-py:after {
          background-image: url(../img/game-intro-wrapper/agyl-py-bg.png); }
    .game-intro-wrapper .game-intro-wrapper .extra-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      left: 320px;
      bottom: 30px;
      margin-bottom: -34px; }
      .game-intro-wrapper .game-intro-wrapper .extra-icon > .primary-button {
        background: #fff;
        width: 72px;
        height: 72px;
        border-radius: 6px;
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
        .game-intro-wrapper .game-intro-wrapper .extra-icon > .primary-button:hover {
          -webkit-box-shadow: 0 0 1rem rgba(237, 0, 45, 0.5);
          box-shadow: 0 0 1rem rgba(237, 0, 45, 0.5); }
        .game-intro-wrapper .game-intro-wrapper .extra-icon > .primary-button:not(:last-child) {
          margin-right: 20px; }
        .game-intro-wrapper .game-intro-wrapper .extra-icon > .primary-button[data-game="mgs"] {
          background: url("../img/mg-icon.svg") center/auto 90% no-repeat; }
        .game-intro-wrapper .game-intro-wrapper .extra-icon > .primary-button[data-game="sydg"] {
          background: url("../img/sydg-icon.png") center/auto 90% no-repeat; }
        .game-intro-wrapper .game-intro-wrapper .extra-icon > .primary-button[data-game="pt"] {
          background: url("../img/pt-icon.png") center/auto 90% no-repeat; }
    .game-intro-wrapper .game-intro-wrapper[data-game="sy"], .game-intro-wrapper .game-intro-wrapper[data-game="imdj"], .game-intro-wrapper .game-intro-wrapper[data-game="lottery"] {
      border-radius: 1rem;
      -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
      width: 900px;
      margin: auto;
      left: 0;
      right: 0; }
      .game-intro-wrapper .game-intro-wrapper[data-game="sy"]:before, .game-intro-wrapper .game-intro-wrapper[data-game="imdj"]:before, .game-intro-wrapper .game-intro-wrapper[data-game="lottery"]:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 105%;
        top: -5%;
        right: 0;
        bottom: 0;
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transform: translateY(50px) scale(0.9);
        -ms-transform: translateY(50px) scale(0.9);
        transform: translateY(50px) scale(0.9);
        opacity: 0;
        z-index: 10;
        -webkit-transition-duration: 400ms;
        -o-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms; }
      .game-intro-wrapper .game-intro-wrapper[data-game="sy"]:after, .game-intro-wrapper .game-intro-wrapper[data-game="imdj"]:after, .game-intro-wrapper .game-intro-wrapper[data-game="lottery"]:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        background-size: auto 180%;
        background-position: -30% 30%;
        background-repeat: no-repeat;
        -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transform: translateY(50px) scale(0.9);
        -ms-transform: translateY(50px) scale(0.9);
        transform: translateY(50px) scale(0.9);
        opacity: 0;
        z-index: 9;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-transition-duration: 800ms;
        -o-transition-duration: 800ms;
        transition-duration: 800ms; }
      .game-intro-wrapper .game-intro-wrapper[data-game="sy"].active:before, .game-intro-wrapper .game-intro-wrapper[data-game="imdj"].active:before, .game-intro-wrapper .game-intro-wrapper[data-game="lottery"].active:before {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1); }
      .game-intro-wrapper .game-intro-wrapper[data-game="sy"].active:after, .game-intro-wrapper .game-intro-wrapper[data-game="imdj"].active:after, .game-intro-wrapper .game-intro-wrapper[data-game="lottery"].active:after {
        opacity: 0.15;
        -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1); }
      .game-intro-wrapper .game-intro-wrapper[data-game="sy"] .logo, .game-intro-wrapper .game-intro-wrapper[data-game="imdj"] .logo, .game-intro-wrapper .game-intro-wrapper[data-game="lottery"] .logo {
        position: absolute;
        height: 50px;
        width: 100%;
        left: 20px;
        top: 20px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left center;
        z-index: 20; }
      .game-intro-wrapper .game-intro-wrapper[data-game="sy"] .title, .game-intro-wrapper .game-intro-wrapper[data-game="imdj"] .title, .game-intro-wrapper .game-intro-wrapper[data-game="lottery"] .title {
        font-family: YouSheBiaoTiHei, sans-serif;
        color: #fff;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        display: inline-block;
        position: absolute;
        bottom: 40px;
        left: 100px;
        z-index: 20;
        text-shadow: -2px 0 8px rgba(0, 0, 0, 0.2); }
        .game-intro-wrapper .game-intro-wrapper[data-game="sy"] .title .cn, .game-intro-wrapper .game-intro-wrapper[data-game="imdj"] .title .cn, .game-intro-wrapper .game-intro-wrapper[data-game="lottery"] .title .cn {
          font-size: 60px; }
        .game-intro-wrapper .game-intro-wrapper[data-game="sy"] .title .en, .game-intro-wrapper .game-intro-wrapper[data-game="imdj"] .title .en, .game-intro-wrapper .game-intro-wrapper[data-game="lottery"] .title .en {
          font-size: 24px;
          margin-top: -10px; }
    .game-intro-wrapper .game-intro-wrapper[data-game="lottery"] {
      background-image: url(../img/game-intro-wrapper/lottery-bg.png); }
      .game-intro-wrapper .game-intro-wrapper[data-game="lottery"]:before {
        background-image: url(../img/game-intro-wrapper/lottery-character.png); }
      .game-intro-wrapper .game-intro-wrapper[data-game="lottery"]:after {
        background-image: url(../img/game-intro-wrapper/lottery-character.png);
        background-position: 180% 30%; }
    .game-intro-wrapper .game-intro-wrapper[data-game="sy"] {
      background-image: url(../img/game-intro-wrapper/sy-bg.png); }
      .game-intro-wrapper .game-intro-wrapper[data-game="sy"]:before {
        background-image: url(../img/game-intro-wrapper/sy-character.png);
        background-size: auto 180%;
        background-position: center 10%; }
      .game-intro-wrapper .game-intro-wrapper[data-game="sy"]:after {
        background-image: url(../img/game-intro-wrapper/sy-character.png); }
    .game-intro-wrapper .game-intro-wrapper[data-game="imdj"] {
      background-image: url(../img/game-intro-wrapper/imdj-bg.png); }
      .game-intro-wrapper .game-intro-wrapper[data-game="imdj"]:before {
        background-image: url(../img/game-intro-wrapper/imdj-character.png);
        background-size: auto 110%;
        background-position: center top; }
      .game-intro-wrapper .game-intro-wrapper[data-game="imdj"]:after {
        background-image: url(../img/game-intro-wrapper/imdj-character.png); }
      .game-intro-wrapper .game-intro-wrapper[data-game="imdj"] .logo {
        background-image: url(../img/game-intro-wrapper/im-logo-short.svg); }
    .game-intro-wrapper .game-intro-wrapper[data-game="imsb"] {
      background: url("../img/imsb_bg.jpg") top right/cover no-repeat; }
    .game-intro-wrapper .game-intro-wrapper[data-game="ag"] {
      background: url("../img/ag_bg.jpg") top right/cover no-repeat; }
    .game-intro-wrapper .game-intro-wrapper[data-game="sports"], .game-intro-wrapper .game-intro-wrapper[data-game="slot"], .game-intro-wrapper .game-intro-wrapper[data-game="live"] {
      padding: 0; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.services-wrapper {
  color: rgba(0, 0, 0, 0.72);
  padding: 3rem 0 3rem; }
  .services-wrapper h3 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 1.2rem;
    margin: 0 0 0.5rem 0; }
  .services-wrapper p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5em; }
  .services-wrapper .title {
    color: #627288;
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px; }
  .services-wrapper .service-wrapper {
    position: relative; }
  .services-wrapper .services {
    padding: 2rem 3rem;
    border-radius: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .services-wrapper .services .service-item {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .services-wrapper .services .service-item p {
        font-family: TTTGB-Medium, sans-serif;
        font-style: italic;
        text-align: center;
        font-weight: bold;
        color: #454545;
        font-size: 27px; }
      .services-wrapper .services .service-item .en {
        color: #cccccc;
        font-size: 18px;
        text-align: center;
        font-style: italic;
        text-transform: uppercase; }
  .services-wrapper .left {
    -ms-flex-preferred-size: calc(60% - 0.5rem);
    flex-basis: calc(60% - 0.5rem);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
    .services-wrapper .left:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: url(../img/service-bg.png) center/contain no-repeat; }
  .services-wrapper .right {
    -ms-flex-preferred-size: calc(40% - 0.5rem);
    flex-basis: calc(40% - 0.5rem);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: 2rem; }
    .services-wrapper .right .service-item {
      margin: auto;
      text-align: center; }
      .services-wrapper .right .service-item p {
        margin: 10px 0;
        font-size: 16px; }
  .services-wrapper .service-feature {
    position: relative;
    padding: 0.5rem 0 0.5rem 5.5rem;
    margin: 1rem 0; }
    .services-wrapper .service-feature .icon {
      position: absolute;
      left: 0;
      top: 1rem; }
  .services-wrapper .service-status {
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 40px auto 10px; }
    .services-wrapper .service-status.process-1 .progress-wrapper .progress-circle {
      background-image: url(../img/service-icon-1.svg); }
    .services-wrapper .service-status.process-2 .progress-wrapper .progress-circle {
      background-image: url(../img/service-icon-1.svg); }
    .services-wrapper .service-status.process-3 .progress-wrapper .progress-title {
      -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
      transform: translateX(-40px); }
    .services-wrapper .service-status.process-3 .progress-wrapper .progress-circle {
      top: -40px;
      right: -20px;
      background-image: url(../img/service-icon-2.svg); }
    .services-wrapper .service-status.process-4 .progress-wrapper .progress-title {
      -webkit-transform: translateX(-80px);
      -ms-transform: translateX(-80px);
      transform: translateX(-80px); }
      .services-wrapper .service-status.process-4 .progress-wrapper .progress-title:before {
        font-size: 100px; }
    .services-wrapper .service-status.process-4 .progress-wrapper .progress-circle {
      width: 90px;
      height: 60px;
      right: -10px;
      top: -40px;
      background-image: url(../img/service-icon-3.svg); }
    .services-wrapper .service-status .progress-wrapper {
      line-height: 0;
      position: relative; }
      .services-wrapper .service-status .progress-wrapper .progress-title {
        font-family: TTTGB-Medium, sans-serif;
        font-style: italic;
        color: #95a7bb;
        font-size: 20px;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px); }
        .services-wrapper .service-status .progress-wrapper .progress-title:before {
          content: attr(data-count);
          font-size: 68px; }
      .services-wrapper .service-status .progress-wrapper .progress-circle {
        width: 60px;
        height: 60px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -60px;
        right: 0; }
  .services-wrapper .jinguanjia-wrapper {
    height: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    background-color: #10111d;
    margin-bottom: 40px; }
    .services-wrapper .jinguanjia-wrapper img {
      height: 120%; }
  .services-wrapper .brand-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .services-wrapper .brand-wrapper .brand-feature {
      text-align: center;
      width: calc(100% / 3); }
      .services-wrapper .brand-wrapper .brand-feature:not(:last-child) {
        margin-right: 20px; }
      .services-wrapper .brand-wrapper .brand-feature img {
        width: 100%;
        margin-bottom: 40px; }
      .services-wrapper .brand-wrapper .brand-feature h3 {
        color: #95a7bb;
        font-weight: normal;
        font-size: 24px; }
      .services-wrapper .brand-wrapper .brand-feature p {
        width: 80%;
        margin: 0 auto;
        font-size: 14px;
        color: #95a7bb; }

.partner-wrapper {
  text-align: center; }
  .partner-wrapper .title {
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding-top: 40px;
    margin-bottom: 40px; }
  .partner-wrapper .icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .partner-wrapper .icon {
    position: relative;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 2rem; }
    .partner-wrapper .icon .coming-soon {
      display: inline-block;
      width: 50px;
      height: 50px;
      background: url(../img/coming-soon.svg) center/contain no-repeat; }
    .partner-wrapper .icon span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: auto;
      font-size: 1.6rem;
      color: white; }
    .partner-wrapper .icon svg {
      height: 100%;
      width: auto; }
    .partner-wrapper .icon img {
      max-height: 50px;
      max-width: 200px;
      width: auto; }
    .partner-wrapper .icon .label {
      position: absolute;
      font-size: 0.9rem;
      color: rgba(0, 0, 0, 0.72);
      top: calc(100% + 0.5rem);
      left: 0;
      width: 100%;
      text-align: center; }

.section-header {
  background-image: url("../img/game-wrapper-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 33rem;
  margin-top: -120px;
  position: relative; }
  .section-header .title {
    color: #8A9DB3;
    font-size: 55px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    top: 240px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow: 2px 4px #fff;
    z-index: 1; }
    .section-header .title .subtitle {
      font-size: 40px;
      margin-left: 100px; }

.section-content {
  margin-top: -120px;
  padding: 0 0 3rem;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .section-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 120vw;
    min-width: 1300px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../img/bg_section.jpg");
    border-radius: 50% 50% 0 0 / 7rem 7rem 0 0;
    background-position: center 40rem;
    z-index: -1; }
  .section-content .title {
    position: relative;
    color: #7A95AA;
    padding-bottom: 3rem; }
  .section-content button.action {
    cursor: pointer;
    margin-top: 0.5rem;
    line-height: 2.7em;
    letter-spacing: 1px;
    border: 0 solid transparent;
    background: #fff;
    background-repeat: no-repeat;
    color: #7A95AA;
    outline: none;
    -webkit-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    .section-content button.action:hover {
      background: #B1C4D5; }
    .section-content button.action:active {
      -webkit-box-shadow: 0 0 0 #b3a7e1;
      box-shadow: 0 0 0 #b3a7e1; }
  .section-content .btn-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    background: white;
    position: relative; }
    .section-content .btn-wrapper a {
      width: 100%;
      margin: 0; }
      .section-content .btn-wrapper a:not(:first-child) {
        margin-left: 1px; }
      .section-content .btn-wrapper a button.btn {
        width: 100%;
        margin: 0;
        background: #8299AD;
        color: white; }
        .section-content .btn-wrapper a button.btn:hover {
          opacity: 0.8; }
  .section-content button.btn {
    font-size: 1.2rem;
    width: 15rem;
    margin: 0 0.2rem; }
    .section-content button.btn.silver:active {
      -webkit-box-shadow: 0 0 0 #b7b7b7;
      box-shadow: 0 0 0 #b7b7b7; }
  .section-content .sub-pages {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 80%;
    margin: auto; }
    .section-content .sub-pages .nav {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      color: rgba(255, 255, 255, 0.72);
      background: #fff;
      -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden; }
      .section-content .sub-pages .nav a {
        display: block;
        width: 100%; }
      .section-content .sub-pages .nav .tab {
        position: relative;
        line-height: 3rem;
        width: 100%;
        text-align: center;
        z-index: 0;
        -webkit-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease; }
        .section-content .sub-pages .nav .tab > a {
          color: rgba(0, 0, 0, 0.54);
          text-decoration: none; }
        .section-content .sub-pages .nav .tab:before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 80%;
          top: 10%;
          left: 0;
          background: #8299AD url("../img/chevron-right-solid.svg") 95% center/20px 20px no-repeat;
          z-index: -1;
          opacity: 0;
          -webkit-transform: translateX(-40px);
          -ms-transform: translateX(-40px);
          transform: translateX(-40px);
          -webkit-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
          -o-transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); }
        .section-content .sub-pages .nav .tab:after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 80%;
          top: 10%;
          left: 0;
          background: #8299AD;
          z-index: -1;
          opacity: 0;
          -webkit-transition: opacity 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
          -o-transition: opacity 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: opacity 300ms cubic-bezier(0.075, 0.82, 0.165, 1); }
        .section-content .sub-pages .nav .tab:hover {
          color: rgba(255, 255, 255, 0.87); }
          .section-content .sub-pages .nav .tab:hover:after {
            opacity: 0.1; }
        .section-content .sub-pages .nav .tab.active {
          color: rgba(255, 255, 255, 0.87);
          pointer-events: none; }
          .section-content .sub-pages .nav .tab.active > a {
            color: #fff; }
          .section-content .sub-pages .nav .tab.active:before {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0); }
    .section-content .sub-pages .nav.nav-vertical {
      width: 12rem;
      margin: 0 1rem 0 0; }
    .section-content .sub-pages .nav.nav-horizontal {
      width: 100%;
      margin: 0 0 0.5rem 0;
      border-radius: 1rem 1rem 0 0; }
    .section-content .sub-pages .pages {
      background-color: white;
      width: 100%;
      padding: 1rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.25); }
      .section-content .sub-pages .pages .page {
        width: 100%; }
        .section-content .sub-pages .pages .page:not(.active) {
          display: none; }
      .section-content .sub-pages .pages .item {
        border: 10px solid white; }
        .section-content .sub-pages .pages .item:not(:first-child) {
          border-top: none; }
        .section-content .sub-pages .pages .item img {
          width: 100%;
          height: auto;
          font-size: 0; }
        .section-content .sub-pages .pages .item.ready .item-head .text .left-pattern {
          -webkit-transform: rotate(-45deg) translateX(0);
          -ms-transform: rotate(-45deg) translateX(0);
          transform: rotate(-45deg) translateX(0); }
        .section-content .sub-pages .pages .item.ready .item-head .text .right-pattern {
          -webkit-transform: rotate(-45deg) translateX(0);
          -ms-transform: rotate(-45deg) translateX(0);
          transform: rotate(-45deg) translateX(0); }
        .section-content .sub-pages .pages .item .item-head {
          min-height: 100px;
          background: #e4e4e4;
          overflow: hidden;
          margin: 0; }
          .section-content .sub-pages .pages .item .item-head.image {
            display: block;
            width: 100%; }
          .section-content .sub-pages .pages .item .item-head .text {
            position: relative;
            width: 100%;
            min-height: 165px;
            color: #fff;
            color: #B1C4D5;
            border: 1rem solid transparent;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-shadow: 0 0 0 6px #b1c4d5 inset;
            box-shadow: 0 0 0 6px #b1c4d5 inset; }
            .section-content .sub-pages .pages .item .item-head .text .left-pattern {
              width: 400px;
              height: 4rem;
              top: 20%;
              left: -9%;
              position: absolute;
              border-radius: 10rem;
              -webkit-transform: rotate(-45deg) translateX(100%);
              -ms-transform: rotate(-45deg) translateX(100%);
              transform: rotate(-45deg) translateX(100%);
              background: -webkit-gradient(linear, left top, right top, from(rgba(80, 108, 139, 0.5)), to(rgba(255, 255, 255, 0.01)));
              background: -webkit-linear-gradient(left, rgba(80, 108, 139, 0.5), rgba(255, 255, 255, 0.01));
              background: -o-linear-gradient(left, rgba(80, 108, 139, 0.5), rgba(255, 255, 255, 0.01));
              background: linear-gradient(to right, rgba(80, 108, 139, 0.5), rgba(255, 255, 255, 0.01));
              -webkit-transition: -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
              transition: -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
              -o-transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
              transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
              transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1); }
              .section-content .sub-pages .pages .item .item-head .text .left-pattern:before {
                content: "";
                position: absolute;
                top: 0;
                left: -100px;
                width: 600px;
                height: 4rem;
                border-radius: 10rem;
                -webkit-transform: translateY(-4rem);
                -ms-transform: translateY(-4rem);
                transform: translateY(-4rem);
                background: rgba(255, 255, 255, 0.5); }
              .section-content .sub-pages .pages .item .item-head .text .left-pattern:after {
                content: "";
                position: absolute;
                top: -48%;
                left: 38%;
                width: 200px;
                height: 3.5rem;
                border-radius: 10rem;
                background: rgba(80, 108, 139, 0.5); }
            .section-content .sub-pages .pages .item .item-head .text .right-pattern {
              width: 400px;
              height: 5rem;
              top: -40%;
              right: -25%;
              border-radius: 10rem;
              position: absolute;
              -webkit-transform: rotate(-45deg) translateX(100%);
              -ms-transform: rotate(-45deg) translateX(100%);
              transform: rotate(-45deg) translateX(100%);
              background: rgba(255, 255, 255, 0.5);
              -webkit-transition: -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
              transition: -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
              -o-transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
              transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
              transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1); }
              .section-content .sub-pages .pages .item .item-head .text .right-pattern:before {
                content: "";
                position: absolute;
                top: 120%;
                left: 18%;
                width: 600px;
                height: 4rem;
                border-radius: 10rem;
                -webkit-transform: translateY(-4rem);
                -ms-transform: translateY(-4rem);
                transform: translateY(-4rem);
                background: rgba(80, 108, 139, 0.3); }
        .section-content .sub-pages .pages .item h1 {
          margin: 0;
          text-align: center;
          z-index: 10; }
        .section-content .sub-pages .pages .item .item-content {
          padding: 0.5rem;
          display: none; }
    .section-content .sub-pages .page-aff {
      color: #222;
      background: #ffffff;
      padding: 2rem;
      line-height: 1.5em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
      font-size: 0.9rem; }
      .section-content .sub-pages .page-aff p {
        font-size: 0.92em; }
      .section-content .sub-pages .page-aff h5 {
        font-size: 1rem; }
      .section-content .sub-pages .page-aff table {
        text-align: left;
        border-spacing: 0;
        color: white;
        font-size: 0.8rem;
        font-weight: 300;
        min-width: 200px; }
        .section-content .sub-pages .page-aff table tr:only-child {
          display: none; }
        .section-content .sub-pages .page-aff table tr:not(:last-child) td,
        .section-content .sub-pages .page-aff table tr:not(:last-child) th {
          border-bottom: 1px solid black; }
        .section-content .sub-pages .page-aff table th,
        .section-content .sub-pages .page-aff table td {
          line-height: 2.2rem; }
        .section-content .sub-pages .page-aff table th {
          text-align: center;
          background: -webkit-gradient(linear, left top, right top, from(#B1C4D5), to(#7A95AA));
          background: -webkit-linear-gradient(left, #B1C4D5, #7A95AA);
          background: -o-linear-gradient(left, #B1C4D5, #7A95AA);
          background: linear-gradient(to right, #B1C4D5, #7A95AA); }
        .section-content .sub-pages .page-aff table td {
          min-width: 80px;
          background: #B1C4D5;
          padding: 0 2rem; }
        .section-content .sub-pages .page-aff table a {
          color: inherit; }
    .section-content .sub-pages .page-faq {
      font-size: 0.8rem;
      min-height: 320px; }
      .section-content .sub-pages .page-faq h3 {
        margin: 0 0 1rem 0; }
      .section-content .sub-pages .page-faq h5 {
        margin: 0.5rem 0; }
      .section-content .sub-pages .page-faq p,
      .section-content .sub-pages .page-faq li {
        font-size: 0.8rem;
        margin: 0.5rem 0; }
      .section-content .sub-pages .page-faq a {
        color: blue; }
      .section-content .sub-pages .page-faq p.relative {
        position: relative; }
        .section-content .sub-pages .page-faq p.relative .absolute {
          position: absolute; }
          .section-content .sub-pages .page-faq p.relative .absolute.deposit {
            top: 5px;
            left: 11px;
            height: 30px; }
          .section-content .sub-pages .page-faq p.relative .absolute.withdraw {
            top: 4px;
            left: 10px;
            height: 26px; }
      .section-content .sub-pages .page-faq .faq-ios-img {
        position: relative; }
        .section-content .sub-pages .page-faq .faq-ios-img:before, .section-content .sub-pages .page-faq .faq-ios-img:after {
          content: "";
          background: url("https://img.sg88.ws/dyh-platform-niubo/app-logo.png") center/contain no-repeat;
          position: absolute; }
        .section-content .sub-pages .page-faq .faq-ios-img:before {
          top: 26px;
          left: 16px;
          height: 47px;
          width: 47px; }
        .section-content .sub-pages .page-faq .faq-ios-img:after {
          left: 505px;
          top: 142px;
          height: 20px;
          width: 20px; }
        .section-content .sub-pages .page-faq .faq-ios-img .ios-name1 {
          position: absolute;
          color: #ababab;
          font-size: 11px;
          top: 78px;
          left: 15px; }
        .section-content .sub-pages .page-faq .faq-ios-img .ios-name2 {
          position: absolute;
          left: 535px;
          top: 145px; }
      .section-content .sub-pages .page-faq .faq-andr-img {
        position: relative; }
        .section-content .sub-pages .page-faq .faq-andr-img:before, .section-content .sub-pages .page-faq .faq-andr-img:after {
          content: "";
          background: url("../img/faq/app_logo.png") center/contain no-repeat;
          position: absolute; }
        .section-content .sub-pages .page-faq .faq-andr-img:before {
          left: 18px;
          top: 23px;
          height: 30px;
          width: 30px; }
        .section-content .sub-pages .page-faq .faq-andr-img:after {
          left: 510px;
          top: 23px;
          height: 30px;
          width: 30px; }
        .section-content .sub-pages .page-faq .faq-andr-img .andr-name1 {
          position: absolute;
          left: 57px;
          top: 31px; }
        .section-content .sub-pages .page-faq .faq-andr-img .andr-name2 {
          position: absolute;
          left: 548px;
          top: 32px; }
  .section-content .sub-pages.form .pages {
    border-radius: 0 0 1rem 1rem; }
  .section-content .sub-pages.form .page {
    padding: 1rem 0.5rem; }
  .section-content .sub-pages.form .page-promo {
    padding: 0; }
  .section-content .sub-pages.form .form-wrapper {
    width: 50rem;
    margin: auto; }
  .section-content .sub-pages.form form table {
    border-collapse: collapse; }
    .section-content .sub-pages.form form table label {
      font-size: 1rem;
      color: #458bbe; }
    .section-content .sub-pages.form form table tr {
      margin-bottom: 1rem; }
    .section-content .sub-pages.form form table td {
      padding: 0.7rem 0.2rem; }
    .section-content .sub-pages.form form table td:first-child {
      width: 6rem; }
    .section-content .sub-pages.form form table td.input {
      position: relative;
      vertical-align: middle;
      z-index: 0;
      white-space: nowrap; }
      .section-content .sub-pages.form form table td.input .follower {
        font-size: calc(2.1rem);
        top: -1px; }
    .section-content .sub-pages.form form table td.hint {
      font-size: 0.875rem;
      color: #5f43a7; }
    .section-content .sub-pages.form form table input {
      width: 20rem;
      line-height: 2.5rem;
      border: 2px solid rgba(0, 0, 0, 0.2);
      border-radius: 0.4rem;
      outline: none;
      padding: 0 0.5rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .section-content .sub-pages.form form table .verify-code {
      border-radius: 0.2rem; }
  .section-content .sub-pages.form button.action {
    width: 100%; }

.app-page-wrapper {
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .app-page-wrapper .footer-wrapper {
    margin-top: auto; }

.app-download {
  height: 650px;
  background: url(../img/app-bg.png) center/cover no-repeat;
  padding: 56px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .app-download .container {
    width: 1000px; }
  .app-download .title {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 38px;
    text-align: center;
    font-weight: bold; }
  .app-download .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0; }
    .app-download .content-wrapper .qr-wrapper {
      margin: auto;
      width: 170px;
      background: rgba(255, 255, 255, 0.6);
      border-radius: 8px;
      border: 1px solid #707070;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 20px 20px 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .app-download .content-wrapper .qr-wrapper .qr-code {
        width: 120px;
        height: 120px; }
        .app-download .content-wrapper .qr-wrapper .qr-code canvas {
          width: 100% !important;
          height: 100% !important; }
      .app-download .content-wrapper .qr-wrapper p {
        margin: 6px auto;
        width: 100%;
        text-align: center; }
        .app-download .content-wrapper .qr-wrapper p.line {
          border-bottom: 1px solid #000;
          padding-bottom: 6px;
          font-size: 12px; }
        .app-download .content-wrapper .qr-wrapper p.bold {
          font-weight: bold; }
    .app-download .content-wrapper .phone-wrapper {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .app-download .content-wrapper .phone-wrapper .phone-1 {
        width: 200px;
        height: 360px;
        background: url(../img/app/phone-1.png) center/contain no-repeat;
        z-index: 10;
        -webkit-animation: slideRightAnimation 600ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
        animation: slideRightAnimation 600ms cubic-bezier(0.4, 0, 0.2, 1) forwards; }
      .app-download .content-wrapper .phone-wrapper .phone-2 {
        width: 200px;
        height: 360px;
        margin-left: -60px;
        background: url(../img/app/phone-2.png) center/contain no-repeat;
        -webkit-animation: slideLeftAnimation 600ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
        animation: slideLeftAnimation 600ms cubic-bezier(0.4, 0, 0.2, 1) forwards; }

@-webkit-keyframes slideLeftAnimation {
  from {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideLeftAnimation {
  from {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideRightAnimation {
  from {
    -webkit-transform: translateX(40px);
    transform: translateX(40px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideRightAnimation {
  from {
    -webkit-transform: translateX(40px);
    transform: translateX(40px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
    .app-download .content-wrapper .details-wrapper {
      color: #fff;
      text-align: center;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1; }
      .app-download .content-wrapper .details-wrapper p:not(:last-child) {
        margin-bottom: 30px; }
      .app-download .content-wrapper .details-wrapper .html5-logo {
        width: 100px;
        height: 120px;
        margin: auto;
        background: url(../img/app/html5.png) center/contain no-repeat; }
      .app-download .content-wrapper .details-wrapper .download-url {
        color: #04baee;
        font-weight: bold;
        font-size: 20px; }
  .app-download .partner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .app-download .partner-wrapper .partner-item {
      -ms-flex-preferred-size: calc(100% / 5);
      flex-basis: calc(100% / 5); }
      .app-download .partner-wrapper .partner-item img {
        height: 30px; }

.app-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  height: 188px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .app-feature .container {
    width: 820px; }
  .app-feature .feature-item {
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
    text-align: center;
    max-width: 220px;
    margin: auto;
    color: #000; }
    .app-feature .feature-item h1 {
      font-size: 20px;
      margin: 10px 0; }
    .app-feature .feature-item p {
      font-size: 12px; }

.aff-wrapper {
  background: url(../img/aff_bg.png) top center/cover no-repeat #eee1e3;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .aff-wrapper .aff-title {
    margin-top: 40px; }
  .aff-wrapper .info-table {
    display: table;
    padding: 16px;
    margin: 40px auto 0;
    border-collapse: collapse; }
    .aff-wrapper .info-table thead tr {
      height: 50px;
      font-size: 18px; }
      .aff-wrapper .info-table thead tr th {
        text-align: center;
        vertical-align: middle;
        color: #980c0c; }
        .aff-wrapper .info-table thead tr th img {
          display: inline-block;
          vertical-align: middle;
          margin-top: -4px; }
    .aff-wrapper .info-table tbody tr {
      height: 35px; }
      .aff-wrapper .info-table tbody tr:not(:last-child) {
        border-bottom: 1px dotted #b27d87; }
      .aff-wrapper .info-table tbody tr td {
        text-align: center;
        color: #1c1650;
        padding: 0 20px; }
        .aff-wrapper .info-table tbody tr td:last-child {
          font-weight: bold; }
  .aff-wrapper .table-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .aff-wrapper .table-footer strong {
      color: #da2221; }
    .aff-wrapper .table-footer span {
      margin: 0px 20px; }
      .aff-wrapper .table-footer span b {
        width: 20px;
        height: 20px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        background-color: #da2221;
        margin-right: 10px;
        border-radius: 50%; }
  .aff-wrapper .contact-us .title {
    color: #1f165a;
    font-size: 18px; }
  .aff-wrapper .contact-us .contact-table {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto; }
    .aff-wrapper .contact-us .contact-table .contact-item {
      text-align: center;
      color: #1c1650;
      padding: 0 40px;
      font-size: 14px; }
      .aff-wrapper .contact-us .contact-table .contact-item:not(:last-child) {
        border-right: 1px solid #333; }
      .aff-wrapper .contact-us .contact-table .contact-item > * {
        display: block;
        text-align: center;
        margin: 8px 0; }
      .aff-wrapper .contact-us .contact-table .contact-item img {
        margin: auto; }
  .aff-wrapper .footer-wrapper {
    margin-top: auto; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: white;
  font-size: 0.8rem;
  padding: 0.5rem 0;
  position: relative; }
  .footer a {
    color: currentColor;
    font-size: 17px;
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    text-decoration: none; }

html,
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", "microsoft yahei", sans-serif;
  background-color: #f9f9f9; }

html {
  height: 100%; }

body {
  height: calc(100% - 120px); }

@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("../fonts/YouSheBiaoTiHei.ttf"); }

@font-face {
  font-family: "TTTGB-Medium";
  src: url("../fonts/TTTGB-Medium.ttf"); }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .flex.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex.flex-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .flex.flex-space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }

.body-wrapper {
  margin-top: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1200px;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in;
  -o-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
  height: 100%; }

body.ready .body-wrapper {
  opacity: 1; }

.container {
  position: relative;
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto; }

.footer-wrapper {
  background: #627288; }

.primary-button {
  width: 250px;
  height: 38px;
  line-height: 38px;
  display: block;
  border-radius: 2rem;
  margin: 0;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#ed002d), to(#ff6d4c));
  background: -webkit-linear-gradient(left, #ed002d, #ff6d4c);
  background: -o-linear-gradient(left, #ed002d, #ff6d4c);
  background: linear-gradient(to right, #ed002d, #ff6d4c);
  -webkit-box-shadow: 0 2px 8px rgba(237, 0, 45, 0.5);
  box-shadow: 0 2px 8px rgba(237, 0, 45, 0.5);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer; }
  .primary-button:disabled {
    opacity: 0.5; }
  .primary-button :active {
    background-color: #443469; }
  .primary-button:hover {
    -webkit-box-shadow: 0 4px 16px rgba(237, 0, 45, 0.8);
    box-shadow: 0 4px 16px rgba(237, 0, 45, 0.8); }

.swiper-container.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.5; }

.landing-advertise {
  background: rgba(0, 0, 0, 0.7) !important; }
  .landing-advertise.ad-close {
    opacity: 1 !important;
    visibility: visible !important; }
    .landing-advertise.ad-close .ad-frame {
      opacity: 1 !important;
      -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
      transform: translate(0) !important; }
  .landing-advertise.ad-hide {
    opacity: 0;
    visibility: hidden; }
    .landing-advertise.ad-hide .ad-frame {
      opacity: 0;
      -webkit-transition: 300ms ease;
      -o-transition: 300ms ease;
      transition: 300ms ease;
      -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
      transform: translate(0, -50px); }
  .landing-advertise .ad-countdown {
    display: none; }

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