@charset "UTF-8";
/*弹性盒子居中（传入null不设置该属性）*/
/* 行高 */
/* 背景图 */
/*文本格式化，超出范围，显示省略号*/
/* 圆形盒子 */
/*弹性盒子居中（传入null不设置该属性）*/
/* 0.5px边框 */
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

ul li, ol li {
  list-style: none; }

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: PingFangSC-Regular, Microsoft YaHei;
  -webkit-text-size-adjust: none; }

label {
  font-weight: 700; }

html {
  height: 100%;
  box-sizing: border-box; }

#app {
  min-height: 100%; }

*,
*:before,
*:after {
  box-sizing: inherit; }

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  outline: none;
  text-decoration: none; }

div:focus {
  outline: none; }

a:focus,
a:active {
  outline: none; }

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

/*列表样式*/
.el-table {
  font-size: 16px; }
  .el-table .caret-wrapper {
    height: 23px; }
  .el-table .sort-caret.ascending {
    top: 0; }
  .el-table .sort-caret.descending {
    bottom: 0; }

/*分页样式*/
.el-pagination {
  text-align: center;
  font-size: 0; }
  .el-pagination .el-icon {
    font-size: 14px; }
  .el-pagination .el-pagination__sizes .el-input .el-input__inner, .el-pagination button, .el-pagination span:not([class*=suffix]) {
    font-size: 15px; }
  .el-pagination .number {
    font-size: 14px; }

.el-dialog__header {
  font-size: 0; }

.el-message__icon {
  font-size: 16px; }

.boldFont {
  font-family: PingFangSC-Medium, Microsoft YaHei; }

.Wrap {
  background: #FFF;
  min-width: 1030px; }
  .Wrap .mainCont {
    min-height: calc(100vh - 140px); }
  .Wrap .marginTop {
    margin-top: -70px; }

[v-cloak] {
  display: none !important; }

.blank {
  position: relative;
  width: 100%;
  height: 543px; }
  .blank .blanktop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .blank .blankbottom {
    position: absolute;
    top: 69px;
    left: 0;
    width: 100%;
    transition: all 1s linear; }

.loading .blanktop, .loading .blankbottom {
  background: none !important; }

@media screen and (max-width: 1920px) {
  .blank .blanktop, .blank .blankbottom {
    background: none !important; } }
/*图片在线地址*/
.Wrap .lhbWrap.mainCont {
  min-height: 536px; }

.Wrap .lhbWrap.qhPC {
  min-height: 100vh;
  padding-top: 0; }

