@charset "UTF-8";

.footer-002 {
  background-color: #003460;
  z-index: 1;
  position: relative;
}

.footer-002 .links {
  max-height: 0.6rem;
  overflow: hidden;
  transition: max-height 0.5s;
}

.footer-002 .links.show-more .layout .pc-links ul {
  padding-right: 0.1rem;
}

.footer-002 .links.show-more .layout .pc-links .pc-more-link {
  display: flex;
}

.footer-002 .links.open {
  max-height: 2.4rem;
}

.footer-002 .links.open a.pc-more-link i {
  transform: rotate(180deg);
}

.footer-002 .links .layout {
  position: relative;
}

.footer-002 .links .layout .pc-links ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-002 .links .layout .pc-links ul li {
  line-height: 0.6rem;
  height: 0.6rem;
  flex-shrink: 0;
}

.footer-002 .links .layout .pc-links ul li+li {
  margin-right: 0.4rem;
}

.footer-002 .links .layout .pc-links ul li.tit {
  font-weight: bold;
  color: #fff;
  margin-right: 0.2rem;
}

.footer-002 .links .layout .pc-links ul li a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer-002 .links .layout a.more-link {
  position: absolute;
  right: 0;
  top: 0.24rem;
  display: none;
  align-items: center;
}

.footer-002 .links .layout a.more-link span {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1;
}

.footer-002 .links .layout a.more-link i {
  color: #DFB728;
  font-size: 0.14rem;
  margin-left: 0.08rem;
  transition: all 0.3s;
}

.footer-002 .links .layout a.more-link.active i {
  transform: rotate(180deg);
}

.footer-002 .links .layout .m-links {
  display: none;
  position: relative;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-002 .links .layout .m-links ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-002 .links .layout .m-links ul li a {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 20px;
}

.footer-002 .footer-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-002 .footer-info .footer-info-top {
  padding: 0.4rem 0;
  display: flex;
  justify-content: space-between;
}

.footer-002 .footer-info .footer-info-top a.logo {
  display: block;
  height: 1.02rem;
  width: 5.84rem;
  overflow: hidden;
  z-index: 2024;
}

.footer-002 .footer-info .footer-info-top a.logo img {
  max-width: 100%;
  position: relative;
}

.footer-002 .footer-info .footer-info-top .columns {
  display: flex;
}

.footer-002 .footer-info .footer-info-top .columns ul {
  margin-left: 0.4rem;
}

.footer-002 .footer-info .footer-info-top .columns ul li {
  margin-bottom: 0.1rem;
}

.footer-002 .footer-info .footer-info-top .columns ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.14rem;
}

.footer-002 .footer-info .footer-info-top .columns ul li a:hover {
  color: #cfb36d;
}

.footer-002 .footer-info .footer-info-top .columns ul li:first-child a {
  color: #fff;
  font-size: 0.16rem;
}

.footer-002 .footer-info .footer-info-bottom {
  padding: 0.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-002 .footer-info .footer-info-bottom .add-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

.footer-002 .footer-info .footer-info-bottom .add-list li {
  display: flex;
  align-items: center;
  color: #fff;
}

.footer-002 .footer-info .footer-info-bottom .add-list li i {
  margin-right: 0.05rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-002 .footer-info .footer-info-bottom .add-list li p {
  font-size: 0.16rem;
  line-height: 1;
}

.footer-002 .footer-info .footer-info-bottom .add-list li p span {
  color: rgba(255, 255, 255, 0.5);
}

.footer-002 .footer-info .footer-info-bottom .add-list li:last-child {
  justify-content: flex-end;
}

.footer-002 .footer-info .footer-info-bottom .inner-info {
  display: flex;
  justify-content: space-between;
}

.footer-002 .footer-info .footer-info-bottom .info-item {
  width: 4.3rem;
}

.footer-002 .footer-info .footer-info-bottom .left-info {
  font-size: 0;
}

.footer-002 .footer-info .footer-info-bottom .left-info .copyright-info {
  display: flex;
  align-items: center;
}

.footer-002 .footer-info .footer-info-bottom .left-info .copyright-info a.institution-logo {
  display: block;
}

.footer-002 .footer-info .footer-info-bottom .left-info .copyright-info ul li {
  font-size: 0.14rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.14rem;
}

.footer-002 .footer-info .footer-info-bottom .left-info .copyright-info ul li span {
  color: rgba(255, 255, 255, 0.5);
}

.footer-002 .footer-info .footer-info-bottom .left-info .copyright-info ul li a {
  color: #fff;
}

.footer-002 .footer-info .footer-info-bottom .address-phone ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 1.5rem;
}

.footer-002 .footer-info .footer-info-bottom .address-phone ul li {
  font-size: 0.14rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.14rem;
  margin-right: 0.3rem;
}

.footer-002 .footer-info .footer-info-bottom .address-phone ul li span {
  color: rgba(255, 255, 255, 0.5);
}

.footer-002 .footer-info .footer-info-bottom .address-phone ul li a {
  color: #fff;
}

.footer-002 .footer-info .footer-info-bottom .right-qr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: -0.1rem;
}

