/* 左侧产品菜单导航栏目样式 Begin */
.product-nav-list{
    z-index:-1;
  }
  .list-group-item.active{
    background-color: #013b84 !important;
    border-color: #013b84 !important;
  }
  .list-group-two:hover{
    background: #cecece;
  }
  @media screen and (min-width:750px) {
    .p-22{
      font-size: 22px;
    }
  }
  @media screen and (max-width:750px) {
    .p-22{
      font-size: 16px;
    }
    .list-group-two{
      font-size: 10px;
    }
    .list-group-item{
      padding:0.55rem 0.05rem;
    }
  }

  /* 左侧产品菜单导航栏目样式 End */

  .distributor-title {
    font-size: 20px;
    color: #c50000;
  }
  .machineType{
     /* width:100%; */
     /* height: calc(2.25rem + 2px); */
    padding: 0.8rem 1rem 0.8rem 1rem;
    color: #495057;
    vertical-align: middle;
    border:1px solid #ced4da;
    border-radius: 0.25rem;
    /* -webkit-appearance:none; */
    line-height: 1.5; 
    background-size:8px 10px;
  }
  .machineType option{
    cursor: pointer;
  }
  /* #distributorTable{
    font-size: 13px;
  } */
  @media screen and (max-width:750px) {
    .capelabel-product-left-Image{
      display: none;
    }
    .address-pc{
      display: none;
    }
    .address-mb{
      display: block;
    }
    .addressDate{
      margin-top: 20px;
      padding-bottom: 8px !important;
    }
    .address-strip{
      width: 92% !important;
      height: 1px;
      background-color: #444;
      margin: 10px auto;
    }
    .addressDate p{
      margin: 0;
      font-size: 14px;
      text-align: left;
    }
  }
  @media screen and (min-width:750px) {
    .address-pc{
      display: block;
      margin-top: 20px;
    }
    .address-mb{
      display: none;
    }
  }
  @media screen and (max-width:1600px){
    #distributorTable{
      font-size: 13px !important;
    }
  }
  @media screen and (min-width:1600px){
    #distributorTable{
      font-size: 16px;
    }
  }