.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

.banner {
  width: 100%;
  position: relative;
}
.banner .bannerImg {
  width: 100%;
  margin-top: 1.26667rem;
}
.banner .bannerImg img {
  width: 100%;
  height: 100%;
}
.banner .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.banner .bg .bTitle {
  font-size: 0.8rem;
  font-family: "SourceHanSansSC-Regular";
}
.banner .bg .sTitle {
  font-family: "SourceHanSansSC-Light";
  font-size: 0.4rem;
  line-height: 0.33333rem;
}

.main {
  background-color: #fff;
  padding: 1.22667rem 0.41333rem 0.69333rem 0.54667rem;
}
.main .reportMode .report {
  color: #444;
  font-size: 0.34667rem;
  margin-bottom: 0.56rem;
  font-family: "SourceHanSansSC-Medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .reportMode .report:last-child .icon {
  height: 0.22667rem;
}
.main .reportMode .report .icon {
  width: 0.36rem;
  height: 0.28rem;
  margin-right: 0.29333rem;
}
.main .reportMode .report .icon img {
  width: 100%;
}
.main .reportMode .report .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main .reportBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.25333rem;
}
.main .reportBox .reportWeixin {
    /*width: 50%;*/
  text-align: center;
  font-size: 0.26667rem;
  margin-top: 0.97333rem;
}
.main .reportBox .reportWeixin:first-child {
  margin-right: 0.78667rem;
}
.main .reportBox .reportWeixin .wx {
  width: 2.21333rem;
  height: 2.18667rem;
  /*padding: 0.13333rem 0.17333rem 0.16rem;*/
  /*border: 0.5px solid #666666;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.main .reportBox .reportWeixin .wx img {
  width: 100%;
  height: 100%;
}
.main .reportBox .reportWeixin .wxTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.28rem 0 0.29333rem;
}
.main .reportBox .reportWeixin .tips{
    width: 3.05333rem;
    font-family: 'SourceHanSansSC-Normal';
}
/*.main .reportBox .reportWeixin .wxTitle .icon {*/
/*  width: 0.24rem;*/
/*  height: 0.18667rem;*/
/*}*/
.main .reportBox .reportWeixin .wxTitle  img {
   width: 0.24rem;
  height: 0.18667rem;
  margin-left: 0.06667rem;
}
.main .picture {
  width: 2.44rem;
  height: 3.10667rem;
  float: right;
  margin-top: 2.18667rem;
}
.main .picture img {
  width: 100%;
  height: 100%;
}