.innerContent{
  background: #FBFBFB;
}
.innerContent .richContent {
  max-height: 5rem;
  font-size: .24rem;
  color: #2A314F;
  overflow-y: auto;
  line-height: .36rem;
}


.relatedProductsBox {
  display: flex;
  width: 100%;
  padding: .24rem 0;
  flex-direction: column;
  background: #FBFBFB;
}

.relaProductItemBox {
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  margin-top: .24rem;
}

.relaProductItemBoxWrapper{
  width: 100%;
  overflow: hidden;
  padding: 0 .24rem;
}
.relaProductItemBoxWrapper .relaProSwiper{
  width: 100%;
  overflow: hidden;
  padding-bottom:.1rem;
}

.relaProductItemBox .relaProductItem {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  box-shadow: 0px .03rem .08rem 0px rgba(0,0,0,0.1);
  padding:.6rem;
  align-items: center;
  background: white;
  /* justify-content: center; */
  /* margin-left: .32rem; */
}


.relaProductItem .goodPic {
  width: 5.48rem;
  height: 4.12rem;
  object-fit: cover;
}

.relaProductItem .relaProName {
  font-weight: bold;
  margin-top: .68rem;
  font-size: .28rem;
  width: 100%;
  color: #2A314F;
}

.relaProductItem .relaProDes {
  width: 100%;
  font-size: .24rem;
  color: #2A314F;
  line-height: .4rem;
  margin-top: .22rem;
}


.proPicBtn{
  width: .52rem;
  height: .52rem;
}
.swiperLeft {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: .03rem;
  z-index: 9;
}
.swiperRight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .12rem;
  z-index: 9;
}



.relatedCasesBox {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top:.38rem;
  align-items: center;
}
.relaCaseItemBoxWrapper{
  width: 100%;
  position: relative;
  padding: 0 .24rem;
  margin-top: .24rem;
}
.relaCaseItemBox {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.relaCaseItemBox .relaCaseSwiper {
  width: 100%;
  overflow: hidden;
}
.relaCaseItemBox .relaCaseItem {
  display: flex;
  width: 100%;
  height: 8.48rem;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: white;
}

.relaCaseItem .relaCaseTag {
  font-size: .24rem;
  color: #2A314F;
  width: 5.92rem;
  margin-top: .48rem;
}

.relaCaseItem .casePic {
  width: 100%;
  height: 4.27rem;
  object-fit: cover;
}

.relaCaseItem .relaCaseName {
  font-weight: bold;
  width: 5.92rem;
  margin-top: .2rem;
  word-break: break-all;
  font-size: .28rem;
  line-height: .46rem;
  color: #2A314F;
}

.relaCaseItem .relaCaseDes {
  font-size: .24rem;
  width: 5.92rem;
  color: #777777;
  line-height: .40rem;
  margin-top: .2rem;
}

.caseMore {
  display: flex;
  cursor: pointer;
  font-size: .24rem;
  position: absolute;
  bottom: .2rem;
  left: .54rem;
  color: #002CAA;;
  flex-direction: row;
}
.releCaseLeft{
  top: 72%;
}
.releCaseRight{
  top: 72%;
}