@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.ttf?t=1638174176428') format('truetype');
}
i::after{
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rcln h5 {
    text-align: center;
    margin-top: 30px;
  }
  .rcln .list {
    width: 23.75%;
  }
  .rcln .list h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 18px;
  }
  .rcln .list p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
  }
  .rcln-item {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .table {
    width: 100%;
  }
  .table .thead {
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .table .thead span {
    width: 20%;
    display: inline-block;
    padding: 24.5px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #ffffff;
    background-color: #002fa7;;
  }
  .zwip .refs {
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .zwip .refs span {
    width: 20%;
    display: flex;
    padding: 22.5px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    align-items: center;
    justify-content: center;
  }
  .zwip .refs span:last-child {
    cursor: pointer;
  }
  .zwdesc {
    padding: 24px 0;
    display: none;
    justify-content: space-between;
  }
  .zwdesc > div {
width: calc(100% - 50px);
    padding-left: 50px;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
  }
  .refs span i {
    transition: all 0.3s linear;
    display: inline-block;
    transform: rotate(0deg);
  }
  .r-active {
    color: #72bd47 !important;
  }
  .r-active i {
    transform: rotate(90deg) !important;
  }
  .jjcontent .Ldesc{
      width: 100%;
      text-align: center;
      margin-bottom: 40px;
  }
  .jjcontent .Ldesc .line{
      margin-left: auto;
      margin-right: auto;
  }
  .zwdesc strong{
    font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	color: #333333;
  }
  /* padpro端 */
  @media screen and (min-width: 991px) and (max-width: 1366px) {
    .title {
      text-align: center;
      margin-top: 65px;
    }
    .rcln h5 {
      text-align: center;
      margin-top: 20px;
    }
  }
  /* pad端 */
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .rcln .list p {
      font-size: 12px;
      line-height: 20px;
      color: #666666;
      text-align: center;
      margin-top: 8px;
    }
    .rcln .list h4 {
      font-size: 16px;
      font-weight: bold;
      color: #333333;
      text-align: center;
      margin-top: 14px;
    }
  }
  /* 移动端 */
  @media (max-width: 767px) {
      .table .thead span:nth-child(2),.zwip .refs span:nth-child(2),.table .thead span:nth-child(3),.zwip .refs span:nth-child(3){
          display: none;
      }
      .table .thead span:nth-child(1),.zwip .refs span:nth-child(1){
          flex: 1;
      }
      .table .thead span:nth-child(4),.zwip .refs span:nth-child(4){
          width: 80px;
      }
      .table .thead span:last-child,.zwip .refs span:last-child{
          width: 80px;
      }
    .rcln-item {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .table .thead span {
      font-size: 14px;
    }
    .zwip .refs span {
      font-size: 12px;
    }
    .zwdesc {
      flex-wrap: wrap;
    }
    .zwdesc > div {
      width: 100%;
      padding-left: 20px;
      font-size: 12px;
      line-height: 18px;
      color: #333333;
    }
    .rcln .list {
      width: 48%;
      margin-bottom: 10px;
    }
    .rcln-item {
      flex-wrap: wrap;
    }
    .rcln .list p {
      font-size: 12px;
      line-height: 18px;
      color: #666666;
      text-align: center;
      margin-top: 10px;
    }
    .rcln .list h4 {
      font-size: 16px;
      margin-top: 15px;
    }
  }