@charset "UTF-8";

.footer-005 {
  background-color: #003460;
  z-index: 1;
  position: relative;
  background-size: cover;
}

.footer-005 .links {
  max-height: 0.6rem;
  overflow: hidden;
  transition: max-height 0.5s;
}

.footer-005 .links.show-more .layout .pc-links ul {
  padding-right: 0.1rem;
}

.footer-005 .links.show-more .layout .pc-links .pc-more-link {
  display: flex;
}

.footer-005 .links.open {
  max-height: 2.4rem;
}

.footer-005 .links.open a.pc-more-link i {
  transform: rotate(180deg);
}

.footer-005 .links .layout {
  position: relative;
}

.footer-005 .links .layout .pc-links ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-005 .links .layout .pc-links ul li {
  line-height: 0.6rem;
  height: 0.6rem;
  flex-shrink: 0;
}

.footer-005 .links .layout .pc-links ul li+li {
  margin-right: 0.4rem;
}

.footer-005 .links .layout .pc-links ul li.tit {
  font-weight: bold;
  color: #fff;
  margin-right: 0.2rem;
}

.footer-005 .links .layout .pc-links ul li a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer-005 .links .layout a.more-link {
  position: absolute;
  right: 0;
  top: 0.24rem;
  display: none;
  align-items: center;
}

.footer-005 .links .layout a.more-link span {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1;
}

.footer-005 .links .layout a.more-link i {
  color: #DFB728;
  font-size: 0.14rem;
  margin-left: 0.08rem;
  transition: all 0.3s;
}

.footer-005 .links .layout a.more-link.active i {
  transform: rotate(180deg);
}

