.mainProducts {
  min-height: 675px;
}
.mainProducts .crumbs {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  height: 19px;
  text-overflow: ellipsis;
  margin-top: 20px;
  margin-bottom: 40px;
}

.mainProducts .Products {
  width: 100%;
  overflow: hidden;
}
.mainProducts .Products .title {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}
.mainProducts .Products .title span {
  width: max-content;
  font-size: 20px;
  display: block;
  color: #333333;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 2px solid #ff7300;
}

.mainProducts .Products .shop_list {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.mainProducts .Products .shop_list .shop_info {
  width: 278px;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
  height: 343px;
  margin-right: 29px;
  border: solid 1px #e0e0e0;
}
.mainProducts .Products .shop_list a:nth-of-type(4n) .shop_info {
  margin-right: 0;
}
.mainProducts .Products .shop_list .shop_info .img_box {
  width: 100%;
  height: 234px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}
.mainProducts .Products .shop_list .shop_info .shop_name {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-top: 14px;
  height: 19px;
  margin-left: 10px;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mainProducts .Products .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;
}
.mainProducts .Products .shop_list .shop_info .price span {
  color: #ff7300;
  font-size: 14px;
  font-weight: bold;
}
.mainProducts .Products .shop_list .shop_info .introduce {
  font-size: 14px;
  color: #999999;
  max-width: 250px;
  overflow: hidden;
  height: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 10px;
  margin-bottom: 17px;
}
.mainProducts .Products .shop_list .shop_info:hover .img_box img {
  transform: scale(1.1);
}
.mainProducts .Products .shop_list .shop_info:hover .shop_name {
  color: #ff7300;
}

.mainProducts .Products .Page {
  margin-top: 20px;
  margin-bottom: 60px;
}

.mainProducts .web_change {
  position: absolute;
  top: 104px;
  left: 0;
  width: 98px;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px #e0e0e0;
}
.mainProducts .web_change li {
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mainProducts .web_change a:last-child li {
  border-bottom: none;
}
.mainProducts .web_change li:hover {
  background: #ff7300;
  color: #fff;
}

.mainProducts .Products .noResult {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #f5f5f5;
}
.mainProducts .Products .noResult img {
  margin: 29px auto 17px;
}

.mainProducts .Products .noResult p {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  margin-bottom: 40px;
}
.web_change .active {
  background: #ff7300;
  color: #fff !important;
}
.more {
  width: 198px;
  height: 45px;
  font-size: 16px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  background-color: #ff7300;
  border-radius: 23px;
  margin: 41px auto 51px;
}
@media screen and (max-width: 1448px) {
  .mainProducts .Products .shop_list .shop_info {
    width: 220px;
  }
}

.disclaimers {
  width: 100%;
  margin-bottom: 30px;
}
.disclaimers p {
  color: #333;
  line-height: 22px;
}
.disclaimers p span {
  color: red;
}