@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.floatBtn_td[data-v-551cce96] {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  /*IE10*/
  /*早期浏览器*/
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  left: calc(100% - 100px);
  top: 427px;
  z-index: 999;
  font-size: 14px;
  height: 80px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.floatBtn_td.rightBtn[data-v-551cce96] {
    border-radius: 20px 0 0 20px;
}
.floatBtn_td.leftBtn[data-v-551cce96] {
    border-radius: 0 20px 20px 0;
}
.floatBtn_td.moveBtn[data-v-551cce96] {
    border-radius: 20px;
}

@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.mobile-r-data-summary-container {
  background: #f2f2f2;
}
.mobile-r-data-summary-container .top-box {
    padding: 20px 10px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: 'DIN Alternate';
}
.mobile-r-data-summary-container .top-box p {
      font-size: 20px;
      font-weight: bold;
      margin-top: 5px;
}
.mobile-r-data-summary-container .top-box.refresh-box p {
      color: #a61c00;
      animation: refresh_kfr 1s forwards ease-in-out;
}
@keyframes refresh_kfr {
to {
    color: #444;
}
}
.mobile-r-data-summary-container label {
    font-size: 12px;
    color: #f9f7f7;
}
.mobile-r-data-summary-container .item-box {
    border-radius: 4px;
    padding: 20px 20px 0;
    background: #fff;
    position: relative;
    z-index: 1;
}
.mobile-r-data-summary-container .item-box > div {
      margin-bottom: 20px;
}
.mobile-r-data-summary-container .item-box label {
      color: #999999;
      position: relative;
      padding-left: 10px;
      white-space: nowrap;
}
.mobile-r-data-summary-container .item-box label::before {
        content: '';
        width: 4px;
        height: 4px;
        background: #a61c00;
        position: absolute;
        left: 0;
        top: 6px;
}
.mobile-r-data-summary-container .item-box p {
      font-size: 14px;
      font-weight: bold;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin-top: 5px;
}
.mobile-r-data-summary-container .item-box.refresh-box p {
      color: #a61c00;
      animation: refresh_kfr 1s forwards ease-in-out;
}
@keyframes refresh_kfr {
to {
    color: #444;
}
}
.mobile-r-data-summary-container .item-box .van-skeleton .van-skeleton__title + .van-skeleton__row {
      margin-top: 5px;
}
@media screen and (max-width: 320px) {
.mobile-r-data-summary-container .top-box p {
      font-size: 18px;
}
}
.mobile-r-data-summary-container .mini-txt {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    transform: scale(0.9);
}
.mobile-r-data-summary-container .mini-txt.fixed-box {
      position: absolute;
      top: 5px;
      right: 5px;
      color: #999999;
}
.mobile-r-data-summary-container .el-row .el-col:not(:last-child) {
    padding-right: 20px;
}
.mobile-r-data-summary-container .el-row .el-col .item-box {
    border-radius: 10px;
    padding: 15px;
}
.mobile-r-data-summary-container .el-row .el-col .item-box label {
      font-size: 13px;
      color: #666;
}
.mobile-r-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;
}
.mobile-r-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) {
.mobile-r-data-summary-container .el-row .el-col:nth-of-type(4n) {
      padding-right: 0px;
}
.mobile-r-data-summary-container .el-row .el-col:nth-child(1) .item-box, .mobile-r-data-summary-container .el-row .el-col:nth-child(2) .item-box, .mobile-r-data-summary-container .el-row .el-col:nth-child(3) .item-box, .mobile-r-data-summary-container .el-row .el-col:nth-child(4) .item-box {
      margin-bottom: 20px;
}
}
.mobile-r-data-summary-container .blue-bg {
    background: #f5f9fc;
}
.mobile-r-data-summary-container .purple-bg {
    background: #fef5ff;
}
.mobile-r-data-summary-container .green-bg {
    background: #f6fefa;
}
.mobile-r-data-summary-container .yellow-bg {
    background: #fffcf3;
}
.mobile-r-data-summary-container .mini-txt {
    font-size: 14px;
    font-weight: normal;
}
.mobile-r-data-summary-container .summaryStyle {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
.mobile-r-data-summary-container .summaryStyle {
      flex-wrap: wrap;
}
}
@media only screen and (min-width: 1920px) {
.mobile-r-data-summary-container .summaryStyle {
      justify-content: space-between;
      padding-left: 10px !important;
      padding-right: 10px !important;
}
.mobile-r-data-summary-container .summaryStyle .el-col-lg-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
}
.mobile-r-data-summary-container .summaryStyle .el-col-xl-3 {
        width: 13%;
}
}

