@charset "UTF-8";
.footer-003 {
  background-color: #f5f5f5;
  /* border-top: 1px solid #d7d7d7; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  z-index: 1;
  position: relative; }
  .footer-003 .links {
    max-height: 0.6rem;
    overflow: hidden;
    transition: max-height 0.5s; }
    .footer-003 .links.show-more .layout .pc-links ul {
      padding-right: 0.1rem; }
    .footer-003 .links.show-more .layout .pc-links .pc-more-link {
      display: flex; }
    .footer-003 .links.open {
      max-height: 2.4rem; }
      .footer-003 .links.open a.pc-more-link i {
        transform: rotate(180deg); }
    .footer-003 .links .layout {
      position: relative; }
      .footer-003 .links .layout .pc-links ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .footer-003 .links .layout .pc-links ul li {
          line-height: 0.6rem;
          height: 0.6rem;
          flex-shrink: 0; }
          .footer-003 .links .layout .pc-links ul li + li {
            margin-right: 0.4rem; }
          .footer-003 .links .layout .pc-links ul li.tit {
            font-weight: bold;
            color: #fff;
            margin-right: 0.2rem; }
          .footer-003 .links .layout .pc-links ul li a {
            font-size: 0.14rem;
            color: rgba(255, 255, 255, 0.8); }
      .footer-003 .links .layout a.more-link {
        position: absolute;
        right: 0;
        top: 0.24rem;
        display: none;
        align-items: center; }
        .footer-003 .links .layout a.more-link span {
          font-size: 0.14rem;
          color: #fff;
          line-height: 1; }
        .footer-003 .links .layout a.more-link i {
          color: #DFB728;
          font-size: 0.14rem;
          margin-left: 0.08rem;
          transition: all 0.3s; }
        .footer-003 .links .layout a.more-link.active i {
          transform: rotate(180deg); }
      .footer-003 .links .layout .m-links {
        display: none;
        position: relative;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
        .footer-003 .links .layout .m-links ul {
          display: flex;
          flex-wrap: wrap; }
          .footer-003 .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-003 .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-003 .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-003 .footer-info .inner-info {
      padding-top: 0.6rem;
      padding-bottom: 0.5rem;
      display: flex;
      justify-content: space-between; }
      .footer-003 .footer-info .inner-info .address-phone {
        width: 3.5rem; }
        .footer-003 .footer-info .inner-info .address-phone .logo {
          display: block;
          
          overflow: hidden;
          z-index: 2024;
          margin-bottom: 0.1rem; }
          .footer-003 .footer-info .inner-info .address-phone .logo img {
            height: auto;
              width: 3rem;
            position: relative; }
        .footer-003 .footer-info .inner-info .address-phone ul li {
          font-size: 0.14rem;
          line-height: 1;
          color: #fff;
          margin-bottom: 0.14rem; }
          .footer-003 .footer-info .inner-info .address-phone ul li span {
            color: rgba(255, 255, 255, 0.5); }
          .footer-003 .footer-info .inner-info .address-phone ul li a {
            color: #fff; }
      .footer-003 .footer-info .inner-info .columns {
        width: 5rem;
        display: flex; }
        .footer-003 .footer-info .inner-info .columns ul {
          margin-left: 0.4rem; }
          .footer-003 .footer-info .inner-info .columns ul li {
            margin-bottom: 0.1rem; }
            .footer-003 .footer-info .inner-info .columns ul li a {
              color: #666;
              font-size: 0.16rem; }
              .footer-003 .footer-info .inner-info .columns ul li a:hover {
                color: var(--ruifox-color-primary-1); }
            .footer-003 .footer-info .inner-info .columns ul li:first-child a {
              color: #333;
              font-size: 0.16rem; }
      .footer-003 .footer-info .inner-info .right-qr {
        width: 3rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-right: -0.1rem; }
        .footer-003 .footer-info .inner-info .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-003 .footer-info .inner-info .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-003 .footer-info .inner-info .right-qr .qr-item span {
            text-align: center;
            font-size: 14px;
            line-height: 1;
            color: #fff; }
          /* .footer-003 .footer-info .inner-info .right-qr .qr-item:hover > span {
            color: var(--ruifox-color-primary-1); } */
          .footer-003 .footer-info .inner-info .right-qr .qr-item:hover i {
            color: var(--ruifox-color-primary-1); }
  .footer-003 .bottom .layout {
    display: flex;
    justify-content: space-between;
    height: 0.6rem;
    align-items: center; }
    .footer-003 .bottom .layout .left-box {
      display: flex;
      align-items: center; }
      .footer-003 .bottom .layout .left-box img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
      .footer-003 .bottom .layout .left-box ul {
        display: flex; }
        .footer-003 .bottom .layout .left-box ul li {
          color: #fff;
          font-size: 14px !important;
          margin-right: 20px; }
          .footer-003 .bottom .layout .left-box ul li span {
            font-size: 14px !important; }
          .footer-003 .bottom .layout .left-box ul li a {
            color: #fff; }
    .footer-003 .bottom .layout .share-box {
      font-size: 0; }
      .footer-003 .bottom .layout .share-box span {
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: white;
        font-size: 0.14rem; }
      .footer-003 .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-003 .bottom .layout .share-box .share-btn i {
          font-size: 0.2rem;
          color: #fff; }
        .footer-003 .bottom .layout .share-box .share-btn + .share-btn {
          margin-left: 0.1rem; }
  @media (max-width: 960px) {
    .footer-003 .links {
      max-height: none; }
      .footer-003 .links .layout .pc-links ul li.link-item, .footer-003 .links .layout .pc-links ul li.tit u {
        display: none; }
      .footer-003 .links .layout .pc-links .pc-more-link {
        display: none !important; }
      .footer-003 .links .layout .pc-links .m-more-link {
        display: flex;
        top: 22px;
        right: 20px; }
    .footer-003 .footer-info .inner-info {
      padding: 20px 0;
      flex-wrap: wrap; }
      .footer-003 .footer-info .inner-info .address-phone {
        text-align: center; }
        .footer-003 .footer-info .inner-info .address-phone a.logo {
          margin: 0 auto 0.2rem; }
      .footer-003 .footer-info .inner-info .info-item {
        width: 100%; }
      .footer-003 .footer-info .inner-info .left-info {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .footer-003 .footer-info .inner-info .left-info .logo {
          max-width: 280px;
          margin-bottom: 10px; }
        .footer-003 .footer-info .inner-info .left-info ul li {
          text-align: center; }
      .footer-003 .footer-info .inner-info .columns {
        display: none; }
      .footer-003 .footer-info .inner-info .right-qr {
        margin-top: 20px;
        justify-content: center;
        margin-right: 0; }
        .footer-003 .footer-info .inner-info .right-qr .qr-item {
          margin: 0 5px 10px; }
    .footer-003 .bottom .layout {
      padding: 15px 0;
      flex-direction: column;
      height: auto; }
      .footer-003 .bottom .layout .left-box {
        flex-direction: column; }
        .footer-003 .bottom .layout .left-box .institution-logo {
          margin-bottom: 10px; }
        .footer-003 .bottom .layout .left-box ul {
          flex-direction: column; }
          .footer-003 .bottom .layout .left-box ul li {
            text-align: center;
            margin-bottom: 5px; }
      .footer-003 .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=footer003.css.map */
