.huake-side-bar {
  top: 50%;
  margin-top: -200px;
  position: fixed;
  right: 8px;
  z-index: 9999;
  background: #fff;
  border-radius: 3px;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}

.huake-side-bar a {
  display: block;
  cursor: pointer;
  background: #fff;
  position: relative;
  padding: 12px 6px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E8;
  border-radius: 3px;
}

.huake-side-bar a i {
  display: inline-block;
  width: 28px;
  height: 28px;
}

.huake-side-bar a span {
  font-size: 13px;
  color: var(--color-primary);
  display: block;
  margin: 8px 0 0;
}

.huake-side-bar a > img {
  max-width: 22px;
}

.huake-side-bar a.wx .wx-box {
  position: absolute;
  right: 98px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.huake-side-bar a.wx .wx-box .box {
  width: 140px;
  padding: 5px;
  border: 1px solid #D6D7D7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.huake-side-bar a.wx .wx-box .box img {
  width: 140px;
}

.huake-side-bar a.wx .wx-box .box span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.huake-side-bar a.wx .wx-box .arrowPanel {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.huake-side-bar a.wx .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #ddd;
}

.huake-side-bar a.wx .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #fff;
}

.huake-side-bar a.wx:hover .wx-box {
  display: block;
}


@media (max-width: 768px) {
  .huake-side-bar {
    display: none;
  }
}