.lhbWrap {
  width: 100%;
  min-width: 1030px;
  background: #F0F2F5;
  padding: 14px 0 20px;
  color: #000; }
  .lhbWrap .lhb {
    width: 1030px;
    height: 100%;
    margin: 0 auto; }
    .lhbWrap .lhb .dateBox {
      min-height: 46px;
      font-size: 14px;
      color: #888;
      line-height: 20px;
      padding: 12px 0;
      text-align: center;
      border: 1px dashed #C4C4C4;
      margin-bottom: 14px;
      position: relative; }
      .lhbWrap .lhb .dateBox .dateCont {
        display: none; }
        .lhbWrap .lhb .dateBox .dateCont.show {
          display: block; }
      .lhbWrap .lhb .dateBox span {
        margin-right: 12px; }
      .lhbWrap .lhb .dateBox .close {
        width: 20px;
        height: 20px;
        background: url("../../images/longhubang/close.png") no-repeat center/cover;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer; }
    .lhbWrap .lhb .contBox {
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start; }
      .lhbWrap .lhb .contBox .leftPart {
        width: 110px;
        background: #FFFFFF;
        font-size: 15px;
        color: #666666;
        margin-right: 10px; }
        .lhbWrap .lhb .contBox .leftPart .colTab {
          display: block;
          line-height: 21px;
          padding: 11px 0px 11px 10px;
          position: relative; }
          .lhbWrap .lhb .contBox .leftPart .colTab:hover {
            background: #F8F8F8; }
          .lhbWrap .lhb .contBox .leftPart .colTab.act {
            color: #FF500C;
            font-weight: bold;
            background: #F8F8F8; }
          .lhbWrap .lhb .contBox .leftPart .colTab.colTitle {
            color: #333333;
            line-height: 42px;
            font-weight: bold;
            cursor: default; }
            .lhbWrap .lhb .contBox .leftPart .colTab.colTitle:hover {
              background: #FFFFFF; }
      .lhbWrap .lhb .contBox .rightPart {
        min-height: 536px;
        flex: 1;
        background: #fff; }
        .lhbWrap .lhb .contBox .rightPart .marketBox {
          background: #F9F9F9;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center;
          font-size: 15px;
          color: #000; }
          .lhbWrap .lhb .contBox .rightPart .marketBox .market {
            line-height: 42px;
            padding: 0 24px; }
            .lhbWrap .lhb .contBox .rightPart .marketBox .market.act {
              color: #FF500C;
              background: #FFFFFF;
              font-weight: bold; }
            .lhbWrap .lhb .contBox .rightPart .marketBox .market:hover {
              color: #FF500C; }
        .lhbWrap .lhb .contBox .rightPart .codeBox {
          padding: 13px 10px;
          font-size: 14px;
          color: #333333;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: flex-start;
          flex-wrap: wrap; }
          .lhbWrap .lhb .contBox .rightPart .codeBox .code {
            min-width: 60px;
            height: 30px;
            line-height: 28px;
            text-align: center;
            padding: 0 9px;
            border: 1px solid #EEE;
            border-radius: 16px;
            margin-right: 9px;
            margin-bottom: 6px; }
            .lhbWrap .lhb .contBox .rightPart .codeBox .code:hover {
              color: #FF500C; }
            .lhbWrap .lhb .contBox .rightPart .codeBox .code.act {
              color: #FFFFFF;
              background: #FF500C;
              border-color: transparent; }
        .lhbWrap .lhb .contBox .rightPart .marketBox.hide, .lhbWrap .lhb .contBox .rightPart .codeBox.hide {
          display: none; }
        .lhbWrap .lhb .contBox .rightPart .stockBox.hide {
          margin-top: 11px; }
        .lhbWrap .lhb .contBox .rightPart .stockBox {
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: flex-start;
          font-size: 14px;
          line-height: 20px;
          padding-left: 10px; }
          .lhbWrap .lhb .contBox .rightPart .stockBox .stockCont {
            width: 828px;
            background: #F8F8F8;
            padding: 10px 4px 0 90px;
            position: relative; }
            .lhbWrap .lhb .contBox .rightPart .stockBox .stockCont.hide {
              height: 52px;
              overflow: hidden; }
            .lhbWrap .lhb .contBox .rightPart .stockBox .stockCont .txt {
              font-weight: bold;
              color: #666666;
              position: absolute;
              left: 14px;
              top: 16px; }
            .lhbWrap .lhb .contBox .rightPart .stockBox .stockCont .stockList {
              display: -webkit-flex;
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              align-items: flex-start;
              flex-wrap: wrap; }
              .lhbWrap .lhb .contBox .rightPart .stockBox .stockCont .stockList .stock {
                color: #333333;
                padding: 5px 12px;
                background: #FFFFFF;
                border-radius: 16px;
                margin-bottom: 10px;
                margin-right: 8px;
                border: 1px solid transparent; }
                .lhbWrap .lhb .contBox .rightPart .stockBox .stockCont .stockList .stock.act {
                  color: #FF500C;
                  border-color: #FF500C; }
                .lhbWrap .lhb .contBox .rightPart .stockBox .stockCont .stockList .stock:hover {
                  color: #FF500C; }
    .lhbWrap .lhb .riskTips {
      font-size: 12px;
      color: #999;
      line-height: 18px;
      padding-left: 120px;
      padding-top: 20px; }
    .lhbWrap .lhb .expandBtn {
      flex: 1;
      font-size: 14px;
      color: #999;
      cursor: pointer;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .lhbWrap .lhb .expandBtn.stockExpandBtn {
        display: none; }
        .lhbWrap .lhb .expandBtn.stockExpandBtn.show {
          display: flex;
          padding-top: 16px; }
      .lhbWrap .lhb .expandBtn:after {
        content: '';
        width: 6px;
        height: 6px;
        border: 1px solid #999999;
        border-top: none;
        border-left: none;
        transform: rotate(-135deg);
        margin-left: 6px;
        position: relative;
        top: 1px; }
      .lhbWrap .lhb .expandBtn.arrowBottom:after {
        transform: rotate(45deg);
        top: -1px; }
      .lhbWrap .lhb .expandBtn:hover {
        color: #FF500C; }
        .lhbWrap .lhb .expandBtn:hover:after {
          border-color: #FF500C; }

.Wrap {
  overflow-x: hidden; }

.fullScreen {
  overflow: hidden;
  height: 100vh; }
  .fullScreen .Wrap {
    overflow: 100vh; }
  .fullScreen #fullScreenModel {
    position: fixed;
    left: 0;
    z-index: 100;
    top: 36px;
    width: calc(100vw);
    height: calc(100vh - 36px);
    background: #fff;
    border: 10px solid #00000080; }
  .fullScreen .fullScreenCloseBtn {
    cursor: pointer;
    display: inline-block; }
  .fullScreen .qhPC #fullScreenModel {
    top: 0;
    height: 100vh; }
  .fullScreen .chartBox, .fullScreen .chartContainer {
    position: fixed !important;
    z-index: 100;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    text-align: center;
    height: calc(100vh - 90px);
    overflow: hidden; }
  .fullScreen .fullScreenChart {
    display: block; }
  .fullScreen .fullScreenBtn {
    display: none !important; }
  .fullScreen .qhPC .lhb .chartBox {
    padding-top: 0 !important; }
  .fullScreen .lhbWrap.cjl #chartDataZoom {
    top: auto !important;
    bottom: 30px !important; }
  .fullScreen .lhbWrap.cjl .chart {
    margin-top: 40px !important; }
  .fullScreen .chartTips {
    display: none; }
  .fullScreen #jcjg .tit {
    margin-top: 0; }

.chartBox, .chartContainer {
  position: relative; }

.fullScreenCloseBtn {
  display: none;
  position: fixed;
  z-index: 200;
  width: 16px;
  height: 16px;
  top: 70px;
  right: 33px;
  background-image: url("../../images/longhubang/close-full.png");
  background-size: contain; }

.qhPC .fullScreenCloseBtn {
  top: 30px; }

.fullScreenBtn {
  z-index: 2;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 18px;
  color: #FF500C;
  top: 28px;
  font-size: 14px;
  letter-spacing: 0; }
  .fullScreenBtn::after {
    content: '';
    display: inline-block;
    transform: translate(5px, 0px);
    width: 10px;
    height: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAcBAMAAACE1hKaAAAAHlBMVEUAAAD/UA3/UAv/UAv/Twz/Twr/UAz/UAz/UAz/UAxJU108AAAACXRSTlMAzMmfaUr13dyDr47kAAAAU0lEQVQY02NgnwkEDgwMDCwgRgMDJ4gyAPKZQYwJDJzTBAWFAoB8VkVBwUwgfyIDAkhSgT8Jia85gYHFFIkf7MAwwADdPWjupXZ4YIQ3enygxxcAWLor9SwnlIMAAAAASUVORK5CYII=);
    background-size: 100% 100%; }

.lhb {
  -webkit-user-select: none; }
  .lhb .noDataBox {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    padding-top: 82px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    display: none; }
    .lhb .noDataBox.show {
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .lhb .noDataBox:before {
      content: '';
      width: 148px;
      height: 104px;
      background: url("../../images/longhubang/empty.png") no-repeat center/cover;
      margin-bottom: 30px; }
  .lhb .dataBox {
    display: none; }
    .lhb .dataBox.show {
      display: block; }
  .lhb .chartBox {
    padding: 15px 0 10px;
    border-bottom: 14px solid #f0f2f5;
    position: relative;
    display: none; }
    .lhb .chartBox.show {
      display: block; }
    .lhb .chartBox.noBorder {
      border-bottom: none; }
    .lhb .chartBox .tit {
      font-size: 16px;
      font-weight: bold;
      color: #000;
      height: 22px;
      line-height: 22px;
      text-align: center; }
    .lhb .chartBox .explain {
      width: 880px;
      font-size: 12px;
      color: #999999;
      padding: 0 20px;
      position: absolute;
      top: 94px;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
    .lhb .chartBox .chart {
      width: 910px;
      height: 400px; }
  .lhb .positionBox {
    min-height: 500px;
    padding-bottom: 16px;
    display: none; }
    .lhb .positionBox.show {
      display: block; }
    .lhb .positionBox .positionCont {
      display: none; }
      .lhb .positionBox .positionCont.show {
        display: block; }
    .lhb .positionBox .tableBox {
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      padding: 20px 23px 0; }
      .lhb .positionBox .tableBox .table {
        width: 422px;
        font-size: 14px;
        color: #333;
        line-height: 20px;
        border: 1px solid #E6E6E6; }
        .lhb .positionBox .tableBox .table.table1 .tit {
          background-image: linear-gradient(269deg, rgba(30, 166, 56, 0.01) 0%, rgba(30, 166, 56, 0.14) 100%); }
        .lhb .positionBox .tableBox .table .tit {
          font-weight: bold;
          text-align: center;
          height: 34px;
          line-height: 34px;
          background-image: linear-gradient(269deg, rgba(255, 193, 193, 0.1) 0%, rgba(248, 34, 34, 0.1) 100%); }
        .lhb .positionBox .tableBox .table .thead {
          font-size: 13px;
          color: #999999; }
          .lhb .positionBox .tableBox .table .thead .th:nth-of-type(3) .thCont, .lhb .positionBox .tableBox .table .thead .th:nth-of-type(4) .thCont {
            position: relative; }
            .lhb .positionBox .tableBox .table .thead .th:nth-of-type(3) .thCont:before, .lhb .positionBox .tableBox .table .thead .th:nth-of-type(3) .thCont:after, .lhb .positionBox .tableBox .table .thead .th:nth-of-type(4) .thCont:before, .lhb .positionBox .tableBox .table .thead .th:nth-of-type(4) .thCont:after {
              display: none;
              content: '';
              width: 4.5px;
              height: 4.5px;
              border: 1px solid #FF500C;
              border-left: 0;
              border-top: 0;
              transform: rotate(45deg);
              position: absolute;
              top: 6px;
              right: -9px; }
          .lhb .positionBox .tableBox .table .thead .th:nth-of-type(3) .thCont:after {
            display: block; }
          .lhb .positionBox .tableBox .table .thead.dkccThead .th:nth-of-type(3), .lhb .positionBox .tableBox .table .thead.dkccThead .th:nth-of-type(4) {
            cursor: pointer; }
            .lhb .positionBox .tableBox .table .thead.dkccThead .th:nth-of-type(3) .thCont:before, .lhb .positionBox .tableBox .table .thead.dkccThead .th:nth-of-type(3) .thCont:after, .lhb .positionBox .tableBox .table .thead.dkccThead .th:nth-of-type(4) .thCont:before, .lhb .positionBox .tableBox .table .thead.dkccThead .th:nth-of-type(4) .thCont:after {
              display: block;
              border-color: #C4C4C4;
              top: 9px; }
            .lhb .positionBox .tableBox .table .thead.dkccThead .th:nth-of-type(3) .thCont:before, .lhb .positionBox .tableBox .table .thead.dkccThead .th:nth-of-type(4) .thCont:before {
              transform: rotate(-135deg);
              top: 6px; }
            .lhb .positionBox .tableBox .table .thead.dkccThead .th:nth-of-type(3) .thCont:hover, .lhb .positionBox .tableBox .table .thead.dkccThead .th:nth-of-type(4) .thCont:hover {
              color: #FF500C; }
            .lhb .positionBox .tableBox .table .thead.dkccThead .th:nth-of-type(3) .thCont.actUp:before, .lhb .positionBox .tableBox .table .thead.dkccThead .th:nth-of-type(3) .thCont.actDown:after, .lhb .positionBox .tableBox .table .thead.dkccThead .th:nth-of-type(4) .thCont.actUp:before, .lhb .positionBox .tableBox .table .thead.dkccThead .th:nth-of-type(4) .thCont.actDown:after {
              border-color: #FF500C; }
        .lhb .positionBox .tableBox .table .td {
          flex: 1;
          text-align: right;
          min-height: 28px;
          padding: 4px 16px 4px 0;
          position: relative; }
          .lhb .positionBox .tableBox .table .td:nth-of-type(1) {
            flex: unset;
            width: 60px;
            text-align: center;
            padding-right: 0; }
          .lhb .positionBox .tableBox .table .td:nth-of-type(2) {
            text-align: left;
            padding-left: 16px;
            padding-right: 0; }
          .lhb .positionBox .tableBox .table .td:not(:last-child):after {
            content: '';
            width: 1px;
            height: 100%;
            background: #E6E6E6;
            transform: scaleX(0.5);
            position: absolute;
            top: 0;
            right: 0; }
          .lhb .positionBox .tableBox .table .td.val {
            position: relative; }
            .lhb .positionBox .tableBox .table .td.val span {
              font-size: 16px;
              color: #999;
              position: absolute;
              top: 2px;
              right: 6px; }
        .lhb .positionBox .tableBox .table .tr {
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          cursor: pointer; }
          .lhb .positionBox .tableBox .table .tr.hide {
            display: none; }
          .lhb .positionBox .tableBox .table .tr:hover, .lhb .positionBox .tableBox .table .tr.table-hover {
            background: #F8F8F8; }
          .lhb .positionBox .tableBox .table .tr.total {
            background: #FBFBFB; }
            .lhb .positionBox .tableBox .table .tr.total.total0 {
              border-top: 3px solid #F0F2F4; }
              .lhb .positionBox .tableBox .table .tr.total.total0:after {
                display: none; }
          .lhb .positionBox .tableBox .table .tr .td:nth-of-type(1) {
            font-weight: bold;
            font-size: 12px;
            color: #919CA8; }
            .lhb .positionBox .tableBox .table .tr .td:nth-of-type(1).empty:after {
              display: none; }
          .lhb .positionBox .tableBox .table .tr.r .td:nth-last-of-type(1) {
            color: #F22323; }
          .lhb .positionBox .tableBox .table .tr.g .td:nth-last-of-type(1) {
            color: #1EA638; }
        .lhb .positionBox .tableBox .table .tipsBox {
          font-size: 13px;
          color: #666666;
          line-height: 34px;
          text-align: center;
          background: #FBFBFB;
          border-top: 3px solid #F0F2F4; }
          .lhb .positionBox .tableBox .table .tipsBox span:first-child {
            padding-right: 10px; }
      .lhb .positionBox .tableBox.cjlTableBox .table .tit {
        background-image: linear-gradient(270deg, rgba(255, 242, 237, 0.46) 0%, rgba(255, 80, 12, 0.26) 100%); }
    .lhb .positionBox .thead, .lhb .positionBox .tr, .lhb .positionBox .expandBox {
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      position: relative; }
      .lhb .positionBox .thead:before, .lhb .positionBox .tr:before, .lhb .positionBox .expandBox:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #E6E6E6;
        transform: scaleY(0.5);
        position: absolute;
        top: 0;
        left: 0; }
    .lhb .positionBox .expandBox.expandBox1 {
      margin-top: -10px; }
      .lhb .positionBox .expandBox.expandBox1:before {
        display: none; }
    .lhb .positionBox .expandBox .expandBtn {
      flex: unset;
      width: fit-content;
      padding: 10px 0;
      line-height: 20px; }
    .lhb .positionBox .barChartBox {
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      padding: 20px 23px 0; }
    .lhb .positionBox .barBox {
      width: 422px;
      border: 1px solid #E6E6E6; }
      .lhb .positionBox .barBox .tit {
        font-size: 13px;
        color: #333333;
        font-weight: bold;
        line-height: 18px;
        margin: 8px 0 13px;
        text-align: center; }
      .lhb .positionBox .barBox .legend {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: -8px; }
        .lhb .positionBox .barBox .legend .item {
          font-size: 13px;
          line-height: 18px;
          display: -webkit-flex;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .lhb .positionBox .barBox .legend .item:not(:last-child) {
            margin-right: 24px; }
          .lhb .positionBox .barBox .legend .item:before {
            content: '';
            width: 13px;
            height: 13px;
            border-radius: 50%;
            margin-right: 10px;
            border: 1px dashed #F82222; }
          .lhb .positionBox .barBox .legend .item.item0:before {
            width: 20px;
            height: 10px;
            background: #F82222;
            border-radius: 2px;
            border: none; }
          .lhb .positionBox .barBox .legend .item.item1:before {
            background: rgba(248, 34, 34, 0.2); }
          .lhb .positionBox .barBox .legend .item.item3:before {
            border-color: #1EA638; }
        .lhb .positionBox .barBox .legend.legendShort .item:before {
          border-color: #1EA638; }
        .lhb .positionBox .barBox .legend.legendShort .item.item0:before {
          background: #1EA638; }
        .lhb .positionBox .barBox .legend.legendShort .item.item1:before {
          background: rgba(30, 166, 56, 0.2); }
        .lhb .positionBox .barBox .legend.legendShort .item.item3:before {
          border-color: #F82222; }
      .lhb .positionBox .barBox.cjlBarBox .legend .item:before {
        background: #FF500C; }
      .lhb .positionBox .barBox.cjlBarBox .legend .item.item1:before {
        background: rgba(255, 80, 12, 0.4);
        border: 1px dashed #FF500C; }
      .lhb .positionBox .barBox.cjlBarBox .legend .item.item2:before {
        background: #FFF;
        border: 1px dashed #FF500C; }
  .lhb .dateTipBox {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    padding-top: 20px; }
    .lhb .dateTipBox.show {
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  .lhb .lineBox {
    height: 42px;
    background: #F9F9F9;
    padding: 0 15px 0 20px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .lhb .lineBox .tit {
      font-size: 17px;
      color: #000000;
      line-height: 24px;
      position: relative;
      padding-left: 12px; }
      .lhb .lineBox .tit:before {
        content: '';
        width: 3px;
        height: 16px;
        background: #1F2327;
        position: absolute;
        left: 0;
        top: 5px; }
    .lhb .lineBox .calendarBox {
      font-size: 14px;
      color: #333333;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .lhb .lineBox .calendarBox .calendarBtn {
        width: 90px;
        height: 30px;
        line-height: 28px;
        border: 1px solid #C4C4C4;
        border-radius: 2px;
        text-align: center;
        cursor: pointer;
        position: relative;
        padding-right: 4px;
        -webkit-user-select: none; }
        .lhb .lineBox .calendarBox .calendarBtn:before {
          content: '';
          width: 8px;
          height: 8px;
          transform: rotate(-135deg);
          border: 1.5px solid #999999;
          border-top: none;
          border-right: none;
          position: absolute;
          top: 10px;
          right: 12px; }
        .lhb .lineBox .calendarBox .calendarBtn.previousBtn {
          padding-left: 4px;
          padding-right: 0; }
          .lhb .lineBox .calendarBox .calendarBtn.previousBtn:before {
            transform: rotate(45deg);
            left: 12px; }
        .lhb .lineBox .calendarBox .calendarBtn:hover {
          border-color: #FF500C; }
        .lhb .lineBox .calendarBox .calendarBtn.disabled {
          color: #999999;
          background: #EEEEEE;
          border-color: transparent;
          cursor: no-drop; }
          .lhb .lineBox .calendarBox .calendarBtn.disabled:before {
            border-color: #C4C4C4; }
      .lhb .lineBox .calendarBox .calendar {
        width: 140px;
        margin: 0 10px; }
        .lhb .lineBox .calendarBox .calendar .el-date-editor {
          width: 140px;
          cursor: pointer; }
          .lhb .lineBox .calendarBox .calendar .el-date-editor .el-input__inner {
            height: 30px;
            line-height: 30px;
            color: #333;
            border: 1px solid #C4C4C4;
            border-radius: 2px;
            padding-left: 40px;
            padding-right: 0;
            cursor: pointer; }
            .lhb .lineBox .calendarBox .calendar .el-date-editor .el-input__inner:hover, .lhb .lineBox .calendarBox .calendar .el-date-editor .el-input__inner:focus {
              border-color: #FF500C; }
          .lhb .lineBox .calendarBox .calendar .el-date-editor .el-input__prefix {
            left: 2px; }
            .lhb .lineBox .calendarBox .calendar .el-date-editor .el-input__prefix .el-input__icon {
              line-height: 30px; }
              .lhb .lineBox .calendarBox .calendar .el-date-editor .el-input__prefix .el-input__icon:before {
                font-size: 16px; }
  .lhb .tips {
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    padding-left: 30px;
    padding-top: 14px; }
    .lhb .tips.chartTips {
      padding-bottom: 0; }

.el-date-picker {
  color: #333; }
  .el-date-picker .el-date-picker__header .el-picker-panel__icon-btn:hover {
    color: #FF500C; }
  .el-date-picker .el-date-picker__header .el-date-picker__header-label:hover {
    color: #FF500C; }
  .el-date-picker .el-picker-panel__content .el-date-table td.prev-month, .el-date-picker .el-picker-panel__content .el-date-table td.next-month {
    color: #dfdfdf; }
  .el-date-picker .el-picker-panel__content .el-date-table td.available.weekend {
    color: #999; }
  .el-date-picker .el-picker-panel__content .el-date-table td.current:not(.disabled) span {
    color: #FF500C;
    background-color: #FFEDE6; }
  .el-date-picker .el-picker-panel__content .el-date-table td.today span {
    color: #FF500C;
    font-weight: normal; }
  .el-date-picker .el-picker-panel__content .el-date-table td.today.current span {
    color: #FFF;
    background: #FF500C; }
  .el-date-picker .el-picker-panel__content .el-date-table td.available:hover {
    color: #FF500C; }
  .el-date-picker .el-picker-panel__footer {
    display: block !important;
    text-align: center; }
    .el-date-picker .el-picker-panel__footer .el-button--text {
      font-size: 14px;
      width: 100%;
      color: #FF500C !important; }
    .el-date-picker .el-picker-panel__footer .el-button--default {
      display: none !important; }

.el-year-table td .cell:hover, .el-year-table td.current:not(.disabled) .cell, .el-month-table td .cell:hover, .el-month-table td.current:not(.disabled) .cell {
  color: #FF500C; }
.el-year-table td.today .cell, .el-month-table td.today .cell {
  font-weight: normal;
  color: #FF500C; }

.fullScreen .lhb .chartBox {
  border-bottom: none !important; }

*[v-cloak] {
  display: none !important; }

.rightPart .jccfbChartBox {
  padding-bottom: 10px; }
  .rightPart .jccfbChartBox #lhb_jccfb_chart, .rightPart .jccfbChartBox .lhb_jccfb_chart {
    height: 435px; }
.rightPart .positionBox {
  border-top: 14px solid #f0f2f5; }
.rightPart .fullScreenBtn {
  right: 24px;
  top: 23px; }
  .rightPart .fullScreenBtn::after {
    transform: translate(8px, 2px);
    width: 14px;
    height: 14px; }

#jccfb_rank {
  padding: 20px 19px 5px 18px;
  display: none; }
  #jccfb_rank.show {
    display: block; }
  #jccfb_rank .items {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 400; }
  #jccfb_rank .list {
    width: 194px; }
    #jccfb_rank .list .list_label {
      margin-bottom: 2px; }
  #jccfb_rank .item:nth-child(4) {
    margin-top: 14px; }
  #jccfb_rank .item {
    display: flex;
    margin-top: 11px; }
    #jccfb_rank .item .target {
      width: 17px;
      height: 17px;
      line-height: 17px;
      margin-right: 16px;
      border-radius: 50%;
      background-image: linear-gradient(180deg, #F46F6F 0%, #E63C3C 100%);
      font-size: 12px;
      color: #FFFFFF;
      letter-spacing: 0;
      font-weight: 400; }
    #jccfb_rank .item .bar {
      width: 160.52px;
      height: 19px;
      line-height: 19px;
      border-radius: 2px;
      font-size: 12px;
      color: #333333;
      letter-spacing: 0;
      font-weight: 500;
      margin-bottom: 6px; }
      #jccfb_rank .item .bar .txt {
        color: #333;
        margin-left: 5px; }
    #jccfb_rank .item .bar_label {
      width: 160px;
      line-height: 17px;
      font-size: 12px; }
  #jccfb_rank .list:nth-child(1) .item .bar {
    background: #F82222;
    border: 1px solid #F82222; }
    #jccfb_rank .list:nth-child(1) .item .bar .txt {
      color: #fff; }
  #jccfb_rank .list:nth-child(2) .item .bar {
    background: rgba(248, 34, 34, 0.2);
    border: 1px dashed #E63C3C; }
  #jccfb_rank .list:nth-child(3) .item .bar {
    border: 1px dashed #E63C3C; }
  #jccfb_rank .list:nth-child(4) .item .bar {
    border: 1px dashed #2E9943; }
  #jccfb_rank .items_kong {
    margin-top: 40px; }
    #jccfb_rank .items_kong .item .target {
      background-image: linear-gradient(180deg, #5BC978 0%, #2E9943 100%); }
    #jccfb_rank .items_kong .list:nth-child(1) .item .bar {
      background: #1EA638;
      border: 1px solid #1EA638; }
    #jccfb_rank .items_kong .list:nth-child(2) .item .bar {
      background: rgba(30, 166, 56, 0.2);
      border: 1px dashed #2E9943; }
    #jccfb_rank .items_kong .list:nth-child(3) .item .bar {
      border: 1px dashed #2E9943; }
    #jccfb_rank .items_kong .list:nth-child(4) .item .bar {
      border: 1px dashed #E63C3C; }
  #jccfb_rank .note {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    text-align: left;
    line-height: 17px;
    font-weight: 400;
    margin-top: 25px; }
  #jccfb_rank .note_next {
    margin-top: 10px;
    position: relative; }
  #jccfb_rank .more {
    color: #3381E3;
    font-weight: 400;
    position: absolute;
    right: -1px;
    bottom: 0;
    cursor: pointer; }

.rank_tip {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  border: none;
  transform: translateY(-6px); }
  .rank_tip .popper__arrow {
    border: none; }
    .rank_tip .popper__arrow::after {
      border-width: 12px;
      bottom: -4px !important;
      filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.2)); }
  .rank_tip .tip_content {
    margin: 5px 137px 24px 5px;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400; }
    .rank_tip .tip_content .tip_title {
      margin-bottom: 8px; }
    .rank_tip .tip_content .title_next {
      margin-top: 25px; }
    .rank_tip .tip_content .tip_target {
      color: #fff;
      width: 17px;
      height: 17px;
      line-height: 17px;
      margin-right: 9px;
      border-radius: 50%;
      background-image: linear-gradient(180deg, #F46F6F 0%, #E63C3C 100%); }
    .rank_tip .tip_content .tip_right .bar {
      width: 174.5px;
      height: 14px;
      line-height: 13px;
      background: #F82222;
      border-radius: 2px;
      margin-bottom: 5px; }
      .rank_tip .tip_content .tip_right .bar .txt {
        color: #fff;
        margin-left: 4px; }
    .rank_tip .tip_content .tip_right .arrow {
      margin-bottom: 3px; }
    .rank_tip .tip_content .tip_right .tip_txt {
      width: 210px;
      color: #666; }
      .rank_tip .tip_content .tip_right .tip_txt .txt_last {
        position: relative; }
      .rank_tip .tip_content .tip_right .tip_txt .next_line {
        position: absolute;
        left: 0;
        bottom: -17px;
        white-space: nowrap; }
    .rank_tip .tip_content .bar_next {
      background: rgba(248, 34, 34, 0.2) !important;
      border: 1px dashed #f82222; }
      .rank_tip .tip_content .bar_next .txt {
        color: #333 !important; }

.rank_flex {
  display: flex; }

.rank_flex_between {
  display: flex;
  justify-content: space-between; }

.rank_flex_right {
  display: flex;
  flex: 1 1; }

.rank_flex_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.red {
  color: #E63C3C; }

.green {
  color: #2E9943; }

/*# sourceMappingURL=jccfb.css.map */
