@import 'iconfont.css';
.title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 3rem auto 1.5rem;
  text-align: center;
}
.wrap {
  width: 15rem;
  margin: 0 auto;
}
.wrap a {
  display: block;
  float: left;
  width: 50%;
  height: 2.2rem;
  border: 1px solid #e6e6e6;
  color: #424242;
  font-size: 0.8rem;
  text-align: center;
  line-height: 2.2rem;
}
.wrap a:hover {
  background: #1e4593;
  color: #fff;
}
.wrap a.active {
  background: #1e4593;
  color: #fff;
}
.content {
  background: url(../img/solve/jingyi_bg_03.jpg) no-repeat;
  margin-top: 2.5rem;
}
.content .jingyi h2 {
  font-size: 1.6rem;
  color: #1e4593;
  text-align: center;
  padding-top: 3.5rem;
}
.content .jingyi .line {
  width: 2rem;
  height: 3px;
  background: #1e4593;
  margin: 0 auto;
  margin-top: 0.4rem;
  margin-bottom: 1.5rem;
}
.content .jingyi p {
  font-size: 0.8rem;
  color: #999;
  text-align: center;
  line-height: 1.5rem;
}
.content .jingyi .img {
  margin-top: 4.5rem;
  margin-bottom: 3rem;
}
.content .jingyi .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .title h2 {
    font-size: 1.6rem;
    margin: 1.6rem auto;
  }
  .wrap {
    width: 18rem;
  }
  .wrap a {
    height: 3rem;
    line-height: 3rem;
    font-size: 14px;
  }
  .content .jingyi .img {
    margin-top: 1.5rem;
  }
  .content .jingyi h2 {
    padding-top: 2rem;
  }
  .content .jingyi p {
    font-size: 13px;
    line-height: 1.5;
  }
}
/*# sourceMappingURL=solve_jingyi.css.map */