.footer-002 .footer-info .footer-info-bottom .right-qr .qr-item {
  margin: 0 0.1rem 0.1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1.4rem;
    z-index: 1;
}
.footer-002 .footer-info .footer-info-bottom .right-qr .qr-item img {
  width: 1.2rem;
    width: 1.2rem;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer-002 .footer-info .footer-info-bottom .right-qr .qr-item span {
  text-align: center;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}


.footer-002 .bottom .layout {
  display: flex;
  justify-content: space-between;
  height: 0.6rem;
  align-items: center;
}

.footer-002 .bottom .layout .left-author span {
  font-size: 0.14rem;
}

.footer-002 .bottom .layout .left-author a {
  color: #fff;
}

.footer-002 .bottom .layout .left-author a:hover {
  color: #cfb36d;
}

.footer-002 .bottom .layout .share-box {
  font-size: 0;
}

.footer-002 .bottom .layout .share-box span {
  font-family: 微软雅黑, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 0.14rem;
}

.footer-002 .bottom .layout .share-box .share-btn {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  text-align: center;
  line-height: 0.32rem;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.15);
}

.footer-002 .bottom .layout .share-box .share-btn i {
  font-size: 0.2rem;
  color: #fff;
}

.footer-002 .bottom .layout .share-box .share-btn+.share-btn {
  margin-left: 0.1rem;
}


@media (max-width: 960px) {
  .footer-002 .links {
    max-height: none;
  }

  .footer-002 .links .layout .pc-links ul li.link-item,
  .footer-002 .links .layout .pc-links ul li.tit u {
    display: none;
  }

  .footer-002 .links .layout .pc-links .pc-more-link {
    display: none !important;
  }

  .footer-002 .links .layout .pc-links .m-more-link {
    display: flex;
    top: 22px;
    right: 20px;
  }

  .footer-002 .footer-info .footer-info-top {
    display: none;
  }

  .footer-002 .footer-info .footer-info-bottom {
    padding: 20px 0;
  }

  .footer-002 .footer-info .footer-info-bottom .add-list {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .footer-002 .footer-info .footer-info-bottom .add-list li {
    width: auto;
    margin-bottom: 10px;
    justify-content: center !important;
  }

  .footer-002 .footer-info .footer-info-bottom .add-list li i {
    display: none;
  }

  .footer-002 .footer-info .footer-info-bottom .add-list li:last-child {
    padding-left: 5em;
  }

  .footer-002 .footer-info .footer-info-bottom .add-list li:last-child p {
    text-indent: -5em;
  }

  .footer-002 .footer-info .footer-info-bottom .inner-info {
    flex-wrap: wrap;
  }

  .footer-002 .footer-info .footer-info-bottom .info-item {
    width: 100%;
  }

  .footer-002 .footer-info .footer-info-bottom .left-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-002 .footer-info .footer-info-bottom .left-info .copyright-info {
    flex-direction: column;
  }

  .footer-002 .footer-info .footer-info-bottom .left-info .copyright-info a.institution-logo {
    margin-bottom: 10px !important;
  }
    .footer-002 .footer-info .footer-info-bottom .left-info .copyright-info a.institution-logo img {
      margin-right: 0!important;
    }
  .footer-002 .footer-info .footer-info-bottom .address-phone ul {
    text-align: center;
  }

  .footer-002 .footer-info .footer-info-bottom .address-phone ul li {
    margin-bottom: 12px;
  }

  .footer-002 .footer-info .footer-info-bottom .right-qr {
    justify-content: center;
    margin-right: 0;
  }

  .footer-002 .footer-info .footer-info-bottom .right-qr .qr-item {
    margin: 0 5px 10px;
  }

  .footer-002 .bottom .layout {
    justify-content: center;
  }

  .footer-002 .bottom .layout .share-box {
    display: none;
  }
}

.qr-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.qr-container .qr-content {
  width: 300px;
  height: 320px;
  background-color: #fff;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qr-container .qr-content i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.qr-container .qr-content p {
  margin: 0.1rem 0 0;
  font-size: 0.18rem;
  color: #333;
}

/*# sourceMappingURL=ruifox-footer002.css.map */