html{
  overflow-x: hidden;
}
.clear {
    clear: both;
  }
  .swiper-outwrapper {
    position: relative;
  }
  
  .swiper-container-detail .swiper-slide {
    border: 1px solid #999;
    /* width: 65px !important;
    height: 65px !important;
    padding: 5px; */
  }
  .poduct-detail-wrapper {
    width: 100%;
    /* background-image: url(../assets/product-detail-1.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    /* overflow: hidden; */
  }
  .poduct-banner {
    /* margin-top: 40px; */
    padding-top: 4%;
    padding-bottom: 4%;
  }
  
  /* 轮播 */
  @media screen and (max-width: 750px) {
    .swiper-container-product {
      width: 70% !important;
      margin: 0 auto;
      margin-top: 30px;
    }
    .swiper-button-prev,.swiper-button-next{
      background-image: none !important;
    }
    .swiper-button-prev-1 {
      background-image: url("../images/detail/left.png") !important;
      background-size: 18px 30px;
      /* left: 2%; */
    }
    .swiper-button-next-1 {
      background-image: url("../images/detail/right.png") !important;
      background-size: 18px 30px;
    }
    .swiper-slide-product1 {
      width: 20% !important;
    }
    .swiper-slide-product1 + .swiper-slide-product1{
      margin-left: 6%;
    }
    .swiper-button-prev-1 {
        position: absolute;
        left: 4%;
      }
      .swiper-button-next-1 {
        position: absolute;
        right: 4%;
      }
  }
  @media screen and (min-width: 750px) {
    .swiper-container-product {
      width: 70% !important;
      margin: 0 auto;
      /* padding-bottom: 20px; */
      cursor: pointer;
      margin-top: 30px;
    }
    .swiper-pagination {
      bottom: 0;
    }
    .swiper-pagination-bullet-active {
      background: #fff;
    }
    .swiper-slide {
      /* margin-right: 10px; */
    }
    .swiper-button-prev-1,
    .swiper-button-next-1 {
      top: 50%;
      transform: translateY(-50%);
    }
    .swiper-button-prev-1 {
      background-image: url("../images/detail/left.png");
      background-size: 18px 30px;
    }
    .swiper-button-next-1 {
      background-image: url("../images/detail/right.png");
      background-size: 18px 30px;
    }
    .swiper-button-prev-1 {
        position: absolute;
        left: 6%;
        width: 18px;
        height: 30px;
      }
      .swiper-button-next-1 {
        position: absolute;
        right: 6%;
        width: 18px;
        height: 30px;
      }
    .swiper-slide-product1 {
      width: 20.2% !important;
      /* margin-right: 4.6% !important; */
    }
    .swiper-slide-product1 + .swiper-slide-product1{
      margin-left: 6%;
    }
  }
  .swiper-wrapper-product {
    width: 100%;
    margin: 0 auto;
  }
  .swiper-slide-product1 img {
    width: 100%;
  }
  
  /* 轮播右侧的产品信息 */
  .haddle-btn {
    margin-top: 5%;
  }
  .product-title {
    color: #fff;
    font-size: 32px;
    font-weight: 550;
    text-align: left;
    /* margin-left: 20%; */
  }
  .product-goos-list {
    text-align: left;
    color: #fff;
    font-size: 20px;
    /* margin-left: 20%; */
  }
  .detail-shop,
  .detail-collocation {
    width: 150px;
    font-size: 16px;
    color: #fff;
    padding: 4px 6px !important;
    border: 1px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;

  }
  .goodsList {
    width: 150px;
    background-color: #cecece;
    border-radius: 4px;
    position: absolute;
    top: 50px;
    z-index: 1;
    padding: 10px 0 !important;
    display: none;
  }
  .goodsList a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    text-align: center
  }
  .goodsList-1 a + a{
    margin-top: 10px;
  }
  .sj {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #cecece;
    opacity: 1;
  }
  .sj2{
    left: -20px;
  }
  .sj1,.sj2{
    display: none;
  }
  
  @media screen and (min-width: 1500px){
   .detail-collocation,.goodsList-2{
     margin-left: -50px;
   }
   .sj2{
    left:-20px;
    }
  }
  @media screen and (min-width: 750px) and (max-width: 1500px){
   .sj2{
    left:30px;
    }
  }
  @media screen and (max-width: 750px) {
    .goodsList-1{
     margin-left: 25px;
   }
   .sj1{
    left:52px;
    }
    .sj2{
    left:30px;
    }
  }
  
  
  .type-p {
    overflow: hidden;
  }
  .type-p h4 {
    font-size: 18px;
    margin-top: 40px;
  }
  .type-p p {
    font-size: 16px;
  }
  .more {
    font-size: 15px;
    cursor: pointer;
  }
  .more:hover {
    color: #013b84;
  }
  .parameter {
    background-color: #d9d9d9;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    margin-top: 15px;
  }
  .parameter span {
    margin-left: 15px;
  }
  .parameter-item {
    border-bottom: 1px solid #797979;
  }
  .parameter-item .parameter-item-key{
    /* width: 20%; */
    float: left;
  }
  .parameter-item .parameter-item-value{
    /* width: 80%; */
    float: left;
    overflow: hidden;
    word-wrap:break-word
  }
  .caplabel-PC img {
    width: 100%;
  }
  .caplabel-MB img {
    width: 100%;
  }
  @media screen and (max-width: 750px) {
    .caplabel-PC {
      display: none;
    }
    .caplabel-MB {
      display: block;
    }
    .mobile-title {
      margin-left: 54px;
      margin-top: 15px;
    }
    .mobile-list {
      margin-left: 54px;
      font-size: 18px;
      margin-bottom:5px; 
    }
    .detail-shop {
      margin-left: 25px;
      text-align: center;
    }
    .product-title {
      color: #fff;
      font-size: 24px;
      font-weight: 550;
      text-align: left;
      /* margin-left: 20%; */
    }
    .capelabel-context-height {
      max-height: 750px;
      overflow: hidden;
      display: none;
    }
    .capelabel-context-height-mb{
       max-height: 245px;
       overflow: hidden;
       display: block;
    }
    .cape-more-pc{
      display: none;
    }
    .cape-more-mb{
      display: block;
    }
  }
  @media screen and (min-width: 750px) {
    .caplabel-PC {
      display: block;
    }
    .caplabel-MB {
      display: none;
    }
    .capelabel-context-height {
      max-height: 750px;
      overflow: hidden;
      display: block
    }
    .capelabel-context-height-mb{
      display: none;
    }
    .cape-more-pc{
      display: block;
    }
    .cape-more-mb{
      display: none;
    }
  }
  .morePrams {
    max-height: 300px;
    overflow: hidden;
  }



  /* 放大镜 */
  #magnifier {
    position: relative;
  }
  .small-box {
    position: relative;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .small-box img {
    display: block;
  }
  .small-box .hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #aaa;
    background: #0099ff;
    opacity: .5;
    filter: alpha(opacity: 50);
    cursor: move;
  }
  .thumbnail-box {
    position: relative;
    width: 100%;
  }
  .thumbnail-box .btn {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
  }
  .thumbnail-box .btn-prev {
    left: 0;
    /* background: url(./images/left.png) no-repeat; */
    background: url("../images/detail/left.png") no-repeat;
  }
  .thumbnail-box .btn-next {
    right: 0;
    /* background: url(./images/right.png) no-repeat; */
    background: url("../images/detail/right.png") no-repeat;
  }
  .thumbnail-box .list {
    overflow: hidden;
    margin: 0 auto;
    width: 89%;
  }
  .thumbnail-box .wrapper {
    width: 100000px;
  }
  .thumbnail-box .list .item {
    float: left;
    /* margin: 0 10px; */
  }
  .thumbnail-box .list .item img {
    width: 100%;
    border: 1px solid #999;
  }
  .thumbnail-box .list .item-cur img {
    border: 1px solid #f999;
  }
  .big-box {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 451px;
    top: -40px;
    width: 540px;
    height: 420px;
    border: 1px solid #e4e4e4;
    z-index: 10;
    background: #fff;
  }
  .big-box img {
    display: block;
  }