
#app {
  height: 100%;
}


.back-layout[data-v-5565f370] {
  width: 100%;
  height: 100%;
  background-image: url(/img/bgimg.81e1d751.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#userLayout.user-layout-wrapper.mobile[data-v-5565f370] {
  position: fixed;
  left: 6%;
  top: 10%;
  margin-left: 0px;
}
.third-party-platform[data-v-5565f370] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom:15px;
  opacity:0.7
}
.third-party-platform .platform-info[data-v-5565f370] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  color:#48B857
}
.platform-modal[data-v-5565f370] {
  padding:20px;
  margin:20px 50px;
  border:1px solid #eee;
}

#userLayout.user-layout-wrapper[data-v-5565f370] {
  position: fixed;
  right: 50%;
  top: 18%;
  margin-right: -543px;
  height: 100%;
}
#userLayout.user-layout-wrapper.mobile .container .main[data-v-5565f370] {
  max-width: 368px;
  width: 98%;
}
#userLayout.user-layout-wrapper.mobile .poster-img[data-v-5565f370] {
  display: none;
}
#userLayout.user-layout-wrapper .container[data-v-5565f370] {
  float: left;
  width: 100%;
  z-index: 99;
  height: 70%;
}
#userLayout.user-layout-wrapper .container .poster-img[data-v-5565f370] {
  float: left;
  height: 100%;
}
#userLayout.user-layout-wrapper .container .right-form[data-v-5565f370] {
  background-size: 100%;
  position: relative;
  width: 340px;
  height: 460px;
  background: #ffffff;
  border-radius: 8px;
  right: 0;
  top: 0;
  padding: 10px 30px 0 30px;
  margin-top: 50px;
  box-shadow: 0 2px 6px 0 rgb(200 200 200);
  overflow: hidden;
}
#userLayout.user-layout-wrapper .container .right-form a[data-v-5565f370] {
  text-decoration: none;
}
#userLayout.user-layout-wrapper .container .right-form .top[data-v-5565f370] {
  text-align: center;
}
#userLayout.user-layout-wrapper .container .right-form .top .header[data-v-5565f370] {
  height: 44px;
  line-height: 44px;
  margin-top: 35px;
  margin-bottom: 35px;
}
#userLayout.user-layout-wrapper .container .right-form .top .header .title[data-v-5565f370] {
  font-size: 35px;
  color: #666;
  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;
  top: 2px;
}
#userLayout.user-layout-wrapper .container .right-form .top .header .desc[data-v-5565f370] {
  font-size: 16px;
  color: #666;
  margin-top: 12px;
  margin-left: 10px;
  margin-bottom: 40px;
}
#userLayout.user-layout-wrapper .container .right-form .main[data-v-5565f370] {
  min-width: 260px;
  width: 280px;
  margin: 0 auto;
}
.footer[data-v-5565f370] {
  position: absolute;
  bottom: 0;
  padding: 0 16px;
  margin: 48px 0 12px;
  text-align: center;
  left: 33%;
  right: 33%;
}
.footer .links[data-v-5565f370] {
  margin-bottom: 8px;
  font-size: 14px;
}
.footer .links a[data-v-5565f370] {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.footer .links a[data-v-5565f370]:not(:last-child) {
  margin-right: 40px;
}
.footer .copyright[data-v-5565f370] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

/*缩小首页布 局顶部的高度*/
.sider[data-v-ff754252] {
  box-shadow: none !important;
}
.sider .logo[data-v-ff754252] {
  color: #ffffff;
  height: 49px !important;
  line-height: 49px !important;
  box-shadow: none !important;
  transition: background 300ms;
  background: #002140;
}
.sider .logo h1[data-v-ff754252] {
  font-size: 24px;
  color: #ffffff;
}
.sider .logo a[data-v-ff754252] {
  color: white;
}
.sider .logo a[data-v-ff754252]:hover {
  color: rgba(255, 255, 255, 0.8);
}
.sider.light .logo[data-v-ff754252] {
  background-color: #48B857;
}

/* update_begin author:sunjianlei date:20190509 for: 修改侧边导航栏滚动条的样式 */
.sider[data-v-21794e35] {
  /** 暗色系滚动条样式 */
}
.sider ul.ant-menu[data-v-21794e35] {
  /* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /* 兼容IE */
  -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-21794e35]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
  display: none;
}
.sider ul.ant-menu .-o-scrollbar[data-v-21794e35] {
  display: none;
}
.sider ul.ant-menu[data-v-21794e35]::-webkit-scrollbar-track {
  background-color: transparent;
}
.sider ul.ant-menu[data-v-21794e35]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #eee;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.sider ul.ant-menu[data-v-21794e35]::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
}
.sider ul.ant-menu[data-v-21794e35]::-webkit-scrollbar-thumb:active {
  background-color: #bbbbbb;
}
.sider.dark ul.ant-menu[data-v-21794e35]::-webkit-scrollbar-thumb {
  background-color: #666666;
}
.sider.dark ul.ant-menu[data-v-21794e35]::-webkit-scrollbar-thumb:hover {
  background-color: #808080;
}
.sider.dark ul.ant-menu[data-v-21794e35]::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
/* update_end author:sunjianlei date:20190509 for: 修改侧边导航栏滚动条的样式 */

