
#app {
  height: 100%;
  width: 100%;
}
.ant-card-bordered{
  width: 100%;
}
.ant-row{
 width: 100%;
}
.ant-menu-horizontal{
  border-bottom: none!important;
}
.ant-anchor-wrapper{
  background-color: rgba(255,255,255,0.5);
  border-radius: 10px;
}


.zyy-routeview[data-v-66c08593]{
  width: 100%;
}

.zxa-copyright[data-v-f6c4637a] {
  position: fixed;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #1A1A1A;
}
#userLayout.user-layout-wrapper[data-v-f6c4637a] {
  height: 100%;
  width: 100%;
  background-color: #0080ff;
  background-image: url(../img/loginbg.fbf8881a.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#userLayout.user-layout-wrapper.mobile .container .main[data-v-f6c4637a] {
  max-width: 368px;
  width: 98%;
}
#userLayout.user-layout-wrapper .container[data-v-f6c4637a] {
  width: 100%;
  min-height: 100%;
  /*background: url(~@/assets/loginbg.png) no-repeat 100%;*/
  padding: 110px 0 144px;
  position: relative;
}
#userLayout.user-layout-wrapper .container a[data-v-f6c4637a] {
  text-decoration: none;
}
#userLayout.user-layout-wrapper .container .top[data-v-f6c4637a] {
  text-align: center;
}
#userLayout.user-layout-wrapper .container .top .header[data-v-f6c4637a] {
  height: 44px;
  line-height: 44px;
}
#userLayout.user-layout-wrapper .container .top .header .badge[data-v-f6c4637a] {
  position: absolute;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: -12px;
  margin-top: -10px;
  opacity: 0.8;
}
#userLayout.user-layout-wrapper .container .top .header .logo[data-v-f6c4637a] {
  height: 44px;
  vertical-align: top;
  margin-right: 16px;
  border-style: none;
}
#userLayout.user-layout-wrapper .container .top .header .title[data-v-f6c4637a] {
  font-size: 33px;
  color: rgba(0, 0, 0, 0.85);
  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;
  position: relative;
  top: 2px;
}
#userLayout.user-layout-wrapper .container .top .desc[data-v-f6c4637a] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 12px;
  margin-bottom: 40px;
}
#userLayout.user-layout-wrapper .container .footer[data-v-f6c4637a] {
  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-f6c4637a] {
  margin-bottom: 8px;
  font-size: 14px;
}
#userLayout.user-layout-wrapper .container .footer .links a[data-v-f6c4637a] {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
#userLayout.user-layout-wrapper .container .footer .links a[data-v-f6c4637a]:not(:last-child) {
  margin-right: 40px;
}
#userLayout.user-layout-wrapper .container .footer .copyright[data-v-f6c4637a] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

/*缩小首页布 局顶部的高度*/
.sider[data-v-cabbee2e] {
  box-shadow: none !important;
}
.sider .logo[data-v-cabbee2e] {
  height: 59px !important;
  line-height: 59px !important;
  box-shadow: none !important;
  transition: background 300ms;
}
.sider .logo a[data-v-cabbee2e] {
  color: white;
}
.sider .logo a[data-v-cabbee2e]:hover {
  color: rgba(255, 255, 255, 0.8);
}
.sider.light .logo[data-v-cabbee2e] {
  background-color: #3662EC;
}

/* update_begin author:sunjianlei date:20190509 for: 修改侧边导航栏滚动条的样式 */
.sider[data-v-4103d06f] {
  /** 暗色系滚动条样式 */
}
.sider ul.ant-menu[data-v-4103d06f] {
  /* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /* 兼容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-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, 0.1);
}
.sider ul.ant-menu[data-v-4103d06f]::-webkit-scrollbar-thumb:hover {
  background-color: #dddddd;
}
.sider ul.ant-menu[data-v-4103d06f]::-webkit-scrollbar-thumb:active {
  background-color: #bbbbbb;
}
.sider.dark ul.ant-menu[data-v-4103d06f]::-webkit-scrollbar-thumb {
  background-color: #666666;
}
.sider.dark ul.ant-menu[data-v-4103d06f]::-webkit-scrollbar-thumb:hover {
  background-color: #808080;
}
.sider.dark ul.ant-menu[data-v-4103d06f]::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
/* update_end author:sunjianlei date:20190509 for: 修改侧边导航栏滚动条的样式 */

.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, 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: #3662EC;
}
.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-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: initial;
  white-space: normal;
  font-size: 0.9rem !important;
  margin-bottom: 0.8rem;
}


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

