
body.pagetype-shop-list {
  background-color: #fff;
}
.wechat-title {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin: var(--heading-h2-margin);
  padding-top: 60px;
  margin-bottom: 50px;
}
.flexRow {
  display: flex;
  flex-direction: row;
}

.wechat-word .lf{
  width: 46%;
  min-width: 400px;
}

.wechat-word .lf p{
  margin-bottom: 28px;
  margin-top: 0;
  font-size: 24px;
  line-height: 36px
}

.wechat-word .rg {
  width: 40%;
  margin-left: 200px;
}

.wechat-word .rg >img{
  width: 100%;
  height: 100%;
  max-width: 300px;
  min-width: 200px;
}


@media screen and (max-width:900px) {
  .wechat-word {
    flex-direction: column;
  }
  .wechat-word  .lf {
    width: 100%;
  }
  .wechat-word .rg {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0;
  }
}