.news {
  position: relative;
  background: #fff;
  padding: 24px 63px 20px; }
  .news .newsList {
    position: relative;
    width: 1240px;
    margin: 0 auto; }
    .news .newsList .newsItem {
      height: 247px;
      border-bottom: 1px solid #E8E8E8;
      position: relative; }
      .news .newsList .newsItem .leftBox {
        position: relative; }
        .news .newsList .newsItem .leftBox .newsTitle {
          font-family: PingFangSC-Medium;
          font-size: 16px;
          color: rgba(0, 0, 0, 0.85);
          line-height: 24px;
          padding-top: 24px; }
        .news .newsList .newsItem .leftBox .tag {
          background: #F5F5F5;
          border: 1px solid #D9D9D9;
          border-radius: 4px;
          width: 62px;
          display: inline-block;
          height: 22px;
          line-height: 20px;
          text-align: center;
          margin-top: 12px;
          font-size: 12px;
          color: rgba(0, 0, 0, 0.65); }
        .news .newsList .newsItem .leftBox .abstract {
          font-size: 14px;
          color: rgba(0, 0, 0, 0.65);
          line-height: 24px;
          margin-top: 17px;
          display: inline-block;
          width: 824px;
          height: 72px;
          overflow: hidden;
          display: -ms-flexbox;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
        .news .newsList .newsItem .leftBox .promulgator {
          margin-top: 16px; }
          .news .newsList .newsItem .leftBox .promulgator .promulgator-head {
            display: block;
            border: 1px solid #E9E9E9;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin-right: 16px;
            float: left;
            background: url(/static/images/favicon.png) no-repeat;
            background-size: 100% 100%; }
          .news .newsList .newsItem .leftBox .promulgator span {
            font-size: 14px;
            color: rgba(0, 0, 0, 0.45);
            line-height: 22px;
            float: left; }
            .news .newsList .newsItem .leftBox .promulgator span.release-time {
              font-size: 14px;
              color: rgba(0, 0, 0, 0.25);
              line-height: 22px;
              padding-left: 24px; }
        .news .newsList .newsItem .leftBox .handleBox {
          font-size: 14px;
          color: rgba(0, 0, 0, 0.45);
          line-height: 22px;
          margin-top: 16px;
          background: beige;
          height: 22px; }
      .news .newsList .newsItem .rightBox {
        width: 304px;
        height: 168px;
        position: absolute;
        top: 50px;
        right: 0;
        background: #4dbdc3;
        overflow: hidden; }
        .news .newsList .newsItem .rightBox img {
          width: 100%;
          height: 100%; }
  .news .moreBtn {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    width: 200px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    margin: 24px auto 30px;
    cursor: pointer;
    display: none; }

body,
html {
  background: #F7F7F7; }

.g-content {
  position: relative;
  width: 100%;
  background-color: #fff; }
  .g-content .banner {
    width: 100%;
    height: 680px;
    position: relative; }
    .g-content .banner #paginationBanner {
      padding-right: 60px;
      position: relative;
      z-index: 9999;
      right: 20px;
      bottom: 20px;
      text-align: right; }
      .g-content .banner #paginationBanner .swiper-pagination-bullet {
        width: 12px;
        height: 6px;
        border-radius: 6px;
        background: #CCCCCC; }
      .g-content .banner #paginationBanner .swiper-pagination-bullet-active {
        width: 22px;
        height: 6px;
        border-radius: 6px;
        background-color: #19D4C4; }
    .g-content .banner .bannerswiperSub {
      width: 100%;
      height: 680px;
      position: relative; }
      .g-content .banner .bannerswiperSub .bannerBg .bannerBg1 {
        border: 0;
        width: 1960px;
        position: absolute;
        left: 50%;
        margin-left: -1000px;
        height: 680px;
        background: url(https://source1.suddenfix.com/new_pc/index/banner1.jpg) no-repeat;
        background-size: 100% 100%; }
      .g-content .banner .bannerswiperSub .bannerBg img {
        display: inline-block;
        width: 100%;
        height: 680px;
        object-fit: cover; }
    .g-content .banner img {
      width: 100%;
      height: 100%;
      display: block; }
    .g-content .banner .searchBox {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 502px;
      height: 40px;
      line-height: 40px;
      border-radius: 5px;
      background: #fff;
      z-index: 1; }
      .g-content .banner .searchBox .search-box {
        background: #FFFFFF;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08), 0 0 12px 0 rgba(0, 0, 0, 0.08);
        border-radius: 5px;
        margin-top: 6px;
        display: none; }
        .g-content .banner .searchBox .search-box .hasHints {
          padding-top: 24px;
          padding-bottom: 8px; }
        .g-content .banner .searchBox .search-box .noHints {
          font-size: 14px;
          color: #888888;
          text-align: center;
          line-height: 64px; }
        .g-content .banner .searchBox .search-box li {
          float: left;
          width: 50%;
          text-align: center;
          line-height: 20px;
          padding-bottom: 16px;
          cursor: pointer; }
          .g-content .banner .searchBox .search-box li a {
            cursor: pointer;
            display: block;
            width: 100%;
            height: 100%;
            font-size: 14px;
            color: #5AD3CB; }
        .g-content .banner .searchBox .search-box.on {
          display: block; }
    .g-content .banner #searchBtn {
      content: '';
      position: absolute;
      width: 40px;
      height: 40px;
      top: 0;
      left: 168px;
      background: url("../img/searchIcon.svg") no-repeat center center;
      background-size: 13px 13px;
      cursor: pointer; }
    .g-content .banner #searchinput {
      width: 100%;
      height: 40px;
      border-radius: 5px;
      border: none;
      outline: none;
      font-size: 14px;
      text-indent: 15px;
      z-index: 1;
      margin-top: -5px; }
    .g-content .banner #searchinput:-ms-input-placeholder {
      text-align: center; }
    .g-content .banner #searchinput::-webkit-input-placeholder {
      text-align: center; }
  .g-content .hot-mobile {
    position: relative;
    background: #FFFFFF;
    height: 204px; }
    .g-content .hot-mobile ul {
      height: 204px;
      padding: 64px 0px;
      width: 1200px;
      margin: 0 auto;
      position: absolute;
      top: -50px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 99;
      background: #FFFFFF;
      box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 0 24px 0 rgba(0, 0, 0, 0.04);
      border-radius: 10px; }
      .g-content .hot-mobile ul li {
        width: 24%;
        display: inline-block; }
        .g-content .hot-mobile ul li .number {
          position: relative;
          line-height: 42px;
          font-size: 36px;
          color: #666666;
          letter-spacing: 0;
          text-align: center; }
          .g-content .hot-mobile ul li .number .sup {
            display: inline-block;
            position: relative;
            top: -20px;
            left: 0px;
            color: #19d3c5;
            font-size: 20px; }
          .g-content .hot-mobile ul li .number .percentage {
            font-size: 16px !important; }
          .g-content .hot-mobile ul li .number .counter {
            position: relative; }
        .g-content .hot-mobile ul li .type {
          text-align: center;
          font-family: PingFangSC-Light;
          font-size: 16px;
          color: #999999;
          letter-spacing: 0;
          line-height: 28px; }
  .g-content .hot-repair {
    background-color: #fff;
    position: relative;
    text-align: center; }
    .g-content .hot-repair .headline {
      font-size: 24px;
      color: #212121;
      text-align: center;
      font-weight: 500;
      padding-bottom: 6px;
      line-height: 33px; }
    .g-content .hot-repair .subheadline {
      font-size: 16px;
      color: #999999;
      line-height: 22px;
      text-align: center; }
    .g-content .hot-repair ul {
      padding-top: 30px;
      padding-bottom: 30px;
      width: 1200px;
      margin: 0 auto; }
      .g-content .hot-repair ul li:hover {
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04), 0 24px 24px 0 rgba(0, 0, 0, 0.04); }
      .g-content .hot-repair ul li:hover img {
        padding: 10px;
        border-radius: 5px; }
      .g-content .hot-repair ul li:hover .s-arrows {
        border: none;
        background-color: #19d3c5;
        bottom: 48px;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
      .g-content .hot-repair ul li:hover .s-Title {
        padding-top: 20px; }
      .g-content .hot-repair ul li:hover .s-arrows .arrow {
        margin: 16px 0;
        display: inline-block;
        background-image: url(../img/index/arrowsfff.png);
        background-size: contain;
        width: 39px;
        height: 12px;
        text-align: center; }
      .g-content .hot-repair ul li {
        margin: 10px 0px;
        margin-right: 20px;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        float: left;
        cursor: pointer;
        position: relative;
        width: 378px;
        min-height: 540px;
        background-color: #fff;
        border-radius: 10px; }
        .g-content .hot-repair ul li .item-img {
          width: 100%;
          height: 222px;
          overflow: hidden;
          background-color: #fff; }
          .g-content .hot-repair ul li .item-img img {
            border-radius: 5px;
            transition: all ease-out .5s;
            display: inline-block;
            max-width: 100%;
            height: 222px; }
        .g-content .hot-repair ul li img {
          border-radius: 5px;
          transition: all ease-out .5s;
          display: inline-block;
          max-width: 100%;
          height: 222px; }
        .g-content .hot-repair ul li .s-Title {
          transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          font-weight: 600;
          padding-top: 30px;
          padding-bottom: 4px;
          font-size: 18px;
          color: #333333;
          letter-spacing: 0;
          line-height: 25px;
          text-align: center; }
        .g-content .hot-repair ul li .s-subTitle {
          font-size: 12px;
          color: #999999;
          text-align: center; }
        .g-content .hot-repair ul li .s-text {
          padding: 20px 22px;
          font-size: 12px;
          color: #666666;
          text-align: justify;
          line-height: 24px; }
        .g-content .hot-repair ul li .s-arrows {
          transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          width: 188px;
          height: 44px;
          border: 1px solid #eee;
          border-radius: 22px;
          position: absolute;
          bottom: 40px;
          left: 50%;
          transform: translateX(-50%); }
          .g-content .hot-repair ul li .s-arrows .arrow {
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            margin: 16px 0;
            display: inline-block;
            background-image: url(../img/index/arorwsGray.png);
            background-size: contain;
            width: 39px;
            height: 12px;
            text-align: center; }
    .g-content .hot-repair .order-btn {
      width: 304px;
      height: 48px;
      text-align: center;
      line-height: 48px;
      background: #067880;
      box-shadow: 0 0 12px 0 rgba(6, 120, 128, 0.12), 0 8px 8px 0 rgba(6, 120, 128, 0.24);
      border-radius: 100px;
      font-size: 18px;
      color: #FFFFFF;
      cursor: pointer;
      margin: 50px auto 60px;
      display: inline-block; }
  .g-content .immediatelyOrder {
    position: relative;
    background-color: #fff;
    min-height: 328px;
    padding-bottom: 60px;
    padding-top: 70px;
    z-index: 0; }
    .g-content .immediatelyOrder .i-left {
      position: relative;
      display: inline-block;
      min-height: 328px;
      width: 100%;
      background: #F5F5F5; }
      .g-content .immediatelyOrder .i-left .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 500px;
        height: 100%;
        z-index: 1; }
      .g-content .immediatelyOrder .i-left .i-content {
        z-index: 2;
        position: relative;
        margin: 0 auto;
        width: 1300px;
        min-height: 328px; }
        .g-content .immediatelyOrder .i-left .i-content .c-left {
          padding-left: 73px; }
          .g-content .immediatelyOrder .i-left .i-content .c-left .l-Title {
            width: 520px;
            padding: 62px 0px 32px 0px;
            font-size: 22px;
            color: #666666;
            text-align: justify;
            line-height: 26px; }
          .g-content .immediatelyOrder .i-left .i-content .c-left ul {
            padding-bottom: 59px; }
            .g-content .immediatelyOrder .i-left .i-content .c-left ul li {
              display: inline-block;
              padding-right: 84px; }
              .g-content .immediatelyOrder .i-left .i-content .c-left ul li p {
                font-size: 18px;
                color: #2A2A2A;
                text-align: justify;
                line-height: 27px;
                font-weight: 500; }
                .g-content .immediatelyOrder .i-left .i-content .c-left ul li p span {
                  font-size: 14px;
                  color: #2A2A2A;
                  text-align: justify; }
              .g-content .immediatelyOrder .i-left .i-content .c-left ul li span {
                font-size: 12px;
                color: #999999;
                text-align: justify; }
          .g-content .immediatelyOrder .i-left .i-content .c-left a {
            display: inline-block; }
            .g-content .immediatelyOrder .i-left .i-content .c-left a .retrunOrder {
              width: 160px;
              height: 48px;
              background-color: #fff;
              box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04), 0 24px 24px 0 rgba(0, 0, 0, 0.04);
              border-radius: 34px;
              padding-left: 28px; }
              .g-content .immediatelyOrder .i-left .i-content .c-left a .retrunOrder span {
                font-size: 16px;
                line-height: 48px;
                color: #999999; }
              .g-content .immediatelyOrder .i-left .i-content .c-left a .retrunOrder .arrowsTheme {
                margin-left: 14px;
                display: inline-block;
                background-image: url(../img/index/arrowsMini.png);
                background-size: contain;
                width: 20px;
                height: 12px; }
        .g-content .immediatelyOrder .i-left .i-content .i-right {
          position: absolute;
          right: 0px;
          top: 30px;
          z-index: 99;
          width: 556px;
          height: 348px;
          background-color: #fff;
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04), 0 24px 24px 0 rgba(0, 0, 0, 0.04);
          border-radius: 10px;
          padding: 40px 90px 0px 90px; }
          .g-content .immediatelyOrder .i-left .i-content .i-right .t-title {
            font-size: 20px;
            color: #333333;
            line-height: 24px;
            margin-bottom: 20px; }
          .g-content .immediatelyOrder .i-left .i-content .i-right input {
            transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            border-radius: 4px;
            width: 376px;
            height: 40px;
            margin-bottom: 20px;
            padding-left: 20px;
            background: #F5F5F5;
            -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            -ms-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px; }
          .g-content .immediatelyOrder .i-left .i-content .i-right .t-vcode {
            width: 266px;
            display: inline-block;
            margin-bottom: 0px;
            vertical-align: top; }
          .g-content .immediatelyOrder .i-left .i-content .i-right .t-getvcode {
            display: inline-block;
            padding-left: 8px;
            width: 102px;
            height: 40px;
            border: 1px solid #eee;
            border-radius: 4px;
            font-size: 14px;
            text-align: center;
            color: #19D3C5;
            line-height: 40px;
            cursor: pointer;
            margin-bottom: 0px; }
          .g-content .immediatelyOrder .i-left .i-content .i-right .t-onekeyOrder {
            margin-top: 20px;
            cursor: pointer;
            width: 376px;
            height: 48px;
            background-color: #19d3c5;
            text-align: center;
            line-height: 48px;
            font-size: 16px;
            color: #FFFFFF;
            border-radius: 4px;
            border: none;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px; }
  .g-content .swipereValuate {
    background-color: #fff;
    padding: 50px 0px; }
    .g-content .swipereValuate .headline {
      font-size: 24px;
      color: #212121;
      text-align: center;
      font-weight: 500;
      padding-top: 70px;
      line-height: 33px;
      padding-bottom: 6px; }
    .g-content .swipereValuate .subheadline {
      font-size: 16px;
      color: #999999;
      line-height: 22px;
      text-align: center; }
    .g-content .swipereValuate .swiperContent {
      position: relative;
      width: 1200px;
      margin: 0 auto;
      padding-top: 20px; }
      .g-content .swipereValuate .swiperContent .swiper-button-next, .g-content .swipereValuate .swiperContent .swiper-button-prev {
        width: 40px;
        height: 50px;
        position: absolute; }
      .g-content .swipereValuate .swiperContent .swiper-button-next {
        background-image: url(../img/bgLeftArrow.png);
        background-size: 100% 100%;
        right: -80px;
        z-index: 10; }
      .g-content .swipereValuate .swiperContent .swiper-button-prev {
        background-image: url(../img/bgRightArrow.png);
        background-size: 100% 100%;
        left: -80px;
        z-index: 10; }
      .g-content .swipereValuate .swiperContent .t-content {
        margin-right: 10px;
        background: #FFFFFF;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04), 0 24px 24px 0 rgba(0, 0, 0, 0.04);
        border-radius: 10px;
        padding: 30px 14px;
        display: inline-block;
        width: 252px;
        height: 350px;
        background-color: #fff; }
        .g-content .swipereValuate .swiperContent .t-content .t-icon {
          display: inline-block;
          width: 66px;
          height: 66px;
          border-radius: 50%; }
          .g-content .swipereValuate .swiperContent .t-content .t-icon img {
            width: 100%;
            height: 100%;
            display: inline-block; }
        .g-content .swipereValuate .swiperContent .t-content .t-userinfo {
          padding-left: 4px;
          display: inline-block; }
          .g-content .swipereValuate .swiperContent .t-content .t-userinfo .t-name {
            font-size: 18px;
            color: #333333;
            letter-spacing: 0;
            line-height: 20px;
            margin-bottom: 14px;
            width: 170px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical; }
          .g-content .swipereValuate .swiperContent .t-content .t-userinfo .t-time .t-star {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-right: 2px;
            text-align: left;
            background-image: url(../img/index/Star@2x.png);
            background-size: contain; }
          .g-content .swipereValuate .swiperContent .t-content .t-userinfo .t-time span {
            padding-left: 12px;
            font-size: 12px;
            color: #999999;
            letter-spacing: 0;
            text-align: right;
            line-height: 17px; }
        .g-content .swipereValuate .swiperContent .t-content .both {
          padding-top: 30px;
          font-size: 36px;
          color: #CCCCCC;
          letter-spacing: 0;
          text-align: justify;
          line-height: 43px; }
        .g-content .swipereValuate .swiperContent .t-content .serverValuateContent {
          font-size: 14px;
          color: #666666;
          letter-spacing: 0;
          text-align: justify;
          line-height: 20px;
          min-height: 100px;
          max-height: 100px;
          margin-bottom: 15px;
          padding-left: 30px;
          padding-right: 30px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical; }
        .g-content .swipereValuate .swiperContent .t-content .fixType {
          border-top: 1px solid #EEEEEE;
          font-size: 12px;
          color: #999999;
          letter-spacing: 0;
          text-align: left;
          line-height: 16px;
          padding-top: 20px;
          padding-left: 25px;
          position: relative; }
          .g-content .swipereValuate .swiperContent .t-content .fixType .miniPhone {
            position: absolute;
            left: 0;
            top: 20px;
            height: 18px;
            width: 16px;
            background-image: url(../img/index/phone.png);
            background-size: 100% 100%; }
  .g-content .aboutCompany {
    width: 100%;
    height: 410px;
    background-image: url(https://source1.suddenfix.com/pc/new_index/aboutusSDXbottom2.png);
    background-size: 100% 100%;
    margin-bottom: 60px;
    position: relative; }
    .g-content .aboutCompany .marginBox {
      width: 1200px;
      height: 410px;
      margin: 0 auto;
      position: relative; }
    .g-content .aboutCompany .box {
      height: 300px;
      background-color: #19D5C3;
      border-radius: 12px;
      position: relative;
      top: 60px;
      left: 60px;
      width: 870px;
      padding-left: 80px;
      padding-right: 80px;
      padding-top: 48px; }
      .g-content .aboutCompany .box .a-title {
        font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 0;
        line-height: 24px;
        padding-bottom: 20px; }
      .g-content .aboutCompany .box .a-content {
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
        line-height: 24px; }
      .g-content .aboutCompany .box .aboutArrows {
        position: absolute;
        right: -70px;
        bottom: 40px;
        background: #FFFFFF;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04), 0 24px 24px 0 rgba(0, 0, 0, 0.04);
        border-radius: 34px;
        height: 48px;
        width: 160px;
        line-height: 48px;
        font-size: 16px;
        padding-left: 23px;
        color: #19D4C4; }
        .g-content .aboutCompany .box .aboutArrows .arrowtheme {
          margin-left: 14px;
          display: inline-block;
          background-image: url(../img/index/arrowsMini.png);
          background-size: 100% 100%;
          width: 20px;
          height: 12px; }
  .g-content .maintianInformation .headline {
    font-size: 24px;
    color: #212121;
    text-align: center;
    font-weight: 500;
    padding-top: 70px;
    padding-bottom: 6px;
    line-height: 33px; }
  .g-content .maintianInformation .subheadline {
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    text-align: center; }
  .g-content .maintianInformation .selectInfo {
    width: 1200px;
    margin: 0 auto;
    text-align: right; }
    .g-content .maintianInformation .selectInfo ul {
      padding-bottom: 30px; }
      .g-content .maintianInformation .selectInfo ul .active {
        background: #19D4C4;
        color: #fff; }
      .g-content .maintianInformation .selectInfo ul li:hover a {
        background: #19D4C4;
        color: #fff !important; }
      .g-content .maintianInformation .selectInfo ul li:last-child a {
        font-size: 14px;
        color: #19D4C4; }
      .g-content .maintianInformation .selectInfo ul li {
        display: inline-block; }
        .g-content .maintianInformation .selectInfo ul li a {
          display: inline-block;
          text-align: center;
          width: 75px;
          height: 28px;
          line-height: 28px;
          font-size: 14px;
          color: #666666; }
  .g-content .maintianInformation .placeHolderMian {
    width: 100%;
    height: 581px; }
  .g-content .maintianInformation .mian {
    width: 1200px;
    margin: 0 auto; }
    .g-content .maintianInformation .mian .s-leftContent {
      float: left;
      width: 556px;
      height: 528px;
      background: #FFFFFF;
      box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04), 0 24px 24px 0 rgba(0, 0, 0, 0.04);
      border-radius: 10px;
      margin-right: 46px;
      background: #FFFFFF; }
      .g-content .maintianInformation .mian .s-leftContent img {
        display: inline-block;
        width: 100%;
        height: 313px; }
      .g-content .maintianInformation .mian .s-leftContent .infoContent {
        padding: 30px 20px; }
        .g-content .maintianInformation .mian .s-leftContent .infoContent .InfoTitle {
          font-weight: 600;
          font-size: 14px;
          color: #333333;
          line-height: 24px;
          padding-bottom: 14px; }
        .g-content .maintianInformation .mian .s-leftContent .infoContent .InfoContent {
          font-size: 12px;
          color: #666666;
          text-align: justify;
          line-height: 22px;
          margin-bottom: 20px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .g-content .maintianInformation .mian .s-leftContent .infoContent .infoTime {
          border-top: 1px solid #eee;
          position: relative;
          padding-top: 28px; }
          .g-content .maintianInformation .mian .s-leftContent .infoContent .infoTime span {
            font-size: 20px;
            color: #CCCCCC; }
          .g-content .maintianInformation .mian .s-leftContent .infoContent .infoTime i {
            position: absolute;
            right: 0px;
            text-align: right;
            display: inline-block;
            width: 20px;
            height: 12px;
            background-image: url(../img/index/arrowsMiniGray.png);
            background-size: 100% 100%; }
    .g-content .maintianInformation .mian .s-rightContent {
      display: inline-block;
      width: 582px;
      min-height: 523px; }
      .g-content .maintianInformation .mian .s-rightContent ul li:hover {
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04), 0 24px 24px 0 rgba(0, 0, 0, 0.04); }
      .g-content .maintianInformation .mian .s-rightContent ul li:hover .rightContent .g-malfunction-type-li-center-title {
        color: #19d3c5;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .g-content .maintianInformation .mian .s-rightContent ul li:hover .rightContent .g-malfunction-type-li-center-title .circle {
        background: #19d3c5;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
      .g-content .maintianInformation .mian .s-rightContent ul li {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: inline-block;
        width: 100%;
        min-height: 174px;
        border-top: 1px solid #ccc;
        padding: 46px 20px; }
        .g-content .maintianInformation .mian .s-rightContent ul li .rightContent {
          float: left;
          width: 397px; }
          .g-content .maintianInformation .mian .s-rightContent ul li .rightContent .g-malfunction-type-li-center-title {
            padding-left: 14px;
            position: relative;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            font-size: 14px;
            color: #666666;
            line-height: 24px; }
            .g-content .maintianInformation .mian .s-rightContent ul li .rightContent .g-malfunction-type-li-center-title .circle {
              margin: 9px 0px;
              position: absolute;
              left: 0;
              width: 6px;
              height: 6px;
              background: #999999;
              border-radius: 50%; }
          .g-content .maintianInformation .mian .s-rightContent ul li .rightContent p {
            padding-top: 13px;
            overflow: hidden;
            margin-left: 12px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-size: 12px;
            color: #666666;
            text-align: justify;
            line-height: 22px; }
        .g-content .maintianInformation .mian .s-rightContent ul li .leftContent {
          padding-left: 50px;
          float: left; }
          .g-content .maintianInformation .mian .s-rightContent ul li .leftContent .day {
            font-size: 24px;
            color: #CCCCCC;
            line-height: 33px; }
          .g-content .maintianInformation .mian .s-rightContent ul li .leftContent .arrows {
            margin-top: 20px;
            color: #ccc;
            text-align: right;
            border-left: 1px solid #ccc; }
  .g-content .Partner {
    position: relative; }
    .g-content .Partner .lineAll {
      width: 100%;
      height: 1px;
      background-color: #eee;
      position: absolute;
      top: 285px;
      z-index: 98; }
    .g-content .Partner .headline {
      font-size: 24px;
      color: #212121;
      text-align: center;
      font-weight: 500;
      padding-top: 70px;
      padding-bottom: 6px;
      line-height: 33px; }
    .g-content .Partner .subheadline {
      font-size: 16px;
      color: #999999;
      line-height: 22px;
      text-align: center; }
    .g-content .Partner .Partner-swiper {
      z-index: 99;
      position: relative;
      width: 1200px;
      height: 279px;
      margin: 0 auto;
      overflow: hidden; }
      .g-content .Partner .Partner-swiper .swiper-wrapper {
        height: 279px !important; }
      .g-content .Partner .Partner-swiper .swiper-container1 {
        padding: 30px 0px; }
        .g-content .Partner .Partner-swiper .swiper-container1 .swiper-wrapper1 ul {
          font-size: 0px; }
          .g-content .Partner .Partner-swiper .swiper-container1 .swiper-wrapper1 ul li:nth-child(1) {
            border-left: 1px solid #eee; }
          .g-content .Partner .Partner-swiper .swiper-container1 .swiper-wrapper1 ul li:nth-child(6) {
            border-left: 1px solid #eee; }
          .g-content .Partner .Partner-swiper .swiper-container1 .swiper-wrapper1 ul li:nth-child(n+6) {
            border-bottom: none; }
          .g-content .Partner .Partner-swiper .swiper-container1 .swiper-wrapper1 ul li {
            float: left;
            height: 125px;
            width: 210px;
            border-right: 1px solid #eee;
            border-bottom: 1px solid #eee;
            border-top: none; }
            .g-content .Partner .Partner-swiper .swiper-container1 .swiper-wrapper1 ul li img {
              display: inline-block;
              width: 100%;
              height: 100%; }
      .g-content .Partner .Partner-swiper .buttonFather {
        z-index: 9999;
        position: absolute;
        right: 0;
        top: 86px;
        width: 60px;
        height: 137px;
        background: #19D4C4;
        border-radius: 6px; }
        .g-content .Partner .Partner-swiper .buttonFather .swiper-button-prev1, .g-content .Partner .Partner-swiper .buttonFather .swiper-button-next1 {
          cursor: pointer;
          width: 100%;
          height: 50%; }
        .g-content .Partner .Partner-swiper .buttonFather .swiper-button-prev1::before {
          content: "";
          display: block;
          width: 12px;
          height: 8px;
          background: url(../img/index/topArrows.png) no-repeat;
          position: absolute;
          right: 24px;
          top: 28px;
          background-size: 100% 100%; }
        .g-content .Partner .Partner-swiper .buttonFather .swiper-button-next1::before {
          content: "";
          display: block;
          width: 12px;
          height: 8px;
          background: url(../img/index/topArrows.png) no-repeat;
          position: absolute;
          right: 24px;
          bottom: 28px;
          background-size: 100% 100%;
          transform: rotate(-180deg); }
  .g-content .repair-ways {
    width: 100%;
    height: 332px; }
    .g-content .repair-ways .waysBox {
      position: relative;
      background: #19D3C5;
      width: 100%;
      height: 332px; }
      .g-content .repair-ways .waysBox .waysItem {
        width: 343px;
        height: 403px;
        position: absolute;
        background: #FFFFFF;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08), 0 24px 24px 0 rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        margin-top: 50px;
        left: 50%;
        transform: translateX(-50%); }
        .g-content .repair-ways .waysBox .waysItem .waysTitle {
          line-height: 30px;
          font-size: 22px;
          color: #212121;
          text-align: center;
          padding-top: 30px;
          padding-bottom: 20px; }
        .g-content .repair-ways .waysBox .waysItem p {
          line-height: 20px;
          font-size: 14px;
          color: #212121;
          width: 320px;
          padding-bottom: 10px;
          padding-left: 40px;
          position: relative; }
          .g-content .repair-ways .waysBox .waysItem p:before {
            content: "";
            width: 16px;
            height: 16px;
            text-align: center;
            line-height: 16px;
            font-size: 12px;
            color: #FFFFFF;
            background: #067880;
            display: block;
            position: absolute;
            border-radius: 50%;
            top: 2px;
            left: 16px; }
          .g-content .repair-ways .waysBox .waysItem p:nth-child(2):before {
            content: "1"; }
          .g-content .repair-ways .waysBox .waysItem p:nth-child(3):before {
            content: "2"; }
          .g-content .repair-ways .waysBox .waysItem p:nth-child(4):before {
            content: "3"; }
          .g-content .repair-ways .waysBox .waysItem p:nth-child(5):before {
            content: "4"; }
          .g-content .repair-ways .waysBox .waysItem p:nth-child(6):before {
            content: "5"; }
          .g-content .repair-ways .waysBox .waysItem p:nth-child(7):before {
            content: "6"; }
        .g-content .repair-ways .waysBox .waysItem.door {
          margin-left: -188px;
          transition: all 300ms; }
        .g-content .repair-ways .waysBox .waysItem.send {
          z-index: 1; }
        .g-content .repair-ways .waysBox .waysItem.store {
          margin-left: 188px;
          transition: all 300ms; }
  .g-content .qa {
    position: relative;
    padding-bottom: 80px; }
    .g-content .qa .qaList {
      width: 1136px;
      margin: 0 auto;
      padding-top: 200px; }
      .g-content .qa .qaList .qaItem {
        width: 356px;
        height: 228px;
        background: #fff;
        margin-right: 34px;
        float: left;
        padding: 24px 32px; }
        .g-content .qa .qaList .qaItem .qaTitle {
          line-height: 24px;
          font-weight: 500; }
        .g-content .qa .qaList .qaItem .qaContent {
          padding-top: 12px;
          font-size: 14px;
          color: rgba(0, 0, 0, 0.65);
          line-height: 24px; }
        .g-content .qa .qaList .qaItem:last-child {
          margin-right: 0; }
  .g-content #indexNews {
    position: relative;
    background: #fff;
    padding: 54px 63px 114px; }
    .g-content #indexNews .newsList {
      position: relative;
      width: 1136px;
      margin: 0 auto; }
      .g-content #indexNews .newsList .newsItem {
        background: #FFFFFF;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04), 0 24px 24px 0 rgba(0, 0, 0, 0.04);
        border-radius: 10px;
        float: left;
        width: 356px;
        height: 370px;
        margin-right: 34px;
        padding: 20px; }
        .g-content #indexNews .newsList .newsItem:last-child {
          margin-right: 0; }
        .g-content #indexNews .newsList .newsItem .newsBanner {
          width: 316px;
          height: 168px;
          background-color: #4dbdc3;
          position: relative;
          overflow: hidden; }
          .g-content #indexNews .newsList .newsItem .newsBanner img {
            width: 100%;
            height: 100%;
            display: block; }
          .g-content #indexNews .newsList .newsItem .newsBanner .new-title {
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 1;
            width: 100%;
            height: 24px;
            line-height: 24px;
            font-size: 14px;
            color: #fff;
            background: rgba(0, 0, 0, 0.4);
            padding-left: 10px; }
        .g-content #indexNews .newsList .newsItem .newsLink {
          padding-top: 20px; }
          .g-content #indexNews .newsList .newsItem .newsLink label {
            font-family: PingFangSC-Medium;
            font-size: 16px;
            color: rgba(33, 33, 33, 0.85);
            letter-spacing: 0;
            line-height: 22px;
            padding-bottom: 10px;
            display: block; }
          .g-content #indexNews .newsList .newsItem .newsLink a {
            font-family: PingFangSC-Medium;
            font-size: 16px;
            color: rgba(33, 33, 33, 0.85);
            letter-spacing: 0;
            line-height: 22px;
            padding-bottom: 10px;
            display: block;
            cursor: pointer;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .g-content #indexNews .newsList .newsItem .newsLink a:hover {
              color: #22D3C5; }
            .g-content #indexNews .newsList .newsItem .newsLink a:last-child {
              padding-bottom: 0; }

.D-highQuality {
  display: none;
  position: fixed;
  z-index: 99998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(30, 30, 30, 0.9);
  overflow: auto; }
  .D-highQuality .swiper-container-D {
    border: none;
    position: relative;
    margin: 0 auto;
    width: 1217px;
    padding-top: 120px; }
    .D-highQuality .swiper-container-D .swiper-wrapper-D {
      border-radius: 100px;
      z-index: 99999;
      position: relative;
      width: 600px;
      margin: 0px 308px; }
      .D-highQuality .swiper-container-D .swiper-wrapper-D .swiper-slideD {
        width: 100%;
        height: 100%;
        float: left; }
        .D-highQuality .swiper-container-D .swiper-wrapper-D .swiper-slideD iframe {
          border: none;
          display: inline-block; }
      .D-highQuality .swiper-container-D .swiper-wrapper-D .swiperClose {
        z-index: 99999;
        width: 36px;
        cursor: pointer;
        height: 36px;
        position: absolute;
        top: -50px;
        right: -160px;
        background-image: url(../img/close2.png);
        background-size: contain; }
  .D-highQuality #swiper-button-nextD {
    z-index: 999999;
    cursor: pointer;
    position: absolute;
    top: 1300px;
    right: 440px;
    width: 36px;
    height: 46px;
    background-image: url(../img/index/rightMore.png);
    background-size: contain; }
  .D-highQuality #swiper-button-prevD {
    z-index: 999999;
    cursor: pointer;
    position: absolute;
    top: 1300px;
    left: 440px;
    width: 36px;
    height: 46px;
    background-color: red;
    background-image: url(../img/index/leftMore.png);
    background-size: contain; }


  #serviceDailog{
    z-index: 9999;  position: fixed;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);

  }
