.goodDetail .controlBar .box img, .goodDetail .productCarouselWrap .arrowLeft, .goodDetail .productCarouselWrap .arrowRight, .mall .list-group .list-group-item .list-group-item-bg {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.mall .textContent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.goodDetail .productCarouselWrap .arrowLeft, .goodDetail .productCarouselWrap .arrowRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mall .textContent {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mall {
  width: 100%;
  height: auto;
}
.mall .bg-content {
  background-color: rgba(12, 53, 63, 0.3);
}
.mall a:hover {
  opacity: 0.8;
}
.mall p {
  font-size: 16px;
  line-height: 22px;
}
.mall .textContent {
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.mall .textDate {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
}
.mall .list-group {
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.mall .list-group .list-group-item {
  position: relative;
  height: 420px;
  display: block;
  width: calc(33.333% - 30px);
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.mall .list-group .list-group-item .list-group-item-bg {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  color: #FFF;
  overflow: hidden;
  /*padding-top:16px;*/
  background-color: rgba(12, 53, 63, 0.3);
}
.mall .list-group .list-group-item .list-group-item-bg:hover {
  background-color: rgba(18, 79, 76, 0.5);
}
.mall .list-group .list-group-item .list-group-item-bg .product-item-content {
  padding: 15px;
}
.mall .list-group .list-group-item .list-group-item-bg .product-item-content .name, .mall .list-group .list-group-item .list-group-item-bg .product-item-content .price {
  text-align: center;
}
.mall .list-group .list-group-item .list-group-item-bg .product-item-content .name {
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mall .list-group .list-group-item .list-group-item-bg .product-item-content .price {
  margin-top: 10px;
  font-weight: bold;
  color: #1cbcf9;
}
.mall .list-group .list-group-item .featured-img {
  overflow: hidden;
  width: 100%;
  height: 320px;
  background: url(/images/pc/shop/product/default_product.png) center center no-repeat;
  background-size: cover;
  /*max-width:200px;
  max-height:200px;
  min-width:200px;
  min-height:200px;
  margin-left:auto;
  margin-right:auto;*/
}
.mall .list-group .list-group-item .featured-img img {
  width: 100%;
}

.goodDetail {
  width: 100%;
  height: auto;
}
.goodDetail .pictureWrap {
  width: 300px;
  float: left;
  margin-right: 20px;
}
.goodDetail .infoWrap {
  width: calc(100% - 320px);
  float: left;
}
.goodDetail .showBox {
  width: 100%;
}
.goodDetail .showBox .box, .goodDetail .showBox .box img {
  width: 100%;
}
.goodDetail .productCarouselWrap {
  position: relative;
  width: 300px;
}
.goodDetail .productCarouselWrap .owl-carousel {
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.goodDetail .productCarouselWrap .arrowLeft, .goodDetail .productCarouselWrap .arrowRight {
  top: 0;
  text-align: center;
  position: absolute;
  width: 20px;
  height: 100%;
  background: #555;
  color: #FFF;
  cursor: pointer;
  z-index: 1;
}
.goodDetail .productCarouselWrap .arrowLeft:hover, .goodDetail .productCarouselWrap .arrowRight:hover {
  background: #888;
}
.goodDetail .productCarouselWrap .arrowLeft {
  left: 0;
}
.goodDetail .productCarouselWrap .arrowRight {
  right: 0;
}
.goodDetail .controlBar {
  display: flex;
  position: relative;
  /*&:after {
      content:'';
      position:absolute;
      width:20px;
      height:100%;
      right:0;
      top:0;
      background:#FFF;
  }
  &:before {
      content:'';
      position:absolute;
      width:20px;
      height:100%;
      left:0;
      top:0;
      background:#000;
  }        

  & .box:first-child{
      margin-left:20px;
  }
  & .box:last-child {
      margin-right:20px;
  }*/
}
.goodDetail .controlBar .box {
  cursor: pointer;
  width: calc(25% - 10px);
  position: relative;
  overflow: hidden;
  background: #000;
}
.goodDetail .controlBar .box img {
  width: 100%;
  opacity: 0.5;
}
.goodDetail .controlBar .box:hover img, .goodDetail .controlBar .box.active img {
  opacity: 1;
}
.goodDetail .controlBar .box + .box {
  margin-left: 10px;
}
.goodDetail .owl-carousel img {
  width: 100%;
}
.goodDetail .productName {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
.goodDetail .featuresLine {
  margin-top: 10px;
}
.goodDetail .featuresLine ul li {
  color: #CCC;
  margin-bottom: 10px;
}
.goodDetail .amountLine {
  margin-top: 10px;
}
.goodDetail .amountLine label, .goodDetail .amountLine select {
  display: inline-block;
}
.goodDetail .amountLine select {
  width: 100px;
  margin-left: 0.5rem;
}
.goodDetail .infoDesc {
  border-top: 1px solid #555;
}
.goodDetail .priceLine {
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #071b33;
  border-bottom: 1px solid #071b33;
  align-items: center;
  display: inline-flex;
}
.goodDetail .priceLine .price {
  color: #d32f2f;
  font-size: 25px;
  font-weight: bold;
}

/*breadcrumb*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: #008d66;
}

.shop-list .time {
  border: 1px solid #008d66;
  text-align: center;
  padding: 3px;
  border-radius: 5px;
}

/*breadcrumb*/

/*# sourceMappingURL=mall.css.map */
