@charset "UTF-8";
@font-face {
  font-family: "NumberBold";
  src: url("../font/Manrope-ExtraBold.ttf");
  /* IE9 */ }
head,
body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 1280px; }

* {
  padding: 0;
  font-weight: 400;
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body > a {
  display: none; }

ul li {
  list-style: none; }

input,
textarea {
  border: 0;
  /* 方法1 */
  -webkit-appearance: none;
  /* 方法2 */ }

a {
  font-weight: 400;
  font-size: 12px;
  text-decoration: none; }

.main-content {
  width: 1200px;
  margin: 0 auto; }

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background-color 100ms ease-in, border-color 100ms ease-in, border-shadow 100ms ease-in;
  -o-transition: background-color 100ms ease-in, border-color 100ms ease-in, border-shadow 100ms ease-in;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, border-shadow 100ms ease-in;
  z-index: 11; }
  .header-wrapper .h-menu {
    display: none; }
  .header-wrapper .header-content {
    position: relative;
    width: 100%;
    height: 72px;
    margin: 0 auto;
    padding: 0 100px; }
    .header-wrapper .header-content .mob {
      display: none; }
  .header-wrapper .menu-slider {
    position: absolute;
    right: 100px;
    top: 0;
    padding: 14px 0; }
  @media screen and (min-width: 1300px) and (max-width: 1400px) {
    .header-wrapper .header-content {
      padding: 0 40px; }
    .header-wrapper .menu-slider {
      right: 40px; } }
  @media screen and (max-width: 1300px) {
    .header-wrapper .header-content {
      padding: 0 0px;
      width: 1200px; }
    .header-wrapper .menu-slider {
      right: 0px; } }
  .header-wrapper .menu-close-icon {
    display: none; }
  .header-wrapper .logo-a {
    width: 145px;
    padding: 20px 0;
    display: inline-block; }
    .header-wrapper .logo-a > img {
      width: 100%; }
    .header-wrapper .logo-a.mob-pr {
      display: none; }
    .header-wrapper .logo-a.mob-wh {
      display: inline-block; }
  .header-wrapper .h-login {
    padding: 21px 0px;
    margin-right: 20px; }
    .header-wrapper .h-login a {
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer; }
      .header-wrapper .h-login a:hover {
        color: #fff;
        opacity: 0.7; }
  .header-wrapper .h-demo {
    background-color: #fff;
    color: #366dff;
    -webkit-transition: background-color 100ms ease-in, border-color 100ms ease-in, opacity 100ms ease-in;
    -o-transition: background-color 100ms ease-in, border-color 100ms ease-in, opacity 100ms ease-in;
    transition: background-color 100ms ease-in, border-color 100ms ease-in, opacity 100ms ease-in;
    width: 104px;
    font-weight: 600;
    display: inline-block;
    border-radius: 6px;
    font-size: 16px;
    padding: 9px 12px;
    text-align: center;
    margin-left: 0px; }
    .header-wrapper .h-demo:hover {
      background-color: #eeeeee; }
  .header-wrapper .nav-list {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 24px;
    vertical-align: bottom; }
    .header-wrapper .nav-list .h-li {
      display: inline-block;
      position: relative;
      padding: 10px 16px;
      margin: 0 -3px; }
      .header-wrapper .nav-list .h-li .is-pc-icon {
        display: inline-block !important; }
      .header-wrapper .nav-list .h-li .is-mobile-icon {
        display: none !important; }
      .header-wrapper .nav-list .h-li .h-li-icon {
        display: inline-block;
        width: 14px;
        height: 14px;
        vertical-align: middle; }
        .header-wrapper .nav-list .h-li .h-li-icon.iswhite {
          display: inline-block; }
        .header-wrapper .nav-list .h-li .h-li-icon.isblack, .header-wrapper .nav-list .h-li .h-li-icon.isblue {
          display: none; }
      .header-wrapper .nav-list .h-li > a {
        padding: 16px 0px;
        font-weight: 600;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        color: #fff;
        position: relative; }
        .header-wrapper .nav-list .h-li > a::after {
          background-color: #fff;
          -webkit-transition: all 100ms ease-out;
          -o-transition: all 100ms ease-out;
          transition: all 100ms ease-out;
          content: "";
          display: block;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          height: 2px;
          -webkit-transform-origin: left;
              -ms-transform-origin: left;
                  transform-origin: left;
          -webkit-transform: scale(0, 1);
              -ms-transform: scale(0, 1);
                  transform: scale(0, 1); }
      .header-wrapper .nav-list .h-li:hover > a {
        color: #fff;
        opacity: 0.7; }
        .header-wrapper .nav-list .h-li:hover > a::after {
          -webkit-transform: scale(1, 1);
              -ms-transform: scale(1, 1);
                  transform: scale(1, 1);
          opacity: 0.7; }
      .header-wrapper .nav-list .h-li.active > a {
        color: #fff; }
  .header-wrapper .h-nav {
    position: relative;
    z-index: 0; }
    .header-wrapper .h-nav .h-box {
      left: 0;
      position: absolute;
      z-index: -1;
      top: -500px;
      border-radius: 4px;
      width: auto;
      padding: 20px 0;
      background: #ffffff;
      -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .header-wrapper .h-nav .h-box .h-li-item {
        text-align: left;
        display: inline-block;
        min-width: 150px;
        margin-bottom: 12px;
        white-space: nowrap;
        width: 100%; }
        .header-wrapper .h-nav .h-box .h-li-item:last-child {
          margin-bottom: 0; }
        .header-wrapper .h-nav .h-box .h-li-item.box .desc-wrap {
          text-align: left;
          line-height: 14px;
          border-right: 1px solid #f1f2f2;
          position: relative;
          padding: 5px 24px; }
          .header-wrapper .h-nav .h-box .h-li-item.box .desc-wrap .i-icon {
            width: 50px;
            display: none; }
          .header-wrapper .h-nav .h-box .h-li-item.box .desc-wrap .title {
            font-size: 14px;
            line-height: 14px;
            font-weight: 600;
            text-align: left;
            color: #1f2227; }
          .header-wrapper .h-nav .h-box .h-li-item.box .desc-wrap .desc {
            font-size: 12px;
            font-weight: 400;
            color: #bbbcbe; }
        .header-wrapper .h-nav .h-box .h-li-item.box:last-child .desc-wrap {
          border-right: 0px solid transparent; }
        .header-wrapper .h-nav .h-box .h-li-item:hover .title {
          color: #366dff !important; }
    .header-wrapper .h-nav:hover .h-box {
      z-index: 8;
      top: 71px; }
  .header-wrapper.fixed {
    border-bottom: 1px solid #f1f2f2;
    background-color: #fff; }
    .header-wrapper.fixed .h-nav.acitve .h-li-title {
      color: #366dff !important; }
    .header-wrapper.fixed .h-demo {
      background-color: #0560fd;
      color: #fff; }
      .header-wrapper.fixed .h-demo:hover {
        opacity: 0.8; }
    .header-wrapper.fixed .h-login a {
      color: #1F2227; }
      .header-wrapper.fixed .h-login a:hover {
        color: #366dff;
        opacity: 1; }
    .header-wrapper.fixed .logo-a.mob-pr {
      display: inline-block; }
    .header-wrapper.fixed .logo-a.mob-wh {
      display: none; }
    .header-wrapper.fixed .nav-list .h-li > a {
      color: #1F2227; }
      .header-wrapper.fixed .nav-list .h-li > a:hover {
        color: #366dff; }
      .header-wrapper.fixed .nav-list .h-li > a:hover::after {
        background-color: #366dff; }
    .header-wrapper.fixed .nav-list .h-li:hover > a {
      color: #366dff;
      opacity: 1; }
      .header-wrapper.fixed .nav-list .h-li:hover > a::after {
        background-color: #366dff;
        opacity: 1; }
    .header-wrapper.fixed .nav-list .h-li .h-li-icon.iswhite, .header-wrapper.fixed .nav-list .h-li .h-li-icon.isblue {
      display: none; }
    .header-wrapper.fixed .nav-list .h-li .h-li-icon.isblack {
      display: inline-block; }
    .header-wrapper.fixed .nav-list .h-li:hover .iswhite,
    .header-wrapper.fixed .nav-list .h-li:hover .isblack {
      display: none; }
    .header-wrapper.fixed .nav-list .h-li:hover .isblue {
      display: inline-block; }

.cmm-title {
  color: #1f2227;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5; }
  .cmm-title.white {
    color: #fff; }

.footer-wrapper {
  min-height: 464px; }
  .footer-wrapper .cmm-footer {
    background-color: #122041;
    overflow: hidden; }
    .footer-wrapper .cmm-footer .img-l {
      width: 256px;
      top: -120px;
      position: absolute;
      right: 1700px; }
    .footer-wrapper .cmm-footer .img-r {
      width: 270px;
      position: absolute;
      bottom: -92px;
      left: 1600px; }
  .footer-wrapper .footer-title {
    overflow: hidden;
    background-color: #122041;
    position: relative;
    padding: 75px 0 80px 0; }
    .footer-wrapper .footer-title .footer-title-main {
      text-align: center; }
      .footer-wrapper .footer-title .footer-title-main .sign-btns {
        padding-top: 60px; }
        .footer-wrapper .footer-title .footer-title-main .sign-btns .pc-button {
          display: inline-block;
          width: 160px;
          font-size: 16px; }
        .footer-wrapper .footer-title .footer-title-main .sign-btns .mobile-button {
          display: none; }
        .footer-wrapper .footer-title .footer-title-main .sign-btns .toRegister {
          color: #fff;
          background-color: #366dff;
          border-width: 0;
          width: 160px;
          font-size: 16px; }
        .footer-wrapper .footer-title .footer-title-main .sign-btns .btn-item {
          color: #fff;
          margin-left: 24px;
          font-size: 16px;
          border: 1px solid #fff;
          border-radius: 25px;
          padding: 13px 38px; }
          .footer-wrapper .footer-title .footer-title-main .sign-btns .btn-item:first-child {
            margin-left: 0; }
          .footer-wrapper .footer-title .footer-title-main .sign-btns .btn-item.white {
            color: #366dff;
            background-color: #fff; }
  .footer-wrapper .footer-content .foot-logo {
    height: 32px; }
  .footer-wrapper .footer-content .foot-row {
    padding: 32px 0 32px 0;
    position: relative;
    border-bottom: 1px solid #ede9ee; }
  .footer-wrapper .footer-content .source-wrapper {
    position: absolute;
    right: 0;
    top: 40px; }
    .footer-wrapper .footer-content .source-wrapper .sour-item {
      margin-left: 16px;
      display: inline-block;
      position: relative; }
      .footer-wrapper .footer-content .source-wrapper .sour-item.active .enCode-popover {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        opacity: 1; }
    .footer-wrapper .footer-content .source-wrapper .sour-item img {
      width: 30px; }
    .footer-wrapper .footer-content .source-wrapper .enCode-popover {
      width: 90px;
      height: 90px;
      background-color: #fff;
      border-radius: 4px;
      padding: 10px;
      position: absolute;
      bottom: 45px;
      left: -100%;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s;
      -webkit-transform-origin: center bottom;
          -ms-transform-origin: center bottom;
              transform-origin: center bottom;
      opacity: 0;
      -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.08); }
      .footer-wrapper .footer-content .source-wrapper .enCode-popover img {
        width: 100%;
        height: 100%; }
      .footer-wrapper .footer-content .source-wrapper .enCode-popover:before {
        content: "";
        display: block;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 5px solid #fff;
        position: absolute;
        left: 38px;
        bottom: -5px; }
  .footer-wrapper .footer-content .foot-row-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0 42px 0; }
  .footer-wrapper .footer-content .foot-cell {
    vertical-align: top; }
    .footer-wrapper .footer-content .foot-cell.col-left {
      width: 55%;
      display: inline-block; }
      .footer-wrapper .footer-content .foot-cell.col-left .f-ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .footer-wrapper .footer-content .foot-cell.col-left .f-li + .f-li {
        margin-left: 55px; }
      .footer-wrapper .footer-content .foot-cell.col-left .f-li {
        max-width: 25%;
        vertical-align: top;
        display: inline-block; }
        .footer-wrapper .footer-content .foot-cell.col-left .f-li .f-content {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .footer-wrapper .footer-content .foot-cell.col-left .f-li .f-li-title-top {
          display: inline-block;
          color: #1f2227;
          font-size: 14px;
          margin-bottom: 24px;
          font-weight: 600; }
        .footer-wrapper .footer-content .foot-cell.col-left .f-li div.a-link {
          display: block;
          margin-bottom: 10px;
          margin-right: 25px; }
          .footer-wrapper .footer-content .foot-cell.col-left .f-li div.a-link .f-li-title,
          .footer-wrapper .footer-content .foot-cell.col-left .f-li div.a-link .f-li-text {
            color: #8c8e92;
            font-size: 14px;
            font-weight: 400; }
          .footer-wrapper .footer-content .foot-cell.col-left .f-li div.a-link .f-li-title:hover,
          .footer-wrapper .footer-content .foot-cell.col-left .f-li div.a-link .f-li-text:hover {
            color: #366dff; }
    .footer-wrapper .footer-content .foot-cell.col-right {
      display: inline-block;
      width: 40%;
      position: relative; }
      .footer-wrapper .footer-content .foot-cell.col-right .f-inf-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .footer-wrapper .footer-content .foot-cell.col-right .f-inf-wrap .f-inf-code .f-inf-code-mask img {
          width: 105px; }
        .footer-wrapper .footer-content .foot-cell.col-right .f-inf-wrap .f-inf-code .f-inf-code-mask {
          position: absolute; }
        .footer-wrapper .footer-content .foot-cell.col-right .f-inf-wrap .f-inf-details {
          padding-left: 155px; }
          .footer-wrapper .footer-content .foot-cell.col-right .f-inf-wrap .f-inf-details .f-inf-details-text {
            font-size: 14px;
            display: inline;
            color: #8c8e92; }
          .footer-wrapper .footer-content .foot-cell.col-right .f-inf-wrap .f-inf-details .f-inf-details-icon {
            display: inline-block; }
          .footer-wrapper .footer-content .foot-cell.col-right .f-inf-wrap .f-inf-details .f-inf-details-icon img {
            width: 18px;
            position: absolute;
            top: 3px;
            left: 0; }
          .footer-wrapper .footer-content .foot-cell.col-right .f-inf-wrap .f-inf-details .f-inf-details-item {
            margin-bottom: 20px;
            position: relative;
            padding-left: 34px; }
  .footer-wrapper .f-wrap-B {
    height: 50px; }
    .footer-wrapper .f-wrap-B .record-wrap {
      border-top: 1px solid #ede9ee;
      vertical-align: top;
      font-weight: 400; }
      .footer-wrapper .f-wrap-B .record-wrap .left {
        float: left;
        width: 60%;
        padding-top: 12px;
        font-size: 14px;
        text-align: left;
        color: #bbbcbe; }
        .footer-wrapper .f-wrap-B .record-wrap .left a {
          font-size: 14px;
          font-weight: 400;
          color: #bbbcbe; }
      .footer-wrapper .f-wrap-B .record-wrap .right {
        padding-top: 12px;
        float: right;
        width: 38%;
        text-align: right;
        color: #bbbcbe;
        font-size: 14px; }
        .footer-wrapper .f-wrap-B .record-wrap .right a {
          font-size: 14px;
          color: #bbbcbe;
          font-weight: 400; }

.btn {
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
  font-weight: 400;
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #fff;
  display: inline-block;
  -webkit-transition: background-color 100ms ease-in, border-color 100ms ease-in, opacity 100ms ease-in;
  -o-transition: background-color 100ms ease-in, border-color 100ms ease-in, opacity 100ms ease-in;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, opacity 100ms ease-in;
  border-radius: 6px;
  padding: 13px 0;
  width: 140px;
  line-height: 1;
  text-align: center; }
  .btn:first-child {
    margin-left: 0; }
  .btn.nobg {
    color: #366dff;
    border: 1px solid #366dff;
    background: inherit; }
  .btn.white {
    color: #366dff;
    background-color: #fff; }
  .btn.pri {
    color: #fff;
    background-color: #366dff;
    background-color: #366dff;
    position: relative; }
  .btn .right-icon {
    position: relative;
    margin-left: 6px;
    vertical-align: middle;
    width: 14px;
    top: -1px; }
  .btn:hover {
    opacity: 0.8; }

.two-line {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.index-footer {
  background-color: #366dff; }
  .index-footer .footer-title {
    padding: 80px 0 80px 0; }
    .index-footer .footer-title .footer-title-main {
      text-align: center; }
      .index-footer .footer-title .footer-title-main .sign-btns {
        padding-top: 65px; }
        .index-footer .footer-title .footer-title-main .sign-btns .btn-item {
          color: #fff;
          margin-left: 24px;
          font-size: 16px;
          border: 1px solid #fff;
          border-radius: 25px;
          padding: 13px 38px; }
          .index-footer .footer-title .footer-title-main .sign-btns .btn-item:first-child {
            margin-left: 0; }
          .index-footer .footer-title .footer-title-main .sign-btns .btn-item.white {
            color: #366dff;
            background-color: #fff; }

.mobile-cell {
  display: none; }

.h-opa {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 8;
  display: none; }

.swiper-container .swiper-lazy-preloader {
  -webkit-animation: inherit !important;
          animation: inherit !important;
  left: 0 !important;
  background-color: #666 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important; }
  .swiper-container .swiper-lazy-preloader:after {
    display: none !important; }

.easing {
  -webkit-transition: -webkit-transform 50ms ease;
  transition: -webkit-transform 50ms ease;
  -o-transition: transform 50ms ease;
  transition: transform 50ms ease;
  transition: transform 50ms ease, -webkit-transform 50ms ease; }

.ani-in {
  -webkit-animation: slideInDown 500ms ease;
          animation: slideInDown 500ms ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center; }

.ani-out {
  -webkit-animation: fadeOutUpBig 500ms ease;
          animation: fadeOutUpBig 500ms ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center; }

.op-in {
  background-color: rgba(0, 0, 0, 0.5); }

.op-out {
  background-color: rgba(0, 0, 0, 0); }

.cm-in {
  -webkit-animation: fadeInUprelax 800ms ease;
          animation: fadeInUprelax 800ms ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center; }

.cm-in-wait.cm-in {
  -webkit-animation: fadeInUprelax 400ms ease;
          animation: fadeInUprelax 400ms ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center; }

.cm-in-img {
  display: block;
  opacity: 1;
  -webkit-animation: mymove 5000ms ease-in 0s infinite alternate;
          animation: mymove 5000ms ease-in 0s infinite alternate; }

.ant {
  opacity: 0; }

.b-ant {
  -webkit-transition: background-color 100ms ease-in, border-color 100ms ease-in, opacity 100ms ease-in;
  -o-transition: background-color 100ms ease-in, border-color 100ms ease-in, opacity 100ms ease-in;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, opacity 100ms ease-in; }
  .b-ant:hover {
    opacity: 0.8; }

@-webkit-keyframes mymove {
  0% {
    -webkit-transform: translate3d(0px, 6px, 0px);
            transform: translate3d(0px, 6px, 0px); }
  25% {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px); }
  50% {
    -webkit-transform: translate3d(0px, 6px, 0px);
            transform: translate3d(0px, 6px, 0px); }
  75% {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px); }
  100% {
    -webkit-transform: translate3d(0px, 6px, 0px);
            transform: translate3d(0px, 6px, 0px); } }

@keyframes mymove {
  0% {
    -webkit-transform: translate3d(0px, 6px, 0px);
            transform: translate3d(0px, 6px, 0px); }
  25% {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px); }
  50% {
    -webkit-transform: translate3d(0px, 6px, 0px);
            transform: translate3d(0px, 6px, 0px); }
  75% {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px); }
  100% {
    -webkit-transform: translate3d(0px, 6px, 0px);
            transform: translate3d(0px, 6px, 0px); } }
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes fadeInUprelax {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fadeInUprelax {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.cmm-tooltip {
  display: none;
  position: absolute;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  background: #262626;
  color: #fff;
  border-radius: 4px;
  z-index: 1;
  opacity: 1; }
  .cmm-tooltip.opa {
    opacity: 0; }
  .cmm-tooltip .cmm-tootip-body {
    position: relative;
    padding: 9px 8px;
    font-size: 12px;
    line-height: 16px; }
    .cmm-tooltip .cmm-tootip-body:after {
      content: "";
      position: absolute;
      top: -5px;
      left: 4px;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #262626; }

.cmm-tip-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none; }
  .cmm-tip-mask .cmm-ok-tip {
    background: #ffffff;
    margin: 20% auto 0 auto;
    -webkit-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
            transform: translateY(-150px);
    border-radius: 6px;
    padding: 40px 40px;
    width: 620px;
    text-align: center; }
  .cmm-tip-mask .cmm-tip-img {
    width: 100px;
    margin: 0 auto; }
  .cmm-tip-mask .cmm-tip-title {
    font-size: 18px;
    margin-top: 24px;
    font-weight: 600;
    color: #1f2227;
    line-height: 18px; }
  .cmm-tip-mask .cmm-tip-desc {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
    color: #1f2227;
    line-height: 24px; }
  .cmm-tip-mask .cmm-onOK {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 10px;
    width: 155px;
    display: inline-block;
    margin: 30px auto 0 auto; }

.swiper-pagination-bullet {
  opacity: 0.5;
  background-color: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1; }

.data-dec {
  margin-top: 56px;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .data-dec .item {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: auto;
    color: #fff;
    vertical-align: top;
    text-align: left; }
  .data-dec .item-text {
    white-space: nowrap;
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    display: inline-block;
    font-family: "NumberBold"; }
  .data-dec #nums404 {
    width: 46px; }
  .data-dec #nums405 {
    width: 72px; }
  .data-dec #nums406 {
    width: 50px; }
  .data-dec #nums407 {
    width: 78px; }
  .data-dec #nums408 {
    width: 78px; }
  .data-dec #nums409 {
    width: 26px; }
  .data-dec .item-sup {
    margin-left: 6px;
    font-size: 20px; }
  .data-dec .item-sup-two {
    font-size: 18px; }
  .data-dec .item-desc {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px; }

.swiper-container-style {
  position: relative;
  margin: 0 auto;
  margin-bottom: 35px;
  border-radius: 50%; }
  .swiper-container-style .swiper-pagination-bullet {
    width: 4px !important;
    height: 4px;
    background-color: #bcbcbc;
    margin: 0 2px; }
  .swiper-container-style .swiper-pagination-bullet-active {
    background-color: #007aff; }
