body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

#section1 {
  position: relative;
  width: 100%;
  height: 7.3rem;
  overflow: hidden;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.3rem;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease;
}

.bg1 {
  background-image: url('/images/case/图层 23@2x (1).png');
  opacity: 1;
  z-index: 1;
}

.text {
  position: absolute;
  top: 1.95rem;
  left: 1.4875rem;
  z-index: 2;
  color: #fff;
  font-family: 'Microsoft YaHei', sans-serif;
}

.line1 {
  font-size: 0.75rem;
}


.highlight {
  display: inline-block;
  width: 2.65rem;
  /* 根据背景图尺寸调整宽度 */
  height: 0.9rem;
  /* 根据背景图尺寸调整高度 */
  background-image: url('/images/case/矩形 552@2x (1).png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  line-height: 0.9rem;
  /* 与高度相等，使文字垂直居中 */
  vertical-align: middle;
  color: white;
  font-size: 0.75rem;
}


.dashed-line {
  width: 2.5rem;
  /* 根据需要调整长度 */
  height: 0.0125rem;
  border-bottom: 0.025rem dashed #ccc;
  margin-top: 0.75rem;
}

.line4 {
  margin-top: 0.8125rem;
  font-size: 0.45rem;
  font-weight: bold;
}

.more-button {
  width: 1.3125rem;
  height: 0.4375rem;
  margin-top: 0.8rem;
  font-size: 0.2125rem;
  color: #fff;
  background-color: transparent;
  border: 0.0125rem solid #fff;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.more-button2 {
  width: 1.3125rem;
  height: 0.4375rem;
  margin-top: 0.8rem;
  font-size: 0.2125rem;
  color: #fff;
  background-color: transparent;
  border: 0.0125rem solid #fff;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  margin-left: 0.25rem;
}

.more-button:hover {
  background-color: rgb(255, 255, 255);
  color: #3c75e5;
  transform: scale(1.05);
}