.pp-box {
  width: 100%;
  margin-bottom: 25PX;
}
.pplb-sx-type {
  width: 100%;
}
.sx-tilte {
  width: 50px;
  color: #333;
}
.sx-item {
  display: block;
  width: 33px;
  height: 33px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  line-height: 31px;
  text-align: center;
  color: #333;
  margin-left: 11px;
}
.sx-item:hover {
  background: #F86A2A;
  border: 1px solid #F86A2A;
  color: #FFFFFF;
}
.sx-item-cur {
  background: #F86A2A;
  border: 1px solid #F86A2A;
  color: #FFFFFF;
}
.sx-content-box {
  width: 100%;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
}
.sx-content-item {
  border-bottom: 1px solid #EBEBEB;
  box-sizing: border-box;
  background: #F5F5F5;
}
.sx-content-item:last-child {
  border-bottom: none;
}
.sx-md {
  height: 100%;
  width: 45px;
  border-right: 1px solid #EBEBEB;
  box-sizing: border-box;
  background: transparent;
}
.sx-pp-list {
  padding: 20px 20px 0;
  box-sizing: border-box;
  width: 1155px;
  background: #FFFFFF;
  flex-wrap: wrap;
}
.sx-pp-item {
  margin-bottom: 20px;
  margin-right: 8px;
}
.sx-pp-item:nth-of-type(8n) {
  margin-right: 0px;
}
.sx-pp-img-box {
  display: block;
  width: 132px;
  height: 63px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  padding: 6px;
}
.sx-pp-img-box:hover {
  border: 1px solid #F86A2A;
}
.sx-pp-img-box img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.sx-pp-name {
  color: #999;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sx-item-cur {
    background: #F86A2A !important;
    border: 1px solid #F86A2A !important;
    color: #FFFFFF !important;
  }
  .pplb-sx-type {
    position: fixed;
    right: 0.2rem;
    top: 1rem;
    width: auto !important;
  }
  .sx-tilte {
    display: none;
  }
  .sx-type-list {
    flex-direction: column;
  }
  .sx-item {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.24rem;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    line-height: 0.38rem;
    text-align: center;
    color: #333;
    margin-left: 0;
    margin-bottom: 0.05rem;
  }
  .sx-content-item {
    border-bottom: 1px solid #EBEBEB;
    box-sizing: border-box;
    background: #F5F5F5;
    flex-wrap: wrap;
  }
  .sx-md {
    height: 0.6rem;
    width: 100%;
    border-right: 1px solid #EBEBEB;
    background: transparent;
    justify-content: start;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .sx-md::after {
    display: none;
  }
  .sx-pp-list {
    padding: 0.3rem;
    box-sizing: border-box;
    width: 100%;
    background: #FFFFFF;
    flex-wrap: wrap;
  }
  .sx-pp-img-box {
    display: block;
    width: 2.2rem;
    height: 1.2rem;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    padding: 0.1rem;
  }
  .sx-pp-item {
    margin-right: 0.12rem;
  }
  .sx-pp-item:nth-of-type(8n) {
    margin-right: 0.12rem;
  }
  .sx-pp-item:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
