.onlinesupport_list_row {
  z-index: 99;
  position: fixed;
  bottom: 40%;
  right: 0px;
  width: 56px;
  height: 72px;
}
@media screen and (max-width: 600px) {
  .onlinesupport_list_row {
    bottom: 32%;
  }
}
.onlinesupport_list_row .item {
  margin-bottom: 8px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .onlinesupport_list_row .item svg {
    width: 42px;
  }
}
.onlinesupport_list_row .item_map a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1461d3;
  box-sizing: border-box;
  text-align: center;
  padding-top: 9px;
}
.onlinesupport_list_row .item_map a svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}
.onlinesupport_list_row .item-show a {
  position: relative;
  display: inline-block;
}
.onlinesupport_list_row .item-show a span {
  position: absolute;
  left: calc(-100% - 82px);
  display: block;
  top: 12px;
  width: 184px;
  background: #fff;
  z-index: -1;
  padding-left: 4px;
  border-radius: 10px;
  display: none;
}
.onlinesupport_list_row .item-show:nth-child(2) a span {
  left: calc(-100% - 47px);
}
.onlinesupport_list_row .item-show:nth-child(3) a span {
  left: calc(-100% - 87px);
}
.onlinesupport_list_row .item_comment svg {
  transform: scaleX(-1);
}
.onlinesupport_list_row .click-open, .onlinesupport_list_row .click-off a {
  background: var(--main-color);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: block;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
}
.onlinesupport_list_row .click-open svg, .onlinesupport_list_row .click-off a svg {
  fill: #fff;
  width: 32px;
  height: 32px;
}
.onlinesupport_list_row .click-off {
  display: none;
}
.onlinesupport_list_row .click-off a {
  padding-top: 11px;
}
.onlinesupport_list_row .click-off a svg {
  width: 20px;
  height: 20px;
}/*# sourceMappingURL=fix_right.css.map */