body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

#section1 {
  position: relative;
  width: 100%;
  height: 7.3rem;
}

.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/solution/组 39.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.05rem solid #84c6f7;
    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-button:hover {
    background-color: rgb(255, 255, 255);
    color: #3c75e5;
    transform: scale(1.05);
  }
  
  