/* banner 轮播 */
.swiper-container{
    position: relative;
}
.swiper-wrapper{
    height: auto !important;
}
.capelabel-banner-next{
    right: 5% !important;
}
.capelabel-banner-prev{
    left: 5% !important;
}
.capelabel-banner-next,.capelabel-banner-prev{
    background-image: none !important;
}
.swiper-pagination-bullet-active{
    background-color: #fff !important;
}

.capelabel-product-item {
    background-color: #f0f0f0;
    position: relative;
    border-radius: 12px;
  }
  .productItem{
    padding: 10px;
    border: 5px solid #fff;
    text-align: center !important;
  }
  .capelabel-product-item .item-shadow-goods {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .capelabel-product-item .item-shadow-goods .item-shadow-wrapper {
    width: 100%;
    padding: 15px;
    background-color: #cecece;
  }
  .capelabel-product-item .item-shadow-goods .item-shadow-wrapper a {
    font-size: 14px;
    color: #fff;
  }
  .capelabel-product-item .item-shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    overflow-y: scroll;
  }
  .capelabel-product-item .item-shadow .item-shadow-wrapper {
    width: 100%;
    padding: 15px;
    background-color: #cecece;
  }
  .capelabel-product-item .item-shadow .item-shadow-wrapper a {
    font-size: 14px;
    color: #fff;
  }
  .item-close {
    float: right;
  }
  .capelabel-product-item .item-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .capelabel-product-item .item-content ul {
    text-align: left;
  }
  .capelabel-product-item .item-content ul li {
    font-size: 14px !important;
    color: #585858;
  }
  
  .box-shadow {
    box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    -ms-box-shadow: 2px 2px 5px #999;
  }
  @media screen and (max-width: 750px) {
    .capelabel-product-item .item-shadow .item-shadow-wrapper a {
      font-size: 12px;
      color: #fff;
    }
    .about-product-item{
      font-size:12px;
      text-align:center;
      margin-left:20px;
    }
    .capelabel-product-item .item-content h4 {
      text-align: left;
      width: 100%;
      font-size: 16px;
      color: #003b81;
    }
  }
  @media screen and (min-width: 376px) and (max-width:750px) {
    .capelabel-product-item .item-handle a {
      padding: 2px 4px;
      font-size: 10px;
      /* color: #585858; */
      background-color: #003b81;
      color: #fff;
      border-radius: 4px;
      text-decoration: none;
      cursor: pointer;
    }
  }
  @media screen and (max-width: 376px) {
    .capelabel-product-item .item-handle a {
      /* padding: 2px 4px; */
      font-size: 10px;
      /* color: #585858; */
      background-color: #003b81;
      color: #fff;
      border-radius: 4px;
      text-decoration: none;
      cursor: pointer;
    }
  }
  @media screen and (min-width: 750px) {
    .about-product-item{
      font-size:12px;
      text-align:left !important;
      margin-left:20px;
    }
  }
  @media screen and (min-width:750px) and (max-width:1479px) {
    .capelabel-product-item .item-handle a {
      padding: 2px 2px;
      font-size: 12px;
      background-color: #003b81;
      color: #fff;
      border-radius: 4px;
      text-decoration: none;
      cursor: pointer;
      margin: 0 2px;
    }
    .capelabel-product-item .item-handle a:hover{
      color: #fff;
    }
     .capelabel-product-item .item-content h4 {
      text-align: left;
      width: 100%;
      font-size: 20px;
      color: #003b81;
    }
    .product-list-span{
      font-size:16px;
    }
    /* about-product-item{
      font-size:12px;
      text-align:left;
      margin-left:20px;
    } */
  }
  @media screen and (min-width:1480px) and (max-width:1690px) {
    .capelabel-product-item .item-handle a {
      padding: 6px 8px;
      font-size: 12px;
      background-color: #003b81;
      color: #fff;
      border-radius: 4px;
      text-decoration: none;
      cursor: pointer;
      margin: 0 2px;
    }
     .capelabel-product-item .item-handle a:hover{
      color: #fff;
    }
    .capelabel-product-item .item-content h4 {
      text-align: left;
      width: 100%;
      font-size: 20px;
      color: #003b81;
    }
    .product-list-span{
      font-size:16px;
    }
    /* about-product-item{
      font-size:12px;
      text-align:left;
      margin-left:20px;
    } */
  }
  @media screen and (min-width:1691px) {
    .capelabel-product-item .item-handle a {
      padding: 6px 14px;
      font-size: 12px;
      background-color: #003b81;
      color: #fff;
      border-radius: 4px;
      text-decoration: none;
      cursor: pointer;
      margin: 0 2px;
    }
     .capelabel-product-item .item-handle a:hover{
      color: #fff;
    }
    .capelabel-product-item .item-content h4 {
      text-align: left;
      width: 100%;
      font-size: 20px;
      color: #003b81;
    }
    .product-list-span{
      font-size:16px;
    }
    /* about-product-item{
      font-size:12px;
      text-align:left;
      margin-left:20px;
    } */
  }
  .page {
    margin-top: 15px;
    text-align: center;
  }