.five-day-chart[data-v-5d531520] {
  width: 100px;
  height: 40px;
  display: inline-block;
  stroke: var(--default-font-color);
}

.market-indices[data-v-4ee1a644] {
  position: relative;
}
.market-indices:hover dl[data-v-4ee1a644] {
  animation-play-state: paused;
}
@keyframes slideInOut-4ee1a644 {
0% {
    opacity: 0;
    z-index: 1;
}
3% {
    opacity: 0;
    z-index: 1;
}
10% {
    opacity: 1;
    z-index: 100;
}
50% {
    opacity: 1;
    z-index: 100;
}
60% {
    opacity: 0;
    z-index: 1;
}
75% {
    opacity: 0;
    z-index: 1;
}
100% {
    opacity: 0;
    z-index: 1;
}
}
dl.market-item[data-v-4ee1a644] {
  display: block;
  position: absolute;
  overflow: hidden;
  flex: 1;
  height: 40px;
  margin: 0;
  line-height: 20px;
  white-space: nowrap;
}
dl.market-item > dt[data-v-4ee1a644] {
  float: left;
  margin-top: 10px;
}
dl.market-item > dt img[data-v-4ee1a644] {
  vertical-align: middle;
}
.indice-item[data-v-4ee1a644] {
  cursor: pointer;
  display: inline-block;
  margin: 0px;
}
.indice-item dt[data-v-4ee1a644] {
  color: var(--default-font-color);
}
.indice-item dd[data-v-4ee1a644] {
  display: block;
}
.indice-item .dayfivechart[data-v-4ee1a644] {
  float: right;
}
.indice-item .priceChange[data-v-4ee1a644] {
  margin-left: 5px;
}
dl dt[data-v-4ee1a644]:nth-child(1):hover {
  cursor: pointer;
}
dt[data-v-4ee1a644],
dd[data-v-4ee1a644] {
  display: inline-block;
  margin: 0;
  font-size: 12px;
}
dt[data-v-4ee1a644] {
  margin-right: 10px;
}
dd[data-v-4ee1a644] {
  margin-right: 25px;
  cursor: pointer;
}
dd[data-v-4ee1a644]:hover {
  text-decoration: underline;
}
img[data-v-4ee1a644] {
  vertical-align: middle;
  width: 20px;
  height: 13px;
  margin-right: 6px;
  margin-left: 4px;
}
.market-indices[data-v-4ee1a644] {
  position: relative;
  left: 0;
  top: 0;
  flex: 1;
  padding: 0 10px;
}
.market-indices dl[data-v-4ee1a644]:nth-child(2) {
  animation-delay: 10s;
}
.market-icons[data-v-4ee1a644] {
  position: fixed;
  left: 15px;
  bottom: 30px;
  width: 80px;
  height: 90px;
  background-color: var(--light-grey);
}
.market-icons a[data-v-4ee1a644] {
  padding-left: 10px;
  display: block;
  width: 80px;
  height: 30px;
  cursor: pointer;
}
.market-icons a[data-v-4ee1a644]:hover {
  background-color: var(--light-grey);
}
.chosen[data-v-4ee1a644] {
  color: var(--active-color);
}
.chosen[data-v-4ee1a644]:hover {
  color: var(--active-color);
}
.enableAnimation[data-v-4ee1a644] {
  opacity: 0;
  animation: slideInOut-4ee1a644 20s linear infinite 0s;
}
.disableAnimation[data-v-4ee1a644] {
  animation: none;
  opacity: 1;
}
.indice-name[data-v-4ee1a644] {
  color: #838d9e;
}
.indice-price-change[data-v-4ee1a644] {
  margin-right: 4px;
}
.index-indice-link[data-v-4ee1a644] {
  display: block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  color: #aaaaaa;
}
.index-indice-link[data-v-4ee1a644]:hover {
  color: #eeeeee;
}
.index-indice[data-v-4ee1a644] {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -7px;
  height: 16px;
}

/*
 * Variables here for theme styling
 */
