.footer {
  width: 100%;
  background: #0B1E2E;
}
.footer .footer-inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}
.footer .footer-inner .split-line {
  margin-top: 39px;
  width: 1200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.footer .footer-inner:after {
  content: "";
  display: block;
  clear: both;
}
.footer .footer-inner .social {
  float: left;
}
.footer .footer-inner .social .social-item {
  margin-bottom: 24px;
  position: relative;
}
.footer .footer-inner .social .social-item:last-child {
  margin-bottom: 0;
}
.footer .footer-inner .social .social-item:first-child .social-item-qrcode {
  bottom: -20px;
}
.footer .footer-inner .social .social-item:first-child .social-item-qrcode:before {
  bottom: 36px;
}
.footer .footer-inner .social .social-item .social-item-qrcode {
  transition: all 0.2s linear;
  position: absolute;
  right: -140px;
  bottom: 0;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 8px;
  display: none;
}
.footer .footer-inner .social .social-item .social-item-qrcode img {
  display: block;
  margin: 5px auto 0;
  padding: 0;
  width: 110px;
  height: 110px;
  border-radius: 8px;
}
.footer .footer-inner .social .social-item .social-item-qrcode:before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  /*调整小三角形的大小*/
  border-right-color: #FFF;
  /*改变小三角的颜色（最好就是和父级div的背景颜色相同）;bottom是用于调整小三角的方向*/
  position: absolute;
  left: -15px;
  /*调整小三角形的位置*/
  bottom: 15px;
  /*调整小三角形的位置*/
}
.footer .footer-inner .social .social-item:hover .social-item-btn {
  background-color: #3F7FFF;
  color: #fff;
  border-color: #3F7FFF;
}
.footer .footer-inner .social .social-item:hover .social-item-qrcode {
  display: block;
}
.footer .footer-inner .social .social-item .social-item-btn {
  transition: all 0.2s linear;
  display: block;
  width: 164px;
  height: 42px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #CECECE;
  color: #F2F3F4;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  background-color: transparent;
  cursor: pointer;
  text-align: left;
  padding: 0;
}
.footer .footer-inner .social .social-item .social-item-btn.wechat-official:before {
  background-image: url("https://zhaopinshou-oss.oss-cn-qingdao.aliyuncs.com/website/footer-icon-gzh.png");
}
.footer .footer-inner .social .social-item .social-item-btn.mini-app:before {
  background-image: url("https://zhaopinshou-oss.oss-cn-qingdao.aliyuncs.com/website/footer-icon-weapp.png");
}
.footer .footer-inner .social .social-item .social-item-btn:before {
  margin-left: 20px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("https://zhaopinshou-oss.oss-cn-qingdao.aliyuncs.com/website/footer-icon-app.png") no-repeat 0 0 / 18px 18px;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 8px;
}
.footer .footer-inner .help-center {
  float: left;
  margin-left: 278px;
}
.footer .footer-inner .help-center .title {
  font-size: 14px;
  color: #F2F3F4;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 20px;
}
.footer .footer-inner .help-center .help-center-item {
  color: #C1CCDD;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 8px;
}
.footer .footer-inner .copyright {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footer-inner .copyright-row {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.footer .footer-inner .copyright-row:last-child {
  margin-bottom: 0;
}
.footer .footer-inner .copyright-row .copyright-item {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #C1CCDD;
  margin-right: 16px;
}
.footer .footer-inner .copyright-row .copyright-item:last-child {
  margin-right: 0;
}
/*# sourceMappingURL=footer.css.map */