#msiwechat {
  background: #fff;
}

.msiwechat-wrap {
  padding: 45px 25px;
  width: 100%;
  text-align: center;
  line-height: 1.8;
}

.msiwechat-wrap .step__txt {
  display: block;
  margin-bottom: 25px;
}

.msiwechat-wrap .step__no {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #696969;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
}

.msiwechat-wrap .reson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.msiwechat-wrap .reson__item {
  display: inline-block;
  width: 120px;
  height: 120px;
  border: #ececec 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.msiwechat-wrap .reson__item span {
  display: block;
}

@media (min-width: 996px) {
  .msiwechat-wrap {
    text-align: left;
    max-width: 1280px;
    margin: 0 auto;
    padding: 45px 0;
  }
  .msiwechat-wrap h1 {
    font-size: 54px;
    text-align: center;
  }
  .msiwechat-wrap h3 {
    font-size: 26px;
  }
  .msiwechat-wrap .step li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .msiwechat-wrap .step__txt {
    margin-bottom: 5px;
  }
  .msiwechat-wrap .step__no {
    margin-right: 5px;
    margin-top: 5px;
  }
  .msiwechat-wrap .reson__item {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: bold;
    font-size: 24px;
  }
  .msiwechat-wrap .reson__item span {
    color: #07c160;
  }
}

@media (min-width: 996px) {
  .msiwechat-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.msiwechat-QRcode {
  margin: 35px auto 0;
}

#msiwechat .msiwechat-wrap .msiwechat-block .msiwechat-QRcode .QRcode {
  max-width: 150px;
}
/*# sourceMappingURL=main.css.map */