/* µ×²¿µ¼º½ */
.footer-layout {
  background-image: url("http://www.lanlanwork.com/src/layout/image/footer_layout_bg.jpg");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 20px;
}

.footer-layout-main {
  background-size: 100% 100%;
  width: 1440px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #2e3c57;
  padding-bottom: 44px;
}

.footer-layout-logo {
  width: 130px;
  height: 40px;
  margin-bottom: 49px;
}

.footer-layout-tel {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
  border-bottom: 1px solid #2e3c57;
  padding-bottom: 21px;
}

.footer-layout-tel p {
  height: 26px;
  display: flex;
  align-items: center;
}

.footer-layout-tel .icon {
  width: 18px;
  height: 16px;
  margin-right: 10px;
}

.footer-layout-email {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaeba;
  display: flex;
  align-items: center;
  border-left: 1px solid #474c56;
  padding-left: 16px;
}

.footer-layout-email .icon {
  width: 18px;
  height: 15px;
  margin-right: 10px;
}

.footer-layout-location {
  font-size: 12px;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaeba;
  display: flex;
  align-items: center;
  border-left: 1px solid #474c56;
  border-right: 1px solid #474c56;
  padding: 0 16px;
}

.footer-layout-location .icon {
  width: 18px;
  height: 15px;
  margin-right: 10px;
}

.footer-layout-page-view {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaeba;
  line-height: 12px;
  display: flex;
  align-items: center;
  grid-column-gap: 12px;
  margin-top: 20px;
}

.footer-layout-page-view .number {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 14px;
  color: #dddfe4;
  line-height: 1px;
}

.page-nav-footer {
}

.page-nav-footer-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #fff;
}

.page-nav-footer-content {
  display: flex;
  flex-direction: column;
  grid-row-gap: 16px;
}

.page-nav-footer-item {
  display: flex;
  grid-column-gap: 32px;
}

.page-nav-footer-item a {
  font-size: 14px;
  color: #aaaeba;
  white-space: nowrap;
  width: 120px;
}

.page-nav-footer2 .page-nav-footer-item a {
  width: 56px;
}

.footer-layout-code-box {
  display: flex;
  grid-gap: 38px;
  grid-row-gap: 38px;
  grid-column-gap: 38px;
}

.footer-layout-code-item img {
  width: 80px;
  height: 80px;
}

.footer-layout-code-item-hint {
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #aaaeba;
  line-height: 20px;
  margin-top: 12px;
}

.footer-layout-police-info-box {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaeba;
  line-height: 17px;
  margin-top: 12px;
}
.footer-layout-police-info-box p {
  font-size: 12px;
}
.footer-layout-police-info-name {
  width: 226px;
  border-left: 1px solid #474c56;
  border-right: 1px solid #474c56;
  text-align: center;
  line-height: 1;
  font-size: 12px;
}

.footer-app-info {
  display: none;
}

.footer-layout-police-info-box-app {
  display: none;
}

.police-code-box {
  display: flex;
  align-items: center;
  grid-gap: 6px;
  grid-row-gap: 6px;
  grid-column-gap: 6px;
  font-size: 12px;
}
.police-code-box img {
  width: 22px;
}
.site-map {
  font-size: 12px;
  color: #7692d7;
  text-decoration: underline;
}

