@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.data-summary-container {
  background: #fff;
}
.data-summary-container .el-row .el-col:not(:last-child) {
    padding-right: 20px;
}
.data-summary-container .el-row .el-col .item-box {
    border-radius: 10px;
    padding: 15px;
}
.data-summary-container .el-row .el-col .item-box label {
      font-size: 13px;
      color: #666;
}
.data-summary-container .el-row .el-col .item-box p {
      font-size: 20px;
      font-weight: bold;
      margin-top: 10px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #444;
}
.data-summary-container .el-row .el-col .item-box.refresh-box p {
      color: #a61c00;
      animation: refresh_kfr 1s forwards ease-in-out;
}
@keyframes refresh_kfr {
to {
    color: #444;
}
}
@media screen and (max-width: 1919px) {
.data-summary-container .el-row .el-col:nth-of-type(4n) {
      padding-right: 0px;
}
.data-summary-container .el-row .el-col:nth-child(1) .item-box, .data-summary-container .el-row .el-col:nth-child(2) .item-box, .data-summary-container .el-row .el-col:nth-child(3) .item-box, .data-summary-container .el-row .el-col:nth-child(4) .item-box {
      margin-bottom: 20px;
}
}
.data-summary-container .blue-bg {
    background: #f5f9fc;
}
.data-summary-container .purple-bg {
    background: #fef5ff;
}
.data-summary-container .green-bg {
    background: #f6fefa;
}
.data-summary-container .yellow-bg {
    background: #fffcf3;
}
.data-summary-container .mini-txt {
    font-size: 14px;
    font-weight: normal;
}
.data-summary-container .summaryStyle {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
.data-summary-container .summaryStyle {
      flex-wrap: wrap;
}
}
@media only screen and (min-width: 1920px) {
.data-summary-container .summaryStyle {
      justify-content: space-between;
      padding-left: 10px !important;
      padding-right: 10px !important;
}
.data-summary-container .summaryStyle .el-col-lg-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
}
.data-summary-container .summaryStyle .el-col-xl-3 {
        width: 13%;
}
}

@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.assets-profit-loss-overview-container .echarts-box {
  background: #fff;
  height: 700x;
}
.assets-profit-loss-overview-container .echarts-box .line-echart-box {
    height: 350px;
}
.assets-profit-loss-overview-container .echarts-box .no-data {
    margin-top: 100px;
}
.assets-profit-loss-overview-container .border-right-10 {
  border-right: 10px solid #f2f2f2;
}
.assets-profit-loss-overview-container .b-bottom {
  border-bottom: 1px solid #eeeeee;
}

@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.profit-loss-attribution-container .echarts-box {
  background: #fff;
  height: 350px;
}
.profit-loss-attribution-container .echarts-box .bar-echart-box {
    height: 350px;
}
.profit-loss-attribution-container .echarts-box .legend-box {
    color: #666;
    position: absolute;
    left: 50%;
    width: 140px;
    margin: 17px -70px;
    font-size: 12px;
}
.profit-loss-attribution-container .echarts-box .legend-box > div .orange-box {
      width: 12px;
      height: 12px;
      background: #ff8550;
}
.profit-loss-attribution-container .echarts-box .legend-box > div .blue-box {
      width: 12px;
      height: 12px;
      background: #4554cf;
}
.profit-loss-attribution-container .echarts-box .filter-box .type-select {
    margin-right: 75px;
}
.profit-loss-attribution-container .echarts-box .filter-box .type-select .el-input input.el-input__inner {
      width: 45px;
      padding: 0 10px;
}
.profit-loss-attribution-container .echarts-box .no-data {
    margin-top: 100px;
}

@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.day-trade-container .day-trade-box {
  min-height: 385px;
  background: #fff;
}
.day-trade-container .day-trade-box .tableItemBlue_box .el-table__empty-text {
    line-height: unset !important;
}
.day-trade-container .day-trade-box .tableItemBlue_box .el-table td.el-table__cell div {
    padding-right: 40px;
}

@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.mycascader
.el-cascader-node
.el-checkbox.is-checked
+ .el-cascader-node__label {
  color: #a61c00;
  font-weight: 600;
}
.mycascader .el-cascader-node.in-active-path {
  font-weight: normal;
}

