.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;
  border-radius: 8px;
}

.banner-title .wrapper .title {
  font-size: 0.36rem;
  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;
  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;
}