.product-instruction-wrap .rich-text {
  text-align: center;
}
.product-instruction-wrap .rich-text img {
  max-width: 100%;
}
.product-instruction-wrap > h2 {
  padding-bottom: unset;
}
.product-instruction-wrap > p {
  max-width: 1300px;
  margin: 18px auto 44px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 1.7;
}





.product-character-wrap {
  background: #F2F5F8;
}




.product-cast-wrap .r:hover h3 {
  color: var(--main-color);
}
.product-cast-wrap h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 0 0 20px;
  transition: color .3s ease;
}
.product-cast-wrap p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
  margin: unset;
}
.product-cast-wrap .r {
  padding: 30px;
  transition: all .3s ease;
  border: 2px solid transparent;
}
.product-cast-wrap .r + .r {
  margin-top: 10px;
}
.product-cast-wrap .r:hover {
  border-color: #FFFFFF;
  background: linear-gradient(to bottom, #F0F2F8, #FFFFFF);
  border: 2px solid #FFFFFF;
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
  border-radius: 8px;
}
.product-cast-wrap .cover {
  padding: 0 8px;
}
.product-cast-wrap .cover img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .product-cast-wrap .r {
    margin: 15px 0;
  }
  .product-cast-wrap .r + .r {
    margin-top: unset;
  }
  .product-cast-wrap .r {
    border-color: #FFFFFF;
    background: linear-gradient(to bottom, #F0F2F8, #FFFFFF);
    border: 2px solid #FFFFFF;
    box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
    border-radius: 8px;
  }
}





.app-scene-wrap {
  background: #F2F5F8;
}
