.console-title {
  padding: 0px 0px;
  min-height: 35px; }

.ant-menu {
  background: #eaedf1; }

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #FFFFFF; }

.ant-menu-inline .ant-menu-item:after, .ant-menu-vertical .ant-menu-item:after {
  border-right: 0px; }

.ant-steps .ant-steps-title {
  font-weight: inherit;
  color: #1E1E1E; }

.console-title h5 {
  color: #333333; }

.ant-btn {
  border-radius: 0px; }

.ant-input {
  border-radius: 0px; }

.ant-select-selection {
  border-radius: 0px; }

.ant-layout-sider {
  background: #eaedf1;
  min-height: 1000px; }

.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-description, .ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-title {
  color: #000000; }

.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-head-inner {
  border-color: #000000;
  background-color: #ffffff; }

.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-head-inner {
  border-color: #000000; }

.ant-steps .ant-steps-item.ant-steps-status-process .ant-steps-head-inner > .ant-steps-icon {
  color: #333; }

.ant-steps .ant-steps-item.ant-steps-status-wait .ant-steps-head-inner > .ant-steps-icon {
  color: #333; }

.ant-form-item-label {
  white-space: inherit; }
.open {
  padding: 40px 20px;
  position: relative; }
  .open .line {
    border-right: 1px dashed rgba(0, 0, 0, 0.65); }
  .open .openBox {
    text-align: center;
    display: inline-block;
    width: 30%;
    padding: 20px 0px; }
    .open .openBox .openHeader {
      margin-bottom: 20px; }
    .open .openBox .time {
      font-size: 20px;
      color: #000; }
    .open .openBox .red {
      color: red; }
  .open .leftBox {
    width: 60%; }
    .open .leftBox .openBox {
      text-align: center;
      display: inline-block;
      width: 50%;
      padding: 20px 0px; }
      .open .leftBox .openBox .openHeader {
        margin-bottom: 20px; }
      .open .leftBox .openBox .time {
        font-size: 20px;
        color: #000; }
      .open .leftBox .openBox .red {
        color: red; }
  .open .fee {
    position: absolute;
    top: 50%;
    left: 70%; }
  .open .top {
    top: 40%; }
  .open button {
    margin: 10px; }

.bottomLine {
  border-bottom: 1px solid #DDD; }
.text {
  font-size: 12px;
  padding: 20px 20px; }
.indexBox {
  background: #FFFFFF;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0;
  overflow: hidden; }
