body {
  background: url('/img/bg.webp') no-repeat;
  background-size: 100% 100%;
}
.content_wrap .home {
  padding: 100px 0;
  margin: 0 auto;
  width: 1360px;
}
.content_wrap .home .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
}
.content_wrap .home .line {
  margin: 15px 0 28px;
  width: 1360px;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}
.content_wrap .home .txt {
  margin-top: 28px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 33px;
}
.content_wrap .home .txt span {
  font-weight: 600;
}
.content_wrap .home p {
  margin-top: 28px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 33px;
}
