#app{height:100%}

  /*!* 改变 login input框背景颜色 *!
  .admin_input input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill,
  .keyword_input input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(24,196,233,0.1)  inset !important;
    background-color:rgba(24,196,233,0.1);
    background-image: none;
    !* //背景色透明  生效时长  过渡效果  启用时延迟的时间 *!
    transition: background-color 50000s ease-in-out 0s;
  }
  div,body,p,span,h1,h2,h3,h4,a{
    color: #FFFFFF;
    font-size: 14px;
  }

  .chart-card-header .meta[data-v-d2662de4]{
    color: #00ff80;
  }
  .ant-card{
    background: transparent !important;
  }

  !*** table thead**!
  .ant-table-scroll-position-left  .ant-table-thead > tr > th {
    background-color: rgba(26,171,239,0.5) !important;
  }
  .ant-table-scroll  .ant-table-thead > tr > th {
    background-color: rgba(26,171,239,0.5) !important;
  }

  .ant-table-bordered .ant-table-thead > tr > th {
    background-color: rgba(26,171,239,0.5) !important;
  }
  .ant-table-fixed-right  .ant-table-thead > tr > th {
    background-color: transparent !important;
  }
  .ant-table-row-cell-last{
    background-color: transparent !important;
  }
  !*** table thead 里面的内容**!
  .ant-table-header-column {
    background-color: transparent !important;
  }
  !*** border right**!
  .ant-table-scroll-position-left .ant-table-thead > tr > th, .ant-table-scroll-position-left .ant-table-tbody > tr > td {
    border-right: 1px solid #1aaaed !important;
  }
  .ant-table-scroll .ant-table-thead > tr > th, .ant-table-scroll .ant-table-tbody > tr > td {
    border-right: 1px solid #1aaaed !important;
  }
  .ant-table-bordered .ant-table-thead > tr > th, .ant-table-bordered .ant-table-tbody > tr > td {
    border-right: 1px solid #1aaaed !important;
  }
  !*** border-bottom**!
  .ant-table-thead > tr > th {
    color: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid #1aaaed !important;
    background: transparent !important;
  }
  !*** border-bottom**!
  .ant-table-tbody > tr > td {
    border-bottom: 1px solid #1aaaed !important;
  }

  !*** table外框**!
  .ant-table-header > table, .ant-table-body > table {
    border: 1px solid #1aaaed !important;
  }
  !*有固定行的ant-design-vue 表格滑动样式*!
  .ant-table-fixed .ant-table-row-hover {
    background:  transparent !important;
  }
  .ant-table-fixed .ant-table-row-hover > td {
    background:   transparent !important;
  }
  !*没有固定行的表格个样式  hover*!
  .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
    background-color:   rgba(14,93,142,0.2) !important;
  }
  .ant-table-body .ant-table-row-hover {
    background:    rgba(14,93,142,0.2) !important;
  }
  .ant-table-body .ant-table-row-hover > td {
    background:    rgba(14,93,142,0.2) !important;
  }
  .ant-table-placeholder{
    background-color: transparent !important;
  }
  .ant-table table {
    border-collapse: collapse !important;
  }

  .ant-table-placeholder {
    color: rgba(0, 0, 0, 0.25);
    background: transparent !important;
    border:  1px solid #1aaaed !important;
  }


  !******  日志管理 第一列 去掉背景 ********!
  .ant-table-row-expand-icon{
    background: transparent !important;
  }
  !******  日志管理 第一列 展开行 增加背景 ********!
  tr.ant-table-expanded-row, tr.ant-table-expanded-row:hover {
    !* background: #fbfbfb; *!
  }
  !*************选中行样式*************!
  .ant-table-tbody > tr.ant-table-row-selected td {
    background: rgba(14,93,142,0.2) !important;
  }
  tr.ant-table-expanded-row, tr.ant-table-expanded-row:hover {
    background: rgba(14,93,142,0.2) !important;
  }



  !**********************************最右边操作添加fixed的样式*****************************!
  .ant-table-fixed-left .ant-table-thead, .ant-table-fixed-right .ant-table-thead {
    background: transparent !important;
  }


  .ant-table-fixed-left table, .ant-table-fixed-right table {
    background: transparent !important;
    border: 1px solid transparent !important;

  }
  .ant-table-fixed-left  .ant-table-thead > tr > th {
    background-color: rgba(14,93,142,0.4) !important;
  }

  .ant-table-fixed-left tbody, .ant-table-fixed-right tbody {
    border: none !important;
  }

  .ant-table-scroll .ant-table-tbody > tr.ant-table-row-selected td {
    background: rgba(14,93,142,0.4) !important;
  }
  !***  滚动条  **!
  .ant-table-body{
    overflow-x: hidden !important;
  }

  !************** 网关策略  table button 的间隔 **********!
  .table-operator .ant-btn {
    margin: 0 8px 8px 0 !important;
  }

  !********************* 网关策略    table 亮灯时间选择   ************************!
  .ant-time-picker-input{
    background-color: transparent !important;
    color: rgba(255,255,255,0.7);
  }

  !**************** 网关策略  table 亮灯时间选择 弹出框 *********************!
  .ant-time-picker-panel-inner{
    background-color: rgba(24,144,255,1.0) !important;
  }
  .ant-time-picker-panel-input{
    background: transparent !important;
    color:black !important;
  }
  li.ant-time-picker-panel-select-option-selected {
    background: rgba(1,110,150,0.8) !important;
  }
  !****************  网关策略  table 亮灯时间选择 弹出框 字体颜色  *****************!
  li.ant-time-picker-panel-select-option-disabled ,.ant-time-picker-panel-select li {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .ant-time-picker-panel-select{
    border-left: 1px solid  rgba(0, 0, 0, 0.3) !important;
  }
  .ant-time-picker-panel-input-wrap {
     border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
    !*分组管理 --网关 --表格为空时，table body *!
 /deep/ .ant-table-empty .ant-table-body{
    overflow-x: hidden !important;
  }
    !* 灯杆管理  select 框*!
  .ant-select-dropdown-search{
    display: none !important;
  }
  .ant-select-tree-switcher{
    width: 0 !important;
  }
  .ant-select-tree li .ant-select-tree-node-content-wrapper{
    width: 100% !important;
    padding-left: 14px !important;
  }
  .ant-select-tree li .ant-select-tree-node-content-wrapper:hover{
    background-color: #0e5b8c !important;
  }
  .ant-select-tree{
    padding: 0px !important;
  }

    !*网关策略  新增  亮灯时间  input *!
  .ant-time-picker-input{
    color: rgba(255,255,255,0.8) !important;
    border: 1px solid #1aaaed !important;
  }

    !**************************************分页样式*************************************************!
  .ant-pagination-item a{
    color: #FFFFFF;
  }
  .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis, .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    color: #FFFFFF !important;;
    letter-spacing: 2px;
    text-align: center;
    text-indent: 0.13em;
    opacity: 1;
    transition: all 0.2s;
  }

  .ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link, .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
    !* background: transparent; *!
    background-color: rgba(26,171,239,0.5) !important;
  }
  .ant-select-selection {!*** 页码筛选 **!
    background-color: transparent !important;
    border: 1px solid #1aaaed !important;
  }
  .ant-pagination-item { !*** 页码1 **!
    background-color: transparent !important;
    !*  border: 1px solid #d9d9d9;*!
  }
  !* .ant-checkbox-disabled .ant-checkbox-inner {
     border: none !important;
   }*!
  .ant-checkbox-inner { !*** checkbox **!
    background-color:transparent !important;
    border: 1px solid rgba(26,170,237,0.5) !important;
  }
  .ant-checkbox-input{
    border: 1px solid rgba(26,170,237,0.5) !important;
  }

  .ant-pagination.mini .ant-pagination-prev, .ant-pagination.mini .ant-pagination-next {
    margin: 5px !important;
  }
  .ant-pagination-disabled a, .ant-pagination-disabled:hover a, .ant-pagination-disabled:focus a, .ant-pagination-disabled .ant-pagination-item-link, .ant-pagination-disabled:hover .ant-pagination-item-link, .ant-pagination-disabled:focus .ant-pagination-item-link {
    color: rgba(255,255,255,0.5) !important;
  }

  .ant-pagination {!****页码*********!
    color: white !important;
  }

  !*******************************input 样式*****************************************!
  .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab{!*** 首页**!
    background: transparent !important;
  }
  .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active{!*** 用户管理**!
    background: transparent !important;
  }
  .ant-form-item-label > label {!*** 账号 性别**!
    color: white !important;
  }
  .ant-input,.ant-input-number{
    background-color: transparent !important;
    color: #FFFFFF !important;
    border: 1px solid #1aaaed !important;
  }


  !*******************************弹出层*****************************************!


  !************菜单管理***************!
  .ant-drawer-content-wrapper{
    overflow-y: hidden !important;
  }
  .ant-drawer-content,.ant-drawer-header,.drawer-bootom-button {
    position: relative;
    z-index: 1;
    overflow: auto;
    background-color:rgba(6,44,104,0.95)!important;
    background-clip: padding-box;
    border: 0;
  }
  .ant-drawer-header{
    overflow-y: hidden !important;
    border-bottom: 1px solid rgba(26,170,237,0.7) !important;
  }
  .ant-drawer-title {
    color: rgba(255, 255, 255, 1.0);
  }
  .ant-btn{
    background: grey !important;
    border: none !important;
    color: white !important;
  }
  .ant-btn-primary{
    background: #1890ff !important;
  }
  .ant-drawer-close{
    color: white !important;
  }

  !************部门管理***************!
  .ant-modal-content,.ant-modal-header{
    background-color: rgba(6,44,104,0.95) !important;
  }
  .ant-modal-header{
    border-bottom: 1px solid rgba(26,170,237,0.7) !important;

  }
  .ant-modal-title{
    color: white !important;
  }
  .ant-modal-footer{
    border-top: 1px solid rgba(26,170,237,0.7) !important;
  }
  .ant-alert-info {
    background-color:transparent !important;
    border: 1px solid #1890ff !important;
  }
  .ant-input-search-icon {
    color: rgba(255, 255, 255, 0.45) !important;
  }
  .drawer-bootom-button[data-v-331e09f0] {
    border-top: transparent !important;
  }
  .ant-card-bordered {
    border: 1px solid #1890ff !important;
  }
  .ant-tabs-top-bar{
    border-bottom: transparent !important;
  }

  .ant-tree-checkbox-inner{
    background: transparent !important;
    border: 1px solid #1890ff !important;
  }

  !************数据字典***************!
  .ant-drawer-title{
    color: white !important;
  }
  .tox-tinymce{
    border: 1px solid #1890ff !important;
  }
  .tox-editor-container{
    border: 1px solid red;
    background: yellow !important;
  }


  !*************** online 菜单开发   新增 *************!
  .input-table .tbody .tr-expand[data-v-2f0c1ef1] {
    background-color: transparent !important;
  }
  .input-table .tbody .td input[data-v-2f0c1ef1] {
    color: rgba(255, 255, 255, 0.65) !important;
    background-color: transparent !important;
    border: 1px solid #1890ff !important;
  }
  .input-table .tbody .tr[data-v-2f0c1ef1]:hover{
    background:    rgba(14,93,142,0.2) !important;
  }
  .input-table .tbody .tr[data-v-2f0c1ef1]{
    border-bottom: 1px solid #1890ff !important;
  }
  .input-table .thead[data-v-2f0c1ef1]{
    border-bottom: 1px solid #1890ff !important;
  }
  .input-table[data-v-2f0c1ef1]{
    border: 1px solid #1890ff !important;
  }
  .ant-checkbox-disabled .ant-checkbox-inner {
    border-color: #1890ff !important;
  }
  .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
    border-color: rgba(255, 255, 255, 0.5) !important;
  }
  .input-table .tbody .tr.tr-checked[data-v-2f0c1ef1] {
    background-color:  rgba(14,93,142,0.2) !important;
  }
  .ant-list-split .ant-list-item {
    border-bottom: 1px solid transparent !important;
  }
  .ant-checkbox-wrapper-checked .ant-checkbox-input {
    border: 1px solid rgba(26,170,237,0.2) !important;
  }
  .ant-checkbox-checked .ant-checkbox-inner{
    background-color:  rgba(14,93,142,0.2) !important;
  }


  !*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*!
  ::-webkit-scrollbar
  {
    width:0px;!***去除首页面滚动条***!
    height:10px;
    background-color:transparent !important;
  }
  !*定义滚动条轨道
   内阴影+圆角*!
  ::-webkit-scrollbar-track
  {
    -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3) !important;
    border-radius:10px !important;
    background-color:#062b66 !important;
  }
  !*定义滑块
   内阴影+圆角*!
  ::-webkit-scrollbar-thumb
  {
    border-radius:10px !important;
    -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3) !important;
    background-color:#1aaaed !important;
  }
  .ant-radio-button-wrapper span{
    color: rgba(0,0,0,1.0) !important;
  }


  !*************** online 报表配置   新增 *************!
  .vxe-table .vxe-table--border-line {
    border: 1px solid #1890ff !important;
  }
  .j-vxe-table-box .vxe-table.border--default .vxe-table--header-wrapper, .j-vxe-table-box .vxe-table.border--full .vxe-table--header-wrapper, .j-vxe-table-box .vxe-table.border--outer .vxe-table--header-wrapper {
    background-color: transparent !important;
  }
  .vxe-table .vxe-table--fixed-left-wrapper, .vxe-table .vxe-table--fixed-right-wrapper {
    background-color: transparent !important;
  }
  .vxe-table.border--default .vxe-body--column, .vxe-table.border--default .vxe-footer--column, .vxe-table.border--default .vxe-header--column, .vxe-table.border--inner .vxe-body--column, .vxe-table.border--inner .vxe-footer--column, .vxe-table.border--inner .vxe-header--column {
    background-image: none !important;
    border: 1px solid transparent !important;
  }
  !************************下拉样式*************************!
  .ant-select-arrow{
    color: white !important;
  }
  .ant-select-dropdown-menu {
    background-color: #0a4479 !important;
  }
  .ant-select-dropdown-menu-item{
    color: white !important;
  }
  .ant-select-dropdown-menu-item-selected {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    background-color:  #0e5b8c !important;
  }
  .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
    background-color:  #0e5b8c !important;
  }

  .ant-input-number-handler-wrap{
    background: #0a4479 !important;
    border-left: 1px solid #1890ff !important;
  }
  .ant-input-number-handler-up-inner, .ant-input-number-handler-down-inner{
    color: white !important;
  }
  !***********  角色分配 *********************!
  .ant-select-selection--multiple .ant-select-selection__choice{
    background: #0a4479 !important;
    border:none !important;
  }
  .ant-select-selection--multiple .ant-select-selection__choice__remove{
    color: #1890ff !important;
  }
  .drawer-bootom-button[data-v-c5fccb98]{
    border-top: 1px solid rgba(26,170,237,0.7) !important;
  }
  .ant-upload-list-picture .ant-upload-list-item, .ant-upload-list-picture-card .ant-upload-list-item{
    border: 1px solid #1890ff !important;
  }
  .ant-input-affix-wrapper .ant-input-prefix, .ant-input-affix-wrapper .ant-input-suffix{
    color:rgba(26,170,237,1.0) !important;
  }
  .ant-upload.ant-upload-select-picture-card{
    background: rgba(26,170,237,0.2) !important;;
  }
  .ant-table-header {
    background:transparent !important;
  }
  .ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body{
    background:transparent !important;
  }
  .ant-select-dropdown{
    background:transparent !important;
  }
  .ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled){
    background: #1890ff !important;
  }

  !**************更多 详情*******************!
  .ant-dropdown-menu{
    background: rgba(26,170,237,0.9) !important;
  }
  .ant-dropdown-menu-item > a, .ant-dropdown-menu-submenu-title > a {
    color: rgba(0, 0, 0, 0.65) !important;
  }
  .ant-dropdown-menu-item:hover, .ant-dropdown-menu-submenu-title:hover{
    background: #0e5b8c !important;
  }

  !**************   角色管理 **************************!
  .ant-alert{
    color: white !important;
  }
  !***********    菜单管理 ******************************************!
  .ant-select-tree {
    background: #0a4479 !important;
  }
  .ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
    background-color: #0e5b8c !important;
  }
  .ant-switch {
    background: #03456b !important;
  }
  .ant-switch-checked{
    background:  #1890ff !important;
  }
  .ant-input-group-addon > i:only-child::after {
    background: rgba(255,255,255,0.2) !important;
  }
  .ant-input-group-addon {
    border: none !important;
  }
  .anticon{
    color: #1890ff !important;
  }

  !********************* 部门管理 ******************************!
  .ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
    background: #0e5b8c !important;
  }
  .drawer-bootom-button .ant-btn {
    background: #1890ff !important;
  }
  .drawer-bootom-button .ant-btn .anticon {
    color: white !important;
  }
  !********************* 部门管理 ******************************!
  .ant-dropdown-trigger > .anticon.anticon-down, .ant-dropdown-link > .anticon.anticon-down {
    color: white !important;
  }

  .ant-btn > .anticon {
    color: white !important;
  }
  !********************* 数据字典 分页******************************!
  .ant-pagination-item a {
    color: white !important;
  }
  .ant-dropdown-trigger > .anticon.anticon-down, .ant-dropdown-link > .anticon.anticon-down {
    color: #1890ff !important;
  }
  !********************************保存，修改小提示框样式...后面在修改*******************************************!
  .ant-message-notice-content {
    display: inline-block;
    padding: 10px 16px;
    !* background: #fff; *!
    background:transparent !important;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
    pointer-events: all;
  }
  !************************************退出大提示框样式***********************************************!
  .ant-modal-confirm-body .ant-modal-confirm-title {
    display: block;
    overflow: hidden;
    color: #FFFFFF !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
  }
  .ant-modal-confirm-body .ant-modal-confirm-content {
    margin-top: 8px;
    color: #FFFFFF !important;
    font-size: 14px;
  }
  !********************************************日期弹出***********************************************************!
  .ant-calendar-date-panel,.ant-calendar-date-panel div input {
    position: relative;
    outline: none;
    color: #FFFFFF !important;
    background: #0e5b8c !important;
  }

  !*路灯监测   日历 边框*!
  .ant-calendar{
    border: 1px solid transparent !important;
    background-color: #1890ff !important; ;
  }

  .ant-calendar-input-wrap{
    border-bottom: 1px solid rgba(2,20,48,0.4) !important;
  }
  .ant-calendar-body{
    border-top: 1px solid rgba(2,20,48,0.4) !important;
  }

  !*定时任务   日历 背景*!
  .ant-calendar-input{
    background-color: transparent !important; ;
  }
  .ant-calendar-footer{
    border-top: 1px solid rgba(2,20,48,0.4) !important;
  }
  .ant-calendar-header{
    border-bottom: 1px solid transparent !important;
  }
  .ant-calendar-time-picker-inner{
    background-color: #034d7c !important;
  }
  li.ant-calendar-time-picker-select-option-selected{
    background-color: #1890ff !important;
  }
  .ant-calendar-time-picker-select li{
    color: black !important;
  }
    !********************************************弹出***********************************************************!
  .ant-notification-notice {
    position: relative;
    margin-bottom: 16px;
    padding: 16px 24px;
    overflow: hidden;
    line-height: 1.5;
    background: #0e5b8c !important;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  }
  .ant-notification-notice-with-icon .ant-notification-notice-message {
    margin-bottom: 4px;
    margin-left: 48px;
    font-size: 16px;
    color: #FFFFFF !important;
  }
  !******************************************************删除弹出********************************************************!
  .ant-popover-inner {
    background: #0e5b8c !important;
    background-clip: padding-box;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
  }
  .contextmenu{
    position: fixed;
    z-index: 1;
    color: #FFFF !important;
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #aaaaaa !important;
  }
  !************ analysis ************************************!
  .sider.light{
    background-color: #001529 !important;
  }
  .ant-menu{
    background-color: #001529 !important;
  }
  .sider.light .logo[data-v-4cf8280f] {
    background-color: #001529 !important;
  }
  .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #1890ff !important;;
  }

  /deep/ .admin_input.ant-input{
    background-color: #13c2c2 !important;
  }

  !*************************  sidemenu  header *********************!
  .header{
    background: transparent !important;
  }*/.ant-form-item{box-sizing:border-box;margin:0;padding:0;line-height:35px!important;height:35px!important;color:rgba(0,0,0,.65);font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";vertical-align:top;margin-bottom:20px!important}.loginshow .ant-form-item{height:50px!important;line-height:50px!important}.ant-form-extra,.loginshow .ant-form-explain{margin-top:2px!important}.ant-form-item-control{position:relative;line-height:0;zoom:1}.ant-form-inline .ant-form-item-with-help{margin:0}.ant-form-explain{margin-bottom:-1px;text-align:left}.ant-alert{padding:4px 15px 4px 37px!important}.ant-table-small>.ant-table-content>.ant-table-body{margin:0!important}.ant-table-tbody>tr>td,.ant-table-thead>tr>th{border-right:1px solid #e8e8e8!important}.ant-form-explain,.ant-form-extra{line-height:18px!important;min-height:18px!important}.ant-card-body .table-operator{margin-bottom:0!important}.table-operator .ant-btn{margin:0 8px 8px 0!important}.ant-card-body{padding:12px!important}.ant-table-header-column{display:inline-block;max-width:100%;vertical-align:top;font-weight:700}.ant-table-thead>tr>th{background-color:azure;padding:0}.ant-table-thead{background-color:azure}.blank_grey{width:calc(100% + 24px);height:8px;background:#f0f2f5;margin-left:-12px;margin-top:-12px;margin-bottom:12px}.ant-table-tbody>tr>td{padding:6px 6px!important}#userLayout.user-layout-wrapper[data-v-27fd6938]{height:100%}#userLayout.user-layout-wrapper.mobile .container .main[data-v-27fd6938]{max-width:368px;width:98%}#userLayout.user-layout-wrapper .container[data-v-27fd6938]{width:100%;min-height:100%;background-size:100%;padding:210px 0 0 0;position:absolute}#userLayout.user-layout-wrapper .container #stars[data-v-27fd6938]{position:absolute;width:100%;height:50%;top:0;left:0;margin:0;padding:0;overflow:hidden;background:linear-gradient(#012880,rgba(1,40,128,0))}#userLayout.user-layout-wrapper .container a[data-v-27fd6938]{text-decoration:none}#userLayout.user-layout-wrapper .container .top[data-v-27fd6938]{text-align:center}#userLayout.user-layout-wrapper .container .top .header[data-v-27fd6938]{height:44px;line-height:44px}#userLayout.user-layout-wrapper .container .top .header .badge[data-v-27fd6938]{position:absolute;display:inline-block;line-height:1;vertical-align:middle;margin-left:-12px;margin-top:-10px;opacity:.8}#userLayout.user-layout-wrapper .container .top .header .logo[data-v-27fd6938]{height:44px;vertical-align:top;margin-right:16px;border-style:none}#userLayout.user-layout-wrapper .container .top .header .title[data-v-27fd6938]{font-size:50px;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:700;position:relative;bottom:70px;color:#329bfd;letter-spacing:.15em;text-shadow:-1px -1px 1px #0a619f,0 1px 0 #0a5d99,0 2px 0 #084f82,0 3px 0 #074978,0 4px 0 #063a61,0 5px 0 #06365a,0 6px 0 #053253,0 7px 0 #052844,0 8px 0 #042d4b,0 9px 0 #042844,0 10px 0 #03243c,0 11px 0 #031e33,0 12px 0 #021b2d,0 13px 0 #021626,0 14px 0 #00060b,0 15px 0 #000408,2px 20px 5px rgba(0,0,0,.9),5px 23px 5px rgba(0,0,0,.3),8px 27px 8px rgba(0,0,0,.5),8px 28px 35px rgba(0,0,0,.9);box-shadow:inset 0 0 100px 200px rgba(2,48,101,.2);height:50px;line-height:50px}#userLayout.user-layout-wrapper .container .top .desc[data-v-27fd6938]{font-size:14px;color:rgba(0,0,0,.45);margin-top:12px;margin-bottom:40px}#userLayout.user-layout-wrapper .container .footer[data-v-27fd6938]{position:absolute;width:100%;bottom:0;padding:0 16px;margin:48px 0 24px;text-align:center}#userLayout.user-layout-wrapper .container .footer .links[data-v-27fd6938]{margin-bottom:8px;font-size:14px}#userLayout.user-layout-wrapper .container .footer .links a[data-v-27fd6938]{color:#fff;transition:all .3s}#userLayout.user-layout-wrapper .container .footer .links a[data-v-27fd6938]:not(:last-child){margin-right:40px}#userLayout.user-layout-wrapper .container .footer .copyright[data-v-27fd6938]{color:hsla(0,0%,100%,.6);font-size:15px}.sider[data-v-99c30fde]{box-shadow:none!important}.sider .logo[data-v-99c30fde]{height:59px!important;line-height:59px!important;box-shadow:none!important;transition:background .3s}.sider .logo a[data-v-99c30fde]{color:#fff}.sider .logo a[data-v-99c30fde]:hover{color:hsla(0,0%,100%,.8)}.sider.light .logo[data-v-99c30fde]{background-color:#1890ff}.sider ul.ant-menu[data-v-4103d06f]{-ms-overflow-style:none;-ms-scroll-chaining:chained;-ms-content-zooming:zoom;-ms-scroll-rails:none;-ms-content-zoom-limit-min:100%;-ms-content-zoom-limit-max:500%;-ms-scroll-snap-type:proximity;-ms-scroll-snap-points-x:snapList(100%,200%,300%,400%,500%)}.sider ul.ant-menu[data-v-4103d06f]::-webkit-scrollbar{width:10px;height:10px;background-color:transparent;display:none}.sider ul.ant-menu .-o-scrollbar[data-v-4103d06f]{display:none}.sider ul.ant-menu[data-v-4103d06f]::-webkit-scrollbar-track{background-color:transparent}.sider ul.ant-menu[data-v-4103d06f]::-webkit-scrollbar-thumb{border-radius:10px;background-color:#eee;box-shadow:inset 0 0 6px rgba(0,0,0,.1)}.sider ul.ant-menu[data-v-4103d06f]::-webkit-scrollbar-thumb:hover{background-color:#ddd}.sider ul.ant-menu[data-v-4103d06f]::-webkit-scrollbar-thumb:active{background-color:#bbb}.sider.dark ul.ant-menu[data-v-4103d06f]::-webkit-scrollbar-thumb{background-color:#666}.sider.dark ul.ant-menu[data-v-4103d06f]::-webkit-scrollbar-thumb:hover{background-color:grey}.sider.dark ul.ant-menu[data-v-4103d06f]::-webkit-scrollbar-thumb:active{background-color:#999}.ant-menu.ant-menu-root>.ant-menu-item:first-child{background-color:transparent}.ant-menu.ant-menu-root>.ant-menu-item:first-child>a,.ant-menu.ant-menu-root>.ant-menu-item:first-child>a:hover{color:rgba(0,0,0,.65)}.ant-menu.ant-menu-root>.ant-menu-item:first-child.ant-menu-item-selected>a,.ant-menu.ant-menu-root>.ant-menu-item:first-child.ant-menu-item-selected>a:hover{color:#1890ff}.ant-menu.ant-menu-root.ant-menu-dark>.ant-menu-item:first-child>a,.ant-menu.ant-menu-root.ant-menu-dark>.ant-menu-item:first-child>a:hover{color:hsla(0,0%,100%,.65)}.ant-menu.ant-menu-root.ant-menu-dark>.ant-menu-item:first-child.ant-menu-item-selected>a,.ant-menu.ant-menu-root.ant-menu-dark>.ant-menu-item:first-child.ant-menu-item-selected>a:hover{color:#fff}.announcementCustomModal .ant-modal-header{border:none;display:inline-block;position:absolute;z-index:1;right:56px;padding:0}.announcementCustomModal .ant-modal-header .ant-modal-title .custom-btn{width:56px;height:56px;border:none;box-shadow:none}.announcementCustomModal .daily-article{border-bottom:0}.daily-article .article-button[data-v-66971b04]{font-size:1.2rem!important}.daily-article .ant-card-body[data-v-66971b04]{padding:18px!important}.daily-article .ant-card-head[data-v-66971b04]{padding:0 1rem}.daily-article .ant-card-meta[data-v-66971b04]{margin-bottom:1rem}.daily-article .article-content p[data-v-66971b04]{word-wrap:break-word;word-break:break-all;text-overflow:clip;white-space:normal;font-size:.9rem!important;margin-bottom:.8rem}.header-notice-wrapper{top:50px!important}.header-notice[data-v-85717c90]{display:inline-block;transition:all .3s}.header-notice span[data-v-85717c90]{vertical-align:initial}.detail-list .title{color:rgba(0,0,0,.85);font-size:14px;font-weight:500;margin-bottom:16px}.detail-list .term{color:rgba(0,0,0,.85);display:table-cell;line-height:20px;margin-right:8px;padding-bottom:16px;white-space:nowrap}.detail-list .term:after{content:":";margin:0 8px 0 2px;position:relative;top:-.5px}.detail-list .content{color:rgba(0,0,0,.65);display:table-cell;line-height:22px;padding-bottom:16px;width:100%}.detail-list.small .title{font-size:14px;color:rgba(0,0,0,.65);font-weight:400;margin-bottom:12px}.detail-list.small .content,.detail-list.small .term{padding-bottom:8px}.detail-list.large .content,.detail-list.large .term{padding-bottom:16px}.detail-list.large .title{font-size:16px}.detail-list.vertical .term{padding-bottom:8px}.detail-list.vertical .content,.detail-list.vertical .term{display:block}.setting-drawer-index-item[data-v-be52e722]{margin-bottom:24px}.setting-drawer-index-item .setting-drawer-index-title[data-v-be52e722]{font-size:14px;color:rgba(0,0,0,.85);line-height:22px;margin-bottom:12px}.setting-drawer-index-content .setting-drawer-index-blockChecbox[data-v-5cbae14a]{display:-ms-flexbox;display:flex}.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item[data-v-5cbae14a]{margin-right:16px;position:relative;border-radius:4px;cursor:pointer}.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item img[data-v-5cbae14a]{width:48px}.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item .setting-drawer-index-selectIcon[data-v-5cbae14a]{position:absolute;top:0;right:0;width:100%;padding-top:15px;padding-left:24px;height:100%;color:#1890ff;font-size:14px;font-weight:700}.setting-drawer-index-content .setting-drawer-theme-color-colorBlock[data-v-5cbae14a]{width:20px;height:20px;border-radius:2px;float:left;cursor:pointer;margin-right:8px;padding-left:0;padding-right:0;text-align:center;color:#fff;font-weight:700}.setting-drawer-index-content .setting-drawer-theme-color-colorBlock i[data-v-5cbae14a]{font-size:14px}.setting-drawer-index-handle[data-v-5cbae14a]{position:absolute;top:240px;background:#1890ff;width:48px;height:48px;right:300px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;cursor:pointer;pointer-events:auto;z-index:1001;text-align:center;font-size:16px;border-radius:4px 0 0 4px}.setting-drawer-index-handle i[data-v-5cbae14a]{color:#fff;font-size:20px}.valid-error .ant-select-selection__placeholder[data-v-8ee91380]{color:#f5222d}.user-wrapper .search-input[data-v-f3cbee06]{width:180px;color:inherit}.user-wrapper .search-input[data-v-f3cbee06] .ant-select-selection{background-color:inherit;border:0;border-bottom:1px solid #fff}.user-wrapper .search-input[data-v-f3cbee06] .ant-select-selection__field__placeholder,.user-wrapper .search-input[data-v-f3cbee06] .ant-select-selection__placeholder{color:inherit}.logout_title[data-v-f3cbee06]{color:inherit;text-decoration:none}.layout .top-nav-header-index .header-index-wide[data-v-76a8a7fc]{margin-left:10px}.layout .top-nav-header-index .header-index-wide .ant-menu.ant-menu-horizontal[data-v-76a8a7fc]{height:59px;line-height:59px}.layout .top-nav-header-index .trigger[data-v-76a8a7fc]{line-height:64px}.layout .top-nav-header-index .trigger[data-v-76a8a7fc]:hover{background:rgba(0,0,0,.05)}.layout .header[data-v-76a8a7fc]{z-index:2;color:#fff;height:59px;background-color:#1890ff;transition:background .3s}.layout .header.dark[data-v-76a8a7fc]{color:#000;box-shadow:0 0 4px rgba(0,0,0,.2);background-color:#fff!important}.layout .header.dark .trigger[data-v-76a8a7fc]:hover,.layout .top-nav-header-index.dark .trigger[data-v-76a8a7fc]:hover{background:rgba(0,0,0,.05)}.ant-layout-header[data-v-76a8a7fc]{height:59px;line-height:59px}.footer[data-v-54514082]{padding:0 16px;text-align:center;.links[data-v-54514082]{margin-bottom:8px;a[data-v-54514082]{color:rgba(0,0,0,.45);&[data-v-54514082]:hover{color:rgba(0,0,0,.65)}&[data-v-54514082]:not(:last-child){margin-right:40px}}}.copyright[data-v-54514082]{color:rgba(0,0,0,.45);font-size:14px}}body{overflow-y:scroll}body.colorWeak{filter:invert(80%)}.layout{min-height:100vh!important;overflow-x:hidden}.layout.mobile .ant-layout-content .content{margin:24px 0 0}.layout.mobile .ant-table-wrapper .ant-table-content{overflow-y:auto}.layout.mobile .ant-table-wrapper .ant-table-body{min-width:800px}.layout.mobile .sidemenu .ant-header-fixedHeader.ant-header-side-closed,.layout.mobile .sidemenu .ant-header-fixedHeader.ant-header-side-opened{width:100%}.layout.mobile .topmenu.content-width-Fluid .header-index-wide{margin-left:0}.layout.mobile .header .user-wrapper .action,.layout.mobile .top-nav-header-index .user-wrapper .action{padding:0 12px}.layout.ant-layout-has-sider{-ms-flex-direction:row;flex-direction:row}.layout .trigger{font-size:22px;line-height:42px;padding:0 18px;cursor:pointer;transition:color .3s,background .3s}.layout .trigger:hover{background:hsla(0,0%,100%,.3)}.layout .topmenu .ant-header-fixedHeader{position:fixed;top:0;right:0;z-index:9;width:100%;transition:width .2s}.layout .topmenu .ant-header-fixedHeader.ant-header-side-closed,.layout .topmenu .ant-header-fixedHeader.ant-header-side-opened{width:100%}.layout .topmenu.content-width-Fluid .header-index-wide{max-width:unset;margin-left:24px}.layout .topmenu.content-width-Fluid .page-header-index-wide{max-width:unset}.layout .sidemenu .ant-header-fixedHeader{position:fixed;top:0;right:0;z-index:9;width:100%;transition:width .2s}.layout .sidemenu .ant-header-fixedHeader.ant-header-side-opened{width:calc(100% - 200px)}.layout .sidemenu .ant-header-fixedHeader.ant-header-side-closed{width:calc(100% - 80px)}.layout .header,.layout .sidemenu .ant-layout-footer{background:transparent}.layout .header{height:64px;padding:0 12px 0 0;box-shadow:0 1px 4px rgba(0,21,41,.08);position:relative}.layout .header .user-wrapper,.layout .top-nav-header-index .user-wrapper{float:right;height:100%}.layout .header .user-wrapper .action,.layout .top-nav-header-index .user-wrapper .action{cursor:pointer;padding:0 14px;display:inline-block;transition:all .3s;height:70%;line-height:46px}.layout .header .user-wrapper .action.action-full,.layout .top-nav-header-index .user-wrapper .action.action-full{height:100%}.layout .header .user-wrapper .action:hover,.layout .top-nav-header-index .user-wrapper .action:hover{background:hsla(0,0%,100%,.3)}.layout .header .user-wrapper .action .avatar,.layout .top-nav-header-index .user-wrapper .action .avatar{margin:20px 10px 20px 0;color:#1890ff;background:hsla(0,0%,100%,.85);vertical-align:middle}.layout .header .user-wrapper .action .icon,.layout .top-nav-header-index .user-wrapper .action .icon{font-size:16px;padding:4px}.layout .header .user-wrapper .action .anticon,.layout .top-nav-header-index .user-wrapper .action .anticon{color:#fff}.layout .header.dark .user-wrapper .action,.layout .top-nav-header-index.dark .user-wrapper .action{color:#000}.layout .header.dark .user-wrapper .action:hover,.layout .top-nav-header-index.dark .user-wrapper .action:hover{background:rgba(0,0,0,.05)}.layout .header.dark .user-wrapper .action .anticon,.layout .top-nav-header-index.dark .user-wrapper .action .anticon{color:#000}.layout.mobile .top-nav-header-index .header-index-wide .header-index-left .trigger{color:hsla(0,0%,100%,.85);padding:0 12px}.layout.mobile .top-nav-header-index .header-index-wide .header-index-left .logo.top-nav-header{text-align:center;width:56px;line-height:58px}.layout.mobile .top-nav-header-index .user-wrapper .action .avatar{margin:20px 0}.layout.mobile .top-nav-header-index.light .header-index-wide .header-index-left .trigger{color:rgba(0,0,0,.65)}.layout.tablet .top-nav-header-index .header-index-wide .header-index-left .logo>a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout .top-nav-header-index{box-shadow:0 1px 4px rgba(0,21,41,.08);position:relative;transition:background .3s,width .2s}.layout .top-nav-header-index .header-index-wide{width:100%;margin:auto;padding:0 20px 0 0;display:-ms-flexbox;display:flex;height:59px}.layout .top-nav-header-index .header-index-wide .ant-menu.ant-menu-horizontal{border:none;height:64px;line-height:64px}.layout .top-nav-header-index .header-index-wide .header-index-left{-ms-flex:1 1;flex:1 1;display:-ms-flexbox;display:flex}.layout .top-nav-header-index .header-index-wide .header-index-left .logo.top-nav-header{width:165px;height:64px;position:relative;line-height:64px;transition:all .3s;overflow:hidden}.layout .top-nav-header-index .header-index-wide .header-index-left .logo.top-nav-header img{display:inline-block;vertical-align:middle;height:32px}.layout .top-nav-header-index .header-index-wide .header-index-left .logo.top-nav-header h1{color:#fff;display:inline-block;vertical-align:top;font-size:16px;margin:0 0 0 12px;font-weight:400}.layout .top-nav-header-index .header-index-wide .header-index-right{float:right;height:59px;overflow:hidden}.layout .top-nav-header-index .header-index-wide .header-index-right .action:hover{background-color:rgba(0,0,0,.05)}.layout .top-nav-header-index.light{background-color:#fff}.layout .top-nav-header-index.light .header-index-wide .header-index-left .logo h1{color:#002140}.layout .top-nav-header-index.dark .user-wrapper .action{color:#fff}.layout .top-nav-header-index.dark .header-index-wide .header-index-left .trigger:hover,.layout .top-nav-header-index.dark .user-wrapper .action:hover{background:hsla(0,0%,100%,.3)}.layout .layout-content{margin:24px 24px 0;height:64px;padding:0 12px 0 0}.topmenu .page-header-index-wide{margin:0 auto;width:100%}.ant-drawer.drawer-sider .sider{box-shadow:none}.ant-drawer.drawer-sider.dark .ant-drawer-content{background-color:#001529}.ant-drawer.drawer-sider.light{box-shadow:none}.ant-drawer.drawer-sider.light .ant-drawer-content{background-color:#fff}.ant-drawer.drawer-sider .ant-drawer-body{padding:0}.sider{box-shadow:2px 116px 6px 0 rgba(0,21,41,.35);position:relative;z-index:10}.sider.ant-fixed-sidemenu{position:fixed;height:100%}.sider .logo{height:64px;position:relative;line-height:64px;padding-left:24px;transition:all .3s;background:#002140;overflow:hidden}.sider .logo h1,.sider .logo img{display:inline-block;vertical-align:middle}.sider .logo img{height:32px}.sider .logo h1{color:#fff;font-size:18px;margin:0 0 0 8px;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:600}.sider.light{background-color:#fff;box-shadow:2px 116px 8px 0 rgba(29,35,41,.05)}.sider.light .logo{background:#fff;box-shadow:1px 1px 0 0 #e8e8e8}.sider.light .logo h1{color:unset}.sider.light .ant-menu-light{border-right-color:transparent}.user-dropdown-menu-wrapper.ant-dropdown-menu{padding:4px 0}.user-dropdown-menu-wrapper.ant-dropdown-menu .ant-dropdown-menu-item{width:160px}.user-dropdown-menu-wrapper.ant-dropdown-menu .ant-dropdown-menu-item>.anticon:first-child,.user-dropdown-menu-wrapper.ant-dropdown-menu .ant-dropdown-menu-item>a>.anticon:first-child,.user-dropdown-menu-wrapper.ant-dropdown-menu .ant-dropdown-menu-submenu-title>.anticon:first-child .ant-dropdown-menu-submenu-title>a>.anticon:first-child{min-width:12px;margin-right:8px}.table-alert{margin-bottom:16px}.table-page-search-wrapper .ant-form-inline .ant-form-item{display:-ms-flexbox;display:flex;margin-bottom:24px;margin-right:0}.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control-wrapper{-ms-flex:1 1;flex:1 1;display:inline-block;vertical-align:middle}.table-page-search-wrapper .ant-form-inline .ant-form-item>.ant-form-item-label{line-height:32px;padding-right:8px;width:auto}.table-page-search-wrapper .ant-form-inline .ant-form-item .ant-form-item-control{height:32px;line-height:32px}.table-page-search-wrapper .table-page-search-submitButtons{display:block;margin-bottom:24px;white-space:nowrap}.content .table-operator{margin-bottom:18px}.content .table-operator button{margin-right:8px}.page-header[data-v-c3445be0]{background:#fff;padding:16px 32px 0;border-bottom:1px solid #e8e8e8}.page-header .breadcrumb[data-v-c3445be0]{margin-bottom:16px}.page-header .detail[data-v-c3445be0]{display:-ms-flexbox;display:flex}.page-header .detail .avatar[data-v-c3445be0]{-ms-flex:0 1 72px;flex:0 1 72px;margin:0 24px 8px 0}.page-header .detail .avatar>span[data-v-c3445be0]{border-radius:72px;display:block;width:72px;height:72px}.page-header .detail .main[data-v-c3445be0]{width:100%;-ms-flex:0 1 auto;flex:0 1 auto}.page-header .detail .main .row[data-v-c3445be0]{display:-ms-flexbox;display:flex;width:100%}.page-header .detail .main .row .avatar[data-v-c3445be0]{margin-bottom:16px}.page-header .detail .main .title[data-v-c3445be0]{font-size:20px;line-height:28px;font-weight:500;color:rgba(0,0,0,.85);margin-bottom:16px;-ms-flex:auto;flex:auto}.page-header .detail .main .logo[data-v-c3445be0]{width:28px;height:28px;border-radius:4px;margin-right:16px}.page-header .detail .main .content[data-v-c3445be0],.page-header .detail .main .headerContent[data-v-c3445be0]{-ms-flex:auto;flex:auto;color:rgba(0,0,0,.45);line-height:22px}.page-header .detail .main .content .link[data-v-c3445be0],.page-header .detail .main .headerContent .link[data-v-c3445be0]{margin-top:16px;line-height:24px}.page-header .detail .main .content .link a[data-v-c3445be0],.page-header .detail .main .headerContent .link a[data-v-c3445be0]{font-size:14px;margin-right:32px}.page-header .detail .main .extra[data-v-c3445be0]{-ms-flex:0 1 auto;flex:0 1 auto;margin-left:88px;min-width:242px;text-align:right}.page-header .detail .main .action[data-v-c3445be0]{margin-left:56px;min-width:266px;-ms-flex:0 1 auto;flex:0 1 auto;text-align:right}.page-header .detail .main .action[data-v-c3445be0]:empty{display:none}.mobile .page-header .main .row[data-v-c3445be0]{-ms-flex-wrap:wrap;flex-wrap:wrap}.mobile .page-header .main .row .avatar[data-v-c3445be0]{-ms-flex:0 1 25%;flex:0 1 25%;margin:0 2% 8px 0}.mobile .page-header .main .row .content[data-v-c3445be0],.mobile .page-header .main .row .headerContent[data-v-c3445be0]{-ms-flex:0 1 70%;flex:0 1 70%}.mobile .page-header .main .row .content .link[data-v-c3445be0],.mobile .page-header .main .row .headerContent .link[data-v-c3445be0]{margin-top:16px;line-height:24px}.mobile .page-header .main .row .content .link a[data-v-c3445be0],.mobile .page-header .main .row .headerContent .link a[data-v-c3445be0]{font-size:14px;margin-right:10px}.mobile .page-header .main .row .extra[data-v-c3445be0]{-ms-flex:1 1 auto;flex:1 1 auto;margin-left:0;min-width:0;text-align:right}.mobile .page-header .main .row .action[data-v-c3445be0]{margin-left:unset;min-width:266px;-ms-flex:0 1 auto;flex:0 1 auto;text-align:left;margin-bottom:12px}.mobile .page-header .main .row .action[data-v-c3445be0]:empty{display:none}.content[data-v-15dc04d7]{margin:24px 24px 0}.content .link[data-v-15dc04d7]{margin-top:16px}.content .link[data-v-15dc04d7]:not(:empty){margin-bottom:16px}.content .link a[data-v-15dc04d7]{margin-right:32px;height:24px;line-height:24px;display:inline-block}.content .link a i[data-v-15dc04d7]{font-size:24px;margin-right:8px;vertical-align:middle}.content .link a span[data-v-15dc04d7]{height:24px;line-height:24px;display:inline-block;vertical-align:middle}.page-menu-search[data-v-15dc04d7]{text-align:center;margin-bottom:16px}.page-menu-tabs[data-v-15dc04d7]{margin-top:48px}.page-header[data-v-6740ec88][data-v-15dc04d7]{margin:0 24px 0}.extra-img[data-v-4e528f33]{margin-top:-60px;text-align:center;width:195px}.extra-img img[data-v-4e528f33]{width:100%}.mobile .extra-img[data-v-4e528f33]{margin-top:0;text-align:center;width:96px}.mobile .extra-img img[data-v-4e528f33]{width:100%}.contextmenu[data-v-99248454]{position:fixed;z-index:1;border:1px solid #9e9e9e;border-radius:4px;box-shadow:2px 2px 10px #aaa!important}.page-transition-enter,.page-transition-leave-active{opacity:0}.page-transition-enter .page-transition-container,.page-transition-leave-active .page-transition-container{transform:scale(1.1)}.ant-tabs-nav-container{margin-top:4px}.tab-layout-tabs.ant-tabs{border-bottom:1px solid #ccc;border-left:1px solid #ccc;background-color:#fff;padding:0 20px}.tab-layout-tabs.ant-tabs .ant-tabs-bar{margin:4px 0 0;border:none}.tab-layout-tabs.ant-tabs.ant-tabs-card .ant-tabs-tab{padding:0 24px!important;background-color:#fff!important;margin-right:10px!important}.tab-layout-tabs.ant-tabs.ant-tabs-card .ant-tabs-tab .ant-tabs-close-x{width:12px!important;height:12px!important;opacity:0!important;cursor:pointer!important;font-size:12px!important;margin:0!important;position:absolute;top:36%;right:6px}.tab-layout-tabs.ant-tabs.ant-tabs-card .ant-tabs-tab:hover .ant-tabs-close-x{opacity:1!important}.tab-layout-tabs.ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab{border:none!important;border-bottom:1px solid transparent!important}.tab-layout-tabs.ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab-active{border-color:#1890ff!important}.j-modal-box.fullscreen{top:0;left:0;padding:0;height:100vh}.j-modal-box.fullscreen .ant-modal-content{height:100vh;border-radius:0}.j-modal-box.fullscreen .ant-modal-content .ant-modal-body{height:calc(100% - 110px);overflow:auto}.j-modal-box.fullscreen.no-footer .ant-modal-body,.j-modal-box.fullscreen.no-title .ant-modal-body{height:calc(100% - 55px)}.j-modal-box.fullscreen.no-title.no-footer .ant-modal-body{height:100%}.j-modal-box .j-modal-title-row .left{width:calc(100% - 112px)}.j-modal-box .j-modal-title-row .right{width:56px;position:inherit}.j-modal-box .j-modal-title-row .right .ant-modal-close{right:56px;color:rgba(0,0,0,.45)}.j-modal-box .j-modal-title-row .right .ant-modal-close:hover{color:rgba(0,0,0,.75)}@media (max-width:767px){.j-modal-box.fullscreen{margin:0;max-width:100vw}}.jeecg-form-container-disabled{cursor:not-allowed}.jeecg-form-container-disabled .ant-select,.jeecg-form-container-disabled fieldset[disabled]{-ms-pointer-events:none;pointer-events:none}.jeecg-form-container-disabled .ant-upload-select{display:none}.jeecg-form-container-disabled .ant-upload-list{cursor:grabbing}.jeecg-form-container-disabled fieldset[disabled] .ant-upload-list{-ms-pointer-events:auto!important;pointer-events:auto!important}.jeecg-form-container-disabled .ant-upload-list-item-actions .anticon-delete,.jeecg-form-container-disabled .ant-upload-list-item .anticon-close{display:none}.area-zoom-in-top-enter-active,.area-zoom-in-top-leave-active{opacity:1;transform:scaleY(1)}.area-zoom-in-top-enter,.area-zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.area-select{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;font-variant:tabular-nums;line-height:1.5;list-style:none;font-feature-settings:"tnum";position:relative;outline:0;display:block;background-color:#fff;border:1px solid #d9d9d9;border-top-width:1.02px;border-radius:4px;outline:none;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-ms-user-select:none;user-select:none}.area-select-wrap .area-select{display:inline-block}.area-select *{box-sizing:border-box}.area-select:hover{border-color:#40a9ff;border-right-width:1px!important;outline:0}.area-select:active{box-shadow:0 0 0 2px rgba(24,144,255,.2)}.area-select.small{width:126px}.area-select.medium{width:160px}.area-select.large{width:194px}.area-select.is-disabled{background:#eceff5;cursor:not-allowed}.area-select.is-disabled:hover{border-color:#e1e2e6}.area-select.is-disabled .area-selected-trigger{cursor:not-allowed}.area-select .area-selected-trigger{position:relative;display:block;font-size:14px;cursor:pointer;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:100%;padding:8px 20px 7px 12px}.area-select .area-select-icon{position:absolute;top:50%;margin-top:-2px;right:6px;content:"";width:0;height:0;border:6px solid transparent;border-top-color:rgba(0,0,0,.25);transition:all .3s linear;transform-origin:center}.area-select .area-select-icon.active{margin-top:-8px;transform:rotate(180deg)}.area-selectable-list-wrap{position:absolute;width:100%;max-height:275px;z-index:15000;background-color:#fff;box-sizing:border-box;overflow-x:auto;margin:2px 0;border-radius:4px;outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:opacity .15s,transform .3s!important;transform-origin:center top!important}.area-selectable-list{position:relative;margin:0;padding:6px 0;width:100%;font-size:14px;color:#565656;list-style:none}.area-selectable-list .area-select-option{position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;padding:0 15px 0 10px;height:32px;line-height:32px}.area-selectable-list .area-select-option.hover{background-color:#e6f7ff}.area-selectable-list .area-select-option.selected{color:rgba(0,0,0,.65);font-weight:600;background-color:#efefef}.cascader-menu-list-wrap{position:absolute;white-space:nowrap;z-index:15000;background-color:#fff;box-sizing:border-box;overflow:hidden;font-size:0;margin:2px 0;border-radius:4px;outline:none;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:opacity .15s,transform .3s!important;transform-origin:center top!important}.cascader-menu-list{position:relative;margin:0;font-size:14px;color:#565656;padding:6px 0;list-style:none;display:inline-block;height:204px;overflow-x:hidden;overflow-y:auto;min-width:160px;vertical-align:top;background-color:#fff;border-right:1px solid #e4e7ed}.cascader-menu-list:last-child{border-right:none}.cascader-menu-list .cascader-menu-option{position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;padding:0 15px 0 10px;height:32px;line-height:32px}.cascader-menu-list .cascader-menu-option.hover,.cascader-menu-list .cascader-menu-option:hover{background-color:#e6f7ff}.cascader-menu-list .cascader-menu-option.selected{color:rgba(0,0,0,.65);font-weight:600;background-color:#efefef}.cascader-menu-list .cascader-menu-option.cascader-menu-extensible:after{position:absolute;top:50%;margin-top:-4px;right:5px;content:"";width:0;height:0;border:4px solid transparent;border-left-color:#a1a4ad}.area-selectable-list-wrap::-webkit-scrollbar,.cascader-menu-list::-webkit-scrollbar{width:8px;background:transparent}.area-selectable-list-wrap::-webkit-scrollbar-button:vertical:decremen,.area-selectable-list-wrap::-webkit-scrollbar-button:vertical:end:decrement,.area-selectable-list-wrap::-webkit-scrollbar-button:vertical:increment,.area-selectable-list-wrap::-webkit-scrollbar-button:vertical:start:increment,.cascader-menu-list::-webkit-scrollbar-button:vertical:decremen,.cascader-menu-list::-webkit-scrollbar-button:vertical:end:decrement,.cascader-menu-list::-webkit-scrollbar-button:vertical:increment,.cascader-menu-list::-webkit-scrollbar-button:vertical:start:increment{display:none}.area-selectable-list-wrap::-webkit-scrollbar-thumb:vertical,.cascader-menu-list::-webkit-scrollbar-thumb:vertical{background-color:#b8b8b8;border-radius:4px}.area-selectable-list-wrap::-webkit-scrollbar-thumb:vertical:hover,.cascader-menu-list::-webkit-scrollbar-thumb:vertical:hover{background-color:#777}