.rightBox {
  position: fixed;
  right: 10px;
  bottom: 15vh;
  width: 110px;
  z-index: 9990;
}

.rightBox .bot .one {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #62687a;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.rightBox .bot .one .icon_img {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightBox .box {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 110px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 30px;
  transition: all 0.3s;
}

.rightBox .one:hover .box {
  visibility: visible;
  opacity: 1;
  padding-right: 10px;
}

.rightBox .bot .box .block {
  display: block;
  white-space: nowrap;
  font-size: 14px;
  color: #62687a;
  line-height: 1.5;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.rightBox .box .block {
  display: flex;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

.rightBox .box .block::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  right: -5px;
  margin: auto;
}

.rightBox .bot .box .block .img img {
  width: 120px;
  height: 120px;
  margin-top: 8px;
}

.rightBox .bot .box .block {
  display: flex;
  align-items: center;
  flex-direction: column;
}
