.huake-side-bar {
  top: 70%;
  margin-top: -200px;
  position: fixed;
  left: 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:nth-last-child(1){
  background:var(--color-primary);
  background: #5d3afd
}
.huake-side-bar a:nth-last-child(2){
  background:#fd3a67;
 
}
.huake-side-bar a:nth-last-child(2) img,
.huake-side-bar a:nth-last-child(3) img{
  
 
}
.huake-side-bar a:nth-last-child(3){
  background: #0e9bff;
}
.huake-side-bar a:nth-last-child(4){
  background: #4dc247;
}
.huake-side-bar a:nth-last-child(5){
  background: #27a7e5;
}
.huake-side-bar a:nth-last-child(6){
  background: #337ab7;
}
.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;
  width: 60px;
  height: 60px;
  line-height: 55px;
  border-radius: 50px;
  margin: 10px;
}

.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: 30px;
  /* margin: auto; */
  /* width: 100px; */
}

.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;
  }
}