@import "sprite.scss";
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul, ul li {
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden; }

.mainStyle {
  width: 1200px; }

#boxscroll {
  height: 100%;
  width: 100%;
  overflow: auto; }

@media screen and (min-width: 770px) and (max-width: 1440px) {
  .leapCloud-header {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111; }
    .leapCloud-header .header-content-pc {
      margin: 0 1%;
      height: 80px; }
    .leapCloud-header .leapCloud-header-logo {
      display: inline-block;
      width: 133px;
      height: 80px;
      line-height: 70px;
      margin-right: 4%; }
      .leapCloud-header .leapCloud-header-logo img {
        width: 130px;
        height: 32px;
        vertical-align: middle; }
    .leapCloud-header ul, .leapCloud-header ul li, .leapCloud-header ul li > a {
      display: inline-block;
      color: #fff;
      font-size: 14px; }
    .leapCloud-header ul li {
      margin-right: 2%;
      display: inline-block;
      height: 80px;
      line-height: 80px;
      font-weight: 600; }
      .leapCloud-header ul li:hover {
        border-bottom: 4px solid #00cc33; }
      .leapCloud-header ul li:last-child {
        margin-right: 0; }
    .leapCloud-header .active {
      border-bottom: 4px solid #00cc33;
      font-weight: bold;
      color: #00cc33; }
    .leapCloud-header .navbar-left {
      width: 59%;
      text-align: left;
      vertical-align: middle; }
    .leapCloud-header .navbar-right {
      float: right;
      width: 18%;
      text-align: center;
      vertical-align: middle;
      border-left: 1px solid rgba(255, 255, 255, 0.1); }
      .leapCloud-header .navbar-right li {
        margin-right: 1%; }
        .leapCloud-header .navbar-right li:hover {
          border-bottom: none !important; }
          .leapCloud-header .navbar-right li:hover > a {
            color: #00cc33 !important; }
      .leapCloud-header .navbar-right .divider {
        border-right: 1px solid #ddd; }
    .leapCloud-header .navli-divider:hover {
      border: none !important; }
    .leapCloud-header .navli-divider a {
      height: 15px; }
    .leapCloud-header .noMarginRight {
      margin-right: 0; }
  .leapCloud-header-mobile {
    display: none; }
  #login {
    position: relative;
    height: 80px;
    line-height: 80px; }
    #login .dropdown-arrow {
      display: block;
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      width: 0;
      height: 0;
      position: absolute;
      top: 70px;
      left: 7px; }
    #login .login-dropdown {
      width: 180px;
      height: 140px;
      position: absolute;
      top: 80px;
      left: -70px;
      background-color: #fff;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px;
      line-height: 60px;
      text-align: center; }
      #login .login-dropdown li:nth-of-type(1) {
        border-bottom: 1px dotted #ddd; }
      #login .login-dropdown li:nth-of-type(2) a {
        border-bottom: 0px !important; }
      #login .login-dropdown li {
        width: 140px;
        height: 70px !important;
        line-height: 70px !important; }
        #login .login-dropdown li a {
          color: #777;
          font-size: 14px;
          display: inline-block;
          width: 140px;
          height: 70px !important;
          line-height: 70px !important; }
          #login .login-dropdown li a:hover {
            color: #00cc33;
            border-bottom: 1px dotted #ddd; }
        #login .login-dropdown li a:nth-of-type(2) {
          border-bottom: 0 !important; }
    #login .dropdown-container {
      display: none; }
  #solution-menu {
    position: relative; }
    #solution-menu:hover {
      border-bottom: none !important; }
      #solution-menu:hover .solution-dropDown {
        display: block; }
  .solution-dropDown {
    display: none;
    position: absolute;
    top: 80px;
    left: -27px;
    background-color: #fff;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    padding: 30px 40px 0 40px;
    white-space: nowrap;
    line-height: normal;
    font-size: 0; }
    .solution-dropDown__col {
      display: inline-block;
      font-size: 14px;
      vertical-align: top;
      width: 180px;
      margin-right: 40px;
      color: #000; }
    .solution-dropDown__col-last {
      margin-right: 0; }
    .solution-dropDown__category {
      text-align: left;
      margin-bottom: 40px; }
    .solution-dropDown__category-name {
      font-weight: 600;
      color: #333;
      font-size: 14px;
      padding-bottom: 20px;
      border-bottom: 1px solid #E5E5E5;
      line-height: 1; }
    .solution-dropDown__category-child {
      margin-top: 20px; }
      .solution-dropDown__category-child > a {
        font-weight: normal;
        color: #666666;
        font-size: 14px; }
    .solution-dropDown .dropDown-arrow {
      display: block;
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      width: 0;
      height: 0;
      position: absolute;
      top: -10px;
      left: 60px; }
    .solution-dropDown .dropDown-container {
      margin-top: 20px; }
      .solution-dropDown .dropDown-container li {
        display: block;
        height: 35px;
        line-height: 35px;
        margin-right: 0;
        color: #777;
        font-weight: normal;
        cursor: pointer; }
        .solution-dropDown .dropDown-container li a {
          color: #777; }
        .solution-dropDown .dropDown-container li:hover {
          border-bottom: none; }
          .solution-dropDown .dropDown-container li:hover a {
            color: #00cc33; }
      .solution-dropDown .dropDown-container .menus_list {
        display: inline-block;
        margin-right: 20px;
        height: 180px;
        vertical-align: top;
        line-height: 30px; }
        .solution-dropDown .dropDown-container .menus_list:last-child {
          margin-right: 0; }
        .solution-dropDown .dropDown-container .menus_list:hover {
          border-bottom: none; }
        .solution-dropDown .dropDown-container .menus_list > ul > li {
          display: block;
          height: 30px;
          line-height: 30px;
          color: #777;
          cursor: pointer;
          margin-right: 20px; }
          .solution-dropDown .dropDown-container .menus_list > ul > li a {
            color: #777; }
          .solution-dropDown .dropDown-container .menus_list > ul > li:hover {
            border-bottom: none; }
            .solution-dropDown .dropDown-container .menus_list > ul > li:hover a {
              color: #00cc33; }
        .solution-dropDown .dropDown-container .menus_list h3 {
          margin: 0;
          padding: 0;
          font-size: 16px;
          color: #333;
          height: 35px;
          font-weight: bold; }
  .product-menu {
    position: relative; }
    .product-menu:hover .dropDown-arrow {
      display: block; }
    .product-menu:hover .product-dropdown {
      display: block; }
    .product-menu .dropDown-arrow {
      display: block;
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      width: 0;
      height: 0;
      position: absolute;
      top: 87%;
      left: 25%;
      display: none; }
    .product-menu .product-dropdown {
      display: none;
      position: absolute;
      width: 100px;
      top: 100%;
      left: -110%;
      background-color: #fff;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px; }
      .product-menu .product-dropdown .dropdown-lists {
        width: 100%;
        text-align: center;
        padding: 20px 0; }
        .product-menu .product-dropdown .dropdown-lists li {
          text-align: center;
          width: 100%;
          margin-right: 0;
          display: block;
          height: 40px;
          line-height: 40px; }
          .product-menu .product-dropdown .dropdown-lists li:hover {
            border-bottom: none !important; }
          .product-menu .product-dropdown .dropdown-lists li a {
            color: #777; }
            .product-menu .product-dropdown .dropdown-lists li a:hover {
              color: #00cc33; } }

@media screen and (min-width: 1440px) {
  .leapCloud-header {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111; }
    .leapCloud-header .header-content-pc {
      margin: 0 30px;
      height: 80px; }
    .leapCloud-header .leapCloud-header-logo {
      display: inline-block;
      width: 133px;
      height: 80px;
      line-height: 70px;
      margin-right: 70px; }
      .leapCloud-header .leapCloud-header-logo img {
        width: 130px;
        height: 32px;
        vertical-align: middle; }
    .leapCloud-header ul, .leapCloud-header ul li, .leapCloud-header ul li > a {
      display: inline-block;
      color: #fff;
      font-size: 14px; }
    .leapCloud-header ul li {
      margin-right: 50px;
      height: 80px;
      line-height: 80px;
      font-weight: 600; }
      .leapCloud-header ul li:hover {
        border-bottom: 4px solid #00cc33; }
    .leapCloud-header .active {
      border-bottom: 4px solid #00cc33;
      font-weight: bold;
      color: #00cc33; }
    .leapCloud-header .navbar-left {
      text-align: left;
      vertical-align: middle; }
    .leapCloud-header .navbar-right {
      float: right;
      width: 154px;
      width: 180px;
      text-align: center;
      vertical-align: middle;
      border-left: 1px solid rgba(255, 255, 255, 0.1); }
      .leapCloud-header .navbar-right li {
        margin-right: 10px; }
        .leapCloud-header .navbar-right li:hover {
          border-bottom: none !important; }
          .leapCloud-header .navbar-right li:hover > a {
            color: #00cc33 !important; }
      .leapCloud-header .navbar-right .divider {
        border-right: 1px solid #ddd; }
    .leapCloud-header .navli-divider:hover {
      border: none !important; }
    .leapCloud-header .navli-divider a {
      height: 15px; }
    .leapCloud-header .noMarginRight {
      margin-right: 0; }
  .leapCloud-header-mobile {
    display: none; }
  #login {
    position: relative;
    height: 80px;
    line-height: 80px; }
    #login .dropdown-arrow {
      display: block;
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      width: 0;
      height: 0;
      position: absolute;
      top: 70px;
      left: 7px; }
    #login .login-dropdown {
      width: 180px;
      height: 140px;
      position: absolute;
      top: 80px;
      left: -70px;
      background-color: #fff;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px;
      line-height: 60px;
      text-align: center; }
      #login .login-dropdown li:nth-of-type(1) {
        border-bottom: 1px dotted #ddd; }
      #login .login-dropdown li:nth-of-type(2) a {
        border-bottom: 0px !important; }
      #login .login-dropdown li {
        width: 140px;
        height: 70px !important;
        line-height: 70px !important; }
        #login .login-dropdown li a {
          color: #777;
          font-size: 14px;
          display: inline-block;
          width: 140px;
          height: 70px !important;
          line-height: 70px !important; }
          #login .login-dropdown li a:hover {
            color: #00cc33;
            border-bottom: 1px dotted #ddd; }
        #login .login-dropdown li a:nth-of-type(2) {
          border-bottom: 0 !important; }
    #login .dropdown-container {
      display: none; }
  #solution-menu {
    position: relative; }
    #solution-menu:hover {
      border-bottom: none !important; }
      #solution-menu:hover .solution-dropDown {
        display: block; }
  .solution-dropDown {
    display: none;
    position: absolute;
    top: 80px;
    left: -27px;
    background-color: #fff;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    padding: 30px 40px 0 40px;
    white-space: nowrap;
    line-height: normal;
    font-size: 0; }
    .solution-dropDown__col {
      display: inline-block;
      font-size: 14px;
      vertical-align: top;
      width: 180px;
      margin-right: 40px;
      color: #000; }
    .solution-dropDown__col-last {
      margin-right: 0; }
    .solution-dropDown__category {
      text-align: left;
      margin-bottom: 40px; }
    .solution-dropDown__category-name {
      font-weight: 600;
      color: #333;
      font-size: 14px;
      padding-bottom: 20px;
      border-bottom: 1px solid #E5E5E5;
      line-height: 1; }
    .solution-dropDown__category-child {
      margin-top: 20px; }
      .solution-dropDown__category-child a {
        font-weight: normal;
        color: #666666;
        font-size: 14px; }
    .solution-dropDown .dropDown-arrow {
      display: block;
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      width: 0;
      height: 0;
      position: absolute;
      top: -10px;
      left: 60px; }
    .solution-dropDown .dropDown-container {
      margin-top: 20px; }
      .solution-dropDown .dropDown-container li {
        display: block;
        height: 35px;
        line-height: 35px;
        color: #777;
        cursor: pointer;
        margin-right: 0px;
        font-weight: normal; }
        .solution-dropDown .dropDown-container li a {
          color: #777; }
        .solution-dropDown .dropDown-container li:hover {
          border-bottom: none; }
          .solution-dropDown .dropDown-container li:hover a {
            color: #00cc33; }
      .solution-dropDown .dropDown-container .menus_list {
        display: inline-block;
        margin-right: 20px;
        height: 180px;
        vertical-align: top;
        line-height: 30px; }
        .solution-dropDown .dropDown-container .menus_list:last-child {
          margin-right: 0; }
        .solution-dropDown .dropDown-container .menus_list:hover {
          border-bottom: none; }
        .solution-dropDown .dropDown-container .menus_list > ul > li {
          display: block;
          height: 30px;
          line-height: 30px;
          color: #777;
          cursor: pointer; }
          .solution-dropDown .dropDown-container .menus_list > ul > li a {
            color: #777; }
          .solution-dropDown .dropDown-container .menus_list > ul > li:hover {
            border-bottom: none; }
            .solution-dropDown .dropDown-container .menus_list > ul > li:hover a {
              color: #00cc33; }
        .solution-dropDown .dropDown-container .menus_list h3 {
          margin: 0;
          padding: 0;
          font-size: 16px;
          color: #333;
          height: 35px;
          font-weight: bold; }
  .product-menu {
    position: relative; }
    .product-menu:hover .dropDown-arrow {
      display: block; }
    .product-menu:hover .product-dropdown {
      display: block; }
    .product-menu .dropDown-arrow {
      display: block;
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      width: 0;
      height: 0;
      position: absolute;
      top: 87%;
      left: 25%;
      display: none; }
    .product-menu .product-dropdown {
      display: none;
      position: absolute;
      width: 100px;
      top: 100%;
      left: -110%;
      background-color: #fff;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px; }
      .product-menu .product-dropdown .dropdown-lists {
        width: 100%;
        text-align: center;
        padding: 20px 0; }
        .product-menu .product-dropdown .dropdown-lists li {
          text-align: center;
          width: 100%;
          margin-right: 0;
          display: block;
          height: 40px;
          line-height: 40px; }
          .product-menu .product-dropdown .dropdown-lists li:hover {
            border-bottom: none !important; }
          .product-menu .product-dropdown .dropdown-lists li a {
            color: #777; }
            .product-menu .product-dropdown .dropdown-lists li a:hover {
              color: #00cc33; } }

@media screen and (max-width: 769px) {
  .leapCloud-header {
    display: none; }
  .leapCloud-header-mobile {
    width: 100%;
    height: 1.2rem;
    background: none;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .leapCloud-header-mobile .leapCloud-header-logo-mobile {
      display: inline-block;
      text-align: left;
      margin-left: 4%;
      width: 40%;
      height: 1.2rem;
      overflow: hidden;
      position: relative; }
      .leapCloud-header-mobile .leapCloud-header-logo-mobile img {
        width: 1.98rem;
        height: 0.5rem;
        border: none;
        position: absolute;
        top: 0.35rem; }
    .leapCloud-header-mobile #mobile-nav-control {
      display: inline-block;
      width: 0.24rem;
      height: 1.2rem;
      position: absolute;
      right: 8%;
      top: 0; }
      .leapCloud-header-mobile #mobile-nav-control .clearmid {
        height: 100%;
        width: 0px;
        display: inline-block;
        vertical-align: middle; }
      .leapCloud-header-mobile #mobile-nav-control i {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url(../images/nav-control.png);
        background-position: -25px 5px;
        -moz-background-size: 48px;
          -o-background-size: 48px;
             background-size: 48px;
        background-repeat: no-repeat;
        position: absolute;
        top: 35%; }
      .leapCloud-header-mobile #mobile-nav-control.hide i {
        background-image: url(../images/nav-control.png);
        background-position: -25px 5px; }
      .leapCloud-header-mobile #mobile-nav-control.show i {
        background-image: url(../images/nav-control.png);
        background-position: 0px 5px; }
    .leapCloud-header-mobile #mobile-navbar {
      max-height: 20rem;
      overflow-y: auto;
      padding: 0.01rem 0rem 1rem 0rem;
      background-color: rgba(0, 0, 0, 0.95);
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 999; }
    .leapCloud-header-mobile .mobile-navbar__list > li.navli {
      position: relative;
      width: 90%;
      text-align: left;
      margin: 0 auto;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      transition: 0.2s;
      -webkit-transition: 0.2s;
      border-bottom: 1px solid;
      border-bottom-color: rgba(255, 255, 255, 0.3);
      opacity: 1;
      left: 0%;
      height: 1rem;
      line-height: 1rem; }
      .leapCloud-header-mobile .mobile-navbar__list > li.navli a {
        width: 100%;
        height: 100%;
        opacity: 1;
        font-size: 0.28rem;
        color: #fff;
        display: inline-block;
        padding: 0rem 0.01rem; }
    .leapCloud-header-mobile .solution-mobile .show,
    .leapCloud-header-mobile .solution-dropDown-mobile .show {
      display: block; }
    .leapCloud-header-mobile .solution-mobile .hide,
    .leapCloud-header-mobile .solution-dropDown-mobile .hide {
      display: none; }
    .leapCloud-header-mobile .solution-mobile .control,
    .leapCloud-header-mobile .solution-dropDown-mobile .control {
      float: right;
      padding-right: 4%;
      margin-top: 5%; }
      .leapCloud-header-mobile .solution-mobile .control img,
      .leapCloud-header-mobile .solution-dropDown-mobile .control img {
        width: 65%; }
    .leapCloud-header-mobile .solution-mobile {
      height: auto;
      width: 100%;
      padding: 0;
      margin: 0; }
    .leapCloud-header-mobile .solution-dropDown-mobile {
      background-color: #202123;
      height: auto;
      width: 100%; }
      .leapCloud-header-mobile .solution-dropDown-mobile > div {
        width: 90%;
        margin: 0 auto;
        font-size: 0.28rem;
        line-height: 1rem;
        color: #fff; }
      .leapCloud-header-mobile .solution-dropDown-mobile .dropDown-container .menus_list {
        display: block;
        width: 90%;
        height: 100%;
        color: #fff;
        border: none; }
        .leapCloud-header-mobile .solution-dropDown-mobile .dropDown-container .menus_list .menu-title {
          color: #ccc;
          padding-left: 4%;
          padding-right: 4%;
          overflow: hidden;
          border-bottom: 1px solid;
          border-bottom-color: rgba(255, 255, 255, 0.1); }
        .leapCloud-header-mobile .solution-dropDown-mobile .dropDown-container .menus_list .control {
          display: inline-block;
          float: right;
          margin-top: 5%; }
          .leapCloud-header-mobile .solution-dropDown-mobile .dropDown-container .menus_list .control img {
            width: 65%; }
        .leapCloud-header-mobile .solution-dropDown-mobile .dropDown-container .menus_list h3 {
          display: inline-block;
          float: left;
          font-size: 0.22rem; }
        .leapCloud-header-mobile .solution-dropDown-mobile .dropDown-container .menus_list > ul {
          background-color: #2d2d2d;
          height: 100%; }
          .leapCloud-header-mobile .solution-dropDown-mobile .dropDown-container .menus_list > ul li {
            display: block;
            width: 100%;
            height: 0.8rem;
            line-height: 0.8rem;
            border-bottom: 1px solid;
            border-bottom-color: rgba(255, 255, 255, 0.1);
            font-size: 0.2rem;
            padding-left: 8%;
            padding-right: 8%; }
            .leapCloud-header-mobile .solution-dropDown-mobile .dropDown-container .menus_list > ul li a {
              color: #ccc; }
            .leapCloud-header-mobile .solution-dropDown-mobile .dropDown-container .menus_list > ul li .menu-text {
              float: left; }
            .leapCloud-header-mobile .solution-dropDown-mobile .dropDown-container .menus_list > ul li .navbar-control {
              display: inline-block;
              float: right; }
      .leapCloud-header-mobile .solution-dropDown-mobile .dropDown-container li:last-child {
        border-bottom: none; }
    .leapCloud-header-mobile .mobile-dropDown__item-child {
      padding-left: 5%; }
      .leapCloud-header-mobile .mobile-dropDown__item-child a {
        display: block;
        color: #999999; }
    .leapCloud-header-mobile #mobile-login-buttons {
      z-index: 9999;
      width: 100%;
      margin-top: 10%; }
      .leapCloud-header-mobile #mobile-login-buttons li {
        position: relative;
        width: 90%;
        height: 0.8rem;
        line-height: 0.8rem;
        text-align: center;
        -webkit-border-radius: 0.02rem;
           -moz-border-radius: 0.02rem;
                border-radius: 0.02rem;
        margin: 0rem auto 0.2rem auto;
        border: 1px solid;
        border-color: rgba(255, 255, 255, 0.3); }
        .leapCloud-header-mobile #mobile-login-buttons li a {
          width: 100%;
          height: 100%;
          display: inline-block;
          color: #fff;
          font-size: 0.24rem; }
        .leapCloud-header-mobile #mobile-login-buttons li:nth-child(3) {
          background-color: #43d060;
          border: none;
          margin-top: 0.6rem; }
  .product-menu-mobile {
    position: relative;
    height: auto !important;
    width: 100% !important;
    border-bottom: none !important; }
    .product-menu-mobile .hide {
      display: none; }
    .product-menu-mobile .show {
      display: block; }
    .product-menu-mobile .control {
      display: inline-block;
      float: right;
      margin-top: -0.8rem;
      margin-right: 9%;
      vertical-align: middle; }
      .product-menu-mobile .control img {
        width: 65%; }
    .product-menu-mobile > a {
      display: inline-block;
      width: 90% !important;
      margin-left: 5%;
      border-bottom: 1px solid;
      border-bottom-color: rgba(255, 255, 255, 0.3) !important; }
    .product-menu-mobile .product-dropdown {
      background-color: #2d2d2d;
      width: 100%;
      display: none; }
      .product-menu-mobile .product-dropdown .dropdown-lists {
        width: 90%;
        margin-left: 5%; } }

.icon {
  background-image: url("../images/sprite.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .icon {
    background-image: url("../images/sprite@2x.png");
    -moz-background-size: 523px 505px;
      -o-background-size: 523px 505px;
         background-size: 523px 505px; } }

.footer-context {
  height: 100%;
  text-align: center;
  padding: 18px 2%; }
  .footer-context .context {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .footer-context .context-left {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle; }
  .footer-context .context-center {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin: 0 60px 0 10px; }
  .footer-context .context-btn {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: #3399ff;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    cursor: pointer; }

.close-btn {
  position: absolute;
  right: 40px;
  top: 0px;
  opacity: 0.6;
  line-height: 80px;
  font-size: 26px;
  font-weight: 600;
  cursor: pointer; }

@media screen and (min-width: 770px) and (max-width: 1440px) {
  .video {
    display: none !important; }
  #new-righter {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10000;
    position: fixed;
    right: 20px;
    top: 40%;
    margin-top: -160px;
    height: 266px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #2a82f2; }
    #new-righter .avatar {
      font-size: 0;
      text-align: center;
      padding: 28px 0 13px 0; }
      #new-righter .avatar .close-icon {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer; }
    #new-righter .phone400 {
      font-size: 15px;
      padding-right: 15px; }
    #new-righter .tip {
      font-size: 13px; }
    #new-righter .kfbtn {
      font-size: 0;
      display: block;
      font-weight: bold;
      color: white;
      padding-left: 20px;
      padding-top: 7px;
      padding-bottom: 7px;
      cursor: pointer; }
      #new-righter .kfbtn.onlytip {
        cursor: default; }
        #new-righter .kfbtn.onlytip:hover {
          background-color: #2a82f2; }
      #new-righter .kfbtn > img {
        vertical-align: top; }
      #new-righter .kfbtn > div {
        font-size: 14px;
        vertical-align: top;
        padding-left: 10px;
        display: inline-block; }
      #new-righter .kfbtn:hover {
        background-color: #2269ef; }
  #footer {
    padding: 85px  0 85px 0;
    width: 100%;
    background: #333438;
    position: relative; }
    #footer .footer-fix {
      width: 100%;
      height: 80px;
      position: fixed;
      bottom: 0;
      z-index: 999;
      background-color: rgba(0, 0, 0, 0.7);
      text-align: center;
      color: #fff;
      -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
         -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    #footer .zixun-icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-left: 5px;
      vertical-align: middle;
      background: url("../images/zixun_icon.png") no-repeat; }
    #footer .mainStyle {
      width: 99%;
      margin: 0 auto;
      text-align: center; }
    #footer .footer-content ul, #footer .footer-content .address, #footer .footer-content .erweima {
      display: inline-block;
      margin-right: 4%;
      text-align: left; }
    #footer .footer-content .footer-logo {
      width: 10%;
      height: 190px;
      vertical-align: top;
      margin-right: 3%;
      margin-left: 1%;
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
    #footer .footer-content .footer-nav {
      vertical-align: top;
      margin-right: 3%;
      text-align: left; }
      #footer .footer-content .footer-nav.qwrz {
        color: #96989f;
        font-size: 14px; }
      #footer .footer-content .footer-nav li {
        margin-bottom: 10px; }
        #footer .footer-content .footer-nav li a {
          color: #96989f;
          font-size: 14px; }
      #footer .footer-content .footer-nav .head {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 20px; }
    #footer .footer-content .address {
      vertical-align: top;
      display: inline-block;
      height: 225px;
      margin-right: 3%; }
      #footer .footer-content .address .telephone-h {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 25px; }
      #footer .footer-content .address .phone-number {
        color: #00cc33;
        font-family: Helvetica Neue;
        margin: 25px 0 15px 0;
        font-size: 26px; }
      #footer .footer-content .address .address-text, #footer .footer-content .address .maxwon-url {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        color: #96989f; }
      #footer .footer-content .address .maxwon-url:hover {
        color: #00cc33; }
    #footer .footer-content .erweima {
      vertical-align: top;
      margin-right: 0;
      text-align: center;
      font-size: 14px;
      color: #fff; }
      #footer .footer-content .erweima .img_erweima {
        display: inline-block;
        width: 105px;
        height: 105px;
        margin-top: 20px; }
      #footer .footer-content .erweima p {
        margin-bottom: 0; }
      #footer .footer-content .erweima span {
        display: inline-block;
        vertical-align: middle;
        margin-top: 5px; }
    #footer .footer-content .dropdown-lists {
      margin-left: 10px;
      margin-top: 10px; }
  #righter {
    z-index: 10000;
    position: fixed;
    right: 0px;
    top: 60%;
    margin-top: -160px; }
    #righter .cube, #righter .goback {
      background: #3ad262;
      margin-bottom: 1px;
      color: #fff;
      text-align: center;
      width: 70px;
      height: 70px;
      cursor: pointer;
      display: block;
      font-size: 12px;
      font-weight: bold;
      position: relative; }
      #righter .cube > .sicon, #righter .goback > .sicon {
        background: url("../images/righter.png") no-repeat;
        height: 30px;
        width: 30px;
        display: inline-block;
        margin-top: 17%;
        /*margin: 0 auto;*/ }
      #righter .cube > p, #righter .goback > p {
        margin-top: -2px; }
      #righter .cube:hover, #righter .goback:hover {
        background: #009926; }
      #righter .cube .support, #righter .goback .support {
        background-position: 0px 0px; }
      #righter .cube .price, #righter .goback .price {
        background-position: 0px -32px; }
      #righter .cube .tel, #righter .goback .tel {
        background-position: 0px -102px; }
      #righter .cube .login, #righter .goback .login {
        background-position: 0px -68px; }
      #righter .cube .join, #righter .goback .join {
        background-position: 0px -134px; }
      #righter .cube .zixun-icon-right, #righter .goback .zixun-icon-right {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-bottom: 5px;
        background: url("../images/zixun_icon.png") no-repeat; }
      #righter .cube .right-alert, #righter .goback .right-alert {
        background: #3ad262;
        line-height: 70px;
        width: 120px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: -1;
        font-size: 14px;
        font-weight: bold;
        cursor: auto;
        display: none;
        white-space: nowrap; }
    #righter .video {
      display: none; }
  .copyRightIndex {
    text-align: center;
    padding: 18px 0 100px 0;
    font-size: 14px;
    color: #96989f;
    background: #2e2f34;
    width: 100%;
    position: relative !important;
    bottom: 0 !important; }
    .copyRightIndex a {
      height: 20px;
      line-height: 20px;
      color: #96989f;
      margin-top: 18px;
      display: block; }
      .copyRightIndex a img {
        vertical-align: bottom; }
  .originCopyRightIndex {
    text-align: center;
    padding: 18px 0px;
    font-size: 14px;
    color: #96989f;
    background: #2e2f34;
    width: 100%;
    position: relative !important;
    bottom: 0 !important; }
    .originCopyRightIndex a {
      display: inline-block;
      height: 20px;
      line-height: 20px;
      color: #96989f;
      margin-top: 10px;
      display: block; }
      .originCopyRightIndex a img {
        vertical-align: middle; }
  #footer-mobile, #mobile-righter, #new-mobile-righter {
    display: none; }
  #MEIQIA-BTN-HOLDER, #MEIQIA-PANEL-HOLDER {
    right: 0 !important; } }

