footer {
  background-color: #5692CB;
  position: relative;
}
footer .mod_container {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0.43rem 0 1.15rem;
}
footer .mod_container .cont_top {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0.8rem 0;
}
footer .mod_container .cont_top .contact_box .logo_box {
  width: 2.37rem;
  height: 0.78rem;
  margin-bottom: 0.55rem;
  display: flex;
  gap: 0.8rem;
  align-items: flex-end;
}
footer .mod_container .cont_top .contact_box .logo_box img {
  width: 100%;
  height: 100%;
  display: block;
}
footer .mod_container .cont_top .contact_box ul {
  display: flex;
  flex-direction: column;
  gap: 0.31rem;
}
footer .mod_container .cont_top .contact_box ul li {
  display: flex;
}
footer .mod_container .cont_top .contact_box ul li > div:nth-of-type(1) {
  width: 1.64rem;
}
footer .mod_container .cont_top .contact_box ul li > div:nth-of-type(2) {
  width: 4.17rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
footer .mod_container .cont_top .contact_box ul li p {
  font-size: 0.18rem;
  line-height: calc(26/18);
  font-family: 'SourceHanSansHKRegular';
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  gap: 0.13rem;
}
footer .mod_container .cont_top .contact_box ul li p .icon_box {
  width: 0.16rem;
  height: 0.26rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .mod_container .cont_top .contact_box ul li p .icon_box img {
  width: 100%;
  height: auto;
  display: block;
}
footer .mod_container .cont_top .link_group {
  width: 9.61rem;
  padding-top: 0.18rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.62rem 0;
}
footer .mod_container .cont_top .link_group .link_box h4 {
  font-size: 0.2rem;
  line-height: calc(29/20);
  font-family: 'SourceHanSansHKMedium';
  color: #fff;
  margin-bottom: 0.17rem;
}
footer .mod_container .cont_top .link_group .link_box ul {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
footer .mod_container .cont_top .link_group .link_box ul li {
  width: 2.4rem;
}
footer .mod_container .cont_top .link_group .link_box ul li a {
  font-size: 0.18rem;
  line-height: calc(26/18);
  font-family: 'SourceHanSansHKRegular';
  color: rgba(255, 255, 255, 0.8);
  display: block;
}
footer .mod_container .cont_bot {
  height: 0.65rem;
  margin: 0 0.63rem 0 0;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .mod_container .cont_bot .copyright {
  font-size: 0.18rem;
  line-height: calc(26/18);
  font-family: 'SourceHanSansHKRegular';
  color: #FFFFFF;
}
footer .mod_container .cont_bot .outlink_group {
  display: flex;
  gap: 0.165rem;
}
footer .mod_container .cont_bot .outlink_group li .icon_box {
  width: auto;
  height: 0.19rem;
  display: flex;
}
footer .mod_container .cont_bot .outlink_group li .icon_box img {
  width: auto;
  height: 100%;
}
footer .to_top {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: #5692CB;
  position: fixed;
  bottom: 1.59rem;
  right: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none;
  transition: all 0.2s ease-in;
  box-shadow: 0 0 0.03rem #fff;
}
footer .to_top:hover {
  transform: scale(1.1);
  transition: all 0.2s ease-in;
}
footer .to_top .img_box {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  transition: all 0.2s ease-in;
}
footer .to_top .img_box img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  footer {
    position: relative;
  }
  footer .mod_container {
    padding: 0.2rem 0.16rem 0 0.16rem;
  }
  footer .mod_container .cont_top {
    display: flex;
    gap: 0.24rem;
    justify-content: flex-start;
    padding: 0 0 0.2rem 0;
    flex-direction: column;
  }
  footer .mod_container .cont_top .contact_box .logo_box {
    width: 2.37rem;
    height: 0.6rem;
    margin-bottom: 0.15rem;
    gap: 0.8rem;
  }
  footer .mod_container .cont_top .contact_box .logo_box img {
    width: auto;
    height: 100%;
    display: block;
  }
  footer .mod_container .cont_top .contact_box ul {
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
  }
  footer .mod_container .cont_top .contact_box ul li {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  footer .mod_container .cont_top .contact_box ul li > div:nth-of-type(1) {
    width: unset;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
  }
  footer .mod_container .cont_top .contact_box ul li > div:nth-of-type(2) {
    width: unset;
    display: flex;
    flex-direction: column;
    gap: 0.06rem;
    padding-left: 0.2rem;
  }
  footer .mod_container .cont_top .contact_box ul li p {
    font-size: 0.12rem;
    gap: 0.13rem;
  }
  footer .mod_container .cont_top .contact_box ul li p .icon_box {
    width: 0.1rem;
    height: 0.18rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .mod_container .cont_top .contact_box ul li p .icon_box img {
    width: 100%;
    height: auto;
    display: block;
  }
  footer .mod_container .cont_top .link_group {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.16rem 0;
    padding-top: 0.2rem;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.18);
  }
  footer .mod_container .cont_top .link_group .link_box {
    width: 33%;
  }
  footer .mod_container .cont_top .link_group .link_box h4 {
    font-size: 0.14rem;
    margin-bottom: 0.08rem;
  }
  footer .mod_container .cont_top .link_group .link_box ul {
    gap: 0.05rem;
  }
  footer .mod_container .cont_top .link_group .link_box ul li {
    margin-bottom: 0.04rem;
    max-width: 89%;
    display: flex;
    gap: 0.04rem;
    align-items: flex-start;
  }
  footer .mod_container .cont_top .link_group .link_box ul li span {
    font-size: 0.12rem;
  }
  footer .mod_container .cont_top .link_group .link_box ul li a {
    font-size: 0.12rem;
  }
  footer .mod_container .cont_bot {
    height: auto;
    padding: 0.16rem;
    flex-direction: column;
    gap: 0.12rem;
    margin: 0;
  }
  footer .mod_container .cont_bot .copyright {
    font-size: 0.1rem;
    gap: 0.08rem;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .mod_container .cont_bot .copyright span {
    font-family: 'SourceHanSansHKBold';
  }
  footer .mod_container .cont_bot .outlink_group {
    display: flex;
    gap: 0.165rem;
  }
  footer .mod_container .cont_bot .outlink_group li .icon_box {
    width: auto;
    height: 0.14rem;
    display: flex;
  }
  footer .mod_container .cont_bot .outlink_group li .icon_box img {
    width: auto;
    height: 100%;
  }
  footer .to_top {
    width: 0.4rem;
    height: 0.4rem;
    position: fixed;
    bottom: 2.25rem;
    right: 0.03rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 999;
    display: none;
    transition: all 0.2s ease-in;
    box-shadow: 0 0 0.03rem #fff;
  }
  footer .to_top .img_box {
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    transition: all 0.2s ease-in;
  }
  footer .to_top .img_box img {
    width: 100%;
    height: 100%;
  }
}
