﻿.route_product {
  min-height: 500px;
}
.route_product .product-box {
  
}
.route_product .item_product2 {
  display: block;
  width: 31%;
  max-height: 340px;
  float: left;
  margin-right: 3.5%;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  background: #fff;
  margin-top: 25px;
  padding-bottom: 10px;
  transition: box-shadow 0.5s linear;
}
.route_product .item_product2:nth-of-type(3n) {
  margin-right: 0px;
}
.route_product .item_product2:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.route_product .item_product2 .pic-box {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 0px;
  overflow: hidden;
}

.route_product .item_product2 .pic-box .imgWrap_bg{position:absolute;left:0;top:0;width:114%;height:114%;object-fit:cover;-webkit-filter:blur(13px);filter:blur(13px)}
.route_product .item_product2 .pic-box .imgWrap_img{display:block;width:100%;height:100%;position:relative}
.route_product .item_product2 .pic-box img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.route_product .item_product2 .ctx-box {
  
}
.route_product .item_product2 .ctx-box .ctx-row {
  padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; color: #666;
}
.route_product .item_product2 .ctx-box .ctx-row .price-box .symbol {
  color: #ff6700;
}
.route_product .item_product2 .ctx-box .ctx-row .price-box .price {
  color: #ff6700;
  font-size: 18px;
}
.route_product .item_product2 .ctx-box .ctx-row .price-box .market-price {
  text-decoration: line-through;
  color: #b0b0b0;
}
.route_product .item_product2 .ctx-box .ctx-row.title {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.route_product .item_product2 .ctx-box .row-1 {
  margin-top: 11px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}
.route_product .item_product2 .ctx-box .row-2 {
  margin-top: 6px;
  overflow: hidden;
}