@media screen and (min-width: 1440px) {
  .video {
    display: none !important; }
  #new-righter {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10000;
    position: fixed;
    right: 20px;
    top: 40%;
    margin-top: -160px;
    height: 266px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #2a82f2; }
    #new-righter .avatar {
      font-size: 0;
      text-align: center;
      padding: 28px 0 13px 0; }
      #new-righter .avatar .close-icon {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer; }
    #new-righter .phone400 {
      padding-right: 15px;
      font-size: 15px; }
    #new-righter .tip {
      font-size: 13px; }
    #new-righter .kfbtn {
      font-size: 0;
      display: block;
      font-weight: bold;
      color: white;
      padding-left: 20px;
      padding-top: 7px;
      padding-bottom: 7px;
      cursor: pointer; }
      #new-righter .kfbtn.onlytip {
        cursor: default; }
        #new-righter .kfbtn.onlytip:hover {
          background-color: #2a82f2; }
      #new-righter .kfbtn > img {
        vertical-align: top; }
      #new-righter .kfbtn > div {
        font-size: 14px;
        vertical-align: top;
        padding-left: 10px;
        display: inline-block; }
      #new-righter .kfbtn:hover {
        background-color: #2269ef; }
  #footer {
    padding: 85px  0 85px 0;
    width: 100%;
    background: #333438;
    position: relative; }
    #footer .footer-fix {
      width: 100%;
      height: 80px;
      position: fixed;
      bottom: 0;
      z-index: 999;
      background-color: rgba(0, 0, 0, 0.7);
      text-align: center;
      color: #fff;
      -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
         -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    #footer .zixun-icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-left: 5px;
      vertical-align: middle;
      background: url("../images/zixun_icon.png") no-repeat; }
    #footer .footer-content ul, #footer .footer-content .address, #footer .footer-content .erweima {
      display: inline-block;
      margin-right: 3%; }
    #footer .footer-content .footer-logo {
      width: 120px;
      height: 190px;
      vertical-align: top;
      margin-right: 50px;
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
    #footer .footer-content .footer-nav {
      vertical-align: top; }
      #footer .footer-content .footer-nav.qwrz {
        color: #96989f;
        font-size: 14px; }
      #footer .footer-content .footer-nav li {
        margin-bottom: 10px; }
        #footer .footer-content .footer-nav li a {
          color: #96989f;
          font-size: 14px; }
      #footer .footer-content .footer-nav .head {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 20px; }
    #footer .footer-content .address {
      vertical-align: top;
      display: inline-block;
      height: 225px; }
      #footer .footer-content .address .telephone-h {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 25px; }
      #footer .footer-content .address .phone-number {
        color: #00cc33;
        font-family: Helvetica Neue;
        margin: 25px 0 15px 0;
        font-size: 26px; }
      #footer .footer-content .address .address-text, #footer .footer-content .address .maxwon-url {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        color: #96989f; }
      #footer .footer-content .address .maxwon-url:hover {
        color: #00cc33; }
    #footer .footer-content .erweima {
      vertical-align: top;
      margin-right: 0;
      text-align: center;
      font-size: 14px;
      color: #fff; }
      #footer .footer-content .erweima .img_erweima {
        display: inline-block;
        width: 105px;
        height: 105px;
        margin-top: 20px; }
      #footer .footer-content .erweima p {
        margin-bottom: 0; }
      #footer .footer-content .erweima span {
        display: inline-block;
        vertical-align: middle;
        margin-top: 5px; }
    #footer .footer-content .dropdown-lists {
      margin-left: 10px;
      margin-top: 10px; }
  #righter {
    z-index: 10000;
    position: fixed;
    right: 0px;
    top: 60%;
    margin-top: -160px; }
    #righter .cube, #righter .goback {
      background: #3ad262;
      margin-bottom: 1px;
      color: #fff;
      text-align: center;
      width: 70px;
      height: 70px;
      cursor: pointer;
      display: block;
      font-size: 12px;
      font-weight: bold;
      position: relative; }
      #righter .cube > .sicon, #righter .goback > .sicon {
        background: url("../images/righter.png") no-repeat;
        height: 30px;
        width: 30px;
        display: inline-block;
        margin-top: 17%;
        /*margin: 0 auto;*/ }
      #righter .cube > p, #righter .goback > p {
        margin-top: -2px; }
      #righter .cube:hover, #righter .goback:hover {
        background: #009926; }
      #righter .cube .support, #righter .goback .support {
        background-position: 0px 0px; }
      #righter .cube .price, #righter .goback .price {
        background-position: 0px -32px; }
      #righter .cube .tel, #righter .goback .tel {
        background-position: 0px -102px; }
      #righter .cube .login, #righter .goback .login {
        background-position: 0px -68px; }
      #righter .cube .join, #righter .goback .join {
        background-position: 0px -134px; }
      #righter .cube .video, #righter .goback .video {
        display: none; }
      #righter .cube .zixun-icon-right, #righter .goback .zixun-icon-right {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-bottom: 5px;
        background: url("../images/zixun_icon.png") no-repeat; }
      #righter .cube .right-alert, #righter .goback .right-alert {
        background: #3ad262;
        line-height: 70px;
        width: 120px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: -1;
        font-size: 14px;
        font-weight: bold;
        cursor: auto;
        display: none;
        white-space: nowrap; }
  .copyRightIndex {
    text-align: center;
    padding: 18px 0 100px 0;
    font-size: 14px;
    color: #96989f;
    background: #2e2f34;
    width: 100%;
    position: relative !important;
    bottom: 0 !important; }
    .copyRightIndex a {
      height: 20px;
      line-height: 20px;
      color: #96989f;
      margin-top: 18px;
      display: block; }
      .copyRightIndex a img {
        vertical-align: bottom; }
  .originCopyRightIndex {
    text-align: center;
    padding: 18px 0px;
    font-size: 14px;
    color: #96989f;
    background: #2e2f34;
    width: 100%;
    position: relative !important;
    bottom: 0 !important; }
    .originCopyRightIndex a {
      display: inline-block;
      height: 20px;
      line-height: 20px;
      color: #96989f;
      margin-top: 10px;
      display: block; }
      .originCopyRightIndex a img {
        vertical-align: middle; }
  #footer-mobile, #mobile-righter, #new-mobile-righter {
    display: none; }
  #MEIQIA-BTN-HOLDER, #MEIQIA-PANEL-HOLDER {
    right: 0 !important; } }

