.content {
  margin-top: 0;
}

.u-sc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.m-sc-hero {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.u-sc-hero-img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
}

.u-sc-hero-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.u-sc-hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.u-sc-hero-title {
  font-size: 40px;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 500;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', SimHei, Arial, Helvetica, sans-serif;
}

.u-sc-hero-desc {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  opacity: 0.9;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', SimHei, Arial, Helvetica, sans-serif;
}

.m-sc-text {
  background: #ffffff;
  padding: 72px 120px 0;
}

.u-sc-text-content {
  width: 1200px;
  margin: 0 auto;
}

.u-sc-text-content p {
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  text-align: justify;
  letter-spacing: 0;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', SimHei, Arial, Helvetica, sans-serif;
}

.u-sc-text-content p + p {
  margin-top: 0;
}

.m-sc-img {
  width: 1200px;
  height: 519px;
  margin: 30px auto 0;
}

.u-sc-img {
  width: 100%;
  height: 519px;
  display: block;
  object-fit: cover;
}

.m-sc-end {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 120px 0;
}

.u-sc-line {
  background: #f2f2f2;
  width: 554px;
  height: 2px;
}

.u-sc-end-text {
  margin: 0 26px;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0;
  color: #999999;
  font-family: 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', SimHei, Arial, Helvetica, sans-serif;
}
