
.taskbar[data-v-589e55ad] {
  position: absolute;
  /* 将交大检测替换为重庆东站交通枢纽云平台 */
  background: url(../img/header_cqd.d4cd1edf.png) no-repeat;
  /* background: url(../../images/taskbar4.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);
}
.showDay[data-v-589e55ad] {
  position: absolute;
  left: 2.2rem;
  top: 0.4rem;
  line-height: 0.3rem;
  font-size: 0.25rem;
}
.showTime[data-v-589e55ad] {
  position: absolute;
  left: 3.8rem;
  top: 0.4rem;
  line-height: 0.3rem;
  font-size: 0.25rem;
}
.showWeekday[data-v-589e55ad] {
  position: absolute;
  left: 5rem;
  top: 0.4rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
}
.iframeWeather[data-v-589e55ad] {
  position: absolute;
  right: 1rem;
  top: 0.12rem;
  line-height: 0.3rem;
  font-size: 0.25rem;
  line-height: 0.9375rem;
}
.bf_demo_radio[data-v-589e55ad] {
  display: none;
}
.bf_demo_radio + label[data-v-589e55ad] {
  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-589e55ad] {
  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-589e55ad]: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-589e55ad] {
    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-589e55ad] {
  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;
  /* 标题字号跟随 taskbar 的 font-size，受 clamp 约束 */
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#back[data-v-589e55ad] {
  position: relative;
  cursor: pointer;
  top: 36%;
  left: 1.5%;
}