#serviceDailog .service {
    position: relative;
    left:50%;
    transform: translateX(-50%);
  cursor: pointer;
  width: 48px;
  min-height: 98px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
}
#serviceDailog .newUserCoupon .getBtn{
  position: absolute;
  width: 47px;
  height: 43px;
  left:50%;
  transform: translateX(-50%);
  bottom: 56px ;


}
#serviceDailog .newUserCoupon .getBtn .contentBtn{
  width: 100%;
  height: 100%;
  background: url("../img/index/PC_index_newUserCoupon_btn.png") no-repeat;
  background-size: 100% 100%;
}
#serviceDailog .newUserCoupon .newUser_Vcode{
  border-radius: 5px;
  display: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  position: absolute;
  right: 164px;
  top: 0px;
  width: 150px;
  height: 150px;
  padding:10px;
  background-color: #fff;
  position: relative;
  /*background: url(../img/index/sdxPublicAccountsCode.png) no-repeat;*/
  /*background-size: 100% 100%;*/
}
#serviceDailog .newUserCoupon .newUser_Vcode #newUser_Vcode{
  position: absolute;
  top:50%;left:50%;
  transform: translate(-50%,-50%);
}
#serviceDailog .newUserCoupon:hover .newUser_Vcode{
  display: block;
}

