.content-div-ty {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 205px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: move;
  color: #313131;
  font-size: 13px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border: 2px solid #3d9efc;
  border-radius: 10px;
}

.separation-line {
  border-bottom: solid 1px #0c54b3;
  height: 0;
  width: 165px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.info-title-ty {}

.info-close-ty {
  cursor: pointer;
}

.content-div-ty .title {
  color: #fff;
  background-color: rgba(57, 148, 220, .8);
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
}

.content-div-ty .content {
  padding: 10px;
}

.content-div-ty .contentItem {
  display: flex;
  padding: 2px 0;
}

.content-div-ty .contentItem .key {
  color: #2F8BD6;
}
.currentTyphoon{
  position: absolute;
  top: 15%;
  z-index: 999;
  min-width: 100px;
  color: red;
  font-size: 2.5vh;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.currentTyphoon .title{
  color: red;
}
#typhoon-history{
  cursor: pointer;
}
.typhoonList{
  position: absolute;
  top: 30%;
  z-index: 99999;
  /* min-width: 100px; */
  font-size: 2.5vh;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: none;
}
.typhoonList .title{
  color: #fff;
  background-color: rgba(57, 148, 220, .8);
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
}
.typhoonList .content{
  background-color: rgba(255,255,255,0.8);
  font-size: 1rem;
}
.typhoonList-close-ty{
  cursor: pointer;
}