@media screen and (max-width: 769px) {
  .video {
    display: none !important; }
  #footer {
    display: none; }
  .copyRightIndex {
    display: none;
    padding-bottom: 0.2rem; }
  #footer-mobile {
    width: 100%;
    background: #333438;
    position: relative;
    padding-bottom: 60px;
    padding-top: 0.2rem; }
    #footer-mobile .footer-nav {
      width: 100%;
      height: 0.8rem;
      text-align: center; }
      #footer-mobile .footer-nav:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      #footer-mobile .footer-nav li {
        display: inline-block;
        height: 0.8rem;
        margin-right: 0.5rem; }
        #footer-mobile .footer-nav li:nth-child(5) {
          margin-right: 0; }
        #footer-mobile .footer-nav li a {
          color: #96989f;
          display: inline-block;
          font-size: 0.24rem;
          height: 0.8rem;
          line-height: 0.8rem;
          text-align: center; }
    #footer-mobile .phoneInfo {
      width: 100%;
      height: 1.2rem;
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      color: #fff;
      font-size: 0.3rem;
      line-height: 1.2rem; }
      #footer-mobile .phoneInfo > div {
        display: inline-block; }
    #footer-mobile .addressInfo {
      color: #96989f;
      font-size: 0.24rem;
      text-align: center;
      margin-top: 0.5rem;
      margin-bottom: 0.66rem; }
      #footer-mobile .addressInfo .maxwon-url {
        color: #96989f;
        font-size: 0.24rem; }
    #footer-mobile .erweima {
      text-align: center;
      color: #96989f;
      margin-bottom: 0.6rem; }
      #footer-mobile .erweima .img_erweima {
        display: inline-block;
        width: 30%;
        height: 30%;
        margin-bottom: 0.2rem; }
      #footer-mobile .erweima > p {
        font-size: 0.24rem; }
    #footer-mobile .copyRightIndex {
      display: block;
      width: 100%;
      color: #96989f;
      text-align: center;
      font-size: 0.24rem;
      padding-top: 20px;
      color: #96989f;
      background: #2e2f34;
      position: relative; }
      #footer-mobile .copyRightIndex a {
        display: block;
        height: 20px;
        line-height: 20px;
        color: #96989f;
        margin-top: .1rem; }
        #footer-mobile .copyRightIndex a img {
          vertical-align: bottom; }
  #righter, #new-righter {
    display: none; }
  #new-mobile-righter {
    overflow: hidden;
    position: fixed;
    right: 15px;
    z-index: 10000;
    bottom: 80px;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    width: 56px;
    height: 186px;
    font-size: 14px;
    text-align: center;
    padding: 18px 9px 0px 9px; }
    #new-mobile-righter a {
      display: block; }
    #new-mobile-righter div {
      margin-top: 4px;
      line-height: 1.3; }
  #mobile-righter {
    position: fixed;
    right: 2%;
    z-index: 10000;
    bottom: 105px; }
    #mobile-righter .cubes {
      -webkit-box-sizing: content-box;
         -moz-box-sizing: content-box;
              box-sizing: content-box;
      z-index: -1;
      position: absolute;
      bottom: 0px; }
      #mobile-righter .cubes .visiblecubes {
        font-size: 0px;
        padding: 0px;
        margin: 0px; }
      #mobile-righter .cubes .cube {
        -webkit-tap-highlight-color: initial;
        display: block;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        text-align: center;
        width: 50px;
        cursor: pointer;
        padding: 15px 0px 0px 0px;
        position: relative; }
        #mobile-righter .cubes .cube p {
          display: none; }
        #mobile-righter .cubes .cube.head {
          padding: 0px;
          height: 25px;
          -webkit-border-radius: 50px 50px 0 0;
             -moz-border-radius: 50px 50px 0 0;
                  border-radius: 50px 50px 0 0; }
        #mobile-righter .cubes .cube.qq {
          height: 60px;
          padding: 0px; }
        #mobile-righter .cubes .cube.holder {
          height: 25px; }
        #mobile-righter .cubes .cube.foot {
          height: 25px;
          -webkit-border-radius: 0px 0px 50px 50px;
             -moz-border-radius: 0px 0px 50px 50px;
                  border-radius: 0px 0px 50px 50px; }
        #mobile-righter .cubes .cube > .sicon {
          margin-bottom: 5px;
          display: inline-block; }
        #mobile-righter .cubes .cube .support {
          background-position: -323px -305px;
          background-repeat: no-repeat;
          overflow: hidden;
          display: block;
          width: 33px;
          height: 32px;
          display: inline-block; }
        #mobile-righter .cubes .cube .price {
          background-position: -333px -394px;
          background-repeat: no-repeat;
          overflow: hidden;
          display: block;
          width: 35px;
          height: 34px;
          display: inline-block; }
        #mobile-righter .cubes .cube .tel {
          background-position: -368px -394px;
          background-repeat: no-repeat;
          overflow: hidden;
          display: block;
          width: 34px;
          height: 34px;
          display: inline-block; }
        #mobile-righter .cubes .cube .login {
          background-position: -323px -273px;
          background-repeat: no-repeat;
          overflow: hidden;
          display: block;
          width: 33px;
          height: 33px;
          display: inline-block; }
      #mobile-righter .cubes .join {
        display: inline-block;
        text-align: center;
        width: 50px;
        height: 50px;
        background-image: url("/images/daili@1x.png");
        background-repeat: no-repeat;
        background-position: 4px;
        -moz-background-size: 80%;
          -o-background-size: 80%;
             background-size: 80%;
        padding: 15px 15px 0px 15px; } }
      @media only screen and (max-width: 769px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 769px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 769px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 769px) and (min-device-pixel-ratio: 1.5) {
        #mobile-righter .cubes .join {
          background-image: url("/images/daili@2x.png"); } }

