.s_spserv__wrap {
  bottom: 82px;
  padding: 9px;
  position: fixed;
  right: 21px;
  z-index: 8000;
}
.s_spserv__wrap_drag {
  bottom: unset;
  right: unset;
}
.s_spserv_no_position {
  left: auto !important;
  top: auto !important;
}
.s_spserv__wrap-morebottom {
  bottom: 115px;
}
.s_spserv__wrap-backtop {
  bottom: 117px;
}
.s_spserv__item {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  color: #333;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
  width: 48px;
}
.s_spserv__item:last-child {
  margin-bottom: 0;
}
.s_spserv__pic {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #666;
  font-size: calc(var(--fontRatio, 1) * 20px);
  height: 22px;
  line-height: 22px;
  width: 20px;
}
.s_spserv__line-2 {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.s_spserv__hoverarea {
  animation: spservhover 0.3s ease-out 0s forwards;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  color: #333;
  display: none;
  font-size: calc(var(--fontRatio, 1) * 14px);
  left: 0;
  line-height: 1.5;
  max-width: 252px;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  width: max-content;
}
.not-ie-hoverarea:after {
  background: #fff;
  content: "";
  filter: drop-shadow(2px -2px 1px rgba(0, 0, 0, 0.05));
  height: 8px;
  position: absolute;
  right: 0;
  right: -12px;
  top: 50%;
  transform: translate(-100%, -50%) rotate(45deg);
  width: 8px;
}
.s_spserv__hoverarea-block {
  display: block;
}
.s_spserv__wxpic {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 110px;
  margin: 9px auto;
  width: 110px;
}
@keyframes spservhover {
  0% {
    opacity: 0.5;
    transform: translate(calc(-100% - 16px), -50%) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: translate(calc(-100% - 16px), -50%) scale(1);
  }
  to {
    opacity: 1;
    transform: translate(calc(-100% - 16px), -50%) scale(1);
  }
}
@keyframes spservhover2 {
  0% {
    opacity: 0;
    transform: translateX(calc(-100% - 16px)) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(calc(-100% - 16px)) scale(1);
  }
}
@keyframes spservhover-mobi {
  0% {
    opacity: 0.5;
    transform: translate(calc(-100% - 12px), -50%) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: translate(calc(-100% - 12px), -50%) scale(1);
  }
  to {
    opacity: 1;
    transform: translate(calc(-100% - 12px), -50%) scale(1);
  }
}
@keyframes spservhover2-mobi {
  0% {
    opacity: 0;
    transform: translateX(calc(-100% - 12px)) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(calc(-100% - 12px)) scale(1);
  }
}
.s_spserv__wrap-1 .s_spserv__item {
  border: 1px solid #e3e7ec;
  border-radius: 0;
  border-top: 0;
  box-shadow: none;
  box-sizing: border-box;
  flex-direction: column;
  height: auto;
  justify-content: normal;
  margin-bottom: 0;
  width: 68px;
}
.s_spserv__wrap-1 .s_spserv__item:first-child {
  border-top: 1px solid #e3e7ec;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.s_spserv__wrap-1 .s_spserv__item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.s_spserv__wrap-1 .s_spserv__pic {
  margin: 11px 0 5px;
}
.s_spserv__wrap-1 .s_spserv__name {
  font-size: calc(var(--fontRatio, 1) * 12px);
  margin-bottom: 8px;
  text-align: var(--global-text-align, center);
  width: 62px;
}
.s_spserv__term {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  text-align: var(--global-text-align, center);
  width: 45px;
  z-index: 10000;
}
.s_spserv__item:before,
.s_spserv__term:before {
  content: "";
  height: 100%;
  left: -16px;
  position: absolute;
  top: 0;
  width: 16px;
  z-index: -1;
}
.s_spserv__term .s_spserv__hoverarea {
  animation: spservhover2 0.3s ease-out 0s forwards;
  bottom: 0;
  padding: 15px 20px;
  top: auto;
  transform: translateX(-100%);
  transform-origin: center right;
}
.s_spserv__term .s_spserv__hoverarea-wx {
  padding: 15px;
}
.s_spserv__term .s_spserv__hoverarea:after {
  display: none;
}
.s_spserv__term-concat {
  padding: 0 11.5px;
}
.s_spserv__concatpic {
  font-size: calc(var(--fontRatio, 1) * 22px);
  padding: 13px 0 6px;
}
.s_spserv__concatwe {
  display: inline-block;
  font-size: calc(var(--fontRatio, 1) * 14px);
  margin: 0 auto 12px;
  writing-mode: vertical-rl;
}
.s_spserv__term-wx {
  display: block;
  font-size: calc(var(--fontRatio, 1) * 20px);
  margin-top: 8px;
  padding: 12px 0;
}
.s_spserv__servterm {
  align-items: center;
  color: #333;
  display: flex;
  margin-bottom: 21px;
  text-decoration: none;
}
.s_spserv__servterm:last-child {
  margin-bottom: 0;
}
.s_spserv__areapic {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #666;
  display: inline-block;
  font-size: calc(var(--fontRatio, 1) * 20px);
  height: 22px;
  line-height: 22px;
  margin-right: 13px;
  width: 20px;
}
.s_spserv__contextwrap {
  line-height: 22px;
  max-width: 219px;
  text-align: var(--global-text-align, left);
}
.s_spserv__termname {
  font-size: calc(var(--fontRatio, 1) * 14px);
}
.s_spserv__termcontext {
  color: #999;
  font-size: calc(var(--fontRatio, 1) * 12px);
}
.s_spserv__ib {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.s_spserv__wxicon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: calc(var(--fontRatio, 1) * 20px);
  height: 22px;
  margin: 0 auto;
  width: 22px;
}
.s_spserv__hoverarea-wx {
  padding: 15px;
  text-align: var(--global-text-align, center);
}
.s_spserv__close,
.s_spserv_closewrap {
  display: none;
}
.jz_screen_mobi .s_spserv__close {
  color: #999;
  display: inline-block;
  height: 14px;
  margin-left: 16px;
  margin-top: 4px;
  width: 14px;
}
.jz_screen_mobi .s_spserv__wrap {
  right: 7px;
}
.jz_screen_mobi .keyboard-active .s_spserv__wrap {
  display: none;
}
.jz_screen_mobi .s_spserv__pic {
  font-size: calc(var(--fontRatio, 1) * 18px);
  height: 20px;
  line-height: 20px;
  width: 18px;
}
.jz_screen_mobi .s_spserv__wrap-0 .s_spserv__item {
  height: 38px;
  width: 38px;
}
.jz_screen_mobi .s_spserv__wrap-1 .s_spserv__item {
  width: 64px;
}
.jz_screen_mobi .s_spserv__wrap-1 .s_spserv__pic {
  margin: 9px 0 5px;
}
.jz_screen_mobi .s_spserv__wrap-0 .s_spserv__simpletext {
  max-width: 232px;
}
.jz_screen_mobi .s_spserv__wrap-1 .s_spserv__simpletext {
  max-width: 203px;
}
.jz_screen_mobi .s_spserv__hoverarea {
  animation: spservhover-mobi 0.3s ease-out 0s forwards;
  max-width: 250px;
}
.jz_screen_mobi .s_spserv__term .s_spserv__hoverarea {
  animation: spservhover2-mobi 0.3s ease-out 0s forwards;
}
.jz_screen_mobi .s_spserv__hoverarea-block {
  display: flex;
}
.jz_screen_mobi .s_spserv__wrap-2 .s_spserv__hoverarea-block {
  display: block;
}
.jz_screen_mobi .s_spserv__wrap .s_spserv__hoverarea-wx {
  display: none;
}
.jz_screen_mobi .s_spserv_closewrap {
  color: #999;
  display: table;
  font-size: 0;
  line-height: 1;
  width: 100%;
}
.jz_screen_mobi .s_spserv_closewrap .s_spserv__close {
  float: right;
  margin: 0 -6px 0 0;
}
.s_spserv__hoverarea_left_animation0 {
  animation: spservhover-left 0.3s ease-out 0s forwards;
}
.s_spserv__hoverarea_left_animation1 {
  animation: spservhover-left2 0.3s ease-out 0s forwards;
}
.s_spserv__hoverarea_left:after {
  filter: drop-shadow(-2px 2px 1px rgba(0, 0, 0, 0.05));
  left: 4px;
}
.s_spserv__term .s_spserv__hoverarea_left {
  animation: spservhover-left3 0.3s ease-out 0s forwards;
  bottom: 0;
  padding: 15px 20px;
  top: auto;
  transform: translateX(-100%);
  transform-origin: center right;
}
@keyframes spservhover-left {
  0% {
    opacity: 0.5;
    transform: translate(64px, -50%) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: translate(64px, -50%) scale(1);
  }
  to {
    opacity: 1;
    transform: translate(64px, -50%) scale(1);
  }
}
@keyframes spservhover-left2 {
  0% {
    opacity: 0.5;
    transform: translate(80px, -50%) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: translate(80px, -50%) scale(1);
  }
  to {
    opacity: 1;
    transform: translate(80px, -50%) scale(1);
  }
}
@keyframes spservhover-left3 {
  0% {
    opacity: 0;
    transform: translateX(64px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(64px) scale(1);
  }
}
/*# sourceMappingURL=suspendServ.081e4a69.css.map*/
