.footer-wrap {
  background-image: linear-gradient(-90deg, #981B49 44%, #E17541 100%);
}
.footer-wrap .footer-content-wrap {
  padding: 0.6rem 0;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top {
  display: flex;
  gap: 0.4rem;
  color: #fff;
  justify-content: space-between;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .title {
  font-weight: 600;
  font-size: 0.2rem;
  margin-bottom: 0.32rem;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.12rem;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content .share-item {
  position: relative;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content .share-item .icon {
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  border-radius: 50%;
  background-color: #981B49;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content .share-item .icon:hover {
  filter: saturate(1.5);
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content .share-item .icon.facebook {
  background-image: url("../images/common/icon_facebook.png");
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content .share-item .icon.linkedin {
  background-image: url("../images/common/icon_linkedin.png");
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content .share-item .icon.instagram {
  background-image: url("../images/common/icon_instagram.png");
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content .share-item .icon.youtube {
  background-image: url("../images/common/icon_youtube.png");
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content .share-item .icon.wechat {
  background-image: url("../images/common/icon_wechat.png");
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content .share-item .icon.weibo {
  background-image: url("../images/common/icon_weibo.png");
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content .share-item .qrcode {
  display: none;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 0.8rem);
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 0.08rem;
  z-index: 10;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content .share-item .qrcode:before {
  content: "";
  border: 10px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content .share-item .qrcode img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content .share-item:hover .qrcode {
  display: block;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.contact .content {
  display: flex;
  gap: 0.4rem;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.contact .content .col {
  font-weight: 600;
  font-size: max(12px, 0.14rem);
  line-height: 1.2;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.contact .content .col p {
  margin: 0.08rem 0;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-menu-wrap {
  display: none;
  margin-top: 0.6rem;
  padding-top: 0.4rem;
  border-top: 1px solid #fff;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-menu-wrap .footer-menu-box {
  padding-top: 0.09rem;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-menu-wrap .footer-menu-box .menu {
  height: 5.2rem;
  min-height: 360px;
  flex-wrap: wrap;
  position: relative;
  color: #fff;
  flex-direction: column;
  display: flex;
  gap: 0.2rem;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-menu-wrap .footer-menu-box .menu > li {
  margin-bottom: 0.28rem;
  width: calc(25% - 0.15rem);
  flex: none;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-menu-wrap .footer-menu-box .menu > li > a {
  font-size: max(14px, 0.2rem);
  font-weight: 700;
  line-height: 0.26rem;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-menu-wrap .footer-menu-box .menu > li ul {
  margin-top: 0.2rem;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-menu-wrap .footer-menu-box .menu > li ul li {
  margin: 0.12rem 0;
}
.footer-wrap .footer-content-wrap .footer-content-box .footer-menu-wrap .footer-menu-box .menu > li ul li a {
  font-size: max(12px, 0.16rem);
  line-height: 0.2rem;
  font-weight: 600;
}
.footer-wrap .footer-copyright {
  background: rgba(126, 20, 23, 0.2);
  padding: 0.2rem 0 0.2rem;
}
.footer-wrap .footer-copyright .footer-copyright-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.2rem;
  font-size: 12px;
  color: #fff;
  font-family: Lato-Black;
  font-weight: 900;
}
.footer-wrap .footer-copyright .footer-copyright-wrap .links {
  white-space: nowrap;
}
.footer-wrap .footer-copyright .footer-copyright-wrap .links .item {
  padding: 0 0.08rem;
}
.footer-wrap .footer-copyright .footer-copyright-wrap .links .item:not(:first-child) {
  border-left: 2px solid #fff;
}
.footer-wrap .footer-copyright .footer-copyright-wrap .copyright a {
  text-decoration: underline;
}

@media screen and (max-width: 840px) {
  .footer-wrap .footer-content-wrap .footer-content-box .footer-top {
    flex-wrap: wrap;
    gap: 0.4rem;
  }
  .footer-wrap .footer-content-wrap .footer-content-box .footer-top .title {
    font-size: 0.24rem;
  }
  .footer-wrap .footer-content-wrap .footer-content-box .footer-top .field {
    width: 100%;
    text-align: center;
  }
  .footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content {
    justify-content: center;
  }
  .footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.follow-links .content .share-item .icon {
    width: 0.72rem;
    height: 0.72rem;
  }
  .footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.contact .content {
    flex-wrap: wrap;
  }
  .footer-wrap .footer-content-wrap .footer-content-box .footer-top .field.contact .content .col {
    width: 100%;
    max-width: none;
  }
  .footer-wrap .footer-copyright .footer-copyright-wrap {
    flex-wrap: wrap;
    justify-content: center;
    font-family: "en";
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8666666667);
    text-align: center;
  }
  .footer-wrap .footer-copyright .footer-copyright-wrap .links {
    white-space: nowrap;
    width: 70%;
  }
  .footer-wrap .footer-copyright .footer-copyright-wrap .copyright {
    width: 70%;
    min-width: 5rem;
  }
}
