.lianxit {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.lianxit>a {
  margin-bottom: 9px;
  display: block;
  width: 72px;
  height: 81px;
  box-sizing: border-box;
  padding-top: 11px;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.lianxit>a>img {
  width: 30px;
}
.lianxit>a>p {
  margin-top: 9px;
  font-size: 12px;
}
.lianxit>a .wei {
    position: absolute;
    left: -212px;
    top: -2px;
    width: 210px;
    height: 240px;
    display: none;
}


.lianxit>a:nth-child(1) {
  background: #fff;
  border: 1px solid #61c32b;
  color: #61c32b;
}
.lianxit>a:nth-child(1):hover .wei {
  display: block;
}
.lianxit>a:nth-child(2) {
  background: #fff;
  border: 1px solid #e63d83;
  color: #e63d83;
  transition: width 0.3s;
}
.lianxit>a:nth-child(2) .info {
  display: none;
}
.lianxit>a:nth-child(2):hover {
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: space-between;
  width: 210px;
}
.lianxit>a:nth-child(2):hover .info {
  display: block;
}
.lianxit>a:nth-child(2):hover .info>h6 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 12px;
  opacity: 0.6;
}
.lianxit>a:nth-child(2):hover .info>p {
  font-size: 20px;
}
.lianxit>a:nth-child(2):hover>p {
  display: none;
}
.lianxit>a:nth-child(3) {
  background: #fff;
  border: 1px solid #2589ff;
  color: #2589ff;
}
