
.rightfix1 {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  z-index: 9000;
}
.rightfix1 .bot {
  width: 4rem;
}
.rightfix1 .bot li:last-child a {
  padding: 0.375rem 0 0.625rem;
}
.rightfix1 .bot li {
  background: rgb(220, 24, 24);
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightfix1 .bot li a {
  display: block;
}
.rightfix1 .bot li a .text {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  margin-top: 0.5rem;
}
.rightfix1 .bot li:hover {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix1 .bot li:hover .ewm {
  transform: scaleY(1) translateY(-50%);
  opacity: 1;
}
.rightfix1 .bot li img {
  height: 1.125rem;
}
.rightfix1 .bot li .ewm {
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateY(-50%);
  transform-origin: top;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 4.375rem;
  padding: 1.125rem 1.125rem 0.875rem;
  background: #fff;
  border-radius: 0.5rem;
  width: 9.53125rem;
  box-shadow: 0 0 0.625rem rgba(8, 81, 150, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.rightfix1 .bot li .ewm .img1 img {
  width: 7.6875rem;
}
.rightfix1 .bot li .ewm.wechat_img {
  height: 6.5rem;
  width: 6.5rem;
  padding: 0.625rem;
}
.rightfix1 .bot li .ewm.wechat_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 990px) {
  .rightfix1 {
    display: none;
  }
}