body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: #f0f2f5 !important;
  overflow: auto !important;
}
.dashboard-container {
  min-height: 100%;
  position: relative;
  background: #F2F2F2 !important;
}
.pull-left {
  float: left;
  display: block;
}
.pull-right {
  float: right;
  display: block;
}
@media screen and (min-width: 0) {
  .dashboard-container {
    height: 100%;
    min-height: 100%;
    position: relative;
    background: #F2F2F2 !important;
  }
}
.dashboard-content {
  margin: 20px;
  position: relative;
}
.dashboard-content > div {
  padding: 20px;
}
.dashboard-content .main-box {
  min-height: 100%;
}
.menu-item {
  display: block;
  font-size: 14px;
}
.menu-item i,
.menu-item a {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
}
.menu-item i {
  color: #FBBA83;
}
.ant-btn {
  margin-right: 20px;
}
.textCenter {
  text-align: center !important;
}
.tip {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.wrap {
  position: relative;
}
.logoImg {
  height: 64px;
  line-height: 64px;
}
.logoImg .douyu-img {
  position: absolute;
  top: 15px;
  left: 12px;
}
.logoImg .douyu-text {
  display: inline-block;
  color: #FF8F2B;
  margin-left: 20px;
}
.logoImg .collapsed-btn {
  margin-left: 30px;
  top: -4px;
  background-color: #ff8f2b;
  border-color: #ff8f2b;
  color: white;
}
.headerBar {
  padding: 10px;
  border-bottom: 2px #EEE solid;
}
.ant-menu-item-active .ehr {
  color: #FFF;
}
.ehr {
  color: rgba(255, 255, 255, 0.65);
}
.user-info {
  position: absolute;
  right: 40px;
  top: 0px;
  font-size: 14px;
}
.user-info .welcome {
  color: #ECECEC;
}
.user-info .first-name {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  background-color: #A1A7EC;
  border-radius: 16px;
  display: inline-block;
  text-align: center;
  position: relative;
  color: white;
  margin-left: 5px;
}
.user-info .user-name {
  color: white;
  margin-left: 8px;
}
.nav-menu {
  position: absolute;
  left: 300px;
  top: 10px;
}
.search-box {
  position: absolute;
  right: 400px;
  top: 0px;
}
th.table-thead,
th.ant-table-thead {
  text-align: center !important;
  background-color: #108EE9 !important;
  color: #FFF !important;
}
td.table-thead {
  text-align: center !important;
}
.ant-layout-sider,
.ant-layout-header {
  background: #001529 !important;
}
.ant-layout {
  flex: 1\0;
}
.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
  background: #001529 !important;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17 !important;
}
.ant-table-row:hover {
  cursor: pointer;
}
.waitdo-box {
  position: absolute;
  width: 130px;
  right: 250px;
  top: 0;
}
.waitdo-box span {
  color: #ececec;
  font-size: 14px;
}
.waitdo-tips {
  font-size: 22px;
  vertical-align: middle;
  color: #ececec;
  margin-top: -4px;
}
.waitdo-link:link {
  text-decoration: none;
}
.waitdo-badge .ant-badge-count {
  box-shadow: none;
  height: 16px;
  border-radius: 8px;
  min-width: 16px;
  line-height: 15px;
  font-size: 12px;
}
.waitdo-badge .ant-badge-multiple-words {
  padding: 0 6px;
  font-size: 14px;
}
.ant-select-disabled,
.ant-input-disabled {
  color: #333 !important;
  background: #f5f5f5;
}
.ant-radio-disabled.ant-radio-checked .ant-radio-inner:after {
  color: #333 !important;
  background: #333 !important;
}
.ant-radio-disabled + span {
  color: #333 !important;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
  border-color: #333 !important;
}
.ant-checkbox-disabled + span {
  color: #333 !important;
}
.ant-input-number-input[disabled] {
  color: #333 !important;
}
.ant-input-disabled,
.ant-input-number-disabled {
  cursor: default;
}
.ant-select-disabled .ant-select-selection {
  cursor: default;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: default;
}
.ant-input-number-input[disabled] {
  cursor: default;
}
.ant-checkbox-inline.disabled,
.ant-checkbox-vertical.disabled,
.ant-checkbox.disabled label,
.ant-radio-inline.disabled,
.ant-radio-vertical.disabled,
.ant-radio.disabled label,
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: default;
}
.ant-checkbox-disabled + span {
  cursor: default;
}
.ant-radio-disabled + span {
  cursor: default;
}
.ant-table-tbody > tr > td,
.ant-table-thead > tr > th {
  padding: 12px 8px;
}
@media print {
  * {
    color: #000!important;
    text-shadow: none!important;
    background: transparent!important;
    box-shadow: none!important;
    font-weight: normal!important;
    font-size: 10px!important;
  }
  .ant-form label {
    font-size: 10px!important;
  }
  .noprint {
    display: none;
  }
  .nopadding {
    padding: 0!important;
  }
  .ant-form-item {
    margin-bottom: 10px;
  }
  .dashboard-content {
    margin: 0;
  }
  @page {
    size: A4 landscape;
  }
}
/*全局table样式覆盖*/
.ant-table table {
  border: 1px solid #eee;
}
.ant-table-thead {
  background-color: #f0f2f5;
  font-size: 14px;
}
.ant-table table tr td {
  color: #777777;
}
.ant-table table tr:nth-child(even) {
  background-color: #f7f9fb;
}
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.span-green {
  color: #0b9e6f;
}
.span-red {
  color: #ff0201;
}
.user_select_wrap .ant-form-item-control span {
  display: block;
}
.mytable .ant-table-thead .ant-table-selection-column:after {
  content: '' !important;
  display: none;
}
#horizontal-menu .ant-menu-item:hover,
.horizontal-sub-menu.ant-menu-submenu .ant-menu-item:hover {
  background-color: #1890ff;
}
#horizontal-menu .ant-menu-item-selected,
.horizontal-sub-menu.ant-menu-submenu .ant-menu-item-selected {
  background: none;
  color: rgba(255, 255, 255, 0.65);
}
#horizontal-menu .ant-menu-item-selected > a,
.horizontal-sub-menu.ant-menu-submenu .ant-menu-item-selected > a {
  color: rgba(255, 255, 255, 0.65);
}
.auditor_search.ant-input-search.ant-input-search-enter-button > .ant-input-suffix {
  right: -20px;
}
.q-label {
  margin-right: 3px !important;
}
.ant-select-selection {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  cursor: auto !important;
}
.ant-tag {
  white-space: normal !important;
  height: auto !important;
  min-height: 22px;
}
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.orgArea {
  width: 300px;
  border: 1px solid #ccc;
  margin: 10px 0 0;
  padding: 10px 0;
  overflow: hidden;
  border-radius: 4px;
}
.orgAreaLeft {
  float: left;
  padding-left: 10px;
}
.orgAreaRight {
  float: right;
}
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.auditorTansfer .ant-transfer-list-header-title {
  position: relative;
  right: 0;
}
.auditorTansfer .custom-item {
  width: 232px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
.auditorTansfer .ant-transfer-list-content-item {
  padding: 0 15px;
}
.auditorTable .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow: auto;
  margin-bottom: 1px !important;
  border-right: 1px solid #e9e9e9;
  text-align: center;
}
.auditorTable .ant-table-fixed-header .ant-table-scroll .ant-table-header .ant-table-selection {
  display: none;
}
.auditorTable .ant-table-bordered .ant-table-tbody > tr > td {
  border-right: none;
  border-bottom: none;
}
.auditorTable .ant-table-bordered .ant-table-thead > tr > th {
  border-right: none;
}
.auditorTable .ant-table-small {
  height: 502px;
}
.auditorTable .ant-table-body {
  height: 502px;
}
.auditorTable .ant-table-small .ant-table-tbody > tr > td {
  padding: 0 !important;
}
.auditorTable .ant-table-tbody > tr > td.ant-table-selection-column {
  width: 20px;
  min-width: 20px;
}
.tagsWrap .ant-tag {
  display: block;
  width: 65%;
  margin: 5px auto;
  text-align: center;
  position: relative;
  min-height: 22px;
  height: auto;
}
.tagsWrap .ant-tag .anticon-cross {
  position: absolute;
  right: 5px;
  top: 4px;
}
.tagsWrap .ant-tag span {
  white-space: normal;
  width: 188px;
  height: auto;
  display: block;
}
.placeholder {
  color: #bfbfbf;
  margin-left: 10px;
}
.btn_wrap {
  margin-bottom: 10px;
}
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.title-config {
  background: #ddd;
  margin-left: 40px;
  height: 32px;
  line-height: 32px;
  padding-left: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.edit-div-email {
  border: 1px solid #c9c9c9;
  height: 80px;
  margin-top: 10px;
  overflow-y: auto;
}
.user_select_wrap .ant-form-item-control span {
  display: block;
}
.receipt .ant-table table tr:nth-child(2n) {
  background: #fff;
}
.receipt .active_receipt_row {
  background-color: #e6f7ff!important;
}
.receipt .receipt-rules {
  margin-top: 20px;
}
.receipt .receipt-rules .ant-form-item,
.receipt .receipt-rules .ant-form-item-control-wrapper {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: #f0f2f5 !important;
}
img {
  -webkit-user-drag: none;
}
@media screen and (max-width: 1000px) {
  /* use css to set position of modal */
  .vertical-center-modal {
    text-align: center;
    white-space: nowrap;
  }
  .vertical-center-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
  }
  .vertical-center-modal .ant-modal {
    display: inline-block;
    vertical-align: middle;
    top: 0;
    text-align: left;
  }
}
.form_fix {
  margin-bottom: 10px;
}
.ant-form-inline .item_fix {
  margin-bottom: 10px;
}
.span-green {
  color: #0b9e6f;
}
.span-red {
  color: #ff0201;
}
.showBackground {
  font-weight: bold;
}
.form_fix .form_item {
  margin-bottom: 10px;
}
.applyBg {
  background: #fff;
}
.applyTitle {
  height: 22px;
  line-height: 22px;
  background: #fff;
  padding: 0 30px 0 30px;
  border-left: 4px solid #3399db;
  margin-top: 10px;
  font-weight: bold;
}
.applyArea {
  background: #f5f5f5;
  padding: 12px 12px 0 12px;
}
.triangle {
  float: right;
  cursor: pointer;
  margin: 10px 10px auto auto;
  font-size: 28px;
  color: #ccc;
}
.applyCard {
  width: 200px;
  height: 38px;
  line-height: 38px;
  float: left;
  margin-right: 10px;
  margin-left: 0;
  border: none;
  margin-bottom: 12px;
}
.applyCard:hover {
  background: #4cb4ff;
  color: #fff;
}
.applyCard:hover .applyPra {
  color: #fff;
}
.applyCard .ant-card-body {
  padding: 0;
}
.applyPra {
  width: 200px;
  color: #898989;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.boxAreaWrap {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.boxAreaWrap .empty-box {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.boxAreaWrap .empty-box .empty-info {
  display: inline-block;
  vertical-align: middle;
  font-size: 200%;
  padding: 2% 25%;
  border: 1px solid #ccc;
  color: #999999;
  white-space: nowrap;
}
.boxAreaWrap .empty-box:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.boxArea {
  overflow: hidden;
  min-height: 760px;
}
.wrapBox {
  width: 200px;
  float: left;
  margin-right: 10px;
  background: #f5f5f5;
}
.wrapBoxTitle {
  line-height: 52px;
  width: 200px;
  text-align: center;
  background: #4cb4ff;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  position: relative;
}
.wrapBoxPra {
  width: 200px;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}
