@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 18);
  }
}
@media (min-width: 768px) and (max-width: 1921.99px) {
  html {
    font-size: calc(100vw / 19.2);
  }
}
@media (min-width: 1922px) and (max-width: 2558.99px) {
  html {
    font-size: calc(100vw / 22.4);
  }
}
@media (min-width: 2559px) and (max-width: 4000px) {
  html {
    font-size: calc(100vw / 25.6);
  }
}
/* 手机 */
@media (max-width: 768px) {
  .wp-footer {
    width: 100%;
    height: 100%;
    padding: 10% 5% 3%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .wp-footer .wp-footer-main {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .wp-footer .wp-footer-main .wp-footer-col {
    position: relative;
    width: 100%;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-social {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.33333333rem;
    width: 100%;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-social .wp-social-item {
    width: 1.66666667rem;
    height: 1.66666667rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-social .wp-social-item .icon {
    display: block;
    fill: #0b3474;
    width: 1rem;
    height: 1rem;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-footer-company {
    color: #fff;
    font-size: 0.8rem;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-footer-code {
    display: none;
  }
  .wp-footer .wp-footer-main .wp-footer-contact {
    margin-top: 1.33333333rem;
    width: 100%;
  }
  .wp-footer .wp-footer-main .wp-footer-contact .wp-footer-block {
    margin-bottom: 1rem;
  }
  .wp-footer .wp-footer-main .wp-footer-contact .wp-footer-block .wp-footer-label {
    margin-bottom: 0.33333333rem;
    color: #fff;
    font-size: 0.66666667rem;
  }
  .wp-footer .wp-footer-main .wp-footer-contact .wp-footer-block .wp-footer-phone a {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
  }
  .wp-footer .wp-footer-main .wp-footer-contact .wp-footer-block .wp-footer-text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.53333333rem;
  }
  .wp-footer .wp-footer-main .wp-footer-contact .wp-footer-block .wp-footer-text a {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.53333333rem;
  }
  .wp-footer .wp-footer-main .wp-footer-nav {
    margin-bottom: 0.33333333rem;
  }
  .wp-footer .wp-footer-main .wp-footer-nav h3 {
    margin: 0 0 0.33333333rem;
    color: #fff;
    font-size: 0.66666667rem;
    line-height: 1.8;
    font-weight: 500;
  }
  .wp-footer .wp-footer-main .wp-footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 0 1rem;
  }
  .wp-footer .wp-footer-main .wp-footer-nav ul li {
    margin-bottom: 0.66666667rem;
  }
  .wp-footer .wp-footer-main .wp-footer-nav ul li a {
    color: #fff;
    font-size: 0.53333333rem;
  }
  .wp-footer .wp-footer-main .wp-footer-links {
    align-items: center;
    gap: 0 0.66666667rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.66666667rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.66666667rem;
    padding-bottom: 0.66666667rem;
  }
  .wp-footer .wp-footer-main .wp-footer-links .csaoc {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.2rem;
  }
  .wp-footer .wp-footer-main .wp-footer-links .csaoc .wp-footer-links-icon {
    width: 0.8rem;
    height: 0.8rem;
    border: 0.03333333rem solid #fff;
    border-radius: 6.66666667rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wp-footer .wp-footer-main .wp-footer-links .csaoc .wp-footer-links-icon .icon {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    fill: #fff;
  }
  .wp-footer .wp-footer-main .wp-footer-links .csaoc .scjaioc {
    display: block;
    font-size: 0.66666667rem;
  }
  .wp-footer .wp-footer-main .wp-footer-links a {
    color: #fff;
    font-size: 0.53333333rem;
    transition: color 0.25s ease;
  }
  .wp-footer .wp-footer-bottom {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.66666667rem 0 0;
    border-top: 0.06666667rem solid rgba(255, 255, 255, 0.45);
    color: #fff;
    font-size: 0.46666667rem;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.13333333rem;
  }
  .wp-footer .wp-footer-bottom p {
    color: #fff;
    font-size: 0.46666667rem;
  }
  .wp-footer .wp-footer-bottom a {
    color: #fff;
    font-size: 0.46666667rem;
  }
  /* 弹二维码 */
  .wp-qrcode-modal {
    position: fixed;
    inset: 0;
    z-index: 999999999;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .wp-qrcode-modal .wp-qrcode-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
  }
  .wp-qrcode-modal .wp-qrcode-panel {
    position: relative;
    z-index: 2;
    width: 10rem;
    padding: 1.33333333rem 0.66666667rem;
    background: #fff;
    border-radius: 0.33333333rem;
    box-shadow: 0 0.33333333rem 0.66666667rem rgba(0, 0, 0, 0.32);
    text-align: center;
    animation: wpQrcodeZoom 0.24s ease both;
  }
  .wp-qrcode-modal .wp-qrcode-panel .wp-qrcode-close {
    position: absolute;
    right: 0.8rem;
    top: 0.53333333rem;
    border: 0;
    background: none;
    color: #999;
    font-size: 0.66666667rem;
    line-height: 1;
    cursor: pointer;
  }
  .wp-qrcode-modal .wp-qrcode-panel .wp-qrcode-close:hover {
    color: #0b3474;
  }
  .wp-qrcode-modal .wp-qrcode-panel .wp-qrcode-title {
    margin-bottom: 0.66666667rem;
    color: #0b3474;
    font-size: 0.66666667rem;
    line-height: 1.4;
    font-weight: 700;
  }
  .wp-qrcode-modal .wp-qrcode-panel .wp-qrcode-bigimg {
    width: 6.66666667rem;
    height: 6.66666667rem;
    margin: 0 auto;
    padding: 0.53333333rem;
    background: #f5f7fb;
    border-radius: 0.33333333rem;
  }
  .wp-qrcode-modal .wp-qrcode-panel .wp-qrcode-bigimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @keyframes wpQrcodeZoom {
    from {
      opacity: 0;
      transform: scale(0.92) translateY(12px);
    }
    to {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }
  .wp-qrcode-modal.is-show {
    display: flex;
  }
}

/* Keep the footer QR modal out of normal document flow by default. */
.wp-qrcode-modal {
  position: fixed;
  inset: 0;
  z-index: 999999999;
  display: none !important;
  align-items: center;
  justify-content: center;
}
.wp-qrcode-modal.is-show {
  display: flex !important;
}
/* pc */
@media (min-width: 768px) {
  .wp-footer {
    width: 100%;
    height: 100%;
    padding: 0.55rem 0 0.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .wp-footer .wp-footer-main {
    position: relative;
    z-index: 2;
    width: 15rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .wp-footer .wp-footer-main .wp-footer-col {
    position: relative;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.3rem;
    width: max-content;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-social .wp-social-item {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-social .wp-social-item .icon {
    display: block;
    fill: #0b3474;
    width: 0.2rem;
    height: 0.2rem;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-social .wp-social-item:hover {
    transform: translateY(-0.03rem);
    box-shadow: 0 0.08rem 0.15rem rgba(0, 0, 0, 0.2);
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-footer-company {
    margin-bottom: 0.3rem;
    color: #fff;
    font-size: 0.16rem;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-footer-code {
    width: 1.65rem;
    text-align: center;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-footer-code .wp-footer-code-frame {
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-footer-code .wp-footer-code-frame .corner {
    position: absolute;
    width: 0.16rem;
    height: 0.16rem;
    border-color: rgba(255, 255, 255, 0.9);
    border-style: solid;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-footer-code .wp-footer-code-frame .corner-lt {
    left: 0;
    top: 0;
    border-width: 0.01rem 0 0 0.01rem;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-footer-code .wp-footer-code-frame .corner-rt {
    right: 0;
    top: 0;
    border-width: 0.01rem 0.01rem 0 0;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-footer-code .wp-footer-code-frame .corner-lb {
    left: 0;
    bottom: 0;
    border-width: 0 0 0.01rem 0.01rem;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-footer-code .wp-footer-code-frame .corner-rb {
    right: 0;
    bottom: 0;
    border-width: 0 0.01rem 0.01rem 0;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-footer-code .wp-footer-code-frame .wp-footer-code-box {
    width: 0.98rem;
    height: 0.98rem;
    background-color: #fff;
    padding: 0.02rem;
    border-radius: 0.03rem;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-footer-code .wp-footer-code-frame .wp-footer-code-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wp-footer .wp-footer-main .wp-footer-col .wp-footer-code p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.14rem;
  }
  .wp-footer .wp-footer-main .wp-footer-contact {
    width: 3.3rem;
  }
  .wp-footer .wp-footer-main .wp-footer-contact .wp-footer-block {
    margin-bottom: 0.35rem;
  }
  .wp-footer .wp-footer-main .wp-footer-contact .wp-footer-block .wp-footer-label {
    margin-bottom: 0.08rem;
    color: #fff;
    font-size: 0.16rem;
  }
  .wp-footer .wp-footer-main .wp-footer-contact .wp-footer-block .wp-footer-phone a {
    color: #fff;
    font-size: 0.24rem;
    font-weight: 700;
  }
  .wp-footer .wp-footer-main .wp-footer-contact .wp-footer-block .wp-footer-text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.14rem;
  }
  .wp-footer .wp-footer-main .wp-footer-contact .wp-footer-block .wp-footer-text a {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.14rem;
  }
  .wp-footer .wp-footer-main .wp-footer-nav h3 {
    margin: 0 0 0.35rem;
    color: #fff;
    font-size: 0.16rem;
    font-weight: 500;
  }
  .wp-footer .wp-footer-main .wp-footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .wp-footer .wp-footer-main .wp-footer-nav ul li {
    margin-bottom: 0.15rem;
  }
  .wp-footer .wp-footer-main .wp-footer-nav ul li a {
    color: #fff;
    font-size: 0.14rem;
  }
  .wp-footer .wp-footer-main .wp-footer-links {
    position: absolute;
    right: 1.6rem;
    bottom: 0.2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.15rem;
    color: #fff;
    font-size: 0.14rem;
  }
  .wp-footer .wp-footer-main .wp-footer-links .csaoc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
  }
  .wp-footer .wp-footer-main .wp-footer-links .csaoc .wp-footer-links-icon {
    width: 0.23rem;
    height: 0.23rem;
    border: 0.01rem solid #fff;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wp-footer .wp-footer-main .wp-footer-links .csaoc .wp-footer-links-icon .icon {
    display: block;
    width: 0.12rem;
    height: 0.11rem;
    fill: #fff;
  }
  .wp-footer .wp-footer-main .wp-footer-links .csaoc .scjaioc {
    color: #fff;
    font-size: 0.14rem;
  }
  .wp-footer .wp-footer-main .wp-footer-links a {
    color: #fff;
    font-size: 0.14rem;
    transition: color 0.25s ease;
  }
  .wp-footer .wp-footer-bottom {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 15rem;
    margin: 0.15rem auto 0;
    padding: 0.18rem 0 0;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.45);
    color: #fff;
    font-size: 0.14rem;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 0.1rem;
  }
  .wp-footer .wp-footer-bottom p {
    color: #fff;
    font-size: 0.14rem;
  }
  .wp-footer .wp-footer-bottom a {
    color: #fff;
    font-size: 0.14rem;
  }
  /* 弹二维码 */
  .wp-qrcode-modal {
    position: fixed;
    inset: 0;
    z-index: 999999999;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .wp-qrcode-modal .wp-qrcode-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
  }
  .wp-qrcode-modal .wp-qrcode-panel {
    position: relative;
    z-index: 2;
    width: 2.7rem;
    padding: 0.3rem 0.24rem;
    background: #fff;
    border-radius: 0.15rem;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.32);
    text-align: center;
    animation: wpQrcodeZoom 0.24s ease both;
  }
  .wp-qrcode-modal .wp-qrcode-panel .wp-qrcode-close {
    position: absolute;
    right: 0.12rem;
    top: 0.08rem;
    border: 0;
    background: none;
    color: #999;
    font-size: 0.2rem;
    line-height: 1;
    cursor: pointer;
  }
  .wp-qrcode-modal .wp-qrcode-panel .wp-qrcode-close:hover {
    color: #0b3474;
  }
  .wp-qrcode-modal .wp-qrcode-panel .wp-qrcode-title {
    margin-bottom: 0.2rem;
    color: #0b3474;
    font-size: 0.16rem;
    line-height: 1.4;
    font-weight: 700;
  }
  .wp-qrcode-modal .wp-qrcode-panel .wp-qrcode-bigimg {
    width: 1.7rem;
    height: 1.7rem;
    margin: 0 auto;
    padding: 0.08rem;
    background: #f5f7fb;
    border-radius: 0.15rem;
  }
  .wp-qrcode-modal .wp-qrcode-panel .wp-qrcode-bigimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @keyframes wpQrcodeZoom {
    from {
      opacity: 0;
      transform: scale(0.92) translateY(12px);
    }
    to {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }
  .wp-qrcode-modal.is-show {
    display: flex;
  }
}
