
._footer_8rtu7_21 {
  display: flex;
  flex-direction: column;
  padding: 70rem 214rem 30rem;
  background-color: #924139;
  height: auto;
  position: relative;
}

.logo-1 {
  width: 216.91rem;
  height: 50rem;
  margin-right: 60rem;
}

.logo-2 {
  width: 169.87rem;
  height: 50rem;
  margin-right: 90rem;
}

.footer-description {
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 19rem;
  color: #FFFFFF;
  line-height: 32rem;
  width: 600rem;
  margin-right: 60rem;
}

.footer-group-1 {
  display: flex;
}

.footer-group-2 {
  display: flex;
  flex-direction: column-reverse;
  margin-left: auto;
}

.logo-group {
  display: flex;
}

.email {
  display: flex;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 21rem;
  color: #FFFFFF;
  margin-top: 43rem;
  justify-content: center;
}

.email div:first-child {
  font-family: SourceHanSansCN-Bold;
}

.qrcode-list {
  display: flex;
}

.qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.qrcode:first-child {
  margin-right: 40rem;
}

.qrcode-name {
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 18rem;
  margin-top: 14rem;
}

.qrcode-img {
  width: 80rem;
  height: 80rem;
}

.links {
  font-family: SourceHanSansCN-Regular;
  font-size: 18rem;
  color: #FFFFFF;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link {
  color: #FFFFFF;
  padding: 0 5rem;
  border-right: 1px solid #fff;
}

.link:last-child {
  border-right: 0;
}

.copyright {
  font-family: SourceHanSansCN-Regular;
  font-size: 18rem;
  display: flex;
  color: #FFFFFF;
  margin-top: 10rem;
  justify-content: center;
}

.footer-infomation-title {
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 20rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 50rem 0 30rem;
}

.footer-infomation-title::before,
.footer-infomation-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #FFFFFF;
  opacity: 0.5;
}

.footer-infomation-title::before {
  margin-right: 60rem;
}

.footer-infomation-title::after {
  margin-left: 60rem;
}

.partner-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}
.partner{
  width: 16%;
  margin-right: 0.6%;

  display: flex;
  flex-direction: column;  /* 垂直排列 */
  justify-content: center; /* 垂直居中 */
  align-items: center;     /* 水平居中 */
  gap: 10px;
  height: 100px;          /* 需要更大的高度 */
  overflow: hidden;
}
.partner img{
  display: block;
  text-align: center;
  max-width: 100%;
  max-height: 55px;
}
.scalImg{
  transform: scale(0.7);
}
.partner a, .partner a:hover{
  text-align: center;
  font-size: 13px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.partner > a > img{
  text-align: center;
}

/*.partner {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  margin-bottom: 100rem;*/
/*}*/

.partner-logo {
  object-fit: contain;
  height: 70rem;
  margin-bottom: 20rem;
}

.partner-logo-v2 {
  width: var(--pc-width);
  object-fit: contain;
  margin-bottom: 20rem;
}

.partner-name {
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 20rem;
  color: #FFFFFF;
  width: 140rem;
  text-align: center;
}

.partner-name:hover {
  text-decoration: underline;
}

.technical-support {
  display: flex;
  justify-content: center;
  margin-top: 12rem;
}

.technical-support-logo {
  width: 170rem;
  object-fit: contain;
}

.technical-support-logo + .technical-support-logo {
  margin-left: 150rem;
}

.divider {
  width: 1px;
  height: 20rem;
  background-color: #FFFFFF;
  align-self: flex-end;
  position: relative;
  bottom: 4rem;
}

@media only screen and (min-device-width: 768px) {


  /*.partner:nth-child(-n+7) {*/
  /*  margin-right: 50rem;*/
  /*}*/
  
  /*.partner:nth-child(n+9):nth-child(-n+16) {*/
  /*  margin-right: 40rem;*/
  /*}*/

  /*.partner-logo {*/
  /*  width: var(--pc-width);*/
  /*}*/
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  ._footer_8rtu7_21 {
    padding: 80rem 50rem 30rem;
  }

  .logo-group {
    display: flex;
    justify-content: center;
    margin-bottom: 40rem;
  }
  .logo-1 {
    width: 199.56rem;
    height: 46rem;
    margin-right: 50rem;
  }

  .logo-2 {
    width: 157.36rem;
    height: 46rem;
    margin-right: 0;
  }

  .footer-group-1 {
    flex-direction: column;
    padding: 0 66rem;
  }

  .footer-description {
    font-size: 20rem;
    line-height: 32rem;
    width: auto;
    margin: unset;
  }

  .footer-group-2 {
    justify-content: space-between;
    margin-top: 20rem;
    margin-left: 0;
    padding-bottom: 0;
    flex-direction: row;
  }

  .qrcode-img {
    width: 90rem;
    height: 90rem;
  }

  .divider {
    display: none;
  }


  .email {
    display: flex;
    flex-direction: column;
  }

  .link {
    padding: 0;
    line-height: 26rem;
  }

  .copyright {
    margin-top: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .link {
    padding: 0 10rem;
  }


  .partner-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
  }
  .partner {
    width: 49%;
    margin-right: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 130px;
    text-align: center;
    overflow: hidden;
    /*border: 1px dashed #ccc; !* 调试用，可移除 *!*/
}

.partner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.partner img {
    display: block;
    max-width: 100%;
   min-height: 80px;
    object-fit: contain;
}


  /*.partner {*/
  /*  margin-bottom: 60rem;*/
  /*}*/
  
  /*.partner-logo {*/
  /*  width: var(--mobile-width);*/
  /*}*/

  /*.partner-logo-v2 {*/
  /*  width: var(--mobile-width);*/
  /*}*/

  /*.partner-name {*/
  /*  font-size: 18rem;*/
  /*}*/

  /*.partner:nth-child(n+9):nth-child(-n+11) {*/
  /*  margin-right: 10rem;*/
  /*}*/

  /*.partner:nth-child(n+13):nth-child(-n+15) {*/
  /*  margin-right: 20rem;*/
  /*}*/

  /*.partner:nth-child(n+17):nth-child(-n+19) {*/
  /*  margin-right: 40rem;*/
  /*}*/

  /*.partner:nth-child(n+21) .partner-name {*/
  /*  width: 90rem;*/
  /*}*/

  /*.partner:nth-child(n+22):nth-child(-n+25) .partner-name {*/
  /*  width: 108rem;*/
  /*}*/
}