.ivu-shrinkable-menu {
  height: 100%;
  width: 100%;
  position: relative;
}

.ivu-badge .mini-badge {
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 7px;
  padding: 0 2px;
  font-size: 10px;
}
#ch2-nav .ivu-menu-opened {
  background: transparent !important;
}
#ch2-nav .ivu-menu-opened .ivu-menu-submenu-title {
  background: transparent !important;
}
#ch2-nav .ivu-menu-submenu-title:hover {
  background: transparent !important;
}
#ch2-nav .ch2-nav-item .ivu-menu {
  background: #1d283e;
}
#ch2-nav .ch2-nav-item .ivu-menu-item {
  margin: 0 12px;
}
#ch2-nav .ch2-nav-item .ivu-menu-item-selected {
  border-radius: 4px;
  background-image: linear-gradient(to right, #0090fb, #0157ff) !important;
}

.ivu-shrinkable-menu {
  height: 100%;
  width: 100%;
  position: relative;
}

.margin-top-8 {
  margin-top: 8px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-right-10 {
  margin-right: 10px;
}
.padding-left-6 {
  padding-left: 6px;
}
.padding-left-8 {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-20 {
  padding-left: 20px;
}
.height-100 {
  height: 100%;
}
.height-120px {
  height: 100px;
}
.height-200px {
  height: 200px;
}
.height-492px {
  height: 492px;
}
.height-460px {
  height: 460px;
}
.line-gray {
  height: 0;
  border-bottom: 2px solid #dcdcdc;
}
.notwrap {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.padding-left-5 {
  padding-left: 10px;
}
[v-cloak] {
  display: none;
}
html,
body {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  overflow: hidden;
}
/*设置字体自适应 */
html {
  font-size: 62.5% !important;
  /* 10÷16=62.5% */
}
@media only screen and (min-width: 767px) {
html {
    font-size: 90% !important;
    /* 15.04÷16=94% */
}
}
@media only screen and (min-width: 1080px) {
html {
    font-size: 100% !important;
    /* 20÷16=125% */
}
}
.lock-screen-back {
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 0 0 #667aa6 inset;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 3s;
}
.main {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main .unlock-con {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11000;
}
.main .sidebar-menu-con {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  transition: width 0.3s;
}
.main .layout-text {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}
.main .shrink-btn {
  position: absolute;
  bottom: 2%;
  left: 0;
  z-index: 999;
}
.main .shrink-btn .ivu-btn {
  border: none;
}
.main .shrink-btn .ivu-btn:focus,
.main .shrink-btn .ivu-btn-text:focus,
.main .shrink-btn .ivu-btn-text:focus {
  box-shadow: none;
}
.main .shrink-btn .ivu-btn-text {
  color: #fff;
}
.main .shrink-btn .ivu-btn-text:hover {
  border: none;
  color: #2d8cf0;
  background-color: transparent;
}
.main .shrink-btn-1 {
  width: 28px;
  height: 28px;
  line-height: 23px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-image: linear-gradient(100deg, #0656ed 0%, #2d99f9 80%);
  text-align: center;
}
.main .main-hide-text .layout-text {
  display: none;
}
.main-content-container {
  position: relative;
}
.main-header-con {
  box-sizing: border-box;
  position: fixed;
  display: block;
  padding-left: 200px;
  width: 100%;
  height: auto;
  z-index: 20;
  box-shadow: 0 2px 1px 1px rgba(100, 100, 100, 0.1);
  transition: padding 0.3s;
}
.main-breadcrumb {
  padding: 8px 15px 0;
}
.main-menu-left {
  background: #464c5b;
  height: 100%;
}
.main .tags-con {
  min-height: 40px;
  overflow: hidden;
  background: #f0f0f0;
}
.main .tags-con .tags-outer-scroll-con {
  position: relative;
  box-sizing: border-box;
  padding-right: 120px;
  width: 100%;
  height: 100%;
}
.main .tags-con .tags-outer-scroll-con .tags-inner-scroll-body {
  position: absolute;
  padding: 2px 2px;
  overflow: visible;
  white-space: nowrap;
  transition: left 0.3s ease;
}
.main .tags-con .tags-outer-scroll-con .close-all-tag-con {
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  padding-top: 8px;
  text-align: center;
  width: 110px;
  height: 100%;
  background: white;
  box-shadow: -3px 0 15px 3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.main-header {
  height: 60px;
  background: #fff;
  box-shadow: 0 2px 1px 1px rgba(100, 100, 100, 0.1);
  position: relative;
  z-index: 11;
}
.main-header .navicon-con {
  margin: 6px;
  display: inline-block;
}
.main-header .header-middle-con {
  position: absolute;
  left: 60px;
  top: 0;
  right: 340px;
  bottom: 0;
  padding: 10px;
  overflow: hidden;
}
.main-header .header-avator-con {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
}
.main-header .header-avator-con .switch-theme-con {
  display: inline-block;
  width: 40px;
  height: 100%;
}
.main-header .header-avator-con .message-con {
  display: inline-block;
  width: 30px;
  padding: 18px 0;
  text-align: center;
  cursor: pointer;
}
.main-header .header-avator-con .message-con i {
  vertical-align: middle;
}
.main-header .header-avator-con .change-skin {
  font-size: 14px;
  font-weight: 500;
  padding-right: 5px;
}
.main-header .header-avator-con .switch-theme {
  height: 100%;
}
.main-header .header-avator-con .user-dropdown-menu-con {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 100%;
}
.main-header .header-avator-con .user-dropdown-menu-con .main-user-name {
  display: inline-block;
  width: 80px;
  word-break: keep-all;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.main-header .header-avator-con .user-dropdown-innercon {
  height: 100%;
  padding-right: 14px;
}
.main-header .header-avator-con .full-screen-btn-con {
  display: inline-block;
  width: 30px;
  padding: 18px 0;
  text-align: center;
  cursor: pointer;
}
.main-header .header-avator-con .full-screen-btn-con i {
  vertical-align: middle;
}
.main-header .header-avator-con .lock-screen-btn-con {
  display: inline-block;
  width: 30px;
  padding: 18px 0;
  text-align: center;
  cursor: pointer;
}
.main-header .header-avator-con .lock-screen-btn-con i {
  vertical-align: middle;
}
.main .single-page-con {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: #f0f0f0;
  z-index: 1;
  transition: left 0.3s;
}
.main .single-page-con .single-page {
  margin: 10px;
}
.main-copy {
  text-align: center;
  padding: 10px 0 20px;
  color: #9ea7b4;
}
.taglist-moving-animation-move {
  transition: transform 0.3s;
}
.logo-con {
  padding: 8px;
  text-align: center;
}
.logo-con img {
  height: 44px;
  width: auto;
}
.spin-container {
  display: inline-block;
  width: 200px;
  height: 100px;
  position: relative;
  border: 1px solid #eee;
}
.custom-bread-crumb {
  display: inline-block;
}
.ql-container {
  height: 200px;
}
[full-screen="true"] {
  position: fixed;
  z-index: 999;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  top: 0;
  left: 0;
}

.help_MainButton {
  width: 150px;
  height: 150px;
  background-color: #2db7f5 !important;
  color: #FFF;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px !important;
  cursor: pointer;
}

.margin-top-8 {
  margin-top: 8px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-right-10 {
  margin-right: 10px;
}
.padding-left-6 {
  padding-left: 6px;
}
.padding-left-8 {
  padding-left: 5px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-20 {
  padding-left: 20px;
}
.height-100 {
  height: 100%;
}
.height-120px {
  height: 100px;
}
.height-200px {
  height: 200px;
}
.height-492px {
  height: 492px;
}
.height-460px {
  height: 460px;
}
.line-gray {
  height: 0;
  border-bottom: 2px solid #dcdcdc;
}
.notwrap {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.padding-left-5 {
  padding-left: 10px;
}
[v-cloak] {
  display: none;
}
html,
body {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  overflow: hidden;
}
/*设置字体自适应 */
html {
  font-size: 62.5% !important;
  /* 10÷16=62.5% */
}
@media only screen and (min-width: 767px) {
html {
    font-size: 90% !important;
    /* 15.04÷16=94% */
}
}
@media only screen and (min-width: 1080px) {
html {
    font-size: 100% !important;
    /* 20÷16=125% */
}
}
.lock-screen-back {
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 0 0 #667aa6 inset;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 3s;
}
.main {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main .unlock-con {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11000;
}
.main .sidebar-menu-con {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  transition: width 0.3s;
}
.main .layout-text {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
}
.main .shrink-btn {
  position: absolute;
  bottom: 2%;
  left: 0;
  z-index: 999;
}
.main .shrink-btn .ivu-btn {
  border: none;
}
.main .shrink-btn .ivu-btn:focus,
.main .shrink-btn .ivu-btn-text:focus,
.main .shrink-btn .ivu-btn-text:focus {
  box-shadow: none;
}
.main .shrink-btn .ivu-btn-text {
  color: #fff;
}
.main .shrink-btn .ivu-btn-text:hover {
  border: none;
  color: #2d8cf0;
  background-color: transparent;
}
.main .shrink-btn-1 {
  width: 28px;
  height: 28px;
  line-height: 23px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-image: linear-gradient(100deg, #0656ed 0%, #2d99f9 80%);
  text-align: center;
}
.main .main-hide-text .layout-text {
  display: none;
}
.main-content-container {
  position: relative;
}
.main-header-con {
  box-sizing: border-box;
  position: fixed;
  display: block;
  padding-left: 200px;
  width: 100%;
  height: auto;
  z-index: 20;
  box-shadow: 0 2px 1px 1px rgba(100, 100, 100, 0.1);
  transition: padding 0.3s;
}
.main-breadcrumb {
  padding: 8px 15px 0;
}
.main-menu-left {
  background: #464c5b;
  height: 100%;
}
.main .tags-con {
  min-height: 40px;
  overflow: hidden;
  background: #f0f0f0;
}
.main .tags-con .tags-outer-scroll-con {
  position: relative;
  box-sizing: border-box;
  padding-right: 120px;
  width: 100%;
  height: 100%;
}
.main .tags-con .tags-outer-scroll-con .tags-inner-scroll-body {
  position: absolute;
  padding: 2px 2px;
  overflow: visible;
  white-space: nowrap;
  transition: left 0.3s ease;
}
.main .tags-con .tags-outer-scroll-con .close-all-tag-con {
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  padding-top: 8px;
  text-align: center;
  width: 110px;
  height: 100%;
  background: white;
  box-shadow: -3px 0 15px 3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.main-header {
  height: 60px;
  background: #fff;
  box-shadow: 0 2px 1px 1px rgba(100, 100, 100, 0.1);
  position: relative;
  z-index: 11;
}
.main-header .navicon-con {
  margin: 6px;
  display: inline-block;
}
.main-header .header-middle-con {
  position: absolute;
  left: 60px;
  top: 0;
  right: 340px;
  bottom: 0;
  padding: 10px;
  overflow: hidden;
}
.main-header .header-avator-con {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
}
.main-header .header-avator-con .switch-theme-con {
  display: inline-block;
  width: 40px;
  height: 100%;
}
.main-header .header-avator-con .message-con {
  display: inline-block;
  width: 30px;
  padding: 18px 0;
  text-align: center;
  cursor: pointer;
}
.main-header .header-avator-con .message-con i {
  vertical-align: middle;
}
.main-header .header-avator-con .change-skin {
  font-size: 14px;
  font-weight: 500;
  padding-right: 5px;
}
.main-header .header-avator-con .switch-theme {
  height: 100%;
}
.main-header .header-avator-con .user-dropdown-menu-con {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 100%;
}
.main-header .header-avator-con .user-dropdown-menu-con .main-user-name {
  display: inline-block;
  width: 80px;
  word-break: keep-all;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.main-header .header-avator-con .user-dropdown-innercon {
  height: 100%;
  padding-right: 14px;
}
.main-header .header-avator-con .full-screen-btn-con {
  display: inline-block;
  width: 30px;
  padding: 18px 0;
  text-align: center;
  cursor: pointer;
}
.main-header .header-avator-con .full-screen-btn-con i {
  vertical-align: middle;
}
.main-header .header-avator-con .lock-screen-btn-con {
  display: inline-block;
  width: 30px;
  padding: 18px 0;
  text-align: center;
  cursor: pointer;
}
.main-header .header-avator-con .lock-screen-btn-con i {
  vertical-align: middle;
}
.main .single-page-con {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: #f0f0f0;
  z-index: 1;
  transition: left 0.3s;
}
.main .single-page-con .single-page {
  margin: 10px;
}
.main-copy {
  text-align: center;
  padding: 10px 0 20px;
  color: #9ea7b4;
}
.taglist-moving-animation-move {
  transition: transform 0.3s;
}
.logo-con {
  padding: 8px;
  text-align: center;
}
.logo-con img {
  height: 44px;
  width: auto;
}
.spin-container {
  display: inline-block;
  width: 200px;
  height: 100px;
  position: relative;
  border: 1px solid #eee;
}
.custom-bread-crumb {
  display: inline-block;
}
.ql-container {
  height: 200px;
}

@font-face {
  font-family: "Alibaba PuHuiTi Medium";
  src: url(/fonts/AlibabaPuHuiTi-3-65-Medium.c8015ba2.ttf);
}
.sys-title[data-v-2b428207] {
  font-family: "Alibaba PuHuiTi Medium";
  font-size: 20px;
  margin-left: 6px;
}
.ivu-layout[data-v-2b428207] {
  height: 100%;
}
.ivu-layout-header[data-v-2b428207] {
  padding: 0 20px;
  height: 64px;
  line-height: 64px;
  background-image: linear-gradient(to right, #002b5c, #001336) !important;
}
.ch2-header[data-v-2b428207] {
  display: flex;
  justify-content: space-between;
}
.ch2-header-left[data-v-2b428207] {
  display: flex;
}
.ivu-breadcrumb[data-v-2b428207] {
  color: #fff;
}
.ivu-breadcrumb[data-v-2b428207] a {
  color: #afb3bc !important;
}


.ch2-breadcrum a {
  color: #afb3bc !important;
}
.ivu-menu-dark {
  /* background-image: linear-gradient(to top, #001336, #002b5c) !important; */
  background: none !important;
}
/* .ivu-btn-primary {
  background-color: #1286ff !important;
  border-color: #1286ff !important;
} */


.ivu-select-dropdown {
  /* max-width: calc(100% - 200px); */
  max-width: 800px;
}
.app-main {
  width: 100%;
  height: 100%;
}
.ivu-icon.ivu-icon-ios-arrow-down.ivu-select-arrow {
  margin-top: 0px;
}
.ivu-select-item.ivu-select-item-selected.ivu-select-item-focus {
  background: #f9f3f3;
}
.ivu-select-item.ivu-select-item-selected,
.ivu-select-item-selected:hover {
  background: #f9f3f3;
}
.c2-box {
  display: inline-block;
  margin: 5px 5px;
}
.c2-table-body {
  margin-top: 10px;
  height: calc(100vh - 265px);
}
.c2-page-body {
  margin: 10px;
  overflow: hidden;
}
.c2-card-height {
  height: calc(100vh);
}
/* .c2-box label {
  font-weight: bold;
} */