.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, 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: #48B857;
}
.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: rgba(255, 255, 255, 0.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: #ffffff;
}

.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-6b4fa286] {
  font-size: 1.2rem !important;
}
.daily-article .ant-card-body[data-v-6b4fa286] {
  padding: 18px !important;
}
.daily-article .ant-card-head[data-v-6b4fa286] {
  padding: 0 1rem;
}
.daily-article .ant-card-meta[data-v-6b4fa286] {
  margin-bottom: 1rem;
}
.daily-article .article-content p[data-v-6b4fa286] {
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: initial;
  white-space: normal;
  font-size: 0.9rem !important;
  margin-bottom: 0.8rem;
}


.ant-card-body .table-operator[data-v-70364f45]{
  margin-bottom: 18px;
}
.anty-row-operator button[data-v-70364f45]{margin: 0 5px}
.ant-btn-danger[data-v-70364f45]{background-color: #ffffff}z

.ant-modal-cust-warp[data-v-70364f45]{height: 100%}
.ant-modal-cust-warp .ant-modal-body[data-v-70364f45]{height:calc(100% - 110px) !important;overflow-y: auto}
.ant-modal-cust-warp .ant-modal-content[data-v-70364f45]{height:90% !important;overflow-y: hidden}


.header-notice-wrapper {
  top: 50px !important;
}

.header-notice[data-v-2a663d26] {
  display: inline-block;
  transition: all 0.3s;
}
.header-notice span[data-v-2a663d26] {
  vertical-align: initial;
}

.detail-list .title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
.detail-list .term {
  color: rgba(0, 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: -0.5px;
}
.detail-list .content {
  color: rgba(0, 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, 0.65);
  font-weight: normal;
  margin-bottom: 12px;
}
.detail-list.small .term,
.detail-list.small .content {
  padding-bottom: 8px;
}
.detail-list.large .term,
.detail-list.large .content {
  padding-bottom: 16px;
}
.detail-list.large .title {
  font-size: 16px;
}
.detail-list.vertical .term {
  padding-bottom: 8px;
}
.detail-list.vertical .term,
.detail-list.vertical .content {
  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, 0.85);
  line-height: 22px;
  margin-bottom: 12px;
}

.setting-drawer-index-content .setting-drawer-index-blockChecbox[data-v-85be2022] {
  display: -ms-flexbox;
  display: flex;
}
.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item[data-v-85be2022] {
  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-85be2022] {
  width: 48px;
}
.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item .setting-drawer-index-selectIcon[data-v-85be2022] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding-top: 15px;
  padding-left: 24px;
  height: 100%;
  color: #48B857;
  font-size: 14px;
  font-weight: 700;
}
.setting-drawer-index-content .setting-drawer-theme-color-colorBlock[data-v-85be2022] {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  float: left;
  cursor: pointer;
  margin-right: 8px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.setting-drawer-index-content .setting-drawer-theme-color-colorBlock i[data-v-85be2022] {
  font-size: 14px;
}
.setting-drawer-index-handle[data-v-85be2022] {
  position: absolute;
  top: 240px;
  background: #48B857;
  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-85be2022] {
  color: #ffffff;
  font-size: 20px;
}


.valid-error .ant-select-selection__placeholder[data-v-8ee91380]{
  color: #f5222d;
}

/* update_begin author:zhaoxin date:20191129 for: 让搜索框颜色能随主题颜色变换*/
/* update-begin author:sunjianlei date:20191220 for: 解决全局样式冲突问题 */
.user-wrapper .search-input[data-v-7bd59b57] {
  width: 180px;
  color: inherit;
}
.user-wrapper .search-input[data-v-7bd59b57] .ant-select-selection {
  background-color: inherit;
  border: 0;
  border-bottom: 1px solid white;
}
.user-wrapper .search-input[data-v-7bd59b57] .ant-select-selection__placeholder,
.user-wrapper .search-input[data-v-7bd59b57] .ant-select-selection__field__placeholder {
  color: inherit;
}
/* update-end author:sunjianlei date:20191220 for: 解决全局样式冲突问题 */
/* update_end author:zhaoxin date:20191129 for: 让搜索框颜色能随主题颜色变换*/


.ad_title[data-v-7bd59b57] {
  color: yellow;
  text-decoration: none;
}
.logout_title[data-v-7bd59b57] {
  color: inherit;
  text-decoration: none;
}

/* update_begin author:scott date:20190220 for: 缩小首页布局顶部的高度*/
.layout .top-nav-header-index .header-index-wide[data-v-157da918] {
  margin-left: 10px;
}
.layout .top-nav-header-index .header-index-wide .ant-menu.ant-menu-horizontal[data-v-157da918] {
  height: 49px;
  line-height: 49px;
}
.layout .top-nav-header-index .trigger[data-v-157da918] {
  line-height: 64px;
}
.layout .top-nav-header-index .trigger[data-v-157da918]:hover {
  background: rgba(0, 0, 0, 0.05);
}
.layout .header[data-v-157da918] {
  z-index: 2;
  color: white;
  height: 49px;
  background-color: #48B857;
  transition: background 300ms;
  /* dark 样式 */
}
.layout .header.dark[data-v-157da918] {
  color: #000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: white !important;
}
.layout .header.dark .trigger[data-v-157da918]:hover,
.layout .top-nav-header-index.dark .trigger[data-v-157da918]:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ant-layout-header[data-v-157da918] {
  height: 49px;
  line-height: 49px;
}
.company-name[data-v-157da918] {
  font-size: 16px;
  padding-left: 16px;
}
.change-title[data-v-157da918] {
  font-size: 14px;
  padding-left: 16px;
  color: yellow;
}
.change-title a[data-v-157da918] {
  font-size: 14px;
  color: yellow;
  text-decoration: underline;
}
/* update_end author:scott date:20190220 for: 缩小首页布局顶部的高度*/

.footer[data-v-39b17306] {
  padding: 0 16px;
  margin: 48px 0 24px;
  text-align: center;
}
.footer .links[data-v-39b17306] {
  margin-bottom: 8px;
}
.footer .links a[data-v-39b17306] {
  color: rgba(0, 0, 0, 0.45);
}
.footer .links a[data-v-39b17306]:hover {
  color: rgba(0, 0, 0, 0.65);
}
.footer .links a[data-v-39b17306]:not(:last-child) {
  margin-right: 40px;
}
.footer .copyright[data-v-39b17306] {
  color: rgba(0, 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-table-wrapper
     * 覆盖的表格手机模式样式，如果想修改在手机上表格最低宽度，可以在这里改动
     */
}
.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-opened,
.layout.mobile .sidemenu .ant-header-fixedHeader.ant-header-side-closed {
  width: 100%;
}
.layout.mobile .topmenu {
  /* 必须为 topmenu  才能启用流式布局 */
}
.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 300ms, background 300ms;
}
.layout .trigger:hover {
  background: rgba(255, 255, 255, 0.3);
}
.layout .topmenu {
  /* 必须为 topmenu  才能启用流式布局 */
}
.layout .topmenu .ant-header-fixedHeader {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  transition: width 0.2s;
}
.layout .topmenu .ant-header-fixedHeader.ant-header-side-opened {
  width: 100%;
}
.layout .topmenu .ant-header-fixedHeader.ant-header-side-closed {
  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 0.2s;
}
.layout .sidemenu .ant-header-fixedHeader.ant-header-side-opened {
  width: calc(100% - 150px);
}
.layout .sidemenu .ant-header-fixedHeader.ant-header-side-closed {
  width: calc(100% - 80px);
}
.layout .header {
  height: 64px;
  padding: 0 12px 0 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.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 0.3s;
  height: 70%;
  line-height: 36px;
}
.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: rgba(255, 255, 255, 0.3);
}
.layout .header .user-wrapper .action .avatar,
.layout .top-nav-header-index .user-wrapper .action .avatar {
  margin: 20px 10px 20px 0;
  color: #48B857;
  background: hsla(0, 0%, 100%, 0.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: white;
}
.layout .header.dark .user-wrapper .action,
.layout .top-nav-header-index.dark .user-wrapper .action {
  color: black;
}
.layout .header.dark .user-wrapper .action:hover,
.layout .top-nav-header-index.dark .user-wrapper .action:hover {
  background: rgba(0, 0, 0, 0.05);
}
.layout .header.dark .user-wrapper .action .anticon,
.layout .top-nav-header-index.dark .user-wrapper .action .anticon {
  color: black;
}
.layout.mobile .top-nav-header-index .header-index-wide .header-index-left .trigger {
  color: rgba(255, 255, 255, 0.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, 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, 0.08);
  position: relative;
  transition: background 0.3s, width 0.2s;
}
.layout .top-nav-header-index .header-index-wide {
  width: 100%;
  margin: auto;
  padding: 0 20px 0 0;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
}
.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 0.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: 49px;
  overflow: hidden;
}
.layout .top-nav-header-index .header-index-wide .header-index-right .action:hover {
  background-color: rgba(0, 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: white;
}
.layout .top-nav-header-index.dark .user-wrapper .action:hover {
  background: rgba(255, 255, 255, 0.3);
}
.layout .top-nav-header-index.dark .header-index-wide .header-index-left .trigger:hover {
  background: rgba(255, 255, 255, 0.3);
}
.layout .layout-content {
  margin: 24px 24px 0px;
  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, 0.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: 10px;
  transition: all 0.3s;
  background: #ffffff;
  overflow: hidden;
}
.sider .logo img,
.sider .logo h1 {
  display: inline-block;
  vertical-align: middle;
}
.sider .logo img {
  height: 32px;
}
.sider .logo h1 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 10px 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, 0.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: 12px;
  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;
}
.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: 12px;
  white-space: nowrap;
}
.content .table-operator {
  margin-bottom: 18px;
}
.content .table-operator button {
  margin-right: 8px;
}

