* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: PingFangSC-Regular, Arial, sans-serif;
  background: #fff;
  min-height: 100vh;
  color: #000;
  line-height: 1.6;
}
.component10 {
  width: 100%;
  height: 304px;
  background: url(./bibg.png) no-repeat center center #f6ffff;
  background-size: 100%;
}
.component10-content {
  min-width: 1155px;
  margin: 0 auto;
  text-align: center;
}

.component10-content h4 {
  font-weight: 600;
  font-size: 36px;
  color: #000;
  margin-bottom: 16px;
  padding-top: 50px;
  line-height: 1.2;
}

.component10-content .subtitle {
  font-size: 24px;
  color: #000;
  opacity: 0.65;
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: 400;
}

.component10-content .cta-button {
  border: none;
  font-size: 18px;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.3s ease;
  width: 121px;
  height: 40px;
  background: #00bebe;
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}

.component10-content .cta-button:hover {
  background: #fff;
  transform: translateY(-2px);
  color: #15b3b4;
  border: 1px solid #15b3b4;
  box-shadow: 0 6px 20px rgba(0, 212, 170, 0.4);
}
