body {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f6f7;
}
.h5 {
  display: none;
}
.pc>.content {
  padding: 0.65rem 0 1.3rem;
  width: 14.24rem;
  height: 6.45rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pc .left {
  width: 4.6rem;
  height: 6.35rem;
  border-radius: 0.3rem;
  display: block;
}
.pc .right {
  width: 9.35rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #163175;
}
.pc .right .title {
  font-size: 0.2rem;
  padding: 1rem 0 0 1.8rem;
  box-sizing: border-box;
  font-weight: 600;
}
.pc .right .text {
  padding: 0.3rem 0 0 1.8rem;
  box-sizing: border-box;
  line-height: 0.3rem;
  color: #4a5f7b;
  font-size: 0.16rem;
}
.pc .right .phone {
  width: 4.59rem;
  height: 2.7rem;
  background: url(../images/lxwm-icon1.png) no-repeat left top / 100% 100%;
}
.pc .right .email {
  width: 4.59rem;
  height: 2.7rem;
  background: url(../images/lxwm-icon2.png) no-repeat left top / 100% 100%;
}
.pc .right .address {
  width: 5.61rem;
  height: 3.52rem;
  background: url(../images/lxwm-icon3.png) no-repeat left top / 100% 100%;
}
.pc .right .address .title {
  padding-top: 1.4rem;
}
.pc .right .code {
  width: 3.56rem;
  height: 3.52rem;
}
.pc .right .code img {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .h5 {
    display: block;
    background: url(../images/lxwm-h5-bg.png) no-repeat left top / 100% 4rem;
    padding-top: 1.8rem;
  }
  .h5 .contact {
    width: 6.9rem;
    margin: 0 auto;
    padding: 1rem 0.7rem;
    box-sizing: border-box;
    background-color: white;
    border-radius: 0.3rem;
    box-shadow: 0 0.19rem 0.3rem 0 rgba(220, 232, 248, 0.8);
  }
  .h5 .contact .title {
    text-align: center;
    font-size: 0.36rem;
    font-weight: 600;
    color: #163175;
  }
  .h5 .contact ul {
    width: 100%;
  }
  .h5 .contact ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
  }
  .h5 .contact ul li .icon-address {
    display: block;
    width: 0.38rem;
    height: 0.47rem;
  }
  .h5 .contact ul li .icon-phone {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
  }
  .h5 .contact ul li .icon-email {
    display: block;
    width: 0.4rem;
    height: 0.3rem;
  }
  .h5 .contact ul li p {
    width: 4.5rem;
    font-size: 0.28rem;
    margin-left: 0.25rem;
    color: #163175;
  }
  .h5 .contact .code {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.26rem;
    color: #4a5f7b;
    text-align: center;
    margin-top: 0.7rem;
  }
  .h5 .contact .code img {
    width: 2.2rem;
    height: 2.2rem;
  }
  .h5 .contact .code p {
    margin-top: 0.2rem;
  }
  .h5>.footer {
    position: fixed;
    bottom: 0;
  }
}