@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.mobile-r-assets-profit-loss-overview-container .echarts-box .item-box {
  background: #fff;
  border-radius: 4px;
  height: 380px;
}
.mobile-r-assets-profit-loss-overview-container .echarts-box .item-box.asset-item-box {
    height: 320px;
}
.mobile-r-assets-profit-loss-overview-container .echarts-box .line-echart-box {
  height: 300px;
  background: #fff;
  border-radius: 4px;
}
.mobile-r-assets-profit-loss-overview-container .echarts-box .no-data {
  margin-top: 100px;
}

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

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

@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 配色 */
.mobile-r-asset-allocation-container {
  margin: 0 10px;
}
.mobile-r-asset-allocation-container .echarts-box .item-box {
    background: #fff;
    border-radius: 4px;
    height: 395px;
    padding: 10px;
}
.mobile-r-asset-allocation-container .echarts-box .item-box .mycascader {
      margin-left: 0 !important;
}
.mobile-r-asset-allocation-container .echarts-box .pie-echart-box {
    height: 330px;
    margin: 0 -10px;
}
.mobile-r-asset-allocation-container .echarts-box .colfirst .el-loading-mask .el-loading-spinner {
    margin-top: -5px;
}
.mobile-r-asset-allocation-container .assetAllocation_table {
    min-height: 405px;
}
.mobile-r-asset-allocation-container .assetAllocation_table .tableItemBlue_box .el-table__empty-text {
      line-height: unset !important;
}
.mobile-r-asset-allocation-container .assetAllocation_table .tableItemBlue_box .el-table [class*='el-table__row--level'] .el-table__expand-icon {
      display: none;
}
.mobile-r-asset-allocation-container .assetAllocation_table .assetAllocation_table_tit {
      font-size: 12px;
      font-weight: 600;
      color: #444444;
      margin: 5px 0 15px;
}

