.szr-box {
  position: fixed;
  right: -70px;
  right: -3.64583vw;
  bottom: 100px;
  bottom: 5.20833vw;
  width: 163.8636px;
  width: 8.53456vw;
  height: 206px;
  height: 10.72917vw;
  z-index: 1000;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-drag: none;
}
.szr-box.anim {
  transition-property: right;
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}
.szr-box.entrance {
  background-image: url(yy-rabbit-side.gif);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  right: 80px;
  right: 4.16667vw;
}
.szr-box.wait {
  transition: all 0.2s ease;
  background-image: url(yy-rabbit-wait.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.szr-box.wait #szr-close {
  display: block;
}
.szr-box.speak {
  background-image: url(yy-rabbit-front.gif);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.szr-box.speak #szr-close {
  display: block;
}
.szr-box.close {
  background-image: url(yy-rabbit-front.gif);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  right: -85px;
  right: -4.42708vw;
  transform: rotate(-35deg);
  z-index: 0;
  position: absolute;
}
.szr-box .tip {
  visibility: hidden;
  position: absolute;
  top: -90px;
  top: -4.6875vw;
  left: -23px;
  left: -1.19792vw;
  color: #fff;
  font-size: 16px;
  font-size: 0.83333vw;
  padding: 15px;
  padding: 0.78125vw;
  width: 200px;
  width: 10.41667vw;
  height: 86px;
  height: 4.47917vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.szr-box .tip.pink {
  background-image: url(yj-yy-bubble-pink.png);
  visibility: visible;
}
.szr-box .tip.blue {
  background-image: url(yj-yy-bubble-blue.png);
  visibility: visible;
}
.szr-box #szr-close {
  position: absolute;
  z-index: 5;
  width: 19px;
  height: 19px;
  left: 50%;
  margin-left: -9.5px;
  bottom: -20px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 992px) {
  .szr-box {
    right: -70px;
    bottom: 5vh;
    width: 81.9318px;
    height: 103px;
  }
  .szr-box.entrance {
    right: 30px;
  }
  .szr-box.close {
    right: -45px;
  }
  .szr-box .tip {
    top: -60px;
    left: -50px;
    font-size: 12px;
    padding: 10px;
    width: 150px;
    height: 60px;
  }
}