.market-status[data-v-5351dfc9] {
  display: flex;
  align-items: center;
  color: #838D9E;
  -webkit-user-select: none;
          user-select: none;
  padding-left: 10px;
}
.market-status .time-zone[data-v-5351dfc9] {
  display: flex;
  align-items: center;
  margin-right: 15px;
  cursor: pointer;
}
.market-status .time-zone .zone[data-v-5351dfc9] {
  margin-left: 10px;
}
.market-status .market[data-v-5351dfc9] {
  display: flex;
  align-items: center;
}
.market-status .market .status[data-v-5351dfc9] {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.market-status .market .status-text[data-v-5351dfc9] {
  margin-left: 5px;
}

/*
 * Variables here for theme styling
 */
.customer-service[data-v-49060136] {
  display: flex;
  margin: 0 0 0 10px;
  line-height: 20px;
  align-items: center;
}
.help[data-v-49060136] {
  display: flex;
  align-items: center;
  transition: color 200ms linear;
  cursor: pointer;
  color: #838D9E;
}
.help[data-v-49060136]:hover {
  color: var(--active-color);
}
.help:hover .service-icon[data-v-49060136] {
  color: var(--active-color);
  transition: color 200ms linear;
}
.help .service-text[data-v-49060136] {
  position: relative;
  margin-left: 3px;
}
.help .service-text.unread[data-v-49060136]:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  right: -2px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #FF4A4A;
}
.help .service-icon[data-v-49060136] {
  display: inline-block;
  width: 15px;
  height: 15px;
  color: #838D9E;
}
.help .service-icon.unread[data-v-49060136] {
  position: relative;
}
.help .service-icon.unread[data-v-49060136]:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  top: -1px;
  right: -1px;
  background: #FF4A4A;
}
.help .service-icon .icon[data-v-49060136] {
  display: block;
}
em[data-v-49060136] {
  font-style: normal;
  color: var(--active-color);
}

/*
 * Variables here for theme styling
 */
.status-bar[data-v-1a41d380] {
  position: relative;
  height: 40px;
  padding: 0 10px;
  line-height: 30px;
  background-color: var(--bg-block);
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  z-index: 1;
}

.badges[data-v-fa77fe50] {
  display: flex;
  align-items: center;
}
.badges img[data-v-fa77fe50] {
  margin-right: 5px;
}
.badges img[data-v-fa77fe50]:last-child {
  margin-right: 0;
}
.long-short-content span[data-v-fa77fe50] {
  display: block;
  font-size: 12px;
}

.mod-stock-view-longshort-tooltip div.tip {
  display: flex;
  justify-content: space-between;
}
.mod-stock-view-longshort-tooltip span {
  margin-right: 30px;
}

/*
 * Variables here for theme styling
 */
.stock-name-introduce[data-v-3ae7d268] .tt-modal-title {
  color: var(--active-color);
}
.stock-name-introduce[data-v-3ae7d268] .tt-modal-body {
  white-space: normal;
  text-align: justify;
  color: #838D9E;
  font-size: 12px;
}

.company-name[data-v-2de3ba50] {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  margin-right: 5px;
}
.no-intro[data-v-2de3ba50] {
  cursor: default;
}
.option[data-v-2de3ba50] {
  cursor: default;
}
.help[data-v-2de3ba50] {
  vertical-align: -2px;
  width: 12px;
  cursor: pointer;
}
.intro[data-v-2de3ba50] {
  vertical-align: 1px;
}

/*
 * Variables here for theme styling
 */
