/*PC端*/
/*M端*/
body .nopad {
  padding: 0!important;
}
body .container-fluid {
  background-color: #f37020;
  padding-bottom: 0.6rem;
  overflow: hidden;
}
.contentBox {
  color: #221f1f;
  padding: 0.8rem 0.5rem;
  background-color: #fff6e8;
  margin: 1.4rem 0 0;
  border-radius: 0.3rem;
}
.contentBox.nobg {
  background: none;
}
.contentBox .title {
  font-size: 0.8rem;
  text-align: center;
  margin: 0 auto 0.4rem;
  color: #000;
  font-family: "Nexa Bold";
}
.contentBox .title img {
  max-width: 10.04rem;
  display: inline-block;
}
.contentBox .contentTop p {
  line-height: 0.36rem;
  font-size: 0.2rem;
  margin-bottom: 0.5rem;
  color: #000;
}
.contentBox .contentMid h3.tit {
  font-family: "Nexa Bold";
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  color: #000;
}
.contentBox .contentMid h4.tit {
  font-family: "Nexa Bold";
  line-height: 0.26rem;
  font-size: 0.18rem;
  font-weight: bold;
  padding-left: 2em;
  color: #000;
}
.contentBox .contentMid p {
  line-height: 0.36rem;
  font-size: 0.2rem;
  margin-bottom: 0.5rem;
  color: #000;
}
.contentBox .contentMid p.te {
  position: relative;
  padding-left: 2.8em;
}
.contentBox .contentMid p.te .ico {
  position: absolute;
  left: 2em;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .phoneNomar {
    margin-bottom: 0!important;
  }
  .contentBox {
    margin: 1.3rem 0.24rem 1rem;
    padding: 0.7rem 0.4rem;
  }
  .contentBox .title {
    font-size: 0.48rem;
    margin-bottom: 0.45rem;
    margin-top: 0;
  }
  .contentBox .contentTop p {
    line-height: 0.36rem;
    font-size: 0.24rem;
    margin-bottom: 0.5rem;
  }
  .contentBox .contentMid h3.tit {
    font-size: 0.24rem;
    margin-bottom: 0rem;
    line-height: 0.36rem;
  }
  .contentBox .contentMid h4.tit {
    line-height: 0.36rem;
    font-size: 0.24rem;
    padding-left: 0;
  }
  .contentBox .contentMid p {
    line-height: 0.36rem;
    font-size: 0.24rem;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }
  .contentBox .contentMid p.te {
    padding-left: 0.8em;
  }
  .contentBox .contentMid p.te .ico {
    left: 0;
    top: 0.14rem;
    width: 0.1rem;
    height: 0.1rem;
  }
}
