@charset "UTF-8";
.helpCenter {
  width: 100%;
  height: 100%;
}
.helpCenter .content {
  width: 100%;
  height: 100%;
}
.helpCenter .content .banner {
  width: 100%;
  height: 360px;
  background-image: url("https://fangxinqian.cn/webgw/imagegw/product/img/helpCenter/banner.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.helpCenter .content .banner .banner-center {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 145px;
}
.helpCenter .content .banner .banner-center h3 {
  font-size: 36px;
  font-weight: bold;
  margin-left: 30%;
}
.helpCenter .content .problem {
  width: 100%;
  padding-top: 60px;
  margin-bottom: 80px;
}
.helpCenter .content .problem .problem-center {
  width: 1200px;
  margin: 0 auto;
}
.helpCenter .content .problem .problem-center ul {
  width: 100%;
}
.helpCenter .content .problem .problem-center ul li {
  width: 100%;
}
.helpCenter .content .problem .problem-center ul li .title {
  width: 100%;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}
.helpCenter .content .problem .problem-center ul li .title span {
  float: left;
  display: block;
  width: 80%;
  line-height: 1.5;
}
.helpCenter .content .problem .problem-center ul li .title img {
  float: right;
}
.helpCenter .content .problem .problem-center ul li .text {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  box-shadow: 0px 0px 6px #a9c5ff;
  padding: 30px 0;
}
.helpCenter .content .problem .problem-center ul li .text .text-center {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
.helpCenter .content .problem .problem-center ul li .text .text-center p {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 10px;
}
.helpCenter .content .problem .problem-center ul li .text .text-center h3 {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}
.helpCenter .content .problem .problem-center ul li .text .text-center h4 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: bold;
}
.helpCenter .content .problem .problem-center ul li:nth-child(1) .title {
  border-bottom-width: 0px;
  color: #4680FF;
}

/*超大PC屏幕下的专用样式*/
/*中等PC屏幕下的专用样式*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .helpCenter .content .banner .banner-center {
    width: 90%;
  }
  .helpCenter .content .problem .problem-center {
    width: 90%;
  }
  .helpCenter .content .problem .problem-center .text .text-center {
    width: 66% !important;
  }
}
/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .helpCenter .content .banner {
    height: 290px;
  }
  .helpCenter .content .banner .banner-center {
    width: 90%;
  }
  .helpCenter .content .problem .problem-center {
    width: 90%;
  }
  .helpCenter .content .problem .problem-center .text .text-center {
    width: 66% !important;
  }
}
/*PHONE屏幕下的专用样式*/
@media screen and (max-width: 767px) {
  .helpCenter .content .banner {
    height: 160px;
  }
  .helpCenter .content .banner .banner-center {
    width: 90%;
    padding-top: 80px;
  }
  .helpCenter .content .banner .banner-center h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .helpCenter .content .problem .problem-center {
    width: 90%;
  }
  .helpCenter .content .problem .problem-center .text .text-center {
    width: 66% !important;
  }
}

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