@charset "UTF-8";

.footer-004 {
  background-color: #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  z-index: 1;
  position: relative;
}

.footer-004 .links {
  padding-top: 0.2rem;
}

.footer-004 .links .layout {
  position: relative;
}

.footer-004 .links .layout .inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-004 .links .layout .inner-box .left-links {
  position: relative;
  width: 2rem;
}

.footer-004 .links .layout .inner-box .left-links .tit {
  display: flex;
  height: 0.46rem;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 0.15rem;
  text-align: center;
}

.footer-004 .links .layout .inner-box .left-links .tit span {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.5;
}

.footer-004 .links .layout .inner-box .left-links .tit i {
  color: #333;
}

.footer-004 .links .layout .inner-box .left-links .tit.on i {
  transform: rotateX(180deg);
}

.footer-004 .links .layout .inner-box .left-links ul {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  border-bottom: none;
  padding: 0.1rem 0.15rem;
  display: none;
  transform-origin: bottom;
  border: 1px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background: #f3ece4;
  z-index: 2;
}

.footer-004 .links .layout .inner-box .left-links ul li {
  text-align: justify;
  padding: 0.05rem 0;
}

.footer-004 .links .layout .inner-box .left-links ul li a {
  font-size: 0.16rem;
  color: #333;
}

.footer-004 .links .layout .inner-box .left-links ul li a:hover {
  color: #be9b66;
}

.footer-004 .links .layout .inner-box .right-columns ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-004 .links .layout .inner-box .right-columns ul li {
  margin-right: 0.6rem;
  position: relative;
  z-index: 1;
}

.footer-004 .links .layout .inner-box .right-columns ul li .before {
  position: absolute;
  top: 0.05rem;
  width: 1px;
  height: 0.18rem;
  background: rgba(0, 0, 0, 0.3);
  right: -0.3rem;
  transform: rotate(25deg);
}

.footer-004 .links .layout .inner-box .right-columns ul li:last-child {
  margin-right: 0;
}

.footer-004 .links .layout .inner-box .right-columns ul li:last-child .before {
  display: none;
}

.footer-004 .links .layout .inner-box .right-columns ul li a {
  color: #333;
  font-size: 0.18rem;
}

.footer-004 .links .layout .inner-box .right-columns ul li a:hover {
  color: #be9b66;
}

.footer-004 .footer-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.footer-004 .footer-info .bg {
  max-height: calc(100% + 0.54rem);
  max-width: 80%;
  opacity: 0.4;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.footer-004 .footer-info .inner-info {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.footer-004 .footer-info .inner-info .address-phone .logo {
  display: block;
  overflow: hidden;
  z-index: 2024;
  margin-bottom: 0.1rem;
}

.footer-004 .footer-info .inner-info .address-phone .logo img {
  height: auto;
  width: 3rem;
  position: relative;
}

.footer-004 .footer-info .inner-info .address-phone ul li {
  font-size: 0.18rem;
  line-height: 1;
  color: #333;
  margin-bottom: 0.14rem;
  display: flex;
}

.footer-004 .footer-info .inner-info .address-phone ul li span {
  color: rgba(51, 51, 51, 0.5);
}

.footer-004 .footer-info .inner-info .address-phone ul li a {
  color: #333;
}

.footer-004 .footer-info .inner-info .right-qr {
  width: 4.68rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: -0.1rem;
}

.footer-004 .footer-info .inner-info .right-qr .qr-item {
  margin: 0 0.1rem 0.1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.footer-004 .footer-info .inner-info .right-qr .qr-item img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.footer-004 .footer-info .inner-info .right-qr .qr-item span {
  text-align: center;
  font-size: 0.14rem;
  line-height: 1;
  color: #333333;
}

.footer-004 .footer-info .inner-info .right-qr .qr-item:hover>span {
  color: var(--ruifox-color-primary-1);
}

.footer-004 .footer-info .inner-info .right-qr .qr-item:hover i {
  color: var(--ruifox-color-primary-1);
}

.footer-004 .bottom .layout {
  display: flex;
  justify-content: space-between;
  height: 0.6rem;
  align-items: center;
}

.footer-004 .bottom .layout .left-box {
  display: flex;
  align-items: center;
}

.footer-004 .bottom .layout .left-box .institution-logo {
  font-size: 0;
}

.footer-004 .bottom .layout .left-box .institution-logo img {
  object-fit: contain;
}

.footer-004 .bottom .layout .left-box ul {
  display: flex;
}

.footer-004 .bottom .layout .left-box ul li {
  font-size: 14px !important;
  margin-right: 20px;
}

.footer-004 .bottom .layout .left-box ul li span {
  font-size: 14px !important;
}
.footer-004 .bottom .layout .gotop {
  
}
.footer-004 .bottom .layout .share-box {
  font-size: 0;
}

.footer-004 .bottom .layout .share-box span {
  font-family: 微软雅黑, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  font-size: 0.14rem;
}

.footer-004 .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-004 .bottom .layout .share-box .share-btn i {
  font-size: 0.2rem;
  color: #fff;
}

.footer-004 .bottom .layout .share-box .share-btn+.share-btn {
  margin-left: 0.1rem;
}

@media (max-width: 960px) {
  .footer-004 .links {
    max-height: none;
  }
.footer-004 .links .layout .inner-box {
  justify-content: center;
}
.footer-004 .links .layout .inner-box .right-columns {
   display: none;
 }
  .footer-004 .footer-info .inner-info {
    padding: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-004 .footer-info .inner-info .info-item.address-phone {
    /* text-align: center; */
    width: 6rem;
  }

  .footer-004 .footer-info .inner-info .address-phone a.logo {
    margin: 0 auto 0.2rem;
  }

  .footer-004 .footer-info .inner-info .address-phone a.logo img {
    width: 320px !important;
    height: auto;
  }
.footer-004 .footer-info .inner-info .address-phone ul li {
  /* justify-content: center; */
}
  .footer-004 .footer-info .inner-info .info-item {
    width: 100%;
  }

  .footer-004 .footer-info .inner-info .left-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-004 .footer-info .inner-info .left-info .logo {
    max-width: 280px;
    margin-bottom: 10px;
  }

  .footer-004 .footer-info .inner-info .left-info ul li {
    text-align: center;
  }

  .footer-004 .footer-info .inner-info .columns {
    display: none;
  }

  .footer-004 .footer-info .inner-info .right-qr {
    margin-top: 20px;
    justify-content: center;
    margin-right: 0;
  }

  .footer-004 .footer-info .inner-info .right-qr .qr-item {
    margin: 0 5px 10px;
    width: 46%;
  }
.footer-004 .footer-info .inner-info .right-qr .qr-item img {
  width: 1.6rem;
  height: 1.6rem;
}
  .footer-004 .bottom .layout {
    padding: 15px 0;
    flex-direction: column;
    height: auto;
  }

  .footer-004 .bottom .layout .left-box {
    flex-direction: column;
  }

  .footer-004 .bottom .layout .left-box .institution-logo {
    margin-bottom: 10px;
  }

  .footer-004 .bottom .layout .left-box ul {
    flex-direction: column;
  }

  .footer-004 .bottom .layout .left-box ul li {
    text-align: center;
    margin-bottom: 5px;
  }

  .footer-004 .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: white;
  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=footer004.css.map */