@media screen and (max-width: 769px) {
      #mobile-righter .cubes .video,
      #mobile-righter .cubes .zixun-icon-right {
        display: none; }
    #mobile-righter #righter-control {
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      text-align: center;
      line-height: 60px;
      font-size: 0px;
      z-index: 2;
      background: rgba(0, 0, 0, 0);
      width: 50px;
      height: 50px;
      border: 2px solid #fff;
      -o-transition: 1s;
      -moz-transition: 1s;
      transition: 1s;
      -webkit-transition: 1s;
      -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none; }
      #mobile-righter #righter-control img {
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transform: rotate(135deg);
         -ms-transform: rotate(135deg);
          -o-transform: rotate(135deg);
             transform: rotate(135deg);
        -webkit-transform: rotate(135deg); }
      #mobile-righter #righter-control.animating {
        -o-transition: 0s;
        -moz-transition: 0s;
        transition: 0s;
        -webkit-transition: 0s;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        background: black !important; }
      #mobile-righter #righter-control.show img {
        -moz-transform: rotate(0deg);
         -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
             transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        background: rgba(0, 0, 0, 0); }
  .product-head {
    width: 100%;
    display: block;
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #96989f;
    font-weight: bold; }
  .product-nav {
    height: 0.8rem;
    line-height: 0.8rem; }
  .mobile-footer {
    position: relative;
    width: 100%;
    height: 1.2rem;
    position: fixed;
    bottom: 0;
    z-index: 99;
    background-color: #228bf4;
    text-align: center;
    color: #fff;
    border-top: 1px solid #228bf4; }
    .mobile-footer .footer-box {
      width: 90%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto;
      font-size: 13px;
      font-weight: 600; }
      .mobile-footer .footer-box .footer-phone {
        text-align: center;
        font-size: 0;
        width: 2rem;
        color: #fff;
        overflow: hidden; }
      .mobile-footer .footer-box .footer-online {
        text-align: center;
        font-size: 0;
        width: 2rem;
        overflow: hidden; }
      .mobile-footer .footer-box .cut-line {
        text-align: center;
        font-size: 0;
        width: 1px;
        height: 0.25rem;
        background-color: #3de8fd; }
      .mobile-footer .footer-box .img-box {
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle; }
      .mobile-footer .footer-box .text-box {
        vertical-align: middle;
        display: inline-block;
        margin-left: 0.2rem;
        font-size: 0.3rem;
        font-weight: 500;
        line-height: 1; } }

#righter .cube.dingzhi-cube {
  display: none; }

.phone-number-dingzhi {
  display: none; }

.clearfix {
  clear: both;
  display: block;
  height: 0; }

#qiao-icon-wrap {
  display: none !important; }

span[id*=cnzz_stat_icon] {
  display: none; }

body > a:not(#QIAO_ICON_CONTAINER) {
  display: none !important; }

.mask {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: #000;
  z-index: 8888;
  position: fixed;
  display: none; }

.model {
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 8889;
  position: absolute;
  display: none; }

.clearmid {
  height: 100%;
  width: 0px;
  display: inline-block;
  vertical-align: middle; }

.clearbtm {
  height: 100%;
  width: 0px;
  display: inline-block;
  vertical-align: bottom; }

.cleartop {
  height: 100%;
  width: 0px;
  display: inline-block;
  vertical-align: top; }

.divider {
  width: 1px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px; }
  .divider.gray {
    background: rgba(0, 0, 0, 0.1); }

.moreSlution {
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  color: #333333;
  font-size: 18px; }

