@import url("./public.css"); /* 通用样式 */
@font-face {
  font-family: "tzt";
  src: url("/static/font/title.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.footer-box {
  background-color: #122136;
  /* height: 500px; */
}
.footer-box .footer-content-box {
  width: 1200px;
  margin: 0 auto;
}

.footer-box .footer-func-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* padding: 50px 15% 0; */
  padding-top: 50px;
  width: 100%;
}

/* logo */
.footer-logo {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  padding-top: 40px;
}

.footer-func-extend {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  /* align-items: flex-start;
  justify-content: space-between; */
}

.footer-func-extend-item {
  width: calc(100% / 3);
  color: #fff;
}
.footer-func-extend-item .footer-func-extend-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-func-extend-item .footer-func-extend-item-title::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background-color: #436390;
  margin-top: 18px;
}

.footer-func-extend-item .footer-func-extend-item-content {
  color: #a1b4d0;
  font-size: 14px;
  font-family: sans-serif;
  margin-right: 60px;
  line-height: 25px;
}
.footer-func-extend-item .footer-func-extend-item-content-list {
  /* display: flex;
    flex-direction: column;
    align-items: flex-end; */
}
.footer-func-extend-item-content-list .footer-func-extend-item-content-list-li {
  margin-bottom: 10px;
  color: #a1b4d0;
  font-size: 14px;
  font-family: sans-serif;
  cursor: pointer;
}

.footer-func-extend-item-content-list
  .footer-func-extend-item-content-list-li:hover {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 14px;
}

.footer-func-extend .footer-func-extend-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-func-extend .footer-func-extend-content {
  /* display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px; */
  display: flex;
  align-items: center;
  width: 100%;
}

.footer-func-extend-content .footer-func-extend-item {
  display: flex;
  align-items: center;
  margin-right: 10px;
  /* width: 100%;
  font-family: sans-serif;
  color: #a1b4d0;
  font-size: 14px; */
}
.footer-func-extend-item .item-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.footer-func-extend-item .item-text {
  color: #a1b4d0;
  font-size: 14px;
}
.footer-func-extend-item-qr {
  width: 120px;
  height: 120px;
  margin-top: 20px;
}

.footer-box .footer-website-box {
  padding: 20px 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #445877;
  font-size: 14px;
  border-top: 1px solid #ffffff;
}

.footer-website-box .website-copyright {
}

.footer-website-box .website-code {
  color: #445877;
  margin-left: 5px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .footer-box .footer-content-box {
    width: auto;
    margin: 0 30px;
  }

  .footer-logo {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
  }

  .footer-func-extend {
    margin-top: 10px;
    display: block;
  }
  .footer-func-extend-item {
    width: 100%;
    color: #fff;
  }
  .footer-func-extend-item .footer-func-extend-item-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .footer-func-extend-item .footer-func-extend-item-title::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background-color: #436390;
    margin-top: 10px;
  }

  .footer-func-extend-item .footer-func-extend-item-content {
    color: #a1b4d0;
    font-size: 12px;
    font-family: sans-serif;
    margin-right: 60px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .footer-func-extend-item .footer-func-extend-item-content-list {
    /* display: flex;
      flex-direction: column;
      align-items: flex-end; */
  }
  .footer-func-extend-item-content-list
    .footer-func-extend-item-content-list-li {
    margin-bottom: 10px;
    color: #a1b4d0;
    font-size: 12px;
    font-family: sans-serif;
    cursor: pointer;
  }

  .footer-func-extend-item-content-list
    .footer-func-extend-item-content-list-li:hover {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
  }

  /* -------------------------------------- */
  .footer-func-extend .footer-func-extend-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .footer-func-extend .footer-func-extend-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer-box .footer-website-box {
    display: block;
    padding: 10px 0;
  }
  .footer-website-box .website-copyright {
    text-align: center;
  }
  .footer-website-box .website-code {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
}
