.contact-box {
  width:1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
  
}
.contact-info-box {
  background: url('../../imgs/contact/infoBg.png') no-repeat left top;
  background-size: contain;
  width: 406px;
  height: 565px;
  padding: 23px 37px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-title {
  width: 100%;
  text-align: center;
  margin-bottom: 34px;
}
.box p {
  text-align: center;
  margin-bottom: 0px;
}
.qr-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.qr-box p {
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
}
.contact-footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-menu {
  /* width: 75%; */
  flex: 1;
  display: flex;
  align-items: flex-start;
  height: 184px;
}

.footer-menu-item {
  width: 16%;
}

.footer-menu-item:last-child {
  width: 27%;
}

.footer-menu-title {
  text-align: center;
  margin-bottom: 20px;
}

.footer-menu-item>ul>li {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.footer-right {
  width: 30%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 184px;
}

.footer-right-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.footer-right-item .title {
  margin-bottom: 20px;
  list-style: circle;
}
.footer-right-item .img {
  width: 100%;
  text-align: center;
}