@media screen {
  .page-footer {
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 16px;
    overflow-x: hidden;
  }
  .page-footer .footer-content {
    width: 1070px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-bottom: 16px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1200px) {
  .page-footer .footer-content {
    width: 960px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .page-footer .footer-content {
    width: 720px;
    padding: 0 56px;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .page-footer .footer-content {
    width: 540px;
    padding: 0 30px;
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .page-footer .footer-content {
    width: 540px;
    padding: 0 30px;
    flex-direction: column;
  }
}

@media screen {
  .page-footer .footer-content .logo {
    margin-bottom: 10px;
  }
  .page-footer .footer-content .contact .title,
  .page-footer .footer-content .legals .title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .page-footer .footer-content .contact {
    margin-bottom: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .page-footer .footer-content .contact {
    order: 2;
  }
}
@media screen {
  .page-footer .footer-content .legals {
    /* margin-left: auto; */
    margin-right: 98px;
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  .page-footer .footer-content .legals {
    order: 3;
    margin-left: 0;
  }
}

.page-footer .nav-list .list .nav-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
}

.page-footer .nav-list .list .nav-item .link {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

@media screen {
  .page-footer .mail {
    display: flex;
    align-items: center;
    /* margin-top: 16px; */
    margin-bottom: 3px;
    font-weight: 400;
  }
  /* .page-footer .mail-join {
    margin-bottom: 0;
  } */
  .page-footer .mail .icon {
    display: block;
    width: 16px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 768px) {
  .page-footer .mail .icon {
    display: none;
  }
}
@media screen {
  .page-footer .mail .text {
    font-size: 14px;
  }
}

.page-footer .footer-logo {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.logo-with-legals-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.logo-with-legals-container .app-entrance {
  display: flex;
  align-items: center;
}

.logo-with-legals-container .app-entrance .square-logo {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  cursor: pointer;
}

.logo-with-legals-container .app-entrance .youtube-logo {
  width: 109px;
  height: 24px;
  margin-left: 5px;
}

.page-footer .footer-logo .logo-img {
  height: 36px !important;
  margin-left: 0;
}

.page-footer .copyright {
  text-align: center;
  padding: 8px;
  font-size: 12px;
  color: #999;
}
.page-footer .copyright .link a {
  color: #999;
}

@media screen {
  .page-footer .contact-qrcode {
    margin-bottom: 16px;
  }
  .page-footer .contact-qrcode .imgs {
    display: flex;
  }
  .page-footer .contact-qrcode .imgs .img-container {
    margin-right: 20px;
  }
  .page-footer .contact-qrcode .imgs .img-container .img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
  }
  .page-footer .contact-qrcode .imgs .img-container .desc {
    min-width: 60px;
    display: block;
    text-align: center;
    margin-top: 4px;
    font-size: 12px;
    white-space: nowrap !important;
  }
  .page-footer .contact-qrcode .imgs .img-container.code2 {
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-footer .contact-qrcode .business-contact {
    margin-top: 20px;
  }
}

.suit-for-pad-logo {
  display: none;
}

@media screen {
  .about-us {
    text-align: left;
  }

  .link-to-about-us {
    margin-bottom: 16px;
  }

  .about-us-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .about-us-title:hover {
    color: #fff;
  }

  /*包含以下四种的链接*/
  .about-us-title {
    color: #fff;
    text-decoration: none;
  }
  /*正常的未被访问过的链接*/
  .about-us-title:link {
    color: #fff;
    text-decoration: none;
  }
  /*已经访问过的链接*/
  .about-us-title:visited {
    color: #fff;
    text-decoration: none;
  }
  /*鼠标划过(停留)的链接*/
  .about-us-title:hover {
    color: #fff;
    text-decoration: none;
  }
  /* 正在点击的链接*/
  .about-us-title:active {
    color: #fff;
    text-decoration: none;
  }

  .about-address-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
  }

  .about-address-title-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
  }

  .about-address-title-icon {
    height: 24px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
  }

  .about-address-name-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
  }

  .about-address-name-detail {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
  }

  .about-address-name-text {
    margin: 0 16px;
    cursor: pointer;
    text-decoration: none;
    text-underline-offset: 3px;
  }

  .paris-out-class {
    margin: 0 16px;
  }

  .about-address-name-text:hover {
    text-decoration: underline;
  }

  .about-address-name-icon {
    height: 24px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
  }

  .about-address-name-splitter {
    display: block;
    width: 1px;
    height: 14px;
    background: #fff;
  }
}

@media screen and (max-width: 1200px) {
  .about-address-title-container {
    margin-top: 8px;
    margin-right: 16px;
  }
  .about-address-name-detail:nth-child(1) > .about-address-name-text {
    margin-left: 0;
  }

  .about-address-name-container {
    margin-top: 8px;
  }
}

@media screen and (max-width: 992px) {
  .contact-with-about-us-container {
    order: 2;
  }

  .logo-with-legals-container {
    order: 3;
  }

  .about-address-title-container {
  }
  .about-address-name-detail:nth-child(1) > .about-address-name-text {
    margin-left: 0;
  }

  .suit-for-pad-logo {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }

  .page-footer .footer-logo .logo-img {
    height: 48px !important;
  }

  .logo {
    display: none;
  }

  .about-us {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .page-footer .footer-content .legals {
    width: 100%;
    margin-right: 0;
  }

  .about-address-title-container {
  }
}

@media screen and (max-width: 500px) {
  .suit-for-pad-logo {
    display: none;
  }

  .logo {
    display: none;
  }

  .about-address-name-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
  }

  .about-address-name-text {
    margin: 0 16px;
  }

  .page-footer .footer-content {
    width: 90%;
    padding: 0;
    margin: 0 5%;
  }
}
