/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font: 14px/1.5 Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  color: #333;
  background-color: #fff; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input,
select,
textarea {
  outline: none; }

a {
  text-decoration: none; }

.chapter {
  width: 100%; }
  .chapter .chapter-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.96rem; }
    .chapter .chapter-title div:first-child {
      height: 0.8rem;
      font-size: 0.48rem;
      font-family: Source Han Sans CN-Bold, Source Han Sans CN;
      font-weight: bold;
      color: #333333;
      line-height: 0.8rem;
      white-space: nowrap;
      display: block;
      white-space: nowrap;
      position: relative; }
      .chapter .chapter-title div:first-child::after {
        content: ' ';
        display: block;
        width: 14px;
        height: 14px;
        opacity: 1;
        border: 4px solid #E62129;
        box-sizing: border-box;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: -14px; }
  .chapter .chapter-content {
    width: 100%; }

.page-mobile {
  min-width: 100%;
  min-height: 100%; }
  .page-mobile .top-nav {
    width: 100vw;
    height: 1.6rem;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; }
    .page-mobile .top-nav .logo {
      height: 0.6933333333rem;
      padding-left: 0.4266666667rem; }
      .page-mobile .top-nav .logo img {
        height: 0.6933333333rem;
        width: auto; }
    .page-mobile .top-nav .icon {
      padding-left: 0.16rem; }
      .page-mobile .top-nav .icon .iconfont {
        padding: 0.2666666667rem;
        font-size: 0.5866666667rem;
        color: #ffffff; }
  .page-mobile .banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 11.36rem; }
    .page-mobile .banner .swiper-slide {
      position: relative;
      text-align: center; }
      .page-mobile .banner .swiper-slide img {
        max-width: 100%;
        display: block; }
    .page-mobile .banner .pagination {
      position: absolute;
      z-index: 20;
      bottom: 0.64rem;
      text-align: center;
      right: 0; }
    .page-mobile .banner .swiper-pagination-bullet {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 4px;
      background: #fff;
      margin: 0 0.16rem;
      opacity: 0.3;
      cursor: pointer; }
    .page-mobile .banner .swiper-pagination-bullet-active {
      opacity: 1; }
  .page-mobile .advantage {
    padding-bottom: 0.5866666667rem; }
    .page-mobile .advantage .chapter-content {
      margin-top: 0.8rem; }
    .page-mobile .advantage ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0 0.5866666667rem;
      box-sizing: border-box; }
      .page-mobile .advantage ul li {
        width: 50%;
        display: flex;
        box-sizing: border-box;
        padding: 0 0.5866666667rem 0.5866666667rem;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center; }
        .page-mobile .advantage ul li .img {
          width: 1.3866666667rem;
          height: 1.3866666667rem;
          background: #FFFFFF;
          border-radius: 50%;
          box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.06);
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 0.32rem; }
          .page-mobile .advantage ul li .img img {
            width: 1.3866666667rem;
            height: 1.3866666667rem; }
        .page-mobile .advantage ul li .title {
          font-size: 0.3733333333rem;
          font-family: Source Han Sans CN-Medium, Source Han Sans CN;
          font-weight: 500;
          color: #000000;
          line-height: 0.48rem;
          margin-bottom: 0.32rem; }
        .page-mobile .advantage ul li .desc {
          width: 3.2rem;
          font-size: 0.2666666667rem;
          font-weight: 400;
          color: #878787;
          line-height: 1.75;
          text-align: center; }
  .page-mobile .optimize {
    background-color: #f9f6f6; }
    .page-mobile .optimize .chapter-title {
      margin-bottom: 0.7466666667rem; }
    .page-mobile .optimize .chapter-content {
      box-sizing: border-box;
      padding: 0 0.5866666667rem; }
      .page-mobile .optimize .chapter-content > ul {
        display: flex;
        align-items: center;
        flex-direction: column; }
        .page-mobile .optimize .chapter-content > ul > li {
          width: 100%;
          margin-bottom: 0.5866666667rem;
          background-color: #ffffff;
          border-radius: 0.16rem;
          box-sizing: border-box;
          padding: 0.48rem;
          cursor: pointer;
          background-position: right bottom;
          background-repeat: no-repeat;
          background-size: auto 3.8933333333rem; }
          .page-mobile .optimize .chapter-content > ul > li:nth-child(1) {
            background-image: url(../m/images/optimize01.png); }
          .page-mobile .optimize .chapter-content > ul > li:nth-child(2) {
            background-image: url(../m/images/optimize02.png); }
          .page-mobile .optimize .chapter-content > ul > li:nth-child(3) {
            background-image: url(../m/images/optimize03.png); }
          .page-mobile .optimize .chapter-content > ul > li:nth-child(4) {
            background-image: url(../m/images/optimize04.png); }
          .page-mobile .optimize .chapter-content > ul > li .title {
            font-size: 0.3733333333rem;
            color: #333333;
            line-height: 0.8533333333rem;
            font-weight: bold; }
          .page-mobile .optimize .chapter-content > ul > li .price {
            font-size: 0.3733333333rem;
            font-weight: 500;
            color: #FF943D; }
            .page-mobile .optimize .chapter-content > ul > li .price span {
              font-size: 0.96rem; }
          .page-mobile .optimize .chapter-content > ul > li .sub-optimize {
            display: flex;
            flex-direction: row-reverse;
            flex-wrap: wrap;
            justify-content: flex-end; }
            .page-mobile .optimize .chapter-content > ul > li .sub-optimize li {
              flex: none;
              margin-right: 0.3733333333rem;
              margin-bottom: 0.32rem;
              box-sizing: border-box;
              font-size: 0.32rem;
              font-weight: 400;
              color: #878787;
              padding-left: 0.64rem;
              background: url(../images/home/optimize-icon.png) no-repeat left center;
              background-size: 0.32rem; }
      .page-mobile .optimize .chapter-content optimize .chapter-content {
        margin-top: 60px; }
        .page-mobile .optimize .chapter-content optimize .chapter-content > ul {
          display: flex;
          justify-content: space-between; }
          .page-mobile .optimize .chapter-content optimize .chapter-content > ul .mask {
            display: none; }
          .page-mobile .optimize .chapter-content optimize .chapter-content > ul:hover .floor .title,
          .page-mobile .optimize .chapter-content optimize .chapter-content > ul:hover .floor .sub-optimize,
          .page-mobile .optimize .chapter-content optimize .chapter-content > ul:hover .floor .price {
            display: none; }
          .page-mobile .optimize .chapter-content optimize .chapter-content > ul:hover .mask {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(229, 0, 18, 0.8); }
            .page-mobile .optimize .chapter-content optimize .chapter-content > ul:hover .mask .title {
              color: #ffffff; }
            .page-mobile .optimize .chapter-content optimize .chapter-content > ul:hover .mask .sub-optimize li {
              color: #ffffff !important;
              background: url(../images/home/optimize-icon-white.png) no-repeat left center; }
            .page-mobile .optimize .chapter-content optimize .chapter-content > ul:hover .mask .price {
              font-size: 18px;
              color: #ffffff;
              position: relative;
              left: 0;
              margin-top: 28px; }
              .page-mobile .optimize .chapter-content optimize .chapter-content > ul:hover .mask .price span {
                font-size: 36px; }
            .page-mobile .optimize .chapter-content optimize .chapter-content > ul:hover .mask .btn {
              position: absolute;
              left: 30px;
              bottom: 30px;
              width: 108px;
              height: 36px;
              line-height: 36px;
              text-align: center;
              border-radius: 6px;
              border: 1px solid #FFFFFF;
              color: #FFFFFF;
              cursor: pointer; }
              .page-mobile .optimize .chapter-content optimize .chapter-content > ul:hover .mask .btn a {
                display: block;
                color: #FFFFFF;
                width: 108px;
                height: 36px;
                line-height: 36px;
                text-align: center; }
              .page-mobile .optimize .chapter-content optimize .chapter-content > ul:hover .mask .btn .text {
                font-size: 14px;
                font-weight: bold;
                margin-right: 6px; }
  .page-mobile .case .chapter-title {
    margin-bottom: 0.8rem; }
  .page-mobile .case .chapter-content {
    box-sizing: border-box;
    padding: 0 0.4266666667rem; }
    .page-mobile .case .chapter-content .tabs {
      box-sizing: border-box;
      width: 100%;
      height: 0.8rem;
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      position: relative;
      border-bottom: 1px solid #EEEEEE; }
      .page-mobile .case .chapter-content .tabs a {
        font-weight: normal;
        text-align: center;
        height: 0.8rem;
        line-height: 0.8rem;
        color: #878787;
        text-decoration: none; }
        .page-mobile .case .chapter-content .tabs a.active {
          color: #E50012; }
          .page-mobile .case .chapter-content .tabs a.active::after {
            content: ' ';
            display: block;
            height: 1px;
            width: 100%;
            background-color: red;
            position: absolute;
            z-index: 998; }
    .page-mobile .case .chapter-content .tabs-container {
      padding: 0.4266666667rem 0; }
      .page-mobile .case .chapter-content .tabs-container .tc-item {
        width: 100%; }
        .page-mobile .case .chapter-content .tabs-container .tc-item .img {
          width: 100%; }
          .page-mobile .case .chapter-content .tabs-container .tc-item .img img {
            width: 100%; }
  .page-mobile .team .chapter-title {
    margin-bottom: 0.7466666667rem; }
  .page-mobile .team .chapter-content {
    box-sizing: border-box;
    padding: 0 0.4266666667rem; }
    .page-mobile .team .chapter-content .img {
      width: 100%; }
      .page-mobile .team .chapter-content .img img {
        width: 100%; }
  .page-mobile .partner .chapter-title {
    margin-bottom: 0.7466666667rem; }
  .page-mobile .partner .chapter-content {
    box-sizing: border-box;
    padding: 0 0.2666666667rem;
    margin-bottom: 0.7466666667rem; }
    .page-mobile .partner .chapter-content ul {
      display: flex;
      flex-wrap: wrap; }
      .page-mobile .partner .chapter-content ul li {
        flex: none;
        width: 1.28rem;
        height: 1.28rem;
        margin: 0.2666666667rem 0.1333333333rem 0; }
        .page-mobile .partner .chapter-content ul li img {
          width: 100%;
          height: 100%; }
  .page-mobile .contact {
    background-color: #333;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0.9066666667rem; }
    .page-mobile .contact .qrcode {
      width: 3.3066666667rem;
      height: 3.3066666667rem; }
      .page-mobile .contact .qrcode img {
        width: 100%;
        height: 100%; }
    .page-mobile .contact p {
      padding-top: 0.1333333333rem;
      font-size: 12px;
      padding-bottom: 0.48rem; }
    .page-mobile .contact .phone {
      display: flex;
      align-items: center; }
      .page-mobile .contact .phone .icon {
        height: 0.5333333333rem;
        width: 0.5333333333rem; }
        .page-mobile .contact .phone .icon img {
          width: 100%; }
      .page-mobile .contact .phone .call {
        padding-left: 0.1333333333rem; }
        .page-mobile .contact .phone .call a {
          font-size: 0.5866666667rem;
          color: #E50012; }
  .page-mobile .footer {
    box-sizing: border-box;
    padding: 0.4266666667rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #333;
    color: #FFFFFF;
    line-height: 6vw;
    text-align: center; }
    .page-mobile .footer p {
      font-size: 0.2666666667rem;
      padding: 0;
      margin: 0; }
      .page-mobile .footer p a {
        color: #ffffff; }
  .page-mobile .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4); }
    .page-mobile .mask .mask-toast {
      box-sizing: border-box;
      width: 60vw;
      padding: 6vw;
      background-color: #FFF;
      border-radius: 10px;
      box-shadow: 0 0 2vw rgba(0, 0, 0, 0.2); }
      .page-mobile .mask .mask-toast .mask-title {
        width: 100%;
        font-size: 0.4266666667pxrem; }
      .page-mobile .mask .mask-toast .mask-msg {
        padding: 0.2666666667rem 0; }
      .page-mobile .mask .mask-toast .mask-footer .mask-btn {
        width: 100%;
        height: 0.8533333333rem;
        line-height: 0.8533333333rem;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #E50012;
        color: #E50012; }

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