@charset "UTF-8";
.wxEntry {
  width: 100%;
  height: 100%;
}
.wxEntry > .content {
  padding-top: 80px;
  width: 100%;
  height: 100vh;
  background-image: url(https://fangxinqian.cn/webgw/imagegw/product/img/wxEntry/bg.png);
  background-repeat: no-repeat;
  background-size: 100% cover;
}
.wxEntry > .content .content-center {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  /* padding: 172px 60px 254px 60px; */
}
.wxEntry > .content .content-center .left {
  float: left;
  width: 453px;
}
.wxEntry > .content .content-center .left img {
  width: 100%;
}
.wxEntry > .content .content-center .right {
  float: right;
  padding-top: 120px;
}
.wxEntry > .content .content-center .right h4 {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.wxEntry > .content .content-center .right .bottom {
  padding-left: 30px;
}
.wxEntry > .content .content-center .right .bottom .pic {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.wxEntry > .content .content-center .right .bottom .pic img {
  width: 100%;
}
.wxEntry > .content .content-center .right .bottom .bottom-left {
  float: left;
  margin-right: 16px;
}
.wxEntry > .content .content-center .right .bottom .bottom-right {
  float: left;
}
.wxEntry > .content .content-center .right .bottom p {
  color: #FFFFFF;
  font-size: 14px;
}

/*超大PC屏幕下的专用样式*/
/*中等PC屏幕下的专用样式*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wxEntry > .content .content-center {
    width: 90%;
    padding: 172px 0 254px 0;
  }
}
/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wxEntry > .content .content-center {
    width: 90%;
    padding: 172px 0 254px 0;
  }
  .wxEntry > .content .content-center .left {
    display: none;
  }
  .wxEntry > .content .content-center .right {
    width: 100%;
  }
  .wxEntry > .content .content-center .right .bottom {
    width: 420px;
    margin: 0 auto;
  }
}
/*PHONE屏幕下的专用样式*/
@media screen and (max-width: 767px) {
  .wxEntry > .content .content-center {
    width: 90%;
    padding: 40px 0 0 0;
  }
  .wxEntry > .content .content-center .left {
    display: none;
  }
  .wxEntry > .content .content-center .right {
    width: 100%;
    padding-top: 20px;
  }
  .wxEntry > .content .content-center .right h4 {
    font-size: 20px;
  }
  .wxEntry > .content .content-center .right .bottom {
    width: 100%;
    padding: 0;
  }
  .wxEntry > .content .content-center .right .bottom .pic {
    width: 100px;
  }
  .wxEntry > .content .content-center .right .bottom p {
    text-align: center;
  }
  .wxEntry > .content .content-center .right .bottom .bottom-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .wxEntry > .content .content-center .right .bottom .bottom-right {
    width: 100%;
  }
}

/*# sourceMappingURL=wxEntry.css.map */
