html[data-from=app] ._wrapper_1foxz_1,
html[data-from=app] ._activityKoGift_1foxz_2,
html[data-from=app] ._gift_1foxz_3,
html[data-from=app] ._draggable-wrapper_1foxz_4,
html[data-from=app] ._onlineChat_1foxz_5 {
  display: none;
}

._wrapper_1foxz_1 {
  --icon-size: 30px;
  --btn-width: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
._wrapper_1foxz_1 .iconfont {
  font-size: 24px;
}

._tooltipOverlay_1foxz_21 > div {
  width: fit-content;
}

._floatWrapper_1foxz_25 {
  position: absolute;
  z-index: 106;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: content-box;
  transition: width 0.3s ease-in-out;
}
._floatWrapper_1foxz_25 ._btn_1foxz_35 {
  display: none;
  border: var(--border-secondary) 1px solid;
}
@media (max-width: 760px) {
  ._floatWrapper_1foxz_25 {
    position: relative;
    left: 0 !important;
    right: inherit !important;
    bottom: inherit !important;
  }
}
@media (min-width: 760px) {
  ._floatWrapper_1foxz_25:hover, ._floatWrapper_1foxz_25._expandWrapper_1foxz_48 {
    right: 0;
    border-radius: 35px;
    background-color: var(--fill-elevation-higher);
    border: 1px solid var(--divider-primary);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
  }
  ._floatWrapper_1foxz_25:hover > * + *, ._floatWrapper_1foxz_25._expandWrapper_1foxz_48 > * + * {
    margin-inline-start: 16px;
  }
  ._floatWrapper_1foxz_25:hover ._btn_1foxz_35, ._floatWrapper_1foxz_25._expandWrapper_1foxz_48 ._btn_1foxz_35 {
    display: flex;
  }
  ._floatWrapper_1foxz_25:hover ._more_1foxz_61, ._floatWrapper_1foxz_25._expandWrapper_1foxz_48 ._more_1foxz_61 {
    display: none;
  }
}
._floatWrapper_1foxz_25._customerHotlineEnabled_1foxz_65 {
  --mx-sidebar-width: 300px;
}

._exchangeWrapper_1foxz_69 {
  --icon-size: 20px;
  --btn-width: 40px;
  width: 100%;
  padding-top: 8px;
}
._exchangeWrapper_1foxz_69 ._btn_1foxz_35 {
  margin-top: 3px;
  margin-bottom: 3px;
  color: var(--primary-text);
}
._exchangeWrapper_1foxz_69 ._btn_1foxz_35:hover {
  background-color: var(--bg-2);
  color: var(--title);
}

._toTop_1foxz_85,
._onlineChat_1foxz_5 {
  --icon-size: 30px;
  --btn-width: 62px;
}

._btn_1foxz_35 {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
  cursor: pointer;
  color: var(--icon-primary);
  --clay-blue: #1765ff;
}
._btn_1foxz_35._toTop_1foxz_85 {
  border: var(--border-secondary) 1px solid;
  background-color: var(--fill-elevation-higher);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
}
._btn_1foxz_35._toTop_1foxz_85 .iconfont {
  font-size: 24px;
}
._btn_1foxz_35:hover {
  color: var(--clay-blue);
}
._btn_1foxz_35:hover ._btn_1foxz_35 {
  color: var(--clay-blue);
}
._btn_1foxz_35:hover ._iconfont_1foxz_17 {
  color: var(--clay-blue);
}
._btn_1foxz_35._loadErr_1foxz_120 {
  cursor: not-allowed;
  display: none !important;
}
._btn_1foxz_35._onlineChat_1foxz_5 {
  display: none;
}

._qrcodeWrapper_1foxz_128 {
  width: 240px;
  height: 240px;
  padding: 16px;
  border-radius: 12px;
  color: #ffffff;
  background-color: var(--primary-base);
}
._qrcodeWrapper_1foxz_128 ._desc_1foxz_136 {
  text-align: center;
}
._qrcodeWrapper_1foxz_128 ._qrcode_1foxz_128 {
  width: 150px;
  height: 150px;
  padding: 4px;
  border-radius: 4px;
  margin: 10px auto;
  overflow: hidden;
  background-color: #ffffff;
}
._qrcodeWrapper_1foxz_128 ._qrcode_1foxz_128 img {
  width: 100%;
}

._api_1foxz_152 {
  font-size: 12px;
  font-weight: 500;
}

._more_1foxz_61 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: var(--border-secondary) 1px solid;
  background-color: var(--fill-elevation-higher);
  height: 48px;
  width: 48px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
}

