/*关于我们页面--------*/
.about-Con {
  padding: 0.2rem 0.3rem 0 0.3rem;
}
.about-Con .habTit {
  color: #14c5b7;
  font-size: 0.3rem;
  line-height: 0.5rem;
  font-weight: normal;
}
.about-Con p {
  font-size: 0.28rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.1rem;
}
.about-Con p.pbto {
  margin-bottom: 0.3rem;
}

/*订单须知页面--------*/

.instructions-Con {
  /* padding-top: 0.2rem; */
}
.instructions-Con .txtItem {
  padding: 0.15rem 0.3rem 0.05rem 0.3rem;
  background: #fff;
  margin-bottom: 0rem;
}
.instructions-Con .txtItem.mab0 {
  margin-bottom: 0;
}
.instructions-Con .txtItem h2 {
  /* height: 0.78rem; */
  /* padding-top: 0.22rem; */
  padding: 0.22rem 0;
  display: flex;
}
.instructions-Con .txtItem h2 span {
  border-left: 0.07rem #14c5b7 solid;
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  line-height: 1.5;
  color: #333;
  padding-left: 0.2rem;
}
.instructions-Con .txtItem p {
  font-size: 0.26rem;
  color: #666;
  line-height: 1.6;
}
.instructions-Con .txtItem p.mat20 {
  margin-top: 0.2rem;
}
/*用户须知页面--------*/
.twoEm {
  text-indent: 2em;
}
/*鸿网曝光平台用户协议--------*/
.notice-Con {
  background: #fff;
  padding: 0.3rem;
}
.notice-Con .txtItem {
  color: #333;
}
.notice-Con .txtItem .hTopTxt {
  text-align: center;
  font-size: 0.36rem;
  line-height: 0.8rem;
  font-weight: bold;
}
.notice-Con .txtItem p {
  font-size: 0.24rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.08rem;
}
.notice-Con .txtItem p.ems {
  text-indent: 2em;
}
.notice-Con .txtItem p.wei {
  font-weight: bold;
}

/*帮助页面--------*/
.bgfff {
  background: #fff;
}
.exposureHelp-Con {
  background: #fff;
  padding: 44px 0.3rem 0.5rem 0.3rem;
}
.exposureHelp-Con .hTit {
  font-size: 0.3rem;
  color: #14c5b7;
  line-height: 0.8rem;
}
.exposureHelp-Con p {
  font-size: 0.28rem;
  color: #333;
  line-height: 1.6;
}
.exposureHelp-Con .tuList {
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.exposureHelp-Con .tuList img {
  width: 100%;
  height: auto;
}
