
  :root {
  --dex-main-color: #ffffff;
  --brand: #673CD8;
  --brand-light: #110066;
  --brand-badge: rgba(108, 79, 255, 0.16);
  --brand-card: rgba(108, 79, 255, 0.08);
  --text-primary: #ffffff;
  --text-secondary: #a6a6a6;
  --text-tertiary: #737373;
  --text-quarternary: #595959;
  --text-brand: #673CD8;
  --text-white: #ffffff;
  --text-black: #000000;
  --btn-primary-brand-text: #ffffff;
  --btn-primary-black-text: #1a1a1a;
  --btn-secondary-text: #673CD8;
  --btn-tertiary-text: #ffffff;
  --btn-quarternary-text: #ffffff;
  --btn-text-disable: rgba(255, 255, 255, 0.1);
  --btn-green-default: rgb(83, 183, 146);
  --btn-green-hover: #35bd52;
  --btn-green-press: #02591d;
  --btn-green-disable: rgba(255, 255, 255, 0.1);
  --btn-green-futures-hover: #35bd52;
  --btn-red-futures-hover: #f5795b;
  --btn-red-default: rgb(215, 97, 93);
  --btn-red-hover: #f5795b;
  --btn-red-press: #8a271b;
  --btn-red-disable: rgba(255, 255, 255, 0.1);
  --link-default: #673CD8;
  --link-hover: #8e78ff;
  --link-press: #2509b3;
  --link-disable: rgba(255, 255, 255, 0.2);
  --bg-primary1: #1a1a1a;
  --bg-primary2: #1a1a1a;
  --bg-secondary: #262626;
  --bg-tertiary1: #404040;
  --bg-tertiary2: #404040;
  --fill-card1: #262626;
  --fill-card2: rgba(255, 255, 255, 0.05);
  --fill-card: rgba(31, 29, 37, 0.8);
  --fill-modal: #262626;
  --fill-container: rgba(255, 255, 255, 0.05);
  --fill-container-hover: rgba(255, 255, 255, 0.1);
  --fill-container-mask: rgba(0, 0, 0, 0.5);
  --fill-component-mask: rgba(0, 0, 0, 0.5);
  --fill-illustration: #404040;
  --bg-input: rgba(255, 255, 255, 0.05);
  --bg-input-hover: rgba(255, 255, 255, 0.1);
  --bg-tooltip: #404040;
  --bg-mask: rgba(0, 0, 0, 0.7);
  --bg-secondary-navigation: rgba(64, 64, 64, 0.7);
  --bg-kline: #222222;
  --btn-primary-brand-default: #673CD8;
  --btn-primary-brand-hover: #8e78ff;
  --btn-primary-brand-press: #2509b3;
  --btn-primary-brand-disable: rgba(255, 255, 255, 0.1);
  --btn-primary-black-default: #ffffff;
  --btn-primary-black-hover: rgba(255, 255, 255, 0.8);
  --btn-primary-black-press: rgba(255, 255, 255, 0.7);
  --btn-primary-black-disable: rgba(255, 255, 255, 0.1);
  --btn-secondary-default: rgba(108, 79, 255, 0.16);
  --btn-secondary-hover: #17008c;
  --btn-secondary-press: #0b0040;
  --btn-secondary-disable: rgba(255, 255, 255, 0.1);
  --btn-tertiary-default: rgba(255, 255, 255, 0.1);
  --btn-tertiary-hover: rgba(255, 255, 255, 0.2);
  --btn-tertiary-press: rgba(255, 255, 255, 0.05);
  --btn-tertiary-disable: rgba(255, 255, 255, 0.1);
  --border-primary: rgba(255, 255, 255, 0.1);
  --border-primary-hover: rgba(255, 255, 255);
  --border-secondary: rgba(255, 255, 255, 0.05);
  --border-brand: #673CD8;
  --border-error: rgb(215, 97, 93);
  --green: rgb(83, 183, 146);
  --green-mid: #02591d;
  --green-light: #003113;
  --green-badge: rgba(20, 167, 57, 0.2);
  --red: rgb(215, 97, 93);
  --red-mid: #9c1f11;
  --red-light: #4f0604;
  --red-badge: rgba(233, 80, 50, 0.2);
  --orange: #fe6f00;
  --orange-mid: #ab4b00;
  --orange-light: #522400;
  --orange-badge: rgba(254, 111, 0, 0.2);
  --blue: #2d89cc;
  --blue-mid: #0c4975;
  --blue-light: #032640;
  --blue-badge: rgba(45, 137, 204, 0.1);
  --illustration-lime: #d1ff55;
  --illustration-pink: #ead2f4;
  --illustration-navy: #86cef4;
  --illustration-orange: #fe6f00;
  --illustration-earth: #7777161;
  --illustration-brown: #ad6125;
  --illustration-ocean-deep: #271c3a;
  --illustration-ocean-mint: #055753;
  --illustration-yellow: #fed500;
  --illustration-brand: #673CD8;
  --bg-liner-buy-sell: linear-gradient(180deg, rgba(38, 38, 38, 0) 0%, #262626 49.95%);
  --bg-scrollbar: #d9d9d9;
  }


html[data-theme="light"] {

  --dex-main-color: #03010D;
  --brand: #673CD8;
  --brand-light: #ece8ff;
  --brand-badge: rgba(82, 39, 255, 0.1);
  --brand-card: rgba(82, 39, 255, 0.05);
  --text-primary: #03010D;
  --text-secondary: #404040;
  --text-tertiary: #8c8c8c;
  --text-quarternary: #bfbfbf;
  --text-brand: #673CD8;
  --text-white: #ffffff;
  --text-black: #000000;
  --btn-primary-brand-text: #ffffff;
  --btn-primary-black-text: #ffffff;
  --btn-secondary-text: #673CD8;
  --btn-tertiary-text: #1a1a1a;
  --btn-quarternary-text: #1a1a1a;
  --btn-text-disable: #d9d9d9;
  --btn-green-default: rgb(83, 183, 146);
  --btn-green-hover: #35bd52;
  --btn-green-press: #02591d;
  --btn-green-disable: #f2f2f2;
  --btn-green-futures-hover: #35bd52;
  --btn-red-futures-hover: #f5795b;
  --btn-red-default: rgb(215, 97, 93);
  --btn-red-hover: #f5795b;
  --btn-red-press: #8a271b;
  --btn-red-disable: #f2f2f2;
  --link-default: #673CD8;
  --link-hover: #6c4fff;
  --link-press: #2509b3;
  --link-disable: #bfbfbf;
  --bg-primary1: #ffffff;
  --bg-primary2: #f2f2f2;
  --bg-secondary: #f2f2f2;
  --bg-tertiary1: #ffffff;
  --bg-tertiary2: #f2f2f2;
  --fill-card1: #f2f2f2;
  --fill-card2: #ffffff;
  --fill-card: #ffffff;
  --fill-modal: #ffffff;
  --fill-container: rgba(0, 0, 0, 0.05);
  --fill-container-hover: rgba(0, 0, 0, 0.05);
  --fill-container-mask: rgba(0, 0, 0, 0.3);
  --fill-component-mask: rgba(0, 0, 0, 0.3);
  --fill-illustration: #f2f2f2;
  --bg-input: #f2f2f2;
  --bg-input-hover: #d9d9d9;
  --bg-tooltip: #1a1a1a;
  --bg-mask: rgba(64, 64, 64, 0.7);
  --bg-secondary-navigation: rgba(242, 242, 242, 0.7);
  --bg-kline: #f9f9f9;
  --btn-primary-brand-default: #673CD8;
  --btn-primary-brand-hover: #6c4fff;
  --btn-primary-brand-press: #2509b3;
  --btn-primary-brand-disable: #f2f2f2;
  --btn-primary-black-default: #1a1a1a;
  --btn-primary-black-hover: #404040;
  --btn-primary-black-press: #0d0d0d;
  --btn-primary-black-disable: #f2f2f2;
  --btn-secondary-default: rgba(82, 39, 255, 0.1);
  --btn-secondary-hover: #d2c9ff;
  --btn-secondary-press: #ece8ff;
  --btn-secondary-disable: #f2f2f2;
  --btn-tertiary-default: rgba(0, 0, 0, 0.05);
  --btn-tertiary-hover: rgba(0, 0, 0, 0.1);
  --btn-tertiary-press: rgba(0, 0, 0, 0.2);
  --btn-tertiary-disable: #f2f2f2;
  --border-primary: rgba(0, 0, 0, 0.2);
  --border-primary-hover: #fff;
  --border-secondary: #f2f2f2;
  --border-brand: #673CD8;
  --border-error: rgb(215, 97, 93);
  --green: rgb(83, 183, 146);
  --green-mid: #80d68e;
  --green-light: #def2e0;
  --green-badge: rgba(20, 167, 57, 0.1);
  --red: rgb(215, 97, 93);
  --red-mid: #ffc5b0;
  --red-light: #fff5f0;
  --red-badge: rgba(233, 80, 50, 0.1);
  --orange: #fe6f00;
  --orange-mid: #fec191;
  --orange-light: #fef2ea;
  --orange-badge: rgba(254, 111, 0, 0.1);
  --blue: #2d89cc;
  --blue-mid: #b6d9f2;
  --blue-light: #e0f5ff;
  --blue-badge: rgba(45, 137, 204, 0.1);
  --illustration-lime: #d1ff55;
  --illustration-pink: #ead2f4;
  --illustration-navy: #86cef4;
  --illustration-orange: #fe6f00;
  --illustration-earth: #7777161;
  --illustration-brown: #ad6125;
  --illustration-ocean-deep: #271c3a;
  --illustration-ocean-mint: #055753;
  --illustration-yellow: #fed500;
  --illustration-brand: #673CD8;
  --bg-liner-buy-sell: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 49.95%);
  --bg-scrollbar: rbga(255, 255, 255, 0.1);
}

