.added_aifsb {
  display: block;
  cursor: pointer;
  float: left;
  width: 18px;
  background: #508CEE;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding-left: 2px;
  position: relative;
  left: 19px;
  writing-mode: vertical-lr;
  letter-spacing: 4px;
  padding: 6px 0 0;
}
.added_aifsb:visited{
  color: #fff;
}
.added_aifsb:hover {
  text-decoration: none;
  color: #fff;
}

.added_aifsb .chance{
  background: #F03F39;
  border-radius: 16px;
}
.added_aifsb .danger{
  background: #00AA3A;
  border-radius: 16px;
}
.level2-ad{
  width: 195px;
  padding: 12px 0;
  margin-bottom: 14px;
  text-align: center;
  background: #F6FBFC;
}
.level2-ad p{
  font-family: PingFangSC-Semibold;
  color: #595B61;
  text-align: center;
}
.level2-ad a{
  font-family: PingFangSC-Medium;
  color: #F75033;
  text-align: center;
  margin: 10px 0 0;
}