._activityKoGift_1foxz_2 {
  position: fixed;
  right: 28px;
  bottom: 234px;
  cursor: pointer;
}
._activityKoGift_1foxz_2 img {
  width: 120px;
}

._hangWindow_1foxz_181 {
  position: fixed;
  right: 16px;
  bottom: 150px;
  display: flex;
  cursor: pointer;
  z-index: 103;
  transition: right 0.3s ease-in-out, left 0.3s ease-in-out, bottom 0.3s ease-in;
}
._hangWindow_1foxz_181 ._closeBtn_1foxz_190 {
  color: var(--icon-quarternary);
  font-size: 24px;
  position: absolute;
  right: -10px;
  top: -36px;
}
._hangWindow_1foxz_181 ._redDot_1foxz_197 {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fe445c;
}
._hangWindow_1foxz_181 img {
  max-width: 96px;
  max-height: 96px;
}
@media (max-width: 760px) {
  ._hangWindow_1foxz_181 {
    right: 15px;
  }
  ._hangWindow_1foxz_181 img {
    max-width: 64px;
    max-height: 64px;
  }
}

._customerHotlineWrapper_1foxz_220 {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 5px 0;
}
._customerHotlineWrapper_1foxz_220 p {
  margin: 0;
  text-align: start;
}
._customerHotlineWrapper_1foxz_220 > p:first-child {
  font-weight: bold;
}
._customerHotlineWrapper--rtl_1foxz_234 {
  text-align: right;
}
._customerHotlineWrapper_1foxz_220 ._tels_1foxz_237 {
  display: flex;
  justify-content: flex-start;
}
._customerHotlineWrapper_1foxz_220 ._last_1foxz_241 {
  white-space: break-spaces;
  word-break: break-all;
}

@media (max-width: 760px) {
  ._gift_1foxz_3,
  ._btn_1foxz_35._toTop_1foxz_85 {
    display: none;
  }
  ._wrapper_1foxz_1 {
    display: flex;
    bottom: 98px;
    right: 15px;
    --btn-width: 40px;
  }
  ._btn_1foxz_35._onlineChat_1foxz_5 {
    display: flex;
    position: fixed;
    z-index: 10;
    bottom: 32px;
    right: 20px;
    width: 44px;
    height: 44px;
    background-color: var(--primary-base);
    color: var(--text-button);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
  }
  ._btn_1foxz_35._onlineChat_1foxz_5 > i {
    font-size: 24px;
  }
}
._widget_1foxz_273 ._widgetWithHangWindowCloseable_1foxz_273 {
  bottom: 406px !important;
}
._widget_1foxz_273 ._widgetWithHangWindow_1foxz_273 {
  bottom: 380px !important;
}
._widget_1foxz_273 ._widgetWithoutHangWindow_1foxz_279 {
  bottom: 254px !important;
}

@media (max-width: 767px) {
  ._widget_1foxz_273 ._widgetWithHangWindowCloseable_1foxz_273 {
    bottom: 296px !important;
  }
  ._widget_1foxz_273 ._widgetWithHangWindow_1foxz_273 {
    bottom: 280px !important;
  }
  ._widget_1foxz_273 ._widgetWithoutHangWindow_1foxz_279 {
    bottom: 180px !important;
  }
  ._hangWindowScrolling_1foxz_293 {
    right: -44px !important;
  }
}
html[dir=rtl] ._floatWrapper_1foxz_25 {
  left: 16px;
  right: auto;
}
@media (max-width: 760px) {
  html[dir=rtl] ._floatWrapper_1foxz_25 {
    position: relative;
    left: auto !important;
    right: auto !important;
    bottom: inherit !important;
  }
}
html[dir=rtl] ._hangWindow_1foxz_181 {
  left: 16px;
  right: auto;
}
@media (max-width: 767px) {
  html[dir=rtl] ._hangWindowScrolling_1foxz_293 {
    left: -44px !important;
    right: unset !important;
  }
}