.terminatorcontainer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: rgba(29, 55, 76, 0.85);
  color: #fff;
  z-index: 9999;
  height: 48px;
}
.terminatorcontainer .terminatorbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 28px;
  margin: 10px 10px;
}
.terminatorbox span {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0px 6px;
  line-height: 28px;
  margin: 0px 4px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  height: 26px;
  cursor: pointer;
}
.terminatorbox span.on {
  background: rgba(39, 112, 212);
}
.terminatorbox .terminatorClose {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  // background-image: url('/Content/images/weather/terminator_close.png?v');
  background-position-x: 0;
  vertical-align: text-bottom;
  right: 10px;
  cursor: pointer;
}
.terminator_ico b {
  // background-image: url('/Content/images/weather/terminator.png?v') !important;
  width: 13px !important;
  height: 13px !important;
  background-position-x: -13px !important;
}
.terminator_ico.chose b {
  // background-image: url('/Content/images/weather/terminator_light.png?v') !important;
}
.my_css_qxpress {
  position: absolute;
  color: #555;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  left: -21px;
  top: -3px;
  line-height: 10px;
  font-size: 12px;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  pointer-events: initial;
}
.my_css_qxpress a {
  color: #555;
}
.my_css_qxpress :hover {
  color: #666;
}
.qqqx_tip {
  font-size: 12px;
  margin-top: 7px;
  margin-left: 10px;
}
.qqqx_tip i {
  font-size: 14px;
  margin-top: 7px;
  margin-right: 5px;
}
