.b-box {
  box-sizing: border-box;
}
.footer-part .flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.align-items {
  align-items: center;
}
.space-around {
  justify-content: space-around;
}
.space-between {
  justify-content: space-between;
}
.justify-content {
  justify-content: center;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.auto {
  margin: 0 auto;
}
.footer {
  overflow: hidden;
  height: 4.57rem;
  background: url("https://www.gwy.com/about/images/bm1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 0.16rem;
  margin-top: 1.1rem;
}

.footer .content {
  height: 4.04rem;
  overflow: hidden;
  box-sizing: border-box;
}

.footer .bottom {
  height: 0.53rem;
  border-top: .01rem solid rgba(255, 255, 255, 0.5);
}

.footer .inner {
  width: 12rem;
  margin: 0 auto;
  height: 100%;
}

.footer .innerBox {
  width: 100%;
  color: white;
}

.footer .innerBox .infos {
  margin: 0.69rem 0 0.5rem;
}

.footer .innerBox .infos .wrap {
  width: 100%;
}

.footer .innerBox .infos-item {
  flex: 1;
}

.footer .innerBox .infos .gh {
  margin-right: 1.16rem;
}

.footer .innerBox .infos .names {
  font-size: 0.3rem;
  font-weight: 800;
  text-align: center;
  color: white;
}

.footer .innerBox .infos .names .wb {
  font-size: 0.23rem;
}

.footer .innerBox .infos .ercode {
  text-align: center;
 
}

.footer .innerBox .infos .ercode img {
   margin: 0.13rem auto 0.05rem;
   width: 100px;
   height: 100px;
   display: inline-block;
}

.footer .ms {
  font-size: 0.12rem;
}

.footer .kh img {
  width: 1.75rem;
  height: 0.47rem;
}

.footer .innerBox .infos .kl {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.16rem;
}

.footer .innerBox .infos .tit {
  font-weight: 500;
  color: #e82b2f;
  font-size: 0.16rem;
  margin-bottom: 0.23rem;
  margin-top: 0.1rem;
}

.footer .innerBox .infos .ul div {
  margin-bottom: 0.08rem;
}

.footer .innerBox .infos .ul div a{
  line-height: .2rem;
}

.footer .innerBox .infos .ul .cnt {
  width: 0.61rem;
  height: 0.2rem;
  line-height: 0.2rem;
  border-radius: 0.03rem;
  border: .01rem solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.footer .innerBox .infos .ul .cnt a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .innerBox .sime {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.footer .innerBox .sime .ms {
  margin-right: 0.18rem;
}

.footer .innerBox .sime img {
  display: block;
}

.footer .innerBox .sime .kh {
  position: absolute;
  right: 1.5rem;
}

.footer a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 0.12rem;
  display: block;
}

.footer .lists {
  width: 100%;
}

.footer .lists .items-add {
  margin-left: 0.3rem;
}

.footer .lists .item .ct {
  flex: 1;
  text-align: center;
}

.footer .lists .item .ct a {
  text-align: center;
  display: inline-block;
}