.stock-view-head {
  width: 320px;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
}
.stock-view-head .head-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stock-view-head .short-info {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
}
.stock-view-head .short-info .latest-price {
  margin-right: 3px;
}
.stock-view-head .metric-header {
  display: flex;
  font-size: 12px;
  padding: 10px 10px 7px;
  justify-content: space-between;
}
.stock-view-head .metric-header > span {
  color: var(--default-font-color);
}
.stock-view-head .metric-header .toggle {
  cursor: pointer;
  color: #838d9e;
  -webkit-user-select: none;
          user-select: none;
}
.stock-view-head .option-kchart {
  height: 180px;
  border-top: 1px solid var(--special-color);
}
.stock-view-head section {
  margin-top: 20px;
  text-align: center;
}
.stock-view-head .attribute {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.stock-view-head .attribute:nth-of-type(2n + 1) {
  padding-right: 5px;
}
.stock-view-head .attribute:nth-of-type(2n) {
  padding-left: 5px;
}
.stock-head-container .attribute.earningsDate {
  justify-content: flex-start;
  font-size: 14px;
}

/*
 * Variables here for theme styling
 */
.attribute[data-v-32987822] {
  display: inline-block;
  font-size: 14px;
}
.name[data-v-32987822] {
  color: #838D9E;
}
.red[data-v-32987822] {
  color: var(--red);
}
.white[data-v-32987822] {
  color: var(--default-font-color);
}
.green[data-v-32987822] {
  color: var(--green);
}
.yellow[data-v-32987822] {
  color: var(--active-color);
}

.ohlc[data-v-6b12709a] {
  padding: 0px 10px 10px 10px;
  background-color: var(--bg-block);
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--special-color);
  box-sizing: border-box;
}
.ohlc > p[data-v-6b12709a] {
  margin: 0;
  line-height: 1;
}
.ohlc .attribute[data-v-6b12709a] {
  width: 50%;
  flex-shrink: 0;
  box-sizing: border-box;
  text-align: left;
  line-height: 20px;
}
.ohlc .bars-container[data-v-6b12709a] {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.ohlc .bars-container .arrow-bar-container[data-v-6b12709a] {
  margin-top: 35px;
}

.stock-detail[data-v-fb6f750c] {
  padding: 0 10px 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stock-detail > span[data-v-fb6f750c] {
  display: inline-block;
  width: 45.5%;
  display: flex;
  justify-content: space-between;
}
.stock-detail > span .value[data-v-fb6f750c] {
  line-height: 1.7;
  font-size: 12px;
}

.metric-header[data-v-ae120828] {
  display: flex;
  font-size: 12px;
  padding: 10px 10px 7px;
  justify-content: space-between;
}
.metric-header .help[data-v-ae120828] {
  width: 12px;
  vertical-align: -3px;
  cursor: pointer;
}
.metric-header > span[data-v-ae120828] {
  color: var(--default-font-color);
}
.metric-header .toggle[data-v-ae120828] {
  cursor: pointer;
  color: #838d9e;
  -webkit-user-select: none;
          user-select: none;
}
.metric-header .toggle svg[data-v-ae120828] {
  width: 10px;
  height: 6px;
}

/*
 * Variables here for theme styling
 */
.buy-sell-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.buy-sell-button .buy {
  position: relative;
  width: 100px;
  margin-right: 20px;
}
.buy-sell-button .buy:not(:disabled) {
  background-color: #FF6825;
}
.buy-sell-button .buy:not(:disabled):hover,
.buy-sell-button .buy:not(:disabled):focus,
.buy-sell-button .buy:not(:disabled):active {
  background-color: #FF6825;
  opacity: 0.8;
}
.buy-sell-button .sell {
  position: relative;
  width: 100px;
}
.buy-sell-button .sell:not(:disabled) {
  background-color: #218DF2;
}
.buy-sell-button .sell:not(:disabled):hover,
.buy-sell-button .sell:not(:disabled):focus,
.buy-sell-button .sell:not(:disabled):active {
  background-color: #218DF2;
  opacity: 0.8;
}

.not-trade-warning[data-v-6c3f52cf] {
  margin-top: 10px;
  text-align: center;
}
.not-trade-warning[data-v-6c3f52cf] a {
  color: #218df2;
}

/*
 * Variables here for theme styling
 */
.buy-sell-cell[data-v-bcb8d592] {
  padding: 0 10px 10px;
}
.market-status[data-v-bcb8d592] {
  color: var(--sub-text-color);
}
.virtual-alert[data-v-bcb8d592] {
  margin-top: 10px;
  color: var(--active-color);
}
.virtual-alert a[data-v-bcb8d592] {
  color: #218DF2;
  cursor: pointer;
}

/*
 * Variables here for theme styling
 */
.sidedaychart-crosshair[data-v-f8d4f9ec] {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  background-color: var(--chart-color);
  display: flex;
  flex-direction: column;
  padding: 5px;
  text-align: left;
  flex-grow: 0;
  top: 0;
  margin: 0;
}
.sidedaychart-crosshair label[data-v-f8d4f9ec] {
  color: var(--default-font-color);
}
.sidedaychart-crosshair li[data-v-f8d4f9ec] {
  display: flex;
  margin: 0;
  padding: 0;
  height: 18px;
  line-height: 18px;
  justify-content: space-between;
  font-size: 12px;
}
.sidedaychart-crosshair li > span[data-v-f8d4f9ec] {
  margin-left: 10px;
}
.left[data-v-f8d4f9ec] {
  left: 0;
}
.right[data-v-f8d4f9ec] {
  right: 0;
}

/*
 * Variables here for theme styling
 */
.side-day-chart[data-v-6dbc7d3f] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-block);
}
.side-day-chart .chart[data-v-6dbc7d3f] {
  height: 100%;
}

