
#banner {
  padding-top: 50px;
  padding-bottom: 30px;
}
.banner_img img {
  width: 330px;
}
.banner_text p:nth-of-type(4) {
  margin-top: 50px;
}
.main-box {
  width: 1200px;
  margin: 0 auto;
}
.filter-box {
  width: 1200px;
  padding: 30px 0 30px 30px;
  border: 1px solid #E9E9E9;
  background-color: #ffffff;
  box-sizing: border-box;
}
.filter-border {
  border-top: 1px dashed #E9E9E9;
  margin: 20px 0;
}
.filter-row {
  height: 24px;
  position: relative;
  display: flex;
  transition: all .5s;
  padding-right: 120px;
  overflow: hidden;
}
.filter-row-open {
  transition: all .5s;
  height: 63px;
}
.filter-label {
  width: 90px;
  height: 24px;
  line-height: 24px;
  font-size: 15px;
  color: #333333;
  flex-shrink: 0;
}
.filter-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.filter-item {
  min-width: 65px;
  height: 24px;
  font-size: 14px;
  padding: 0 6px;
  color: #333333;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
  margin-right: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  box-sizing: border-box;
}
.filter-item-active {
  background: linear-gradient(90deg, #FF8729, #FF6022);
  color: #ffffff;
}
.filter-more {
  height: 24px;
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  position: absolute;
  right: 30px;
  cursor: pointer;
}
.filter-more img {
  transition: all .2s;
}
.filter-more .up {
  transform: rotate(-180deg);
}

.recommend-title {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  padding-left: 16px;
  font-weight: bold;
  margin: 40px 0 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.recommend-title::before {
  content: '';
  width: 6px;
  height: 24px;
  background: linear-gradient(90deg, #FE6F47, #FB3735);
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.recommend-tip {
  width: 165px;
  height: 22px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
  background-color: #4c4c4c;
  position: relative;
  border-radius: 3px;
  margin-left: 20px;
}
.recommend-tip::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent; /* 顶部边框透明 */
  border-right: 10px solid #4c4c4c; /* 左边框宽度设置为5px，颜色为黑色 */
  border-bottom: 5px solid transparent; /* 底部边框透明 */
  position: absolute;
  left: -8px;
  top: 7px;
}

.list-item {
  width: 100%;
  padding: 0 40px 0 0;
  height: 140px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
.list-item .add-fans-type {
  position: absolute;
  left: 0;
  top: 0;
}
.flex-a-c {
  display: flex;
  align-items: center;
}
.left-box {
  width: 180px;
}
.left-box .ad-type {
  width: 71px;
  height: 71px;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
  line-height: 71px;
  background: #FFB279;
  border-radius: 50%;
  margin: 0 auto;
}
.left-box .ad-xe {
  font-size: 14px;
  color: #858585;
  line-height: 14px;
  margin-top: 15px;
  text-align: center;
}
.ad-content {
  margin-left: 20px;
}
.ad-content .div0 {
  font-size: 15px;
  color: #666666;
  line-height: 15px;
}
.ad-content .div1 {
  width: 64px;
  height: 24px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;;
  background: linear-gradient(90deg, #FF8729, #FF6022);
}
.ad-content .div2 {
  font-size: 19px;
  color: #0057BF;
  margin-left: 10px;
  line-height: 19px;
}
.ad-content .div3 {
  height: 20px;
  padding: 0 6px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #FF0808;
  border-radius: 2px;
  border: 1px solid #FF481E;
  box-sizing: border-box;
  border-radius: 2px;
  margin-left: 10px;
}
.ad-content .fans-type {
  height: 26px;
  font-size: 15px;
  color: #FF0000;
  padding: 0 12px;
  line-height: 26px;
  background: #FFEFDD;
  border-radius: 13px;
  margin-right: 7px;
}
.ad-content .fans-type-more {
  font-size: 18px;
  color: #0057BF;
}
.ad-content .area-all {
  min-width: 46px;
  height: 22px;
  background: #FFFFFF;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #626A73;
  border: 1px solid #E1E6EB;
  box-sizing: border-box;
  border-radius: 2px;
  margin-left: 10px;
}
.list-item .jd-btn {
  width: 110px;
  height: 44px;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  background: linear-gradient(90deg, #FE6F47, #FB3735);
  box-shadow: 0px 4px 6px 0px rgba(251,60,55,0.35);
  border-radius: 6px;
  cursor: pointer;
}
.list-item .jd-price {
  font-size: 19px;
  color: #FF3724;
  line-height: 19px;
  font-weight: bold;
  margin-top: 18px;
  text-align: center;
}
.load-more {
  display: block;
  margin: 50px auto 0;
  cursor: pointer;
}
.all-data {
  max-width: 480px;
  min-width: 300px;
  font-size: 16px;
  color: #232323;
  line-height: 22px;
  padding: 10px;
  box-shadow: 0px 1px 5px 0px rgba(77,76,76,0.83);
  border-radius: 5px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 99;
  display: none;
}
.all-data .s-sj-icon {
  position: absolute;
  left: 20px;
  top: -12px;
  z-index: 100;
}