<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-title {
  padding: 3.2rem 0 0.6rem 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.banner-title .wrapper {
  padding: 0.5rem 0.6rem 0.67rem;
  background: #f6faff;
  border-radius: 8px;
  box-shadow: 0px 20px 45px 2px rgba(222,233,248,0.80);
}

.banner-title .wrapper .title {
  font-size: 0.36rem;
  font-family: Source Han Sans CN, Source Han Sans CN-700;
  font-weight: 700;
  text-align: left;
  color: #000000;
  line-height: 0.42rem;
}

.banner-title .wrapper .des {
  margin-top: 0.3rem;
  font-size: 0.2rem;
  min-height: 1.5rem;
  font-family: Source Han Sans CN, Source Han Sans CN-400;
  font-weight: 400;
  text-align: LEFT;
  color: #333333;
  line-height: 0.39rem;
  max-height: 1.95rem;
  overflow: auto;
}
.banner-title .wrapper .des::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.banner-title .wrapper .des:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}</pre></body></html>