.spin-default {
  position: relative;
  width: 100%;
  height: 100%; }
  .spin-default .loading-con {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1); }
    .spin-default .loading-con .spin-loading-1 {
      width: 10px;
      height: 10px; }
    .spin-default .loading-con .spin-loading-2 {
      width: 20px;
      height: 20px; }
    .spin-default .loading-con .spin-loading-3 {
      width: 30px;
      height: 30px; }
    .spin-default .loading-con .spin-loading-4 {
      width: 40px;
      height: 40px; }
    .spin-default .loading-con .spin-loading-5 {
      width: 50px;
      height: 50px; }
.cloud-class-statistics select {
  padding: 0.2rem;
  cursor: pointer;
  width: 9rem; }

.cloud-class-statistics a {
  color: #2d87e0;
  cursor: pointer; }

.cloud-class-statistics a:hover {
  color: #3CBFE8; }

.cloud-class-statistics .inline {
  display: inline-block; }

.cloud-class-statistics .default-disable {
  opacity: 0 !important; }

.cloud-class-statistics .spin-default {
  position: relative;
  width: 100%;
  height: 100%; }
  .cloud-class-statistics .spin-default .loading-con {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 45%; }

.cloud-class-statistics .default-table .table-thead .table-head {
  background-color: #f7fbfa;
  color: #888c8f;
  border-top: .1rem solid #ebeff6;
  border-bottom: .15rem solid #ebeff6;
  cursor: auto; }

.cloud-class-statistics .default-table .table-thead .table-head .table-th {
  border: 0 solid #c0c0c0;
  background-color: #f7fbfa;
  color: #888c8f;
  padding: 0.5rem 0.1rem;
  font-weight: normal;
  text-align: center; }

.cloud-class-statistics .default-table .table-tbody .table-row .table-td {
  border: 0 solid #c0c0c0;
  border-bottom: .15rem solid #ebeff6;
  padding: .5rem .8rem;
  text-align: center;
  cursor: auto; }
.default-icon {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.default-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  font-size: 0.8rem; }
  .default-pagination .pagination-item {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #c0c0c0;
    border-radius: 0.25rem;
    background-color: white;
    cursor: pointer;
    -webkit-transition: border-color 0.3s,color 0.3s;
    transition: border-color 0.3s,color 0.3s; }
  .default-pagination .pagination-item:hover {
    background-color: #f2f2f2;
    color: #000000; }
  .default-pagination .pagination-item:active {
    color: #FFFFFF;
    background-color: #31a8fa; }
  .default-pagination .pagination-item-selected {
    color: #FFFFFF;
    background-color: #31a8fa; }
  .default-pagination .pagination-numInput {
    width: 2rem; }
  .default-pagination .pagination-numInput:hover {
    cursor: text; }
  .default-pagination .pagination-page-size {
    position: relative;
    background-color: white;
    color: #404040;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #808080;
    border-radius: 0.25rem;
    -webkit-transition: background-color 0.3s,color 0.3s,border 0.3s;
    transition: background-color 0.3s,color 0.3s,border 0.3s; }
    .default-pagination .pagination-page-size .dropdown-show-text {
      padding: 0.25rem 0.5rem;
      text-overflow: clip;
      width: 100%;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .default-pagination .pagination-page-size .dropdown-icon {
      margin-right: 0.5rem; }
    .default-pagination .pagination-page-size .dropdown-list {
      max-height: 15rem;
      background-color: #e6e6e6;
      border-radius: 0.25rem;
      color: #404040; }
      .default-pagination .pagination-page-size .dropdown-list .dropdown-list-item {
        padding: 0.25rem 0.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-transition: background-color 0.3s,color 0.3s;
        transition: background-color 0.3s,color 0.3s; }
      .default-pagination .pagination-page-size .dropdown-list .dropdown-list-item:hover {
        background-color: #3bafff;
        color: white; }
      .default-pagination .pagination-page-size .dropdown-list .dropdown-list-item-selected {
        background-color: #3498db;
        color: #e6e6e6; }
  .default-pagination .pagination-page-size:hover {
    border-color: #3498db;
    color: #3498db; }
  .default-pagination .span-total-count {
    margin: 0 0.3rem; }
.default-num-input {
  background-color: white;
  overflow: hidden;
  padding: 0.25rem;
  border: 1px solid #c0c0c0;
  box-shadow: inset 0 0px 1px #c0c0c0;
  -webkit-transition: border 0.3s,box-shadow 0.3s;
  transition: border 0.3s,box-shadow 0.3s; }

.default-num-input:hover {
  border-color: #3bafff;
  box-shadow: inset 0 0px 1px #3bafff; }

.default-num-input:focus {
  border-color: #3498db;
  box-shadow: inset 0 0px 1px #3498db; }
.default-select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.default-drop-down {
  position: relative;
  background-color: white;
  color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s,color 0.3s;
  transition: background-color 0.3s,color 0.3s;
  border-radius: 0.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #e6eaeb;
  -o-border-image: initial;
  border-image: initial; }
  .default-drop-down .dropdown-show-text {
    padding: 0.25rem 0.5rem;
    text-overflow: clip;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .default-drop-down .dropdown-icon {
    margin-right: 0.5rem; }
  .default-drop-down .dropdown-list {
    max-height: 15rem;
    background-color: #e6e6e6;
    color: #404040; }
    .default-drop-down .dropdown-list .dropdown-list-item {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      -webkit-transition: background-color 0.3s,color 0.3s;
      transition: background-color 0.3s,color 0.3s;
      padding: 0.25rem 0.5rem; }
    .default-drop-down .dropdown-list .dropdown-list-item:hover {
      background-color: #3bafff;
      color: white; }
    .default-drop-down .dropdown-list .dropdown-list-item-selected {
      background-color: #3498db;
      color: #e6e6e6; }
.default-select-grid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #808080;
  background-color: white;
  border: 2px solid #808080;
  padding: 1px 5px;
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s,color 0.3s,border-color 0.3s;
  transition: background-color 0.3s,color 0.3s,border-color 0.3s; }

.default-select-grid:hover {
  border-color: #3498db; }

.default-select-grid:active {
  border-color: #2980b9; }

.default-select-grid-selected {
  border-color: #3498db;
  background-color: #3498db;
  color: #e6e6e6; }
.default-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  cursor: pointer; }
  .default-table .table-thead .table-head {
    background-color: #e6e6e6;
    color: #606060; }
    .default-table .table-thead .table-head .table-th {
      border: 1px solid #c0c0c0;
      padding: 0.5rem 0.1rem;
      font-weight: normal;
      text-align: center; }
      .default-table .table-thead .table-head .table-th .order-container {
        margin-left: 0.5rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        vertical-align: middle; }
        .default-table .table-thead .table-head .table-th .order-container .order-button {
          font-size: 1rem;
          -webkit-transition: color 0.3s;
          transition: color 0.3s; }
        .default-table .table-thead .table-head .table-th .order-container .order-button:hover {
          color: #3bafff; }
        .default-table .table-thead .table-head .table-th .order-container .order-button:active {
          color: #2980b9; }
  .default-table .table-tbody .table-row {
    background-color: white;
    color: #606060;
    -webkit-transition: background-color 0.3s,color 0.3s;
    transition: background-color 0.3s,color 0.3s; }
    .default-table .table-tbody .table-row .table-td {
      border: 1px solid #c0c0c0;
      padding: 0.1rem;
      text-align: center; }
  .default-table .table-tbody .table-row:hover {
    background-color: #e6e6e6; }
.default-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.default-state-select {
  background-color: white;
  width: 1rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.25rem;
  color: #3498db;
  border: 0.1rem solid #808080;
  cursor: pointer;
  -webkit-transition: color 0.3s,background-color 0.3s,border-color 0.3s;
  transition: color 0.3s,background-color 0.3s,border-color 0.3s; }

.default-state-select:hover {
  border-color: #3bafff; }

.default-state-select:active {
  border-color: #2980b9; }

.default-state-select-1 {
  color: transparent; }

.default-state-select-2 {
  border-color: #3498db; }

.default-state-select-3 {
  border-color: #3498db; }
.default-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  color: #e6e6e6;
  background-color: #3498db;
  -webkit-transition: background-color 0.3s,color 0.3s;
  transition: background-color 0.3s,color 0.3s;
  cursor: pointer; }

.default-button:hover {
  background-color: #3bafff;
  color: white; }

.default-button:active {
  background-color: #2980b9; }
.default-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer; }
  .default-checkbox .check-frame {
    position: relative;
    width: 1rem;
    height: 1rem; }
    .default-checkbox .check-frame .check-back {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      color: #808080;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .default-checkbox .check-frame .check-mark {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      color: black;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .default-checkbox .check-content {
    color: #404040;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }

.default-checkbox:hover .check-frame .check-back {
  color: black; }

.default-checkbox-checked .check-frame .check-back {
  color: black; }

.default-checkbox-checked .check-frame .check-mark {
  opacity: 1; }

.default-checkbox-checked .check-content {
  color: black; }
.default-search-bar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .default-search-bar .search-bar-input {
    background-color: white;
    padding: 0.25rem;
    overflow: hidden;
    border: 1px solid #e6eaeb;
    border-radius: 0.25rem; }
  .default-search-bar .search-bar-input-canclear {
    padding-right: 1.5rem; }
  .default-search-bar .clear-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.25rem;
    margin-left: -1.3rem;
    width: 1rem;
    height: 1rem;
    color: white;
    background-color: #3498db;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  .default-search-bar .clear-button:hover {
    background-color: #3bafff; }
  .default-search-bar .clear-button:active {
    background-color: #2980b9; }
  .default-search-bar .search-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    padding: 0.25rem;
    color: white;
    background-color: #3498db;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin-left: 0.5rem; }
  .default-search-bar .search-button:hover {
    background-color: #3bafff; }
  .default-search-bar .search-button:active {
    background-color: #2980b9; }
.default-text-field {
  background-color: white;
  overflow: hidden;
  padding: 0.25rem;
  border: 1px solid #c0c0c0;
  box-shadow: inset 0 0px 1px #c0c0c0;
  -webkit-transition: border 0.3s,box-shadow 0.3s;
  transition: border 0.3s,box-shadow 0.3s; }

.default-text-field:hover {
  border-color: #3bafff;
  box-shadow: inset 0 0px 1px #3bafff; }

.default-text-field:focus {
  border-color: #3498db;
  box-shadow: inset 0 0px 1px #3498db; }
.default-modal-window {
  background-color: rgba(0, 0, 0, 0.2); }
  .default-modal-window .inner-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@charset "UTF-8";
/**********************  button 按钮公共变量  ******************************/
/**********************  font 字体公共变量  ******************************/
/**********************  a 超链接 - 公共变量  ******************************/
/**********************  form 表单 - 公共变量  ******************************/
/**********************  prompt提示信息  - 公共变量  ******************************/
/**********************  border - 公共变量  ******************************/
/**********************  padding - 公共变量  ******************************/
/**********************  三种数据列表 - detail 逐条显示 - 公共变量  *******************/
/*************************  颜色变量参数 *******************************************************/
.date-picker-default {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #58585c; }
  .date-picker-default .hidden {
    visibility: hidden;
    display: none; }
  .date-picker-default .date-panel {
    position: absolute;
    display: block;
    width: 20rem;
    background: #fff;
    z-index: 999; }
    .date-picker-default .date-panel .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      height: 2rem;
      padding: 0 2rem;
      border: 1px solid #e6eaeb; }
      .date-picker-default .date-panel .header .middle-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 5rem; }
      .date-picker-default .date-panel .header .left-month {
        /*margin-left: -2rem;*/ }
      .date-picker-default .date-panel .header .right-month {
        /*margin-right: -2rem;*/ }
      .date-picker-default .date-panel .header i {
        cursor: pointer; }
    .date-picker-default .date-panel .footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      height: 2rem;
      /*padding: 0 2rem;*/
      border: 1px solid #e6eaeb; }
      .date-picker-default .date-panel .footer span.today-box {
        text-decoration: underline;
        cursor: pointer; }
        .date-picker-default .date-panel .footer span.today-box:hover {
          color: #3396fb; }
    .date-picker-default .date-panel .selector {
      width: 100%;
      border: 1px solid #e6eaeb; }
      .date-picker-default .date-panel .selector .d-sel-tab, .date-picker-default .date-panel .selector .y-m-sel-tab {
        width: 100%; }
        .date-picker-default .date-panel .selector .d-sel-tab div, .date-picker-default .date-panel .selector .y-m-sel-tab div {
          cursor: pointer; }
        .date-picker-default .date-panel .selector .d-sel-tab td, .date-picker-default .date-panel .selector .d-sel-tab th, .date-picker-default .date-panel .selector .d-sel-tab div, .date-picker-default .date-panel .selector .y-m-sel-tab td, .date-picker-default .date-panel .selector .y-m-sel-tab th, .date-picker-default .date-panel .selector .y-m-sel-tab div {
          padding: 0.2rem;
          border-radius: 0.2rem;
          text-align: right !important; }
        .date-picker-default .date-panel .selector .d-sel-tab th, .date-picker-default .date-panel .selector .y-m-sel-tab th {
          height: 2rem;
          padding-right: 1rem; }
        .date-picker-default .date-panel .selector .d-sel-tab .day-box, .date-picker-default .date-panel .selector .y-m-sel-tab .day-box {
          width: 1.5rem;
          margin: 0 auto;
          padding-right: 0.3rem; }
        .date-picker-default .date-panel .selector .d-sel-tab .disabled-box, .date-picker-default .date-panel .selector .y-m-sel-tab .disabled-box {
          cursor: no-drop;
          color: #c0c0c4; }
          .date-picker-default .date-panel .selector .d-sel-tab .disabled-box:hover, .date-picker-default .date-panel .selector .y-m-sel-tab .disabled-box:hover {
            background: inherit !important; }
      .date-picker-default .date-panel .selector .y-m-sel-tab div {
        padding: 0.8rem;
        text-align: center !important; }
      .date-picker-default .date-panel .selector .day-box:hover, .date-picker-default .date-panel .selector .y-m-sel-tab div:hover {
        background: rgba(51, 150, 251, 0.2); }
      .date-picker-default .date-panel .selector .not-cur {
        color: #c0c0c4; }
      .date-picker-default .date-panel .selector .selected {
        background-color: #3396fb !important;
        color: #fff !important; }
      .date-picker-default .date-panel .selector .selected:hover {
        background-color: #3396fb !important;
        color: #fff; }
      .date-picker-default .date-panel .selector .today {
        box-shadow: 0 0 1px #3396fb;
        color: #3396fb;
        background-color: #fff;
        font-weight: 600; }
  .date-picker-default .panel-shown {
    display: block;
    visibility: visible; }
  .date-picker-default .panel-hidden {
    display: none; }
  .date-picker-default .my-hidden {
    visibility: hidden; }

.timer-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0; }
  .timer-box .default-button {
    height: 1.5rem;
    margin-right: 0.5rem; }

.timer-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0.2rem; }
  .timer-default .time-input {
    width: 3rem;
    padding: 0.2rem;
    text-align: center;
    border: 1px solid #e6eaeb; }
@charset "UTF-8";
/**********************  button 按钮公共变量  ******************************/
/**********************  font 字体公共变量  ******************************/
/**********************  a 超链接 - 公共变量  ******************************/
/**********************  form 表单 - 公共变量  ******************************/
/**********************  prompt提示信息  - 公共变量  ******************************/
/**********************  border - 公共变量  ******************************/
/**********************  padding - 公共变量  ******************************/
/**********************  三种数据列表 - detail 逐条显示 - 公共变量  *******************/
/*************************  颜色变量参数 *******************************************************/
.default-popUpBox {
  background-color: #fff;
  border-radius: 0.2rem;
  font-size: 0.8rem;
  width: 25rem;
  min-height: 10rem; }
  .default-popUpBox .popTitle {
    margin-top: 0.3rem;
    border-bottom: 0.01rem solid #e9e9e9;
    padding: 0 0.8rem;
    line-height: 2.5rem; }
    .default-popUpBox .popTitle .titleName {
      font-weight: 600;
      width: 35%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #767676; }
    .default-popUpBox .popTitle .pop_close {
      cursor: pointer; }
  .default-popUpBox .message-container {
    position: relative; }
  .default-popUpBox .popFooter {
    padding: 0.5rem;
    border-top: 0.01rem solid #e9e9e9;
    text-align: -webkit-right;
    text-align: right; }
    .default-popUpBox .popFooter .footBtn {
      height: 1.5rem; }
    .default-popUpBox .popFooter .p_cancel_btn {
      background: #546a79;
      color: #FFFFFF; }
    .default-popUpBox .popFooter .p_ok_btn {
      color: #FFFFFF; }
.conditions {
  padding: 0.5rem; }
  .conditions .default-select-grid {
    margin-right: 0.5rem; }
  .conditions .searchbar-style input {
    font-size: 0.6rem; }
  .conditions .ml55 {
    margin-left: 4rem; }
  .conditions .mr55 {
    margin-right: 4rem; }
  .conditions .fixed {
    position: fixed; }
  .conditions .right {
    float: right; }
  .conditions .ckb {
    height: 1.5rem;
    margin-left: 1rem; }
.custom-date {
  display: inline-block; }
  .custom-date .date-picker-default .footer {
    display: none !important; }
  .custom-date .user_time .user_time input {
    font-size: 0.6rem; }
@charset "UTF-8";
/**********************  button 按钮公共变量  ******************************/
/**********************  font 字体公共变量  ******************************/
/**********************  a 超链接 - 公共变量  ******************************/
/**********************  form 表单 - 公共变量  ******************************/
/**********************  prompt提示信息  - 公共变量  ******************************/
/**********************  border - 公共变量  ******************************/
/**********************  padding - 公共变量  ******************************/
/**********************  三种数据列表 - detail 逐条显示 - 公共变量  *******************/
/*************************  颜色变量参数 *******************************************************/
.dsi_tabPanel_default {
  position: relative;
  box-sizing: border-box;
  overflow: hidden; }
  .dsi_tabPanel_default > .dsi_tabs_bar {
    border-bottom: 0.01rem solid #e6eaeb;
    margin-bottom: 1rem;
    outline: none; }
    .dsi_tabPanel_default > .dsi_tabs_bar > .dsi_tabs_bar_container {
      box-sizing: border-box;
      position: relative;
      margin: 0;
      line-height: 1.5;
      white-space: normal;
      zoom: 1; }
      .dsi_tabPanel_default > .dsi_tabs_bar > .dsi_tabs_bar_container .dsi_tabs_tab {
        display: inline-block;
        margin: 0;
        padding: 0.6rem 1.2rem;
        cursor: pointer;
        border-radius: 0.2rem 0.2rem 0 0;
        background: #fff; }
        .dsi_tabPanel_default > .dsi_tabs_bar > .dsi_tabs_bar_container .dsi_tabs_tab .icon-font {
          vertical-align: top; }
        .dsi_tabPanel_default > .dsi_tabs_bar > .dsi_tabs_bar_container .dsi_tabs_tab .dsi_tabs_tab_con {
          margin-left: 0.4rem; }
      .dsi_tabPanel_default > .dsi_tabs_bar > .dsi_tabs_bar_container .dsi_tabs_tab_cur {
        border-bottom: 0.1rem solid #3396fb;
        color: #3396fb; }
      .dsi_tabPanel_default > .dsi_tabs_bar > .dsi_tabs_bar_container .dsi_tabs_tab_disabled {
        color: rgba(0, 0, 0, 0.25);
        cursor: default;
        pointer-events: none; }
    .dsi_tabPanel_default > .dsi_tabs_bar > .dsi_tabs_bar_container:before {
      content: " ";
      display: table; }
    .dsi_tabPanel_default > .dsi_tabs_bar > .dsi_tabs_bar_container:after {
      display: table;
      content: " ";
      clear: both; }

.dsi_tabPanel_card .dsi_tabs_bar .dsi_tabs_bar_container {
  height: 2.4rem; }

.dsi_tabPanel_card .dsi_tabs_bar .dsi_tabs_bar_container .dsi_tabs_tab_cur {
  border: 0.01rem solid #e6eaeb;
  padding-bottom: 0.7rem;
  border-bottom: 0; }
.cloud-class-statistics select {
  padding: 0.2rem;
  cursor: pointer;
  width: 9rem; }

.cloud-class-statistics a {
  color: #2d87e0;
  cursor: pointer; }

.cloud-class-statistics a:hover {
  color: #3CBFE8; }

.cloud-class-statistics .inline {
  display: inline-block; }

.cloud-class-statistics .default-disable {
  opacity: 0 !important; }

.cloud-class-statistics .spin-default {
  position: relative;
  width: 100%;
  height: 100%; }
  .cloud-class-statistics .spin-default .loading-con {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 45%; }

.cloud-class-statistics .default-table .table-thead .table-head {
  background-color: #f7fbfa;
  color: #888c8f;
  border-top: .1rem solid #ebeff6;
  border-bottom: .15rem solid #ebeff6;
  cursor: auto; }

.cloud-class-statistics .default-table .table-thead .table-head .table-th {
  border: 0 solid #c0c0c0;
  background-color: #f7fbfa;
  color: #888c8f;
  padding: 0.5rem 0.1rem;
  font-weight: normal;
  text-align: center; }

.cloud-class-statistics .default-table .table-tbody .table-row .table-td {
  border: 0 solid #c0c0c0;
  border-bottom: .15rem solid #ebeff6;
  padding: .5rem .8rem;
  text-align: center;
  cursor: auto; }

.statistics-info {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.4rem 0.5rem;
  border-bottom: 0.01rem solid #e6eaeb; }
  .statistics-info .inline {
    display: inline-block; }
    .statistics-info .inline span {
      color: red; }
    .statistics-info .inline p {
      margin-bottom: 0.3rem; }
  .statistics-info .ml55 {
    margin-left: 4rem; }
