

  body,p,div,form,ol,ul,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,input{margin:0; padding:0;}
  body{
    background:#FFF;
    color: #555664;
    font-size:14px;
    font-family:PingFangSC-Regular, sans-serif;
    -webkit-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    touch-callout:none
  }
  a,a:hover,a:active{
    color:#fff;
    text-decoration:none;
    outline:none;
  }
  ul,li{list-style:none;}
  .disExp{
    padding:0 15px 15px;
    margin: auto;
    line-height: 28px;
    box-sizing: border-box;
    text-align:justify;
    word-break: break-all;
    text-justify:inter-ideograph
  }
  .disExp .title{
    margin-top: 22px;
    margin-bottom: 10px;
    box-sizing: border-box;
    color: #2B2C36;
    font-weight: bold;
    /* background: #33385D; */
  }
  .disExp p + p{
    padding-top: 16px;
  }

  .img-wrap img{
    margin-top: 10px;
    width: 100%;
  }