@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.asset-allocation-container .echarts-box {
  background: #fff;
}
.asset-allocation-container .echarts-box .pie-echart-box {
    height: 350px;
}
.asset-allocation-container .echarts-box .colfirst {
    min-height: 405px;
}
.asset-allocation-container .echarts-box .colfirst .el-loading-mask .el-loading-spinner {
      margin-top: -5px;
}
.asset-allocation-container .assetAllocation_padding12 {
  padding: 0 12px;
}
.asset-allocation-container .assetAllocation_table_line {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}
.asset-allocation-container .assetAllocation_table {
  min-height: 405px;
}
.asset-allocation-container .assetAllocation_table .tableItemBlue_box .el-table__empty-text {
    line-height: unset !important;
}
.asset-allocation-container .assetAllocation_table .tableItemBlue_box .el-table [class*='el-table__row--level'] .el-table__expand-icon {
    display: none;
}
.asset-allocation-container .assetAllocation_table .assetAllocation_table_tit {
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #444444;
    margin: 20px 0;
}

@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.dashboard-container {
  height: calc(100vh - 42px);
  overflow-x: hidden;
  overflow-y: auto;
  /* 时间类型*/
}
.dashboard-container .el-table .el-table__body {
    border-bottom: none;
}
.dashboard-container .el-table .el-table__body tr td .cell {
      width: 100% !important;
}
.dashboard-container .el-table .el-table__body tr td .cell .status-box {
        margin: 0 -10px;
        height: 100%;
        line-height: 25px;
}
.dashboard-container .el-table .el-table__body tr td .cell .status-box.blue-bg {
          background: #11AEF2;
          animation: bg_kfr 1s forwards ease-in-out;
}
@keyframes bg_kfr {
to {
    background: transparent;
}
}
.dashboard-container .echarts-box .el-col {
    position: relative;
    z-index: 1;
    height: 350px;
}
.dashboard-container .new-date-item {
    line-height: 22px;
}
.dashboard-container .new-date-item .check_tab .el-checkbox__label {
      font-size: 12px;
      margin-right: 0px;
}
.dashboard-container .time-type-box {
    position: absolute;
    top: 17px;
    right: 10px;
    z-index: 2;
    /* 自定义时间弹框 */
}
.dashboard-container .time-type-box .el-radio-button:not(:last-child) {
      border-right: 2px solid #d8d8d8;
}
.dashboard-container .time-type-box .el-radio-button .el-radio-button__inner {
      border: none;
      font-size: 12px;
      font-weight: normal;
      color: #666;
      padding: 0 10px;
      box-shadow: none;
}
.dashboard-container .time-type-box .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled),
    .dashboard-container .time-type-box .el-radio-button__orig-radio:checked + .el-radio-button__inner {
      background: transparent;
      color: #a61c00;
      font-weight: bold;
      box-shadow: none;
}
.dashboard-container .time-type-box .custom-time-popover {
      position: absolute;
      top: 30px;
      right: -10px;
      background: #fff;
      width: 330px;
      height: 130px;
      border-radius: 4px;
      padding: 15px;
      z-index: 3;
      color: #666;
      font-size: 13px;
      box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
      /* 三角形 */
}
.dashboard-container .time-type-box .custom-time-popover:before {
        content: '';
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        top: -10px;
        right: 30px;
}
.dashboard-container .time-type-box .custom-time-popover .el-date-editor--daterange.el-input__inner {
        width: 300px;
        height: 24px;
        border-color: #d8dce6;
        border-radius: 2px;
        font-size: 12px;
        color: #444;
}
.dashboard-container .time-type-box .custom-time-popover .el-range-editor .el-range-separator {
        position: relative;
        top: -8px;
        font-size: 12px;
}
.dashboard-container .time-type-box .custom-time-popover .el-input__icon {
        position: absolute;
        top: -2px;
        right: 0;
        line-height: 25px;
}
@media screen and (max-width: 1600px) {
.dashboard-container .time-type-box .el-radio-button .el-radio-button__inner {
      font-size: 12px;
      padding: 0 5px;
}
}
.dashboard-container .unit-box {
    font-size: 12px;
}
.dashboard-container .custom-title {
    font-size: 14px;
    padding-left: 10px;
}
.dashboard-container .custom-title::before {
      width: 3px;
      height: 14px;
      border-radius: 2.5px;
      top: 3px;
}
.dashboard-container .filter-box {
    position: absolute;
    top: 17px;
    z-index: 2;
}

