/* banner  */
.banner-section {
    position: relative;
    width: 100%;
    height: 4rem;
  }
  .banner-section-content {
    position: absolute;
    left: 20%;
    top: 20%;
    z-index: 10;
  }
  .banner-section-button {
    color: #ffffff;
    font-size: 0.16rem;
    background-color: #1e87fe;
    border-radius: 2px;
    padding: 0.1rem 0.3rem;
    border: none;
    margin-top: 0.5rem;
  }
  
  /* 标签页 */
  #myTab .nav-tabs {
    border-bottom: none;
    /* 这儿的样式是取消原来bootstarp的样式加新样式 */
  }
  #myTab ul,li{
    list-style-type:none;
  }
  .box > ul{
    display: flex;
    justify-content: flex-start;
  }
  .anti-counterfeit-tab {
    display: flex;
    height: 60px;
    padding: 0 30px;
    color: #333333;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
  }
  .line{
    color: #1E87FE !important;
    border-bottom: 2px #1E87FE solid;
  }
  /* .active{
    color: #1E87FE !important;
    border-bottom: 1px #1E87FE solid;
  } */
  
  /* 防伪产品 */
  .anti-counterfeit-products-section {
    margin: 0.4rem 0 0.8rem 0;
  }
  .anti-counterfeit-products-box{
      display: flex;
      flex-direction: column;
      width: 100%;
      /* height: 100%; */
      border: 1px solid #E5E5E5;
  }
  .anti-counterfeit-products-box:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  }

  .anti-counterfeit-products-box-top-img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
  }
  
  .anti-counterfeit-products-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0.2rem;
    border-top: 1px solid #E5E5E5;
    width: 100%;
    height: 1.4rem;
  }
 
  .anti-counterfeit-products-content h4 {
    color: #333333;
    font-size: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .anti-counterfeit-products-content p {
      color: #999999;
      font-size: 0.14rem;
      margin-top: 0.1rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
  }
  
  /* 大屏幕 */
  @media screen and (min-width: 800px) {
    /* 咨询信息 */
    .div-vertical-line {
      width: 0;
      height: 100%;
      border: 1px solid #e5e5e5;
      text-align: center;
    }
    .industry-information-section p {
      color: #999999;
      font-size: 0.14rem;
      position: absolute;
      bottom: 0;
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
    .industry-information-thumbnail img {
      max-width: 220px;
    }
    .industry-information-thumbnail-date{
      margin: 0 auto;
      display: block;
    }
    .industry-information-content {
      display: flex;
      flex-direction: column;
      /* height: 130px; */
    }
    .industry-information-content-min-screen{
      display: none;
      /* height: 130px; */
    }
  }
  /* 小屏幕 */
  @media screen and (max-width: 800px) {
    /* 咨询信息 */
    .div-vertical-line {
      width: 0;
      height: 0;
      border: 1px solid #e5e5e5;
      text-align: center;
    }
    .industry-information-section p {
      color: #999999;
      font-size: 0.14rem;
      margin-top: 0.2rem;
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
    }
    .industry-information-thumbnail img {
      width: 100%;
    }
    .industry-information-thumbnail-date{
      margin: 0 auto;
      display: none;
    }
    .industry-information-content {
      display: none;
    }
    .industry-information-content-min-screen{
      display: flex;
      flex-direction: column;
    }
  }
  <!--0.00018596649169922-->