.footer_box {
  background-image: url('../image/indexImg/footerBg.png');
  background-size: cover;
  padding: 5rem 0 0 0;
  position: relative;
}

.footer_top {
  display: grid;
  grid-template-columns: 0.52fr 1fr;
  gap: 0 8.4rem;
}

.footer_top .pagesLog {
  width: 61.7rem;
  margin-bottom: 2.8rem;
}

.footer_top_left {}

.footer_top .pagesLog img {
  max-width: 100%;
  height: auto;
}

.footer_top .footer_top_left_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer_top .footer_top_left_item .footer_top_left_one .subsidiary {
  font-weight: 600;
  font-size: 2.2rem;
  color: #ffffff;
  font-style: normal;
  text-transform: none;
  margin-bottom: 1.6rem;
}

.publicSize {
  font-weight: 400;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
  text-transform: none;
  margin-bottom: 1.6rem;
  line-height: 2.5rem;
}

.publicSize:hover {
  color: rgba(255, 255, 255, 1);
}
.publicSize3:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer_top .footer_top_right {
  display: flex;
  /* flex-shrink: 1; */
  width: 100%;
  justify-content: space-between;
}

.footer_top .footer_top_right .footer_title {
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 2.6rem;
}

.footer_top .footer_top_right .ewmBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_top .footer_top_right .ewmBox img {
  width: 10.6rem;
  height: 10.6rem;
}

.footer_top .footer_top_right .ewmBox .wxName {
  margin-top: 1.2rem;
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
  font-style: normal;
  text-transform: none;
}

.footer_box .footer_center {
  margin-top: 2.8rem;
  margin-bottom: 1.6rem;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.11);
}

.footer_box .bzh {
  text-decoration: underline;
}

.footer_box .bzh:hover {
  color: #2a7cd9;
}

.footer_box .footer_bottom_right {}

.footer_box .footer_bottom {
  display: flex;
  justify-content: space-between;
}

.footer_box .molim_ewm {
  display: none;
}

/* 3. 中大屏 1366px ~ 1439px（最常见笔记本 1080P 全屏） */
@media (max-width: 1500px) {
    .footer_top {


  gap: 0 6.4rem;
}
  .footer_top .pagesLog img {
    max-width: 80%;
  }
}
@media (max-width: 1439px) {
    .footer_top {
      gap: 0 4.4rem;
   }

}
@media (max-width:  1279px) {
    .footer_top {
      gap: 0 2.4rem;
   }
.footer_top .pagesLog {
    width: 52.7rem;
}

}

@media (max-width: 991px) {
    
.publicSize {

  margin-bottom: 0.8rem;

}
  /*.pagesLog {*/
  /*  display: none;*/
  /*}*/

  .footer_box {
    padding-top: 3rem;
  }

  .footer_box .footer_center {
    margin-top: 0rem;
  }

  .footer_top .footer_top_right {
    display: none;
  }

  .footer_top {
    grid-template-columns: 1fr;
  }

  .footer_top .pagesLog img {
    max-width: 55%;
  }

  .footer_box .footer_bottom {
    flex-direction: column;
  }

  .footer_top .footer_top_left_item {
    grid-template-columns: 1fr;
  }

  .footer_box .molim_ewm {
    display: block;
    position: absolute;
    right: 1rem;
    top: 10rem;
    width: 9rem;
    height: 9rem;
  }

  .footer_box .gzhWb {
    font-weight: 400;
    font-size: 1.6rem;
    color: #ffffff;
    font-style: normal;
    text-transform: none;
    margin-top: 1.2rem;
    text-align: center;
  }
}

.footer_bottom_left,
.footer_bottom_left a {
  font-weight: 400;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  font-style: normal;
  text-transform: none;
  margin-bottom: 1.6rem;
  line-height: 2.5rem;
}

.footer_bottom_left a {
  transition: color 0.3s ease;
}

.footer_bottom_left a:hover {
  color: rgba(255, 255, 255, 1);
}