@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
[data-v-ea35685a] .c-basic-table:not(.custom-table) .el-table {
  height: 100% !important;
}
[data-v-ea35685a] .van-popup__close-icon {
  z-index: 2 !important;
}

@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.el-popper {
  z-index: 3000 !important;
}
.c-basic-table .el-table.basic-table > .el-table__footer-wrapper::after {
  width: unset !important;
}
.el-select-dropdown.el-popper.select-tradeAccountId {
  left: 0 !important;
  min-width: unset !important;
}
.el-select-dropdown.el-popper {
  width: 100% !important;
  max-width: unset;
}
.mobile-account-partial-container {
  height: calc(100vh - 45px);
  /* 搜索表单样式*/
}
.mobile-account-partial-container .c-basic-table {
    padding: 0 !important;
    height: 100%;
}
.mobile-account-partial-container .table-box {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
}
.mobile-account-partial-container .search-box {
    margin: 10px 0;
    padding: 7.5px 10px;
    padding-top: 45px;
    min-width: 100%;
    min-height: 24px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
}
.mobile-account-partial-container .search-box .el-button {
      min-width: 170px;
      height: 40px;
      font-size: 14px;
}
@media screen and (max-width: 320px) {
.mobile-account-partial-container .search-box .el-button {
      min-width: 145px !important;
      height: 40px;
      font-size: 14px;
}
}
.mobile-account-partial-container .operate-search-wrap {
    height: 100%;
    background: #fff;
}
.mobile-account-partial-container .operate-search-wrap .filtrateBtn {
      text-align: right;
      line-height: 40px;
      padding-right: 10px;
      height: 40px;
      color: #666666;
      font-size: 12px;
      z-index: 999;
}
.mobile-account-partial-container .operate-search-wrap .operate-search-box {
      margin: 0 !important;
      padding: 0;
      min-height: 0px;
}
.mobile-account-partial-container .operate-search-wrap .filtrateTitle {
      text-align: center;
      font-size: 16px;
      color: #222;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 0;
      height: 55px;
      line-height: 55px;
      width: 100%;
      z-index: 1;
      background: #fff;
      box-shadow: 0px 0px 5px 0px #938c8c2b;
}
.mobile-account-partial-container .operate-search-wrap .el-form {
      margin-bottom: 42px;
      /* 自定义checkbox/radio样式：主题色 */
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-form-item {
        width: 100%;
        margin: 10px 0px 0 0;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-form-item:last-of-type {
          margin: -1px 20px 0 0 !important;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-form-item .el-form-item__label {
          font-size: 13px;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-form-item .el-form-item__content {
          width: 100%;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-form-item .el-form-item__content .el-select {
            width: 100%;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-form-item .el-form-item__content .el-input__inner {
          height: 24px;
          line-height: 24px;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-date-editor.el-input {
        width: 100%;
}
.mobile-account-partial-container .operate-search-wrap .el-form .check_tab .el-checkbox {
        position: absolute;
        right: 2px;
        top: -62px !important;
}
.mobile-account-partial-container .operate-search-wrap .el-form .check_tab2 .el-checkbox {
        position: absolute;
        right: 2px;
        top: -28px;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-checkbox__input + .el-checkbox__label,
      .mobile-account-partial-container .operate-search-wrap .el-form .el-checkbox__input + .el-radio__label,
      .mobile-account-partial-container .operate-search-wrap .el-form .el-radio__input + .el-checkbox__label,
      .mobile-account-partial-container .operate-search-wrap .el-form .el-radio__input + .el-radio__label {
        font-weight: bold;
        color: #444;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-checkbox__input.is-checked + .el-checkbox__label,
      .mobile-account-partial-container .operate-search-wrap .el-form .el-checkbox__input.is-checked + .el-radio__label,
      .mobile-account-partial-container .operate-search-wrap .el-form .el-radio__input.is-checked + .el-checkbox__label,
      .mobile-account-partial-container .operate-search-wrap .el-form .el-radio__input.is-checked + .el-radio__label {
        font-weight: bold;
        color: #444;
}
.mobile-account-partial-container .operate-search-wrap .query-opt-right {
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      z-index: 1;
      bottom: 0;
      left: 50%;
      width: 100%;
      transform: translateX(-50%);
      padding: 10px 0;
      background: #fff;
      box-shadow: 0px 0px 5px 0px #938c8c2b;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > th.el-table__cell.bg-crimson,
  .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > th.el-table__cell.bg-crimson {
    background-color: #cfb0ad !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell,
  .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell {
    border-bottom: 1px solid #ebebeb;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-1,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-1 {
      background: linear-gradient(to right, white, #fcfaf9) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-2,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-2 {
      background: linear-gradient(to right, #fbf9f8, #f6f1f0) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-3,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-3 {
      background: linear-gradient(to right, #f6f0ef, #f2eae9) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-4,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-4 {
      background: linear-gradient(to right, #f2eae9, #eee3e2) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-5,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-5 {
      background: linear-gradient(to right, #efe4e3, #ebdedd) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-6,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-6 {
      background: linear-gradient(to right, #eadddc, #e7d7d6) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-7,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-7 {
      background: linear-gradient(to right, #e7d7d5, #e4d2d0) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-8,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-8 {
      background: linear-gradient(to right, #e3d1cf, #e0cbc9) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-9,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-9 {
      background: linear-gradient(to right, #dfcbc9, #dcc5c3) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-10,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-10 {
      background: linear-gradient(to right, #dcc5c3, #d6bdba) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-11,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-11 {
      background: linear-gradient(to right, #d7bdba, #d0b2af) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-12,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-12 {
      background: linear-gradient(to right, #d7bdba, #d0b2af) !important;
}

@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
[data-v-7aa72eae] .c-basic-table:not(.custom-table) .el-table {
  height: 100% !important;
}
[data-v-7aa72eae] .van-popup__close-icon {
  z-index: 2 !important;
}

@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.el-popper {
  z-index: 3000 !important;
}
.mobile-account-partial-container .operate-search-wrap .filtrateTitle {
  z-index: 2 !important;
}
.c-basic-table .el-table.basic-table > .el-table__footer-wrapper::after {
  width: unset !important;
}
.el-select-dropdown.el-popper.select-tradeAccountId {
  left: 0 !important;
}
.el-select-dropdown.el-popper {
  width: 100% !important;
  max-width: unset;
}
.mobile-account-partial-container {
  height: calc(100vh - 45px);
  /* 搜索表单样式*/
}
.mobile-account-partial-container .c-basic-table {
    padding: 0 !important;
    height: 100%;
}
.mobile-account-partial-container .table-box {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
}
.mobile-account-partial-container .search-box {
    margin: 10px 0;
    padding: 7.5px 10px;
    padding-top: 45px;
    min-width: 100%;
    min-height: 24px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
}
.mobile-account-partial-container .search-box .el-button {
      min-width: 170px;
      height: 40px;
      font-size: 14px;
}
@media screen and (max-width: 320px) {
.mobile-account-partial-container .search-box .el-button {
      min-width: 145px !important;
      height: 40px;
      font-size: 14px;
}
}
.mobile-account-partial-container .operate-search-wrap {
    height: 100%;
    background: #fff;
}
.mobile-account-partial-container .operate-search-wrap .filtrateBtn {
      text-align: right;
      line-height: 40px;
      padding-right: 10px;
      height: 40px;
      color: #666666;
      right: 10px;
      font-size: 12px;
      top: 56px;
      z-index: 999;
}
.mobile-account-partial-container .operate-search-wrap .operate-search-box {
      margin: 0 !important;
      padding: 0;
      min-height: 0px;
}
.mobile-account-partial-container .operate-search-wrap .filtrateTitle {
      text-align: center;
      font-size: 16px;
      color: #222;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 0;
      height: 55px;
      line-height: 55px;
      width: 100%;
      z-index: 1;
      background: #fff;
      box-shadow: 0px 0px 5px 0px #938c8c2b;
}
.mobile-account-partial-container .operate-search-wrap .el-form {
      margin-bottom: 42px;
      /* 自定义checkbox/radio样式：主题色 */
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-form-item {
        width: 100%;
        margin: 10px 0px 0 0;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-form-item:last-of-type {
          margin: 10px 20px 0 0;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-form-item .el-form-item__label {
          font-size: 13px;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-form-item .el-form-item__content {
          width: 100%;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-form-item .el-form-item__content .el-select {
            width: 100%;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-form-item .el-form-item__content .el-input__inner {
          height: 24px;
          line-height: 24px;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-date-editor.el-input {
        width: 100%;
}
.mobile-account-partial-container .operate-search-wrap .el-form .check_tab .el-checkbox {
        position: absolute;
        right: 2px;
        top: -62px;
}
.mobile-account-partial-container .operate-search-wrap .el-form .check_tab2 .el-checkbox {
        position: absolute;
        right: 2px;
        top: -28px;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-checkbox__input + .el-checkbox__label,
      .mobile-account-partial-container .operate-search-wrap .el-form .el-checkbox__input + .el-radio__label,
      .mobile-account-partial-container .operate-search-wrap .el-form .el-radio__input + .el-checkbox__label,
      .mobile-account-partial-container .operate-search-wrap .el-form .el-radio__input + .el-radio__label {
        font-weight: bold;
        color: #444;
}
.mobile-account-partial-container .operate-search-wrap .el-form .el-checkbox__input.is-checked + .el-checkbox__label,
      .mobile-account-partial-container .operate-search-wrap .el-form .el-checkbox__input.is-checked + .el-radio__label,
      .mobile-account-partial-container .operate-search-wrap .el-form .el-radio__input.is-checked + .el-checkbox__label,
      .mobile-account-partial-container .operate-search-wrap .el-form .el-radio__input.is-checked + .el-radio__label {
        font-weight: bold;
        color: #444;
}
.mobile-account-partial-container .operate-search-wrap .query-opt-right {
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      z-index: 1;
      bottom: 0;
      left: 50%;
      width: 100%;
      transform: translateX(-50%);
      padding: 10px 0;
      background: #fff;
      box-shadow: 0px 0px 5px 0px #938c8c2b;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > th.el-table__cell.bg-crimson,
  .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > th.el-table__cell.bg-crimson {
    background-color: #cfb0ad !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell,
  .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell {
    border-bottom: 1px solid #ebebeb;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-1,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-1 {
      background: linear-gradient(to right, white, #fcfaf9) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-2,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-2 {
      background: linear-gradient(to right, #fbf9f8, #f6f1f0) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-3,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-3 {
      background: linear-gradient(to right, #f6f0ef, #f2eae9) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-4,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-4 {
      background: linear-gradient(to right, #f2eae9, #eee3e2) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-5,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-5 {
      background: linear-gradient(to right, #efe4e3, #ebdedd) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-6,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-6 {
      background: linear-gradient(to right, #eadddc, #e7d7d6) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-7,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-7 {
      background: linear-gradient(to right, #e7d7d5, #e4d2d0) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-8,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-8 {
      background: linear-gradient(to right, #e3d1cf, #e0cbc9) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-9,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-9 {
      background: linear-gradient(to right, #dfcbc9, #dcc5c3) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-10,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-10 {
      background: linear-gradient(to right, #dcc5c3, #d6bdba) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-11,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-11 {
      background: linear-gradient(to right, #d7bdba, #d0b2af) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-12,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-12 {
      background: linear-gradient(to right, #d7bdba, #d0b2af) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-13,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-13 {
      background: linear-gradient(to right, #d7bdba, #d0b2af) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-14,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-14 {
      background: linear-gradient(to right, #d7bdba, #d0b2af) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-15,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-15 {
      background: linear-gradient(to right, #d7bdba, #d0b2af) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-16,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-16 {
      background: linear-gradient(to right, #d7bdba, #d0b2af) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-17,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-17 {
      background: linear-gradient(to right, #d7bdba, #d0b2af) !important;
}
.mobile-account-partial-container .el-table__body
tr.el-table__row--striped:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-18,
    .mobile-account-partial-container tr:not(.current-row):not(.hover-row):not(.mo-table__row--active) > td.el-table__cell.bg-gradient-crimson-18 {
      background: linear-gradient(to right, #d7bdba, #d0b2af) !important;
}

@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.mobile-offline-account-table .van-nav-bar__content {
  background-color: #a61c00;
}
.mobile-offline-account-table .van-nav-bar__title {
  max-width: 60%;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}
.mobile-offline-account-table .van-tabs__nav--line {
  background-color: #a61c00;
}
.mobile-offline-account-table .van-tabs__line {
  background-color: #fff;
}
.mobile-offline-account-table .van-tab {
  color: #e1e1e1;
  font-size: 14px;
  flex-basis: 60px;
  flex-grow: 0;
}
.mobile-offline-account-table .van-tab--active {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

