@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.mobile-account-asset-liability-ratio .grey-select .el-select .el-select__tags .el-tag {
  transform: unset;
}
.mobile-account-asset-liability-ratio .account-box {
  min-height: 385px;
  position: relative;
  z-index: 1;
}
.mobile-account-asset-liability-ratio .account-box .item-box {
    background: #fff;
    border-radius: 4px;
    padding: 10px;
}
.mobile-account-asset-liability-ratio .account-box .tableItemBlue_box .el-table__empty-text {
    line-height: unset !important;
}
.mobile-account-asset-liability-ratio .echarts-box {
  background: #fff;
  height: 300px;
  border-radius: 4px;
}
.mobile-account-asset-liability-ratio .echarts-box .line-echart-box {
    height: 300px;
}
.mobile-account-asset-liability-ratio .echarts-box .no-data {
    margin-top: 100px;
}
.el-select-dropdown.el-popper {
  width: 100% !important;
  max-width: unset !important;
  min-width: unset !important;
  left: unset !important;
}

@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-risk-dashboard-container {
  overflow-x: hidden;
  padding-bottom: 30px;
  position: relative;
}
.mobile-risk-dashboard-container .radius-bg-box {
    width: 120%;
    height: 200px;
    background: #a61c00;
    border-radius: 0px 0px 100px 100px;
    position: absolute;
    left: -10%;
}
.mobile-risk-dashboard-container .shadow-box::before {
    content: '';
    box-shadow: 0 0 10px 2px #333;
    position: fixed;
    /*无需 top 值*/
    width: 100%;
    z-index: 2;
}
.mobile-risk-dashboard-container .shadow-box::after {
    content: '';
    width: 100%;
    height: 10px;
    background: #a61c00;
    position: absolute;
    z-index: 2;
}
.mobile-risk-dashboard-container .search-box {
    height: 60px;
    background: #a61c00;
    padding-top: 40px !important;
    overflow: unset;
    z-index: 3;
    top: 0;
}
.mobile-risk-dashboard-container .search-box .el-form {
      min-width: 100%;
      white-space: nowrap;
      display: flex;
      justify-content: space-between;
      align-items: center;
}
.mobile-risk-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) {
        margin: 0 10px 0 0;
}
.mobile-risk-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-risk-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-risk-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-risk-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-risk-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-risk-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-input__suffix {
          width: 20px;
}
.mobile-risk-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-risk-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-risk-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-risk-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-risk-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-risk-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-input {
            width: 85px;
}
.mobile-risk-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-risk-dashboard-container .search-box .el-form .el-form-item:not(.day-date-item) .el-form-item__content .el-input__prefix {
          color: #fff;
}
.mobile-risk-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-risk-dashboard-container .search-box .date-box {
      height: 24px;
      line-height: 24px;
      position: absolute;
      left: 40%;
      color: #fff;
      /* 自定义时间弹框 */
}
.mobile-risk-dashboard-container .search-box .date-box .custom-time-popover {
        position: absolute;
        top: 30px;
        left: calc(40% - 100px);
        background: #fff;
        width: 200px;
        height: 100px;
        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-risk-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-risk-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-risk-dashboard-container .search-box .date-box .custom-time-popover .day-date-item .el-date-editor.el-input,
        .mobile-risk-dashboard-container .search-box .date-box .custom-time-popover .day-date-item .el-date-editor.el-input__inner {
          width: 170px;
}
.mobile-risk-dashboard-container .search-box .date-box .custom-time-popover .el-button {
          border-radius: 15px;
}
@media screen and (max-width: 320px) {
.mobile-risk-dashboard-container .search-box .date-box {
        font-size: 12px;
}
}
.mobile-risk-dashboard-container .echarts-box .el-col {
    position: relative;
    z-index: 1;
}
.mobile-risk-dashboard-container .custom-title {
    font-size: 16px;
    padding-left: 10px;
}
.mobile-risk-dashboard-container .custom-title::before {
      width: 3px;
      height: 10px;
      border-radius: 2.5px;
      top: 6px;
}
@media screen and (max-width: 320px) {
.mobile-risk-dashboard-container .custom-title {
      font-size: 14px;
}
.mobile-risk-dashboard-container .custom-title::before {
        top: 5px;
}
}
.mobile-risk-dashboard-container .filter-box {
    position: absolute;
    top: 17px;
    z-index: 2;
}
.mobile-risk-dashboard-container .mini-txt {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    transform: scale(0.9);
}
.mobile-risk-dashboard-container .mini-txt.fixed-box {
      position: absolute;
      top: 25px;
      right: 15px;
      color: #999999;
}
.mobile-risk-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-risk-dashboard-container .search-box
.el-form
.el-form-item:not(.day-date-item).risk_dashboard_select
.el-form-item__content
.el-input {
    width: 115px;
}
.position_f {
  position: fixed;
}
.paddingT_60 {
  padding-top: 60px;
}