/*
 * Variables here for theme styling
 */
.option-mountain-chart[data-v-74ca375e] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-block);
}
.option-mountain-chart .chart[data-v-74ca375e] {
  height: 100%;
}

.option-kchart[data-v-26137444] {
  display: flex;
  flex-direction: column;
}
.option-kchart .no-data[data-v-26137444] {
  padding-top: 10%;
  width: 100%;
  margin: 0;
  z-index: 100;
  text-align: center;
  background-color: var(--bg-block);
}
.option-kchart .no-data span[data-v-26137444] {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  height: 40px;
  color: #838d9e;
}
.option-kchart .no-data span svg[data-v-26137444] {
  margin-right: 10px;
}
.option-kchart .topbar[data-v-26137444] {
  line-height: 30px;
  padding-left: 10px;
  border-bottom: 1px solid var(--special-color);
  font-size: 12px;
}
.option-kchart .topbar .day[data-v-26137444] {
  margin-left: 10px;
}
.option-kchart .chart[data-v-26137444] {
  display: flex;
  flex: 1;
  min-height: 0;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.option-kchart .topbar ul {
  display: inline;
  margin: 0 10px 0 0;
  list-style: none;
}
.option-kchart .topbar ul li {
  display: inline;
  margin: 0;
  font-size: 12px;
}
.option-kchart .kchart-crosshair,
.option-kchart .stx_crosshair {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.option-kchart:hover .kchart-crosshair,
.option-kchart:hover .stx_crosshair {
  opacity: 1;
}
.option-kchart .option-kchart-container .stx-btn-panel {
  display: none;
}
svg:not(:root) {
  overflow: visible;
}

.stock-capital[data-v-fec7ff1c] {
  width: 100%;
  padding: 10px;
}

.stock-transaction {
  height: 100%;
}

/*
 * Variables here for theme styling
 */
.mod__stock-view {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.mod__stock-view .stock-view-main {
  width: 320px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.mod__stock-view .stock-view-main .navs {
  position: relative;
  display: flex;
  border-bottom: solid 1px var(--special-color);
  transition: none;
}
.mod__stock-view .stock-view-main .navs span {
  margin: 0 10px;
  padding: 10px 0;
  text-align: center;
  border-bottom: solid 2px transparent;
  cursor: pointer;
  font-family: "PingFangSC-Medium", "PingFang SC";
  font-weight: 500;
  position: relative;
}
.mod__stock-view .stock-view-main .navs span .dom-inactive-tag {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--red);
  border-radius: 50%;
  right: -8px;
  top: 16px;
}
.mod__stock-view .stock-view-main .navs span.active {
  position: relative;
  color: var(--active-color);
}
.mod__stock-view .stock-view-main .navs span.active:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  border-bottom: solid 2px var(--active-color);
}
.mod__stock-view .stock-view-main .content {
  width: 100%;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.mod__stock-view .stock-view-main .closed {
  max-height: 84px;
  overflow: hidden;
}
.mod__stock-view .stock-view-main .option-kchart {
  height: 180px;
  border-top: 1px solid var(--special-color);
}
.mod__stock-view .stock-view-main .option-kchart .chart {
  margin-right: 10px;
  margin-left: 10px;
}
.mod__stock-view .stock-view-main section {
  text-align: center;
}
.mod__stock-view .stock-view-main .attribute {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.mod__stock-view .stock-view-main .attribute:nth-of-type(2n+1) {
  padding-right: 5px;
}
.mod__stock-view .stock-view-main .attribute:nth-of-type(2n) {
  padding-left: 5px;
}
.mod__stock-view .stock-view-main .market-status-isLeveraged {
  display: flex;
  justify-content: space-between;
}
.mod__stock-view .stock-view-main .market-status-isLeveraged .market-status {
  align-self: flex-start;
  color: #838D9E;
  padding: 0 10px;
}
.virtualAlert {
  margin-top: 10px;
  color: var(--active-color);
}
.virtualAlert span.highlight {
  color: #218DF2;
  cursor: pointer;
}

