/*reset css*/
html,
body {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
html {
  background: white;
  color: black;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: none;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: none;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
q:before,
q:after {
  content: '';
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a:hover,
a:focus {
  text-decoration: none;
}
ins,
a {
  text-decoration: none;
}
a:focus,
*:focus {
  outline: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*页面切换*/
.drop-enter {
  transform: scale(0.5);
  transform-origin: 50% 100%;
}
.drop-enter.drop-enter-active {
  transform: scale(1);
  transition: all 0.4s;
}
.drop-leave {
  /* transform: scale(0.5); */
  position: absolute;
  top: 90px;
  background: #fff;
  z-index: 10000;
  opacity: 1;
}
.drop-leave.drop-leave-active {
  opacity: 1;
  top: 100%;
  transition: all 0.4s;
}
.up-enter {
  transform: scale(1.5);
}
.up-enter.up-enter-active {
  transform: scale(1);
  transition: all 0.5s;
}
.up-leave {
  position: absolute;
  top: 0;
  z-index: 10000;
  opacity: 1;
}
.up-leave.up-leave-active {
  opacity: 1;
  top: -100%;
  transition: all 0.5s;
}
.right-enter {
  position: absolute;
  top: 0;
  left: -100%;
  /*z-index: 1;*/
  width: 100%;
  height: 100%;
  -webkit-animation: rightIn 1s both ease;
  animation: rightIn 1s both ease;
}
.right-leave {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  /*background: RGB(238,238,238);*/
  width: 100%;
  height: 100%;
  -webkit-animation: rightOut 1s both ease;
  animation: rightOut 1s both ease;
}
@-webkit-keyframes rightIn {
  0% {
    -webkit-transform: scale(0.8);
    left: -100%;
  }
  25% {
    -webkit-transform: scale(0.8);
    left: -60%;
  }
  75% {
    -webkit-transform: scale(0.8);
    left: 0%;
  }
  100% {
    -webkit-transform: scale(1);
    left: 0%;
  }
}
@keyframes rightIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -100%;
  }
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -60%;
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    left: 0%;
  }
}
@-webkit-keyframes rightOut {
  25% {
    -webkit-transform: scale(0.8);
    left: 0%;
  }
  75% {
    -webkit-transform: scale(0.8);
    left: 80%;
  }
  100% {
    -webkit-transform: scale(0.8);
    left: 100%;
  }
}
@keyframes rightOut {
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: 0%;
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: 80%;
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: 100%;
  }
}
/*加载动画*/
.spinner {
  width: 60px;
  height: 60px;
  background-color: #67CF22;
  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
#components-layout-demo-custom-trigger .trigger {
  font-size: 18px;
  line-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  transition: color .3s;
}
#components-layout-demo-custom-trigger .trigger:hover {
  color: #1890ff;
}
#components-layout-demo-custom-trigger .logo {
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  margin: 16px;
}
#home {
  height: 100%;
}
#Breadcrumb {
  height: 44px;
  background: #fff;
  line-height: 44px;
}
#Breadcrumb .ant-breadcrumb {
  line-height: 44px;
  text-indent: -5px;
  display: inline-block;
}
/* 首页*/
#homeSearchDiv .ant-select-selection,
#homeSearchDiv .ant-select-selection:active,
#homeSearchDiv .ant-select-selection:focus,
#homeSearchDiv .ant-select-selection:hover {
  border: none;
  outline: none;
  box-shadow: none;
}
.action {
  cursor: pointer;
  padding: 0 12px;
  display: inline-block;
  transition: all .3s;
  height: 100%;
  line-height: 40px;
  vertical-align: top;
  margin: 0 5px;
  border-radius: 5px;
}
.action:hover {
  background: #e6f7ff;
}
.action:hover .name {
  color: rgba(0, 0, 0, 0.65);
}
.name {
  font-size: 14px;
  color: #fff;
}
.avatar {
  /*color: @primary-color;*/
  background: rgba(255, 255, 255, 0.85);
  margin: -4px 5px 0;
}
.avatar img {
  position: relative;
  top: -2px;
}
.header_r {
  margin-right: 50px;
  height: auto;
  float: right;
}
.ct_l {
  float: left;
  width: 200px;
  height: 100%;
  margin-right: 20px;
  background: #fff;
}
.ct_r {
  float: left;
  width: cacl(-120%);
  height: 100%;
}
.autoComplete {
  -webkit-transition: width 0.3s, margin-left 0.3s;
  transition: width 0.3s, margin-left 0.3s;
  width: 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
}
.input {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.ant-input {
  border: 1px solid #d9d9d9;
}
.ant-pagination-options-quick-jumper input {
  border: 1px solid #d9d9d9;
}
:root .ant-dropdown-trigger .anticon:not(.anticon-ellipsis),
:root .ant-dropdown-link .anticon:not(.anticon-ellipsis) {
  font-size: 22px;
}
.autoCompleteShow {
  width: 210px;
  margin-left: 8px;
}
.searchInput {
  margin: 0 5px;
  padding: 0;
  width: 190px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  transition: all linear 0.5s;
  text-indent: 10px;
}
.searchInput:active,
.searchInput:focus,
.searchInput:hover {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.searchIcon {
  cursor: pointer;
  margin-right: 8px;
  font-size: 16px;
}
.searchHeader {
  width: 100%;
  text-align: right;
  line-height: 40px;
}
/*header*/
.top-nav {
  width: 100%;
  height: 40px;
  margin: 12px 0;
}
.trigger {
  color: #fff;
}
.searchSpan {
  padding: 0;
  margin: 0 12px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 40px;
}
.top-nav .noticeIcon {
  font-size: 18px;
  position: relative;
  top: -13px;
  color: #fff;
}
.top-nav .ant-badge-count {
  top: -23px;
  box-shadow: none;
}
.noticeButtonClass {
  cursor: pointer;
  display: inline-block;
  transition: all .3s;
  height: 100%;
  padding: 0 16px;
  border-radius: 5px;
  margin: 0 5px;
  color: #fff;
}
.noticeButtonClass:hover,
.noticeButtonClass.ant-popover-open {
  background: #e6f7ff;
}
.noticeButtonClass:hover .settingIcon,
.noticeButtonClass.ant-popover-open .settingIcon,
.noticeButtonClass:hover .noticeIcon,
.noticeButtonClass.ant-popover-open .noticeIcon {
  color: rgba(0, 0, 0, 0.65);
}
.settingIcon {
  font-size: 18px;
  color: #fff;
  /* color: rgba(0, 0, 0, 0.65); */
  position: relative;
  top: -9px;
}
.theme_ul {
  width: 100%;
  vertical-align: top;
  white-space: normal;
}
.theme_ul label {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.areas {
  height: 15px;
  margin-top: 50%;
}
.areas span {
  height: 100%;
  display: inline-block;
  width: 50%;
}
.theme_ul label i {
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 16px;
  color: #fff;
}
.theme_title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-indent: 4px;
}
.theme_ul .ant-dropdown-menu-item,
.theme_ul .ant-dropdown-menu-submenu-title {
  padding: 5px;
}
/* 提示语样式 */
.tips_div {
  width: 100%;
  height: 36px;
  margin: 16px 0;
  line-height: 36px;
  border: 1px solid #91d5ff;
  border-radius: 3px;
  padding-left: 12px;
  background-color: #e6f7ff;
  color: #565c5f;
  font-size: 12px;
}
.tips_div i {
  color: #1890ff;
  font-size: 14px;
  margin-right: 5px;
}
/* table更多操作悬浮层样式 */
.table_popover_ope li {
  padding: 5px;
  cursor: pointer;
}
/* 树菜单 */
.tree_menu li {
  padding: 5px 10px;
  cursor: pointer;
}
.tree_menu li:hover {
  background: #e6f7ff;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-bottom: 0px !important;
  overflow-x: hidden !important;
}
/* .ant-popover-inner-content {
	padding: 0;
} */
.ant-menu-dark .ant-menu-inline.ant-menu-sub .ant-menu-item {
  padding-left: 36px !important;
}
/* .ant-table-thead > tr > th.ant-table-selection-column, .ant-table-tbody > tr > td.ant-table-selection-column {
	min-width:30px;
	width:30px;
} */
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th {
  padding: 9px 8px;
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td {
  padding: 5px 8px;
}
.vertical-scroll-modal .ant-modal {
  display: flex;
}
.vertical-scroll-modal .ant-modal-content {
  display: grid;
}
.vertical-scroll-modal .ant-modal-body {
  overflow: auto;
}
/*
table 表头出现滚动条
 */
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 17px;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header > table {
  border-top: 0px;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  border-right: 1px solid #e8e8e8;
}
.ant-table-fixed-header .ant-table-thead > tr:first-child > th:last-child {
  border-right: 0px;
}
.ant-menu-inline {
  border-right: 0px;
}
.yui-page-header {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 64px;
  padding-left: 0px;
  padding-right: 15px;
  z-index: 1;
}
.yui-logo {
  height: 64px;
  line-height: 64px;
  text-align: center;
  float: left;
}
.yui-main-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  z-index: 0;
}
.yui-sider-menu {
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
}
.yui-page-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 54px;
  width: 100%;
  display: block;
  background: #fff;
  padding: 16px 32px;
  border-bottom: 1px solid #e8e8e8;
}
.yui-page-container {
  height: 100%;
  padding-top: 0px;
  position: relative;
  background: #fff;
}
.yui-page-content {
  height: 100%;
  padding: 0;
}
.yui-page-footer {
  width: 100%;
  position: absolute;
  padding: 16px 32px;
  font-size: 12px;
  left: 0;
  bottom: 0;
  color: #7d7d7d;
  background: #ffffff;
  text-align: center;
}
#Breadcrumb .ant-breadcrumb > span:first-child .ant-breadcrumb-link {
  color: #8f8f8f;
}
#Breadcrumb .ant-breadcrumb > span:last-child .ant-breadcrumb-link {
  color: #314659;
}
.ant-table-thead > tr > th {
  color: #4c4948;
  font-size: 14px;
}
.ant-table-tbody > tr > td {
  color: #8b8b8b;
  font-size: 14px;
}
.ant-table-thead tr th,
.ant-table-tbody > tr > td {
  height: 44px !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  color: #314659;
  font-size: 14px;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item a {
  color: #314659;
  font-size: 14px;
}
.ant-menu-item-selected a {
  color: #1890ff !important;
  font-size: 14px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  font-weight: bold;
}
.scrollbars > div:nth-child(1) {
  z-index: 100;
}
.scrollbars > div:nth-child(2) {
  z-index: 200;
}
.scrollbars > div:nth-child(3) {
  z-index: 200;
}
.scrollbars > div > div > div:first-child {
  width: 1682px;
}
.ant-table-tbody .ant-table-selection-column .ant-checkbox input,
.ant-table-thead .ant-table-selection-column .ant-checkbox input {
  width: auto;
}
body {
  overflow: hidden;
}
.ant-dropdown:before {
  position: relative;
}
.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  right: unset;
}
.ant-modal-body {
  min-height: 100px !important;
}
::-webkit-scrollbar {
  z-index: 50;
  width: 6px;
  height: 6px;
  cursor: pointer;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all .2s;
  height: 20px;
  cursor: pointer;
}
:hover::-webkit-scrollbar-thumb {
  transition: all .2s;
}
::-webkit-scrollbar-button {
  display: none;
}
::-webkit-scrollbar-corner {
  display: none;
}
/*This file will contain all varibales, our custom varibales and 
those from Ant Design which we want to override.*/
/* 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 */
.passModalContainer {
  position: absolute;
  right: 10px;
  top: 0;
}
.passModalContainer img {
  cursor: pointer;
}
.index-ellipsis-2RGCf {
  overflow: hidden;
  display: inline-block;
  word-break: break-all;
  width: 100%;
}
.index-lines-2PMjE {
  position: relative;
}
.index-lines-2PMjE .index-shadow-1ftS6 {
  display: block;
  position: relative;
  color: transparent;
  opacity: 0;
  z-index: -999;
}
.index-lineClamp-28mgF {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.index-content-2y5WE {
  padding: 0 24px 50px;
}
.index-indexMarginTop24-20jpg {
  margin-top: 24px;
}
.index-logContent-1fkl5 .ant-calendar-picker {
  width: auto !important;
}
.index-logContent-1fkl5 .index-input-2LF5X,
.index-logContent-1fkl5 .index-selection-3GvRi {
  display: flex;
  align-items: center;
}
.index-logContent-1fkl5 .index-input-2LF5X > div,
.index-logContent-1fkl5 .index-selection-3GvRi > div {
  white-space: nowrap;
}
.index-logContent-1fkl5 .index-input-2LF5X .ant-select,
.index-logContent-1fkl5 .index-selection-3GvRi .ant-select,
.index-logContent-1fkl5 .index-input-2LF5X input,
.index-logContent-1fkl5 .index-selection-3GvRi input {
  flex: 1;
}
.index-logContent-1fkl5 .index-input-2LF5X .ant-input-affix-wrapper,
.index-logContent-1fkl5 .index-input-2LF5X input {
  border-color: #d9d9d9;
}
.index-logContent-1fkl5 .index-selectColor-3U9te .ant-select-selection-selected-value {
  color: #d9d9d9;
}
.index-logContent-1fkl5 .index-btn1-WyMT- {
  background-color: #1890ff;
  margin-right: 12px;
}
.index-logContent-1fkl5 .index-btn2-1z72y {
  background: #ffffff;
  margin-right: 12px;
}
.index-logContent-1fkl5 .index-btn3-aG7N_ {
  background: #ffffff;
}
.index-doubleRowClass-12ZJG {
  background: #F5FCFF;
}
.index-borderClass-slcC_ {
  border: #eee solid 1px;
}
.index-content-10ziP {
  padding: 0 24px 50px;
}
.index-indexMarginTop24-16Y0S {
  margin-top: 24px;
}
.index-input-lk6TH .ant-input-affix-wrapper,
.index-input-lk6TH input {
  width: 200px;
  border-color: #d9d9d9;
}
.index-btn1-2ECLI {
  background-color: #1890ff;
  margin-right: 12px;
}
.index-btn2-m8aZC {
  background: #ffffff;
  margin-right: 12px;
}
.index-btn3-6Xg3b {
  background: #ffffff;
}
.index-content-1SPVu {
  padding: 0 24px 50px;
}
.index-indexMarginTop24-17B6j {
  margin-top: 24px;
}
.index-input-3CLdz .ant-input-affix-wrapper,
.index-input-3CLdz input {
  width: 200px;
  border-color: #d9d9d9;
}
.index-btn1-24CJq {
  background-color: #1890ff;
  margin-right: 12px;
}
.index-btn2-3lfbN {
  background: #ffffff;
  margin-right: 12px;
}
.index-btn3-238bs {
  background: #ffffff;
}
.ant-dropdown-menu-submenu-title {
  padding-left: 39px !important;
}
.index-content-2BrJa {
  padding: 0 24px 50px;
}
.index-indexMarginTop24-2qXeR {
  margin-top: 24px;
}
.index-input-16-QI .ant-input-affix-wrapper,
.index-input-16-QI input {
  width: 200px;
  border-color: #d9d9d9;
}
.index-btn1-2o3Hp {
  background-color: #1890ff;
  margin-right: 12px;
}
.index-btn2-v-2fP {
  background: #ffffff;
  margin-right: 12px;
}
.index-indexMarginTop24-MN3Gm {
  margin-top: 24px;
}
.index-selectWidth-_Xouc {
  width: 100%;
}
.index-selectColor-3Uige .ant-select-selection-selected-value {
  color: #d9d9d9;
}
.index-cursorPoint-1feGe {
  cursor: pointer;
}
.index-indexMarginTop24-MN3Gm .ant-input-affix-wrapper,
.index-indexMarginTop24-MN3Gm input {
  border-color: #d9d9d9;
  color: #314659;
}
.index-input-lvEUA .ant-input-affix-wrapper,
.index-input-lvEUA input {
  width: 200px;
  border-color: #d9d9d9;
}
.index-btn1-2zxVZ {
  background-color: #1890ff;
  margin-right: 12px;
}
.index-btn2-pZLQ0 {
  background: #ffffff;
  margin-right: 12px;
}
.index-btn3-3SGgW {
  background: #ffffff;
}
.index-content-8tH8B {
  padding: 0 24px 50px;
}
.index-content-8tH8B .ant-input-affix-wrapper {
  width: 75%;
}
.index-myDrawer-3jv40 .ant-drawer-body {
  padding: 10px 24px;
}
.index-content-2KcGH {
  padding: 24px 24px 0 24px;
}
.index-content1-2PCq- {
  padding: 24px 24px 0 24px;
}
.index-input-2jfrP .ant-input-affix-wrapper,
.index-input-2jfrP input {
  width: 200px;
  border-color: #d9d9d9;
}
.index-domainNameIcon-2a5jm {
  position: absolute;
  top: 20%;
  right: -5%;
}
.index-btn1-3_hhL {
  background-color: #1890ff;
  margin-right: 12px;
}
.index-btn2-1SpYK {
  background: #ffffff;
}
.index-btn3-zdY7E {
  background-color: #1890ff;
  margin-top: 16px;
}
.index-tableMargin-gtZ8v {
  margin-top: 24px;
}
.index-strutsMargin-2wb5R {
  margin-top: 18px;
}
.index-appIdInput-3x6-u + .ant-input-group-addon {
  padding: 0;
  border: 0;
}
.index-appIdInput-3x6-u + .ant-input-group-addon .ant-btn-primary {
  border-radius: 0px 4px 4px 0px;
}
.index-tagBlock-1l1V_ {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.index-textAreaStyle-f4JWC {
  position: absolute;
  right: 20px;
  bottom: -14px;
}
.index-label-2dW8R {
  color: #314659;
}
.index-content-2KcGH .ant-calendar-range-picker-input {
  width: 150px;
}
.index-content-2KcGH .ant-pagination-options-quick-jumper input {
  width: 50px;
}
.index-content-2KcGH .ant-input-affix-wrapper,
.index-content-2KcGH input {
  border-color: #d9d9d9;
  width: 230px;
}
.index-readOnly-1oDgK {
  color: #999;
}
.index-readOnly-1oDgK:hover {
  cursor: not-allowed !important;
  color: #999;
}
.index-content-7a6sJ {
  padding: 24px 24px 0 24px;
}
.index-tableMargin-2O__P {
  margin-top: 24px;
}
.index-strutsMargin-3XXQU {
  margin-top: 18px;
}
.index-appIdInput-3LT8M + .ant-input-group-addon {
  padding: 0;
  border: 0;
}
.index-appIdInput-3LT8M + .ant-input-group-addon .ant-btn-primary {
  border-radius: 0px 4px 4px 0px;
}
.index-textAreaStyle-15loP {
  position: absolute;
  right: 20px;
  bottom: -14px;
}
.index-tagBlock-3X9R2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.index-inputMargin-2ztYC {
  margin-top: 20px;
}
.index-authSelect-1WtXO {
  width: 150px;
}
.index-btn1-rtdCd {
  margin-right: 12px;
}
.index-btn2-1Mt9p {
  margin-top: 16px;
}
.index-btn3-1Z39a {
  margin-top: 16px;
  margin-left: 30px;
}
.index-input-1e5lG .ant-input-affix-wrapper,
.index-input-1e5lG input {
  width: 200px;
  border-color: #d9d9d9;
}
.index-label-1WulG {
  color: #314659;
}
.index-apiAuth-16mO1 {
  display: flex;
}
.index-apiAuth-16mO1 .index-apiAuth_left-1EdWB {
  width: 240px;
}
.index-apiAuth-16mO1 .index-apiAuth_right-3U980 {
  width: 260px;
  padding-left: 20px;
}
.index-apiAuth-16mO1 .index-apiAuth_right-3U980 .index-selections-6KT9F {
  height: 550px;
  overflow-y: auto;
}
.index-apiAuth-16mO1 .index-apiAuth_right-3U980 .index-selectionTotal-3dcF6 {
  padding-top: 8px;
}
.index-apiAuth-16mO1 .index-tab-13A28 {
  width: 0;
  flex: 1;
}
.index-apiAuth-16mO1 .index-tag-2a4MH {
  margin-bottom: 8px;
}
.index-btns-3efO_ {
  display: flex;
  justify-content: flex-end;
}
.index-btns-3efO_ button {
  margin-left: 8px;
}
.index-card-fROWg .ant-card-body {
  padding: 15px 24px;
}
.index-statiChart-11too {
  height: 600px;
  width: 100%;
}
.index-tipMargin-3J7ed {
  color: red;
  padding: 10px 0;
}
.index-cardChart-rKUu3 .ant-card-head {
  min-height: 30px;
  padding: 0 8px;
  background: #f7f7f7;
}
.index-cardChart-rKUu3 .ant-card-head-title {
  padding: 0;
  color: #669fc7;
}
.index-cardChart-rKUu3 .ant-card-extra {
  padding: 5px;
}
.index-content-Ir_F7 {
  padding: 0 24px 50px;
}
.index-indexMarginTop24-2X5-v {
  margin-top: 24px;
}
.index-input-3Ue4h .ant-input-affix-wrapper,
.index-input-3Ue4h input {
  width: 200px;
  border-color: #d9d9d9;
}
.index-btn1-2nEgx {
  background-color: #1890ff;
  margin-right: 12px;
}
.index-selectWidth-i4vfA {
  width: 100%;
}
.index-selectColor-2bGV9 .ant-select-selection-selected-value {
  color: #d9d9d9;
}
.index-indexMarginTop20-1TBBf {
  margin-top: 20px;
  margin-left: 10px;
}
.index-tabPane-2y3dh .ant-tabs-bar {
  border-bottom: 0;
  margin-bottom: 0;
  padding-left: 24px;
}
.index-tabPane-2y3dh .ant-tabs-nav .ant-tabs-tab {
  padding: 12px 24px;
  margin: 0 20px 0 0;
}
.index-content-FxIzl {
  padding: 24px 24px 0 24px;
}
.index-content-3GYlk {
  padding: 24px 24px 50px 24px;
  height: calc(55%);
  display: flex;
  flex-direction: column;
}
.index-content-3GYlk .index-searchHeader-K3E1x {
  position: relative;
  display: flex;
  width: 100%;
  transition: all 1s;
}
.index-content-3GYlk .index-searchHeader-K3E1x .index-searchHeader_left-1sYvi {
  position: relative;
  flex: 1;
  transition: all 1s;
  overflow: hidden;
}
.index-content-3GYlk .index-searchHeader-K3E1x .index-searchHeader_left-1sYvi .ant-col-8 {
  display: flex;
  align-items: self-start;
}
.index-content-3GYlk .index-searchHeader-K3E1x .index-searchHeader_right-iTdUa {
  width: 500px;
  display: flex;
  align-items: self-start;
}
.index-tableMargin-2fbA9 {
  margin-top: 30px;
}
.index-buttonMargin-1Kz_Z {
  margin-right: 30px;
}
.index-strutsMargin-2Uryt {
  margin-top: 18px;
}
.index-indexMarginTop20-2hmJ0 {
  margin-top: 24px;
}
.index-userAddForm-5v17r {
  padding: 50px 24px 0;
}
.index-userAddForm-5v17r .ant-input {
  width: 330px;
}
.index-userAddForm-5v17r .ant-select-selection {
  width: 330px;
}
.index-userAddForm-5v17r .ant-calendar-picker {
  width: 330px !important;
}
.index-userAddForm-5v17r .ant-tag {
  height: 32px;
  line-height: 32px;
}
.index-label-182OI {
  color: #314659;
  width: 30%;
  line-height: 32px;
  display: inline-block;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-content-3GYlk .ant-input-affix-wrapper,
.index-content-3GYlk input {
  border-color: #d9d9d9;
  width: 70%;
}
.index-content-3GYlk .ant-calendar-picker-input input {
  width: 150px;
}
.index-btn1-1S0Eo {
  background-color: #1890ff;
  margin: 0 14px;
}
.index-btn2-1E2jN {
  background: #ffffff;
}
.index-btn3-2KGpe {
  background-color: #1890ff;
  margin-top: 16px;
  margin-right: 12px;
}
.index-content2-1sWbh .ant-input-affix-wrapper,
.index-content2-1sWbh input {
  width: 200px;
  border-color: #d9d9d9;
}
.index-content2-1sWbh .ant-col-6 input {
  width: 150px;
}
.index-content-3GYlk .ant-pagination-options-quick-jumper input {
  width: 50px;
}
.index-tagBlock-3e8mr {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: relative;
}
.index-padding20-2llUg {
  padding-top: 20px;
}
.index-row2Style-1eiw- {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 5px;
}
.index-timePicker-3i0tj .ant-calendar-range-picker-input {
  width: 150px !important;
}
.index-readOnly-3tBHj {
  color: #999;
}
.index-readOnly-3tBHj:hover {
  cursor: not-allowed !important;
  color: #999;
}
.index-errorWays-1N5bd {
  width: 100%;
  padding: 5px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #98d7b6;
  border-radius: 6px;
  color: #000;
}
.index-errorWays-1N5bd:nth-of-type(2) {
  background-color: #ade4ff;
}
.index-errorWays-1N5bd:nth-of-type(3) {
  background-color: #ffcea3;
}
.index-errorWays-1N5bd:nth-of-type(4) {
  background-color: #ffb5b3;
}
.index-errorWays-1N5bd:nth-of-type(5) {
  background-color: #debaff;
}
.index-littleResolution-1e30d {
  width: 244px !important;
}
.index-labelSelect-2mWfm .ant-select-selection {
  width: 202px !important;
}
.accountListPage .ant-dropdown-menu-submenu-title {
  padding-left: 12px !important;
}
.index-content-2x7Or {
  padding: 20;
}
.index-bar-1UuV2 .ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
  text-align: left;
  padding-left: 0;
}
.index-bar-1UuV2 .ant-tabs-bar .ant-tabs-tab {
  text-align: left !important;
  margin: 0 !important;
  padding: 0 24px !important;
  line-height: 44px;
}
.index-bar-1UuV2 {
  background-color: #fbfbfb !important;
}
.index-bar-1UuV2 .ant-tabs-content {
  padding-left: 0;
  background-color: #ffffff !important;
}
.index-form-23wLg {
  padding-top: 20px;
  position: relative;
}
.index-form-23wLg input,
.index-form-23wLg .ant-select,
.index-form-23wLg .ant-select-enabled {
  width: 90%;
}
.index-form-23wLg .anticon.anticon-info-circle {
  margin: 0 10px;
}
.index-form-23wLg .ant-input {
  max-width: 90%;
}
.index-btn1-1_dec {
  background-color: #1890ff;
  margin-right: 12px;
}
.index-btn2-35Ld2 {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  color: #8b8b8b;
}
.index-form-23wLg .ant-form-item-label,
.index-form-23wLg .ant-form-item-control-wrapper .ant-form-item-control {
  line-height: 48px;
  color: #314659;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-form-23wLg .ant-form-item-control-wrapper input {
  color: #aaa9a9;
  background-color: #ffffff;
  border-color: #d9d9d9;
}
.index-ukey-mSldZ {
  border-radius: 5px;
  overflow: hidden;
}
.index-ph1-1cPuh {
  padding-left: 20px;
  line-height: 30px;
}
.index-ph2-2DVWz {
  padding-left: 20px;
  line-height: 40px;
}
.index-selectWidth-3RGr9 {
  width: 100%;
}
.index-selectColor-2o1kg .ant-select-selection-selected-value {
  color: #d9d9d9;
}
.index-indexMarginTop20-1PhiN {
  margin-top: 20px;
  margin-left: 10px;
}
.index-tabPane-3OqiS .ant-tabs-bar {
  border-bottom: 0;
  text-align: left;
  margin-bottom: 0;
  padding-left: 24px;
}
.index-tabPane-3OqiS .ant-tabs-nav .ant-tabs-tab {
  padding: 12px 24px;
  margin: 0 20px 0 0;
}
.index-content-2x7Or {
  padding: 40px 24px 0 24px;
}
.ant-upload-select-picture-card {
  bottom: -14px !important;
  background-color: transparent !important;
}
.index-content-BxtTy {
  padding: 24px 24px 0 24px;
}
.index-content-BxtTy .ant-upload-list-picture-card .ant-upload-list-item {
  width: 150px;
  height: 150px;
}
.index-content-BxtTy .ant-upload.ant-upload-select-picture-card {
  position: relative;
  left: 10%;
  border: 0;
  width: 0;
  height: 0;
  background-color: #e6f7ff;
}
.index-content-BxtTy .ant-upload-list-item.ant-upload-list-item-done.ant-upload-animate-inline-enter {
  display: none;
}
.index-content-BxtTy .ant-upload-list-item.ant-upload-list-item-uploading.ant-upload-animate-inline-enter {
  display: none;
}
.index-content-BxtTy .ant-upload-list-item.ant-upload-list-item-uploading {
  display: none;
}
.index-content-BxtTy .ant-upload-list-item.ant-upload-list-item-error {
  display: none;
}
.index-content-BxtTy .ant-upload-list-item.ant-upload-list-item-done.ant-upload-animate-inline-leave.ant-upload-animate-inline-leave-active {
  display: none;
}
.index-content-BxtTy .ant-upload-list-picture-card .ant-upload-list-item-info::before {
  left: 0px;
}
.index-content-BxtTy .index-upload-13KHc {
  float: left;
  height: 100%;
  margin: 0 5% 15px;
}
.index-content-BxtTy .index-upload-13KHc .index-title-2pILg {
  min-width: 150px;
  text-align: center;
  font-weight: bold;
}
.index-content-BxtTy .index-upload-13KHc .index-fileContent-3KcwI {
  width: 150px;
  text-align: center;
  position: relative;
}
.index-content-BxtTy .index-upload-13KHc .index-fileContent-3KcwI .index-fileUpload-ZjPNv {
  min-width: 150px;
  background-color: #e6f7ff;
}
.index-content-BxtTy .index-upload-13KHc .index-fileContent-3KcwI .index-fileUpload-ZjPNv .ant-upload-list-item:nth-child(2) {
  display: none;
}
.index-content-BxtTy .index-upload-13KHc .index-fileContent-3KcwI .index-fileDownload-3NUVk {
  position: absolute;
  bottom: 7px;
  right: 24px;
}
.index-modalX-2nXRW .ant-modal-close-x {
  width: 24px;
  height: 30px;
  line-height: 30px;
}
.index-hideIcon-32alP .anticon-delete {
  display: none;
}
.index-hideIcon-32alP .anticon-eye-o {
  display: none;
}
.index-hideIcon-32alP .ant-upload-list-item-info {
  display: none;
}
.file-content-Is_P_ {
  padding: 24px 24px 0px 24px;
}
.file-content-Is_P_ .ant-upload-list-picture-card .ant-upload-list-item {
  width: 150px;
  height: 150px;
}
.file-content-Is_P_ .ant-upload.ant-upload-select-picture-card {
  position: relative;
  left: 10%;
  border: 0px;
  width: 0px;
  height: 0px;
  background-color: #e6f7ff;
}
.file-content-Is_P_ .ant-upload-list-item.ant-upload-list-item-done.ant-upload-animate-inline-enter {
  display: none;
}
.file-content-Is_P_ .ant-upload-list-item.ant-upload-list-item-uploading.ant-upload-animate-inline-enter {
  display: none;
}
.file-content-Is_P_ .ant-upload-list-item.ant-upload-list-item-uploading {
  display: none;
}
.file-content-Is_P_ .ant-upload-list-item.ant-upload-list-item-error {
  display: none;
}
.file-content-Is_P_ .ant-upload-list-item.ant-upload-list-item-done.ant-upload-animate-inline-leave.ant-upload-animate-inline-leave-active {
  display: none;
}
.file-content-Is_P_ .ant-upload-list-picture-card .ant-upload-list-item-info::before {
  left: 0px;
}
.file-content-Is_P_ .file-upload-159Sn {
  float: left;
  height: 100%;
  margin: 0px 5%;
}
.file-content-Is_P_ .file-upload-159Sn .file-title-1RQKF {
  min-width: 150px;
  text-align: center;
  font-weight: bold;
}
.file-content-Is_P_ .file-upload-159Sn .file-fileContent-2DpQ0 {
  width: 150px;
  text-align: center;
  position: relative;
}
.file-content-Is_P_ .file-upload-159Sn .file-fileContent-2DpQ0 .file-fileUpload-rrTNg {
  min-width: 150px;
  background-color: #e6f7ff;
}
.file-content-Is_P_ .file-upload-159Sn .file-fileContent-2DpQ0 .file-fileUpload-rrTNg .ant-upload-list-item:nth-child(2) {
  display: none;
}
.file-content-Is_P_ .file-upload-159Sn .file-fileContent-2DpQ0 .file-fileDownload-bGype {
  position: absolute;
  bottom: 7px;
  right: 24px;
}
.ant-tabs-bar {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-left: 24px;
}
.ant-tabs-nav .ant-tabs-tab {
  padding: 12px 24px;
  margin: 0 20px 0 0;
}
.file-modalX-1lPpp .ant-modal-close-x {
  width: 24px;
  height: 30px;
  line-height: 30px;
}
.file-hideIcon-YXXuv .anticon-delete {
  display: none;
}
.file-hideIcon-YXXuv .anticon-eye-o {
  display: none;
}
.file-hideIcon-YXXuv .ant-upload-list-item-info {
  display: none;
}
.file-imgBox-3S5Fl {
  position: relative;
  display: inline-block;
  padding-top: 15px;
  padding-right: 15px;
}
.file-imgBox-3S5Fl .file-closeIcon-1acHU {
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  background-color: #f5222d;
  color: #fddbdc;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  top: 6px;
  right: 6px;
}
.file-modalItem-1marY {
  padding: 6px 0;
}
.file-modalItem-1marY .file-modalLabel-19A_z {
  padding-right: 20px;
  text-align: right;
}
.file-modalButton-2wV7A {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}
.file-modalButton-2wV7A button {
  margin: 0 5px;
}
.file-tagBlock-3kc20 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  line-height: normal;
}
.index-title-2S43u {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 27px;
  padding-top: 40px;
}
.index-topCard-39taG {
  width: 100%;
  height: 120px;
  background: #ffffff;
  box-shadow: 0px 12px 15px 3px rgba(50, 110, 243, 0.04);
  border-radius: 6px;
  margin: 20px 0;
}
.index-topCard-39taG .index-imagLine-2uAG9 {
  border-bottom: 1px dashed #EEEEEE;
  padding-bottom: 15px;
}
.index-topNum-1mpFZ {
  float: right;
  color: #326EF3;
  cursor: pointer;
}
.index-accountSum-29vdf {
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, #6cd7f7, #26b9e5);
  box-shadow: 0px 12px 15px 3px rgba(50, 110, 243, 0.04);
  border-radius: 6px;
}
.index-accountSum-29vdf .index-num-2Izrl {
  position: absolute;
  bottom: 10px;
  left: 30px;
  font-size: 45px;
  font-family: CAInfoTypeCondensed-Bold;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.index-accountSum-29vdf .index-description-M20QN {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  padding: 10px 0 0 25px;
}
.index-accountSum-29vdf img {
  position: absolute;
  right: 20px;
  width: 60px;
  bottom: 10px;
}
.index-accountSum-29vdf icon {
  float: right;
}
.index-statistics-2_ySJ {
  width: 100%;
  height: 400px;
  background: #ffffff;
  box-shadow: 0px 12px 15px 3px rgba(50, 110, 243, 0.04);
  border-radius: 6px;
  margin-top: 30px;
}
.index-statistics-2_ySJ .index-statisticsTitle-305Mh {
  padding: 15px 0 0 15px;
  line-height: 16px;
}
.index-statistics-2_ySJ .index-statisticsTitle-305Mh h2 {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  margin-left: 10px;
  display: inline-block;
}
.index-statistics-2_ySJ .index-statisticsTitle-305Mh p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #326ef3;
  margin-right: 10px;
  float: right;
}
.index-statistics-2_ySJ .index-statisticsTitle-305Mh h3 {
  font-size: 14px;
  font-weight: 400;
  padding-left: 5px;
  display: inline-block;
}
.index-statistics-2_ySJ .index-statisticsTitle-305Mh span {
  border-left: 1px solid #999999;
  color: #999999;
  padding-left: 10px;
  margin-right: 10px;
  float: right;
}
.index-statistics-2_ySJ .index-statisticsTitle-305Mh img {
  margin-right: 10px;
  float: right;
}
.index-content-jQool {
  padding: 24px 24px 50px 24px;
}
.index-indexMarginTop24-YHMGM {
  margin-top: 24px;
}
.index-label-12YI5 {
  color: #314659;
}
.index-content-jQool .ant-input-affix-wrapper,
.index-content-jQool input {
  border-color: #d9d9d9;
  width: 230px;
}
.index-btn1-1nwfk {
  background-color: #1890ff;
  margin-right: 12px;
}
.index-btn2-2qjgW {
  background: #ffffff;
}
.index-btn3-ZY6Kb {
  background-color: #1890ff;
  margin-top: 16px;
  margin-right: 12px;
}
.index-content2-2kOrE .ant-input-affix-wrapper,
.index-content2-2kOrE input {
  width: 200px;
  border-color: #d9d9d9;
}
.index-content2-2kOrE .ant-col-6 input {
  width: 150px;
}
.index-content-jQool .ant-pagination-options-quick-jumper input {
  width: 50px;
}
.index-userAddForm-3BCXA {
  margin: 50px 24px 0;
}
.index-userAddForm-3BCXA .ant-input {
  width: 330px;
}
.index-userAddForm-3BCXA .ant-select-selection {
  width: 330px;
}
.index-userAddForm-3BCXA .ant-calendar-picker {
  width: 330px !important;
}
.index-userAddForm-3BCXA .ant-tag {
  height: 32px;
  line-height: 32px;
}
.index-tagBlock-1E3iJ {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.index-row2Style-3pBsz {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 5px;
}
.index-content-2geOO {
  padding: 24px 24px 50px 24px;
}
.index-indexMarginTop24-3zzV- {
  margin-top: 24px;
}
.index-label-jT5KQ {
  color: #314659;
}
.index-content-2geOO .ant-input-affix-wrapper,
.index-content-2geOO input {
  border-color: #d9d9d9;
  width: 230px;
}
.index-btn1-3_Wlm {
  background-color: #1890ff;
  margin-right: 12px;
}
.index-btn2-3Lf2H {
  background: #ffffff;
}
.index-btn3-2VnCm {
  background-color: #1890ff;
  margin-top: 16px;
  margin-right: 12px;
}
.index-content2-3lrjg .ant-input-affix-wrapper,
.index-content2-3lrjg input {
  width: 200px;
  border-color: #d9d9d9;
}
.index-content2-3lrjg .ant-col-6 input {
  width: 150px;
}
.index-content-2geOO .ant-pagination-options-quick-jumper input {
  width: 50px;
}
.index-userAddForm-h5ge4 {
  margin: 50px 24px 0;
}
.index-userAddForm-h5ge4 .ant-input {
  width: 330px;
}
.index-userAddForm-h5ge4 .ant-select-selection {
  width: 330px;
}
.index-userAddForm-h5ge4 .ant-calendar-picker {
  width: 330px !important;
}
.index-userAddForm-h5ge4 .ant-tag {
  height: 32px;
  line-height: 32px;
}
.index-tagBlock-9EJe1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.index-row2Style-1HjyY {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 5px;
}
.index-content-3p1fe {
  padding: 0 24px 50px;
}
.index-indexMarginTop24-1kNYC {
  margin-top: 24px;
}
.index-marginLeft10-IyJOb {
  margin-left: 10px;
}
.index-btn1-3cICn {
  background-color: #1890ff;
  margin-right: 12px;
}
.index-btn2-3o5ok {
  background: #ffffff;
}
.index-wrap-3xgIH {
  padding: 24px 24px 0;
}
.index-header-1rl_v {
  background: #f2f2f2;
  overflow: hidden;
  position: static;
}
.index-header-1rl_v .index-toggle-1H6gf {
  display: block;
  padding: 8px 15px;
}
.index-InputNumber-3bIy5 {
  width: 100%;
}
.index-headerTop-SZEAk {
  position: static;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 24px;
}
.index-headerTop-SZEAk .index-toggle-1H6gf {
  display: inline-block;
  padding: 0 20px 10px 20px;
  margin-bottom: -1px;
  font-weight: bold;
}
.index-content-2Fz7V {
  margin: 0 55px;
}
.index-content-2Fz7V .ant-form-item-label label {
  color: #314659;
}
.index-formItemMargin18-JSf2L {
  margin-top: 20px;
}
.index-selectWidth-1h61t {
  width: 100%;
}
.index-btn1-31l31 {
  background-color: #1890ff;
  margin-right: 12px;
}
.index-btn2-aKgS6 {
  background: #ffffff;
}
.index-page-2_Pdo {
  font-variant: normal;
}
.index-padb150-1biLV {
  padding-bottom: 150px;
}
.index-padb50-3Oj2U {
  padding-bottom: 50px;
}
.index-padb85-145vX {
  padding-bottom: 85px !important;
}
.index-padt85-3Hjlz {
  padding-bottom: 85px !important;
}
.index-textCenter-1axY7 {
  text-align: center;
}
.index-pageContainer-3NlLT {
  color: #333;
  width: 1200px;
  padding-top: 120px;
  margin: 0 auto ;
}
.index-pageContainer-3NlLT .index-left-2akuE {
  position: relative;
  left: 50px;
  vertical-align: middle;
  padding-top: 32px;
}
.index-pageContainer-3NlLT .index-left-2akuE h1 {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 20px;
}
.index-pageContainer-3NlLT .index-left-2akuE h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
.index-pageContainer-3NlLT .index-left-2akuE p {
  font-size: 20px;
  line-height: 50px;
}
.index-pageContainer-3NlLT .index-left-2akuE p span {
  color: #326EF3;
  margin: 0 5px;
}
.index-pageContainer-3NlLT .index-left-2akuE p .index-fontsize24-2dt4F {
  font-size: 24px;
}
.index-pageContainer-3NlLT .index-right-3nD3g {
  position: relative;
  left: -50px;
}
.index-pageContainer-3NlLT .index-right-3nD3g a {
  display: block;
  position: relative;
}
.index-button-xHxTK {
  display: block;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 50px;
  width: 160px;
  height: 50px;
  background: #578afa;
  box-shadow: 0px 5px 7px 1px rgba(73, 122, 229, 0.21);
  border-radius: 4px;
}
.index-button-xHxTK:hover {
  color: #fff;
}
.index-point_wrapper-2mS_5 {
  position: absolute;
  top: 0;
}
.index-point_wrapper-2mS_5 i {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(assets/images/sprite.png);
  display: inline-block;
  background-size: 800px 600px;
}
.index-point_wrapper-2mS_5 .index-point_0-2PYwh {
  background-position: -240px -40px;
}
.index-point_wrapper-2mS_5 .index-point_1-KIjY3 {
  background-position: -188px -40px;
}
.index-point_wrapper-2mS_5 .index-point_2-ZAXWi {
  background-position: -90px -35px;
}
.index-point_wrapper-2mS_5 .index-point_3-1MctN {
  background-position: -145px -38px;
}
.index-point_wrapper-2mS_5 .index-point_4-1ssYD {
  background-position: -34px -38px;
}
.index-point_wrapper-2mS_5 .index-point_5-1_MV5 {
  width: 40px;
  height: 20px;
  background-position: -294px -40px;
}
.index-point_wrapper-2mS_5 .index-page2_1-2Lk27 {
  width: 35px;
  height: 25px;
  background-position: -40px -107px;
}
.index-point_wrapper-2mS_5 .index-page2_2-1pOEZ {
  width: 55px;
  height: 48px;
  background-position: -70px -126px;
}
.index-point_wrapper-2mS_5 .index-page3_1-3hPzZ {
  width: 105px;
  height: 56px;
  background-position: -153px -247px;
}
.index-point_wrapper-2mS_5 .index-page3_2-2ad2n {
  width: 93px;
  height: 93px;
  background-position: -196px -110px;
}
.index-point_wrapper-2mS_5 .index-page3_3-FylHP {
  width: 134px;
  height: 192px;
  background-position: -312px -112px;
}
.index-point_wrapper-2mS_5 .index-page4_head_1-aGS7Z {
  width: 33px;
  height: 28px;
  background-position: -40px -392px;
}
.index-point_wrapper-2mS_5 .index-page4_head_2-3qN9i {
  width: 30px;
  height: 30px;
  background-position: -96px -394px;
}
.index-point_wrapper-2mS_5 .index-page4_head_3-30v6I {
  width: 40px;
  height: 27px;
  background-position: -153px -393px;
}
.index-point_wrapper-2mS_5 .index-page4_1-w-B6G {
  width: 48px;
  height: 120px;
  background-position: -250px -350px;
}
.index-point_wrapper-2mS_5 .index-page5_1-2oY_Q {
  width: 40px;
  height: 115px;
  background-position: -337px -344px;
}
.index-point_wrapper-2mS_5 .index-page5_2-2h4X8 {
  width: 120px;
  height: 191px;
  background-position: -440px -272px;
}
.index-page2-p5lNV .index-green-_8hWN {
  color: #3AD29F !important;
  font-size: 24px;
}
.index-page2-p5lNV .index-left-2akuE {
  padding-top: 150px;
}
.index-greenText-3nFts {
  color: #3AD29F !important;
}
.index-page4-3DQyH {
  position: relative;
  background: url(assets/images/4bg.png) center no-repeat;
  background-size: 100% 100%;
}
.index-page4-3DQyH .index-pageContainer-3NlLT {
  padding-top: 0;
}
.index-page4-3DQyH .index-headPoint-HBSeB {
  width: 100%;
  height: 295px;
}
.index-page5-3gahz {
  background: url(assets/images/5bg.png) center no-repeat;
  background-size: 100% 100%;
}
.index-footer-104P1 {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background: -webkit-linear-gradient(180deg, #F2F8FF, #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(180deg, #F2F8FF, #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(180deg, #F2F8FF, #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(180deg, #F2F8FF, #fff);
  /* 标准的语法（必须放在最后） */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F8FF', endColorstr='#ffffff', GradientType=0);
}
.index-footer-104P1 h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.index-footer-104P1 .index-button-xHxTK {
  margin: 20px auto;
}
.index-footer-104P1 .index-text-1MG6I {
  color: #999999;
}
.index-selectWidth-1Uw12 {
  width: 100%;
}
.index-selectColor-2XY_c .ant-select-selection-selected-value {
  color: #d9d9d9;
}
.index-indexMarginTop20-2ucYQ {
  margin-top: 20px;
  margin-left: 10px;
}
.index-tabPane-3lrdL .ant-tabs-bar {
  text-align: left;
  margin-bottom: 0;
  padding-left: 24px;
}
.index-tabPane-3lrdL .ant-tabs-tabpane {
  padding-top: 20px;
}
.index-tabPane-3lrdL .ant-tabs-nav .ant-tabs-tab {
  padding: 12px 24px;
  margin: 0 20px 0 0;
}
.index-content-2HwqQ {
  padding: 24px 24px 0 24px;
}
.index-content-2HwqQ .index-fragmentCenter-VTc96 {
  text-align: center;
}
.index-content-2HwqQ .index-padding20-2nG33 {
  padding-top: 20px;
}
.index-content-2HwqQ .index-spanText-2f9G6 {
  width: 165px;
  text-align: right;
  display: inline-block;
}
.index-wrap-3R_SH {
  padding: 24px 24px 0;
}
.index-content-UzDPG {
  position: relative;
  width: 1000px;
  border: 1px solid #e8e8e8;
}
.index-backBtn-1kK1s {
  position: absolute;
  top: 20px;
  right: 20px;
}
.index-checkingTitle--s6nT {
  color: #1890fe;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 20px 10px;
}
.index-checkRight-1Xt5H {
  text-align: center;
  transform: translateY(100%);
}
.index-lastCheckTime-aOrQP {
  margin-top: 20px;
}
.index-checkType-17ZMp img {
  margin: 10px 0;
  height: 150px;
  width: 150px;
}
.index-checkType-17ZMp .index-typeTitle-q-vfE {
  display: inline-block;
  margin-left: 30px;
}
.index-checkType-17ZMp .index-main-3Hor_ {
  font-size: 22px;
}
.index-checkType-17ZMp .index-sub-1Y74y {
  margin-top: 10px;
  font-size: 14px;
  color: #c5c5c5;
}
.index-checkingList-29T6z {
  padding: 20px;
}
.index-childTitle-3ILkx {
  font-size: 18px;
  font-weight: bold;
}
.index-childItem-2_Eex {
  position: relative;
  display: inline-block;
  padding: 15px 0 0;
  text-align: center;
  width: 120px;
}
.index-childItem-2_Eex .index-testImg-1t01M {
  height: 50px;
  width: 50px;
  margin-bottom: 5px;
}
.index-childItem-2_Eex .index-warnImg-1y6U4 {
  position: absolute;
  top: 5px;
  right: 20px;
  height: 30px;
  width: 30px;
}
.index-childItem-2_Eex .index-checkValue_noHide-1e8oE,
.index-childItem-2_Eex .index-checkValue-2b4sM {
  color: blue;
  height: 30px;
  line-height: 30px;
}
.index-childItem-2_Eex .index-checkBtn-2g41S {
  display: none;
  margin: 0 auto;
  width: 80px;
  font-size: 14px;
  height: 30px;
}
.index-childItem-2_Eex:hover .index-checkValue-2b4sM {
  display: none;
}
.index-childItem-2_Eex:hover .index-checkBtn-2g41S {
  display: block;
}
.index-uncheckList-1r8UH {
  float: left;
}
.index-uncheckItem-dG1bv {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.index-uncheckItem-dG1bv img {
  margin: 10px;
  height: 40px;
  width: 40px;
}
.index-checkBtn-2g41S {
  height: 50px;
  width: 150px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}
.index-weakModalItem-3wprE {
  margin-bottom: 10px;
}
.index-weakModalItem-3wprE .index-weakModalItemTitle-3fbRW {
  float: left;
  height: 25px;
  line-height: 25px;
}
.index-weakModalItem-3wprE img {
  float: left;
  margin-left: 5px;
  height: 25px;
  width: 25px;
}
.index-ruleInputNumber-3lQ4R {
  width: 100%;
}
.index-content-3JDIQ {
  padding: 0 24px 50px;
}
.index-indexMarginTop24-1zz99 {
  margin-top: 24px;
}
.index-input-1zJgh .ant-input-affix-wrapper,
.index-input-1zJgh input {
  width: 200px;
  border-color: #d9d9d9;
}
.index-btn1-3m2KR {
  background-color: #1890ff;
  margin-right: 12px;
}
.index-btn2-3Lctf {
  background: #ffffff;
  margin-right: 12px;
}
.index-content-kuSdf {
  padding: 24px 24px 50px 24px;
}
.index-tableMargin-1gLr7 {
  margin-top: 30px;
}
.index-buttonMargin-3RTit {
  margin-right: 30px;
}
.index-strutsMargin-3UWN3 {
  margin-top: 18px;
}
.index-indexMarginTop20-3_NW5 {
  margin-top: 24px;
}
.index-userAddForm-16WWa {
  padding: 50px 24px 0;
}
.index-userAddForm-16WWa .ant-input {
  width: 330px;
}
.index-userAddForm-16WWa .ant-select-selection {
  width: 330px;
}
.index-userAddForm-16WWa .ant-calendar-picker {
  width: 330px !important;
}
.index-userAddForm-16WWa .ant-tag {
  height: 32px;
  line-height: 32px;
}
.index-label-3S7L1 {
  color: #314659;
}
.index-content-kuSdf .ant-input-affix-wrapper,
.index-content-kuSdf input {
  border-color: #d9d9d9;
  width: 230px;
}
.index-btn1-1RH_V {
  background-color: #1890ff;
  margin-right: 12px;
}
.index-btn2-3EM3G {
  background: #ffffff;
}
.index-btn3-aCzZ7 {
  background-color: #1890ff;
  margin-top: 16px;
  margin-right: 12px;
}
.index-content2-3B7CO .ant-input-affix-wrapper,
.index-content2-3B7CO input {
  width: 200px;
  border-color: #d9d9d9;
}
.index-content2-3B7CO .ant-col-6 input {
  width: 150px;
}
.index-content-kuSdf .ant-pagination-options-quick-jumper input {
  width: 50px;
}
.index-tagBlock-27WoH {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.index-padding20-2Iqvk {
  padding-top: 20px;
}
.index-row2Style-1EpwY {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 5px;
}
.detailInfo-detailHead-Uth9I {
  height: 105px;
  width: 100%;
  background-color: #fff;
  /* margin-bottom: 5px; */
}
.detailInfo-titleBtn-2NUrr {
  height: 44px;
  width: 100%;
  padding: 10px 10px 0px 40px;
  color: #1890ff;
  font-size: 16px;
}
.detailInfo-detailInfo-27J08 {
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding: 0px 10px 0px 40px;
}
.detailInfo-tabsWrapper-3K0Wp {
  background-color: #fff;
}
.detailInfo-tabContent-10MJt {
  width: 100%;
  background-color: #fff;
  padding: 0px 20px;
  height: calc(100vh - 293px);
}
.detailInfo-toolsBar-Z8_T6 {
  height: 40px;
  width: 100%;
}
/* 用户详情----锚点对应的滚动容器样式 */
.detailInfo-user_detail_info_listBox-1HZo3 {
  width: 100%;
  /* max-height: 500px;*/
  /* height: 500px; */
  padding: 10px;
}
.detailInfo-user_detail_info_listBox-1HZo3 p {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #333;
  font-weight: 700;
}
/* 大盒子内边距的灰色背景 */
.detailInfo-main-vf7WD {
  height: 100%;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
/* 内容部分-列表页的白色背景-白色内边距 */
.detailInfo-main-vf7WD .detailInfo-contentlistBox-3dSQv {
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
}
/* 内容部分-操作页 */
.detailInfo-contentoperateBox-1VPAA {
  height: 100%;
  width: 100%;
  /* background-color: pink; */
  position: relative;
  padding-top: 55px;
  overflow: hidden;
  border-radius: 5px;
}
/* 操作頁的標題 */
.detailInfo-title_btns_box-3wPnN {
  height: 54px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 0px 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.detailInfo-title_btns_box-3wPnN > span {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.detailInfo-title_btns_box-3wPnN .detailInfo-titleBox_btn-o1X5D {
  float: right;
  margin-top: 12px;
}
.detailInfo-commonBtnMarginLeft-3LgTe {
  margin-left: 10px;
}
/* 表单背景的盒子 */
.detailInfo-form_box-2eGsv {
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 60px;
}
.index-menu-36s2y.ant-menu-item {
  padding-left: 62px !important;
}
.index-container-3zzEM {
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.index-content-3e9ds {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 2px 1px 4px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.index-main-2DTND {
  width: 435px;
  padding: 60px 50px;
}
.index-tabs-7wZxE {
  padding: 0 2px;
  margin: 0 -2px;
}
.index-tabs-7wZxE .ant-tabs-tab {
  font-size: 16px;
  line-height: 24px;
}
.index-tabs-7wZxE .ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 34px;
}
.ant-tabs .ant-tabs-bar {
  /* border-bottom: 0; */
  margin-bottom: 24px;
  text-align: left;
}
.index-submit-3JRvT {
  width: 100%;
  /* margin-top: 24px; */
  color: #fff !important;
  background-color: #1890FF !important;
  background: linear-gradient(to Right, #0bcdfe, #4460fd) !important;
  background: -o-linear-gradient(to Right, #0bcdfe, #4460fd) !important;
  background: -moz-linear-gradient(to Right, #0bcdfe, #4460fd) !important;
  background: -webkit-linear-gradient(to Right, #0bcdfe, #4460fd) !important;
}
.index-submit-3JRvT:hover,
.index-submit-3JRvT:focus {
  border-color: #40a9ff !important;
}
.index-loginLogo-31Ieo {
  width: 100%;
  background-color: #1890FF;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(to Right, #0bcdfe, #4460fd) !important;
  background: -o-linear-gradient(to Right, #0bcdfe, #4460fd) !important;
  background: -moz-linear-gradient(to Right, #0bcdfe, #4460fd) !important;
  background: -webkit-linear-gradient(to Right, #0bcdfe, #4460fd) !important;
}
.index-loginLogo-31Ieo img {
  height: 64px;
  vertical-align: top;
}
.index-icon_qq-2D9R4 {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  background: url(../../../assets/images/qq.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  cursor: pointer;
}
.index-icon_wechat-1l3KN {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  background: url(../../../assets/images/wx.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  cursor: pointer;
}
.index-getCaptcha-2Nwvw {
  display: block;
  width: 100%;
}
.index-captchaContent-15Z8Z {
  float: right;
  width: 40%;
  text-align: center;
  height: 30px;
  display: flex;
}
.index-copyWriting-ridke {
  margin: -7px auto;
}
.index-inputWrapper-28CK2 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: start;
}
.index-inputWrapper-28CK2 input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bfbfbf;
}
.index-inputWrapper-28CK2 input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bfbfbf;
}
.index-inputWrapper-28CK2 input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bfbfbf;
}
.index-inputWrapper-28CK2 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfbfbf;
}
.index-inputWrapper-28CK2 input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}
.index-inputIcon-rgP05 {
  position: absolute;
  top: 50%;
  z-index: 2;
  line-height: 0;
  transform: translateY(-50%);
  left: 12px;
  color: rgba(0, 0, 0, 0.25) !important;
}
.index-inputEyeIcon-2J288 {
  position: absolute;
  top: 50%;
  z-index: 2;
  line-height: 0;
  transform: translateY(-50%);
  right: 12px;
  color: rgba(0, 0, 0, 0.25) !important;
}
.index-inputLabel-1uiJY {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
  padding-left: 30px;
}
.index-formMargin-GXWbh {
  margin-bottom: 24px;
}
.index-error-xI8ps input {
  border-color: #f5222d;
}
.index-passworRequired-3gFN6 {
  display: none;
  color: #f5222d;
  margin-bottom: 5px;
}
.index-block-OYqcN {
  display: block;
}

/*# sourceMappingURL=app.0bc202c67ad77f58c37498bafcfeb425.css.map*/