.w430 {
  width: 430px; }

.w480 {
  width: 480px; }

.w490 {
  width: 490px; }

.w515 {
  width: 515px; }

.h5 {
  height: 5px;
  width: 100%; }

.h10 {
  height: 10px;
  width: 100%; }

.h20 {
  height: 20px;
  width: 100%; }

.h30 {
  height: 30px;
  width: 100%; }

.h40 {
  height: 40px;
  width: 100%; }

.mainStyle {
  width: 1200px;
  margin: 0 auto; }

@media screen and (max-width: 769px) {
  .mainStyle {
    width: 100%; } }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Arial, Hiragino Sans GB, sans-serif, Microsoft YaHei; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-touch-action: pan-y;
  background: #fff; }

body {
  margin: 0;
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Arial, Hiragino Sans GB, sans-serif, Microsoft YaHei;
  word-break: break-word;
  color: #000;
  position: relative; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

pre {
  padding: 24px 28px; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #3399ff;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input, textarea {
  outline: none !important;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  background: #fcfcfc;
  color: #777; }
  input:focus, textarea:focus {
    border-color: #cfcfcf;
    background: #fff;
    color: #444; }
  input[readonly], textarea[readonly] {
    border-color: #e0e0e0;
    background: red;
    color: #bbb; }

input {
  word-break: break-all; }

label {
  vertical-align: middle; }

textarea {
  resize: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

hr {
  margin: 0 auto;
  border: none; }

img {
  border: none; }

/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  -o-transition-property: left, top, -o-transform;
  -moz-transition-property: transform, left, top, -moz-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform, -moz-transform, -o-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

/* ===============================================================
Pagination Styles
================================================================*/
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center; }

.swiper-pagination-switch {
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer; }

.swiper-active-switch {
  background: #3399ff;
  border: 1px solid #3399ff; }

.swiper-visible-switch {
  /* Specific visible button style: */ }

.swiper-button-next {
  position: absolute;
  width: 50px;
  top: 0px;
  right: -50px;
  height: 100%;
  cursor: pointer;
  text-align: right; }
  .swiper-button-next > div {
    height: 62px;
    width: 31px;
    background: url("../images/arrows.png") no-repeat;
    background-position: -95px 0px;
    display: inline-block;
    vertical-align: middle; }
  .swiper-button-next:hover > div {
    background-position: -31px 0px; }
  .swiper-button-next.swiper-button-disabled {
    cursor: auto; }
    .swiper-button-next.swiper-button-disabled > div {
      background-position: -95px 0px; }

.swiper-button-prev {
  position: absolute;
  width: 50px;
  top: 0px;
  left: -50px;
  height: 100%;
  cursor: pointer; }
  .swiper-button-prev > div {
    height: 62px;
    width: 31px;
    background: url("../images/arrows.png") no-repeat;
    background-position: -62px 0px;
    vertical-align: middle;
    display: inline-block; }
  .swiper-button-prev:hover > div {
    background-position: 0px 0px; }
  .swiper-button-prev.swiper-button-disabled {
    cursor: auto; }
    .swiper-button-prev.swiper-button-disabled > div {
      background-position: -62px 0px; }

.icon {
  background-image: url("../images/sprite.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .icon {
    background-image: url("../images/sprite@2x.png"); } }

.whitebg {
  background-color: #fff !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb80-mobile {
  margin-bottom: 0.8rem !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb40-mobile {
  margin-bottom: 0.4rem !important; }

@media screen and (min-width: 1200px) {
  .leapCloud-banner {
    width: 100%;
    height: 600px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1f24b3), to(#2283e4));
    background: -webkit-linear-gradient(#1f24b3, #2283e4);
    background: -moz- oldlinear-gradient(#1f24b3, #2283e4);
    background: -o-linear-gradient(#1f24b3, #2283e4);
    background: linear-gradient(#1f24b3, #2283e4);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1f24b3,endcolorstr=#2283e4,gradientType=0);
    z-index: 0;
    border-top: 1px solid transparent;
    background-color: #3399ff; }
    .leapCloud-banner .banner-content {
      margin: 145px auto 0 auto; }
      .leapCloud-banner .banner-content .banner-content-left {
        vertical-align: middle;
        color: #fff;
        margin-top: 5%;
        float: left; }
        .leapCloud-banner .banner-content .banner-content-left .header {
          font-size: 36px;
          line-height: 36px;
          margin-bottom: 20px;
          font-weight: 600; }
        .leapCloud-banner .banner-content .banner-content-left .underline {
          display: inline-block;
          height: 48px;
          border-bottom: 5px solid #3ad262; }
        .leapCloud-banner .banner-content .banner-content-left .text {
          font-size: 16px;
          line-height: 30px; }
        .leapCloud-banner .banner-content .banner-content-left .buttons {
          margin-top: 80px; }
          .leapCloud-banner .banner-content .banner-content-left .buttons a {
            color: #fff;
            font-size: 16px;
            display: inline-block;
            width: 160px;
            height: 50px;
            border: 1px solid #fff;
            text-align: center;
            line-height: 47px;
            -webkit-border-radius: 4px;
               -moz-border-radius: 4px;
                    border-radius: 4px; }
          .leapCloud-banner .banner-content .banner-content-left .buttons .appBtn {
            background: #fff;
            color: #0279b7;
            margin-right: 20px; }
          .leapCloud-banner .banner-content .banner-content-left .buttons .freeBtn:hover {
            background-color: #fff;
            color: #0279b7; }
      .leapCloud-banner .banner-content .banner-content-right {
        vertical-align: middle;
        float: right;
        margin-top: -25px;
        width: 50%; }
        .leapCloud-banner .banner-content .banner-content-right img {
          width: 568px; }
    .leapCloud-banner .banner-content-right-mobile,
    .leapCloud-banner .banner-content-left-mobile {
      display: none; }
  .freeTrial-content {
    width: 100%;
    height: 220px;
    background: -webkit-gradient(linear, left top, right top, from(#005ee9), to(#45a2ff));
    background: -webkit-linear-gradient(left, #005ee9, #45a2ff);
    background: -moz- oldlinear-gradient(left, #005ee9, #45a2ff);
    background: -o-linear-gradient(left, #005ee9, #45a2ff);
    background: linear-gradient(left, #005ee9, #45a2ff);
    position: relative;
    text-align: center;
    color: #fff; }
    .freeTrial-content .bg-content {
      background-image: url(../images/free_bg@1x.png);
      -moz-background-size: contain;
        -o-background-size: contain;
           background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      height: 220px;
      padding: 40px 0; } }
    @media only screen and (min-width: 1200px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1200px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 1200px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 1200px) and (min-device-pixel-ratio: 1.5) {
      .freeTrial-content .bg-content {
        background-image: url(../images/free_bg@2x.png); } }

@media screen and (min-width: 1200px) {
    .freeTrial-content .freeTrial-h {
      font-size: 36px;
      line-height: 36px;
      margin-top: 10px;
      margin-bottom: 35px; }
    .freeTrial-content .freeTrial-h-moble {
      display: none; }
    .freeTrial-content .freeTrial_img {
      height: 220px;
      position: absolute;
      bottom: 0;
      left: 38%;
      z-index: 0; }
    .freeTrial-content .freeTrialBtn {
      display: inline-block;
      width: 160px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px;
      color: #fff;
      border: 1px solid #fff;
      font-size: 16px;
      cursor: pointer;
      position: relative;
      z-index: 1; }
      .freeTrial-content .freeTrialBtn:hover {
        background-color: #fff;
        color: #3399ff; }
  .partners-links {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px; }
    .partners-links .partners-links-content {
      position: relative; }
      .partners-links .partners-links-content .partners-h {
        color: #333;
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 30px;
        text-align: center; }
      .partners-links .partners-links-content .forward, .partners-links .partners-links-content .back {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        text-align: center;
        background: #cccccc;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        z-index: 999;
        top: 60%;
        cursor: pointer; }
        .partners-links .partners-links-content .forward:hover, .partners-links .partners-links-content .back:hover {
          background-color: #00cc33;
          color: #fff; }
      .partners-links .partners-links-content .forward {
        left: 0; }
      .partners-links .partners-links-content .back {
        right: 0; }
      .partners-links .partners-links-content .partners-container {
        text-align: center; }
      .partners-links .partners-links-content .partners-slide {
        display: inline-block;
        width: 22%;
        margin-bottom: 30px; }
      .partners-links .partners-links-content .partners {
        display: block;
        text-align: center;
        width: 100%; }
        .partners-links .partners-links-content .partners .partners-icon {
          display: block;
          width: 184px;
          height: 64px;
          margin: 0 auto; }
        .partners-links .partners-links-content .partners .partners-text {
          display: inline-block;
          margin-top: 30px;
          color: #999999;
          font-size: 14px; }
  .module01-container {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    background-color: #f3f8fd; }
    .module01-container .module01-title {
      font-size: 30px;
      line-height: 30px;
      font-weight: normal;
      color: #333; }
    .module01-container .module01-subtitle {
      font-size: 18px;
      line-height: 30px;
      font-weight: normal;
      color: #999; }
    .module01-container .fresh-module01-title {
      margin-bottom: 30px; }
    .module01-container .fresh-module01-title-mobile {
      display: none; }
    .module01-container .module01-text {
      font-size: 16px;
      line-height: 20px;
      color: #777;
      margin: 0 auto 60px auto; }
      .module01-container .module01-text.mobile {
        display: none; }
    .module01-container .module01-img-pc {
      display: block;
      margin: 0 auto; }
    .module01-container .sqtgSolution-img-pc {
      margin-left: 50px; }
    .module01-container .module01-img-mobile {
      display: none; }
    .module01-container .index-module01-img {
      width: 90%;
      max-width: 600px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .module01-container .index-module01-img-mobile {
      display: none; }
  .rich-container {
    width: 100%;
    padding: 80px 0 40px 0; }
    .rich-container .rich-lists {
      width: 1200px;
      margin: 0 auto; }
      .rich-container .rich-lists:after {
        clear: both;
        display: block;
        content: ""; }
      .rich-container .rich-lists li {
        float: left;
        width: 25%;
        text-align: center;
        margin-bottom: 40px; }
        .rich-container .rich-lists li .rich-list-img-mobile {
          display: none; }
        .rich-container .rich-lists li img {
          margin: 0 auto 30px auto;
          width: 80px;
          height: 80px; }
        .rich-container .rich-lists li .rich-list-h3 {
          font-size: 16px;
          color: #333;
          line-height: 18px;
          margin-bottom: 20px;
          font-weight: normal; }
        .rich-container .rich-lists li .rich-list-text {
          font-size: 16px;
          color: #999; }
    .rich-container.rich-container-index {
      padding-top: 100px;
      padding-bottom: 0; }
      .rich-container.rich-container-index .rich-lists li {
        margin-bottom: 80px; }
        .rich-container.rich-container-index .rich-lists li h3.rich-list-h3 {
          margin-bottom: 0; }
  .member-container {
    width: 100%;
    padding: 80px 0 30px 0; }
    .member-container .member-lists {
      width: 1080px;
      margin: 0 auto;
      text-align: center; }
      .member-container .member-lists:after {
        clear: both;
        display: block;
        content: ""; }
      .member-container .member-lists > li {
        float: left;
        width: 250px;
        margin: 0 10px 50px 10px;
        border: 1px solid #eee;
        padding: 70px 10px;
        position: relative;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
        height: 340px; }
        .member-container .member-lists > li:hover .member-item-detail {
          height: 340px; }
        .member-container .member-lists > li .member-list-img-mobile {
          display: none; }
        .member-container .member-lists > li .member-list-img-pc {
          margin-bottom: 40px; }
        .member-container .member-lists > li .member-list-h3 {
          font-size: 18px;
          color: #333;
          line-height: 20px;
          margin-bottom: 20px;
          font-weight: normal; }
        .member-container .member-lists > li .member-list-text {
          font-size: 14px;
          color: #999; }
        .member-container .member-lists > li .member-item-detail {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1;
          -webkit-border-radius: 4px;
             -moz-border-radius: 4px;
                  border-radius: 4px;
          height: 0;
          background: #3399ff;
          overflow: hidden;
          -webkit-transition: height .3s;
          -o-transition: height .3s;
          -moz-transition: height .3s;
          transition: height .3s; }
          .member-container .member-lists > li .member-item-detail .title {
            font-size: 18px; }
          .member-container .member-lists > li .member-item-detail li {
            height: 40px;
            line-height: 40px;
            color: #fff;
            font-size: 16px; }
            .member-container .member-lists > li .member-item-detail li:first-child {
              margin-top: 30px; }
  .solution-container {
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: 100% 360px;
      -o-background-size: 100% 360px;
         background-size: 100% 360px; }
    .solution-container .solution-mobile {
      display: none; }
    .solution-container .module01-text {
      color: #fff; }
    .solution-container .module01-title {
      color: #fff; }
    .solution-container .solution-content {
      width: 1200px;
      margin: 0 auto;
      -webkit-border-radius: 8px;
         -moz-border-radius: 8px;
              border-radius: 8px;
      overflow: hidden;
      background-color: #fff;
      padding: 20px 0;
      -webkit-box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.05);
         -moz-box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.05);
              box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.05);
      border: 1px solid #eee; }
      .solution-container .solution-content .solution-list {
        float: left;
        font-size: 16px;
        text-align: center;
        padding: 0 40px; }
        .solution-container .solution-content .solution-list > li {
          padding: 33px  0 10px;
          cursor: pointer;
          width: 100px;
          line-height: 16px;
          border-bottom: 2px solid transparent; }
          .solution-container .solution-content .solution-list > li:first-child {
            padding-top: 20px; }
          .solution-container .solution-content .solution-list > li:hover {
            color: #3399ff; }
          .solution-container .solution-content .solution-list > li.active {
            color: #3399ff;
            border-color: #3399ff; }
      .solution-container .solution-content .solution-detail {
        border-left: 1px solid #eee;
        margin-left: 180px;
        text-align: left; }
        .solution-container .solution-content .solution-detail .solution-detail-item {
          padding: 40px 60px 30px;
          display: none; }
          .solution-container .solution-content .solution-detail .solution-detail-item.show {
            display: block; }
          .solution-container .solution-content .solution-detail .solution-detail-item .solution-detail-item-title {
            font-size: 28px;
            line-height: 28px; }
          .solution-container .solution-content .solution-detail .solution-detail-item .solution-detail-item-text {
            font-size: 16px;
            line-height: 28px;
            margin-top: 30px; }
          .solution-container .solution-content .solution-detail .solution-detail-item .solution-detail-item-way {
            overflow: hidden;
            margin: 60px 0; }
            .solution-container .solution-content .solution-detail .solution-detail-item .solution-detail-item-way:after {
              clear: both;
              display: block;
              content: ""; }
            .solution-container .solution-content .solution-detail .solution-detail-item .solution-detail-item-way li {
              float: left;
              width: 80px;
              margin-right: 40px;
              text-align: center;
              margin-bottom: 20px; }
              .solution-container .solution-content .solution-detail .solution-detail-item .solution-detail-item-way li .img-pc {
                margin-bottom: 20px;
                width: 50px;
                height: 50px; }
              .solution-container .solution-content .solution-detail .solution-detail-item .solution-detail-item-way li .text {
                font-size: 16px;
                line-height: 16px; }
          .solution-container .solution-content .solution-detail .solution-detail-item .solution-btn {
            display: inline-block;
            width: 154px;
            -webkit-border-radius: 24px;
               -moz-border-radius: 24px;
                    border-radius: 24px;
            text-align: center;
            margin-right: 20px;
            height: 40px;
            line-height: 40px;
            padding: 0 20px;
            font-size: 14px;
            border: 1px solid #aaa;
            color: #000000; }
            .solution-container .solution-content .solution-detail .solution-detail-item .solution-btn.primary {
              color: #ffffff;
              background: #3399ff;
              border: none; }
  .solution-detail-item.car-solution-detail-item .solution-btn {
    width: 175px !important; } }

@media screen and (min-width: 770px) and (max-width: 1199px) {
  .leapCloud-banner {
    width: 100%;
    height: 938px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1f24b3), to(#2283e4));
    background: -webkit-linear-gradient(#1f24b3, #2283e4);
    background: -moz- oldlinear-gradient(#1f24b3, #2283e4);
    background: -o-linear-gradient(#1f24b3, #2283e4);
    background: linear-gradient(#1f24b3, #2283e4);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1f24b3,endcolorstr=#2283e4,gradientType=0);
    z-index: 0;
    border-top: 1px solid transparent;
    background-color: #3399ff; }
    .leapCloud-banner .mainStyle {
      width: 100%; }
    .leapCloud-banner .banner-content {
      margin: 145px auto 0 auto; }
      .leapCloud-banner .banner-content .banner-content-left {
        display: block;
        vertical-align: middle;
        color: #fff;
        width: 100%;
        margin: 0 auto; }
        .leapCloud-banner .banner-content .banner-content-left .header {
          font-size: 36px;
          line-height: 36px;
          margin-bottom: 20px;
          text-align: center;
          font-weight: 600; }
        .leapCloud-banner .banner-content .banner-content-left .underline {
          display: inline-block;
          height: 48px;
          border-bottom: 5px solid #3ad262; }
        .leapCloud-banner .banner-content .banner-content-left .text {
          font-size: 16px;
          line-height: 30px;
          text-align: center; }
        .leapCloud-banner .banner-content .banner-content-left .buttons {
          margin-top: 80px;
          text-align: center; }
          .leapCloud-banner .banner-content .banner-content-left .buttons a {
            color: #fff;
            font-size: 16px;
            display: inline-block;
            width: 160px;
            height: 50px;
            border: 1px solid #fff;
            text-align: center;
            line-height: 47px;
            -webkit-border-radius: 4px;
               -moz-border-radius: 4px;
                    border-radius: 4px; }
          .leapCloud-banner .banner-content .banner-content-left .buttons .appBtn {
            background: #fff;
            color: #0279b7;
            margin-right: 20px; }
          .leapCloud-banner .banner-content .banner-content-left .buttons .freeBtn:hover {
            background-color: #fff;
            color: #0279b7; }
      .leapCloud-banner .banner-content .banner-content-right {
        display: block;
        vertical-align: middle;
        margin-top: 25px;
        width: 100%;
        text-align: center; }
        .leapCloud-banner .banner-content .banner-content-right img {
          width: 100%;
          max-width: 568px; }
    .leapCloud-banner .banner-content-right-mobile,
    .leapCloud-banner .banner-content-left-mobile {
      display: none; }
  .freeTrial-content {
    width: 100%;
    height: 220px;
    background: -webkit-gradient(linear, left top, right top, from(#005ee9), to(#45a2ff));
    background: -webkit-linear-gradient(left, #005ee9, #45a2ff);
    background: -moz- oldlinear-gradient(left, #005ee9, #45a2ff);
    background: -o-linear-gradient(left, #005ee9, #45a2ff);
    background: linear-gradient(left, #005ee9, #45a2ff);
    position: relative;
    text-align: center;
    color: #fff; }
    .freeTrial-content .bg-content {
      background-image: url(../images/free_bg@1x.png);
      -moz-background-size: contain;
        -o-background-size: contain;
           background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      height: 220px;
      padding: 40px 0; } }
    @media only screen and (min-width: 770px) and (max-width: 1199px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 770px) and (max-width: 1199px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 770px) and (max-width: 1199px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 770px) and (max-width: 1199px) and (min-device-pixel-ratio: 1.5) {
      .freeTrial-content .bg-content {
        background-image: url(../images/free_bg@2x.png); } }

@media screen and (min-width: 770px) and (max-width: 1199px) {
    .freeTrial-content .mainStyle {
      width: 100%;
      text-align: center; }
    .freeTrial-content .freeTrial-h {
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 35px;
      margin-top: 10px;
      width: 100%;
      text-align: center; }
    .freeTrial-content .freeTrial-h-moble {
      display: none; }
    .freeTrial-content .freeTrial_img {
      height: 220px;
      position: absolute;
      bottom: 0;
      left: 38%;
      z-index: 0; }
    .freeTrial-content .freeTrialBtn {
      display: inline-block;
      width: 160px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px;
      color: #fff;
      border: 1px solid #fff;
      font-size: 16px;
      cursor: pointer;
      position: relative;
      z-index: 1; }
      .freeTrial-content .freeTrialBtn:hover {
        background-color: #fff;
        color: #3399ff; }
  .partners-links {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px; }
    .partners-links .partners-links-content {
      position: relative;
      width: 100%; }
      .partners-links .partners-links-content .partners-h {
        color: #333;
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 30px;
        text-align: center; }
      .partners-links .partners-links-content .forward, .partners-links .partners-links-content .back {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        text-align: center;
        background: #cccccc;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        z-index: 999;
        top: 60%;
        cursor: pointer; }
        .partners-links .partners-links-content .forward:hover, .partners-links .partners-links-content .back:hover {
          background-color: #00cc33;
          color: #fff; }
      .partners-links .partners-links-content .forward {
        left: 0; }
      .partners-links .partners-links-content .back {
        right: 0; }
      .partners-links .partners-links-content .partners-container {
        text-align: center;
        width: 100%; }
      .partners-links .partners-links-content .partners-slide {
        display: inline-block;
        width: 22%;
        margin-bottom: 30px; }
      .partners-links .partners-links-content .partners {
        display: block;
        text-align: center;
        width: 100%; }
        .partners-links .partners-links-content .partners .partners-icon {
          display: block;
          width: 184px;
          height: 64px;
          margin: 0 auto; }
        .partners-links .partners-links-content .partners .partners-text {
          display: inline-block;
          margin-top: 30px;
          color: #999999;
          font-size: 14px; }
  .module01-container {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    background-color: #f3f8fd; }
    .module01-container .module01-title {
      font-size: 30px;
      line-height: 30px;
      font-weight: normal;
      color: #333; }
    .module01-container .module01-subtitle {
      font-size: 18px;
      line-height: 30px;
      font-weight: normal;
      color: #999; }
    .module01-container .fresh-module01-title {
      margin-bottom: 30px; }
    .module01-container .fresh-module01-title-mobile {
      display: none; }
    .module01-container .fresh-module01-title {
      margin-bottom: 30px; }
    .module01-container .module01-text {
      font-size: 16px;
      line-height: 20px;
      color: #777;
      margin: 0 auto 60px auto; }
      .module01-container .module01-text.mobile {
        display: none; }
    .module01-container .module01-img-pc {
      display: block;
      margin: 0 auto; }
    .module01-container .sqtgSolution-img-pc {
      margin-left: 50px; }
    .module01-container .module01-img-mobile {
      display: none; }
    .module01-container .index-module01-img {
      width: 90%;
      max-width: 600px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .module01-container .index-module01-img-mobile {
      display: none; }
  .rich-container {
    width: 100%;
    padding: 80px 0 40px 0; }
    .rich-container h1 {
      color: #333;
      font-size: 36px;
      line-height: 36px;
      font-weight: 600;
      margin-bottom: 60px;
      text-align: center; }
    .rich-container .rich-lists {
      margin: 0 auto; }
      .rich-container .rich-lists:after {
        clear: both;
        display: block;
        content: ""; }
      .rich-container .rich-lists li {
        float: left;
        width: 25%;
        text-align: center;
        margin-bottom: 40px; }
        .rich-container .rich-lists li .rich-list-img-mobile {
          display: none; }
        .rich-container .rich-lists li img {
          margin: 0 auto 30px auto;
          width: 80px;
          height: 80px; }
        .rich-container .rich-lists li .rich-list-h3 {
          font-size: 18px;
          color: #333;
          line-height: 18px;
          margin-bottom: 20px;
          font-weight: normal; }
        .rich-container .rich-lists li .rich-list-text {
          font-size: 16px;
          color: #999; }
    .rich-container.rich-container-index {
      padding-top: 100px; }
      .rich-container.rich-container-index .rich-lists li h3.rich-list-h3 {
        margin-bottom: 0; }
  .member-container {
    width: 100%;
    padding: 80px 0 30px 0;
    text-align: center; }
    .member-container .member-lists {
      max-width: 1080px;
      margin: 0 auto;
      text-align: center; }
      .member-container .member-lists:after {
        clear: both;
        display: block;
        content: ""; }
      .member-container .member-lists > li {
        float: left;
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
        min-width: 200px;
        margin: 0 10px 50px 10px;
        border: 1px solid #eee;
        padding: 70px 0;
        position: relative;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
        height: 340px; }
        .member-container .member-lists > li:hover .member-item-detail {
          height: 340px; }
        .member-container .member-lists > li .member-list-img-mobile {
          display: none; }
        .member-container .member-lists > li .member-list-img-pc {
          margin-bottom: 40px; }
        .member-container .member-lists > li .member-list-h3 {
          font-size: 18px;
          color: #333;
          line-height: 20px;
          margin-bottom: 20px;
          font-weight: normal; }
        .member-container .member-lists > li .member-list-text {
          font-size: 14px;
          color: #999; }
        .member-container .member-lists > li .member-item-detail {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1;
          -webkit-border-radius: 4px;
             -moz-border-radius: 4px;
                  border-radius: 4px;
          height: 0;
          background: #3399ff;
          overflow: hidden;
          -webkit-transition: height .3s;
          -o-transition: height .3s;
          -moz-transition: height .3s;
          transition: height .3s; }
          .member-container .member-lists > li .member-item-detail .title {
            font-size: 18px; }
          .member-container .member-lists > li .member-item-detail li {
            height: 20px;
            line-height: 40px;
            color: #fff;
            font-size: 16px; }
            .member-container .member-lists > li .member-item-detail li:first-child {
              margin-top: 30px; }
  .solution-container {
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: 360px center;
      -o-background-size: 360px center;
         background-size: 360px center; }
    .solution-container .solution-mobile {
      display: none; }
    .solution-container .module01-text {
      color: #fff; }
    .solution-container .module01-title {
      color: #fff; }
    .solution-container .solution-content {
      max-width: 1000px;
      margin: 0 auto;
      -webkit-border-radius: 8px;
         -moz-border-radius: 8px;
              border-radius: 8px;
      overflow: hidden;
      background-color: #fff;
      border: 1px solid #eee;
      -webkit-box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.05);
         -moz-box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.05);
              box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.05);
      padding: 20px 0; }
      .solution-container .solution-content .solution-list {
        float: left;
        font-size: 16px;
        text-align: center;
        padding: 0 40px; }
        .solution-container .solution-content .solution-list > li {
          padding: 33px  0 10px;
          cursor: pointer;
          width: 100px;
          line-height: 16px;
          border-bottom: 4px solid transparent; }
          .solution-container .solution-content .solution-list > li:first-child {
            padding-top: 20px; }
          .solution-container .solution-content .solution-list > li:hover {
            color: #3399ff; }
          .solution-container .solution-content .solution-list > li.active {
            color: #3399ff;
            border-color: #3399ff; }
      .solution-container .solution-content .solution-detail {
        border-left: 1px solid #eee;
        margin-left: 180px;
        text-align: left; }
        .solution-container .solution-content .solution-detail .solution-detail-item {
          padding: 40px 60px 30px;
          display: none; }
          .solution-container .solution-content .solution-detail .solution-detail-item.show {
            display: block; }
          .solution-container .solution-content .solution-detail .solution-detail-item .solution-detail-item-title {
            font-size: 28px;
            line-height: 28px; }
          .solution-container .solution-content .solution-detail .solution-detail-item .solution-detail-item-text {
            font-size: 16px;
            line-height: 28px;
            margin-top: 30px; }
          .solution-container .solution-content .solution-detail .solution-detail-item .solution-detail-item-way {
            overflow: hidden;
            margin: 60px 0; }
            .solution-container .solution-content .solution-detail .solution-detail-item .solution-detail-item-way:after {
              clear: both;
              display: block;
              content: ""; }
            .solution-container .solution-content .solution-detail .solution-detail-item .solution-detail-item-way li {
              float: left;
              width: 80px;
              margin-right: 40px;
              text-align: center;
              margin-bottom: 20px; }
              .solution-container .solution-content .solution-detail .solution-detail-item .solution-detail-item-way li .img-pc {
                margin-bottom: 20px;
                width: 50px;
                height: 50px; }
              .solution-container .solution-content .solution-detail .solution-detail-item .solution-detail-item-way li .text {
                font-size: 16px;
                line-height: 16px; }
          .solution-container .solution-content .solution-detail .solution-detail-item .solution-btn {
            display: inline-block;
            width: 154px;
            -webkit-border-radius: 24px;
               -moz-border-radius: 24px;
                    border-radius: 24px;
            text-align: center;
            margin-right: 20px;
            height: 40px;
            line-height: 40px;
            padding: 0 20px;
            font-size: 14px;
            border: 1px solid #aaa;
            color: #000000; }
            .solution-container .solution-content .solution-detail .solution-detail-item .solution-btn.primary {
              color: #ffffff;
              background: #3399ff;
              border: none; } }

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .member-container {
    width: 100%;
    padding: 80px 0 30px 0;
    text-align: center; }
    .member-container .member-lists {
      margin: 0 auto;
      text-align: center; }
      .member-container .member-lists:after {
        clear: both;
        display: block;
        content: ""; }
      .member-container .member-lists > li {
        float: left;
        width: -webkit-calc(25% - 20px);
        width: -moz-calc(25% - 20px);
        width: calc(25% - 20px);
        min-width: 200px;
        margin: 0 10px 50px 10px;
        border: 1px solid #eee;
        padding: 80px 0;
        position: relative;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
        height: 340px; }
        .member-container .member-lists > li:hover .member-item-detail {
          height: 340px; }
        .member-container .member-lists > li .member-list-img-mobile {
          display: none; }
        .member-container .member-lists > li .member-list-img-pc {
          margin-bottom: 40px; }
        .member-container .member-lists > li .member-list-h3 {
          font-size: 18px;
          color: #333;
          line-height: 20px;
          margin-bottom: 20px;
          font-weight: normal; }
        .member-container .member-lists > li .member-list-text {
          font-size: 14px;
          color: #999; }
        .member-container .member-lists > li .member-item-detail {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1;
          -webkit-border-radius: 4px;
             -moz-border-radius: 4px;
                  border-radius: 4px;
          height: 0;
          background: #3399ff;
          overflow: hidden;
          -webkit-transition: height .3s;
          -o-transition: height .3s;
          -moz-transition: height .3s;
          transition: height .3s; }
          .member-container .member-lists > li .member-item-detail .title {
            font-size: 18px;
            margin-top: 40px; }
          .member-container .member-lists > li .member-item-detail li {
            height: 30px;
            line-height: 30px;
            color: #fff;
            font-size: 16px; } }

@media screen and (max-width: 769px) {
  .leapCloud-banner {
    background: -webkit-gradient(linear, left top, left bottom, from(#1f24b3), to(#2283e4));
    background: -webkit-linear-gradient(#1f24b3, #2283e4);
    background: -moz- oldlinear-gradient(#1f24b3, #2283e4);
    background: -o-linear-gradient(#1f24b3, #2283e4);
    background: linear-gradient(#1f24b3, #2283e4);
    margin-top: -1.2rem;
    height: 12.35rem;
    width: 100%;
    background-color: #3399ff;
    border-top: 1px solid transparent; }
    .leapCloud-banner .banner-content {
      margin-top: 1.4rem; }
      .leapCloud-banner .banner-content .banner-content-right,
      .leapCloud-banner .banner-content .banner-content-left {
        display: none; }
      .leapCloud-banner .banner-content .banner-content-right-mobile {
        margin-top: .1rem; }
        .leapCloud-banner .banner-content .banner-content-right-mobile .header {
          font-size: 0.48rem;
          color: #fff;
          text-align: center;
          font-weight: 600;
          margin-bottom: 0.25rem; }
          .leapCloud-banner .banner-content .banner-content-right-mobile .header .underline {
            display: inline-block;
            height: 0.7rem;
            border-bottom: 5px solid #3ad262; }
          .leapCloud-banner .banner-content .banner-content-right-mobile .header.header-one {
            margin-bottom: .1rem; }
        .leapCloud-banner .banner-content .banner-content-right-mobile .text {
          font-size: 0.3rem;
          color: #fff;
          text-align: center; }
        .leapCloud-banner .banner-content .banner-content-right-mobile .buttons {
          margin-top: 0.3rem;
          text-align: center; }
          .leapCloud-banner .banner-content .banner-content-right-mobile .buttons a {
            color: #fff;
            font-size: 0.28rem;
            display: inline-block;
            width: 2.25rem;
            height: 0.71rem;
            border: 1px solid #fff;
            text-align: center;
            line-height: 0.71rem;
            -webkit-border-radius: 0.04rem;
               -moz-border-radius: 0.04rem;
                    border-radius: 0.04rem; }
          .leapCloud-banner .banner-content .banner-content-right-mobile .buttons .appBtn {
            background: #fff;
            color: #24a6e8;
            margin-right: 0.2rem; }
          .leapCloud-banner .banner-content .banner-content-right-mobile .buttons .freeBtn:hover {
            background-color: #fff;
            color: #24a6e8; }
      .leapCloud-banner .banner-content .banner-content-left-mobile {
        display: block;
        text-align: center;
        display: block;
        margin-top: 1.6rem; }
        .leapCloud-banner .banner-content .banner-content-left-mobile img {
          width: 6.9rem; }
    .leapCloud-banner.index-banner {
      overflow: hidden; }
      .leapCloud-banner.index-banner .banner-content {
        overflow: hidden;
        margin-top: 1.5rem; }
        .leapCloud-banner.index-banner .banner-content .banner-content-left-mobile {
          margin-top: 0; }
        .leapCloud-banner.index-banner .banner-content .banner-content-right-mobile {
          margin-top: .5rem; }
          .leapCloud-banner.index-banner .banner-content .banner-content-right-mobile .buttons {
            margin-top: .5rem; }
  .freeTrial-content {
    width: 100%;
    height: 2.65rem;
    background: -webkit-gradient(linear, left top, right top, from(#005ee9), to(#45a2ff));
    background: -webkit-linear-gradient(left, #005ee9, #45a2ff);
    background: -moz- oldlinear-gradient(left, #005ee9, #45a2ff);
    background: -o-linear-gradient(left, #005ee9, #45a2ff);
    background: linear-gradient(left, #005ee9, #45a2ff);
    text-align: center;
    color: #fff;
    position: relative; }
    .freeTrial-content .bg-content {
      background-image: url(../images/free_bg@1x.png);
      -moz-background-size: contain;
        -o-background-size: contain;
           background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      height: 3.4rem;
      padding: 0.6rem 0; }
    .freeTrial-content .freeTrial-h {
      font-size: 20px;
          margin-bottom: 20px;}
    .freeTrial-content .freeTrial-h-moble {
      font-size: 0.36rem;
      width: 95%;
      margin: 0 auto 0.35rem auto; }
    .freeTrial-content .freeTrial_img {
      width: 90%;
      position: absolute;
      bottom: 0;
      left: 5%;
      z-index: 0; }
    .freeTrial-content .freeTrialBtn {
      display: inline-block;
      position: relative;
      z-index: 1;
      width: 1.8rem;
      height: 0.6rem;
      line-height: 0.6rem;
      text-align: center;
      -webkit-border-radius: 0.03rem;
         -moz-border-radius: 0.03rem;
              border-radius: 0.03rem;
      color: #fff;
      border: 1px solid #fff;
      font-size: 0.28rem;
      cursor: pointer; }
      .freeTrial-content .freeTrialBtn:hover {
        background-color: #fff;
        color: #3399ff; }
  .partners-links {
    width: 100%;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    display: none; }
    .partners-links .partners-links-content {
      position: relative; }
      .partners-links .partners-links-content .partners-h {
        color: #333;
        font-size: 0.44rem;
        line-height: 0.44rem;
        margin-bottom: 0.3rem;
        text-align: center; }
      .partners-links .partners-links-content .partners-container .partners-wrapper {
        text-align: center; }
        .partners-links .partners-links-content .partners-container .partners-wrapper .partners-slide {
          display: inline-block;
          margin-bottom: 0.5rem;
          width: 45%; }
          .partners-links .partners-links-content .partners-container .partners-wrapper .partners-slide .partners {
            display: block;
            text-align: center;
            width: 100%; }
            .partners-links .partners-links-content .partners-container .partners-wrapper .partners-slide .partners .partners-icon {
              display: block;
              width: 100%;
              margin: 0 auto; }
            .partners-links .partners-links-content .partners-container .partners-wrapper .partners-slide .partners .partners-text {
              display: block;
              margin-top: 0.1rem;
              color: #999999;
              font-size: 0.3rem; }
  .module01-container {
    padding: 0.6rem 0;
    text-align: center;
    background-color: #f3f8fd; }
    .module01-container .module01-title {
      font-size: 0.42rem;
      line-height: 0.42rem;
      font-weight: normal;
      color: #333; }
    .module01-container .module01-subtitle {
      font-size: 0.3rem;
      line-height: 0.5rem;
      font-weight: normal;
      color: #999; }
    .module01-container .fresh-module01-title {
      display: none; }
    .module01-container .fresh-module01-title-mobile {
      margin: 0 auto 0.2rem auto;
      line-height: unset; }
    .module01-container .module01-text {
      font-size: 0.3rem;
      color: #333;
      margin: 0 auto 0.8rem auto; }
      .module01-container .module01-text.pc {
        display: none; }
    .module01-container .module01-text-3 {
      font-size: 0.26rem;
      line-height: 0.36rem;
      color: #333;
      margin: 0 auto 0.6rem auto; }
    .module01-container .module01-img-pc {
      display: none; }
    .module01-container .module01-img-mobile {
      display: block;
      margin: 0 auto; }
    .module01-container .index-module01-img {
      display: none; }
    .module01-container .index-module01-img-mobile {
      width: 90%;
      max-width: 600px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .rich-container {
    width: 100%;
    padding: .8rem 0 0; }
    .rich-container h1 {
      color: #333;
      font-size: 0.42rem;
      line-height: unset;
      font-weight: 600;
      text-align: center; }
    .rich-container .rich-lists {
      width: 100%;
      text-align: center; }
      .rich-container .rich-lists:after {
        clear: both;
        display: block;
        content: ""; }
      .rich-container .rich-lists li {
        float: left;
        width: 50%;
        margin: 0 auto 1rem auto;
        text-align: center; }
        .rich-container .rich-lists li img {
          display: inline-block;
          vertical-align: middle;
          width: 1.3rem;
          height: 1.3rem; }
        .rich-container .rich-lists li .rich-list-h3 {
          font-size: 0.3rem;
          color: #333;
          line-height: 0.3rem;
          margin-bottom: 0.4rem;
          margin-top: 0.6rem;
          font-weight: normal; }
        .rich-container .rich-lists li .rich-list-text {
          font-size: 0.24rem;
          line-height: 0.24rem;
          color: #999; }
    .rich-container .combine-lists li.combine-lists__lastBottom {
      margin-bottom: 1rem; }
    .rich-container .combine-lists li {
      width: 25%; }
      .rich-container .combine-lists li img {
        height: 1rem;
        width: 1rem; }
    .rich-container .rich-list-img-pc {
      display: none !important; }
    .rich-container.rich-container-index {
      padding-top: 0.8rem; }
      .rich-container.rich-container-index h1 {
        margin-bottom: 0.8rem; }
      .rich-container.rich-container-index .rich-lists li {
        margin-bottom: 0.8rem; }
        .rich-container.rich-container-index .rich-lists li h3.rich-list-h3 {
          margin-top: 0.4rem;
          margin-bottom: 0; }
  .member-container {
    width: 100%;
    padding: .8rem 0 .7rem 0;
    text-align: center; }
    .member-container .member-lists {
      text-align: center;
      padding: 0 .4rem; }
      .member-container .member-lists:after {
        clear: both;
        display: block;
        content: ""; }
      .member-container .member-lists > li {
        float: left;
        width: 3.2rem;
        margin-bottom: .3rem;
        border: 1px solid #eee;
        padding: .6rem .4rem;
        position: relative;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
        height: 4.2rem; }
        .member-container .member-lists > li:nth-child(2) {
          margin-left: .3rem; }
        .member-container .member-lists > li:nth-child(4) {
          margin-left: .3rem; }
        .member-container .member-lists > li .member-list-img-mobile {
          width: 1rem;
          height: 1rem; }
        .member-container .member-lists > li .member-list-img-pc {
          display: none; }
        .member-container .member-lists > li .member-list-h3 {
          font-size: 0.28rem;
          color: #333;
          line-height: 0.28rem;
          margin-bottom: 0.3rem;
          margin-top: 0.4rem;
          font-weight: normal; }
        .member-container .member-lists > li .member-list-text {
          font-size: 0.24rem;
          color: #999; }
        .member-container .member-lists > li .member-item-detail {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1;
          -webkit-border-radius: 4px;
             -moz-border-radius: 4px;
                  border-radius: 4px;
          max-height: 0;
          background: #3399ff;
          overflow: hidden;
          -webkit-transition: max-height .5s;
          -o-transition: max-height .5s;
          -moz-transition: max-height .5s;
          transition: max-height .5s; }
          .member-container .member-lists > li .member-item-detail.show {
            max-height: 10rem; }
          .member-container .member-lists > li .member-item-detail .title {
            font-size: .3rem; }
          .member-container .member-lists > li .member-item-detail li {
            line-height: .5rem;
            color: #fff;
            font-size: .24rem; }
            .member-container .member-lists > li .member-item-detail li:first-child {
              margin-top: .2rem; }
  .index-whitebg {
    overflow: hidden;
    padding-bottom: .3rem !important; }
  .solution-container {
    background-image: none !important; }
    .solution-container .module01-text {
      margin-bottom: 1.1rem;
      color: #999; }
    .solution-container .solution-pc {
      display: none; }
    .solution-container .solution-mobile {
      position: relative; }
      .solution-container .solution-mobile .solution-item {
        width: 89%;
        margin: 0 2%;
        background: #fff;
        top: 0;
        -webkit-transition: top .5s;
        -o-transition: top .5s;
        -moz-transition: top .5s;
        transition: top .5s;
        -webkit-box-shadow: 0px 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.1);
           -moz-box-shadow: 0px 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.1);
        text-align: left; }
        .solution-container .solution-mobile .solution-item.swiper-slide-active {
          top: -0.2rem; }
        .solution-container .solution-mobile .solution-item .title {
          color: #fff;
          font-size: .36rem;
          font-weight: 600;
          text-align: center;
          height: 2.68rem;
          line-height: 2.68rem;
          background-position: center center;
          background-repeat: no-repeat;
          -moz-background-size: cover;
            -o-background-size: cover;
               background-size: cover; }
        .solution-container .solution-mobile .solution-item .text {
          line-height: .4rem;
          font-size: .24rem;
          text-align: left;
          padding: .2rem;
          height: 1.6rem;
          overflow: hidden;
          text-align: justify; }
        .solution-container .solution-mobile .solution-item .solution-detail-item-way {
          padding: .4rem .2rem 0; }
          .solution-container .solution-mobile .solution-item .solution-detail-item-way:after {
            clear: both;
            display: block;
            content: ""; }
          .solution-container .solution-mobile .solution-item .solution-detail-item-way li {
            float: left;
            width: 1rem;
            margin-bottom: .4rem;
            margin-right: .56rem;
            text-align: center; }
            .solution-container .solution-mobile .solution-item .solution-detail-item-way li img {
              width: .5rem;
              height: .5rem;
              margin-bottom: .1rem; }
            .solution-container .solution-mobile .solution-item .solution-detail-item-way li .way-title {
              font-size: .24rem;
              line-height: .24rem; }
        .solution-container .solution-mobile .solution-item .solution-btn {
          display: inline-block;
          -webkit-border-radius: .3rem;
             -moz-border-radius: .3rem;
                  border-radius: .3rem;
          text-align: center;
          height: .6rem;
          line-height: .6rem;
          padding: 0 .2rem;
          font-size: .24rem;
          border: 1px solid #aaa;
          color: #000000;
          margin: .2rem 0 .6rem .2rem; }
      .solution-container .solution-mobile .swiper-pagination {
        bottom: -0.46rem; }
    .solution-container.index-solution {
      padding-bottom: 1rem; }
      .solution-container.index-solution .swiper-pagination {
        bottom: -0.6rem !important; } }
