.ybyun_adv {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  font-size: 12px !important;
  font-style: normal;
  line-height: 16px !important;
  border-radius: 2px;
  border-color: #0008ff;
  background: #fff;
  color: #0008ff !important;
  position: relative;
  float: right;
  margin-top: 5px;
}
.ybyun_adv:hover {
  background: #0008ff;
  color: #fff !important;
}
.ybyun_adv {
  transition: all 0.3s ease;
}
.ybyun_bq:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}
.ybyun_bq {
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.ybyun_bq {
  border-radius: 6px;
}
.ybyun_bq {
  background-color: rgba(252, 241, 235, 1);
  color: rgba(254, 95, 71, 1) !important;
  margin-right: 2px;
  min-width: max-content;
  padding: 0 8px;
  height: 24px;
  line-height: 24px !important;
  font-size: 12px !important;
  font-weight: bold;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 8px;
}
.server-info{
  font-weight: 900;
  line-height: normal;
}