.panel {
  position: absolute;
  top: 68px;
  left: 10px;
  z-index: 2;
  padding: 10px 16px;
  color: #2f65ee;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 #edf0f3
}

.info-card {
  position: absolute;
  top: -130px;
  right: -164px;
  width: 300px;
  font-weight: 700;
  background: #000;
  box-shadow: 0 0 8px 0 #edf0f3;
  opacity: 0.8;
}

.info-card-head {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  height: 44px;
  padding-top: 17px;
  padding-right: 18px;
  padding-left: 31px
}

.info-card-head .title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
}

.info-card-head .close .icon {
  color: #fff;
  font-size: 16px;
  cursor: pointer
}

.info-card-cont {
  width: 100%;
  padding: 0 20px 0 0
}

.info-card-cont .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 14px;
  margin: 18px 0;
  color: rgba(0, 0, 0, .5);
  font-size: 14px;
  font-family: MicrosoftYaHei
}

.info-card-cont .line .line-l {
  width: 100px;
  min-width: 100px;
  color: #fff;
  font-size: 18px;
  text-align: right
}

.info-card-cont .line .line-r {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN
}

.info-card-cont .line .store {
  max-height: 90px;
  overflow-y: scroll
}

.switch {}

.switch input {
  display: none
}

.switch__1 {
  width: 70px
}

.switch__1 label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  background: rgba(255, 255, 255, 0);
  border-radius: 34px;
  box-shadow: .3rem .3rem .6rem #c8d0e7, -.2rem -.2rem .5rem #FFF;
  cursor: pointer
}

.switch__1 label::after {
  content: '';
  position: absolute;
  left: .4rem;
  width: 24px;
  height: 24px;
  background-color: #9baacf;
  border-radius: 50%;
  transition: all .4s ease
}

.switch__1 label::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(330deg, #5b0eeb 0%, #6d5dfc 50%, #8abdff 100%);
  border-radius: inherit;
  opacity: 0;
  transition: all .4s ease;
  content: ''
}

.switch input:checked~label::before {
  opacity: 1
}

.switch input:checked~label::after {
  left: 60%;
  background-color: #E4EBF5
}

.border-blue {
  padding: 6px 14px;
  color: #6d5dfc;
  border: 1px solid #6d5dfc;
  border-right: none;
  cursor: pointer
}

.border-blue-right {
  border-right: 1px solid #6d5dfc
}

.temperature {
  padding: 0 20px 0 0;
  font-weight: 700;
  font-size: 18px;
}

.speedNow {
  color: #f70000
}
