body {
  background-color: #e5e5e5;
}

/* 测试轮播 */
.sp-banner-box {
  height: 6.75rem;
  width: 100%;
  position: relative;
  margin-top: 0.6rem;
  overflow: hidden;
}
.sp-top {
  height: 6.75rem;
  width: 100%;
  overflow: hidden;
}
.sp-imgs {
  height: 6.75rem;
  width: 100%;
}
.swiper-slide {
  width: 100%;
  height: 6.75rem;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bofang-btn-l {
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  top: 3.2rem;
  left: 1.76rem;
  z-index: 10;
  cursor: pointer;
}
.bofang-btn-l img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bofang-btn-r {
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  top: 3.2rem;
  right: 1.76rem;
  z-index: 10;
  cursor: pointer;
}
.bofang-btn-r img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.maodian-box {
  position: absolute;
  bottom: 0.3rem;
  right: 3.54rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  z-index: 99;
  cursor: pointer;
}

.maodian {
  width: 3.9rem;
  height: 2.2rem;
  background-color: sandybrown;
  margin-left: 0.15rem;
  opacity: 0.3;
}
.maodian-active {
  opacity: 1;
}
.maodian-active img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.maodian-one {
  width: 1.945rem;
  height: 1.1rem;
  margin-left: 0.15rem;
}
.maodian-one img {
  width: 100%;
  height: 100%;
  display: block;
  margin-right: 30px;
  object-fit: cover;
}

/* 主体 */
.shiping-box {
  width: 12rem;
  margin: 0.3rem auto 1rem;
  display: flex;
}

/* 左边 */
.sp-left {
  width: 3rem;
  max-height: 7rem;
  overflow: auto;
  padding: 0.4rem 0.2rem;
  background-color: #fff;
}

.zxrd-title {
  font-size: 0.3rem;
  font-weight: 500;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #e5e5e5;
  position: relative;
}

.zxrd-xiahuax {
  width: 0.36rem;
  height: 0.02rem;
  background-color: #b3216f;
  position: absolute;
  left: 0;
  bottom: -0.01rem;
}

.zxrd-box {
  font-size: 0.16rem;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.rdbox {
  padding: 0.08rem 0.16rem;
  box-shadow: 0rem 0rem 0.07rem 0rem rgba(57, 57, 57, 0.25);
  margin-right: 0.15rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
}

.isxuanze {
  color: #b3216f;
  border: 0.01rem solid #b3216f;
  box-shadow: 0rem 0rem 0.07rem 0rem rgba(179, 33, 111, 0.25);
  padding: 0.07rem 0.15rem;
}

/* 右边模块 */
.sp-box-right {
  background-color: #fff;
  margin-left: 0.2rem;
  flex: 1;
  padding: 0.3rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
}

.sp-list-box {
  width: 2.66rem;
  margin-bottom: 0.5rem;
  margin-right: 0.21rem;
}
.sp-list-box:nth-child(3n) {
  margin-right: 0rem;
}

.sp-list-t {
  width: 2.66rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
  border-radius: 0.09rem;
  overflow: hidden;
}
.sp-list-t img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bf-btn {
  position: absolute;
  width: 0.26rem;
  height: 0.26rem;
  right: 0.15rem;
  top: 0.15rem;
}
.bf-btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.sp-list-c {
  /*height: 0.5rem;*/
  font-size: 0.18rem;
  margin: 0.2rem 0 0.15rem 0;
  cursor: pointer;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box; /* 弹性伸缩盒 */
  -webkit-box-orient: vertical; /* 设置伸缩盒子元素排列方式 */
  -webkit-line-clamp: 2;
}

.sp-list-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-bl {
  font-size: 0.16rem;
  color: #666;
}

.list-br {
  display: flex;
  align-items: center;
}

.list-br span:first-child {
  width: 0.17rem;
  height: 0.17rem;
  margin-right: 0.04rem;
}
.list-br span:first-child img {
  width: 100%;
  height: 100%;
  display: block;
  /* object-fit: cover; */
}

.list-br span:last-child {
  font-size: 0.16rem;
  color: #b3216f;
}

/* 分页 */
.wenda-fenye-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  padding: 0.28rem 0 1rem 0;
  margin: 0 auto;
}

.fy-l {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.1rem;
}
.fy-l img {
  width: 100%;
  height: 100%;
  display: block;
}

.fy-lc {
  width: 0.3rem;
  height: 0.3rem;
  border: 0.01rem solid #e6e6e6;
  line-height: 0.3rem;
  text-align: center;
  margin: 0 0.05rem;
}

.isplage {
  background-color: #b3216f;
  color: #fff;
}

.ispages {
  background-color: #B3216F;
  color: #fff;
}

.sp-box-left-temp {
  width: 3rem;
}

.add-fixed {
  position: fixed;
  top: 0.6rem;
  z-index: 999;
}
.inner-wrapper-sticky {
  background-color: white;
}