
.panel[data-v-665dcc59] {
  position: absolute;
  z-index: 1000;
  height: 25%;
  width: 94%;
  /* background: url(../../images/bridge_JT/panel0102.png) no-repeat; */
  /* background-size: 100%; */
  padding: 0 0.1875rem 0.5rem;
  top: 3.4%;
  left: 4%;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1212px) {
.panel[data-v-665dcc59] {
    position: absolute;
    z-index: 1000;
    height: 25%;
    width: 94%;
    /* background: url(../../images/bridge_JT/panel0102.png) no-repeat; */
    /* background-size: 100%; */
    padding: 0 0.1875rem 0.5rem;
    top: 3.4%;
    left: 4%;
    color: #fff;
    overflow: hidden;
}
}
.panel .bridge-name[data-v-665dcc59] {
  height: 10%;
  font-weight: 600;
  font-size: 0.25rem;
  margin-bottom: 7%;
}
.panel .description[data-v-665dcc59] {
  /* word-break:break-al1; */
  font-size: 0.18rem;
  margin-left: 5%;
  line-height: 230%; /* 行高 */
  text-indent: 0.1rem; /*首行缩进 */
  /* 下划线 */
  display: inline;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 0.05rem;
  text-align: justify;
  word-break: break-al1;
  letter-spacing: 1px; /* 字间距 */
  /* overflow: scroll; */
  overflow-x: hidden;
}

/* ↓滚动条的上下边界 */
/* ::-webkit-scrollbar-button {
  background-color: #07a6ff;
  
} */
/* ↓滚动条的空区 */
[data-v-665dcc59]::-webkit-scrollbar-track {
  width: 6px;
  background-color: rgb(7, 166, 255, 0.2);
  /* background: rgba(#101F1C, 0.5); */
  border-radius: 2em;
  cursor: pointer;
}

/* ↓滚动条的下拉条 */
[data-v-665dcc59]::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 2em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  width: 15px;
  padding-left: -5px;
}
[data-v-665dcc59]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(17, 166, 255, 1);
}