#serviceDailog  .newUserCoupon{
  width: 124px;
  height: 164px;
  background: url("../img/index/PC_index_newUserCouponBack.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  cursor: pointer;
}
  .service .serviceTitle, .service .closeBottom, .service .retrun {
    float: left;
    width: 100%;
    height: 48px; }
  .service .serviceTitle {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #19D3C5;
    overflow: hidden; }
    .service .serviceTitle img {
      display: inline-block;
      width: 28px;
      height: 28px;
      margin: 10px; }
  .service .closeBottom:hover .content {
    background: url(../img/index/codeMain.png) no-repeat;
    background-size: 100% 100%; }
  .service .closeBottom:hover .vcode {
    display: block; }
  .service .closeBottom .content {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    width: 28px;
    height: 28px;
    margin: 10px;
    background: url(../img/index/code.png) no-repeat;
    background-size: 100% 100%; }
  .service .retrun {
    border-top: 1px solid #eee; }
    .service .retrun .content {
      width: 18px;
      height: 12px;
      background: url(../img/index/retrun.png) no-repeat;
      background-size: 100% 100%;
      margin: 15px 15px; }
  .service .vcode {
    border-radius: 5px;
    display: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 6px 6px 0 rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    position: absolute;
    right: 50px;
    top: 0px;
    width: 150px;
    height: 150px;
    background: url(../img/index/sdxPublicAccountsCode.png) no-repeat;
    background-size: 100% 100%; }

/*# sourceMappingURL=index.css.map */
@keyframes heartbeat {
  0% {
    transform: scale(1.1) ;
    opacity:1;
    -webkit-transform: scale(1.1) ;
    -moz-transform: scale(1.1) ;
    -ms-transform: scale(1.1) ;
    -o-transform: scale(1.1) ;
  }
  25% {
    transform: scale(1) ;
    opacity:1;
    -webkit-transform: scale(1) ;
    -moz-transform: scale(1) ;
    -ms-transform: scale(1) ;
    -o-transform: scale(1) ;
  }
  100% {
    transform:scale(1.1) ;
    opacity:1;
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1) ;
    -ms-transform:scale(1.1) ;
    -o-transform:scale(1.1) ;
  }
}

@-webkit-keyframes heartbeat {
  0% {
    transform: scale(1.1) ;
    opacity:1;
    -webkit-transform: scale(1.1) ;
    -moz-transform: scale(1.1) ;
    -ms-transform: scale(1.1) ;
    -o-transform: scale(1.1) ;
  }
  25% {
    transform: scale(1,1);
    opacity:1;
    -webkit-transform: scale(1,1)  ;
    -moz-transform: scale(1,1) ;
    -ms-transform: scale(1,1) ;
    -o-transform: scale(1,1) ;
  }
  100% {
    transform: scale(1.1) ;
    opacity:1;
    -webkit-transform: scale(1.1) ;
    -moz-transform: scale(1.1) );
    -ms-transform: scale(1.1) ;
    -o-transform: scale(1.1) ;
  }
}

.awaveRaidius{
  -webkit-animation: heartbeat .7s linear infinite;animation: heartbeat .7s linear infinite;
}