.footer-wrap {
  width: 100%;
  background: #fff;
  margin: 15px auto 0;
  box-sizing: border-box;
  font-weight: 400;
}
.footer-main {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}
.footer-content {
  display: block;
}
/* .footer-list1 {
  text-align: center;
  margin-right: 18%;
} */
.footer-list {
  position: relative;
  padding-top: 58px;
}
.business-box {
  display: flex !important;
  align-items: center;
}
.business-box img {
  margin-left: 3px;
}
.footer-item,
.footer-a {
  display: block;
}
.businessAlert {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 50%;
  right: -20%;
}
.footer-list1 {
  text-align: center;
}
.footer-image {
  width: 140px;
  height: 140px;
}
.footer-content {
  font-size: 16px;
  margin-top: 20px;
}

.footer-item {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.footer-a, .footer-span {
  font-size: 14px;
  color: #7C7C7C;
  margin-top: 26px;
}
.footer-span {
 display: block;
}
.qrcode-business {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.footer-a:hover {
  color: #7C7C7C;
}
.footers-end {
  font-size: 14px;
  color: #A4A4A4;
  text-align: center;
  /*height: 100px;*/
  background: #F5FAFF;
  padding: 20px 0;
}
.footers-end-link {
  color: #A4A4A4;
}
.footers-end-link:hover {
  color: #007bff;
}
.friendship {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  justify-content: -webkit-center;
  justify-content: -ms-center;
  justify-content: -moz-center;
  justify-content: center;
  padding: 20px 0;
}
.friendshiplink {
  margin-right: 20px;
}
.link {
  color: #888888;
}
/* .footers-registered {
  background-color: #198AF3;
  width: 100%;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  justify-content: -webkit-space-between;
  justify-content: -ms-space-between;
  justify-content: -moz-space-between;
  justify-content: space-between;
  align-items: center;
  align-items: -webkit-center;
  align-items: -ms-center;
  align-items: -moz-center;
  padding: 0 20%;
}
.footers-registered img {
  height: 35px;
}
.footers-registered p {
  color: #fff;
}
.footers-registered a {
  color: #fff;
  border: 1px solid #fff;
  width: 95px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 5px;
}
.footers-registered a:hover {
  background: #fff;
  color: #000;
} */
/* 联系客服弹窗
.businessAlert {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 40%;
  right: -10%;
}
.businessAlert img {
  width: 100%;
} */
/* 商务咨询二维码 */
.qrcode-business {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .icon-copyright {
    width: 20px;
    position: relative;
    top: 2px;
    vertical-align: text-bottom;
  }
  .footer-list {
    text-align: center;
    padding: 20px 0;
  }
  .dashed {
    border-top: 1px dashed #ccc;
  }
  .footers-end {
    height: 105px;
    background: #F5FAFF;
    font-size: 12px;
    padding-top: 7px;
  }
  .footers-end p {
    height: 24px;
    line-height: 20px;
  }
  .footer-list1 {
    margin-right: 0;
  }
  .footer-a {
    margin-top: 14px;
  }
  .footer-image {
    width: 92px;
    height: 92px;
  }
  .footer-content {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .icon-copyright {
    width: 20px;
    position: relative;
    top: 0px;
    vertical-align: text-bottom;
  }
}
.gray-line {
  width: 48px;
  height: 2px;
  background: #d8d8d8;
  margin: 15px auto;
}
