body {
  background: url(../img/background.png);
  width: 100%;
  padding-bottom: 0.3rem;
}
body .wrapper {
  width: 13.6rem;
  margin: 0 auto;
}
body .header {
  background-color: #fff;
  height: 0.88rem;
  width: 19.2rem;
}
body .header .wrapper {
  padding: 0 0.56rem;
}
body .header .logo {
  background: url(../img/logo.png) center center no-repeat;
  background-size: cover;
  width: 2rem;
  height: 0.72rem;
}
body .banner {
  background: url(../img/banner.png) center center no-repeat;
  background-size: cover;
  width: 19.2rem;
  height: 5.8rem;
}
body .person {
  background: url(../img/person.png) center center no-repeat;
  background-size: cover;
  width: 19.2rem;
  height: 6rem;
}
body .person .wrapper {
  position: relative;
}
body .person .wrapper .txt1 {
  position: absolute;
  top: 2.2rem;
  left: 0.6rem;
  color: #fff;
  font-size: 0.16rem;
  width: 4.6rem;
  line-height: 2;
  font-weight: lighter;
}
body .person .wrapper .txt1 .title {
  font-weight: bold;
  margin-bottom: 0.18rem;
  font-size: 0.18rem;
}
body .person .wrapper .txt2 {
  position: absolute;
  top: 3.9rem;
  left: 8.7rem;
  color: #fff;
  font-size: 0.16rem;
  width: 4.3rem;
  line-height: 2;
  font-weight: lighter;
}
body .person .wrapper .book1 {
  position: absolute;
  top: 2rem;
  left: 10.3rem;
  width: 1.15rem;
  height: 1.5rem;
}
body .person .wrapper .book2 {
  position: absolute;
  top: 2rem;
  left: 11.7rem;
  width: 1.15rem;
  height: 1.5rem;
}
body .bussiness .item {
  padding: 0.55rem;
  overflow: hidden;
  float: left;
  width: 50%;
}
body .bussiness .item .top {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  background-color: #c3c3cd;
  width: 5.7rem;
  height: 2.5rem;
  padding: 0.45rem;
}
body .bussiness .item .top .title {
  font-size: 0.22rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
body .bussiness .item .top .text {
  font-size: 0.18rem;
  line-height: 1.8;
}
body .bussiness .item .bottom {
  background-color: #fff;
  width: 5.7rem;
  height: 4.5rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  text-align: center;
  padding-top: 0.45rem;
}
body .bussiness .item .bottom img {
  width: 3.6rem;
  height: 3.6rem;
}
body .partner {
  border-radius: 0.4rem;
  background-color: #fff;
  height: 2.8rem;
  width: 12.6rem;
  margin: 0.35rem auto 0;
  padding: 0.5rem 0.4rem;
}
body .partner .text,
body .partner .logos,
body .partner .qrcode {
  float: left;
}
body .partner .text {
  width: 4.25rem;
}
body .partner .text .title {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
body .partner .text .txt {
  font-size: 0.18rem;
  line-height: 1.8;
}
body .partner .logos {
  width: 5.7rem;
  height: 1rem;
  line-height: 0.5;
  margin-top: 0.15rem;
  margin-left: 0.2rem;
}
body .partner .logos .dd {
  width: 0.94rem;
}
body .partner .logos .hwy {
  width: 1.24rem;
}
body .partner .logos .txx {
  width: 1.02rem;
}
body .partner .logos .jd {
  width: 1.32rem;
}
body .partner .logos .yt {
  width: 1.09rem;
}
body .partner .logos .mdy {
  width: 0.6rem;
}
body .partner .logos .az {
  width: 1.53rem;
}
body .partner .logos .jdy {
  width: 1.03rem;
}
body .partner .qrcode {
  width: 1.6rem;
  height: 2rem;
}
body .partner .qrcode img {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
}
body .partner .qrcode .txt {
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
}
body .copyright {
  font-size: 0.16rem;
  text-align: center;
  margin-top: 0.3rem;
}
body .copyright a {
  color: #999;
  text-decoration: none;
}
