.sjdp-seven—days,
.os-box,
.device-box,
.sjdp-map-box {
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
  margin-top: 10px;
}
.o-d-box {
  display: flex;
  justify-content: space-around;
}
.os-box,
.device-box {
  width: calc(50% - 40px);
  max-height: 400px;
  min-height: 300px;
}
.os-box div,
.device-box div {
  width: 100%;
  max-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sjdp-tabs,
.modeling-log-tabs {
  display: flex;
  position: relative;
}

.sjdp-tabs *,
.modeling-log-tabs * {
  z-index: 2;
}

.container input[type="radio"] {
  display: none;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  width: 53px;
  font-size: 0.8rem;
  color: black;
  font-weight: 500;
  border-radius: 99px;
  cursor: pointer;
  transition: color 0.15s ease-in;
}

.notification {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 0.8rem;
  position: absolute;
  top: -0.3rem;
  left: auto;
  font-size: 10px;
  margin-left: 5rem;
  border-radius: 8px;
  margin: 0px;
  background-color: #e6eef9;
  transition: 0.15s ease-in;
}

.container input[type="radio"]:checked + label {
  color: #185ee0;
}

.container input[type="radio"]:checked + label > .notification {
  background-color: #185ee0;
  color: #fff;
  margin: 0px;
}

.container input[id="radio-1"]:checked ~ .glider {
  transform: translateX(0);
}

.container input[id="radio-2"]:checked ~ .glider {
  transform: translateX(100%);
}

.container input[id="radio-3"]:checked ~ .glider {
  transform: translateX(200%);
}

.glider {
  position: absolute;
  display: flex;
  height: 23px;
  width: 53px;
  background-color: #e6eef9;
  z-index: 1;
  border-radius: 8px;
  transition: 0.15s ease-out;
}

@media (max-width: 700px) {
  .sjdp-tabs,
  .modeling-log-tabs {
    transform: scale(0.6);
  }
}

.sjdp-map-box {
  height: 350px;
}
.sjdp-map-box #chinaMap {
  width: 60%;
  min-width: 500px;
  height: 330px;
  margin: 0;
  padding: 0;
}
.sjdp-map-box #chinaMapList {
  width: 40%;
  min-width: 300px;
  height: 330px;
  margin: 0;
  padding: 0;
}
.sjdp-map-box #chinaMapList li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background: #f7f7f7;
}
.sjdp-map-box #chinaMapList li:nth-child(even) {
  background: #fff;
}

.sjdp-map-box #chinaMapList li p {
  font-weight: 400;
  font-size: 15px;
  padding: 7px 15px;
}
