/* 内容区 */
@media screen and (min-width: 1000px) {
  .conBox{
    background-color: #fff;
    overflow: hidden;
    min-height: 790px;
    padding: 80px 0;
    min-height: auto;
  }
  .conBox p{
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    justify-content: center;
  }
  .conBox p img{
    width: 35px;
    margin-right: 15px;
  }
  .conBox .code{
    margin: 0 auto;
    display: block;
    width: 165px;
  }
  .complant {
    width: 1200px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    margin: 30px auto;
    background-color: #f8f8f8;
  }

  .complant .msgTitle {
    font-size: 30px;
    font-weight: 600;
    position: relative;
  }

  .complant .msgTitle::before {
    content: '';
    width: 120px;
    height: 3px;
    background-color: #12aac8;
    position: absolute;
    left: 0;
    bottom: -10px;
  }

  .complant .msgBox {
    width: 100%;
    margin: 0 auto;
  }


  .complant p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .conBox{
    background-color: #fff;
    overflow: hidden;
    padding: 1.066667rem 0.4rem 2rem;
    margin: 0 auto;
  }
  .conBox p{
    font-size: 0.4rem;
    text-align: center;
    margin-bottom: 0.533333rem;
    justify-content: center;
  }
  .conBox p img{
    width: 0.466667rem;
    margin-right: 0.2rem;
  }
  .conBox .code{
    margin: 0 auto;
    display: block;
    width: 4.5rem;
  }
  .complant {
    box-sizing: border-box;
    padding: .2rem;
    border-radius: .2rem;
    margin: .2rem auto;
    background-color: #f8f8f8;
  }

  .complant .msgTitle {
    font-size: .5rem;
    font-weight: 600;
    position: relative;
  }

  .complant .msgTitle::before {
    content: '';
    width: 1.6rem;
    height: 3px;
    background-color: #12aac8;
    position: absolute;
    left: 0;
    bottom: -0.2rem;
  }

  .complant .msgBox {
    width: 100%;
    margin: 0 auto;
  }


  .complant p {
    text-align: left;
    font-size: .4rem;
    margin-bottom: .6rem;
  }
}