@media screen and (max-width: 1300px) {
  .footer-layout {
    background-image: url("http://www.lanlanwork.com/src/layout/image/footer_layout_bg.jpg");
    background-size: 100% 100%;
    height: 436px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .footer-layout-logo {
    display: block;
    width: 98px;
    height: 32px;
    margin-top: 26px;
    margin-bottom: 0;
  }

  .footer-layout-main {
    width: 100%;
    height: max-content;
    position: relative;
    padding: 0;
    display: block;
    border: none;
  }

  .footer-app-info {
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 18px;
  }

  .footer-app-info p {
    display: flex;
    align-items: center;
  }

  .footer-app-info .icon {
    width: 12px;
    height: 12px;
  }

  .footer-app-info .label {
    font-family:
      PingFangSC,
      PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #7b8396;
    line-height: 12px;
    margin: 0 6px;
  }

  .footer-app-info .value {
    font-family:
      PingFangSC,
      PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #f0f1f3;
    line-height: 12px;
  }

  .footer-layout-tel,
  .footer-layout-email,
  .footer-layout-police-info-box,
  .footer-layout-police-info-box-pc>.footer-layout-tel,
  /* .footer-layout-police-info-box-pc>.footer-layout-page-view, */
  .page-nav-footer {
    display: none;
  }

  .footer-layout-code-box {
    height: 134px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    grid-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .footer-layout-code-box img {
    width: 80px;
    height: 80px;
  }

  .footer-layout-code-item-hint {
    font-family:
      PingFangSC,
      PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #f0f1f3;
    line-height: 12px;
  }

  .footer-layout-page-view {
    position: absolute;
    bottom: -58px;
    grid-row-gap: 7px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-layout-page-view .number {
    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
  }

  .footer-layout-police-info-box-app {
    display: block;
    width: 100%;
    font-family:
      PingFangSC,
      PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #7b8396;
    line-height: 12px;
    margin-top: 67px;
  }

  .footer-layout-police-info-box-app p {
    display: flex;
    align-items: center;
  }

  .police-icon {
    margin-right: 6px;
    height: 12px;
  }

  .police-code {
    margin-right: 16px;
  }

  .police-name {
    margin-top: 14px;
  }
/****************************************************/
.footer-layout-police-info-box {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  font-family:
    PingFangSC,
    PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #aaaeba;
  line-height: 17px;
  margin-top: 12px;
}
.footer-layout-police-info-box p {
  font-size: 12px;
}
.footer-layout-police-info-name {
  width: 226px;
  border-left: 1px solid #474c56;
  border-right: 1px solid #474c56;
  text-align: center;
  line-height: 1;
  font-size: 12px;
}

.footer-app-info {
  display: none;
}

.footer-layout-police-info-box-app {
  display: none;
}

.police-code-box {
  display: flex;
  align-items: center;
  grid-gap: 6px;
  grid-row-gap: 6px;
  grid-column-gap: 6px;
  font-size: 12px;
}
.police-code-box img {
  width: 22px;
}
.site-map {
  font-size: 12px;
  color: #7692d7;
  text-decoration: underline;
}

@media screen and (max-width: 1300px) {
  .footer-layout {
    background-image: url("../image/footer_layout_bg.jpg");
    background-size: 100% 100%;
    height: 436px;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .footer-layout-logo {
    display: block;
    width: 98px;
    height: 32px;
    margin-top: 26px;
    margin-bottom: 0;
  }

  .footer-layout-main {
    width: 100%;
    height: max-content;
    position: relative;
    padding: 0;
    display: block;
    border: none;
  }

  .footer-app-info {
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 18px;
  }

  .footer-app-info p {
    display: flex;
    align-items: center;
  }

  .footer-app-info .icon {
    width: 12px;
    height: 12px;
  }

  .footer-app-info .label {
    font-family:
      PingFangSC,
      PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #7b8396;
    line-height: 12px;
    margin: 0 6px;
  }

  .footer-app-info .value {
    font-family:
      PingFangSC,
      PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #f0f1f3;
    line-height: 12px;
  }

  .footer-layout-tel,
  .footer-layout-email,
  .footer-layout-police-info-box,
  .footer-layout-police-info-box-pc>.footer-layout-tel,
  /* .footer-layout-police-info-box-pc>.footer-layout-page-view, */
  .page-nav-footer {
    display: none;
  }

  .footer-layout-code-box {
    height: 134px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    grid-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .footer-layout-code-box img {
    width: 80px;
    height: 80px;
  }

  .footer-layout-code-item-hint {
    font-family:
      PingFangSC,
      PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #f0f1f3;
    line-height: 12px;
  }

  .footer-layout-page-view {
    position: absolute;
    bottom: -58px;
    grid-row-gap: 7px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-layout-page-view .number {
    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
  }

  .footer-layout-police-info-box-app {
    display: block;
    width: 100%;
    font-family:
      PingFangSC,
      PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #7b8396;
    line-height: 12px;
    margin-top: 67px;
  }

  .footer-layout-police-info-box-app p {
    display: flex;
    align-items: center;
  }

  .police-icon {
    margin-right: 6px;
    height: 12px;
  }

  .police-code {
    margin-right: 16px;
  }

  .police-name {
    margin-top: 14px;
  }