@media (max-width: 768px) {
  #hdx-footer{
    margin: 0;
  }
  #hdx-footer > div {
    background-color: unset;
    line-height: normal;
  }
  #hdx-footer .footer-content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 2rem 2rem;
  }
  #hdx-footer .footer-content-right{
    flex-wrap: wrap;
  }
  #hdx-footer .footer-content-right-item{
    width: 100% !important;
    text-align: left;
  }
  #hdx-footer .footer-content-right-item dt{
    font-size: 1.6rem;
    color: #03b349;
    width: 100%;
    margin-bottom: 1.2rem;
  }
  #hdx-footer .footer-content-right-item dd{
    display: inline-block;
    padding-right: 1rem;
    margin-bottom: 1rem;
  }
  #hdx-footer .advice-dd a{
    font-weight: 400;
    color: #03B349;
    font-size: 20px !important;
  }
  #hdx-footer .date-dd{
    width: 100%;
    margin-top: -1rem;
  }
  #hdx-footer .date-dd span{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
  }
  #hdx-footer .footer-hdx-logo img{
    margin: 0;
    height: auto;
    width: 10rem;
  }
  #hdx-footer .hdx-description{
    color: #fff;
  }
  #hdx-footer .footer-hdx-app{
    width: 100% !important;
  }

  #hdx-footer .footer-content-right-item-image-warp {
    flex: 1;
    margin: 0 !important;
    text-align: center;
    color: #fff;
  }
  #hdx-footer .footer-content-right-item-image-warp img{
    height: auto;
    width: 12rem;
    margin: 2rem 0 1rem;
  }
  #hdx-footer .footer-content-bottom {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  #hdx-footer .footer-person{
    flex-wrap: wrap;
  }
  #hdx-footer .footer-person .city-name{
    flex: 0 0 7rem;
  }
  #hdx-footer .footer-person .footer-city-list{
    flex-wrap: wrap;
  }
  #hdx-footer .footer-person .footer-city-list li {
    margin-right: 1rem;
    color: #fff;
    font-size: 12px;
  }
  #hdx-footer .copyright.top-text{
    flex-wrap: wrap;
    color: #fff;
    margin-top: 1rem;
  }
  #hdx-footer .copyright.top-text a{
    padding-left: 2rem;
    margin-bottom: 0.5rem;
  }
  #hdx-footer .copyright.top-text a, #hdx-footer .copyright.top-text span{
    font-size: 12px;
  }
  #hdx-footer .copyright.top-text a:nth-child(4) {
    padding: 0;
  }
  #hdx-footer .copyright-box{
    flex-wrap: wrap;
    color: #fff;
  }
  #hdx-footer .copyright-box span{
    display: inline-block;
    width: 100%;
    height: 0.5rem;
  }
  #hdx-footer .footer-link{
    position: relative;
  }
  #hdx-footer .footer-link-right::after{
    content: "";
    width: 1px;
    height: 1rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }
  #hdx-footer a{
    color: #fff;
  }
}