.content-2 {
  margin: auto;
  padding-top: 1.1111rem;
  width: 100%;
  background-color: white;
  color: #333;
  font-family: Roboto;
  .title-text {
    .title {
      margin: 0;
      line-height: 1.5;
      color: #000;
      font-family: sans-serif;
      font-weight: 600 !important;
    }
    .desc {
      margin-top: 0;
      margin-bottom: 0;
      font-weight: 400 !important;
      /* font-size: .1111rem; */
    }
    .desc1 {
      font-size: .125rem;
    }
  }
  .group {
    margin: 0 auto;
    max-width: 1020px;
    width: 7.0833rem;
    &.mt100 {
      margin-top: .6944rem;
    }
    &.mt {
      margin-top: .2778rem;
    }
    .title-text {
      text-align: left !important;
      .title {
        line-height: 1.5;
        &.large {
          padding-top: .3472rem;
          font-size: .3194rem;
          font-family: sans-serif;
          font-weight: 600 !important;
        }
        &.middle {
          padding-top: .3472rem;
          font-size: .1944rem;
          font-family: sans-serif;
          font-weight: 500 !important;
        }
        &.small {
          font-size: .1667rem;
          font-family: sans-serif;
          font-weight: 450 !important;
        }
      }
      .desc {
        margin-top: .0972rem;
        span {
          font-family: sans-serif;
          font-weight: 600 !important;
          color: #000;
        }
        .underline-text {
          font-weight: normal !important;
          color: rgb(95,165, 237);
          cursor: pointer;
          text-decoration: underline;
        }
      }
    }
    .ul-box {
      padding-left: .2083rem;
      &.list-style-disc {
        list-style: disc !important;
      }
      li {
        margin-bottom: .0694rem;
        font-size: .1111rem;
        font-weight: 400 !important;
        .item-box {
          display: flex;
          align-items: center;
        }
        .icon {
          max-width: 20px;
          max-height: 20px;
          min-width: 15px;
          min-height: 15px;
          width: .1389rem;
          height: .1389rem;
          margin-right: .0694rem;
        }
        span {
          font-family: sans-serif;
          font-weight: 600 !important;
          color: #000;
        }
      }
    }
  }
  .table-box {
    margin-top: .1389rem;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    font-size: .1111rem;
    font-family: serif, sans-serif;
    font-weight: normal;
    td {
      margin: 0;
      border: 2px solid #333;
    }
    .td-content {
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      padding: .0417rem .25rem;
      min-height: .4167rem;
    }
  }
}

/* 移动设备 */
/* prettier-ignore */
@media (max-width: 640PX) {
  .content-2 {
    padding-top: 20px;
    .title-text {
      .desc1 {
        font-size: 12px;
      }
    }
    .group {
      margin: 0 auto;
      width: 85%;
      &.mt100 {
        margin-top: 30px;
      }
      &.mt {
        margin-top: 20px;
      }
      .title-text {
        width: 100%;
        .title {
          &.large {
            padding-top: 10px;
            font-size: 20px;
          }
          &.middle {
            padding-top: 10px;
            font-size: 16px;
          }
          &.small {
            font-size: 12px;
          }
        }
        .desc {
          margin-top: 10px;
        }
      }
      .ul-box {
        margin: 10px 0;
        padding-left: 20px;
        li {
          margin-bottom: 6px;
          font-size: 11px;
        }
      }
    }
    .table-box {
      margin-top: 12px;
      font-size: 12px;
      td {
        margin: 0;
      }
      .td-content {
        padding: 4px 18px;
        min-height: 45px;
      }
    }
  }
}

/* PC 样式 不用转rem */
/* prettier-ignore */
@media screen and (min-width: 1000px) {
  .content-2 {
    max-width: 1440px;
  }
}

/* PC 样式 不用转rem */
/* prettier-ignore */
@media (min-width: 1440PX) {
  .content-2 {
    padding-top: 160px;
    .title-text {
      .desc1 {
        font-size: 18px;
      }
    }
    .group {
      margin: 0 auto;
      &.mt100 {
        margin-top: 100px;
      }
      &.mt {
        margin-top: 40px;
      }
      .title-text {
        .title {
          &.large {
            padding-top: 50px;
            font-size: 40px;
          }
          &.middle {
            padding-top: 50px;
            font-size: 28px;
          }
          &.small {
            font-size: 24px;
          }
        }
        .desc {
          margin-top: 14px;
        }
      }
      .ul-box {
        padding-left: 30px;
        li {
          margin-bottom: 10px;
          font-size: 16px;
        }
      }
    }
    .table-box {
      margin-top: 20px;
      font-size: 16px;
      td {
        margin: 0;
        
      }
      .td-content {
        padding: 6px 36px;
        min-height: 60px;
      }
    }
  }
}