.eqkcanvas {
  position: absolute;
  display: block;
  margin: 0;
  border: 0;
}
.show1600 {
  display: none !important;
}
.hide1600 {
  display: block !important;
}
@media screen and (min-width: 942px) {
  .show1600 {
    display: block !important;
  }
  .hide1600 {
    display: none !important;
  }
}
.eqkmarginleft0 {
  margin-left: 0px !important;
}
.eqk {
  position: absolute;
  display: flex;
  visibility: visible;
  flex-direction: column;
  height: 100%;
  width: calc(100% - 2px);
  border-radius: 16px;
}
.eqkcontainer {
  display: flex;
  height: 100%;
  border-radius: 16px;
}
.eqktool {
  display: flex;
  flex-direction: column;
  width: 52px;
  flex-shrink: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 0px;
  border-radius: 16px;
}
.eqkchart {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  border-radius: 16px;
}
.eqkmorechart {
  width: 50%;
  height: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.eqkmorechartk {
  flex-grow: 1;
}
.eqkmorecheck {
  cursor: pointer;
  flex-shrink: 0;
}
.morek {
  position: absolute;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.tvk {
  position: absolute;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
.tvkchart {
  width: 100%;
  height: 100%;
}
.tvkchart iframe {
  border-radius: 8px;
}
.noChart {
  position: absolute;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-image: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/noChartTip-dark.png");
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
}
.eqkdrawtoolul {
  position: relative;
}
.eqkdrawtoolul li {
  position: relative;
  height: 27px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eqkdrawtoolul li svg {
  cursor: pointer;
}
.eqkdrawtoolul li svg path {
  fill: var(--text-secondary);
}
.eqkdrawtoolul li svg:hover path {
  fill: var(--text-primary);
}
.eqktool::-webkit-scrollbar {
  display: none;
}
.rightmenu {
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
}
.rightmenu .tradingview-switch {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: var(--bg-input);
  padding: 2px;
  border-radius: 8px;
}
.rightmenu .tradingview-switch span {
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  padding: 4px 8px;
  cursor: pointer;
}
.rightmenu .tradingview-switch span.tradingview-switch-active {
  color: var(--text-primary);
  background: var(--bg-tertiary1);
  border-radius: 8px;
}
.kaiguanimgsize {
  width: 26px;
  margin-right: 8px;
}
html[data-theme="dark"] .kaiguanimgsize {
  width: 26px;
  height: 16px;
  content: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-switch-dark-off.svg");
  background: none;
}
html[data-theme="light"] .kaiguanimgsize {
  width: 26px;
  height: 16px;
  content: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-switch-light-off.svg");
  background: none;
}
html[data-theme="dark"] .kaiguanimgsize.checked {
  width: 26px;
  height: 16px;
  content: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-switch-dark-on.svg");
  background: none;
}

html[data-theme="light"] .kaiguanimgsize.checked {
  width: 26px;
  height: 16px;
  content: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-switch-light-on.svg");
  background: none;
}
.eqkcanvas {
  /* border: 1px solid var(--border-primary); */
}
.eqkdrawtooltip {
  position: fixed;
  color: var(--text-primary) !important;
  background: var(--bg-tertiary1);
  box-shadow: 0px 4px 8px 0px var(--fill-container);
  border-radius: 2px;
  left: 50px;
  z-index: 2;
  height: 27px;
  line-height: 27px;
  padding: 0px 15px;
  white-space: nowrap;
  font-size: 12px;
}
.eqkdrawtooltip::before {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent var(--fill-modal) transparent transparent;
}
.k-scroll {
}
.k-scroll::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.k-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(4, 4, 4, 0);
  -webkit-box-shadow: none !important;
}
.k-scroll::-webkit-scrollbar-track {
  background-color: rgba(4, 4, 4, 0);
  -webkit-box-shadow: none !important;
}
.set-scroll {
}
.set-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.set-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(133, 137, 156, 0.6);
  -webkit-box-shadow: none !important;
}
.set-scroll::-webkit-scrollbar-track {
  background-color: rgba(133, 137, 156, 0.1);
  -webkit-box-shadow: none !important;
}
.bgcolor {
  background-color: var(--fill-card);
}
.cwkline {
  position: relative;
  display: block;
  box-sizing: border-box;
  border-radius: 16px;
}
.cwklineBorderTop {
  border-top: 2px solid var(--bg-primary2);
}
.cwklineBorderRight {
  border-right: 2px solid var(--bg-primary2);
}
.cwklineBorderLeft {
  border-left: 2px solid var(--bg-primary2);
}
.cwklineBorderBottom {
  border-bottom: 2px solid var(--bg-primary2);
}
.cwklineBorder::after {
  content: "";
  display: block;
  background: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/chartCheck.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  z-index: 0;
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 2px;
  top: 2px;
  border: 2px solid var(--brand);
  pointer-events: none;
}
.eqkmenu {
  position: relative;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.eqkmenu:hover {
  z-index: 40;
}
.eqkmenu .eqkmorebtns {
  /* width: 100%; */
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4px;
}
.eqkmenu .eqkbtn-left {
  display: inline-block;
  background-color: var(--text-secondary);
  mask: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-left.svg") no-repeat 50% 50%;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  cursor: pointer;
  margin-left: 5px;
}
.eqkmenu .eqkbtn-left:hover {
  background-color: var(--text-primary);
}
.eqkmenu .eqkbtn-right {
  display: inline-block;
  background-color: var(--text-secondary);
  mask: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-right.svg") no-repeat 50% 50%;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  cursor: pointer;
}
.eqkmenu .eqkbtn-right:hover {
  background-color: var(--text-primary);
}
.eqkmenu .eqkmenu-icon.eqkmenu-drawline {
  display: inline-block;
  background-color: var(--text-secondary);
  mask: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-drawline.svg") no-repeat 50% 50%;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  cursor: pointer;
}
.eqkdrawline:hover .eqkmenu-drawline {
  background-color: var(--text-primary);
}
.eqkmenu-item .eqkmenu-icon.eqkmenu-date {
  display: inline-block;
  background-color: var(--text-secondary);
  mask: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-tradingview-date.svg") no-repeat 50% 50%;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  cursor: pointer;
}
.eqkmenu-item:hover .eqkmenu-date {
  background-color: var(--text-primary);
}
.eqkmenu .eqkmorebtns::-webkit-scrollbar {
  display: none;
}
.eqkmenu .codeName {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  margin-right: 4px;
  color: var(--text-primary);
  text-align: left;
  padding-left: 10px;
}
.eqkmenu-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 0 8px;
}
.eqkmenu-line {
  width: 1px;
  min-width: 1px;
  height: 16px;
  background: var(--border-primary);
  margin: 0 8px;
}
.eqkmenu-item .icontip {
  position: absolute;
  background: var(--bg-tertiary1);
  padding: 4px 8px;
  border-radius: 4px;
  transform: translateX(-50%);
  white-space: nowrap;
  top: 20px;
  left: 50%;
  display: none;
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  border: 1px solid var(--border-primary);
}
.eqkmenu-item:hover .icontip {
  display: block;
}
.eqkmenu-item-order {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 0px;
}
.eqkmenu-item .eqkmenu-icon {
  width: 14px;
}
.eqkmenu-item .eqkmenu-icon.eqkmenu-zb {
  display: inline-block;
  background-color: var(--text-secondary);
  mask: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-zb.svg") no-repeat 50% 50%;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  cursor: pointer;
}
.eqkzb:hover .eqkmenu-zb {
  background-color: var(--text-primary);
}
.eqkmenu-item .eqkmenu-icon.eqkmenu-setting {
  display: inline-block;
  background-color: var(--text-secondary);
  mask: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-setting.svg") no-repeat 50% 50%;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  cursor: pointer;
}
.eqksetting:hover .eqkmenu-setting {
  background-color: var(--text-primary);
}
.eqkmenu-item .eqkmenu-icon.eqkmenu-menu {
  display: inline-block;
  background-color: var(--text-secondary);
  mask: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-menu.svg") no-repeat 50% 50%;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .eqkmoreorder:hover .eqkmenu-menu {
    background-color: var(--text-primary);
  }
}
.eqkmenu-item .eqkmenu-label {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 17px;
  white-space: nowrap;
}
.eqkbtn {
  padding: 2px 4px;
  margin-left: 8px;
  font-size: 12px;
  color: var(--text-secondary) !important;
  letter-spacing: 0;
  line-height: 12px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.eqkbtn:hover {
  color: var(--text-tertiary) !important;
  background: var(--fill-modal);
  border-radius: 2px;
}
.eqkbtnsel {
  color: var(--text-tertiary) !important;
  background: var(--fill-modal);
  border-radius: 2px;
  white-space: nowrap;
  flex-shrink: 0;
}
.eqktradingviewbtn {
  padding: 2px 4px;
  font-size: 12px;
  color: var(--text-secondary);
  letter-spacing: 0;
  line-height: 12px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.eqktradingviewbtnclose {
  font-size: 25px;
  line-height: 25px;
  color: var(--text-secondary);
}
.eqktradingviewbtnclose:hover {
  color: var(--text-primary);
}
.eqkshuline {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: var(--fill-modal);
  margin: 0px 10px;
}
.eqkicon-beK_KS0k-setStyle {
  color: var(--text-secondary);
  padding: 0;
  width: 22.5px;
  padding-top: 3px !important;
  cursor: pointer;
}
.eqkicon-beK_KS0k-fullscreen {
  transform: scale(0.8) translateX(-3px);
  display: inline-block;
  margin-left: 10px;
}
.eqkmore {
  position: relative;
  margin-left: 0px !important;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eqkmore::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 30px;
  top: 100%;
  left: 0;
}
.eqkmoreorder {
  position: relative;
}
.eqkmore .eqkmorespan {
  display: inline-block;
  background-color: var(--text-secondary);
  mask: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-arrow-down.svg") no-repeat 50% 50%;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  cursor: pointer;
  padding-bottom: 16px;
}
@media (any-hover: hover) {
  .eqkmore:hover .eqkmorespan {
    background-color: var(--text-primary);
    transform: rotate(180deg);
    transition: all 0.2s;
  }
}
.eqkmore .eqkmenu-item {
  padding: 0;
}
.intervalMore-hover .eqkmorespan {
  color: var(--text-primary) !important;
  transform: rotate(180deg);
  transition: all 0.2s;
}
.eqkmore.intervalMore-hover .eqkmoredivdiv {
  display: block !important;
}
.intervalMore-hover .eqk-more {
  display: block !important;
}

.intervalMore-hover .eqkmore {
  position: static;
}
.intervalMore-nohover .eqkmorespan {
  color: var(--text-secondary) !important;
}
.eqkmore.eqkmoreorder.intervalMore-nohover .eqkmoredivdiv,
.eqkmore.eqkmoreorder.intervalMore-nohover .eqk-more {
  display: none !important;
}
@media (any-hover: hover) {
  .eqkmore:hover .eqkmorespan {
    color: var(--text-primary);
  }
  .eqkmore:hover .eqkmoredivdiv,
  .eqkmore:hover .eqk-more,
  .eqk-more:hover {
    display: block !important;
  }
}
.eqkmoredivdiv {
  z-index: 2;
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background: var(--fill-modal);
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-primary);
}

.eqkmoredivdiv::after {
  width: 100%;
  height: 12px;
  position: absolute;
  content: "";
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
}

.eqk-more {
  z-index: 2;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  min-width: 424px;
  background: var(--fill-modal);
  border: 1px solid var(--border-primary);
  padding: 20px;
  border-radius: 12px;
  z-index: 1000;
}
.eqk-selected-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.eqk-selected-header span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: var(--dex-main-color);
}
.eqk-selected-header div {
  font-size: 12px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  cursor: pointer;
}
.eqkmorediv .tvkinterval0 {
  padding-left: 0;
  text-align: left;
}
.eqkmoredivdiv .eqkmorediv {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  align-items: flex-start;
}
.eqk-more .eqkmorediv {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 12px 8px;
  align-items: flex-start;
}
.eqk-more .eqk-selected-header {
  padding: 2px 0;
  margin-bottom: 16px;
}
.eqk-more .eqk-selected-header .eqk-operations {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.eqk-more .eqk-selected-header .eqk-icon-reset {
  padding: 4px 16px;
  border-radius: 4px;
  background: var(--btn-tertiary-default);
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-right: 12px;
  display: none;
}
.eqk-more .eqk-selected-header .eqk-icon-edit {
  padding: 4px 16px;
  border-radius: 4px;
  background: var(--btn-tertiary-default);
  color: var(--text-primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.eqk-more .eqk-selected-header .eqk-icon-save {
  padding: 4px 16px;
  border-radius: 4px;
  background: var(--btn-primary-black-default);
  color: var(--btn-primary-black-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.eqk-more .eqk-selected-header .eqk-edit-disabled {
  background: var(--btn-primary-black-disable);
  color: var(--btn-text-disable);
  pointer-events: none;
  cursor: not-allowed;
}
.eqk-more .eqkmorediv .eqkmorebtn {
  border: 1px solid var(--border-primary);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  color: var(--text-primary);
  cursor: pointer;
  position: relative;
  width: auto;
}
.eqk-more .eqkmorediv .eqkmorebtn:hover {
  border: 1px solid var(--text-primary);
}
.eqk-more .eqkmorediv .eqkmorediv-selected {
  border: 1px solid var(--text-primary);
}
.eqk-more .eqkmorediv-edit .eqkmorebtn::before {
  position: absolute;
  content: "";
  right: 1px;
  bottom: 1px;
  width: 10px;
  height: 10px;
  background-color: var(--bg-primary1);
  mask: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-checked.svg") no-repeat 50% 50%;
  z-index: 2;
}
.eqk-more .eqkmorediv-edit .eqkmorebtn::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 13px;
  height: 12px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 6px;
  background: var(--border-primary);
  z-index: 1;
}
.eqk-more .eqkmorediv-edit .eqkmorebtn:hover::before,
.eqk-more .eqkmorediv-edit .eqkmorediv-selected::before {
  position: absolute;
  content: "";
  right: 1px;
  bottom: 1px;
  width: 10px;
  height: 10px;
  background-color: var(--bg-primary1);
  mask: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-checked.svg") no-repeat 50% 50%;
  z-index: 2;
}
.eqk-more .eqkmorediv-edit .eqkmorebtn:hover::after,
.eqk-more .eqkmorediv-edit .eqkmorediv-selected::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 13px;
  height: 12px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 6px;
  background: var(--text-primary);
  z-index: 1;
}
@media (max-width: 780px) {
  .eqk-more {
    top: 36px;
    padding: 8px;
    min-width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
  .eqk-more .eqkmorediv {
    grid-template-columns: 1fr 1fr 1fr;
    max-height: 100%;
  }
  .eqkmore.eqkmoreorder.intervalMore-nohover .eqkmoredivdiv {
    display: none !important;
  }
  .intervalMore-hover .eqkmoredivdiv {
    left: -40px;
  }
}
.eqkmoredivdiv2 {
  z-index: 2;
  position: absolute;
  left: calc(100% + 4px);
  top: calc(100% - 48px);
  display: none;
  background: var(--fill-modal);
  border: 1px solid var(--border-primary);
  padding: 8px;
  border-radius: 8px;
}
.eqkmoredivdiv2::before {
  width: 21px;
  height: 100%;
  background: transparent;
  position: absolute;
  left: -20px;
  top: 0px;
  content: "";
}
@media screen and (max-width: 1280px) {
  .eqkmoredivdiv2 {
    z-index: 2;
    position: absolute;
    left: calc(100% + 4px);
    top: calc(100% - 48px);
    display: none;
    background: var(--fill-modal);
    border: 1px solid var(--border-primary);
    padding: 8px;
    border-radius: 8px;
  }
  .eqkmoredivdiv2::before {
    width: 21px;
    height: 100%;
    background: transparent;
    position: absolute;
    left: 100%;
    top: 0px;
    content: "";
  }
}
.eqkmorediv {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  align-items: flex-start;
}
.eqkmorebtn {
  word-break: keep-all;
  line-height: 20px;
  font-size: 12px;
  color: var(--text-tertiary);
  padding: 4px 8px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 700;
}
.eqkmorebtn:hover {
  color: var(--text-primary);
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
.eqkmorebtn:not(:last-child) {
  margin-right: 4px;
}
.eqkmorebtn-temp {
  margin-left: 4px;
}
.eqkmorediv .eqkmorebtn {
  line-height: auto;
  margin-right: 0px;
  width: 100%;
}
.eqkmorediv .eqkmorebtn:last-child {
  margin-bottom: 0px;
}
.eqkmorebtnsel {
  color: var(--text-primary);
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
.eqkorderlistitem {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 12px;
  border-radius: 8px;
}
.eqkorderlistitem:hover {
  background: var(--fill-container);
}
.eqkorderlistitem:hover .eqkmoredivdiv2 {
  display: block;
}
.eqkorderlistitem:last-child {
  margin-bottom: 0px;
}
.eqkorderlistitem .eqkorderlistitemimg {
  width: 16px;
  margin-right: 8px;
}
.eqkorderlistitem .eqkorderlistitemlabel {
  word-break: keep-all;
  line-height: 16px;
  font-size: 12px;
  color: var(--text-primary);
  padding: 0px;
  white-space: nowrap;
  font-weight: 500;
}
.eqkorderlistitem .icon-eqkorderlistitem {
  display: inline-block;
  background-color: var(--text-primary);
  mask: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-right.svg") no-repeat 50% 50%;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  margin-left: 4px;
}
.eqkorderlistitem .eqkorderlistitemlabelsel {
  color: var(--text-primary);
}
.eqkktip {
  position: absolute;
  padding: 5px;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.eqkktip div {
  margin-right: 10px;
  color: var(--text-secondary);
  display: block;
  font-size: 12px;
}
.eqkktip .tipitem {
  display: flex;
  padding-bottom: 10px;
  height: 15px;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 15px;
  flex-wrap: wrap;
}
.eqkktip .tipitem .tipitemitem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 5px;
}
.sdtip {
  position: absolute;
  padding: 5px;
  display: none;
  flex-direction: column;
  z-index: 2;
  border-radius: 8px;
  background: var(--fill-modal);
  border-radius: 4px;
  border: 1px solid var(--border-primary);
  font-size: 12px;
  font-weight: 400;
  color: var(--text-primary);
  line-height: 15px;
}
.sdtip .sdtipprice {
  display: block;
  padding-bottom: 4px;
}
.sdtip .sdtipvol {
  display: block;
}
.eqkset {
  width: 685px;
  height: 382px;
  background: var(--fill-modal);
  border-radius: 16px;
  z-index: 45;
  position: absolute;
  left: calc(50% - 360px);
  top: calc(50% - 191px - 25px);
  display: none;
  box-sizing: border-box;
  flex-direction: column;
  color: var(--text-primary);
  padding: 22px 24px;
  box-shadow: 0px 4px 8px 0px var(--fill-container-mask);
}
.eqkseth5 {
  width: 90%;
  left: 5%;
}
.eqkset-div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
}
.eqkset-head {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  margin-bottom: 13px;
  align-items: start;
}
.eqkset-head-title {
  user-select: none;
  height: 28px;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 28px;
}
.eqkset-head-closebtn {
  cursor: pointer;
  width: 20px;
}
.eqkset-menu {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 1px solid rgba(133, 137, 156, 0.1);
  padding-bottom: 9px;
}
.eqkset-menu-btn {
  cursor: pointer;
  margin-right: 20px;
  height: 22px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 22px;
}
.eqkset-menu-btn:hover {
  color: var(--text-primary) !important;
}
.eqkset-menu-btn-sel {
  color: var(--text-primary) !important;
}
.eqkset-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
}
.eqkset-zbdiv {
  display: flex;
  flex-grow: 1;
  overflow-x: auto;
  margin-left: -24px;
}
.eqkset-zbnameul {
  overflow-y: auto;
  width: 194px;
  flex-shrink: 0;
}
.eqkset-zbnameul-h5 {
  width: 120px;
}
.eqkset-zbnamelititle {
  min-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 20px;
  margin-top: 16px;
  padding-left: 24px;
}
.eqkset-zbnameli {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary);
  line-height: 20px;
  padding: 3px 0px 3px 24px;
  cursor: pointer;
  position: relative;
}
.eqkset-zbnameli-go {
  height: 8px;
  position: absolute;
  right: 24px;
  top: calc(50% - 4px);
}
.eqkset-zbnameli:hover {
  background: rgba(133, 137, 156, 0.1);
}
.eqkset-zbnamelisel {
  background: rgba(133, 137, 156, 0.1);
}
.eqkset-zbedit {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  justify-content: space-between;
  overflow-y: auto;
  overflow-x: hidden;
  width: 463px;
  flex-shrink: 0;
}
.eqkset-zbtop {
  padding-left: 25px;
  padding-top: 10px;
  margin-bottom: 60px;
  overflow-y: auto;
  overflow-x: hidden;
}
.eqkset-zbtopitem {
  display: flex;
  flex-direction: column;
}
.eqkset-zblidiv {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
}
.eqkset-zbcheckboxinput {
  cursor: pointer;
  width: 16px;
}
.eqkset-zblabelspan {
  display: block;
  width: 120px;
  user-select: none;
  margin-left: 10px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary);
  line-height: 20px;
}
.eqkset-zblabelinput {
  margin-right: 10px;
  padding-left: 16px;
  border: none;
  outline: none;
  box-sizing: border-box;
  width: 120px;
  height: 32px;
  line-height: 32px;
  background: rgba(133, 137, 156, 0.1);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary);
}
.eqkset-thickness {
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.eqkset-thickness .eqkset-thickness-label {
  width: 120px;
  height: 32px;
  line-height: 32px;
  background: rgba(133, 137, 156, 0.1);
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.eqkset-thickness-label-line {
  width: 64px;
  height: 1px;
  margin-left: 16px;
  background: var(--text-tertiary);
}
.eqkset-thickness-label-arrow {
  right: 16px;
  top: calc(50% - 2px);
  height: 4px;
  position: absolute;
}
.eqkset-thickness .eqkset-thickness-ul {
  width: 120px;
  height: 100px;
  background: var(--fill-modal);
  border-radius: 4px;
  border: 1px solid var(--border-primary);
  position: absolute;
  z-index: 1;
  margin-top: 4px;
  display: none;
}
.eqkset-thickness .eqkset-thickness-ul::before {
  width: 120px;
  height: 5px;
  background: transparent;
  position: absolute;
  top: -5px;
  left: 0px;
  content: "";
}
.eqkset-thickness:hover .eqkset-thickness-ul {
}
.eqkset-thickness:hover .eqkset-thickness-label {
  background: rgba(133, 137, 156, 0.1);
  border-radius: 4px;
  border: 2px solid rgba(119, 81, 255, 0.2);
}
.eqkset-thickness .eqkset-thickness-ul .eqkset-thickness-li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  cursor: pointer;
}
.eqkset-thickness .eqkset-thickness-ul .eqkset-thickness-li:first-child {
  margin-top: 10px;
}
.eqkset-thickness .eqkset-thickness-ul .eqkset-thickness-li .eqkset-thickness-li-line {
  width: 88px;
  height: 1px;
  background: var(--border-primary);
}
.eqkset-thickness .eqkset-thickness-ul .eqkset-thickness-li:hover .eqkset-thickness-li-line {
  opacity: 1;
}
.eqkset-thickness .eqkset-thickness-ul .eqkset-thickness-li .eqkset-thickness-li-line-sel {
  opacity: 1;
}
.eqkset-zbcolorborder {
  width: 32px;
  height: 32px;
  background: rgba(133, 137, 156, 0.1);
  border-radius: 4px;
  cursor: pointer;
  padding: 4px;
  box-sizing: border-box;
  position: relative;
}
.eqkset-zbcolorborder-sel,
.eqkset-zbcolorborder:hover {
  background: rgba(133, 137, 156, 0.1);
  border-radius: 4px;
  border: 2px solid rgba(119, 81, 255, 0.2);
  padding: 2px;
}
.eqkset-zbcolor {
  width: 24px;
  height: 24px;
  background: var(--blue);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.eqkset-zbcolor-pick {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 2px;
}
.eqkset-zbspanleft {
  text-align: left;
}
.eqkset-zbbottom {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: absolute;
  bottom: 2px;
  transform: translateX(-50%);
  left: 50%;
}
.eqkset-zbbottomcancle {
  cursor: pointer;
  width: 196px;
  height: 44px;
  background: rgba(133, 137, 156, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--brand);
  line-height: 44px;
  margin-right: 10px;
}
.eqkset-zbbottomcancle:hover {
  opacity: 0.9;
}
.eqkset-zbbottomok {
  cursor: pointer;
  width: 226px;
  height: 44px;
  background: var(--brand);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-white);
  line-height: 44px;
}
.eqkset-zbbottomok:hover {
  opacity: 0.9;
}
.eqkset-lazhutu-div {
  display: flex;
  margin-top: 16px;
}
.eqkset-lazhutu-div-item {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 50%;
}
.eqkset-lazhutu-div-itemdiv {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  cursor: pointer;
}
.eqkset-lazhutu-div-itemname {
  user-select: none;
  margin-left: 10px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-primary);
  line-height: 20px;
}
.historyOrder {
  position: relative;
  z-index: 4;
}
.historyOrder .historyOrderItem {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -100%);
}
.historyOrder .historyOrderItem2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%);
}
.historyOrder .historyOrderItem .historyOrderInfo {
  display: none;
  flex-direction: column;
  background-color: var(--red);
  border-radius: 12px;
  padding: 10px;
  position: absolute;
}
.historyOrder .historyOrderItem .historyOrderInfoUp {
  top: 34px;
}
.historyOrder .historyOrderItem .historyOrderInfoDown {
  transform: translateY(-100%);
}
.historyOrder .historyOrderItem .historyOrderInfoGreen {
  background-color: var(--green);
}
.historyOrder .historyOrderItem .historyOrderInfoRed {
  background-color: var(--red);
}
.historyOrder .historyOrderItem:hover {
  z-index: 40;
}
.historyOrder .historyOrderItem:hover .historyOrderInfo {
  display: flex;
  align-items: flex-start;
  user-select: none;
}
.historyOrder .historyOrderItem .historyOrderInfo .historyOrderInfoItem {
  color: var(--text-primary);
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.historyOrder .historyOrderItem .historyOrderInfo .historyOrderInfoItem:last-child {
  margin-bottom: 0px;
}
.historyOrder .historyOrderItem .historyOrderInfo .historyOrderInfoItem .takedic {
  margin-right: 16px;
}
.historyOrder .historyOrderItem .historyOrderInfo .historyOrderInfoItemMore {
  margin-top: 12px;
  color: var(--text-primary);
  line-height: 16px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.historyOrder .historyOrderItem .historyOrderInfo .historyOrderInfoItemPoint {
  margin-top: 0px;
  color: var(--text-primary);
  line-height: 16px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}
.historyOrder .historyOrderItem .historyOrderNum {
  display: flex;
  align-items: center;
  justify-content: center;
}
.historyOrder .historyOrderItem .historyOrderNum .historyOrderUpIcon {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: var(--red);
  margin: 5px;
}
.historyOrder .historyOrderItem .historyOrderNum .historyOrderUpIcon::before {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 5px 3px 5px 3px;
  border-color: var(--red) transparent transparent transparent;
}
.historyOrder .historyOrderItem .historyOrderNum .historyOrderIcon {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: var(--green);
  margin: 5px;
  position: relative;
}
.historyOrder .historyOrderItem .historyOrderNum .historyOrderIcon::before {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 5px 3px 5px 3px;
  border-color: transparent transparent var(--green) transparent;
}
.historyOrder .historyOrderItem .historyOrderNum .historyOrderTxt {
  color: var(--text-white);
  position: absolute;
  user-select: none;
}
.setPrice {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  border-radius: 5px;
  background-color: var(--fill-modal);
  display: none;
  flex-direction: column;
  padding: 20px;
  z-index: 9;
}
.setPrice .setPriceItem {
  display: flex;
  height: 50px;
  justify-content: space-between;
  background-color: var(--fill-modal);
  margin-bottom: 20px;
  border-radius: 5px;
}
.setPrice .setPriceItem .setPriceItemLeft {
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--text-primary);
  padding-left: 10px;
}
.setPrice .setPriceItem .setPriceItemRight {
  display: flex;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  width: 160px;
  padding-right: 10px;
}
.setPrice .setPriceItem .setPriceItemRight .setPriceItemRightNum {
  color: var(--text-primary);
}
.setPrice .setPriceItem .setPriceItemRight .setPriceItemRightPrice {
  color: var(--text-primary);
}
.setPrice .setPriceItem .setPriceItemBtn {
  border-radius: 5px;
  background-color: var(--fill-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-primary);
  font-size: 14px;
  width: 48%;
}
.setPrice .setPriceItem .setPriceItemBtnOk {
  border-radius: 5px;
  background-color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-primary);
  font-size: 14px;
}
.setPrice .setBtnItem {
  margin-bottom: 0px;
  background-color: transparent;
}

