.footer {
  background-color: #293439;
  color: #fff;
  padding: 40px 0 70px 0;
  font-size: 15px;
  text-align: left;
  max-width: 1080px;
  margin: 0 auto;
}

.footer img {
  width: 100%;
  max-width: 130px;
}

.footer .footer-box {
  margin-left: 15px;
  margin-right: 15px;
  box-sizing: border-box;
}

.footer a {
  color: #faf9f8;
  transition: all .3s
}

.footer a:hover {
  text-decoration: underline
}

.ody-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.ody-detail {
  padding-bottom: 20px;
  border-bottom: 1px solid #595f61;
  margin-bottom: 20px;
  font-size: 15px;
  font-family: 宋体
}

.ody-contact-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px
}

.ody-email,
.ody-tel {
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px
}

.ody-qr-code {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 20px;
  max-width: 450px;
}

.ody-qr-code div {
  width: 30%;
}

.ody-qr-code p {
  margin-top: 5px
}

.footer-end {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  border-top: 1px solid #595f61;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px
}

.footer-end p {
  margin-bottom: 8px
}

.bottom-contact {
  position: fixed;
  width: 100%;
  left: 50%;
  bottom: 0;
  height: 60px;
  z-index: 1000;
  display: flex;
  background-color: #fff;
  text-align: center;
  box-shadow: 1px 2px 14px rgba(0, 0, 0, .5);
  transform: translateX(-50%);
  
  max-width: 1080px;
  margin: 0 auto;
}

.bottom-contact a {
  color: #000;
  text-decoration: none;
}

.bottom-contact .list {
  flex: .35
}

.bottom-contact .list:last-child {
  flex: 1
}

.bottom-contact .list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 60px;
  font-size: 13px;
  justify-content: center;
  font-weight: 600
}

.bottom-contact .list img {
  width: 22px;
  height: auto;
  margin-bottom: 4px
}

.bottom-contact .list .weixin {
  background: #f78600;
  color: #fff;
  padding: 10px 55px;
  line-height: 61px;
  display: inline;
  font-size: 15px;
  border-radius: 20px
}

@media(max-width:324px) {
  .footer-end {
    font-size: 13px
  }

  h1 {
    font-size: 22px
  }

  .bottom-contact .list .weixin {
    padding: 8px 35px
  }

  .ody-qr-code p {
    font-size: 12px;
  }
}