.side-tool {
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 89px;
  z-index: 1000;
}

.side-tool-top{
  width: 68px;
  height: 312px;
  background: #ffffff;
  border-radius: 119px;
  box-shadow: 0px 0px 23px 0px rgb(15, 36, 91,0.08);
  margin: auto;
}

.side-tool .w-icon img:hover{
  color: #FE6D40 !important;
}

.side-tool-top .side-tool-item-vip{
  width: 100%;
  height: 81px;
  width: 68px;
  height: 90px;
  box-shadow: 0px 0px 23px 0px rgb(15, 36, 91,0.08);
  border-top-left-radius: 119px;
  border-top-right-radius: 119px;
  position: relative;
}
.side-tool-top .side-tool-item-vip img{
  width: 68px;
  height: auto;
}

.side-tool-top .side-tool-item-vip .w-tip{
  width: 48px;
  height: 10px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: CENTER;
  color: #686d88;
  line-height: 10px;
  margin: auto;
}

.side-tool-item-line{
  width: 40px;
  height: 1px;
  border-top: 1px solid #ededf1;
  margin: auto;
}

.side-tool-item {
  display: block;
  position: relative;
  display: block;
  width: 100%;
  height: 68px;
  color: #686D88;
  text-align: center;
  transition: all;
  padding-top: 12px;
  transition: all .3s;
  cursor: pointer;
}

.side-tool-item .w-icon img{
  height: 24px;
}

.side-tool-item .w-detail {
  display: none;
  position: absolute;
  right: 80px;
  top: 50%;
  font-size: 20px;
  white-space: nowrap;
  transform: translate(0, -50%);
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  padding: 0 20px;
  height: 63px;
  line-height: 63px;
  border-radius: 4px;
}

.side-tool-item:hover .w-detail {
  display: block;
}

.side-tool-item .w-detail::before {
  content: "";
  position: absolute;
  right: -8px;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent transparent transparent #ccc;
}

.side-tool-item .w-detail::after {
  content: "";
  position: absolute;
  right: -7px;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent transparent transparent #fff;
}

.side-tool-item:hover,
.side-tool-item:active,
.side-tool-item:visited {
  color: #FE6D40 !important;
  text-decoration: none !important;
}

.side-tool-item .w-tip {
  width: 48px;
  height: 10px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: CENTER;
  color: #686d88;
  line-height: 10px;
  margin: auto;
}

.weixinzixun .weixin-detail>div{
  margin-top: 6px;
  text-align: center;
  height: 15px;
  font-size: 12px;
  font-family: Inter, Inter-Regular;
  font-weight: 400;
  color: #686d88;
  line-height: 12px;
}

.weixinzixun:hover .weixin-detail {
  display: block;
}
.weixin-detail {
  display: none;
  position: absolute;
  right: 80px;
  top: 49%;
  transform: translate(0, -50%);
  background-color: #fff;
  color: #333333;
  padding: 10px;
  padding-bottom: 0;
  width: 130px;
  height: 152px;
  border-radius: 4px;
  box-shadow: 0px 0px 23px 0px rgb(15, 36, 91,0.08);
}

.weixin-detail:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: 75px;
  right: -5px;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  -mz-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}


.side-tool-bottom{
  width: 68px;
  height: 68px;
  background: #ffffff;
  border-radius: 64px;
  box-shadow: 0px 0px 23px 0px rgb(15, 36, 91,0.08);
  margin: auto;
  margin-top: 12px;
}

.side-tool-bottom .side-tool-item {
  padding-top: 12px ;
}

.side-tool-bottom .side-tool-item .w-icon svg{
  fill:currentColor;
  color: #686d88;
}

/* 客服弹框样式 */
.joinf-support-box {
  position: fixed;
  z-index: 3000;
  right: 20px;
  bottom: 10px;
  box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  background-color: #f6f8fa;
}
.joinf-support-iframe-open {
  height: 540px;
}
#joinf-support-iframe {
  display: none;
  border: none;
  width: 360px;
  height: 540px;
  overflow: hidden;
}