/* Local replacement for the removed third-party floating service stylesheet. */
.main-im {
  position: fixed;
  right: 12px;
  top: 50%;
  z-index: 9999;
  width: 138px;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 13px;
  color: #333;
  transform: translateY(-50%);
}
.main-im .im_main {
  display: block;
  overflow: visible;
  width: 138px;
  background: #fff;
  border: 1px solid #d7d7d7;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .16);
}
.main-im a,
.main-im a:visited {
  color: #333;
  text-decoration: none;
}
.main-im .im-qq {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 0 10px 0 44px;
  border-bottom: 1px solid #ededed;
  background: #fff;
  line-height: 18px;
}
.main-im .im-qq:hover {
  background: #f5f9ff;
  color: #0d67b5;
}
.main-im .qq-container,
.main-im .qq-hover-c {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  border-radius: 50%;
  background: #1d8fe8;
}
.main-im .qq-container:before,
.main-im .qq-hover-c:before {
  content: "Q";
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
.main-im .qq-hover-c {
  display: none;
}
.main-im .im-tel {
  padding: 10px;
  border-bottom: 1px solid #ededed;
  background: #fafafa;
  line-height: 1.7;
}
.main-im .tel-num {
  color: #d43131;
  font-size: 15px;
  font-weight: 700;
  word-break: break-all;
}
.main-im .im-footer {
  min-height: 42px;
  background: #fff;
}
.main-im .weixing-container,
.main-im .go-top {
  position: relative;
  float: left;
  width: 68px;
  height: 42px;
  cursor: pointer;
}
.main-im .weixing-container:before,
.main-im .go-top a:before {
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 42px;
  text-align: center;
}
.main-im .weixing-container:before {
  content: "\5FAE\4FE1";
}
.main-im .go-top a {
  display: block;
  height: 42px;
}
.main-im .go-top a:before {
  content: "\9876\90E8";
}
.main-im .weixing-show {
  display: block;
  position: absolute;
  left: 0;
  top: 42px;
  width: 138px;
  min-height: 138px;
  padding: 8px 0 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-top: 0;
  box-sizing: border-box;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .12);
  text-align: center;
}
.main-im .weixing-txt {
  margin-bottom: 6px;
  color: #555;
  font-size: 12px;
  line-height: 1.5;
}
.main-im .weixing-ma {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto;
  object-fit: contain;
}
.main-im .weixing-container:hover .weixing-show {
  display: block;
}

.main-im .weixing-sanjiao,
.main-im .weixing-sanjiao-big {
  display: none;
}

@media (max-width: 768px) {
  .main-im {
    right: 8px;
    width: 118px;
    font-size: 12px;
  }
  .main-im .im_main {
    width: 118px;
  }
  .main-im .im-qq {
    padding-left: 38px;
  }
  .main-im .weixing-container,
  .main-im .go-top {
    width: 58px;
  }
  .main-im .weixing-show {
    left: 0;
    top: 42px;
    width: 118px;
  }
  .main-im .weixing-ma {
    width: 100px;
    height: 100px;
  }
}
