.huake-side-bar {
  top: 85%;
  margin-top: 105px;
  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 .text {
  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 .wx a {
  display: block;
  cursor: pointer;
  background: var(--color-primary);
  position: relative;
  padding: 2px 6px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  line-height: 2;
}
.huake-side-bar .wx a:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}
.huake-side-bar .wx:hover a {
  display: block;
}

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

.huake-side-bar .wx 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 .wx span {
  font-size: 13px;
  color: var(--color-primary);
  display: block;
  margin: 8px 0 0;
}



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

.huake-side-bar .wx .wx-box .box {
  width: 220px;
  padding: 5px 0;
  border: 1px solid #D6D7D7;
  text-align: center;
  /* background: #fff; */
  overflow: hidden;
  background: var(--color-primary);
}
.huake-side-bar .wx .wx-box .box p {
  /* color: #fff; */
  /* font-size:14px; */
}
.huake-side-bar .wx .wx-box .box img {
  /* width: 140px; */
}

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

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

.huake-side-bar .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 .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 .wx:hover .wx-box {
  display: block;
}


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