.footer-page-wrap .cif-container {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .footer-page-wrap .cif-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both; }

.footer-page-wrap .cif-imgbox {
  display: block;
  position: relative;
  overflow: hidden; }
  .footer-page-wrap .cif-imgbox img {
    position: absolute;
    max-width: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
  .footer-page-wrap .cif-imgbox--round {
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .footer-page-wrap .cif-imgbox.is-auto img {
    max-width: none; }
  .footer-page-wrap .cif-imgbox--hover img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .footer-page-wrap .cif-imgbox--hover:hover img {
    -webkit-transform: scale(1.2) translate3d(-42%, -42%, 0);
            transform: scale(1.2) translate3d(-42%, -42%, 0); }

.footer-page-wrap .cif-link:hover {
  cursor: pointer;
  color: #f676a6 !important; }

.footer-page-wrap .cif-layer {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20; }
  .footer-page-wrap .cif-layer .cif-layer__mask {
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
  .footer-page-wrap .cif-layer .cif-layer__cont {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 400px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    z-index: 2;
    max-height: 85vh;
    overflow: auto; }
  .footer-page-wrap .cif-layer .cif-layer__close {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #999;
    cursor: pointer;
    z-index: 15; }
  .footer-page-wrap .cif-layer--normal {
    width: 100%;
    height: 0;
    overflow: hidden; }
    .footer-page-wrap .cif-layer--normal .cif-layer__mask {
      display: none; }
    .footer-page-wrap .cif-layer--normal.is-show {
      width: auto;
      height: auto;
      overflow: auto; }
      .footer-page-wrap .cif-layer--normal.is-show .cif-layer__mask {
        display: block; }
      .footer-page-wrap .cif-layer--normal.is-show .cif-layer__wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 11;
        overflow: auto; }
  .footer-page-wrap .cif-layer--layui ::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .footer-page-wrap .cif-layer--layui ::-webkit-scrollbar-track {
    width: 8px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f2f4f6; }
  .footer-page-wrap .cif-layer--layui ::-webkit-scrollbar-thumb {
    background-color: #999;
    width: 8px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center; }
  .footer-page-wrap .cif-layer--layui .cif-form {
    margin: 0 30px;
    text-align: left; }
  .footer-page-wrap .cif-layer--layui.layui-layer {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .footer-page-wrap .cif-layer--layui .cif-layer__cont {
    width: auto;
    min-width: 440px;
    max-height: 70vh;
    text-align: center;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3); }
  .footer-page-wrap .cif-layer--layui .cif-layer__close {
    background: none; }
  .footer-page-wrap .cif-layer--layui .cif-layer__icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 14px; }
  .footer-page-wrap .cif-layer--layui .cif-layer__qrcode {
    width: 160px;
    height: 160px;
    margin: 0 auto 14px; }
  .footer-page-wrap .cif-layer--layui .cif-layer__tit {
    margin-top: 50px;
    font-size: 22px;
    line-height: 40px;
    color: #333; }
  .footer-page-wrap .cif-layer--layui .cif-layer__desc {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #999; }
    .footer-page-wrap .cif-layer--layui .cif-layer__desc a {
      color: #f676a6;
      text-decoration: none; }
    .footer-page-wrap .cif-layer--layui .cif-layer__desc a.cif-btn {
      color: #fff;
      font-size: 16px;
      line-height: 30px;
      height: 30px; }
  .footer-page-wrap .cif-layer--layui .cif-layer__attention {
    padding-top: 2px;
    margin-bottom: 26px; }
    .footer-page-wrap .cif-layer--layui .cif-layer__attention.is-email input {
      width: 190px;
      height: 36px;
      font-size: 14px;
      line-height: 36px;
      color: #333;
      outline: none;
      padding-left: 15px;
      border: 1px solid #ebeced;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      margin-right: 10px; }
    .footer-page-wrap .cif-layer--layui .cif-layer__attention.is-email .cif-btn {
      width: 100px;
      height: 34px;
      line-height: 34px; }
    .footer-page-wrap .cif-layer--layui .cif-layer__attention .cif-btn {
      width: 118px;
      height: 34px;
      font-size: 14px;
      line-height: 34px; }
      .footer-page-wrap .cif-layer--layui .cif-layer__attention .cif-btn.is-attentioned {
        color: #999;
        border: #eaeaea;
        background: #eaeaea; }
  .footer-page-wrap .cif-layer--layui .cif-layer__gagd {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 700px;
    padding-left: 50px;
    padding-right: 50px;
    max-height: 50vh; }
    .footer-page-wrap .cif-layer--layui .cif-layer__gagd .tit {
      margin-bottom: 10px;
      line-height: 40px;
      font-size: 18px;
      color: #666; }
      .footer-page-wrap .cif-layer--layui .cif-layer__gagd .tit span {
        position: relative;
        width: auto; }
        .footer-page-wrap .cif-layer--layui .cif-layer__gagd .tit span::before, .footer-page-wrap .cif-layer--layui .cif-layer__gagd .tit span::after {
          content: "";
          position: absolute;
          top: 50%;
          width: 50px;
          border-bottom: 1px solid #e8e8e8; }
        .footer-page-wrap .cif-layer--layui .cif-layer__gagd .tit span::before {
          left: -63px; }
        .footer-page-wrap .cif-layer--layui .cif-layer__gagd .tit span::after {
          right: -61px; }
    .footer-page-wrap .cif-layer--layui .cif-layer__gagd .cif-imgbox {
      background-color: #f2f4f6;
      width: 600px;
      height: 150px;
      margin: 0 auto 16px; }
  .footer-page-wrap .cif-layer--layui .cif-layer__bottom {
    padding-bottom: 34px; }

.footer-page-wrap .none {
  display: none !important; }

.footer-page-wrap .cif-layer--qrcode .cif-layer__tit {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  margin: 40px 0 20px; }

.footer-page-wrap .cif-layer--qrcode .cif-layer__desc {
  font-size: 14px;
  line-height: 14px;
  color: #666;
  margin-bottom: 40px; }

.footer-page-wrap .cif-layer--qrcode .cif-layer__qrbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 50px 40px;
  width: auto; }
  .footer-page-wrap .cif-layer--qrcode .cif-layer__qrbox .item {
    width: 130px;
    padding: 0 15px; }
  .footer-page-wrap .cif-layer--qrcode .cif-layer__qrbox .cif-imgbox {
    width: 130px;
    height: 130px; }
  .footer-page-wrap .cif-layer--qrcode .cif-layer__qrbox .desc {
    margin-top: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #666; }
  .footer-page-wrap .cif-layer--qrcode .cif-layer__qrbox.is-xcx {
    padding: 0 30px 40px; }
    .footer-page-wrap .cif-layer--qrcode .cif-layer__qrbox.is-xcx .item {
      width: 140px;
      padding: 0 20px; }
    .footer-page-wrap .cif-layer--qrcode .cif-layer__qrbox.is-xcx .cif-imgbox {
      width: 138px;
      height: 138px; }

.footer-page-wrap .cif-footer {
  background: #222930; }
  .footer-page-wrap .cif-footer .cif-footer__band {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1200px;
    height: 285px;
    padding: 40px 0;
    margin: 0 auto; }
    .footer-page-wrap .cif-footer .cif-footer__band > .item {
      float: left;
      height: 100%;
      text-align: center;
      margin: 0; }
      .footer-page-wrap .cif-footer .cif-footer__band > .item:not(:last-child) {
        border-right: 1px solid #3a4047; }
      .footer-page-wrap .cif-footer .cif-footer__band > .item.about {
        width: 145px;
        text-align: left; }
      .footer-page-wrap .cif-footer .cif-footer__band > .item.cooperation {
        width: 235px; }
      .footer-page-wrap .cif-footer .cif-footer__band > .item.prod {
        width: 250px; }
      .footer-page-wrap .cif-footer .cif-footer__band > .item.app {
        width: 315px; }
      .footer-page-wrap .cif-footer .cif-footer__band > .item.attention {
        width: 250px;
        text-align: right; }
      .footer-page-wrap .cif-footer .cif-footer__band > .item .cif-imgbox {
        width: 140px;
        height: 140px;
        margin: 0 auto; }
      .footer-page-wrap .cif-footer .cif-footer__band > .item .tit {
        font-size: 14px;
        color: #fff;
        line-height: 14px;
        margin-bottom: 20px;
        font-weight: bold; }
      .footer-page-wrap .cif-footer .cif-footer__band > .item ul {
        padding-top: 2px; }
      .footer-page-wrap .cif-footer .cif-footer__band > .item li {
        height: 35px;
        width: 100%; }
        .footer-page-wrap .cif-footer .cif-footer__band > .item li a {
          line-height: 34px;
          font-size: 14px;
          color: #78808d; }
          .footer-page-wrap .cif-footer .cif-footer__band > .item li a:hover {
            color: #fff; }
      .footer-page-wrap .cif-footer .cif-footer__band > .item .logo {
        float: right;
        margin-left: 10px;
        cursor: pointer; }
        .footer-page-wrap .cif-footer .cif-footer__band > .item .logo.ic-ic_applets:hover {
          background-image: url(http://pic.cifnews.com/upload/201808/16/201808161937293118.png);
          background-position: 0px -487px;
          width: 34px;
          height: 34px; }
        .footer-page-wrap .cif-footer .cif-footer__band > .item .logo.ic-ic_rss:hover {
          background-image: url(http://pic.cifnews.com/upload/201808/16/201808161937293118.png);
          background-position: 0px -415px;
          width: 34px;
          height: 34px; }
        .footer-page-wrap .cif-footer .cif-footer__band > .item .logo.ic-ic_weibo:hover {
          background-image: url(http://pic.cifnews.com/upload/201808/16/201808161937293118.png);
          background-position: 0px -811px;
          width: 34px;
          height: 34px; }
        .footer-page-wrap .cif-footer .cif-footer__band > .item .logo.ic-ic_wechat:hover {
          background-image: url(http://pic.cifnews.com/upload/201808/16/201808161937293118.png);
          background-position: 0px -739px;
          width: 34px;
          height: 34px; }
        .footer-page-wrap .cif-footer .cif-footer__band > .item .logo a {
          display: block;
          width: 100%;
          height: 100%; }
    .footer-page-wrap .cif-footer .cif-footer__band .ic-ic_weibo {
      background-image: url(http://pic.cifnews.com/upload/201808/16/201808161937293118.png);
      background-position: 0px -379px;
      width: 34px;
      height: 34px; }
    .footer-page-wrap .cif-footer .cif-footer__band .ic-ic_rss {
      background-image: url(http://pic.cifnews.com/upload/201808/16/201808161937293118.png);
      background-position: 0px -451px;
      width: 34px;
      height: 34px; }
    .footer-page-wrap .cif-footer .cif-footer__band .ic-ic_tencent {
      background-image: url(http://pic.cifnews.com/upload/201808/16/201808161937293118.png);
      background-position: 0px -631px;
      width: 34px;
      height: 34px; }
    .footer-page-wrap .cif-footer .cif-footer__band .ic-ic_applets {
      background-image: url(http://pic.cifnews.com/upload/201808/16/201808161937293118.png);
      background-position: 0px -703px;
      width: 34px;
      height: 34px; }
    .footer-page-wrap .cif-footer .cif-footer__band .ic-ic_wechat {
      background-image: url(http://pic.cifnews.com/upload/201808/16/201808161937293118.png);
      background-position: 0px -775px;
      width: 34px;
      height: 34px; }
  .footer-page-wrap .cif-footer .cif-footer__blogroll {
    border-top: 1px solid #3a4047; }
    .footer-page-wrap .cif-footer .cif-footer__blogroll .tab {
      width: 100%;
      padding-top: 38px; }
      .footer-page-wrap .cif-footer .cif-footer__blogroll .tab::after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        clear: both; }
      .footer-page-wrap .cif-footer .cif-footer__blogroll .tab > .item {
        float: left;
        position: relative;
        font-size: 14px;
        line-height: 40px;
        color: #fff;
        margin-right: 20px;
        cursor: pointer; }
      .footer-page-wrap .cif-footer .cif-footer__blogroll .tab > .on {
        color: #f676a6; }
        .footer-page-wrap .cif-footer .cif-footer__blogroll .tab > .on:after {
          content: "";
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 0;
          border-bottom: 2px solid #f676a6; }
    .footer-page-wrap .cif-footer .cif-footer__blogroll .cont {
      min-height: 78px;
      padding: 25px 0 0; }
      .footer-page-wrap .cif-footer .cif-footer__blogroll .cont::after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        clear: both; }
      .footer-page-wrap .cif-footer .cif-footer__blogroll .cont > .item {
        float: left;
        font-size: 12px;
        color: #78808d;
        line-height: 12px;
        margin-right: 15px;
        margin-bottom: 14px; }
        .footer-page-wrap .cif-footer .cif-footer__blogroll .cont > .item:hover {
          color: #fff; }
  .footer-page-wrap .cif-footer .cif-footer__webrecord {
    padding: 13px 0 23px;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    color: #4b5058; }
    .footer-page-wrap .cif-footer .cif-footer__webrecord a,
    .footer-page-wrap .cif-footer .cif-footer__webrecord a:link,
    .footer-page-wrap .cif-footer .cif-footer__webrecord a:active,
    .footer-page-wrap .cif-footer .cif-footer__webrecord a:visited {
      color: #4b5058; }

.footer-page-wrap .clear {
  overflow: initial;
  height: auto; }
.cif-imgbox {
  display: block;
  position: relative;
  overflow: hidden; }
  .cif-imgbox img {
    position: absolute;
    max-width: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
  .cif-imgbox--round {
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .cif-imgbox.is-auto img {
    max-width: none; }
  .cif-imgbox--hover img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .cif-imgbox--hover:hover img {
    -webkit-transform: scale(1.2) translate3d(-42%, -42%, 0);
            transform: scale(1.2) translate3d(-42%, -42%, 0); }

.cif-sidebar {
  position: fixed;
  width: 50px;
  right: 10px;
  bottom: 125px;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  z-index: 10; }
  .cif-sidebar__item {
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    text-align: center;
    text-decoration: none;
    padding: 14px 0 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .cif-sidebar__item:hover {
      color: #f676a6; }
    .cif-sidebar__item:hover .hover-wrap, .cif-sidebar__item.is-active .hover-wrap {
      display: block; }
    .cif-sidebar__item:hover .hover-shequn, .cif-sidebar__item.is-active .hover-shequn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cif-sidebar__item.is-top {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      height: 1px;
      overflow: hidden;
      padding: 0; }
      .cif-sidebar__item.is-top::before {
        display: none; }
      .cif-sidebar__item.is-top .iconfont {
        color: transparent; }
      .cif-sidebar__item.is-top.is-show {
        height: 66px;
        padding: 18px 0; }
        .cif-sidebar__item.is-top.is-show::before {
          display: block; }
        .cif-sidebar__item.is-top.is-show .iconfont {
          color: inherit; }
    .cif-sidebar__item + .cif-sidebar__item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 24px;
      height: 0;
      margin-left: -12px;
      border-top: 1px solid #ccc; }
    .cif-sidebar__item p, .cif-sidebar__item > .label {
      margin: 0; }
    .cif-sidebar__item > .iconfont {
      font-size: 24px;
      display: block;
      margin: 0 auto 2px; }
    .cif-sidebar__item .hover-wrap {
      display: none;
      position: absolute;
      top: 0;
      right: 65px;
      width: 160px;
      padding: 18px 0;
      line-height: 18px;
      color: #333;
      background: #fff;
      border: 1px solid #ebeced;
      -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 3px;
              border-radius: 3px; }
      .cif-sidebar__item .hover-wrap::before {
        content: "";
        position: absolute;
        top: 13px;
        right: -7px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #ebeced;
        border-right: 2px solid #ebeced;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        background-color: #fff; }
      .cif-sidebar__item .hover-wrap .cif-imgbox {
        width: 100px;
        height: 100px;
        margin: 0 auto; }
    .cif-sidebar__item .hover-shequn {
      display: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 65px;
      width: 284px;
      height: 132px;
      background: #FFFFFF;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
      padding: 16px 12px 16px 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .cif-sidebar__item .hover-shequn::before {
        content: '';
        position: absolute;
        width: 15px;
        height: 132px;
        right: -15px;
        top: 0;
        background: transparent; }
      .cif-sidebar__item .hover-shequn::after {
        content: '';
        position: absolute;
        top: 61px;
        right: -7px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #ebeced;
        border-right: 2px solid #ebeced;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        background-color: #fff; }
      .cif-sidebar__item .hover-shequn .cif-imgbox {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100px;
        height: 100px;
        margin-right: 8px; }
        .cif-sidebar__item .hover-shequn .cif-imgbox img {
          width: 100px;
          height: 100px; }
      .cif-sidebar__item .hover-shequn .hover-right {
        text-align: left; }
        .cif-sidebar__item .hover-shequn .hover-right .hover-title {
          font-weight: bold;
          font-size: 12px;
          color: #333;
          line-height: 22px; }
        .cif-sidebar__item .hover-shequn .hover-right .hover-desc {
          font-size: 12px;
          color: #666;
          line-height: 18px;
          margin-top: 8px; }

.mt10 {
  margin-top: 10px !important; }