/*
* The following styles are auto-applied to elements with
* transition="page-transition" when their visibility is toggled
* by Vue.js.
*
* You can easily play with the page transition by editing
* these styles.
*/
.page-transition-enter {
  opacity: 0;
}
.page-transition-leave-active {
  opacity: 0;
}
.page-transition-enter .page-transition-container,
.page-transition-leave-active .page-transition-container {
  transform: scale(1.1);
}

.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;
  /*margin-bottom: 16px;*/
}
.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, 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, 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: 0px 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 #aaaaaa !important;
}

/*
* by ji-shenghua qq 75-27-18-920
*/
.page-transition-enter {
  opacity: 0;
}
.page-transition-leave-active {
  opacity: 0;
}
.page-transition-enter .page-transition-container,
.page-transition-leave-active .page-transition-container {
  transform: scale(1.1);
}
/*美化弹出Tab样式*/
.ant-tabs-nav-container {
  margin-top: 0px;
}
/* 修改 ant-tabs 样式 */
.tab-layout-tabs.ant-tabs {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: white;
  padding: 0 20px;
}
.tab-layout-tabs.ant-tabs .ant-tabs-bar {
  margin: 0px;
  border: none;
}
.ant-tabs.ant-tabs-card .ant-tabs-tab {
  padding: 0 24px !important;
  background-color: white !important;
  margin-right: 10px !important;
}
.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;
}
.ant-tabs.ant-tabs-card .ant-tabs-tab:hover .ant-tabs-close-x {
  opacity: 1 !important;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border: none !important;
  border-bottom: 1px solid transparent !important;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  height: 35px !important;
  border-color: #48B857 !important;
}
.main > .ant-card > .ant-card-body {
  padding: 8px 24px;
}

.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 {
  /* title 和 footer 各占 55px */
  height: calc(100% - 55px - 55px);
  overflow: auto;
}
.j-modal-box.fullscreen.no-title .ant-modal-body,
.j-modal-box.fullscreen.no-footer .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% - 56px - 56px);
}
.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, 0.45);
}
.j-modal-box .j-modal-title-row .right .ant-modal-close:hover {
  color: rgba(0, 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 fieldset[disabled] {
  -ms-pointer-events: none;
  pointer-events: none;
}
.jeecg-form-container-disabled .ant-select{
  -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;
}

