#yz-boss-float {
  position: fixed;
  left: var(--left);
  bottom: var(--bottom);
  z-index: var(--zIndex);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -webkit-user-drag: none;
  cursor: pointer;
  /* overflow: hidden; */
}
.grayscale {
  filter: grayscale(100%);
}
#yz-boss-float * {
  user-select: none;
  -webkit-user-drag: none;
  box-sizing: border-box;
}
.yz-boss-big.show,
.yz-boss-small.show {
  display: block;
}
.yz-boss-big,
.yz-boss-small {
  display: none;
  padding-left: 32px;
}
.yz-boss-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-left: 32px;
}
.yz-boss-view {
  position: relative;
  width: 200px;
  height: 100%;
}
.yz-boss-view img {
  position: absolute;
  top: -19px;
  left: -30px;
  width: 230px;
  height: 230px;
}
.yz-boss-view img.yz-boss2 {
  top: -26px;
  left: -26px;
}
.yz-boss-tips {
  position: absolute;
  top: -16px;
  left: 158px;
  min-width: 205px;
  min-height: 100px;
  border-width: 1px;
  border-style: solid;
  border-image: var(--float-tips-bg) 0 100 0 100 fill / 0 100px stretch;
  display: flex;
  flex-direction: column;
  padding: 26px 40px 0;
  transform: scale(0);
  opacity: 0;
  transition: all 0.1s linear;
  transform-origin: 0 20px;
}
.yz-boss-tips.show {
  transform: scale(1);
  opacity: 1;
}
#tips-icon {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.tips-text {
  font-size: 18px;
  font-family: JYiHei;
  font-weight: 400;
  color: #663c19;
  line-height: 22px;
  white-space: nowrap;
  text-shadow: 1px 1px 2px #fefffe, 1px 1px 2px #fefffe, 1px 1px 2px #fefffe,
    1px 1px 2px #fefffe;
  margin-top: 4px;
}
.yz-boss-close {
  position: absolute;
  right: 0;
  top: 63px;
  z-index: 5;
  width: 45px;
  height: 59px;
  background: var(--css-sprites) -51px -48px;
}
.yz-boss2-close.yz-boss-close {
  top: 0;
}

.yz-boss-close:hover {
  background: var(--css-sprites) -120px -0;
}

.bg-icon1 {
  width: 35px;
  height: 38px;
  background: var(--css-sprites) -200px -58px;
}

.bg-icon2 {
  width: 35px;
  height: 38px;
  background: var(--css-sprites) -235px -58px;
}

.bg-icon3 {
  width: 35px;
  height: 39px;
  background: var(--css-sprites) -165px -58px;
}

.bg-progress {
  width: 138px;
  height: 10px;
  background: var(--css-sprites) -165px -48px;
  transform: translate(var(--ph-progress));
}

.bg-progress_bg {
  width: 144px;
  height: 14px;
  background: var(--css-sprites) -165px -0;
}
.yz-boss-hp {
  position: relative;
  margin: 18px 24px 8px;
}
.ph-progress-text {
  position: absolute;
  top: -16px;
  left: 36px;
  font-size: 12px;
  font-family: JYiHei;
  font-weight: 400;
  color: #ac0c14;
  line-height: 16px;
  text-shadow: 1px 1px 2px #fefffe, 1px 1px 2px #fefffe, 1px 1px 2px #fefffe,
    1px 1px 2px #fefffe;
}
.bg-progress_logo {
  width: 53px;
  height: 34px;
  background: var(--css-sprites) -165px -14px;
  position: absolute;
  top: -14px;
  left: -20px;
}
.yz-boss-info {
  width: 190px;
  height: 100px;
  position: absolute;
  top: 84px;
  left: 200px;
  font-family: JYiHei;
}
.bg-progress-box {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 138px;
  height: 10px;
  overflow: hidden;
}

.bg-tips {
  width: 51px;
  height: 106px;
  background: var(--css-sprites) -0 -48px;
  position: absolute;
  top: 64px;
  left: 118px;
}

.bg-tips2 {
  width: 120px;
  height: 48px;
  background: var(--css-sprites) -0 -0;
  position: absolute;
  bottom: 36px;
  left: 34px;
}
.yz-boss-other {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.yz-boss-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.yz-boss-icon span {
  font-size: 14px;
  font-family: JYiHei;
  font-weight: 400;
  line-height: 16px;
  text-shadow: 1px 1px 2px #feeee9, 1px 1px 2px #feeee9, 1px 1px 2px #feeee9,
    1px 1px 2px #feeee9;
  word-break: nowrap;
}
.yz-boss-icon.other1 span {
  color: #2964c5;
}
.yz-boss-icon.other2 span {
  color: #d8473a;
}
.yz-boss-icon.other3 span {
  color: #249f55;
}