.footer-005 .links .layout .m-links {
  display: none;
  position: relative;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-005 .links .layout .m-links ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-005 .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-005 .footer-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-005 .footer-info .footer-info-bottom {
  padding: 0.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-005 .footer-info .footer-info-bottom .add-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

.footer-005 .footer-info .footer-info-bottom .add-list li {
  display: flex;
  align-items: center;
  color: #fff;
}

.footer-005 .footer-info .footer-info-bottom .add-list li i {
  margin-right: 0.05rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-005 .footer-info .footer-info-bottom .add-list li p {
  font-size: 0.16rem;
  line-height: 1;
}

.footer-005 .footer-info .footer-info-bottom .add-list li p span {
  color: rgba(255, 255, 255, 0.5);
}

.footer-005 .footer-info .footer-info-bottom .add-list li:last-child {
  justify-content: flex-end;
}

.footer-005 .footer-info .footer-info-bottom .inner-info {
  display: flex;
  justify-content: space-between;
}

.footer-005 .footer-info .footer-info-bottom .left-info a.logo {
  display: block;
  overflow: hidden;
  z-index: 2024;
}

.footer-005 .footer-info .footer-info-bottom .left-info a.logo img {
  height: 0.8rem;
  position: relative;
}

.footer-005 .footer-info .footer-info-bottom .left-info ul li {
  font-size: 0.14rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.14rem;
}

.footer-005 .footer-info .footer-info-bottom .left-info ul li span {
  color: rgba(255, 255, 255, 0.5);
}

.footer-005 .footer-info .footer-info-bottom .left-info ul li a {
  color: #fff;
}

.footer-005 .footer-info .footer-info-bottom .right-info {
  display: flex;
  align-items: center;
}

.footer-005 .footer-info .footer-info-bottom .right-info .address-phone {
  margin-right: 0.3rem;
}

.footer-005 .footer-info .footer-info-bottom .right-info .address-phone .richtext-box ul li {
  font-size: 0.14rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.14rem;
}

.footer-005 .footer-info .footer-info-bottom .right-info .address-phone .richtext-box ul li span {
  color: rgba(255, 255, 255, 0.5);
}

.footer-005 .footer-info .footer-info-bottom .right-info .address-phone .richtext-box ul li a {
  color: #fff;
}

.footer-005 .footer-info .footer-info-bottom .right-info .address-phone .column-list {
  margin-top: 0.2rem;
  display: flex;
}

.footer-005 .footer-info .footer-info-bottom .right-info .address-phone .column-list li {
  margin-right: 0.1rem;
}

.footer-005 .footer-info .footer-info-bottom .right-info .address-phone .column-list li a {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  padding: 0.1rem;
  transition: all 0.3s;
}

.footer-005 .footer-info .footer-info-bottom .right-info .address-phone .column-list li a:hover {
  background-color: #fff;
}

.footer-005 .footer-info .footer-info-bottom .right-info .address-phone .column-list li a:hover i {
  background-color: rgba(21, 134, 217, 0.3);
  color: var(--ruifox-color-primary-1);
}

.footer-005 .footer-info .footer-info-bottom .right-info .address-phone .column-list li a:hover p {
  color: var(--ruifox-color-primary-1);
}

.footer-005 .footer-info .footer-info-bottom .right-info .address-phone .column-list li a i {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.04rem;
  padding: 0.05rem;
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.1rem;
}

.footer-005 .footer-info .footer-info-bottom .right-info .address-phone .column-list li a p {
  font-size: 0.16rem;
  color: #fff;
}

.footer-005 .footer-info .footer-info-bottom .right-info .right-qr {
  display: flex;
  margin-right: -0.1rem;
}

.footer-005 .footer-info .footer-info-bottom .right-info .right-qr .qr-item {
  margin: 0 0.1rem 0.1rem 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.08rem;
  padding: 0.1rem;
  position: relative;
}

.footer-005 .footer-info .footer-info-bottom .right-info .right-qr .qr-item img {
  width: 1.2rem;
  margin-bottom: 0.05rem;
}

.footer-005 .footer-info .footer-info-bottom .right-info .right-qr .qr-item>span {
  font-size: 0.14rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: block;
}

.footer-005 .bottom .layout {
  display: flex;
  justify-content: space-between;
  height: 0.6rem;
  align-items: center;
}

.footer-005 .bottom .layout .left-author span {
  font-size: 0.14rem;
}

.footer-005 .bottom .layout .left-author a {
  color: #fff;
}

.footer-005 .bottom .layout .left-author a:hover {
  color: #cfb36d;
}

.footer-005 .bottom .layout .share-box {
  font-size: 0;
}

.footer-005 .bottom .layout .share-box span {
  font-family: 微软雅黑, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 0.14rem;
}

.footer-005 .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-005 .bottom .layout .share-box .share-btn i {
  font-size: 0.2rem;
  color: #fff;
}

.footer-005 .bottom .layout .share-box .share-btn+.share-btn {
  margin-left: 0.1rem;
}

@media (max-width: 960px) {
  .footer-005 .links {
    max-height: none;
  }

  .footer-005 .links .layout .pc-links ul li.link-item,
  .footer-005 .links .layout .pc-links ul li.tit u {
    display: none;
  }

  .footer-005 .links .layout .pc-links .pc-more-link {
    display: none !important;
  }

  .footer-005 .links .layout .pc-links .m-more-link {
    display: flex;
    top: 22px;
    right: 20px;
  }

  .footer-005 .footer-info .footer-info-bottom {
    padding: 20px 0;
  }

  .footer-005 .footer-info .footer-info-bottom .left-info a.logo img {
    height: auto;
    max-width: 320px;
  }

  .footer-005 .footer-info .footer-info-bottom .inner-info {
    flex-wrap: wrap;
  }

  .footer-005 .footer-info .footer-info-bottom .left-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-005 .footer-info .footer-info-bottom .right-info {
    width: 100%;
    flex-direction: column;
  }

  .footer-005 .footer-info .footer-info-bottom .right-info .address-phone {
    margin-right: 0;
  }

  .footer-005 .footer-info .footer-info-bottom .right-info .address-phone .richtext-box ul {
    text-align: center;
  }

  .footer-005 .footer-info .footer-info-bottom .right-info .address-phone .richtext-box ul li {
    margin-bottom: 12px;
  }

  .footer-005 .footer-info .footer-info-bottom .right-info .address-phone .column-list {
    justify-content: center;
  }

  .footer-005 .footer-info .footer-info-bottom .right-info .right-qr {
    justify-content: center;
    margin-right: 0;
    margin-top: 10px;
  }

  .footer-005 .footer-info .footer-info-bottom .right-info .right-qr .qr-item {
    margin: 0 5px 10px;
  }

  .footer-005 .bottom .layout {
    justify-content: center;
  }

  .footer-005 .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=footer005.css.map */