html {
  background-color: #F5F7FE;
}

.top {
  padding-top: 3.76rem;
  width: 100%;
  height: 6.42rem;
  background-image: url('../assest/image/generalIndustry/bg_1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.top .title {
  padding: 0 1.17rem;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  font-weight: 900;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: right;
}

.top .subtitle {
  margin-top: 0.18rem;
  padding: 0 1.17rem;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.38rem;
  line-height: 0.57rem;
  text-align: right;
}

.top .subtitle span:not(:last-child) {
  margin-right: 0.32rem;
}

.product-detail {
  margin-bottom: 0.54rem;
  padding: 1.1rem 1.6rem 0 1.6rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.detail {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
}

.detail .left {
  width: 8.8rem;
}

.detail .left .title {
  color: #3864FF;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.48rem;
}

.detail .left .content {
  margin-top: 0.4rem;
}

.detail .right {
  width: 4rem;
}

.detail .right img {
  width: 100%;
}

/* 富文本 start */

.detail .left .content p {
  color: rgba(0, 0, 0, 0.9);
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.26rem;
  line-height: 0.5rem;
  letter-spacing: 3px;
}

.detail .left .content h2 {
  margin: 0;
  font-size: 0.22rem;
  color: #004389;
  margin-top: 0.45rem;
  margin-bottom: 0.15rem;
}

.detail .left .content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.detail .left .content ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.05rem;
  left: -0.3rem;
  width: 0.14rem;
  height: 0.14rem;
  background-image: url("../assest/image/li_icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.detail .left .content ul li {
  position: relative;
  margin-bottom: 0.08rem;
  margin-left: 0.5rem;
  font-size: 0.16rem;
  list-style: none;
}

/* 富文本 end */