.header-notice[data-v-2a9347fa] {
  display: inline-block;
  transition: all 0.3s;
}
.header-notice span[data-v-2a9347fa] {
  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-0bf3c134] {
  display: -ms-flexbox;
  display: flex;
}
.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item[data-v-0bf3c134] {
  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-0bf3c134] {
  width: 48px;
}
.setting-drawer-index-content .setting-drawer-index-blockChecbox .setting-drawer-index-item .setting-drawer-index-selectIcon[data-v-0bf3c134] {
  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-0bf3c134] {
  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-0bf3c134] {
  font-size: 14px;
}
.setting-drawer-index-handle[data-v-0bf3c134] {
  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-0bf3c134] {
  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-57cd0386] {
  width: 180px;
  color: inherit;
}
.user-wrapper .search-input[data-v-57cd0386] .ant-select-selection {
  background-color: inherit;
  border: 0;
  border-bottom: 1px solid white;
}
.user-wrapper .search-input[data-v-57cd0386] .ant-select-selection__placeholder,
.user-wrapper .search-input[data-v-57cd0386] .ant-select-selection__field__placeholder {
  color: inherit;
}
/* update-end author:sunjianlei date:20191220 for: 解决全局样式冲突问题 */
/* update_end author:zhaoxin date:20191129 for: 让搜索框颜色能随主题颜色变换*/


.logout_title[data-v-57cd0386] {
  color: inherit;
  text-decoration: none;
}

/* update_begin author:scott date:20190220 for: 缩小首页布局顶部的高度*/
.layout .top-nav-header-index .header-index-wide[data-v-5360f268] {
  margin-left: 10px;
}
.layout .top-nav-header-index .header-index-wide .ant-menu.ant-menu-horizontal[data-v-5360f268] {
  height: 59px;
  line-height: 59px;
}
.layout .top-nav-header-index .trigger[data-v-5360f268] {
  line-height: 64px;
}
.layout .top-nav-header-index .trigger[data-v-5360f268]:hover {
  background: rgba(0, 0, 0, 0.05);
}
.layout .header[data-v-5360f268] {
  z-index: 2;
  color: white;
  height: 59px;
  background-color: #3662EC;
  transition: background 300ms;
  /* dark 样式 */
}
.layout .header.dark[data-v-5360f268] {
  color: #000000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: white !important;
}
.layout .header.dark .trigger[data-v-5360f268]:hover,
.layout .top-nav-header-index.dark .trigger[data-v-5360f268]:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ant-layout-header[data-v-5360f268] {
  height: 59px;
  line-height: 59px;
}
/* update_end author:scott date:20190220 for: 缩小首页布局顶部的高度*/

.footer[data-v-78281760] {
  padding: 0 16px;
  margin: 48px 0 24px;
  text-align: center;
}
.footer .links[data-v-78281760] {
  margin-bottom: 8px;
}
.footer .links a[data-v-78281760] {
  color: rgba(0, 0, 0, 0.45);
}
.footer .links a[data-v-78281760]:hover {
  color: rgba(0, 0, 0, 0.65);
}
.footer .links a[data-v-78281760]:not(:last-child) {
  margin-right: 40px;
}
.footer .copyright[data-v-78281760] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

body {
  overflow-y: hidden!important;
}
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% - 200px);
}
.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: 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: 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: #1890ff;
  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: 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 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: 59px;
  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: 24px;
  transition: all 0.3s;
  background: #002140;
  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 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, 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: 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;
}

