* {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  text-decoration: none !important;
}
@font-face {
  font-family: RUIZIZHENYANTIMIANFEISHANGYONG-2;
  src: url(../font/RUIZIZHENYANTIMIANFEISHANGYONG-2.TTF);
}
.footer {
  background: url(../img/IMG_3669.png) no-repeat;
  background-size: cover;
}
.footer .footerContent {
  padding-top: 20px !important;
}
.footer .footerContent .footerTop {
  display: flex;
  justify-content: space-between;
  padding-bottom: 34px !important;
  border-bottom: 1px solid #282828;
}
.footer .footerContent .footerTop .footerNav {
  padding-top: 16px !important;
}
.footer .footerContent .footerTop .footerNav ul {
  display: flex;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #a59c9c;
}
.footer .footerContent .footerTop .footerNav ul li a {
  font-size: 16px;
  color: #fdf204;
  text-decoration: none;
}
.footer .footerContent .footerTop .footerNav ul li:not(:last-child) {
  margin-right: 120px;
}
.footer .footerContent .footerTop .footerNav .footerContact {
  display: flex;
  justify-content: space-between;
}
.footer .footerContent .footerTop .footerNav .footerContact ol p {
  color: #666;
  font-size: 16px;
}
.footer .footerContent .footerTop .footerNav .footerContact ol li {
  color: #595959;
  line-height: 25px;
}
.footer .footerContent .footerTop .footerNav .footerContact ol li .list-paddingleft-2 {
  flex-direction: column;
  border: none !important;
}
.footer .footerContent .footerTop .footerNav .footerContact ol li .list-paddingleft-2 li {
  margin-right: 0;
}
.footer .footerContent .footerLinks {
  padding-top: 20px !important;
  padding-bottom: 17px !important;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #282828;
}
.footer .footerContent .footerLinks p {
  font-size: 16px;
  color: #fff;
}
.footer .footerContent .footerLinks a {
  color: #595959;
  text-decoration: none;
}
.footer .footerContent .copyrightInformation {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  margin: 0 !important;
}
.footer .footerContent .copyrightInformation span {
  margin: 0 !important;
  color: #595959;
}
.footer .footerContent .copyrightInformation span a {
  color: #595959;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer .footerContent .footerTop {
    display: block;
  }
  .footer .footerContent .footerTop .footerLogo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .footerContent .footerTop .footerNav ul {
    justify-content: space-between;
  }
  .footer .footerContent .footerTop .footerNav ul li:not(:last-child) {
    margin-right: 0;
  }
  .footer .footerContent .footerLinks {
    flex-wrap: wrap;
  }
  .footer .footerContent .footerLinks li {
    margin-right: 10px !important;
  }
  .footer .footerContent .copyrightInformation {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .footerContent .footerTop {
    display: block;
  }
  .footer .footerContent .footerTop .footerLogo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .footerContent .footerTop .footerNav {
    width: 95%;
    margin: 0 auto;
  }
  .footer .footerContent .footerTop .footerNav ul {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer .footerContent .footerTop .footerNav ul li {
    margin-right: 5px !important;
  }
  .footer .footerContent .footerTop .footerNav ul li:not(:last-child) {
    margin-right: 0;
  }
  .footer .footerContent .footerTop .footerNav .footerContact {
    flex-wrap: wrap;
  }
  .footer .footerContent .footerLinks {
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .footerContent .copyrightInformation span {
    text-align: center !important;
  }
}
