* {
  transition: all .15s;
  font-family: "微软雅黑,Arial,sans-serif";
}

/* Chrome / Edge / Safari */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.no-spinner {
  -moz-appearance: textfield;
  appearance: textfield;
}

.appendSuccessItem {
  transition: none !important;
}

body {
  background-color: transparent !important;
  height: 100%;
  margin: 0;
}


.mr-5 {
  margin-right: 5px;
}


.floatBoo {
  background-color: #f0f0f0;
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.bottom-btn {
  color: #000000;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.bottom-btn.hover {
  color: #ffffff;
  background-color: #049c88;
}


div.homeCardPanel {
  flex: 1;
  display: none;
  min-height: 0;
  overflow: hidden;
  flex-direction: column;
}

.homeCardPanel.active {
  display: flex;
}

div.homeCardPanel iframe.content-iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

#scope {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  overflow: hidden;
}

:root {
  --ink: #182235;
  --muted: #738096;
  --primary: #6256e8;
  --bg: #f3f7f8;
  --surface: #fff;
  --line: #e5eaf0
}

* {
  box-sizing: border-box
}

html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  background: var(--bg) !important;
  color: var(--ink)
}

body {
  overflow: auto !important
}

#scope {
  position: relative;
  min-height: 100%;
  padding: 18px 14px 76px;
  max-width: 980px;
  margin: auto;
  display: block
}

.homeCardPanel {
  background: var(--surface);
  border-radius: 20px;
  box-shadow: 0 5px 18px #23324b12;
  overflow: hidden
}

.floatBoo {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  height: 30px;
  padding-bottom: env(safe-area-inset-bottom);
  background: #ffffffed;
  border-top: 1px solid var(--line);
  backdrop-filter: blur(15px)
}

.bottom-btn {
  height: 30px;
  font-weight: 600;
  color: var(--muted)
}

.bottom-btn.hover {
  background: #eeedff;
  color: var(--primary);
  border-radius: 14px;
  margin: 7px;
  height: 30px;
  line-height: 30px;
}

.content-iframe {
  min-height: calc(100vh - 110px) !important
}

.bottom-btn {
  padding: 0 8px !important;
  white-space: nowrap
}

.floatBoo {
  overflow: visible
}

#scope>.floatBoo {
  z-index: 1200
}

/* form controls */
.input-group {
  width: 100% !important;
  display: flex !important;
  gap: 8px !important
}

.input-group>* {
  flex: 0 0 auto !important
}

.input-group input.form-control,
.input-group textarea {
  flex: 1 1 auto !important;
  min-width: 0 !important
}

.input-group label.input-group-addon {
  width: 58px !important;
  min-width: 58px !important;
  padding: 0 8px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap
}

.input-group label.input-group-addon input {
  margin: 0 !important;
  width: 15px;
  height: 15px
}

.input-group .input-group-addon.btn {
  min-width: 58px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: visible;
  font-size: 13px
}

.form-control {
  height: 42px !important;
  border-radius: 12px !important;
  border: 1px solid #e1e6ef !important;
  box-shadow: none !important
}

.btn {
  min-height: 42px;
  border-radius: 12px !important
}

/* home navigation selected state */
.bottom-btn.hover {
  box-shadow: 0 3px 10px #6256e822
}

.floatBoo .bottom-btn {
  text-align: center
}

/* slim scrollbar */
* {
  scrollbar-width: thin;
  scrollbar-color: #c6cbd5 transparent
}

*::-webkit-scrollbar {
  width: 2px;
  height: 2px
}

*::-webkit-scrollbar-track {
  background: transparent
}

*::-webkit-scrollbar-thumb {
  background: #c6cbd5;
  border-radius: 999px
}

/* outer navigation occupies layout space so embedded page controls stay visible */
html,
body {
  height: 100%;
  overflow: hidden !important
}

#scope {
  position: relative !important;
  inset: auto !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important
}

.homeCardPanel {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: auto !important;
  display: none;
  overflow: hidden !important;
  border-radius: 0 !important
}

.homeCardPanel.active {
  display: flex !important
}

.homeCardPanel iframe.content-iframe {
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important
}

.floatBoo {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 20 !important;
  width: 100% !important;
  height: 35px !important;
  margin: 0 !important;
  padding: 0 !important
}