body {
  background: #ededed;
}
.contentBox {
  font-family: Arial;
  color: #221f1f;
  margin: 2rem 0 0.6rem;
  background: #fff;
  padding: 0.8rem 0.5rem 1.7rem;
}
.contentBox .title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.3rem;
}
.contentBox .contentTop p {
  line-height: 26px;
  font-size: 18px;
  margin-bottom: 34px;
}
.contentBox .contentMid h3.tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
}
.contentBox .contentMid h4.tit {
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 2em;
}
.contentBox .contentMid p {
  line-height: 26px;
  font-size: 18px;
  margin-bottom: 30px;
  /* &.te{
                position: relative;
                padding-left: 2.8em;
                .ico{
                    position:absolute;
                    left: 2em;
                    top: 10px;
                    width: 6px;
                    height: 6px;
                    background-color: #221f1f;
                    border-radius: 50%;
                }
            }*/
}
/*
@media (min-width: 750px) {
    .header .nav .ul-box a{
      color: rgba($color: #221f1f, $alpha: 0.6);
    }
  
  }
*/
@media (max-width: 750px) {
  .phoneNomar {
    margin-bottom: 0!important;
  }
  .contentBox {
    margin: 1.3rem 0.24rem 1.25rem;
    padding: 0.7rem 0.4rem 1rem;
  }
  .contentBox .title {
    font-size: 0.48rem;
    margin-bottom: 0.45rem;
  }
  .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;
    /* &.te{
                    padding-left: 0.8em;
                    .ico{
                        left: 0;
                        top: 0.14rem;
                        width: 0.1rem;
                        height: 0.1rem;
                    }
                }*/
  }
}
