.logo {
  display: none;
}

/* 按钮组 start */
.btn-Group-left {
  top: 60px;
  right: 10px;
  transform: unset;
}

.btn-box {
  position: unset;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

.btn-box.hover {
  background-color: rgb(246, 165, 18) !important;
}

.btn-box .wind-wrap {
  position: absolute;
  top: 320px;
  right: 0;
  width: 60px;
}

.btn-box .wind-wrap::after {
  content: unset;
}

.btn-box .wind-wrap input[type='checkbox'] {
  margin-right: 10px;
}

.btn-box .btn-img {
  border-radius: unset;
  display: unset;
  background-color: unset !important;
  cursor: unset;
  box-shadow: unset;
}

.btn-box.hover .btn-img,
.btn-box.hover .btn-eclipse {
  background-color: unset !important;
}

.btn-box .btn-eclipse {
  background-color: unset;
  color: #000;
  font-weight: unset;
  box-shadow: none;
  height: unset;
  line-height: unset;
  font-size: unset;
  text-align: center;
  border-radius: unset;
  border: 0 solid transparent;
  padding-left: unset;
  padding-right: unset;
  margin-bottom: unset;
  margin-left: unset;
  display: unset;
  cursor: pointer;
  vertical-align: unset;
}

/* 按钮组 end */

/* 版权信息 start */
.box-moduleRB {
  left: 0;
  right: unset;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
}

.box-moduleRB .box-coordinate {
  display: none;
}

.box-moduleRB .copy-right {
  line-height: unset;
  width: unset;
  display: inline-block !important;
  font-size: 14px;
}

/* 版权信息 end */

/* 消息提示框 start */
.root-point {
  top: unset;
  bottom: 0;
}

.root-point .loading-spinner {
  top: -145px !important;
  left: 30px !important;
}

.root-point .content-div {
  top: -195px !important;
  left: 0px !important;
  position: initial;
}

.root-point .menu-close {
  /* top: -187px !important; */
  left: 180px !important;
  position: fixed;
}

.root-point .info-line {
  display: none;
}

/* 消息提示框 end */

/* 时间轴 start */
.box-timebar-controls {
  width: 100%;
  bottom: 20px;
}

.box-timebar-controls .box-back-pause {
  width: unset;
  padding-left: unset;
}

.box-timebar-controls .box-datetime,
.box-timebar-controls #cur-datetime {
  width: 100px;
}

.box-timebar-controls .box-selectDay {
  width: 120px;
}

.box-timebar-controls .days-selectDay {
  justify-content: space-around;
}

.box-timebar-controls .daysLabel {
  width: unset;
}

.box-timebar-controls .ui-slider-label {
  width: 16px !important;
  line-height: 1rem !important;
  overflow: hidden;
  text-overflow: unset;
  white-space: nowrap;
  top: 0 !important;
  padding-left: 5px;
}

/* 时间轴 end */