.section-tab {
  margin-top: 60px; }

.teach-spec-tab {
  border-bottom: 1px solid #C08FFF; }

.section-tab-content {
  display: none; }

.section-tab-content {
  margin-bottom: 120px; }
  .section-tab-content .device-type {
    display: flex;
    justify-content: center;
    margin: 40px 0 0; }
    .section-tab-content .device-type li {
      padding: 0 24px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer; }
      .section-tab-content .device-type li.active {
        background: url(../images/text-bg.png) center no-repeat;
        background-size: contain; }

table {
  width: 100%;
  max-width: 910px;
  margin: 40px auto 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: none; }
  table td, table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 18px;
    font-size: 14px;
    line-height: 20px; }
  table th, table .th {
    font-weight: bold;
    font-size: 16px; }
  table tr td span {
    display: inline-block;
    width: 25%;
    min-height: 25px;
    text-align: center; }
    table tr td span.support {
      background: url(../images/icon-support.png) center no-repeat;
      background-size: 24px; }
    table tr td span.dis-support {
      position: relative; }
      table tr td span.dis-support::after {
        content: " ";
        display: block;
        width: 24px;
        height: 2px;
        background-color: #BDBDBD;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
  table tr.function-title {
    font-weight: bold; }
    table tr.function-title td {
      font-size: 16px;
      background-color: #FAFAFA; }

.section-feature .table-left {
  border-right: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center; }
  .section-feature .table-left img {
    width: 110px; }

/*# sourceMappingURL=teach-spec.css.map */
