      /*html,*/
      /*body,*/
      iframe,
      ul,
      li {
        margin: 0;
        padding: 0;
      }
    body {
      position: relative;
      font-family: "Prompt", serif;
    }
    a {
      display: block;
      cursor: pointer;
      text-decoration: none;
      color: #000;
      font-family: "Prompt", serif;
    }

    a.a-0dc2fe {
      color: #000;
      display: inline;
      text-decoration: underline;
    }

    a.a-0dc2fe:hover {
      color: #0dc2fe;
      display: inline;
      text-decoration: underline;
    }
    .section .title-css{
      width: 100%;
      border: 1px solid #ccc;
      border-collapse: collapse;
      margin-bottom: 30px;
    }
    .section .table-css tr{
      text-align: center;
    }
    .table-td{
      height: 24px;
      font-size: 12px;
      color: #818181;
      line-height: 24px;
      border: 1px solid #ccc;
      padding: 0 10px;
      margin: 0;
    }
    .table-td-title{
      font-size: 14px;
    }
    .sec-dec{
      color: #666;
      font-size: 12px;
    }
    .sec-title-2{
      margin-left: 30px;
    }
    .sec-title-3{
      margin-left: 60px;
      color: #666;
      font-size: 12px;
    }
    .br-pj{
      height: 20px;
    }
    .div-body p{
      line-height: 30px;
    }
    .div-body h4{
      /*text-decoration:underline;*/
    }
    table{
      border-collapse: collapse;
    }
    
    /*在768 和2190 像素之间的屏幕里，中等屏幕，分辨率低的PC*/
    @media (min-width: 768px) and (max-width: 5000px) {
      .warp {
       width: 768px;
       margin: 0 auto;
      }
      .pic-text {
        width: 50%;
        float: left;
        height: 280px;
        margin-bottom: 20px;
      }
      .sec-dec {
       /*width: 80%;*/
      }
    }
    /*在380 和991 像素之间的屏幕里，小屏幕，主要是PAD*/
    @media (min-width: 380px) and (max-width: 767px) {
      .warp {
       width: 100%;
       margin: 0 auto;
      }
    }