#footer {
  min-width: 1280px;
  width: 100%;
  background: #ffffff;
}
#footer .footer-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
  border-bottom: 1px solid rgba(0, 11, 51, .15);
}
#footer .footer-box .footer-left .logo {
  display: block;
  width: 112px;
  height: 32px;
  margin-bottom: 28px;
}
#footer .footer-box .footer-left .company-info {
    line-height: 40px;
    opacity: .7;
}
#footer .footer-box .footer-left .company-info p {
    font-size: 16px;
    color: #000B33;
}
#footer .footer-box .footer-center {
    display: flex;
    justify-content: space-between;
    width: 325px;
    color: #000B33;
}
#footer .footer-box .footer-center h5 {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
}
#footer .footer-box .footer-center p,
#footer .footer-box .footer-center a {
    display: block;
    color: inherit;
    opacity: .7;
    font-size: 16px;
    line-height: 40px;
}
/*#footer .footer-box .footer-center .logo-box{
    display: flex;
    margin-bottom: 17px;
}
#footer .footer-box .footer-center .logo-box img {
  height: 44px;
  width: auto;
}
#footer .footer-box .footer-center .logo-box img:nth-child(1) {
  margin-right: 32px;
}
#footer .footer-box .footer-center .record {
  margin-top: 30px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-align: center;
}*/
#footer .footer-box .footer-right {
  display: flex;
}
#footer .footer-box .footer-right .qrcode-box:not(:last-child) {
    margin-right: 20px;
}
#footer .footer-box .footer-right .qrcode-tips {
    font-weight: 600;
    font-size: 16px;
    color: #000B33;
    line-height: 20px;
    margin-bottom: 40px;
}
#footer .footer-box .footer-right img {
    display: block;
    width: 120px;
    height: 120px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    /*box-shadow: none;*/
    margin: 0;
}
/*#footer .footer-box .footer-right .qrcode-box:first-child img {
    margin-right: 20px;
    transform: scale(1.33);
}
#footer .footer-box .footer-right .qrcode-box:last-child img {
    transform: scale(1.165) translateY(3.5px);
}*/
#footer .footer-box.copyright {
    padding: 40px 0;
    line-height: 26px;
    color: rgba(0, 11, 51, .9);
}
#footer .copyright p {
    margin: 0 auto;
}

.contact-us {
    width: 60px;
    height: 130px;
    position: fixed;
    right: 34px;
    top: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99999;
  }

  .contact-us .img-box {
    width: 100%;
    position: unset;
    height: 60px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
    border-radius: 8px;
  }

  .contact-us .box1:hover,
  .contact-us .box2:hover {
    /*opacity: .8;*/
  }

  .contact-us .box1:hover .wx-bgbox {
    display: flex;
    justify-content: space-between;
  }

  .contact-us .box2:hover .phone-bgbox {
    display: block;
  }

  .contact-us .img-box .wx-bgbox {
    display: none;
    width: auto;
    padding: 20px;
    box-sizing: border-box;
    height: auto;
    background: #fff;
    position: absolute;
    top: -85px;
    left: auto;
    right: 70px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
  }

  .contact-us .img-box .wx-bgbox .wx {
    width: auto;
    height: auto;
  }
  
  .contact-us .img-box .wx-bgbox .wx:first-child {
      margin-right: 20px;
  }

  .contact-us .img-box .wx-bgbox .wx img {
    display: block;
    width: 160px;
    height: 160px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
  
  /*.contact-us .img-box .wx-bgbox .wx:first-child img {
    transform: scale(1.3);
  }
  
  .contact-us .img-box .wx-bgbox .wx:last-child img {
    transform: scale(1.14) translateY(4.5px);
  }*/

  .contact-us .img-box .wx-bgbox .name {
    text-align: center;
    color: #666666;
    font-size: 18px;
    margin: 6px 0 4px;
  }

  .contact-us .img-box .wx-bgbox .time {
    text-align: center;
    color: #4987FB;
    font-size: 18px;
  }

  .contact-us .img-box .phone-bgbox {
    display: none;
    padding: 20px;
    width: 160px;
    height: auto;
    box-sizing: content-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
    border-radius: 8px;
    position: absolute;
    left: -210px;
    top: auto;
    bottom: 0;
  }

  .phone-bgbox .title {
    font-size: 20px;
    color: #000;
    padding-bottom: 2px;
  }

  .phone-bgbox .phone-num {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
  }

  .phone-bgbox .phone-num a {
    font-size: 20px;
    color: #4987FB;
  }

  .contact-us .img-box img {
    width: 100%;
    height: 100%;
  }