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

.huake-side-bar1.on {
  right: 0;
}


.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;
  text-transform: capitalize;
}

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

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


.zhiqing-l_sidebkbg {
  width: 22px;
  line-height: 90px;
  text-align: center;
  border-radius: 2px;
  background-color: #FCFCFC;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 85px;
  transform: translateY(-50%);
  box-shadow: 5px 5px 22px 7px rgb(48 48 48 / 5%);
}
.zhiqing-l_sidebkbg i {
  font-size: 16px;
  display: inline-block;
  transition: all 0.36s;
}

.huake-side-bar1.act {
  right: -81px;
}
.huake-side-bar1.act .zhiqing-l_sidebkbg i {
  transform: rotate(180deg);
}


.zhiqing-l_sidebox {
  position: fixed;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  transition: all 0.36s;
}
.zhiqing-l_sidebox.on {
  right: 0;
}
.zhiqing-l_sidebox ul li + li {
  margin-top: 4px;
}
.zhiqing-l_sidebox ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: var(--btn-bg-second);
  display: block;
  transition: all 0.36s;
}
.zhiqing-l_sidebox ul li a i {
  font-size: 22px;
}
.zhiqing-l_sidebox ul li:hover a {
  background: var(--btn-bg-hover);
}
.zhiqing-l_sidebox ul li:first-child a {
  border-top-left-radius: 16px;
}
.zhiqing-l_sidebox ul li:last-child a {
  border-bottom-left-radius: 16px;
}



.zhiqing-l_sidebox.act {
  right: -50px;
}
.zhiqing-l_sidebox.act .zhiqing-l_sidebkbg i {
  transform: rotate(180deg);
}


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