/* CW-18518【任务-Web】K线前往日期 */
.eqk .calendar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 472px;
  padding: 24px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-primary);
  background: var(--fill-card1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.eqk .calendar .calendar-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.eqk .calendar .calendar-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 224px;
}

.eqk .calendar .calendar-date .calendar-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 28px;
  margin-bottom: 16px;
  color: var(--text-primary);
}
.eqk .calendar .calendar-date .calendar-header .icon-year {
  width: 9px;
  height: 10px;
  cursor: pointer;
}

.eqk .calendar .calendar-date .calendar-header .icon-month {
  width: 6px;
  height: 10px;
  cursor: pointer;
}

.eqk .calendar .calendar-date .calendar-header div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.eqk .calendar .calendar-date .calendar-header div:first-child img:first-child {
  margin-right: 16px;
}
.eqk .calendar .calendar-date .calendar-header div:last-child img:last-child {
  margin-left: 16px;
}

.eqk .calendar .calendar-date .calendar-week {
  width: 100%;
  color: var(--text-primary);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 8px;
}
.eqk .calendar .calendar-date .calendar-day {
  width: 100%;
  color: var(--text-primary);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 8px;
}
.eqk .calendar .calendar-date .calendar-week span,
.eqk .calendar .calendar-date .calendar-day span {
  display: inline-block;
  text-align: center;
  height: 28px;
  line-height: 28px;
}
.eqk .calendar .calendar-date .calendar-day span {
  cursor: pointer;
}
.eqk .calendar .calendar-date .calendar-day span.not-current-month {
  color: var(--text-tertiary);
  cursor: pointer;
}
.eqk .calendar .calendar-date .calendar-day span.out-of-date {
  color: var(--text-tertiary);
  cursor: not-allowed;
  pointer-events: none;
}
.eqk .calendar .calendar-date .calendar-day span.active-date {
  border-radius: 4px;
  background: var(--brand);
  color: var(--text-white);
}
.eqk .calendar .calendar-time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 168px;
}
.eqk .calendar .calendar-time .calendar-time-header {
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 16px;
}
.eqk .calendar .calendar-time .calendar-times {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2px;
}
.eqk .calendar .calendar-time .calendar-times div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-height: 244px;
  overflow-y: auto;
}

