
.search_box .text {
  margin-top: 119px;
}
.product_box {
  width: 100%;
  overflow: hidden;
}
.product_box .crumbs {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  height: 19px;
  text-overflow: ellipsis;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product_box .product_nav {
  width: 300px;
  max-height: 1100px;
  overflow: auto;
  margin-bottom: 80px;
  float: left;
  border: solid 1px #e0e0e0;
}
.product_box .product_nav .head {
  width: 298px;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
  background-color: #ff7300;
  border-bottom: solid 1px #e0e0e0;
}
.product_box .product_nav .head img {
  width: 21px;
  height: 21px;
  margin-left: 21px;
  margin-top: 15px;
  margin-right: 9px;
  float: left;
}
.product_box .product_nav .nav_list {
  width: 100%;
  overflow: hidden;
  padding: 0 21px 49px;
  margin-bottom: 80px;
}
.product_box .product_nav .nav_list .nav_type {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.product_box .product_nav .nav_list .nav_type .type_name {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e0e0e0;
}
.product_box .product_nav .nav_list .nav_type .type_name:hover {
  color: #ff7300;
}
.product_box .product_nav .nav_list .nav_type ul {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.product_box .product_nav .nav_list .nav_type ul li {
  width: 98px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  font-size: 14px;
  color: #666666;
  margin-right: 42px;
  height: 36px;
}
.product_box .product_nav .nav_list .nav_type ul li:hover {
  color: #ff7300;
}
.product_box .product_nav .nav_list .nav_type ul a:nth-of-type(2n) li {
 margin-right: 0;
}
.product_box .shop {
  width: 871px;
  float: right;
}
.product_box .shop .result {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.product_box .shop .result span {
  font-size: 14px;
  font-weight: bold;
  color: #ff7300;
}
.product_box .shop .shop_list {
  width: 100%;
  overflow: hidden;
}
.product_box .shop .shop_list .shop_info {
  width: 200px;
  height: 269px;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  border: solid 1px #e0e0e0;
}
.product_box .shop .shop_list a:nth-of-type(4n) .shop_info {
  margin-right: 0;
}
.product_box .shop .shop_list .shop_info .img_box {
  width: 100%;
  height: 160px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}
.product_box .shop .shop_list .shop_info .shop_name {
  font-size: 14px;
  color: #333333;
  height: 19px;
  font-weight: bold;
  margin-top: 14px;
  margin-left: 10px;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product_box .shop .shop_list .shop_info .price {
  max-width: 180px;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 9px;
}
.product_box .shop .shop_list .shop_info .price span {
  color: #ff7300;
  font-size: 14px;
  font-weight: bold;
}
.product_box .shop .shop_list .shop_info .introduce {
  font-size: 14px;
  color: #999999;
  height: 19px;
  line-height: 21px;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 10px;
  margin-bottom: 17px;
}
.product_box .shop .shop_list .shop_info:hover .img_box img {
  transform: scale(1.1);
}
.product_box .shop .shop_list .shop_info:hover .shop_name {
  color: #ff7300;
}
.product_box .shop .Page {
  margin-top: 20px;
  margin-bottom: 81px;
}
.product_box .advertisement {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
