footer {
  width: 100%;
  background-color: #171d2d;
  padding-bottom: 40px; }
  footer .content {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 18px;
    padding-top: 70px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    box-sizing: border-box;
    text-align: left; }
    footer .content .item {
      display: flex;
      display: -webkit-flex;
      flex-direction: column;
      -webkit-flex-direction: column; }
      footer .content .item .tit {
        color: #fafbff;
        font-size: 14px;
        margin-bottom: 23px; }
      footer .content .item a {
        color: #677188;
        line-height: 26px;
        cursor: pointer; }
        footer .content .item a:hover {
          color: #fff; }
      footer .content .item .item_phone {
        color: #fff;
        font-weight: 700;
        font-size: 27px; }
      footer .content .item .kefu_link {
        color: #fff;
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px; }
      footer .content .item .qr-code {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center; }
        footer .content .item .qr-code .item_code:nth-of-type(1) {
          margin-right: 20px; }
        footer .content .item .qr-code .item_code > p {
          color: #fff;
          font-size: 12px;
          margin-bottom: 10px;
          text-align: center; }
        footer .content .item .qr-code .item_code img {
          width: 90px;
          height: 90px; }
        footer .content .item .qr-code .item-code {
          margin-right: 10px;
          cursor: pointer;
          display: inline-block;
          position: relative;
          width: 24px;
          height: 24px;
          color: #333;
          background-color: #6f7793;
          line-height: 22px;
          border-radius: 50%;
          text-align: center; }
          footer .content .item .qr-code .item-code:hover .show-cont {
            display: block; }
          footer .content .item .qr-code .item-code i {
            display: inline-block;
            width: 24px;
            height: 24px;
            color: #333;
            background-color: #6f7793;
            line-height: 24px;
            border-radius: 50%;
            text-align: center; }
          footer .content .item .qr-code .item-code .show-cont {
            display: none;
            position: absolute;
            top: 42px;
            left: -23px;
            width: 125px;
            height: 125px;
            background-color: #ffffff;
            text-align: center;
            padding-top: 5px;
            box-sizing: border-box;
            border-radius: 4px; }
            footer .content .item .qr-code .item-code .show-cont img {
              width: 120px;
              height: 120px; }
            footer .content .item .qr-code .item-code .show-cont:after {
              content: "";
              width: 0;
              height: 0;
              border-left: 5px solid transparent;
              border-right: 5px solid transparent;
              border-bottom: 10px solid #ffffff;
              position: absolute;
              top: -10px;
              left: 30px; }
  footer .friendList {
    border-top: 1px solid #233661;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0; }
    footer .friendList .firendLink {
      display: flex;
      align-items: center;
      color: #FFF;
      padding-bottom: 15px; }
      footer .friendList .firendLink:last-of-type {
        padding: 0; }
      footer .friendList .firendLink a {
        color: #677188;
        margin-left: 20px; }
        footer .friendList .firendLink a:hover {
          color: #FFF; }
  footer .company-info {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #233661;
    padding: 10px 0px 35px; }
    footer .company-info .desc {
      line-height: 27px;
      color: #677188;
      font-size: 14px; }
    footer .company-info .copyright {
      padding: 0 40px;
      color: #677188; }
      footer .company-info .copyright a {
        color: #677188; }
        footer .company-info .copyright a:hover {
          color: #b7c8f1; }
  footer .footer-help {
    background: #202635;
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px; }
  footer .help-tab .tab {
    display: flex; }
    footer .help-tab .tab li {
      width: 140px;
      border: 1px solid #6f7793;
      text-align: center;
      color: #FFF;
      font-size: 16px;
      height: 40px;
      line-height: 40px;
      margin-right: 2px;
      border-radius: 3px 3px 0 0;
      border-bottom: 0;
      cursor: pointer; }
    footer .help-tab .tab .active {
      background: #6f7793; }
  footer .help-tab .tab-bottom {
    border: 1px solid #6f7793;
    min-height: 100px; }
    footer .help-tab .tab-bottom ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 30px;
      padding-bottom: 10px; }
      footer .help-tab .tab-bottom ul li {
        width: 25%;
        margin-bottom: 20px; }
        footer .help-tab .tab-bottom ul li a {
          width: 100%;
          display: inline-block;
          color: #677188;
          text-align: left; }
          footer .help-tab .tab-bottom ul li a:hover {
            color: #b7c8f1; }

.abs_footer {
  display: none; }

.kf {
  position: fixed;
  right: 0;
  top: calc( 50% - 10px ); }
  .kf .box {
    width: 52px;
    background-color: #fafcff;
    box-shadow: 0px 0px 8px 0px rgba(31, 17, 0, 0.2);
    border-radius: 6px 0 0 6px; }
    .kf .box .item {
      width: 100%;
      height: 50px;
      line-height: 50px;
      cursor: pointer; }
      .kf .box .item:hover:nth-of-type(1) {
        background: #b7c8f1;
        border-radius: 6px 0px 0 0px; }
      .kf .box .item:nth-of-type(3):hover {
        background: #b7c8f1;
        border-radius: 0px 0px 0 6px; }
    .kf .box .item2 {
      border-top: 1px solid #caccd7;
      border-bottom: 1px solid #caccd7;
      position: relative; }
      .kf .box .item2 .ewms {
        position: relative; }
        .kf .box .item2 .ewms .wx {
          position: absolute;
          right: 68px;
          top: -43px;
          display: none;
          width: 134px;
          background-color: #fafcff;
          box-shadow: 0px 0px 8px 0px rgba(31, 17, 0, 0.09);
          border-radius: 6px;
          padding-top: 12px;
          box-sizing: border-box;
          z-index: 200; }
          .kf .box .item2 .ewms .wx .img {
            width: 108px;
            height: 108px; }
            .kf .box .item2 .ewms .wx .img:nth-child(4) {
              margin-top: 10px; }
          .kf .box .item2 .ewms .wx p {
            color: #272636;
            position: relative;
            top: 0px;
            line-height: 1.5; }
      .kf .box .item2 .ewms:hover {
        background: #b7c8f1; }
        .kf .box .item2 .ewms:hover .wx {
          display: block; }
    .kf .box .item3 {
      position: relative; }
      .kf .box .item3 .lastxr {
        position: relative; }
        .kf .box .item3 .lastxr .xr {
          position: absolute;
          right: 52px;
          top: -20px;
          display: none; }
  .kf .return {
    width: 52px;
    height: 52px;
    background-color: #fafcff;
    box-shadow: 0px 0px 8px 0px rgba(31, 17, 0, 0.2);
    border-radius: 6px;
    margin-top: 40px;
    line-height: 52px;
    cursor: pointer; }

.uckf {
  position: fixed;
  right: 0;
  top: 55%; }
  .uckf .kk .puc {
    position: absolute;
    cursor: pointer;
    left: -80px;
    top: 0px;
    z-index: 2; }
    .uckf .kk .puc p {
      background-color: white;
      box-shadow: 0px 3px 8px 0px rgba(60, 127, 255, 0.18);
      position: absolute;
      width: 183px;
      height: 34px;
      left: -177px;
      top: -35px;
      border-radius: 16.79px;
      border-bottom-right-radius: 0px;
      line-height: 34px;
      color: #5d6470;
      font-size: 14px; }
  .uckf .tkf {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 28px;
    position: absolute;
    left: -73px;
    z-index: 1;
    padding-top: 71px;
    width: 56px;
    height: 233px;
    box-sizing: border-box;
    padding-bottom: 34px;
    box-shadow: 0px 3px 8px 0px rgba(60, 127, 255, 0.18); }
    .uckf .tkf .wxdiv {
      cursor: pointer; }
      .uckf .tkf .wxdiv .wxxs {
        display: none;
        border-radius: 10px;
        background-color: white;
        position: absolute;
        width: 160px;
        padding-top: 10px;
        height: 150px;
        left: -190px;
        top: 38px;
        box-shadow: 0px 3px 8px 0px rgba(60, 127, 255, 0.18); }
    .uckf .tkf .qqdiv {
      cursor: pointer; }
    .uckf .tkf .dhdiv {
      cursor: pointer; }
      .uckf .tkf .dhdiv .dhxs {
        display: none;
        border-radius: 10px;
        background-color: white;
        position: absolute;
        width: 180px;
        height: 40px;
        left: -190px;
        top: 162px;
        line-height: 40px;
        font-size: 16px;
        color: #353b3e;
        box-shadow: 0px 3px 8px 0px rgba(60, 127, 255, 0.18); }
    .uckf .tkf .achide {
      display: inline-block; }
    .uckf .tkf .active {
      display: none; }
    .uckf .tkf .wxxs, .uckf .tkf .dhxs {
      display: none; }
    .uckf .tkf .activediv .achide {
      display: none; }
    .uckf .tkf .activediv .active {
      display: inline-block; }
    .uckf .tkf .activediv .wxxs, .uckf .tkf .activediv .dhxs {
      display: block; }

/*# sourceMappingURL=footer.css.map */