/*
* 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;
}

/*
* 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);
}
/*美化弹出Tab样式*/
.ant-tabs-nav-container {
  margin-top: 4px;
}
/* 修改 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: 4px 0 0;
  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 {
  border-color: #3662EC !important;
}

.zyy-user-wrapper[data-v-574a31e5] {
  width: auto;
  color: #a5aab5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
/* update_begin author:zhaoxin date:20191129 for: 让搜索框颜色能随主题颜色变换*/
/* update-begin author:sunjianlei date:20191220 for: 解决全局样式冲突问题 */
.user-wrapper .search-input[data-v-574a31e5] {
  width: 180px;
  color: inherit;
}
.user-wrapper .search-input[data-v-574a31e5] .ant-select-selection {
  background-color: inherit;
  border: 0;
  border-bottom: 1px solid white;
}
.user-wrapper .search-input[data-v-574a31e5] .ant-select-selection__placeholder,
.user-wrapper .search-input[data-v-574a31e5] .ant-select-selection__field__placeholder {
  color: inherit;
}
/* update-end author:sunjianlei date:20191220 for: 解决全局样式冲突问题 */
/* update_end author:zhaoxin date:20191129 for: 让搜索框颜色能随主题颜色变换*/


.logout_title[data-v-574a31e5] {
  color: inherit;
  text-decoration: none;
}
.usermenumewnomalshow[data-v-574a31e5]{
  width: 75px;
  height: 38px;
  /*background-color: #F5F5F5;*/
  background-color: transparent;
  border-radius: 20px 4px 4px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.userroundbgname[data-v-574a31e5]{
  background-color: #0080ff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: 5px;
  font-size: 10px;
  color: white;
  line-height: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}


.bordercard[data-v-68824c9e]{
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 6px 15px 0px rgba(51,51,51,0.2);
}


.zyy-cloud-layout-main{
  width: 100%;
  background-color: #F9F9F9;
  height: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.zyy-cloud-layout-main-slider{
  width: 100px;
  background-color: #F9F9F9;
  height: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.zyy-cloud-layout-main-main{
  width: 100%;
  background-color: #F9F9F9;
  height: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.zyy-cloud-layout-main-header{
  width: 100%;
  height: 50px;
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  box-shadow: 0 2px 15px 0 hsla(0,0%,42%,.09);
  -webkit-box-shadow: 0 2px 15px 0 hsla(0,0%,42%,.09);
  /*box-shadow: 0px 2px 10px 10px #2eabff;*/
  z-index:999;
  position: absolute;
}
.zyy-cloud-layout-main-content{
  width: 100%;
  position: absolute;
  top: 50px;
  height: calc( 100% - 50px);
  /*margin-top: 2px;*/
  /*background-color: #F6F6F6;*/
  /*padding: 20px;*/
  /*box-sizing: border-box;*/
  overflow-y: auto;
  z-index:998;
}
.zyy-cloud-layout-main-content-padding{
  width: 100%;
  position: absolute;
  top: 50px;
  height: calc( 100% - 50px);
  /*margin-top: 2px;*/
  /*background-color: #F6F6F6;*/
  padding: 15px;
  /*box-sizing: border-box;*/
  overflow-y: auto;
  z-index:998;
}
.head-name{
  margin-left: 20px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  color: #444;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
.zyy-cloud-layout-main-content-pagelist{
  width: 100%;
  height: 30px;
  padding-left: 14px;
}
.logo-text{
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  color: #444;
  margin-left: 8px;
}
.infodapartimage{
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*background-color: yellow;*/
}



.tip-style[data-v-4ba21379]{
  margin-top: 40px;
  font-size:26px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:70px;
}
.tip-style2[data-v-4ba21379]{
    cursor: pointer;
    font-size: 18px;
    margin-top: 20px;
}


.tip-style[data-v-e2abe9c2]{
  margin-top: 40px;
  font-size:26px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:70px;
}
.tip-style2[data-v-e2abe9c2]{
    cursor: pointer;
    font-size: 18px;
    margin-top: 20px;
}


.verfication-login[data-v-6dff17a6]{
    padding-top: 200px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.loading-text[data-v-6dff17a6]{
    margin-top: 20px;
    font-size: 16px;
    color: #8f98a3;
}
section[data-v-6dff17a6] {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
}
.sk-wave[data-v-6dff17a6] {
    width: 6em;
    height: 4em;
    margin: auto;
    text-align: center;
    font-size: 1em;
}
.sk-wave .sk-rect[data-v-6dff17a6] {
    background-color: #2fa2fe;
    height: 100%;
    width: .5em;
    margin-right: 5px;
    display: inline-block;
    animation: sk-wave-stretch-delay-data-v-6dff17a6 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect-1[data-v-6dff17a6] {
    animation-delay: -1.2s;
}
.sk-wave .sk-rect-2[data-v-6dff17a6] {
    animation-delay: -1.1s;
}
.sk-wave .sk-rect-3[data-v-6dff17a6] {
    animation-delay: -1s;
}
.sk-wave .sk-rect-4[data-v-6dff17a6] {
    animation-delay: -0.9s;
}
.sk-wave .sk-rect-5[data-v-6dff17a6] {
    animation-delay: -0.8s;
}
@keyframes sk-wave-stretch-delay-data-v-6dff17a6 {
0%, 40%, 100% {
        transform: scaleY(0.4);
}
20% {
        transform: scaleY(1);
}
}



.verfication-login[data-v-57c3418f]{
    padding-top: 200px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.loading-text[data-v-57c3418f]{
    margin-top: 20px;
    font-size: 16px;
    color: #8f98a3;
}
section[data-v-57c3418f] {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
}
.sk-wave[data-v-57c3418f] {
    width: 6em;
    height: 4em;
    margin: auto;
    text-align: center;
    font-size: 1em;
}
.sk-wave .sk-rect[data-v-57c3418f] {
    background-color: #2fa2fe;
    height: 100%;
    width: .5em;
    margin-right: 5px;
    display: inline-block;
    animation: sk-wave-stretch-delay-data-v-57c3418f 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect-1[data-v-57c3418f] {
    animation-delay: -1.2s;
}
.sk-wave .sk-rect-2[data-v-57c3418f] {
    animation-delay: -1.1s;
}
.sk-wave .sk-rect-3[data-v-57c3418f] {
    animation-delay: -1s;
}
.sk-wave .sk-rect-4[data-v-57c3418f] {
    animation-delay: -0.9s;
}
.sk-wave .sk-rect-5[data-v-57c3418f] {
    animation-delay: -0.8s;
}
@keyframes sk-wave-stretch-delay-data-v-57c3418f {
0%, 40%, 100% {
        transform: scaleY(0.4);
}
20% {
        transform: scaleY(1);
}
}



.verfication-login[data-v-3b1b4427]{
    padding-top: 200px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.loading-text[data-v-3b1b4427]{
    margin-top: 20px;
    font-size: 16px;
    color: #8f98a3;
}
section[data-v-3b1b4427] {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
}
.sk-wave[data-v-3b1b4427] {
    width: 6em;
    height: 4em;
    margin: auto;
    text-align: center;
    font-size: 1em;
}
.sk-wave .sk-rect[data-v-3b1b4427] {
    background-color: #2fa2fe;
    height: 100%;
    width: .5em;
    margin-right: 5px;
    display: inline-block;
    animation: sk-wave-stretch-delay-data-v-3b1b4427 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect-1[data-v-3b1b4427] {
    animation-delay: -1.2s;
}
.sk-wave .sk-rect-2[data-v-3b1b4427] {
    animation-delay: -1.1s;
}
.sk-wave .sk-rect-3[data-v-3b1b4427] {
    animation-delay: -1s;
}
.sk-wave .sk-rect-4[data-v-3b1b4427] {
    animation-delay: -0.9s;
}
.sk-wave .sk-rect-5[data-v-3b1b4427] {
    animation-delay: -0.8s;
}
@keyframes sk-wave-stretch-delay-data-v-3b1b4427 {
0%, 40%, 100% {
        transform: scaleY(0.4);
}
20% {
        transform: scaleY(1);
}
}


.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;
}

.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, 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 0.3s cubic-bezier(0.645, 0.045, 0.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, 0.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, 0.25);
  transition: all 0.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, 0.15);
  transition: opacity 0.15s, transform 0.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, 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, 0.15);
  transition: opacity 0.15s, transform 0.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, 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;
}
.cascader-menu-list::-webkit-scrollbar,
.area-selectable-list-wrap::-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;
}
.cascader-menu-list::-webkit-scrollbar-thumb:vertical,
.area-selectable-list-wrap::-webkit-scrollbar-thumb:vertical {
  background-color: #b8b8b8;
  border-radius: 4px;
}
.cascader-menu-list::-webkit-scrollbar-thumb:vertical:hover,
.area-selectable-list-wrap::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #777;
}