.eqk .calendar .calendar-time .calendar-times div span {
  display: inline-block;
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.eqk .calendar .calendar-time .calendar-times div span:not(:last-child) {
  margin-bottom: 8px;
}
.eqk .calendar .calendar-time .calendar-times div span.active-time {
  border-radius: 4px;
  background: var(--brand);
  color: var(--text-white);
}

.eqk .calendar .calendar-operation {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.eqk .calendar .calendar-operation span {
  cursor: pointer;
  color: var(--text-tertiary);
}

.eqk .calendar .calendar-operation button {
  cursor: pointer;
  color: var(--text-white);
  padding: 4px 16px;
  background: var(--btn-primary-brand-default);
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  border: none;
}
.eqk .calendar .calendar-operation button:hover {
  background: var(--btn-primary-brand-hover);
}
.eqk .calendar .calendar-operation button:active {
  background: var(--btn-primary-brand-active);
}
html[data-theme="dark"] .eqkorderlistitemimg {
  width: 16px;
  height: 16px;
  content: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-checkbox-uncheck-dark.svg");
  background: none;
}
html[data-theme="dark"] .eqkorderlistitemimg:hover {
  width: 16px;
  height: 16px;
  content: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-checkbox-uncheck-dark-hover.svg");
  background: none;
}
html[data-theme="dark"] .eqkorderlistitemimg.checked {
  width: 16px;
  height: 16px;
  content: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-checkbox-checked-dark.svg");
  background: none;
}
html[data-theme="dark"] .eqkorderlistitemimg.checked:hover {
  width: 16px;
  height: 16px;
  content: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-checkbox-checked-dark-hover.svg");
  background: none;
}

html[data-theme="light"] .eqkorderlistitemimg {
  width: 16px;
  height: 16px;
  content: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-checkbox-uncheck-light.svg");
  background: none;
}
html[data-theme="light"] .eqkorderlistitemimg:hover {
  width: 16px;
  height: 16px;
  content: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-checkbox-uncheck-light-hover.svg");
  background: none;
}
html[data-theme="light"] .eqkorderlistitemimg.checked {
  width: 16px;
  height: 16px;
  content: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-checkbox-checked-light.svg");
  background: none;
}
html[data-theme="light"] .eqkorderlistitemimg.checked:hover {
  width: 16px;
  height: 16px;
  content: url("https://hkprod.hkoss8976.com/tomato/static/kline/img/icon-checkbox-checked-light-hover.svg");
  background: none;
}

.chart-small .rightmenu {
  display: none;
}

.kline-loading {
  position: relative;
}
.kline-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border-radius: 16px;
  background: linear-gradient(90deg, var(--fill-card) 25%, var(--fill-card1) 37%, var(--fill-card) 63%);
  background-size: 400% 100%;
  animation: kline-skeleton-loading 1.4s ease infinite;
}
@keyframes kline-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}

