@charset "UTF-8";
/* 页脚 */
.footer {
  left: 0;
  right: 0;
  bottom: 0;
  /*height: 15rem;*/
  background-image: url(../../2023/img/icon/footer_img.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: 3rem;
  color: #fff;
  position: relative;
}

.footBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 2rem 0;
}

.foot_border {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #353539;
}

.foot_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}

.foot_top .number {
  min-width: 9rem;
}

.foot_title {
  font-size: 1.25rem;
  min-width: 7rem;
}

.foot_school {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.foot_school_list {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.foot_school_list li {
  margin: 0 0.5rem;
  margin-left: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  cursor: pointer;
  /* width: 7rem; */
}
.foot_school_list li a {
  color: #fff;
  font-size: 1rem;
}

/* .foot_school_list li:nth-child(4) {
  width: 8rem;
} */

.foot_school > div:nth-child(2) {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.foot_bottom {
  padding-top: 2rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.bottom_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bottom_left .copy,
.phone_ba {
  padding-top: 2rem;
  color: #757575;
  font-size: 0.875rem;
}

.phone_ba {
  display: none;
}

.bottom_logo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.szLogo,
.jwLogo {
  margin-right: 1.5rem;
}

.szLogo {
  /* width: 2rem; */
  width: 2.6875rem;
  height: 3.25rem;
}

.jwLogo {
  width: 13.1875rem;
  height: 3.25rem;
}

.szLogo > img,
.jwLogo > img {
  width: 100%;
  height: 100%;
}

.foot_bottom_left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.bottom_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5.625rem;
}

.bottom_message {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 0.7rem;
}

.m_icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.m_icon + div {
  font-size: 1rem;
}

.m_icon > img {
  width: 100%;
  height: 100%;
}
.foot_qrcode {
  display: flex;
}
.foot_bottom_right {
  color: #919193;
  margin-left: 3.125rem;
}
.foot_qrcode .foot_bottom_right:first-child {
  margin-left: 0;
}
.foot_bottom_right .wxImg {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.foot_bottom_right .wxImg + div {
  font-size: 0.875rem;
}
.foot_bottom_right .wxImg > img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .footer {
    width: 100vw;
    background-image: url(../../2023/img/phone/m_footer_bg.png);
  }
  .foot_border {
    padding-bottom: 6.4vw;
    margin-bottom: 6.4vw;
  }
  .foot_top {
    display: block;
    text-align: left;
  }
  .foot_school {
    display: block;
    width: 100%;
    text-align: left;
  }
  .foot_title {
    font-size: 4.2667vw;
  }
  .foot_school_list {
    margin-top: 2.6667vw;
    flex-wrap: wrap;
  }
  .foot_school_list li {
    width: auto;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .foot_school_list li:nth-child(4) {
    width: auto;
  }
  .foot_bottom {
    display: block;
  }
  .foot_bottom_left {
    display: block;
  }
  .szLogo {
    width: 42px;
    height: 52px;
  }
  .jwLogo {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
  }
  .jwLogo img {
    width: 48vw;
    height: 13.3333vw;
  }
  .jwLogo::before {
    content: '';
    height: 64px;
    background: #353539;
    display: block;
    font-size: 0;
    padding: 0 0.5px;
    margin-right: 3.7333vw;
    margin-left: 2.6667vw;
  }
  .copy {
    display: none;
  }

  .bottom_right {
    padding-left: 0;
    padding-top: 5.3333vw;
  }
  .m_icon {
    margin-right: 3.2vw;
  }
  .foot_bottom_right {
    width: 30.9333vw;
    margin-top: 3.7333vw;
  }
  .foot_bottom_right .wxImg {
    width: 100%;
    height: 30.9333vw;
  }
  .foot_bottom_right .wxImg + div {
    font-size: 12px;
  }
  .phone_ba {
    display: block;
  }
}