.wrapBoxIcon {
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 12px;
}
.wrapPra {
  width: 168px;
  float: left;
  font-size: 14px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.specilIcon {
  position: absolute;
  top: -10px;
  right: -10px;
}
.innerCard {
  width: 180px;
  float: left;
  border: 1px solid #DDD;
  transition: none;
  margin: 10px;
  border-radius: 4px;
}
.innerCard .ant-card-body {
  padding: 20px 5px;
}
.innerCard:hover {
  background: #4cb4ff;
  border: 1px solid #4cb4ff;
  color: #fff;
}
.wrapPos {
  position: relative;
}
.wrapPosBtn {
  position: absolute;
  right: 0;
  top: -40px;
}
.statusIcon {
  width: 85px;
  height: 85px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.tiparea {
  color: #ff0201;
  padding: 10px 70px;
}
.tiparea h6 {
  font-size: 14px;
  color: #ff0201;
}
.buttonAraLeft {
  float: left;
  width: 50%;
}
.buttonAraRight {
  float: right;
  width: 50%;
}
.buttonAraRight .rightBth {
  float: right;
}
.openAllBtn {
  position: absolute;
  right: 170px;
  top: -40px;
}
.down-page-bottom {
  font-size: 30px;
  position: fixed;
  right: 68px;
  bottom: 100px;
  cursor: pointer;
  color: gray;
  background: #fff;
  z-index: 999;
}
.block_wrap {
  margin: 20px 0;
  padding: 30px;
  background-color: #fff;
}
.block_wrap .title {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  text-align: center;
}
.block_wrap .inner_content {
  background-color: #F8F8F8;
  padding: 20px;
  font-size: 14px;
}
.form_detal_wrap {
  position: relative;
}
.attach_table table tr.ant-table-row:nth-child(even) {
  background: #F4F4F4;
}
.attach_table table tr.ant-table-row:nth-child(odd) {
  background: #fff;
}
.attach_table table tr th {
  background-color: #f0f2f5;
  color: #555555;
  border-bottom: none;
}
.attach_table table tr td {
  font-size: 14px;
  color: #777777;
  border-bottom: none;
}
.attach_table table tr td.pad,
.attach_table table tr th.pad {
  padding-left: 40px!important;
}
.attach_table .content {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: YaHei;
  margin: 0;
}
.attach_form_wrap .ant-form-item {
  margin: 15px auto;
}
.attach_form_wrap .attach_main {
  margin-bottom: 0;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 10px;
}
.wrap_tabs .ant-tabs-tab {
  width: 170px;
  text-align: center;
  font-size: 14px;
  color: #999999;
  font-family: '\5FAE\8F6F\96C5\9ED1';
}
.wrap_tabs .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border-bottom: 1px solid #eee!important;
}
.wrap_tabs .ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.detail_tabs .ant-tabs-bar {
  margin-bottom: 0;
}
.detail_tabs .ant-tabs-content {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-top: none;
}
.buttonGroupsLeft {
  float: left;
}
.buttonGroupsRight {
  float: right;
}
.attach_name_wrap a {
  margin-left: 5px;
}
.preview_wrap .ant-modal-close {
  background: #666;
  border-radius: 50%;
  opacity: 0.5;
}
.preview_wrap .ant-modal-close .ant-modal-close-x {
  color: white;
  font-size: 26px;
}
.preview_wrap .ant-modal-close:hover {
  opacity: 0.8;
}
.preview_wrap img {
  width: 100%;
}
.inner_content .ant-form label {
  font-size: 14px;
}
#framerBox .ant-form label {
  font-size: 14px;
}
.app_framerBox .ant-table-body::-webkit-scrollbar-track {
  background-color: #ebe0e0;
}
.app_framerBox .ant-table-body::-webkit-scrollbar {
  width: 10px;
  height: 20px;
}
.app_framerBox .ant-table-body::-webkit-scrollbar-thumb {
  background-color: #8f8a8a;
  border-radius: 10%;
}
.inner_content .ant-input-disabled {
  font-size: 14px;
}
.preview-modal {
  text-align: center;
}
.preview-modal:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.preview-modal .preview_wrap {
  vertical-align: middle;
  display: inline-block;
}
.preview-modal .switch-wrap {
  position: relative;
}
.preview-modal .switch-wrap .switch-btn {
  position: absolute;
  top: 40%;
  width: 50px;
  height: 80px;
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  background-color: #000;
  opacity: 0.7;
}
.preview-modal .switch-wrap .switch-btn:hover {
  opacity: 1;
}
.preview-modal .switch-wrap .left-btn {
  left: -50px;
}
.preview-modal .switch-wrap .right-btn {
  right: -50px;
}
.formPos {
  position: relative;
}
.toggleBtn {
  font-size: 14px;
  position: absolute;
  top: -36px;
  left: 325px;
  cursor: pointer;
}
.toggleBtnSpe {
  font-size: 14px;
  margin-bottom: 10px;
}
.toggleIcon {
  margin-left: 10px;
}

