.right_cb {
  position: fixed;
  top: 50%;
  right: 1.0417rem;
  z-index: 99;
  /* opacity: 0; */
  display: none;
  /* transition: opacity 0.4s;*/
}

.right_1 {
  display: block;
  width: 2.6rem;
  min-height: 2.5rem;
  /* height: auto; */
  background: #fafafa;
  border-radius: 0.0833rem;
  margin-bottom: 0.25rem;
  padding: 0.4167rem;
  text-align: center;
}

.right_img1, .right_img2 {
  width: 1.25rem;
  height: 1.25rem;
}

.right_img1 img, .right_img2 img {
  width: 100%;
  height: 100%;
}
.right_name {
  margin-top: 2px;
  font-size: 0.4167rem;
  color: #bababa;
}

.right_img2 img {
  width: 100%;
  height: 100%;
}