@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.mobile-r-dashboard-container {
  overflow-x: hidden;
  position: relative;
  padding-bottom: 30px;
  /* 时间类型*/
}
.mobile-r-dashboard-container .radius-bg-box {
    width: 120%;
    height: 200px;
    background: #a61c00;
    border-radius: 0px 0px 100px 100px;
    position: absolute;
    left: -10%;
}
.mobile-r-dashboard-container .el-table .el-table__body {
    border-bottom: none;
}
.mobile-r-dashboard-container .el-table .el-table__body tr td .cell .status-box {
      margin: 0 -10px;
      height: 100%;
      line-height: 25px;
}
.mobile-r-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;
}
}
.mobile-r-dashboard-container .search-box {
    height: 60px;
    background: #a61c00;
    padding-top: 40px !important;
    overflow: unset;
    z-index: 3;
    top: 0;
}
.mobile-r-dashboard-container .search-box .el-form {
      min-width: 100%;
      white-space: nowrap;
      display: flex;
      justify-content: space-between;
      align-items: center;
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) {
        margin: 0 10px 0 0;
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-input__inner {
          border: none;
          background-color: transparent;
          background-image: none;
          color: #fff;
          padding-left: 0;
          padding-right: 20px;
          font-size: 14px;
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-input__inner::-webkit-input-placeholder {
            color: #fff;
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-input__inner::-moz-placeholder {
            color: #fff;
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-input__inner:-moz-placeholder {
            color: #fff;
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-input__inner:-ms-input-placeholder {
            color: #fff;
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-input__suffix {
          width: 20px;
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-select .el-select__caret.el-icon-arrow-up::before {
          border-bottom: 5px solid #fff;
          top: 50%;
          transform: translateY(-50%);
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-select .el-input__inner {
          height: auto !important;
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-select .el-select__tags span.el-tag {
          padding: 0 3px;
          max-width: 70%;
          background-color: #f6e8e5;
          color: #a61c00;
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-select .el-select__tags span.el-tag:first-child {
            margin-left: 0;
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-input {
          width: 95px;
}
@media screen and (max-width: 320px) {
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-input {
            width: 85px;
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-input .el-input__inner {
              font-size: 12px;
}
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-input__prefix {
          color: #fff;
}
.mobile-r-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .check_tab .el-checkbox__label {
          font-size: 13px;
          color: #444;
          padding-left: 5px;
}
.mobile-r-dashboard-container .search-box .date-box {
      height: 24px;
      line-height: 24px;
      position: absolute;
      left: 40%;
      color: #fff;
      /* 自定义时间弹框 */
}
.mobile-r-dashboard-container .search-box .date-box .custom-time-popover {
        position: absolute;
        top: 30px;
        left: calc(40% - 100px);
        background: #fff;
        width: 200px;
        height: 92px;
        border-radius: 4px;
        padding: 15px;
        z-index: 4;
        color: #666;
        font-size: 13px;
        box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
        /* 三角形 */
}
.mobile-r-dashboard-container .search-box .date-box .custom-time-popover:before {
          content: '';
          width: 0px;
          height: 0px;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 6px solid #fff;
          position: absolute;
          top: -6px;
          right: 90px;
}
.mobile-r-dashboard-container .search-box .date-box .custom-time-popover .day-date-item .el-form-item__content .el-input__inner {
          height: 24px;
          line-height: 24px;
}
.mobile-r-dashboard-container .search-box .date-box .custom-time-popover .day-date-item .el-date-editor.el-input,
        .mobile-r-dashboard-container .search-box .date-box .custom-time-popover .day-date-item .el-date-editor.el-input__inner {
          width: 170px;
}
.mobile-r-dashboard-container .search-box .date-box .custom-time-popover .el-button {
          border-radius: 15px;
}
@media screen and (max-width: 320px) {
.mobile-r-dashboard-container .search-box .date-box {
        font-size: 12px;
}
}
.mobile-r-dashboard-container .echarts-box .el-col {
    position: relative;
    z-index: 1;
}
.mobile-r-dashboard-container .assets-echart-box {
    margin-top: 30px;
}
.mobile-r-dashboard-container .new-date-item {
    line-height: 22px;
}
.mobile-r-dashboard-container .new-date-item .check_tab .el-checkbox__label {
      font-size: 12px;
      margin-right: 0px;
}
.mobile-r-dashboard-container .search-box
.el-form
.el-form-item:not(.day-date-item).tag_pos.risk_dashboard_select
.el-form-item__content
.el-input {
    width: 115px;
}
.mobile-r-dashboard-container .search-box
.el-form
.el-form-item:not(.day-date-item).risk_dashboard_select
.el-form-item__content
.el-input {
    width: 115px;
}
.mobile-r-dashboard-container .time-type-box {
    position: absolute;
    top: 16px;
    right: 10px;
    z-index: 2;
    /* 自定义时间弹框 */
}
.mobile-r-dashboard-container .time-type-box .el-radio-button:not(:last-child) {
      border-right: 1px solid #d8d8d8;
}
.mobile-r-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;
}
.mobile-r-dashboard-container .time-type-box .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled),
    .mobile-r-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;
}
.mobile-r-dashboard-container .time-type-box .custom-time-popover {
      position: absolute;
      top: 30px;
      right: -10px;
      background: #fff;
      width: 300px;
      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);
      /* 三角形 */
}
.mobile-r-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;
}
.mobile-r-dashboard-container .time-type-box .custom-time-popover .el-date-editor--daterange.el-input__inner {
        width: 270px;
        height: 24px;
        border-color: #d8dce6;
        border-radius: 2px;
        font-size: 12px;
        color: #444;
}
.mobile-r-dashboard-container .time-type-box .custom-time-popover .el-range-editor .el-range-separator {
        position: relative;
        top: -8px;
        font-size: 12px;
}
.mobile-r-dashboard-container .time-type-box .custom-time-popover .el-input__icon {
        position: absolute;
        top: -2px;
        right: 0;
        line-height: 25px;
}
.mobile-r-dashboard-container .time-type-box .custom-time-popover .el-button {
        border-radius: 15px;
}
@media screen and (max-width: 1600px) {
.mobile-r-dashboard-container .time-type-box .el-radio-button .el-radio-button__inner {
      font-size: 12px;
      padding: 0 5px;
}
}
.mobile-r-dashboard-container .custom-title {
    font-size: 16px;
    padding-left: 10px;
}
.mobile-r-dashboard-container .custom-title::before {
      width: 3px;
      height: 10px;
      border-radius: 2.5px;
      top: 6px;
}
@media screen and (max-width: 320px) {
.mobile-r-dashboard-container .custom-title {
      font-size: 14px;
}
.mobile-r-dashboard-container .custom-title::before {
        top: 5px;
}
}
.position_f {
  position: fixed;
}
.paddingT_60 {
  padding-top: 60px;
}

