.header {
  width: 100%;
  background: url('./images/banner_bg.png') no-repeat center center;
  background-size: 100% 100%;
  height: 8.4rem;
}
.header .h-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 18.7%;
  color: #fff;
  box-sizing: border-box;
}
.header .h-title img {
  width: 0.86rem;
  height: 0.86rem;
}
.header .h-title a {
  color: #fff;
}
.header .h-title a span {
  margin-left: 0.42rem;
}
.header .h-body {
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 18.7% 0;
  color: #fff;
  box-sizing: border-box;
}
.h-body-l .name {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
  line-height: 0.52rem;
}
.h-body-l .ver {
  font-size: 0.7rem;
  line-height: 0.97rem;
  margin-bottom: 0.08rem;
}
.h-body-l .l-code {
  margin-top: 0.56rem;
  display: flex;
}
.h-body-l .l-code .code {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.35rem;
}
.l-code .system {
  display: flex;
  flex-direction: column-reverse;
}
.l-code .system .sys {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 0.6rem;
  font-size: 0.18rem;
  text-align: center;
  border: 0.01rem solid #fff;
  margin-top: 0.14rem;
  border-radius: 0.1rem;
}
.system .sys img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.14rem;
}
.h-body-r {
  padding-top: 0.54rem;
}
.h-body-r img {
  width: 4.14rem;
  height: 7.9rem;
}
.m-line1 {
  padding: 0.78rem 18.7% 1.3rem;
  color: #fff;
  box-sizing: border-box;
}
.m-line1 .m-line1-title {
  font-size: 0.6rem;
  color: #2c6af0;
  line-height: 0.79rem;
}
.m-line1 .m-line1-con {
  margin-top: 2.21rem;
  display: flex;
  justify-content: space-between;
}
.m-line1 .m-line1-con img {
  width: 7.9rem;
  height: 5.56rem;
}
.m-line1-con .m-line1-cr {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.m-line1-con .m-line1-cr .circle {
  width: 0.8rem;
  height: 0.8rem;
  margin-top: 1.59rem;
}

.m-line2 {
  background-color: #f5f5f5;
  padding: 0.7rem 18.7% 0.6rem;
  box-sizing: border-box;
}
.m-line2 .m-line2-title {
  display: flex;
  align-items: center;
}
.m-line2 .m-line2-title .circle {
  width: 0.65rem;
  height: 0.65rem;
  margin-left: 1.21rem;
}
.m-line2 .m-line2-title .all-b {
  align-items: flex-start;
}
.m-line2 .img {
  width: 100%;
  height: 5.36rem;
  margin-top: 0.25rem;
}
.m-line3 {
  background-color: #fff;
  padding: 1.3rem 18.7%;
  box-sizing: border-box;

  display: flex;
  justify-content: space-between;
}
.m-line3 .img {
  max-width: 8.18rem;
  height: 100;
}
.m-line3 .m-line3-con {
  margin-left: 1.15rem;
  min-width: 2.7rem;
}
.m-line3-con .m-line3-cr {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.m-line3 .circle {
  width: 0.65rem;
  height: 0.65rem;
  margin-top: 1.55rem;
}
.m-line4 {
  background-color: #fff;
  padding: 0 18.7% 2.3rem;
  box-sizing: border-box;
}
.m-line4 .all-b {
  align-items: flex-start;
}
.m-line4-down {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 1.24rem;
}
.m-line4-down .square {
  width: 3.1rem;
  height: 3.1rem;
  border: 0.02rem solid #2c6af0;

  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 0.26rem;
  color: #333;
}
.m-line4-down .square img {
  width: 0.9rem;
  height: 0.9rem;
  margin-bottom: 0.4rem;
}
.m-line4-down .square .code {
  width: 3.1rem;
  height: 3.1rem;
  margin-bottom: 0;
}
.footer {
  width: 100%;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18.7%;
  color: #fff;
  font-size: 0.14rem;
  box-sizing: border-box;
  background-color: #2c6af0;
}
.footer img {
  width: 0.8rem;
  height: 0.8rem;
}
