footer {
  background: #fff;
}
footer .more1 {
  display: block;
  background: url(../img/index/index_bg1.png) top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  /* height: 681px; */
  padding: 40vh 12.5% 66px 12.5%;
}
footer .more1 > div:nth-child(1) {
  font-family: "FZFengYaSongS";
  font-size: 28px;
  color: #ffffff;
  line-height: 39px;
  letter-spacing: 6px;
  padding-bottom: 30px;
}
footer .more1 > div:nth-child(2) {
  display: flex;
}
footer .more1 .box {
  width: 100px;
  margin-right: 40px;
}
footer .more1 .box .qrcode {
  width: 100px;
  height: 100px;
  background: #d9d9d9;
  position: relative;
  /* z-index: 1; */
}
footer .more1 .box .codeobrder {
  position: absolute;
  top: -5px;
  right: -5px;
  border: 1px solid #ffffff;
  width: 100px;
  height: 100px;
  z-index: 0;
}
footer .more1 .box .qrcode img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
footer .more1 .box .title {
  width: 82px;
  height: 26px;
  background: #ffffff;
  border-radius: 123px 123px 123px 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 14px;
  color: #263b58;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: center;
  margin-left: 12px;
  margin-top: 15px;
}
footer .more1 .box .title img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  margin-right: 4px;
}
@media only screen and (max-width: 1024px) {
  footer .more1 {
    display: none;
  }
}
