body {
  background: #F4F4F4;
}
.bg {
  width: 100vw;
  height: 100vh;
  background: url('../image/bg.png') no-repeat center center / 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.header {
  width: 100%;
  position: relative;
}
.header .title_logo {
  width: 3.02rem;
  height: .8rem;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 1.176rem;
  transform: translateX(-50%);
}
.title_logo img {
  width: 100%;
  height: 100%;
}
.header .header_logo {
  width: 10rem;
  object-fit: contain;
  margin: 0 auto;
} 
.header_box {
  width: 100%;
  height: 3.25rem;
  padding:10px 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5.56rem;
}
.header_box .boxs {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  border-radius: 10px;
  box-shadow: 0 0 8px #D5D5D5;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fff;
}
.header_box .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header_box .box img {
  width: 1.46rem;
  height: 1.46rem;
  margin-bottom: 0.06rem;
}
.header_box .box span {
  font-size:0.35rem;
}
.main_box {
  width: 100%;
  height: 6.88rem;
  padding: 0.48rem 0.2rem;
  position: absolute;
  top: 8.43rem;
  left: 50%;
  transform: translateX(-50%);
}
.main_box .boxs {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 8px #D5D5D5;
  padding:0.38rem 0.28rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_box .boxs a {
  display: block;
  width: 4.28rem;
  height: 1.42rem;
  line-height: 1.42rem;
  text-align: left;
  padding-left:1.55rem;
  font-size:0.36rem;
  color: #333;
  letter-spacing: 2px;
  text-indent: 2px;
}
.footer {
  width: 100%;
  height: 3.07rem; 
  padding: 0.29rem 0.2rem;
  position: absolute;
  top: 14.93rem;
  left: 50%;
  transform: translateX(-50%);
}
.footer .boxs {
  width: 100%; 
  height: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 8px #D5D5D5;
  padding:0.13rem 0.65rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer a img {
  margin-bottom: 0.34rem;
}
.footer a img:nth-child(1) {
  width: 0.62rem;
  height: 0.69rem;
}
.footer a img:nth-child(2) {
  width: 0.57rem;
  height: 0.66rem;
}
.footer a img:nth-child(3) {
  width: 0.57rem;
  height: 0.65rem;
}
.footer a img:nth-child(4) {
  width: 0.82rem;
  height: 0.55rem;
}
.footer .boxs a span {
  font-size: 0.34rem;
}