@media (max-width: 600px) {
  .eqkset-zbbottomcancle,
  .eqkset-zbbottomok {
    width: 100px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  .eqkset-zbedit {
    width: auto;
  }
  .eqkset-zbtop {
    padding-left: 8px;
    padding-top: 8px;
  }
  .eqkset {
    padding: 12px;
  }
  .eqkseth5 {
    width: 96%;
    left: 2%;
  }
  .eqkset-zbnameul-h5 {
    width: 110px;
  }
  .eqkset-zblabelspan {
    width: 70px;
    font-size: 12px;
  }
  .eqkset-zblabelinput {
    margin-right: 8px;
    padding-left: 8px;
    width: 50px;
    font-size: 12px;
  }
  .eqkset-thickness .eqkset-thickness-label {
    width: 50px;
  }
  .eqkset-thickness-label-line {
    width: 20px;
    background: var(--text-tertiary);
    margin-left: 8px;
  }
  .eqkset-thickness-label-arrow {
    right: 8px;
  }
  .eqkset-thickness .eqkset-thickness-ul {
    width: 50px;
    background: var(--fill-modal);
    border: 1px solid var(--border-primary);
  }
  .eqkset-thickness .eqkset-thickness-ul .eqkset-thickness-li .eqkset-thickness-li-line {
    width: 32px;
    background: var(--border-primary);
    opacity: 1;
  }
  .eqkset-zbnameli {
    font-size: 12px;
  }
}
