
.taskbar[data-v-295e4386] {
  position: absolute;
  /* 将交大检测替换为桥梁结构智能监测管理与分析平台 */
  background: url(../img/headerFJ.65636dd0.png) no-repeat;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 24rem;
  height: 2rem;
  background-size: 100%;
  color: rgba(255, 255, 255, 0.7);
  /* 通过 rem 限制标题字号的上界与下界，避免不同系统缩放下溢出 */
  font-size: clamp(0.20rem, 0.22rem, 0.24rem);
}
.bf_demo_radio[data-v-295e4386] {
  display: none;
}
.bf_demo_radio + label[data-v-295e4386] {
  position: relative;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid #9a9a9a;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.bf_demo_radio:checked + label[data-v-295e4386] {
  position: relative;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid #32d3a6;
  background-color: transparent;
  display: inline-block;
}
.bf_demo_radio:checked + label[data-v-295e4386]:after {
  position: absolute;
  content: "";
  font-size: 0;
  border: 4px solid #32d3a6;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}
@media screen and (max-width: 1600px) {
.title[data-v-295e4386] {
    position: absolute;
    top: 1.15rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
}
.title[data-v-295e4386] {
  position: absolute;
  top: 1.1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  /* 标题字号跟随 taskbar 的 font-size，受 clamp 约束 */
  font-size: 1.35em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#back[data-v-295e4386] {
  position: relative;
  cursor: pointer;
  top: 36%;
  left: 1.5%;
}

