.stock-kline[data-v-63f7cf48] {
  margin: 0 12px 10px;
}
.stock-list[data-v-63f7cf48] {
  margin: 0 -12px 12px -4px;
}
.stock-switch[data-v-63f7cf48] {
  display: inline-block;
  width: 96px;
  height: 58px;
  padding: 8px 4px 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F0F3F9;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F3F9), to(#FCFCFC));
  background: linear-gradient(180deg, #F0F3F9 0%, #FCFCFC 100%);
  border-radius: 4px;
  font-size: 0;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.stock-switch[data-v-63f7cf48]:not(:last-child) {
  margin-right: 8px;
}
.stock-switch.up[data-v-63f7cf48] {
  background-color: #FFEEEE;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEEEE), to(#FCFCFC));
  background: linear-gradient(180deg, #FFEEEE 0%, #FCFCFC 100%);
}
.stock-switch.up .stock-switch-more[data-v-63f7cf48] {
  color: #E72B3C;
}
.stock-switch.down[data-v-63f7cf48] {
  background-color: #EEFCF8;
  background: -webkit-gradient(linear, left top, left bottom, from(#EEFCF8), to(#FEFEFE));
  background: linear-gradient(180deg, #EEFCF8 0%, #FEFEFE 100%);
}
.stock-switch.down .stock-switch-more[data-v-63f7cf48] {
  color: #008B71;
}
.stock-switch.hover[data-v-63f7cf48] {
  background: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
.stock-switch.hover[data-v-63f7cf48]::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -6px;
  left: 40px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 7px solid #fff;
}
.stock-switch-name[data-v-63f7cf48] {
  font-size: 14px;
  line-height: 19px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.stock-switch-more[data-v-63f7cf48] {
  color: #666;
  font-family: stockNum;
}
.stock-switch-price[data-v-63f7cf48] {
  font-size: 14px;
  line-height: 16px;
  margin-right: 6px;
}
.stock-switch-inc[data-v-63f7cf48] {
  font-size: 12px;
  line-height: 14px;
}
.stock-chart[data-v-63f7cf48] {
  width: 100%;
  height: 89px;
  display: block;
}
.stock-chart canvas[data-v-63f7cf48] {
  width: 100%;
  height: 100%;
}

.stock-market[data-v-7c6d5c55] {
  width: 100%;
  height: 100%;
}
.stock-market .hot-choice .scrollStyle[data-v-7c6d5c55] {
  scrollbar-face-color: #CED2D8;
  /* 立体滚动条的颜色（包括箭头部分的背景色） */
  scrollbar-3dlight-color: #CED2D8;
  /* 立体滚动条亮边的颜色 */
  scrollbar-highlight-color: #CED2D8;
  /* 滚动条的高亮颜色（左阴影？） */
  scrollbar-shadow-color: #fff;
  /* 立体滚动条阴影的颜色 */
  scrollbar-darkshadow-color: #ccc;
  /* 立体滚动条外阴影的颜色 */
  scrollbar-track-color: #fff;
  /* 立体滚动条背景颜色 */
  scrollbar-base-color: #fff;
  /* 滚动条的基色 */
}
.stock-market .hot-choice .scrollStyle[data-v-7c6d5c55]:hover {
  overflow-y: auto;
}
.stock-market .hot-choice .scrollStyle[data-v-7c6d5c55]::-webkit-scrollbar {
  width: 6px;
}
.stock-market .hot-choice .scrollStyle[data-v-7c6d5c55]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #CED2D8;
}
.stock-market .hot-choice .scrollStyle[data-v-7c6d5c55]::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
}
.stock-market .hot-choice .hot-header[data-v-7c6d5c55] {
  position: relative;
  margin: 10px 12px 12px;
}
.stock-market .hot-choice .hot-header .first-title[data-v-7c6d5c55] {
  margin-right: 24px;
}
.stock-market .hot-choice .hot-header .title[data-v-7c6d5c55] {
  position: relative;
  font-size: 14px;
  color: #222222;
  line-height: 34px;
  cursor: pointer;
}
.stock-market .hot-choice .hot-header .title i[data-v-7c6d5c55] {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #EE4040;
  color: #FFF;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  border-radius: 7px;
  right: -15px;
  top: -5px;
}
.stock-market .hot-choice .hot-header > .active[data-v-7c6d5c55] {
  color: #0166FF;
  font-weight: bold;
}
.stock-market .hot-choice .hot-header > .active[data-v-7c6d5c55]::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 21px;
  margin-left: -10px;
  width: 20px;
  height: 4px;
  background-color: #1664FF;
  background: -webkit-gradient(linear, right top, left top, from(#A5D0FF), to(#1664FF));
  background: linear-gradient(270deg, #A5D0FF 0%, #1664FF 100%);
  border-radius: 3px;
}
.stock-market .hot-choice .hot-header .search[data-v-7c6d5c55] {
  float: right;
  position: relative;
}
.stock-market .hot-choice .hot-header .search-input[data-v-7c6d5c55] {
  display: inline-block;
  width: 159px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  padding: 0 28px 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stock-market .hot-choice .hot-header .search-icon[data-v-7c6d5c55] {
  position: absolute;
  top: 11px;
  right: 9px;
  width: 13px;
  height: 13px;
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/icon_search90403fc2837a29ba4fb1b7f426545534.png);
}
.stock-market .hot-choice .hot-header .search-drawer[data-v-7c6d5c55] {
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 2;
  width: 296px;
  height: 238px;
  padding: 10px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}
.stock-market .hot-choice .hot-header .search-drawer .search-result-item[data-v-7c6d5c55] {
  padding: 0 16px;
  margin-bottom: 2px;
}
.stock-market .hot-choice .hot-header .search-drawer .search-result-item[data-v-7c6d5c55]:hover {
  background: #F5F7FA;
}
.stock-market .hot-choice .hot-header .search-drawer .search-result-item .item-a[data-v-7c6d5c55] {
  display: inline-block;
  text-decoration: none;
  padding: 7px 0 6px;
}
.stock-market .hot-choice .hot-header .search-drawer .search-result-item .stock-name[data-v-7c6d5c55] {
  display: inline-block;
  min-width: 56px;
  white-space: nowrap;
  font-size: 14px;
  color: #222222;
  height: 19px;
  line-height: 19px;
  margin-right: 8px;
}
.stock-market .hot-choice .hot-header .search-drawer .search-result-item .stock-name .word[data-v-7c6d5c55] {
  color: #0166FF;
}
.stock-market .hot-choice .hot-header .search-drawer .search-result-item .stock-code[data-v-7c6d5c55] {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  height: 16px;
}
.stock-market .hot-choice .hot-header .search-drawer .search-result-item .stock-code-1[data-v-7c6d5c55] {
  display: inline-block;
}
.stock-market .hot-choice .hot-header .search-drawer .search-result-item .stock-code .word[data-v-7c6d5c55] {
  color: #0166FF;
}
.stock-market .hot-choice .hot-header .search-drawer .search-result-item .stock-operate[data-v-7c6d5c55] {
  float: right;
  width: 15px;
  height: 15px;
  background: url(//www-stream.2345cdn.net/s/new2345/img/icon_add158582f30592a54d0d11efa09c537cf96.png);
  margin-top: 7px;
  cursor: pointer;
}
.stock-market .hot-choice .hot-header .search-drawer .search-result-item .stock-operate.active[data-v-7c6d5c55] {
  background: url(//www-stream.2345cdn.net/s/new2345/img/icon_selectd9b14d032ab1a33987e062a4f3c6a99d.png);
}
.stock-market .hot-choice .hot-header .search-drawer .search-result-item .stock-operate.disabled[data-v-7c6d5c55] {
  cursor: not-allowed;
}
.stock-market .hot-choice .hot-header .search-drawer .search-noresult[data-v-7c6d5c55] {
  font-size: 14px;
  color: #9EA1B0;
  line-height: 19px;
  text-align: center;
  margin: 110px auto 0;
}
.stock-market .hot-choice .hot-content .upBg[data-v-7c6d5c55] {
  background: #F05664 !important;
}
.stock-market .hot-choice .hot-content .upBg[data-v-7c6d5c55]::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(//www-stream.2345cdn.net/s/new2345/img/icon_up79090055c5db6a08e7e493bfc14c0ef6.png);
  margin-left: 4px;
}
.stock-market .hot-choice .hot-content .downBg[data-v-7c6d5c55] {
  background: #008E70 !important;
}
.stock-market .hot-choice .hot-content .downBg[data-v-7c6d5c55]::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(//www-stream.2345cdn.net/s/new2345/img/icon_down4beed6a1e30a45f904ba898122989f1a.png);
  margin-left: 4px;
}
.stock-market .hot-choice .hot-content .content-grid[data-v-7c6d5c55] {
  margin: 0 12px;
}
.stock-market .hot-choice .hot-content .content-grid .grid-wrap[data-v-7c6d5c55] {
  margin-right: -8px;
}
.stock-market .hot-choice .hot-content .content-grid .grid-wrap-item[data-v-7c6d5c55] {
  position: relative;
  display: inline-block;
  width: 93px;
  height: 69px;
  background: #FFFFFF;
  padding: 8px;
  margin: 0 8px 8px 0;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.stock-market .hot-choice .hot-content .content-grid .grid-wrap-item[data-v-7c6d5c55]:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.stock-market .hot-choice .hot-content .content-grid .grid-wrap-item.itemChecked[data-v-7c6d5c55] {
  border: 1px solid rgba(1, 102, 255, 0.45);
}
.stock-market .hot-choice .hot-content .content-grid .grid-wrap-item .stock-name[data-v-7c6d5c55] {
  font-size: 13px;
  font-weight: bold;
  color: #222222;
  line-height: 17px;
  height: 17px;
}
.stock-market .hot-choice .hot-content .content-grid .grid-wrap-item .stock-code[data-v-7c6d5c55] {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  height: 16px;
  margin: 3px 0 2px;
}
.stock-market .hot-choice .hot-content .content-grid .grid-wrap-item .stock-code .market[data-v-7c6d5c55] {
  width: 15px;
  height: 11px;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}
.stock-market .hot-choice .hot-content .content-grid .grid-wrap-item .stock-code .market.sh[data-v-7c6d5c55] {
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/icon_SH83c324bb81bea5ab42e1fe3cc2d103a1.png);
}
.stock-market .hot-choice .hot-content .content-grid .grid-wrap-item .stock-code .market.sz[data-v-7c6d5c55] {
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/icon_SZ47690b5e2e3452ab4322d42369f69637.png);
}
.stock-market .hot-choice .hot-content .content-grid .grid-wrap-item .stock-pxChangeRate[data-v-7c6d5c55] {
  display: inline-block;
  font-family: stockNum;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 14px;
  padding: 0 8px;
  border-radius: 8px;
  background: #9A9DA6;
}
.stock-market .hot-choice .hot-content .content-grid .grid-wrap-item .stock-status[data-v-7c6d5c55] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 4px 0px 3px 0px;
  background-color: #F1F1F1;
}
.stock-market .hot-choice .hot-content .content-grid .grid-wrap-item .stock-status[data-v-7c6d5c55]::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/icon_add8ae2f0ba478fad2a6094c57edc5a19d1.png);
}
.stock-market .hot-choice .hot-content .content-grid .grid-wrap-item .stock-status.checked[data-v-7c6d5c55] {
  background-color: #0166FF;
}
.stock-market .hot-choice .hot-content .content-grid .grid-wrap-item .stock-status.checked[data-v-7c6d5c55]::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 7px;
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/icon_choosea4c20117aa6afd0f6a7d5d223830a874.png);
}
.stock-market .hot-choice .hot-content .content-grid .grid-btn[data-v-7c6d5c55] {
  display: block;
  width: 188px;
  line-height: 36px;
  font-size: 14px;
  color: #999999;
  text-align: center;
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid rgba(178, 178, 178, 0.3);
  margin: 8px auto 0;
  cursor: not-allowed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stock-market .hot-choice .hot-content .content-grid .grid-btn.active[data-v-7c6d5c55] {
  cursor: pointer;
  color: #0166FF;
  border: 1px solid rgba(0, 101, 255, 0.3);
}
.stock-market .hot-choice .hot-content .content-grid .grid-btn.active[data-v-7c6d5c55]:hover {
  color: #FFFFFF;
  border: none;
  background-color: #0094FF;
  background: -webkit-gradient(linear, left top, right top, from(#0094FF), to(#0051FF));
  background: linear-gradient(90deg, #0094FF 0%, #0051FF 100%);
}
.stock-market .hot-choice .hot-content .content-list .list-header[data-v-7c6d5c55] {
  margin: 0 12px 8px 12px;
}
.stock-market .hot-choice .hot-content .content-list .list-header-item[data-v-7c6d5c55] {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
}
.stock-market .hot-choice .hot-content .content-list .list-header-item[data-v-7c6d5c55]:nth-child(1) {
  width: 77px;
}
.stock-market .hot-choice .hot-content .content-list .list-header-item[data-v-7c6d5c55]:nth-child(2) {
  width: 36px;
  margin-right: 24px;
}
.stock-market .hot-choice .hot-content .content-list .list-header-item[data-v-7c6d5c55]:nth-child(3) {
  width: 36px;
  margin-right: 28px;
}
.stock-market .hot-choice .hot-content .content-list .list-header-item[data-v-7c6d5c55]:nth-child(4) {
  width: 62px;
}
.stock-market .hot-choice .hot-content .content-list .list-header-item[data-v-7c6d5c55]:nth-child(5) {
  width: 24px;
}
.stock-market .hot-choice .hot-content .content-list .list-body[data-v-7c6d5c55] {
  max-height: 196px;
  padding: 0 6px;
  overflow: hidden;
  overflow-y: auto;
}
.stock-market .hot-choice .hot-content .content-list .list-body-item[data-v-7c6d5c55] {
  position: relative;
  top: 0;
  margin-bottom: 8px;
  padding: 4px 6px 2px;
  white-space: nowrap;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.stock-market .hot-choice .hot-content .content-list .list-body-item[data-v-7c6d5c55]:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  top: -2px;
}
.stock-market .hot-choice .hot-content .content-list .list-body-item .item-a[data-v-7c6d5c55] {
  display: inline-block;
}
.stock-market .hot-choice .hot-content .content-list .list-body-item .item-a .stock-info[data-v-7c6d5c55] {
  display: inline-block;
  width: 77px;
}
.stock-market .hot-choice .hot-content .content-list .list-body-item .item-a .stock-info .name[data-v-7c6d5c55] {
  font-size: 14px;
  color: #222222;
  line-height: 19px;
  height: 19px;
}
.stock-market .hot-choice .hot-content .content-list .list-body-item .item-a .stock-info .code[data-v-7c6d5c55] {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  height: 16px;
}
.stock-market .hot-choice .hot-content .content-list .list-body-item .item-a .stock-lastPx[data-v-7c6d5c55],
.stock-market .hot-choice .hot-content .content-list .list-body-item .item-a .stock-pxChange[data-v-7c6d5c55] {
  display: inline-block;
  width: 36px;
  margin-right: 24px;
  font-size: 14px;
  font-family: stockNum;
  color: #222222;
  line-height: 16px;
  vertical-align: top;
  text-align: center;
  margin-top: 4px;
}
.stock-market .hot-choice .hot-content .content-list .list-body-item .item-a .stock-lastPx.up[data-v-7c6d5c55],
.stock-market .hot-choice .hot-content .content-list .list-body-item .item-a .stock-pxChange.up[data-v-7c6d5c55] {
  color: #E72B3C;
}
.stock-market .hot-choice .hot-content .content-list .list-body-item .item-a .stock-lastPx.down[data-v-7c6d5c55],
.stock-market .hot-choice .hot-content .content-list .list-body-item .item-a .stock-pxChange.down[data-v-7c6d5c55] {
  color: #1C9677;
}
.stock-market .hot-choice .hot-content .content-list .list-body-item .item-a .stock-pxChangeRate[data-v-7c6d5c55] {
  display: inline-block;
  width: 56px;
  height: 16px;
  font-family: stockNum;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
  background: #9A9DA6;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 4px;
}
.stock-market .hot-choice .hot-content .content-list .list-body-item .stock-operate[data-v-7c6d5c55] {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 30px;
  text-align: center;
  vertical-align: top;
  margin-left: 10px;
  cursor: pointer;
}
.stock-market .hot-choice .hot-content .content-list .list-body-item .stock-operate:hover .operate-drawer[data-v-7c6d5c55] {
  display: block;
}
.stock-market .hot-choice .hot-content .content-list .list-body-item .stock-operate:hover .operate-icon[data-v-7c6d5c55] {
  background: url(//www-stream.2345cdn.net/s/new2345/img/icon_more_hover6beb9aaba1ccbd8e4194ba0f69853618.png);
}
.stock-market .hot-choice .hot-content .content-list .list-body-item .stock-operate .operate-icon[data-v-7c6d5c55] {
  display: inline-block;
  width: 10px;
  height: 2px;
  background: url(//www-stream.2345cdn.net/s/new2345/img/icon_more_normal1a156ac01768cf2f095b826a18a6ffd4.png);
}
.stock-market .hot-choice .hot-content .content-list .list-body .no-data[data-v-7c6d5c55] {
  padding: 70px 0;
  text-align: center;
  font-size: 12px;
  color: #999999;
}

.industry-segments[data-v-76473848] {
  width: 296px;
  height: 100%;
  margin: auto;
}
.industry-segments .industry-list[data-v-76473848] {
  display: inline-block;
}
.industry-segments .industry-list .list-item[data-v-76473848] {
  width: 144px;
  height: 80px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.industry-segments .industry-list .list-item[data-v-76473848]:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.industry-segments .industry-list .item-a[data-v-76473848] {
  display: block;
  text-decoration: none;
}
.industry-segments .industry-list .prodName[data-v-76473848] {
  display: inline-block;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  padding: 0 8px;
  border-radius: 9px;
  margin: 8px 0 4px;
  max-width: 144px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.industry-segments .industry-list .pxChangeRate[data-v-76473848] {
  font-family: stockNum;
  font-size: 16px;
  height: 19px;
  line-height: 19px;
  margin-bottom: 4px;
}
.industry-segments .industry-list .stock-info[data-v-76473848] {
  white-space: nowrap;
}
.industry-segments .industry-list .stock-info .stock-name[data-v-76473848] {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  margin-right: 8px;
}
.industry-segments .industry-list .stock-info .stock-lastPx[data-v-76473848],
.industry-segments .industry-list .stock-info .stock-pxChangeRate[data-v-76473848] {
  font-family: stockNum;
  font-size: 12px;
  line-height: 14px;
}
.industry-segments .industry-list .stock-info .stock-lastPx[data-v-76473848] {
  margin-right: 4px;
}
.industry-segments .industry-list.up-list .list-item[data-v-76473848] {
  background-color: #FFEEEE;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEEEE), to(#FCFCFC));
  background: linear-gradient(180deg, #FFEEEE 0%, #FCFCFC 100%);
}
.industry-segments .industry-list.up-list .item-a[data-v-76473848] {
  color: #E72B3C;
}
.industry-segments .industry-list.up-list .prodName[data-v-76473848] {
  background: #FFDBDB;
}
.industry-segments .industry-list.down-list .list-item[data-v-76473848] {
  background-color: #EEFCF8;
  background: -webkit-gradient(linear, left top, left bottom, from(#EEFCF8), to(#FEFEFE));
  background: linear-gradient(180deg, #EEFCF8 0%, #FEFEFE 100%);
}
.industry-segments .industry-list.down-list .item-a[data-v-76473848] {
  color: #008B71;
}
.industry-segments .industry-list.down-list .prodName[data-v-76473848] {
  background: #CDF1E8;
}
.industry-segments .industry-list.down[data-v-76473848] {
  float: right;
}
.industry-segments .industry-list.no-opening .list-item[data-v-76473848] {
  background-color: #F0F3F9;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F3F9), to(#FCFCFC));
  background: linear-gradient(180deg, #F0F3F9 0%, #FCFCFC 100%);
}
.industry-segments .industry-list.no-opening .prodName[data-v-76473848] {
  color: #222222;
  background: #E6EAF2;
}
.industry-segments .industry-list.no-opening .pxChangeRate[data-v-76473848] {
  color: #222222;
}
.industry-segments .industry-list.no-opening .stock-lastPx[data-v-76473848],
.industry-segments .industry-list.no-opening .stock-pxChangeRate[data-v-76473848] {
  color: #666666;
}

.refresh-info[data-v-6302b866] {
  display: inline-block;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0 0 8px;
}
.refresh-info .refresh-icon[data-v-6302b866] {
  margin-left: 6px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.tab-list[data-v-6302b866] {
  width: 296px;
  margin: 0 auto;
  padding-bottom: 18px;
}
.tab-list .tab-item[data-v-6302b866] {
  display: inline-block;
  width: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  color: #222;
  cursor: pointer;
  position: relative;
}
.tab-list .tab-item.cur[data-v-6302b866] {
  font-weight: bold;
  color: #0166FF;
}
.tab-list .tab-item.cur[data-v-6302b866]::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 21px;
  margin-left: -10px;
  width: 20px;
  height: 4px;
  background-color: #1664FF;
  background: -webkit-gradient(linear, right top, left top, from(#A5D0FF), to(#1664FF));
  background: linear-gradient(270deg, #A5D0FF 0%, #1664FF 100%);
  border-radius: 3px;
}
.stock-content[data-v-6302b866] {
  width: 100%;
  padding-bottom: 12px;
  position: relative;
}
.stock-content-bg[data-v-6302b866] {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 458px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.stock-content-bg.error[data-v-6302b866] {
  background-color: #fff;
}
.stock-content-bg.bg1[data-v-6302b866] {
  left: 9px;
  right: 8px;
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/bg_110f6c863d7cb247d513173d090345ec0.png);
  background-size: 100% 100%;
}
.stock-content-bg.bg2[data-v-6302b866] {
  left: 12px;
  right: 12px;
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/bg_2d003f14900fee7cd513f41817d4808fb.png);
  background-size: 100% 100%;
}
.stock-content .load-status[data-v-6302b866] {
  position: absolute;
  left: 0;
  top: 197px;
  text-align: center;
  width: 100%;
}
.stock-content .load-status.loading[data-v-6302b866],
.stock-content .load-status.error[data-v-6302b866] {
  font-size: 12px;
  line-height: 16px;
  color: #999;
}
.stock-content .load-status.loading .load-status-icon[data-v-6302b866],
.stock-content .load-status.error .load-status-icon[data-v-6302b866] {
  width: 100%;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 2px;
}
.stock-content .load-status.loading .load-status-icon[data-v-6302b866] {
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/icon_loading50fc578643bf62923a2edd77409819c3.png);
}
.stock-content .load-status.error .load-status-icon[data-v-6302b866] {
  background-image: url(//www-stream.2345cdn.net/s/new2345/img/icon_error7c25aba2176e83e691029b9eb788e96f.png);
}
.stock-content .load-status.error p[data-v-6302b866] {
  margin-top: 4px;
}
.stock-content .load-status.error span[data-v-6302b866] {
  color: #0166FF;
  cursor: pointer;
}
.stock-content .load-status.error span[data-v-6302b866]:hover {
  color: #f30;
}