.drawer {
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: width 0s ease 0.3s, height 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: width 0s ease 0.3s, height 0s ease 0.3s, transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: width 0s ease 0.3s, height 0s ease 0.3s, transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer > * {
  transition: opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), box-shadow 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), box-shadow 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), box-shadow 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer.drawer-open {
  transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer .drawer-mask {
  background: #000;
  opacity: 0;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), height 0s ease 0.3s;
}
.drawer-content-wrapper {
  position: absolute;
  background: #fff;
}
.drawer-content {
  overflow: auto;
  z-index: 1;
  position: relative;
}
.drawer-handle {
  position: absolute;
  top: 72px;
  width: 41px;
  height: 40px;
  cursor: pointer;
  z-index: 0;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.drawer-handle-icon {
  width: 14px;
  height: 2px;
  background: #333;
  position: relative;
  transition: background 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer-handle-icon:before,
.drawer-handle-icon:after {
  content: '';
  display: block;
  position: absolute;
  background: #333;
  width: 100%;
  height: 2px;
  transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.drawer-handle-icon:before {
  top: -5px;
}
.drawer-handle-icon:after {
  top: 5px;
}
.drawer-left,
.drawer-right {
  width: 0%;
  height: 100%;
}
.drawer-left .drawer-content-wrapper,
.drawer-right .drawer-content-wrapper,
.drawer-left .drawer-content,
.drawer-right .drawer-content {
  height: 100%;
}
.drawer-left.drawer-open,
.drawer-right.drawer-open {
  width: 100%;
}
.drawer-left.drawer-open.no-mask,
.drawer-right.drawer-open.no-mask {
  width: 0%;
}
.drawer-left {
  left: 0;
}
.drawer-left .drawer-handle {
  right: -40px;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 0 4px 4px 0;
}
.drawer-left.drawer-open .drawer-content-wrapper {
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
.drawer-right {
  right: 0;
}
.drawer-right .drawer-content-wrapper {
  right: 0;
}
.drawer-right .drawer-handle {
  left: -40px;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px 0 0 4px;
}
.drawer-right.drawer-open .drawer-content-wrapper {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.drawer-right.drawer-open.no-mask {
  right: 1px;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.drawer-top,
.drawer-bottom {
  width: 100%;
  height: 0%;
}
.drawer-top .drawer-content-wrapper,
.drawer-bottom .drawer-content-wrapper,
.drawer-top .drawer-content,
.drawer-bottom .drawer-content {
  width: 100%;
}
.drawer-top .drawer-content,
.drawer-bottom .drawer-content {
  height: 100%;
}
.drawer-top.drawer-open,
.drawer-bottom.drawer-open {
  height: 100%;
}
.drawer-top.drawer-open.no-mask,
.drawer-bottom.drawer-open.no-mask {
  height: 0%;
}
.drawer-top .drawer-handle,
.drawer-bottom .drawer-handle {
  left: 50%;
  margin-left: -20px;
}
.drawer-top {
  top: 0;
}
.drawer-top .drawer-handle {
  top: auto;
  bottom: -40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
}
.drawer-top.drawer-open .drawer-content-wrapper {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.drawer-bottom {
  bottom: 0;
}
.drawer-bottom .drawer-content-wrapper {
  bottom: 0;
}
.drawer-bottom .drawer-handle {
  top: -40px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 0 0;
}
.drawer-bottom.drawer-open .drawer-content-wrapper {
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
.drawer-bottom.drawer-open.no-mask {
  bottom: 1px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.drawer.drawer-open .drawer-mask {
  opacity: 0.3;
  height: 100%;
  -webkit-animation: rcDrawerFadeIn 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: rcDrawerFadeIn 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: none;
}
.drawer.drawer-open .drawer-handle-icon {
  background: transparent;
}
.drawer.drawer-open .drawer-handle-icon:before {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}
.drawer.drawer-open .drawer-handle-icon:after {
  -webkit-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}
@-webkit-keyframes rcDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes rcDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.slidermenu_logo {
  height: 64px;
  position: relative;
  line-height: 64px;
  padding-left: 24px;
  transition: all .3s;
  background: #002140;
  overflow: hidden;
}
.slidermenu_logo img {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
}
.slidermenu_logo h1 {
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin: 0 0 0 10px;
  font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.slidermenu_title {
  height: 32px;
  position: relative;
  line-height: 32px;
  text-align: center;
}
.slidermenu_title h1 {
  color: #7f7d7a;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.slidermenu_sider {
  min-height: 100vh;
  box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
  z-index: 10;
  position: relative;
}
.slidermenu_sider .slidermenu_collapsed {
  position: absolute;
  transition: all .3s;
  right: -24px;
  top: 50vh;
  width: 24px;
  height: 50px;
  z-index: 3;
  margin-top: -25px;
}
.slidermenu_sider .slidermenu_collapsed:hover .slidermenu_collapsed_bg {
  left: 4px;
  border-left: 19px solid #D9DEE4;
}
.slidermenu_sider .slidermenu_collapsed:hover .slidermenu_collapsed_navbar {
  left: 0;
}
.slidermenu_sider .slidermenu_collapsed .slidermenu_collapsed_inner {
  top: -50%;
  position: relative;
  overflow: hidden;
}
.slidermenu_sider .slidermenu_collapsed .slidermenu_collapsed_bg {
  width: 0;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #D9DEE4;
  border-top: 9px solid transparent;
  transition: all 0.1s ease, 0.1s ease;
}
.slidermenu_sider .slidermenu_collapsed .slidermenu_collapsed_navbar {
  height: 50px;
  position: relative;
  left: -4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.1s ease, 0.1s ease;
}
.slidermenu_sider .slidermenu_collapsed .slidermenu_collapsed_navbar .slidermenu_collapsed_icon {
  line-height: 50px;
  vertical-align: text-top;
  font-weight: 400;
}
.drawer .drawer-content {
  background: #001529;
}

.oa-loading {
  text-align: center;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.oa-spin {
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -29px;
  top: 30%;
}

h1 {
  font-size: 2em;
}

