.oc-main-sam-footer {
  background: var(--Color);
  color: #fff;
  padding: 1rem 2.1rem 0.2rem;
  margin: 0 auto;
}
.oc-main-sam-footer .footer-columns {
  display: flex;
  /* justify-content:space-between */
}
.oc-main-sam-footer a {
  color: #ffffffb2;
  transition: all 0.3s ease;
}
.oc-main-sam-footer a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.oc-main-sam-footer h2 {
  font-size: max(16px, 0.16rem);
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.24rem;
}
.oc-main-sam-footer h2 * {
  transition: all 0.3s ease;
  /* 换行 */
  word-break: break-word;
}
.oc-footer-hide-icon {
  display: none;
  align-items: center;
  justify-content: center;
}
.oc-footer-hide-icon svg {
  width: 0.5rem;
}
.oc-main-sam-footer .logo-with-contact_info {
  width: 3.2rem;
  margin-right: 1.95rem;
}
.oc-main-sam-footer .logo-with-contact_info .logo-image {
  width: 3.2rem;
  height: 0.56rem;
  object-fit: cover;
  margin-bottom: 0.4rem;
}
.oc-main-sam-footer .oc-main-sam-line {
}
.oc-main-sam-footer .footer-info a {
  margin-bottom: 0.06rem;
  font-size: max(16px, 0.16rem);
  display: flex;
  align-items: center;
  gap: 0.1rem;
  word-break: break-word;
}

.oc-main-sam-footer .footer-info a img {
  width: 0.23rem;
  height: 0.23rem;
}
.logo-with-contact_info {
}
.logo-with-contact_info .oc-main-sam-email {
  margin-bottom: 0.08rem;
}
.logo-with-contact_info .oc-main-sam-tel {
  margin-bottom: 0.08rem;
  color: #ffffffb2;
}
.logo-with-contact_info .oc-main-sam-addr {
  margin-bottom: 0.4rem;
  color: #ffffffb2;
}
.special-line {
  display: none;
}
.oc-main-footer-social-icons {
  display: flex;
  gap: 0.16rem;
  align-items: center;
}
.oc-main-footer-social-icons a {
  display: inline-block;
  /* width: 0.18rem;
  height: 0.18rem; */
}
.oc-main-footer-social-icons a img {
  width: 100%;
  height: 100%;
}
.oc-main-sam-copy-right p {
  text-align: center;
  font-size: max(14px, 0.14rem);
  border-top: 1px solid #ffffff1a;
  font-weight: 350;
  color: #ffffffb2;
  padding-top: 0.2rem;
  margin-top: 0.4rem;
}
.logo-with-contact_info {
  font-size: max(16px, 0.16rem);
  width: 2.61rem;
}
.oc-main-sam-footer .footer-columns .footer-info {
  width: 2.61rem;
}

.oc-main-sam-footer .footer-columns .footer-info:nth-child(2) {
  margin-right: 1rem;
}
.oc-main-sam-footer .footer-columns .footer-info:nth-child(3) {
  margin-right: 1rem;
}

.oc-main-sam-footer .oc-footer-mobile {
  display: none;
}
@media screen and (max-width: 1399px) {
  .oc-main-sam-footer .logo-with-contact_info .logo-image {
    width: 3.36rem;
    height: 1rem;
    object-fit: contain;
    margin-bottom: 0.24rem;
  }
  .oc-main-sam-footer .footer-info a {
    font-size: 14px;
  }
  .oc-main-sam-footer .logo-with-contact_info {
    font-size: max(14px, 0.14rem);
    /* margin-right: 0.54rem; */
    /* width: 3.36rem; */
  }

  .oc-main-sam-footer {
    padding: 1rem 2.1rem 0.2rem;
  }

  .oc-main-sam-footer .footer-columns .footer-info:nth-child(2) {
    /* margin-right: 0.27rem; */
  }

  .oc-main-sam-footer .footer-columns .footer-info:nth-child(3) {
    /* margin-right: 0.27rem; */
  }

  .oc-main-sam-footer h2 {
    white-space: normal;
  }
}

@media screen and (max-width: 1025px) {
  .oc-main-sam-footer .logo-with-contact_info .logo-image {
    width: 4.66rem;
    height: 0.8rem;
    margin-bottom: 0rem;
  }

  .oc-main-sam-footer .oc-footer-mobile {
    display: block;
  }
  .oc-main-sam-footer .oc-footer-pc {
    display: none;
  }
  .oc-footer-hide-icon {
    display: flex;
  }
  .footer-info-showoff-box {
    height: 0;
    overflow: auto;
  }
  .oc-main-sam-footer .footer-columns {
    justify-content: space-between;
    flex-direction: column;
  }
  .oc-main-sam-footer {
    padding: 0.96rem 0.32rem;
    height: auto;
  }
  .oc-main-sam-footer .logo-with-contact_info {
    width: 100%;
  }
  .special-line {
    display: block;
  }
  .oc-main-sam-footer .logo-image {
    margin-bottom: 0.6rem;
  }
  .logo-with-contact_info .oc-main-sam-addr {
    padding: 0;
    margin-bottom: 0.3rem;
  }
  .oc-main-sam-footer .logo-with-contact_info {
    font-size: 0.26rem;
    font-weight: 400;
    padding-bottom: 0.64rem;
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 0.48rem;
  }
  .oc-main-sam-footer .footer-columns .footer-info {
    width: 100%;
  }
  .oc-main-sam-footer .oc-footer-mobile .oc-main-sam-line {
    border-bottom: 1px solid #ffffff1a;
    margin-bottom: 0.48rem;
    margin-top: 0.52rem;
  }
  .oc-main-sam-footer .oc-main-sam-email,
  .oc-main-sam-footer .oc-main-sam-tel,
  .oc-main-sam-footer .oc-main-sam-addr {
    font-size: max(16px, 0.16rem);
    font-weight: 400;
    color: #ffffffb2;
    line-height: 0.58rem;
    margin-bottom: 0.08rem;
  }
  .oc-main-footer-social-icons {
    gap: 0.4rem;
    margin-top: 0.62rem;
    margin-bottom: 0.48rem;
  }
  .oc-main-footer-social-icons a {
    width: 0.48rem;
    height: 0.48rem;
  }
  .oc-main-sam-footer .footer-info a img {
    width: 0.34rem;
    height: 0.34rem;
  }
  .oc-main-sam-footer h2 {
    margin-bottom: 0rem;
    line-height: 0.88rem;
  }
  .oc-main-sam-footer .footer-info a {
    color: #ffffffb2;
    font-family: NunitoSans;
    font-size: max(16px, 0.16rem);
    font-style: normal;
    font-weight: 400;
    line-height: 0.88rem;
    margin-bottom: 0rem;
  }
  .oc-main-sam-copy-right p {
    margin-top: 0rem;
    padding-top: 0.48rem;
    font-weight: 400;
    color: #ffffffb2;
  }
}
