.collect_float {
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 0 6px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  backdrop-filter: blur(4px);
  z-index: 9;
  display: none;
}

.collect_float .ico {
  display: block;
  padding: 8px 0;
  color: #fff;
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  text-align: center;
}

.collect_float .ico .liebiao {
  font-size: 15px;
}

.collect_float .ico:first-child {
  border: none;
}

.collect_float .ico .tip {
  position: absolute;
  height: 22px;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  font-size: 12px;
  color: #FFFFFF;
  right: 30px;
  white-space: nowrap;
  top: 4px;
  display: none;
}

.collect_float .ico .tip::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.35);
  right: -8px;
  top: 6px;
}

.collect_float .ico .liebiaoyishoucang {
  display: none;
  color: #FFC001;
}

.collect_float .ico .liebiaobianji-line {
  font-size: 14px;
}

.collect_float .ico.favonV2 .liebiao {
  display: none;
}

.collect_float .ico.favonV2 .liebiaoyishoucang {
  display: inline;
}

.collect_float .ico:hover {
  color: #7BCAFF;
}

.collect_float .ico:hover .tip {
  display: block;
}

.collect_float .ico:hover .liebiaoyishoucang {
  color: #7BCAFF;
}

.marony-item:hover .collect_float {
  display: block;
}
