.app-footer {
  background: #003450;
}
.app-footer-top {
  padding: 48px 0;
}
.app-footer-logo {
  display: block;
  width: 300px;
  height: 63px;
}
.app-footer-logo-hr {
  margin-top: 23px;
  height: 1px;
  background-color: rgba(224, 224, 224, 0.2);
}
.app-footer-top-list {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}
.app-footer-top-item {
  flex: none;
  width: 333px;
}
.app-footer-top-item-row {
  display: flex;
}
.app-footer-top-item-row-icon {
  position: relative;
  top: 3px;
  flex: none;
  margin-right: 16px;
  width: 18px;
  height: 18px;
  opacity: 0.6;
}
.app-footer-top-item-row-text {
  flex: auto;
  font-size: 18px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  line-height: 25px;
  word-break: break-all;
}
.app-footer-top-item-row.alink {
  cursor: pointer;
  margin-bottom: 2px;
  text-decoration: none;
}
.app-footer-top-item-row.alink span {
  flex: none;
}
.app-footer-top-item-row.alink:hover span,
.app-footer-top-item-row.alink span:hover {
  color: #00c7bf;
}
.app-footer-top-site-list {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
.app-footer-top-site-list img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.app-footer-top-item {
  margin-top: 23px;
  font-size: 28px;
  font-family:
    PingFang SC,
    PingFang SC-Semibold;
  font-weight: Semibold;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  line-height: 40px;
}
.app-footer-down-btns {
  margin-top: 24px;
}
.app-footer-down-btn {
  margin-bottom: 12px;
  height: 41px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 8px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.app-footer-down-btn .icon {
  flex: none;
  margin-right: 12px;
  width: 16px;
  height: 15px;
  background-image: url(../images/index/icon_arrow_down_active.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.app-footer-down-btn .label {
  font-size: 18px;
  font-family:
    PingFang SC,
    PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  line-height: 25px;
}

/* 法语版本字体调整 */
body.lang-fr .app-footer-down-btn .label {
  font-size: 16px;
}
.app-footer-down-btn:hover .icon {
  background-image: url(../images/index/icon_arrow_down.png);
}
.app-footer-down-btn:hover .label {
  color: #ffffff;
}
.app-footer-down-btn:hover {
  background: #00c7bf;
}
.app-footer-hr{
    height: 1px;
    background-color: rgba(224,224,224,0.36);
}
.app-footer-bottom{
    padding: 16px 0 19px;
    display: flex;
    justify-content: space-between;
}
.app-footer-bottom-label{
    font-size: 12px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: Regular;
	text-align: left;
	color: rgba(255,255,255,0.6);
	line-height: 17px;
}

/* ========== 移动端适配 ========== */

@media (max-width: 1199px) {
  .app-footer {
    padding: 0 16px;
  }

  .app-footer-top {
    padding: 32px 0;
  }

  .app-footer-logo {
    width: 200px;
    height: 42px;
  }

  .app-footer-top-list {
    flex-direction: column;
  }

  .app-footer-top-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .app-footer-top-site-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .app-footer-top-item-row-text {
    font-size: 14px;
    line-height: 24px;
  }

  .app-footer-top-item {
    font-size: 20px;
  }

  .app-footer-down-btn .label {
    font-size: 14px;
  }

  .app-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .app-footer-bottom-label {
    margin-bottom: 8px;
  }
}
