/* 中型设备（平板电脑，768 像素及以上） */
@media only screen and (max-width: 768px) {
  :root {
    --jq_w1200: 100%;
  }
  /* 公共 */
  /* products-table */
  .products-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    .theads {
      width: 100%;
      .ths {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid var(--jq_color17);
        background: var(--jq_color16);
        .tds {
          width: 100%;
          height: 50px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: var(--jq_fs2);
        }
        .tds.border {
          border: none;
          border-right: 1px solid var(--jq_color17);
        }
      }
    }
    .tbodys {
      width: 100%;
      .trs {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid var(--jq_color17);
        .tds {
          width: 100%;
          display: flex;
          padding: var(--jq_pt1);
          font-size: var(--jq_fs1);
        }
        .tds.center {
          justify-content: center;
          align-items: center;
        }
        .tds.border {
          border: none;
          border-right: 1px solid var(--jq_color17);
        }
      }
      .trs:hover {
        background: var(--jq_color17);
      }
    }
  }
  .products-table.border {
    border: 1px solid var(--jq_color17);
  }
  /* form */
  .jq-common-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    .form-box {
      width: 100%;
      display: flex;
      flex-direction: column;
      margin-bottom: var(--jq_mb4);
      .form-item {
        width: 100%;
        display: flex;
        margin-bottom: var(--jq_mb3);
        font-size: var(--jq_fs2);
        .field-label {
          width: 100px;
          display: flex;
          justify-content: flex-end;
          align-items: flex-start;
          flex-shrink: 0;
          padding-top: 7px;
        }
        .field-value {
          width: 100%;
          display: flex;
          flex-direction: column;
          .field-value-input {
            width: 100%;
            display: flex;
            .input, .textarea {
              width: 100%;
              height: 32px;
              padding: 0 var(--jq_pt2);
              border: 1px solid var(--jq_color17);
              outline: none;
              font-size: var(--jq_fs2);
              border-radius: 4px;
              transition: all 0.3s;
            }
            .textarea {
              min-height: 64px;
              height: auto;
              padding: var(--jq_pt1) var(--jq_pt2);
            }
            .input:hover, .textarea:hover {
              border: 1px solid var(--jq_color14);
            }
            .input.error, .textarea.error {
              border: 1px solid var(--jq_color19);
            }
            .imgs {
              width: 80px;
              height: 32px;
              margin-left: var(--jq_ml1);
              flex-shrink: 0;
            }
          }
          .field-value-error {
            width: 100%;
            font-size: var(--jq_fs1);
            color: var(--jq_color19);
            margin-top: 2px;
            display: none;
          }
          .field-value-error.active {
            display: block;
          }
        }
      }
    }
    .form-submit {
      width: 100%;
      .btn {
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--jq_fs2);
        font-weight: bold;
        background: var(--jq_color14);
        border-radius: 5px;
        cursor: pointer;
        padding: 0 var(--jq_pt4);
        border: none;
        opacity: 0.8;
        color: var(--jq_color2);
        &:hover {
          opacity: 1;
        }
      }
    }
  }
  .input, .textarea {
    width: 100%;
    height: 32px;
    padding: 0 var(--jq_pt2);
    border: 1px solid var(--jq_color17);
    outline: none;
    font-size: var(--jq_fs2);
    border-radius: 4px;
    transition: all 0.3s;
  }
  .textarea {
    min-height: 64px;
    height: auto;
    padding: var(--jq_pt1) var(--jq_pt2);
  }
  .input:hover, .textarea:hover {
    border: 1px solid var(--jq_color14);
  }
  .input.error, .textarea.error {
    border: 1px solid var(--jq_color19);
  }
  .button {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--jq_fs2);
    font-weight: bold;
    background: var(--jq_color14);
    border-radius: 5px;
    cursor: pointer;
    padding: 0 var(--jq_pt4);
    border: none;
    opacity: 0.8;
    color: var(--jq_color2);
    &:hover {
      opacity: 1;
    }
  }
  .button.danger {
    background: var(--jq_color19);
  }
  .button.info {
    background: var(--jq_color6);
  }
  .button.success {
    background: var(--jq_color24);
  }

  .wrap {
    .content {
      width: 100%;
      height: 100%;
      padding-top: 60px;
    }
  }
  /* 菜单 */
  .menu-pc {
    display: none;
  }
  .menu-phone {
    display: flex;
  }
  /* AppBanner */
  .banner-box {
    height: 500px;
  }
  /* 产品列表 */
  .product-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    .product-title {
      background: url('http://www.cnszic.com/images/7.jpg') no-repeat right bottom;
      background-size: cover;
    }
    .product-title.brand-title {
      background: url('http://www.cnszic.com/images/6.jpg') no-repeat right bottom;
      background-size: cover;
    }
    .product-title.aboutus-title {
      background: url('http://www.cnszic.com/images/3.jpg') no-repeat right bottom;
      background-size: cover;
    }
    .product-title.contact-title {
      background: url('http://www.cnszic.com/images/2.jpg') no-repeat right bottom;
      background-size: cover;
    }
    .product-main {
      width: 100%;
      display: flex;
      flex-direction: column;
      .tab-box {
        padding: 0;
        background: var(--jq_color6);
        display: block;
        .tab-active {
          height: auto;
          flex-wrap: wrap;
          a {
            width: 100%;
            padding: 10px 0;
            margin: 0;
            flex-shrink: 0;
          }
        }
        .tab-main {
          width: 100%;
          flex-shrink: 0;
          padding: 0 var(--jq_pt2);
          padding-bottom: var(--jq_pb4);
        }
      }
      .product-list-box {
        .product-list {
          .product-list-item {
            width: 100%;
          }
        }
      }
      .product-detail-box {
        .product-detail-main {
          flex-direction: column;
          justify-content: flex-start;
          .product-detail-pic {
            width: 100%;
            height: 300px;
          }
          .product-detail-basicInfo {
            width: 100%;
            height: auto;
            margin-top: var(--jq_mt4);
          }
          .product-detail-from {
            width: 100%;
            height: auto;
            margin-top: var(--jq_mt4);
          }
        }
      }
    }
  }
  .page-box {
    width: 100%;
    padding: var(--jq_pl4px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    a {
      height: 30px;
      padding: 0 var(--jq_pl2);
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid var(--jq_color9);
      margin-right: var(--jq_mr2);
      transition: all 0.3s;
      &:hover {
        border: 1px solid var(--jq_color8);
      }
    }
    a.active {
      background: var(--jq_color8);
      color: var(--jq_color2);
    }
  }
  .brand-box {
    .brand-list {
      width: 100%;
    }
  }
  .aboutus-box {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    flex-direction: column;
    .aboutus-tab {
      width: 100%;
      height: 52px;
      background: var(--jq_color10);
      display: flex;
      padding: 0 40px;
      align-items: center;
      a {
        height: 100%;
        padding: 0 40px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      a.active {
        color: var(--jq_color14);
        background: var(--jq_color2);
        border-bottom: 2px solid var(--jq_color8);
      }
    }
    .aboutus-main {
      flex-direction: column;
      padding: var(--jq_pt4);
      .aboutus-content {
        width: 100%;
        padding-right: 0;
        p {
          /* text-indent: 2em; */
          margin-bottom: var(--jq_mb4);
          line-height: 26px;
        }
        p.bold {
          font-weight: bold;
        }
        span.title {
          font-weight: bold;
        }
      }
      .aboutus-img {
        width: 100%;
        padding: 0 var(--jq_pl2);
        flex-shrink: 0;
        img {
          width: 100%;
        }
      }
      .join-content {
        width: 100%;
        padding-right: 0;
      }
    }
  }
  .contact-box {
    padding: var(--jq_pt4);
    flex-direction: column;
    .contact-item {
      width: 100%;
      margin: 0;
      margin-bottom: var(--jq_mb4);
      #container {
        height: 400px;
      }
    }
  }
  .typeList {
    .typelist-items {
      .typelist-content.typelist-content-max {
        display: none;
      }
      .typelist-content-min {
        display: block;
        padding: 10px;
        font-size: var(--jq_fs2);
      }
    }
  }
}