
.listClass{
  margin-top: 30px;
}
.listClass .block{
  width: 100%;
  background-color: #F0F2FF;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: inline-block;
  box-sizing: border-box;
}
.listClass .block a{
  padding: 5px 15px;
  font-size: 14px;
  color: #000;
  margin: 5px 0;
  display: inline-block;
}
.listClass .block a:hover{
  color: #3f79ff;
}
.listClass .subLine{
  display: flex;
  flex-wrap: wrap;
}
.listClass .subLine strong{
  font-size: 14px;
  color: #666;
  font-weight: normal;
  margin-top: 8px;
}
.listClass .subLine .links{
  flex: 1;
}
.listClass .subLine .links a{
  cursor: pointer;
}
.listClass .subLine .links a b{
  font-weight: normal;
}
.listClass .subLine .links a:first-child span{
  display: none;
}
.listClass .subLine .links .active{
  color: #3f79ff;
}
.sortLine{
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.sortLine a{
  margin: 0 20px;
}
.sortLine a.ey_active{
  color: #3f79ff;
}
.productContent{
  min-height: 600px;
}

/* 产品详情-start */
.detailMain{
  display: flex;
  margin-top: 30px;
}
.leftImg{
  float: left;
  margin-right: 40px;
  width: 620px;
  z-index: 99;
  position: relative;
  z-index: 1;
}
.leftImg .MagicZoom{
  width: 620px !important;
  height: 620px !important;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.leftImg .MagicZoom>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prodInfo{
  /* max-width: 660px; */
  flex: 1;
}
.prodInfo h1{
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-top: 25px;
}
.prodInfo .minline{
  font-size: 18px;
  color: #999;
  display: flex;
  align-items: center;
}
.prodInfo .sales{
  margin-top: 15px;
}
.prodInfo .minline span{
  font-size: 14px;
  color: #000;
  margin-left: 3px;
}
.prodInfo .priceLine{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
.prodInfo .priceLine label{
  color: #999;
  font-size: 16px;
  margin-right: 10px;
}
.prodInfo .priceLine .price{
  color: #202C7C;
  font-size: 28px;
  font-weight: bold;
  margin-right: 20px;
}
.prodInfo .priceLine .crossed_price{
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
}
.prodInfo .priceLine .crossedShow{
  display: flex;
  align-items: center;
}
.prodInfo .priceLine .crossedShow .discount{
  background-color: #f3f5ff;
  padding: 0px 7px;
}
/* .prodInfo .spec{
  margin-top: 15px;
} */
.prodInfo .spec label{
  color: #999;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
}
.prodInfo .spec .specList{
  display: flex;
  margin-top: 5px;
}
.prodInfo .spec .specList a{
  margin-right: 10px;
  border: 1px solid #aaa;
  padding: 8px 18px;
  border-radius: 3px;
  color: #000;
}
.prodInfo .spec .specList a:hover{
  border: 1px solid #F05C52;
}
.prodInfo .spec .specList a.btn-danger{
  border: 1px solid #F05C52;
  background-color: #F05C52;
  color: #fff;
}
.prodInfo .quantity{
  margin-top: 25px;
  width: 100%;
  display: flex;
  align-items: center;
}
.prodInfo .quantity label{
  color: #999;
  font-size: 16px;
  margin-right: 10px;
}
.quantity .btn-input{
    border: 1px solid #CCC;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0px;
}
.prodInfo .quantity .btn-input input {
    font-size: 16px;
    height: 40px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    text-align: center;
    border: none;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-radius: 0;
    outline: none;}
.prodInfo .quantity .btn-input button {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding: 0;
    border: none;
    background-color: #fff;
    color: #666;
    outline: none;
}
.prodInfo .quantity .btn-input button:hover{
  background-color: #f5f5f5;
}
.prodInfo .stock{
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.prodInfo .buyaction{
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.prodInfo .buyaction a{
  padding: 15px 40px;
  font-size: 18px;
  background-color: #202C7C;
  color: #fff;
  margin-right: 20px;
}
.prodInfo .buyaction a:hover{
  /* opacity: .9; */
  background-color: #F05C52;
}
.prodInfo .buyaction a.joinin{
  border: 1px solid #202C7C;
  background-color: #fff;
  color: #202C7C;
}
.prodInfo .buyaction a.joinin:hover{
  background-color: #202C7C;
  color: #fff;
  border-color: #3f79ff;
  background-color: #3f79ff;
}
.prodDesc{
  width: 100%;
  border: 1px solid #202C7C;
  padding: 20px;
  margin-top: 40px;
}
.prodDesc .title{
  width: 100%;
  font-size: 18px;
  color: #202C7C;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  display: inline-block;
}
.prodDesc .content{
  padding-top: 15px;
  line-height: 26px;
  font-size: 14px;
  color: #444444;
}
/* 产品详情-end */

/* 放大镜 begin */
.pro-thumb{
  margin-top: 10px;
}
.pro-thumb a{border:2px solid #eee}
.pro-thumb a:hover{border:2px solid #F05C52}
.pro-thumb:hover .owl-nav .owl-prev,.pro-thumb:hover .owl-nav .owl-next {opacity:.6;}
.pro-thumb a{
  width: 152px;
  height: 152px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: #202C7C;
}
.pro-thumb a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 放大镜 end */

/* ourDetails */
.ourDetails .swiper-slide a img{}

/* 产品详情的安全保障信息 */
.guarantee{

}
.guarantee .oneBlock{
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 20px;
}
.oneBlock .line{
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.oneBlock .line i{
  margin-right: 15px;
  font-size: 20px;
  color: #000;
}
.oneBlock .line .text h3{
  font-size: 14px;
  color: #000;
}
.oneBlock .line .text span{
  width: 100%;
  display: inline-block;
  margin-top: 6px;
  color: #666;
}
.oneImg{
  margin: 30px 0;
}
.oneImg img{
  width: 100%;
}


/* 单个商品购买订单记录 */
.rollingLine{
  width: 100%;
  background-color: #E9F0FF;
  height: 42px;
}
.rollingLine .swiper{
  width: 100%;
  height: 100%;
}
.rollingLine .swiper-slide{
  height: 42px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.rollingLine .swiper-slide img{
  width: 25px;
}
.rollingLine .swiper-slide strong{
  margin-left: 15px;
  color: #000;
  font-size: 14px;
}
.rollingLine .swiper-slide span{
  margin-left: 20px;
  color: #666;
}

/********************移动端-start********************/
@media (max-width: 768px) {
  .rollingLine{
    margin-top: 15px;
    display: inline-block;
  }
  .listClass .subLine{
    display: block;
    padding: 10px 10px;
    text-align: center;
  }
  .navBread a.back{
    padding: 5px 0;
  }
  .listClass{
    margin-top: 15px;
  }
  .listClass .subLine .links .active{
    background-color: #202C7C;
    color: #fff;
  }
  .sortLine{
    width: 100%;
    margin: 20px 0 10px;
  }
  .sortLine a{
    margin: 0 10px;
    text-align: center;
    font-size: 14px;
  }
  .detailMain{
    display: block;
    margin-top: 10px;
  }
  .leftImg{
    float: inherit;
    width: 100%;
    margin-right: 0;
  }
  .leftImg .MagicZoom{
    width: 100% !important;
    height: 100% !important;
  }
  .pro-thumb{
    margin-top: 5px;
  }
  .pro-thumb a{
    width: 65px;
    height: 65px;
  }
  .prodInfo{
    margin-top: 10px;
  }
  .prodInfo h1{
    font-size: 18px;
    margin-top: 20px;
  }
  .prodInfo .minline{
    font-size: 14px;
  }
  .prodInfo .priceLine label{
    font-size: 14px;
  }
  .prodInfo .priceLine .price{
    margin-right: 10px;
    font-size: 18px;
  }
  .prodInfo .spec label{
    font-size: 14px;
  }
  .prodInfo .spec .specList a{
    padding: 5px 12px;
  }
  .prodInfo .quantity label{
    font-size: 14px;
  }
  .prodInfo .quantity .btn-input input{
    height: 30px;
    line-height: 30px;
    width: 60px;
  }
  .prodInfo .quantity .btn-input button{
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .prodInfo .buyaction{
    display: block;
    margin-top: 20px;
  }
  .prodInfo .buyaction a{
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 3px;
  }
  .prodDesc{
    padding: 10px;
    margin-top: 10px;
    border-radius: 3px;
  }
  .prodDesc .title{
    font-size: 14px;
    padding-bottom: 10px;
  }
  .prodDesc .content{
    font-size: 12px;
    padding-top: 10px;
    line-height: 16px;
  }
  .guarantee .oneBlock{
    margin-top: 15px;
    padding: 10px;
    border-radius: 3px;
  }
  .oneBlock .line .text span{
    font-size: 12px;
  }
  .oneImg{
    margin: 15px 0;
  }
}
/********************移动端-end********************/