
#app {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.slue {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mn_font {
  text-orientation: sideways-right;
  text-orientation: sideways !important;
  -o-text-orientation: sideways !important;
  -ms-text-orientation: sideways !important;
  -moz-text-orientation: sideways !important;
  -webkit-text-orientation: sideways !important;
  /* text-orientation: inherit!important; */
}
.zh_font {
  text-orientation: sideways-right;
  text-orientation: sideways !important;
  -o-text-orientation: sideways !important;
  -ms-text-orientation: sideways !important;
  -moz-text-orientation: sideways !important;
  -webkit-text-orientation: sideways !important;
}
.ivu-input,
.ivu-select-input,
.ivu-input-number-input {
  display: table-column !important;
}
.mn {
  -webkit-writing-mode: vertical-lr !important;
      -ms-writing-mode: tb-lr !important;
          writing-mode: vertical-lr !important;
}
.mnclear {
  -webkit-writing-mode: horizontal-tb !important;
      -ms-writing-mode: lr-tb !important;
          writing-mode: horizontal-tb !important;
}
.ivu-page-next a,
.ivu-page-prev a {
  display: inline-block;
  font-family: "OrhonChaganTig";
}
/* 正文字体 */
@font-face {
  font-family: "MHR8102";
  src: url(/static/fonts/MHR8102.874de62.ttf);
}
.contentfont {
  font-family: "MHR8102" !important;
}
/* 标题字体 */
@font-face {
  font-family: "MGQ8102";
  src: url(/static/fonts/MGQ8102.60d7fb0.ttf);
}
.titlefont {
  font-family: "MGQ8102" !important;
}
.titlefontsize {
  font-size: 20px;
}
@font-face {
  font-family: "OrhonChaganTig";
  src: url(/static/fonts/OrhonChaganTig.a582852.ttf) format("truetype");
}
@font-face {
  font-family: "OrhonHawangTig";
  src: url(/static/fonts/OrhonHawangTig.4588cfa.ttf) format("truetype");
}
@font-face {
  font-family: "OrhonChaganTig-H";
  src: url(/static/fonts/OrhonChaganTig-H.35a4e27.ttf) format("truetype");
}
@font-face {
  font-family: "OrhonChaganTig-RTL";
  src: url(/static/fonts/OrhonChaganTig-RTL.b5d5026.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OrhonChaganTig-V";
  src: url(/static/fonts/OrhonChaganTig-V.d042174.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OrhonGarchagTig";
  src: url(/static/fonts/OrhonGarchagTig.5a2057a.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OrhonGarchagTig-H";
  src: url(/static/fonts/OrhonGarchagTig-H.a9a5e58.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OrhonGarchagTig-RTL";
  src: url(/static/fonts/OrhonGarchagTig-RTL.de60166.ttf) format("truetype");
}
@font-face {
  font-family: "OrhonGarchagTig-V";
  src: url(/static/fonts/OrhonGarchagTig-V.b43c623.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* 镜像字体 */
@font-face {
  font-family: "MenksoftGarqag_mirror";
  src: url(/static/fonts/MenksoftGarqag_mirror.982cd43.ttf);
}
.imagefont {
  font-family: "MenksoftGarqag_mirror" !important;
}
.textareainput {
  width: 200px;
  height: 100%;
}
.textareainput textarea {
  width: 100% !important;
  height: 100% !important;
}
.aqt_juzhong {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.aqt_lr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* // justify-content: center; */
}
.aqt_tb {
  -ms-flex-align:  center;
  -webkit-box-align:  center;
          align-items:  center;
  -ms-flex-pack:  center;
  display: -ms-flexbox;
  display:  flex;
}
.ivu-select-dropdown .ivu-select-dropdown-list .ivu-select-item {
  white-space: normal !important;
}
/*下拉框的图层*/
.ivu-select .ivu-select-dropdown {
  z-index: 9999999 !important;
}
img {
  -webkit-user-drag: none;
  /* Safari */
  -khtml-user-drag: none;
  /* Konqueror */
  -moz-user-drag: none;
  /* Firefox */
  -o-user-drag: none;
  /* Opera */
  user-drag: none;
  /* 其他浏览器 */
}
/*修改输入框里占位符的样式*/
::-webkit-input-placeholder {
  margin-right: 5px !important;
  position: absolute !important;
  width: 20px !important;
  left: 9px !important;
}
::-moz-placeholder {
  margin-right: 5px !important;
  position: absolute !important;
  width: 20px !important;
  left: 9px !important;
}
::-ms-input-placeholder {
  margin-right: 5px !important;
  position: absolute !important;
  width: 20px !important;
  left: 9px !important;
}
::placeholder {
  margin-right: 5px !important;
  position: absolute !important;
  width: 20px !important;
  left: 9px !important;
}
/*button的样式*/
.ivu-btn {
  /*display: inline!important;*/
  -webkit-writing-mode: horizontal-tb !important;
      -ms-writing-mode: lr-tb !important;
          writing-mode: horizontal-tb !important;
}
/*全局进度的样式-正在路由加载中*/
.ivu-loading-bar {
  height: 10px !important;
  background: #888888 !important;
}
.ivu-loading-bar-inner-color-primary {
  height: 10px !important;
  text-align: end !important;
  line-height: 8px !important;
}
.ivu-loading-bar-inner-color-primary::after {
  content: "\6B63\5728\8DEF\7531\52A0\8F7D...";
  color: #ffffff !important;
  font-size: 8px !important;
  letter-spacing: 2px !important;
}
/* 上下左右剧中 */
.aqt_ce_ve {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
}
/*文字提示*/
.ivu-tooltip-popper {
  max-height: 50% !important;
}
/*表格公共样式*/
.ivu-table-cell {
  padding: 5px 0 !important;
  /*word-wrap: break-word!important;*/
  word-break: break-word !important;
}
.ivu-table-wrapper {
  height: 98% !important;
}
.ivu-select-multiple .ivu-tag {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  word-break: break-word !important;
}
.ivu-select-multiple .ivu-tag .ivu-icon-ios-close {
  left: 2px !important;
}

#lay-content[data-v-944ac732] {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(/static/img/login-bg.b04e536.png);
  background-size: cover;
  background-position: center;
}

.lay-header {
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.lay-header-logo {
  width: auto;
  padding: 8px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  cursor: pointer;
}
.lay-header-user {
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
}
.lay-header-user .spam {
  height: 100%;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.lay-header-user .username {
  margin-left: 10px;
  color: #fff;
}
.lay-header-user .ivu-dropdown {
  height: 100%;
}
.lay-header-user .ivu-dropdown .ivu-dropdown-rel {
  height: 100%;
}
.lay-header-user .keyborder_class {
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lay-header-user .keyborder_class i {
  color: #ffffff;
  font-size: 25px;
  cursor: pointer;
  line-height: 50px;
}

#lay-body[data-v-2c65faf7] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50px;
}
#lay-body .lay-body-content[data-v-2c65faf7] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 104px;
  background-color: #fff;
}

#lay-menu[data-v-6c8b34b3] {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
#lay-menu .lay-menu-list[data-v-6c8b34b3] {
  width: 60px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #fff;
}

.lay-menu-item {
  width: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lay-menu-item:hover {
  color: #2d8cf0;
}

#lay-tabs[data-v-e6117f76] {
  width: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  background-color: #f00;
}
#lay-tabs .lay-tabs-list[data-v-e6117f76] {
  overflow: hidden;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  right: 0;
  background-color: #F0F0F0;
}
#lay-tabs .lay-tabs-list-body[data-v-e6117f76] {
  display: inline-block;
  padding: 1px 4px 0;
  position: absolute;
  overflow: visible;
  white-space: nowrap;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
#lay-tabs .nextLeft[data-v-e6117f76] {
  height: 30px;
  width: 44px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
#lay-tabs .nextRight[data-v-e6117f76] {
  height: 30px;
  width: 44px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
#lay-tabs[data-v-e6117f76]::before {
  content: '';
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e8eaec;
  z-index: 1;
}

#newOperationMn .file_box[data-v-50b110c6] {
  height: 100%;
  margin-right: 5px;
  position: relative;
  padding-bottom: 5px;
}
#newOperationMn .file_box .av_box[data-v-50b110c6] {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#newOperationMn .file_box .av_box p[data-v-50b110c6] {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#newOperationMn .file_box .av_box i[data-v-50b110c6] {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#newOperationMn .file_box .img_box[data-v-50b110c6] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#newOperationMn .file_box .img_box .img_item[data-v-50b110c6] {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#newOperationMn .file_box .img_box .img_item img[data-v-50b110c6] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#newOperationMn .file_box .img_box .img_item i[data-v-50b110c6] {
  font-size: 20px;
  color: #888888;
  position: absolute;
  right: -15px;
  top: -10px;
  cursor: pointer;
}

#newOperationMn .ivu-col-span-24 {
  width: auto!important;
  height: 100% !important;
}
#newOperationMn .ivu-col-span-12 {
  width: auto!important;
  height: 50% !important;
}
#newOperationMn .ivu-form .ivu-form-item-label {
  text-align: right!important;
}
#newOperationMn .ivu-select-multiple .ivu-select-input {
  width: 34px!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
#newOperationMn .ivu-input-group-append .ivu-btn,
#newOperationMn .ivu-input-group-prepend .ivu-btn {
  border-color: none!important;
  border: 1px solid #dcdee2 !important;
  background-color: #f8f8f9 !important;
}
#newOperationMn .ivu-input-group-append,
#newOperationMn .ivu-input-group-prepend {
  border: none!important;
  background-color: none!important;
}
#newOperationMn .ivu-select-dropdown {
  height: 100% !important;
}

.top[data-v-2b0ea066] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-2b0ea066]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
#qrCodeUrlIdMnRk[data-v-2b0ea066] {
  display: none;
}
.rotate_no[data-v-2b0ea066] {
  -webkit-transform: rotate(0deg) scale(1, -1);
  transform: rotate(0deg) scale(1, -1);
}
.xz[data-v-2b0ea066] {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.multi-line-ellipsis[data-v-2b0ea066] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.multi-line-dan[data-v-2b0ea066] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print {
canvas[data-v-2b0ea066] {
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated;
    /* 保持像素风格 */
}
#qrCodeUrlIdMnRk[data-v-2b0ea066] {
    display: initial;
}
}

.culture-check {
  border: 1px solid #dcdee2;
  position: relative;
}
.culture-check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item:first-child {
  border: none;
}
.culture-check-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title {
  height: 100px;
  overflow-x: auto;
}

#newOperLibr .ivu-col-span-24 {
  width: auto!important;
  height: 100% !important;
}
#newOperLibr .ivu-col-span-12 {
  width: auto!important;
  height: 50% !important;
}
#newOperLibr .ivu-form .ivu-form-item-label {
  text-align: right!important;
}
#newOperLibr .ivu-select-multiple .ivu-select-input {
  width: 34px!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
#newOperLibr .ivu-input-group-append .ivu-btn,
#newOperLibr .ivu-input-group-prepend .ivu-btn {
  border-color: none!important;
  border: 1px solid #dcdee2 !important;
  background-color: #f8f8f9 !important;
}
#newOperLibr .ivu-input-group-append,
#newOperLibr .ivu-input-group-prepend {
  border: none!important;
  background-color: none!important;
}

#SelectTree_mn .ivu-tree-arrow {
  padding: 0!important;
}

#panelhearder .ivu-collapse-header {
  height: 100% !important;
  border-right: 1px solid #dcdee2 !important;
  border-bottom: none !important;
}
#panelhearder .ivu-table-cell {
  padding: 5px 0;
}
#panelhearder .ivu-collapse-content .ivu-collapse-content-box {
  padding-top: 5px;
  padding-bottom: 5px;
}

.quick_button[data-v-342994aa] {
  position: fixed;
  right: 20px;
  bottom: 70px;
  display: none;
}

.top[data-v-58941a1b] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-58941a1b]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
.tablediv[data-v-58941a1b] {
  height: 100%;
}
.tablediv thead th[data-v-58941a1b] {
  padding: 5px 20px;
  background-color: #f8f8f9;
  font-weight: 400;
  color: #515a6e;
  border: 1px solid #e8eaec;
}
.tablediv tbody tr td[data-v-58941a1b] {
  padding: 5px 20px;
  border-top: 1px solid #e8eaec;
  border-right: 1px solid #e8eaec;
}

#UploadSelectDes[data-v-3c3e0082] {
  width: 100%;
  height: 100%;
}
#UploadSelectDes .upBox[data-v-3c3e0082] {
  max-width: 130px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}
#UploadSelectDes .fileBox[data-v-3c3e0082] {
  width: calc(100% - 190px);
  height: 100%;
  overflow-x: auto;
}
#UploadSelectDes .fileBox .imgFile[data-v-3c3e0082] {
  height: 100%;
  padding: 20px 10px;
  border: 1px solid #dcdee2;
  margin-right: 5px;
  position: relative;
}
#UploadSelectDes .fileBox .imgFile .imgBox[data-v-3c3e0082] {
  width: 100%;
  height: 120px;
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#UploadSelectDes .fileBox .imgFile .imgBox img[data-v-3c3e0082] {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#UploadSelectDes .fileBox .imgFile .imgConten[data-v-3c3e0082] {
  width: 100%;
  height: calc(100% - 120px);
}
#UploadSelectDes .fileBox .imgFile .aorvBox[data-v-3c3e0082] {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#UploadSelectDes .fileBox .imgFile .aorvBox p[data-v-3c3e0082] {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#UploadSelectDes .fileBox .imgFile i[data-v-3c3e0082] {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
#UploadSelectDes .Submitbutton[data-v-3c3e0082] {
  width: 50px;
  height: 100%;
  padding-left: 8px;
}

#NewOldOperationMn .file_box[data-v-6d4df8eb] {
  height: 100%;
  margin-right: 5px;
  position: relative;
  padding-bottom: 5px;
}
#NewOldOperationMn .file_box .av_box[data-v-6d4df8eb] {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#NewOldOperationMn .file_box .av_box p[data-v-6d4df8eb] {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#NewOldOperationMn .file_box .av_box i[data-v-6d4df8eb] {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#NewOldOperationMn .file_box .img_box[data-v-6d4df8eb] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#NewOldOperationMn .file_box .img_box .img_item[data-v-6d4df8eb] {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#NewOldOperationMn .file_box .img_box .img_item img[data-v-6d4df8eb] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#NewOldOperationMn .file_box .img_box .img_item i[data-v-6d4df8eb] {
  font-size: 20px;
  color: #888888;
  position: absolute;
  right: -15px;
  top: -10px;
  cursor: pointer;
}
.quick_button[data-v-6d4df8eb] {
  position: fixed;
  right: 20px;
  bottom: 70px;
  display: none;
}

#newOperationSelfMn .file_box[data-v-69eb6b6e] {
  height: 100%;
  margin-right: 5px;
  position: relative;
  padding-bottom: 5px;
}
#newOperationSelfMn .file_box .av_box[data-v-69eb6b6e] {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#newOperationSelfMn .file_box .av_box p[data-v-69eb6b6e] {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#newOperationSelfMn .file_box .av_box i[data-v-69eb6b6e] {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#newOperationSelfMn .file_box .img_box[data-v-69eb6b6e] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#newOperationSelfMn .file_box .img_box .img_item[data-v-69eb6b6e] {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#newOperationSelfMn .file_box .img_box .img_item img[data-v-69eb6b6e] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#newOperationSelfMn .file_box .img_box .img_item i[data-v-69eb6b6e] {
  font-size: 20px;
  color: #888888;
  position: absolute;
  right: -15px;
  top: -10px;
  cursor: pointer;
}

#newOperationSelfMn .ivu-col-span-24 {
  width: auto!important;
  height: 100% !important;
}
#newOperationSelfMn .ivu-col-span-12 {
  width: auto!important;
  height: 50% !important;
}
#newOperationSelfMn .ivu-form .ivu-form-item-label {
  text-align: right!important;
}
#newOperationSelfMn .ivu-select-multiple .ivu-select-input {
  width: 34px!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
#newOperationSelfMn .ivu-input-group-append .ivu-btn,
#newOperationSelfMn .ivu-input-group-prepend .ivu-btn {
  border-color: none!important;
  border: 1px solid #dcdee2 !important;
  background-color: #f8f8f9 !important;
}
#newOperationSelfMn .ivu-input-group-append,
#newOperationSelfMn .ivu-input-group-prepend {
  border: none!important;
  background-color: none!important;
}

.quick_button[data-v-059c6ba2] {
  position: fixed;
  right: 20px;
  bottom: 70px;
  display: none;
}
#oldOperationSelfMn .file_box[data-v-059c6ba2] {
  height: 100%;
  margin-right: 5px;
  position: relative;
  padding-bottom: 5px;
}
#oldOperationSelfMn .file_box .av_box[data-v-059c6ba2] {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#oldOperationSelfMn .file_box .av_box p[data-v-059c6ba2] {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#oldOperationSelfMn .file_box .av_box i[data-v-059c6ba2] {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#oldOperationSelfMn .file_box .img_box[data-v-059c6ba2] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#oldOperationSelfMn .file_box .img_box .img_item[data-v-059c6ba2] {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#oldOperationSelfMn .file_box .img_box .img_item img[data-v-059c6ba2] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#oldOperationSelfMn .file_box .img_box .img_item i[data-v-059c6ba2] {
  font-size: 20px;
  color: #888888;
  position: absolute;
  right: -15px;
  top: -10px;
  cursor: pointer;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
#qrCodeUrlIdMnAll {
  display: none;
}
.rotate_no {
  -webkit-transform: rotate(0deg) scale(1, -1);
  transform: rotate(0deg) scale(1, -1);
}
.xz {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.multi-line-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.multi-line-dan {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print {
canvas {
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated;
    /* 保持像素风格 */
}
#qrCodeUrlIdMnAll {
    display: initial;
}
}

.culture-check[data-v-d0933aa8] {
  border: 1px solid #dcdee2;
  position: relative;
}
.culture-check-item[data-v-d0933aa8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-d0933aa8]:first-child {
  border: none;
}
.culture-check-left[data-v-d0933aa8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-d0933aa8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title[data-v-d0933aa8] {
  height: 100px;
  overflow-x: auto;
}

#SearchCondition {
  max-width: 100vh;
  height: 300px;
}
#SearchCondition .su {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
#SearchCondition .nosu {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
#SearchCondition .hh {
  height: 100%;
  margin-right: 10px;
}
#SearchCondition .hh .ivu-select-input {
  line-height: 0px!important;
}
#SearchCondition .ww {
  width: 100%;
}

.top[data-v-370b4b37] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-370b4b37]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.title {
  padding: 5px 0;
  font-size: 20px;
}

.top[data-v-f29d4dfc] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-f29d4dfc]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#TableOfContentsOperation .file_box[data-v-2d7ed3dc] {
  height: 100%;
  margin-right: 5px;
  position: relative;
  padding-bottom: 5px;
}
#TableOfContentsOperation .file_box .av_box[data-v-2d7ed3dc] {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#TableOfContentsOperation .file_box .av_box p[data-v-2d7ed3dc] {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#TableOfContentsOperation .file_box .av_box i[data-v-2d7ed3dc] {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#TableOfContentsOperation .file_box .img_box[data-v-2d7ed3dc] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#TableOfContentsOperation .file_box .img_box .img_item[data-v-2d7ed3dc] {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#TableOfContentsOperation .file_box .img_box .img_item img[data-v-2d7ed3dc] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#TableOfContentsOperation .file_box .img_box .img_item i[data-v-2d7ed3dc] {
  font-size: 20px;
  color: #888888;
  position: absolute;
  right: -15px;
  top: -10px;
  cursor: pointer;
}

#Selectdiv .ivu-select-dropdown {
  height: 100% !important;
}

.tablediv td.ivu-table-expanded-cell {
  padding: 20px 10px !important;
}
.tablediv td .ivu-table-cell {
  padding: 6px 0 !important;
}
#Selectdiv .ivu-select-dropdown {
  height: 100%;
}
.ImgCarousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.ImgCarousel .icon_left {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 40%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  z-index: 99;
}
.ImgCarousel .icon_left i {
  font-size: 20px;
}
.ImgCarousel .icon_right {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 40%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px 0 0 50px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  z-index: 99;
}
.ImgCarousel .icon_right i {
  font-size: 20px;
}
.ImgCarousel .imgboxs {
  border: 1px solid #dcdee2;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.ImgCarousel .imgboxs img {
  position: absolute;
  height: 100%;
  width: auto;
  cursor: move;
  border: 1px solid #dcdee2;
}
.ImgCarousel .img_tsg {
  width: 100%;
  height: 100%;
}
.ImgCarousel .opint {
  width: 100%;
  height: 50px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ImgCarousel .opint p {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdee2;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
  margin-right: 10px;
}
.ImgCarousel .imglist_box {
  width: 100%;
  height: 100px;
  border: 1px solid #dcdee2;
  overflow-x: auto;
  padding: 8px 0;
}
.ImgCarousel .imglist_box img {
  width: 65px;
  height: 100%;
  margin-right: 8px;
  cursor: pointer;
}

.culture-check[data-v-c466487c] {
  border: 1px solid #dcdee2;
  position: relative;
}
.culture-check-item[data-v-c466487c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-c466487c]:first-child {
  border: none;
}
.culture-check-left[data-v-c466487c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-c466487c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title[data-v-c466487c] {
  height: 100px;
  overflow-x: auto;
}

.top[data-v-15ed27e9] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-15ed27e9]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.culture-check[data-v-5efdf9d2] {
  border: 1px solid #dcdee2;
  position: relative;
}
.culture-check-item[data-v-5efdf9d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-5efdf9d2]:first-child {
  border: none;
}
.culture-check-left[data-v-5efdf9d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-5efdf9d2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title[data-v-5efdf9d2] {
  height: 100px;
  overflow-x: auto;
}

.top[data-v-112a702e] {
  height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-112a702e]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.culture-check[data-v-75e7b952] {
  border: 1px solid #dcdee2;
  position: relative;
}
.culture-check-item[data-v-75e7b952] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-75e7b952]:first-child {
  border: none;
}
.culture-check-left[data-v-75e7b952] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-75e7b952] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title[data-v-75e7b952] {
  height: 100px;
  overflow-x: auto;
}

.top[data-v-6e50a856] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-6e50a856]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.texteinput textarea.ivu-input {
  font-size: 26px;
}

.top[data-v-f6f3a980] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-f6f3a980]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#divmodelb .ivu-modal-wrap .ivu-modal .ivu-modal-content {
  height: 100%;
}

.top[data-v-575cdf50] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-575cdf50]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-3dec4488] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-3dec4488]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.culture-check[data-v-6081f14a] {
  border: 1px solid #dcdee2;
  position: relative;
}
.culture-check-item[data-v-6081f14a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-6081f14a]:first-child {
  border: none;
}
.culture-check-left[data-v-6081f14a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-6081f14a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title[data-v-6081f14a] {
  height: 100px;
  overflow-x: auto;
}
.culture-check .image-container[data-v-6081f14a] {
  width: 120px;
  height: 190px;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check .image-container img[data-v-6081f14a] {
  width: 100%;
  /* 或者其他尺寸 */
  height: 100%;
}
.culture-check .image-container .text[data-v-6081f14a] {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 22px;
  /* 文字大小 */
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

#DigitalTraceability[data-v-bb00aea2] {
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  font-family: sans-serif !important;
}
#DigitalTraceability .DigitalTraceability[data-v-bb00aea2] {
  width: 100%;
  height: 100%;
  overflow: auto;
}
#DigitalTraceability .DigitalTraceability .time[data-v-bb00aea2] {
  font-size: 18px;
  font-weight: bold;
}
#DigitalTraceability .DigitalTraceability .content[data-v-bb00aea2] {
  padding-left: 5px;
}
#DigitalTraceability .DigitalTraceability .header_title[data-v-bb00aea2] {
  font-size: 14px;
  color: #000000;
}
#DigitalTraceability .DigitalTraceability .table-tra-height[data-v-bb00aea2] {
  width: 100%;
  border-collapse: collapse;
}
#DigitalTraceability .DigitalTraceability .table-tra-height th[data-v-bb00aea2],
#DigitalTraceability .DigitalTraceability .table-tra-height td[data-v-bb00aea2] {
  width: calc(100% / 6);
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 14px;
  text-align: center;
}
#DigitalTraceability .DigitalTraceability .nodata[data-v-bb00aea2] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#DigitalTraceability .ivu-timeline-item-tail {
  width: auto !important;
  border-top: 0px!important;
  border-left: 1px solid #e8eaec !important;
  left: 6px!important;
  top: 0!important;
  height: 100% !important;
}
#DigitalTraceability .ivu-timeline-item-content {
  padding: 1px 1px 10px 24px!important;
  top: -3px !important;
}

.culture-check[data-v-683c3984] {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  overflow-y: auto;
}
.culture-check table[data-v-683c3984] {
  padding: 0;
  margin: 0;
}
.culture-check table tr[data-v-683c3984] {
  height: 200px;
}
.culture-check table tr .div[data-v-683c3984] {
  min-width: 36px;
  height: 200px;
}
.culture-check table tr .div tr[data-v-683c3984] {
  height: auto;
}
.culture-check table tr .div tr th[data-v-683c3984],
.culture-check table tr .div tr td[data-v-683c3984] {
  padding: 5px;
}
.culture-check table tr .div tr th .childdiv[data-v-683c3984],
.culture-check table tr .div tr td .childdiv[data-v-683c3984] {
  height: 100px;
}
.culture-check table tr .divbut[data-v-683c3984] {
  height: 130px;
}
.culture-check table tr .but[data-v-683c3984] {
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.culture-check table tr .but .bb[data-v-683c3984] {
  margin: 0 5px;
}
.culture-check table tr td .butop[data-v-683c3984] {
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.culture-check table tr td .butop .divdel[data-v-683c3984] {
  margin: 0 5px;
}
.culture-check table tr td img[data-v-683c3984] {
  display: block;
}

.top[data-v-1335b109] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-1335b109]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#borrdatadiv {
  height: 100%;
}
#borrdatadiv .linecolor {
  background-color: #808695;
  color: #ffffff;
  border-radius: 2px;
}

#SearchConditiondiv {
  max-width: 100vh;
  height: 300px;
  overflow-x: auto;
}
#SearchConditiondiv .su {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
#SearchConditiondiv .nosu {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
#SearchConditiondiv .hh {
  height: 100%;
  margin-right: 10px;
}
#SearchConditiondiv .hh .ivu-select-input {
  line-height: 0px!important;
}
#SearchConditiondiv .ww {
  width: 100%;
}

.aqt-drawer-box {
  overflow: hidden!important;
}
.aqt-drawer-box .ivu-drawer-inner {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.aqt-drawer-box .aqt-drawer {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.aqt-drawer-box .drawer-header {
  width: 25px;
  height: auto;
  color: #17233d;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 65px;
}
.aqt-drawer-box .drawer-header .closable {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.aqt-drawer-box .drawer-header .telescopic {
  position: absolute;
  left: 0;
  top: 30px;
  cursor: pointer;
}
.aqt-drawer-box .drawer-header .operation {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aqt-table {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.aqt-table-operation {
  width: 40px;
  height: 100%;
  position: relative;
  border-right: 1px solid #e8eaec;
}
.aqt-table-operation .operation-left {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.aqt-table-operation .operation-left span {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}
.aqt-table-operation .operation-right {
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aqt-table-operation .operation-right span {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-top: 10px;
}
.aqt-table-content {
  width: calc(100% - 60px);
  overflow: hidden;
  margin: 10px;
  position: relative;
}
.aqt-table-content .table-data {
  overflow-x: auto;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aqt-table-content .page-data {
  width: 42px;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border-top: 1px solid #e8eaec;
}
.aqt-table-content .page-data .page {
  padding-left: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.aqt-table-content .page-data .page-total {
  width: 100%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aqt-table-content .page-data .page_tests i:after {
  text-orientation: upright;
}
.aqt-table .lay-menu-list {
  width: 40px;
  height: auto;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.aqt-table .ivu-radio-inner {
  width: 14px!important;
  display: inline-block !important;
  margin-bottom: 0px!important;
}
.aqt-table .ivu-radio {
  display: inline-block !important;
  width: auto!important;
}

#AqtUeditor {
  height: calc(100vh - 258px);
}
#AqtUeditor .AqtUeditor {
  width: 700px;
  height: 100%;
}
#AqtUeditor .AqtUeditor .edui-default .edui-editor {
  height: calc(100vh - 260px) !important;
}
#AqtUeditor .AqtUeditor .edui-default .edui-editor .edui-editor-iframeholder {
  height: calc(100% - 115px) !important;
}

.AqtUploadImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.AqtUploadImg .demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
  margin-bottom: 4px;
}
.AqtUploadImg .demo-upload-list img {
  width: 100%;
  height: 100%;
  display: block;
}
.AqtUploadImg .demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.AqtUploadImg .demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.AqtUploadImg .demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.AqtUploadImgEncryOSS .demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 4px;
  margin-right: 4px;
}
.AqtUploadImgEncryOSS .demo-upload-list img {
  width: 100%;
  height: 100%;
  display: block;
}
.AqtUploadImgEncryOSS .demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.AqtUploadImgEncryOSS .demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.AqtUploadImgEncryOSS .demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.AqtUploadImgEncryOSS .app-container {
  background: #ffffff;
  height: 100%;
}
.AqtUploadImgEncryOSS .app-container .dargBtn-lock {
  margin: 0px 50px;
  color: #2ea9df;
}
.AqtUploadImgEncryOSS .app-container .projset-content {
  list-style-type: none;
  position: relative;
}
.AqtUploadImgEncryOSS .app-container .projset-content li {
  position: relative;
  display: inline-block;
  margin: 10px;
  width: 141px;
  height: 100px;
}
.AqtUploadImgEncryOSS .app-container .projset-content img {
  width: 141px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.AqtUploadImgEncryOSS .app-container .projset-content span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AqtUploadImgEncryOSS .app-container .projset-content .dargBtn {
  position: absolute;
  line-height: 100px;
  text-align: center;
  width: 141px;
  height: 100px;
  display: none;
  color: white;
  background: rgba(101, 101, 101, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.AqtUploadImgEncryOSS .app-container .projset-content .draggable {
  cursor: pointer;
  width: 141px;
  height: 100px;
}
.AqtUploadImgEncryOSS .app-container .projset-content .draggable:hover .dargBtn {
  display: block;
}

.AqtUploadImgOSS .demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 4px;
  margin-right: 4px;
}
.AqtUploadImgOSS .demo-upload-list img {
  width: 100%;
  height: 100%;
  display: block;
}
.AqtUploadImgOSS .demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.AqtUploadImgOSS .demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.AqtUploadImgOSS .demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.AqtUploadImgOSS .app-container {
  background: #ffffff;
  height: 100%;
}
.AqtUploadImgOSS .app-container .dargBtn-lock {
  margin: 0px 50px;
  color: #2ea9df;
}
.AqtUploadImgOSS .app-container .projset-content {
  list-style-type: none;
  position: relative;
}
.AqtUploadImgOSS .app-container .projset-content li {
  position: relative;
  display: inline-block;
  margin: 10px;
  width: 141px;
  height: 100px;
}
.AqtUploadImgOSS .app-container .projset-content img {
  width: 141px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.AqtUploadImgOSS .app-container .projset-content span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AqtUploadImgOSS .app-container .projset-content .dargBtn {
  position: absolute;
  line-height: 100px;
  text-align: center;
  width: 141px;
  height: 100px;
  display: none;
  color: white;
  background: rgba(101, 101, 101, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.AqtUploadImgOSS .app-container .projset-content .draggable {
  cursor: pointer;
  width: 141px;
  height: 100px;
}
.AqtUploadImgOSS .app-container .projset-content .draggable:hover .dargBtn {
  display: block;
}

.zh-editors iframe {
  height: 65vh !important;
}

.mn-editors iframe {
  height: 65vh !important;
}

#Aqt_Recording {
  width: 520px;
  height: 520px;
  background-color: #ffffff;
  position: absolute;
  z-index: 99999;
  -webkit-box-shadow: #888888 1px 1px 6px;
          box-shadow: #888888 1px 1px 6px;
}
#Aqt_Recording .closeWin {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 10px;
  border: 1px solid #dcdee2;
}
#Aqt_Recording .closeWin p {
  width: calc(100% - 60px);
  height: 100%;
  font-size: 16px;
  color: #888888;
  text-align: center;
  line-height: 40px;
}
#Aqt_Recording .closeWin i {
  width: 30px;
  font-size: 18px;
  color: #5f5f5f;
  line-height: 40px;
  text-align: right;
}
#Aqt_Recording .content_box {
  width: 100%;
  overflow-x: auto;
  padding: 10px;
}
#Aqt_Recording .content_box .shibieBox {
  width: 100%;
  height: 100%;
  border: 1px solid #dcdee2;
  border-radius: 10px;
  padding: 10px;
}
#Aqt_Recording .content_box .shibieBox .radioBox {
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Aqt_Recording .content_box .shibieBox .whole_fenjie {
  width: calc(100% - 40px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Aqt_Recording .content_box .shibieBox .whole_fenjie .inputBox {
  width: 100%;
  height: calc(100% - 60px);
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#Aqt_Recording .content_box .shibieBox .whole_fenjie .inputBox .inputs_ {
  width: calc(calc(100% - 50px) / 2);
  height: 100%;
  overflow-x: auto;
  margin-right: 5px;
}
#Aqt_Recording .content_box .shibieBox .whole_fenjie .inputBox .inputs_ .input_item {
  width: auto;
  height: 100%;
  border: 1px solid #dcdee2;
  padding: 8px 5px;
  border-radius: 8px;
  margin-left: 5px;
}
#Aqt_Recording .content_box .shibieBox .whole_fenjie .inputBox .inputs_ .input_item span {
  font-size: 18px;
  color: #888888;
}
#Aqt_Recording .content_box .shibieBox .whole_fenjie .inputBox .inputs_ .input_item p {
  min-width: 30px;
  height: 100%;
  font-size: 22px;
  color: #333333;
}
#Aqt_Recording .content_box .shibieBox .whole_fenjie .audio_shibie {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Aqt_Recording .content_box .shibieBox .whole_fenjie .audio_shibie .buttom_ {
  height: 34px;
  line-height: 27px;
  padding: 2px 7px;
  font-size: 16px;
  border-radius: 3px;
  color: #fff;
  background-color: #2db7f5;
  border-color: #2db7f5;
  cursor: pointer;
}
#Aqt_Recording .content_box .audio_recorder_box {
  width: calc(100% - 90px);
  height: 100%;
}

#Aqt_Recording textarea.ivu-input {
  width: 100% !important;
  height: 100% !important;
  caret-color: #333 !important;
  /* 强制显示光标 */
  pointer-events: auto !important;
  /* 恢复点击 */
}

.audio-recorder[data-v-ecb9a8aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 0;
}
.record-animation[data-v-ecb9a8aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
.wave[data-v-ecb9a8aa] {
  width: 8px;
  height: 15px;
  margin: 0 2px;
  background: #999;
  border-radius: 2px;
}
.recording .wave[data-v-ecb9a8aa] {
  background: #19be6b;
  -webkit-animation: wave-data-v-ecb9a8aa 1s infinite ease-in-out;
          animation: wave-data-v-ecb9a8aa 1s infinite ease-in-out;
}
.recording .wave[data-v-ecb9a8aa]:nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s;
}
.recording .wave[data-v-ecb9a8aa]:nth-child(2) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s;
}
.recording .wave[data-v-ecb9a8aa]:nth-child(3) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s;
}
@-webkit-keyframes wave-data-v-ecb9a8aa {
0% { height: 10px;
}
50% { height: 35px;
}
100% { height: 10px;
}
}
@keyframes wave-data-v-ecb9a8aa {
0% { height: 10px;
}
50% { height: 35px;
}
100% { height: 10px;
}
}
.tip[data-v-ecb9a8aa] { margin:0 5px; font-size: 14px;
}
.time[data-v-ecb9a8aa] { font-size: 28px; color: #888888; margin-bottom: 6px;
}
.btn-box[data-v-ecb9a8aa]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Aqt_key_Board[data-v-6d4b8763] {
  width: 520px;
  height: 520px;
  background-color: #ffffff;
  position: absolute;
  z-index: 99999;
  padding: 0 10px 10px 0px;
  -webkit-box-shadow: #888888 1px 1px 6px;
          box-shadow: #888888 1px 1px 6px;
  cursor: pointer;
}
#Aqt_key_Board .closeKey[data-v-6d4b8763] {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 10px;
}
#Aqt_key_Board .closeKey p[data-v-6d4b8763] {
  width: calc(100% - 60px);
  height: 100%;
  font-size: 16px;
  color: #888888;
  text-align: center;
  line-height: 40px;
}
#Aqt_key_Board .closeKey i[data-v-6d4b8763] {
  width: 30px;
  font-size: 18px;
  color: #5f5f5f;
  line-height: 40px;
  text-align: right;
}
#Aqt_key_Board .content_box[data-v-6d4b8763] {
  width: 100%;
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Aqt_key_Board .content_box .class_key[data-v-6d4b8763] {
  width: 90px;
  height: 100%;
  padding: 0 8px;
}
#Aqt_key_Board .content_box .class_key .class_item[data-v-6d4b8763] {
  width: 100%;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #333333;
}
#Aqt_key_Board .content_box .key_box[data-v-6d4b8763] {
  width: calc(100% - 90px);
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#Aqt_key_Board .content_box .key_box .key_item[data-v-6d4b8763] {
  width: calc(100% / 10);
  height: calc(100% / 10);
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  border: 1px solid #e9eaec;
}
#Aqt_key_Board .content_box .key_box .key_item[data-v-6d4b8763]:hover {
  background: orangered;
  color: #ffffff;
}

#FastPostion[data-v-6948de66] {
  padding: 5px;
  position: fixed;
  left: 100px;
  top: 180px;
  z-index: 99;
}

.FilePreview .dis {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.FilePreview .button {
  margin: 0 5px;
}
.FilePreview .modal {
  width: 700px;
}
.vue-office-docx{height:100%;overflow-y:auto}.vue-office-docx .docx-wrapper>section.docx{margin-bottom:5px}@media screen and (max-width: 800px){.vue-office-docx .docx-wrapper{padding:10px}.vue-office-docx .docx-wrapper>section.docx{padding:10px!important;width:100%!important}}
body {
  margin: 0;
}
.x-spreadsheet {
  font-size: 13px;
  line-height: normal;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-user-select: none;
  font-family: 'Lato', 'Source Sans Pro', Roboto, Helvetica, Arial, sans-serif;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.x-spreadsheet textarea {
  font: 400 13px Arial, 'Lato', 'Source Sans Pro', Roboto, Helvetica, sans-serif;
}
.x-spreadsheet-sheet {
  position: relative;
  overflow: hidden;
}
.x-spreadsheet-table {
  vertical-align: bottom;
}
.x-spreadsheet-tooltip {
  font-family: inherit;
  position: absolute;
  padding: 5px 10px;
  color: #fff;
  border-radius: 1px;
  background: #000000;
  font-size: 12px;
  z-index: 201;
}
.x-spreadsheet-tooltip:before {
  pointer-events: none;
  position: absolute;
  left: calc(50% - 4px);
  top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  background: inherit;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.3);
}
.x-spreadsheet-color-palette {
  padding: 5px;
}
.x-spreadsheet-color-palette table {
  margin: 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 2;
  background: #fff;
}
.x-spreadsheet-color-palette table td {
  margin: 0;
  cursor: pointer;
  border: 1px solid transparent;
}
.x-spreadsheet-color-palette table td:hover {
  border-color: #ddd;
}
.x-spreadsheet-color-palette table td .x-spreadsheet-color-palette-cell {
  width: 16px;
  height: 16px;
}
.x-spreadsheet-border-palette {
  padding: 6px;
}
.x-spreadsheet-border-palette table {
  margin: 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  table-layout: fixed;
}
.x-spreadsheet-border-palette table td {
  margin: 0;
}
.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left {
  border-right: 1px solid #eee;
  padding-right: 6px;
}
.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left .x-spreadsheet-border-palette-cell {
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}
.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left .x-spreadsheet-border-palette-cell:hover {
  background-color: #eee;
}
.x-spreadsheet-border-palette .x-spreadsheet-border-palette-right {
  padding-left: 6px;
}
.x-spreadsheet-border-palette .x-spreadsheet-border-palette-right .x-spreadsheet-line-type {
  position: relative;
  left: 0;
  top: -3px;
}
.x-spreadsheet-dropdown {
  position: relative;
}
.x-spreadsheet-dropdown .x-spreadsheet-dropdown-content {
  position: absolute;
  z-index: 200;
  background: #fff;
  -webkit-box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, 0.15);
          box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, 0.15);
}
.x-spreadsheet-dropdown.bottom-left .x-spreadsheet-dropdown-content {
  top: calc(100% + 5px);
  left: 0;
}
.x-spreadsheet-dropdown.bottom-right .x-spreadsheet-dropdown-content {
  top: calc(100% + 5px);
  right: 0;
}
.x-spreadsheet-dropdown.top-left .x-spreadsheet-dropdown-content {
  bottom: calc(100% + 5px);
  left: 0;
}
.x-spreadsheet-dropdown.top-right .x-spreadsheet-dropdown-content {
  bottom: calc(100% + 5px);
  right: 0;
}
.x-spreadsheet-dropdown .x-spreadsheet-dropdown-title {
  padding: 0 5px;
  display: inline-block;
}
/* resizer **/
.x-spreadsheet-resizer {
  position: absolute;
  z-index: 11;
}
.x-spreadsheet-resizer .x-spreadsheet-resizer-hover {
  background-color: rgba(75, 137, 255, 0.25);
}
.x-spreadsheet-resizer .x-spreadsheet-resizer-line {
  position: absolute;
}
.x-spreadsheet-resizer.horizontal {
  cursor: row-resize;
}
.x-spreadsheet-resizer.horizontal .x-spreadsheet-resizer-line {
  border-bottom: 2px dashed #4b89ff;
  left: 0;
  bottom: 0;
}
.x-spreadsheet-resizer.vertical {
  cursor: col-resize;
}
.x-spreadsheet-resizer.vertical .x-spreadsheet-resizer-line {
  border-right: 2px dashed #4b89ff;
  top: 0;
  right: 0;
}
/* scrollbar */
.x-spreadsheet-scrollbar {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f4f5f8;
  opacity: 0.9;
  z-index: 12;
}
.x-spreadsheet-scrollbar.horizontal {
  right: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.x-spreadsheet-scrollbar.horizontal > div {
  height: 1px;
  background: #ddd;
}
.x-spreadsheet-scrollbar.vertical {
  bottom: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.x-spreadsheet-scrollbar.vertical > div {
  width: 1px;
  background: #ddd;
}
/* @{css-prefix}-overlayer */
.x-spreadsheet-overlayer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.x-spreadsheet-overlayer .x-spreadsheet-overlayer-content {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.x-spreadsheet-editor,
.x-spreadsheet-selector {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* @{css-prefix}-selector */
.x-spreadsheet-selector .hide-input {
  position: absolute;
  z-index: 0;
}
.x-spreadsheet-selector .hide-input input {
  padding: 0;
  width: 0;
  border: none!important;
}
.x-spreadsheet-selector .x-spreadsheet-selector-area {
  position: absolute;
  border: 2px solid #4b89ff;
  background: rgba(75, 137, 255, 0.1);
  z-index: 5;
}
.x-spreadsheet-selector .x-spreadsheet-selector-clipboard,
.x-spreadsheet-selector .x-spreadsheet-selector-autofill {
  position: absolute;
  background: transparent;
  z-index: 100;
}
.x-spreadsheet-selector .x-spreadsheet-selector-clipboard {
  border: 2px dashed #4b89ff;
}
.x-spreadsheet-selector .x-spreadsheet-selector-autofill {
  border: 1px dashed rgba(0, 0, 0, 0.45);
}
.x-spreadsheet-selector .x-spreadsheet-selector-corner {
  pointer-events: auto;
  position: absolute;
  cursor: crosshair;
  font-size: 0;
  height: 5px;
  width: 5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid #ffffff;
  background: #4b89ff;
}
.x-spreadsheet-editor {
  z-index: 20;
}
.x-spreadsheet-editor .x-spreadsheet-editor-area {
  position: absolute;
  text-align: left;
  border: 2px solid #4b89ff;
  line-height: 0;
  z-index: 100;
  pointer-events: auto;
}
.x-spreadsheet-editor .x-spreadsheet-editor-area textarea {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: none;
  padding: 0 3px;
  outline: none;
  resize: none;
  text-align: start;
  overflow-y: hidden;
  font: 400 13px Arial, 'Lato', 'Source Sans Pro', Roboto, Helvetica, sans-serif;
  color: inherit;
  white-space: normal;
  word-wrap: break-word;
  line-height: 22px;
  margin: 0;
}
.x-spreadsheet-editor .x-spreadsheet-editor-area .textline {
  overflow: hidden;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.x-spreadsheet-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: 0;
  border: 1px solid transparent;
  outline: none;
  height: 26px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 26px;
  list-style: none;
  padding: 2px 10px;
  cursor: default;
  text-align: left;
  overflow: hidden;
}
.x-spreadsheet-item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.x-spreadsheet-item:hover,
.x-spreadsheet-item.active {
  background: rgba(0, 0, 0, 0.05);
}
.x-spreadsheet-item.divider {
  height: 0;
  padding: 0;
  margin: 5px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.x-spreadsheet-item .label {
  float: right;
  opacity: 0.65;
  font-size: 1em;
}
.x-spreadsheet-item.state,
.x-spreadsheet-header.state {
  padding-left: 35px!important;
  position: relative;
}
.x-spreadsheet-item.state:before,
.x-spreadsheet-header.state:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 12px;
  top: calc(50% - 5px);
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.x-spreadsheet-item.state.checked:before,
.x-spreadsheet-header.state.checked:before {
  background: #4b89ff;
}
.x-spreadsheet-checkbox {
  position: relative;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 0;
  vertical-align: baseline;
  font-style: normal;
  font-size: 1rem;
  line-height: 1em;
}
.x-spreadsheet-checkbox > input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0!important;
  outline: 0;
  z-index: -1;
}
.x-spreadsheet-suggest,
.x-spreadsheet-contextmenu,
.x-spreadsheet-sort-filter {
  position: absolute;
  -webkit-box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, 0.15);
          box-shadow: 1px 2px 5px 2px rgba(51, 51, 51, 0.15);
  background: #fff;
  z-index: 100;
  width: 260px;
  pointer-events: auto;
  overflow: auto;
}
.x-spreadsheet-suggest {
  width: 200px;
}
.x-spreadsheet-filter {
  border: 1px solid #e9e9e9;
  font-size: 12px;
  margin: 10px;
}
.x-spreadsheet-filter .x-spreadsheet-header {
  padding: 0.5em 0.75em;
  background: #f8f8f9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid transparent;
}
.x-spreadsheet-filter .x-spreadsheet-body {
  height: 200px;
  overflow-y: auto;
}
.x-spreadsheet-filter .x-spreadsheet-body .x-spreadsheet-item {
  height: 20px;
  line-height: 20px;
}
.x-spreadsheet-sort-filter .x-spreadsheet-buttons {
  margin: 10px;
}
.x-spreadsheet-bottombar {
  height: 40px;
  padding: 0 30px;
  text-align: left;
  background: #f5f6f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.x-spreadsheet-bottombar {
  position: relative;
  border-top: 1px solid #e0e2e4;
}
.x-spreadsheet-bottombar .x-spreadsheet-menu > li {
  line-height: 40px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  border-right: 1px solid #e8eaed;
}
.x-spreadsheet-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.x-spreadsheet-menu > li {
  float: left;
  line-height: 1.25em;
  padding: 0.785em 1em;
  margin: 0;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  color: #80868b;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
.x-spreadsheet-menu > li.active {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.65);
}
.x-spreadsheet-menu > li .x-spreadsheet-dropdown {
  display: inline-block;
}
.x-spreadsheet-print {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.x-spreadsheet-print-bar {
  background: #424242;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
}
.x-spreadsheet-print-bar .-title {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  float: left;
}
.x-spreadsheet-print-bar .-right {
  float: right;
  margin-top: 12px;
}
.x-spreadsheet-print-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #d0d0d0;
  height: calc(100% - 60px);
}
.x-spreadsheet-print-content .-sider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
  border-left: 2px solid #ccc;
  background: #fff;
}
.x-spreadsheet-print-content .-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow-x: auto;
  overflow-y: scroll;
  height: 100%;
}
.x-spreadsheet-canvas-card-wraper {
  margin: 40px 20px;
}
.x-spreadsheet-canvas-card {
  background: #fff;
  margin: auto;
  page-break-before: auto;
  page-break-after: always;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}
.x-spreadsheet-calendar {
  color: rgba(0, 0, 0, 0.65);
  background: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.x-spreadsheet-calendar .calendar-header {
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  width: 100%;
  float: left;
  background: #f9fafb;
}
.x-spreadsheet-calendar .calendar-header .calendar-header-left {
  padding-left: 5px;
  float: left;
}
.x-spreadsheet-calendar .calendar-header .calendar-header-right {
  float: right;
}
.x-spreadsheet-calendar .calendar-header .calendar-header-right a {
  padding: 3px 0;
  margin-right: 2px;
  border-radius: 2px;
}
.x-spreadsheet-calendar .calendar-header .calendar-header-right a:hover {
  background: rgba(0, 0, 0, 0.08);
}
.x-spreadsheet-calendar .calendar-body {
  border-collapse: collapse;
  border-spacing: 0;
}
.x-spreadsheet-calendar .calendar-body th,
.x-spreadsheet-calendar .calendar-body td {
  width: 14.28571429%;
  min-width: 32px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
}
.x-spreadsheet-calendar .calendar-body td > .cell:hover {
  background: #ecf6fd;
}
.x-spreadsheet-calendar .calendar-body td > .cell.active,
.x-spreadsheet-calendar .calendar-body td > .cell.active:hover {
  background: #ecf6fd;
  color: #2185D0;
}
.x-spreadsheet-calendar .calendar-body td > .cell.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.x-spreadsheet-datepicker {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  z-index: 10;
  width: auto;
}
.x-spreadsheet-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.x-spreadsheet-buttons .x-spreadsheet-button {
  margin-left: 8px;
}
.x-spreadsheet-button {
  display: inline-block;
  border-radius: 3px;
  line-height: 1em;
  min-height: 1em;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0.75em 1em;
  color: rgba(0, 0, 0, 0.6);
  background: #E0E1E2;
  text-decoration: none;
  font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  outline: none;
  vertical-align: baseline;
  zoom: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.x-spreadsheet-button.active,
.x-spreadsheet-button:hover {
  background-color: #C0C1C2;
  color: rgba(0, 0, 0, 0.8);
}
.x-spreadsheet-button.primary {
  color: #fff;
  background-color: #2185D0;
}
.x-spreadsheet-button.primary:hover,
.x-spreadsheet-button.primary.active {
  color: #fff;
  background-color: #1678c2;
}
.x-spreadsheet-form-input {
  font-size: 1em;
  position: relative;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.87);
}
.x-spreadsheet-form-input input {
  z-index: 1;
  margin: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 30px;
  height: 30px;
  padding: 0 8px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  -webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.06);
          box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.06);
}
.x-spreadsheet-form-input input:focus {
  border-color: #4b89ff;
  -webkit-box-shadow: inset 0 1px 2px rgba(75, 137, 255, 0.2);
          box-shadow: inset 0 1px 2px rgba(75, 137, 255, 0.2);
}
.x-spreadsheet-form-select {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.87);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.06);
          box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, 0.06);
}
.x-spreadsheet-form-select .input-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 60px;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
}
.x-spreadsheet-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.x-spreadsheet-form-fields .x-spreadsheet-form-field {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.x-spreadsheet-form-fields .x-spreadsheet-form-field .label {
  display: inline-block;
  margin: 0 10px 0 0;
}
.x-spreadsheet-form-field {
  display: block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 10px;
}
.x-spreadsheet-form-field:first-child {
  margin-left: 0;
}
.x-spreadsheet-form-field.error .x-spreadsheet-form-select,
.x-spreadsheet-form-field.error input {
  border-color: #f04134;
}
.x-spreadsheet-form-field .tip {
  color: #f04134;
  font-size: 0.9em;
}
.x-spreadsheet-dimmer {
  display: none;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1000;
}
.x-spreadsheet-dimmer.active {
  display: block;
  opacity: 1;
}
form fieldset {
  border: none;
}
form fieldset label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1em;
  color: #666;
}
form fieldset select {
  font-size: 1.1em;
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 0.5em 0.85em;
  border-radius: 2px;
}
.x-spreadsheet-modal,
.x-spreadsheet-toast {
  font-size: 13px;
  position: fixed;
  z-index: 1001;
  text-align: left;
  line-height: 1.25em;
  min-width: 360px;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Lato', 'Source Sans Pro', Roboto, Helvetica, Arial, sans-serif;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
}
.x-spreadsheet-toast {
  background-color: rgba(255, 255, 255, 0.85);
}
.x-spreadsheet-modal-header,
.x-spreadsheet-toast-header {
  font-weight: 600;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 0 0;
}
.x-spreadsheet-toast-header {
  color: #F2711C;
}
.x-spreadsheet-modal-header {
  border-bottom: 1px solid #e0e2e4;
  background: rgba(0, 0, 0, 0.08);
  font-size: 1.0785em;
}
.x-spreadsheet-modal-header,
.x-spreadsheet-modal-content,
.x-spreadsheet-toast-header,
.x-spreadsheet-toast-content {
  padding: 0.75em 1em;
}
.x-spreadsheet-menu li:first-child {
  display: none;
}
.vue-office-excel {
  height: 100%;
}
.ivu-upload-list-remove {
  position: absolute!important;
  bottom: 8px!important;
  left: 25% !important;
}

.file_preview .dis {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.file_preview .button {
  max-height: 100px;
  margin: 0 5px;
  white-space: break-spaces;
}
.file_preview .modal {
  width: 700px;
}

.file_preview .dis {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.file_preview .button {
  max-height: 100px;
  margin: 0 5px;
  white-space: break-spaces;
}
.file_preview .modal {
  width: 700px;
}
.file_preview .ivu-modal-file_preview_zjmn .ivu-modal {
  width: 100% !important;
  top: 0 !important;
}

.common-culture .top[data-v-08de469c] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-culture .top[data-v-08de469c]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.culture-check[data-v-6dca6150] {
  width: 100%;
  border: 1px solid #dcdee2;
}
.culture-check-item[data-v-6dca6150] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dcdee2;
}
.culture-check-item[data-v-6dca6150]:first-child {
  border: none;
}
.culture-check-left[data-v-6dca6150] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
}
.culture-check-right[data-v-6dca6150] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
}

.culture-check[data-v-2d6eaa66] {
  border: 1px solid #dcdee2;
}
.culture-check-item[data-v-2d6eaa66] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-2d6eaa66]:first-child {
  border: none;
}
.culture-check-left[data-v-2d6eaa66] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-2d6eaa66] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title[data-v-2d6eaa66] {
  height: 100px;
  overflow-x: auto;
}

.culture-check[data-v-7ed2b952] {
  width: 100%;
  height: 100%;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  position: relative;
}
.culture-check .loading[data-v-7ed2b952] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.culture-check table[data-v-7ed2b952] {
  height: 100%;
  border: 1px solid #dcdee2;
}
.culture-check table thead tr th[data-v-7ed2b952] {
  text-align: left;
  text-indent: 10px;
}
.culture-check table td[data-v-7ed2b952],
.culture-check table th[data-v-7ed2b952] {
  padding: 0 10px;
  border: 1px solid #dcdee2;
}
.culture-check table .title[data-v-7ed2b952] {
  height: 150px;
}
.culture-check table .content[data-v-7ed2b952] {
  min-height: 400px;
}

.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

#wrap {
  width: 800px;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-top: 10%;
}
#wrap #iCenter {
  width: 800px;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#wrap #searchWrap {
  width: 800px;
  max-height: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dcdee2;
}
#wrap #searchWrap .searchWrap {
  width: 800px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrap #searchWrap .searchWrap input {
  width: 800px;
  height: 36px;
}
#wrap #searchWrap .searchWrap button {
  width: 36px;
  height: 36px;
}
#wrap #searchWrap #result {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 36px);
  z-index: 8;
  overflow-y: scroll;
  border-right: 1px solid #ccc;
}
#wrap .amap_lib_placeSearch {
  height: 100%;
  overflow-y: scroll;
}
#wrap .amap_lib_placeSearch .poibox {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
  padding: 5px 0 5px 10px;
  position: relative;
  min-height: 35px;
}
#wrap .amap_lib_placeSearch .poibox .selected {
  background-image: url(https://webapi.amap.com/theme/v1.3/markers/n/mark_r.png) !important;
}
#wrap .amap_lib_placeSearch .poibox:hover {
  background: #f6f6f6;
}
#wrap .amap_lib_placeSearch .poibox .poi-img {
  float: right;
  margin: 3px 8px 0;
  width: 90px;
  height: 56px;
  overflow: hidden;
}
#wrap .amap_lib_placeSearch .poibox .poi-title {
  margin-left: 25px;
  font-size: 13px;
  overflow: hidden;
}
#wrap .amap_lib_placeSearch .poibox .poi-info {
  word-break: break-all;
  margin: 0 0 0 25px;
  overflow: hidden;
}
#wrap .amap_lib_placeSearch .poibox .poi-info p {
  color: #999;
  font-family: Tahoma;
  line-height: 20px;
  font-size: 12px;
}
#wrap .amap_lib_placeSearch .poibox .poibox-icon {
  margin-left: 7px;
  margin-top: 4px;
}
#wrap .amap_lib_placeSearch .poibox .amap_lib_placeSearch_poi {
  background: url(https://webapi.amap.com/theme/v1.3/markers/n/mark_b.png) no-repeat;
  height: 31px;
  width: 19px;
  cursor: pointer;
  left: -1px;
  text-align: center;
  color: #fff;
  font: 12px arial, simsun, sans-serif;
  padding-top: 3px;
  position: absolute;
}
#wrap .btn {
  position: fixed;
  bottom: 20px;
  left: 50%;
  padding: 10px;
}
#wrap .amap-info-content {
  -webkit-writing-mode: horizontal-tb !important;
      -ms-writing-mode: lr-tb !important;
          writing-mode: horizontal-tb !important;
}

#BookStoreHomeMn {
  width: 100%;
  height: 100%;
}
#BookStoreHomeMn .BookStoreHomeMn {
  width: 100%;
  height: 100%;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top {
  width: 100%;
  height: 100%;
  background-image: url(/static/img/login-bg3.02c1972.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content .submin_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content .submin_box .submin_box_item {
  width: 100%;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content .submin_box .submin_box_item .button {
  height: 100%;
  background: #9A4C51;
  border-radius: 10px;
  cursor: pointer;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content .submin_box .submin_box_item .button .button_icon {
  width: 60%;
  height: 100%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content .submin_box .submin_box_item .button .button_icon img {
  height: 50%;
  max-width: 100%;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content .submin_box .submin_box_item .button .button_icon i {
  font-size: 55px;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content .submin_box .submin_box_item .button .button_title {
  width: 50%;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content .submin_box .submin_box_item .button_tow {
  height: 100%;
  background: #9A4C51;
  border-radius: 10px;
  cursor: pointer;
  padding: 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content .submin_box .submin_box_item .button_tow .button_icon {
  height: 100%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content .submin_box .submin_box_item .button_tow .button_icon img {
  height: 50%;
  max-width: 100%;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content .submin_box .submin_box_item .button_tow .button_icon i {
  font-size: 65px;
  width: 100px;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content .submin_box .submin_box_item .button_tow .button_title {
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content .submin_box .submin_box_item .button:hover {
  background: #DB7D83;
}
#BookStoreHomeMn .BookStoreHomeMn .BookStoreHomeMn_top .BookStoreHomeMn_top_content .submin_box .submin_box_item .button_tow:hover {
  background: #DB7D83;
}

#InternalPersonnelHome {
  width: 100%;
  height: 100%;
  position: relative;
}
#InternalPersonnelHome .div {
  width: 62px;
  height: 100%;
}
#InternalPersonnelHome .InternalPersonnelHome {
  width: calc(100% - 68px);
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#InternalPersonnelHome .InternalPersonnelHome .InternalPersonnelHomediv {
  width: 100%;
  height: 270px;
  background: #eee;
}
#InternalPersonnelHome .InternalPersonnelHome .InternalPersonnelHomediv .ivu-card-body {
  padding: 8px 0;
  width: calc(100% - 65px);
  word-break: normal!important;
}

#mn_home[data-v-5a83f5b7] {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  width: 100%;
}
#mn_home .mn_home_divs .mn_home_div[data-v-5a83f5b7] {
  margin: 20px;
  height: 120px;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #ffffff;
}
#mn_home .mn_home_divs .mn_home_div .mn_home_div_title[data-v-5a83f5b7] {
  height: 100%;
  width: 70%;
  border-right: 1px solid #ffffff;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
}
#mn_home .mn_home_divs .mn_home_div .mn_home_div_title p[data-v-5a83f5b7] {
  height: 96%;
}
#mn_home .mn_home_divs .mn_home_div .mn_home_div_count[data-v-5a83f5b7] {
  font-size: 30px;
  height: 100%;
  width: calc(30% - 1px);
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
}

#library_gchome {
  width: 100%;
  height: 100%;
}
#library_gchome .library_gchome {
  width: 100%;
  height: 100%;
}
#library_gchome .library_gchome .library_gchome_top {
  width: 100%;
  height: 100%;
  background-image: url(/static/img/login-bg2.f0d35bf.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item {
  width: 100%;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button {
  height: 100%;
  background: #9A4C51;
  border-radius: 10px;
  cursor: pointer;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button .button_icon {
  width: 50%;
  height: 100%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button .button_icon img {
  height: 50%;
  max-width: 100%;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button .button_icon i {
  font-size: 55px;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button .button_title {
  width: 50%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button_tow {
  height: 100%;
  background: #9A4C51;
  border-radius: 10px;
  cursor: pointer;
  padding: 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button_tow .button_icon {
  height: 100%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button_tow .button_icon img {
  height: 50%;
  max-width: 100%;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button_tow .button_icon i {
  font-size: 65px;
  width: 100px;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button_tow .button_title {
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button:hover {
  background: #DB7D83;
}
#library_gchome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button_tow:hover {
  background: #DB7D83;
}

#LibraryMagazineHome {
  width: 100%;
  height: 100%;
}
#LibraryMagazineHome .library_gchome {
  width: 100%;
  height: 100%;
}
#LibraryMagazineHome .library_gchome .library_gchome_top {
  width: 100%;
  height: 100%;
  background-image: url(/static/img/login-bg2.f0d35bf.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#LibraryMagazineHome .library_gchome .library_gchome_top .library_gchome_top_content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#LibraryMagazineHome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#LibraryMagazineHome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item {
  width: 100%;
}
#LibraryMagazineHome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button {
  height: 100%;
  background: #9A4C51;
  border-radius: 10px;
  cursor: pointer;
}
#LibraryMagazineHome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button .button_icon {
  width: 50%;
  height: 100%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#LibraryMagazineHome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button .button_icon i {
  font-size: 55px;
}
#LibraryMagazineHome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button .button_title {
  width: 50%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
}
#LibraryMagazineHome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button_tow {
  height: 100%;
  background: #9A4C51;
  border-radius: 10px;
  cursor: pointer;
  padding: 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#LibraryMagazineHome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button_tow .button_icon {
  height: 100%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#LibraryMagazineHome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button_tow .button_icon i {
  font-size: 65px;
  width: 100px;
}
#LibraryMagazineHome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button_tow .button_title {
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
#LibraryMagazineHome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button:hover {
  background: #DB7D83;
}
#LibraryMagazineHome .library_gchome .library_gchome_top .library_gchome_top_content .submin_box .submin_box_item .button_tow:hover {
  background: #DB7D83;
}

#mn_home[data-v-df40307c] {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  width: 100%;
}
#mn_home .mn_home_divs .mn_home_div[data-v-df40307c] {
  margin: 20px;
  height: 120px;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #ffffff;
}
#mn_home .mn_home_divs .mn_home_div .mn_home_div_title[data-v-df40307c] {
  height: 100%;
  width: 70%;
  border-right: 1px solid #ffffff;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
}
#mn_home .mn_home_divs .mn_home_div .mn_home_div_title p[data-v-df40307c] {
  height: 96%;
}
#mn_home .mn_home_divs .mn_home_div .mn_home_div_count[data-v-df40307c] {
  font-size: 30px;
  height: 100%;
  width: calc(30% - 1px);
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  -webkit-box-pack: center;
          justify-content: center;
}

#myao_gchome {
  width: 100%;
  height: 100%;
}
#myao_gchome .myao_gchome {
  width: 100%;
  height: 100%;
}
#myao_gchome .myao_gchome .myao_gchome_top {
  width: 100%;
  height: 100%;
  background-image: url(/static/img/bg.992958c.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#myao_gchome .myao_gchome .myao_gchome_top .Mongolian_Home_img {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#myao_gchome .myao_gchome .myao_gchome_top .Mongolian_Home_img img {
  height: 136px;
  width: auto;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content {
  width: 100%;
  height: calc(100% - 260px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item {
  width: 100%;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item .button {
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  background-image: url(/static/img/xiao.7811345.png);
  background-size: 99% 99%;
  background-repeat: no-repeat;
  background-position: center;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item .button img {
  width: 100%;
  height: 100%;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item .button .mask {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  opacity: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  pointer-events: none;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item .button .button_icon {
  width: 50%;
  height: 100%;
  color: #FFDA96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item .button .button_icon i {
  font-size: 50px;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item .button .button_title {
  width: 50%;
  height: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #FFDA96;
  line-height: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item .button_tow {
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-image: url(/static/img/da.879bf79.png);
  background-size: 99% 99%;
  background-repeat: no-repeat;
  background-position: center;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item .button_tow img {
  width: 100%;
  height: 100%;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item .button_tow .mask {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  opacity: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  pointer-events: none;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item .button_tow .button_icon {
  height: 100%;
  color: #FFDA96;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item .button_tow .button_icon i {
  font-size: 50px;
  width: 100px;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item .button_tow .button_title {
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFDA96;
  line-height: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item .button:hover .mask {
  opacity: 1;
}
#myao_gchome .myao_gchome .myao_gchome_top .myao_gchome_top_content .submin_box .submin_box_item .button_tow:hover .mask {
  opacity: 1;
}
#myao_gchome .myao_gchome .myao_gchome_top .Mongolian_Home_Prompt {
  width: 100%;
  height: 60px;
  background: #05504C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#myao_gchome .myao_gchome .myao_gchome_top .Mongolian_Home_Prompt p:nth-child(1) {
  min-width: 228px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFDA96;
  line-height: 22px;
}
#myao_gchome .myao_gchome .myao_gchome_top .Mongolian_Home_Prompt p:nth-child(2) {
  min-width: 155px;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFDA96;
  line-height: 17px;
}

#library_home[data-v-72699947] {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  width: 100%;
  height: 100%;
  background-image: url(/static/img/nmgyslibrarybg.16daec2.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  position: relative;
}
#library_home .mn_home_divs[data-v-72699947] {
  position: absolute;
  min-width: 20px;
  height: 160px;
  left: 7%;
  bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#library_home .mn_home_divs .mn_home_div[data-v-72699947] {
  border-radius: 8px;
  height: 100%;
  margin-right: 20px;
  cursor: pointer;
}
#library_home .mn_home_divs .mn_home_div img[data-v-72699947] {
  height: 100%;
}
#library_home .mn_home_divs .mn_home_div[data-v-72699947]:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.menu[data-v-ab18e88a] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.menu-left[data-v-ab18e88a] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.menu-right[data-v-ab18e88a] {
  padding-left: 6px;
  height: 100%;
  width: 100%;
}
.menu-title[data-v-ab18e88a] {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #dcdee2;
}
.menu-department[data-v-ab18e88a] {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 10px;
  top: 50px;
  right: 10px;
  bottom: 10px;
}
.menu-department[data-v-ab18e88a]::-webkit-scrollbar {
  width: 0;
}

.organization[data-v-c0113142] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.organization-left[data-v-c0113142] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.organization-right[data-v-c0113142] {
  height: 100%;
}
.organization-right .child-item[data-v-c0113142] {
  cursor: pointer;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.organization-right .child-item-title[data-v-c0113142] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.organization-right .child-item-btn[data-v-c0113142] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 75px;
}
.organization-right .child-item[data-v-c0113142]:hover {
  background-color: #dcdee2;
}
.organization-right .child-items[data-v-c0113142] {
  cursor: default;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.organization-title[data-v-c0113142] {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #dcdee2;
}
.organization-department[data-v-c0113142] {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 10px;
  top: 50px;
  right: 10px;
  bottom: 10px;
}
.organization-department[data-v-c0113142]::-webkit-scrollbar {
  width: 0;
}

.organization {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.organization .demo-spin-icon-load {
  -webkit-animation: ani-demo-spin 1s linear infinite;
          animation: ani-demo-spin 1s linear infinite;
}
@-webkit-keyframes ani-demo-spin {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes ani-demo-spin {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.organization-right {
  height: 100%;
  position: relative;
}
.organization-right .ivu-card-body {
  padding: 0;
  position: absolute;
  left: 16px;
  right: 10px;
  top: 60px;
  bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.organization-right .ivu-card-body::-webkit-scrollbar {
  width: 6px;
}
.organization-right .ivu-card-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #808695;
}
.organization-right .ivu-card-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}

.powerallocation {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.powerallocation-height {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.powerallocation-height .pcard {
  overflow: hidden;
  height: 100%;
}
.powerallocation-height .pcard .ivu-card-body {
  overflow: hidden;
  height: calc(100% - 44px);
}
.powerallocation-height .pcard-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.powerallocation-height .pcard-content::-webkit-scrollbar {
  width: 6px;
}

.pcard {
  overflow: hidden;
  height: 100%;
}
.pcard .ivu-card-body {
  overflow: hidden;
  height: calc(100% - 44px);
}
.pcard-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.pcard-content::-webkit-scrollbar {
  width: 6px;
}

.pcard {
  overflow: hidden;
  height: 100%;
}
.pcard .ivu-card-body {
  overflow: hidden;
  height: calc(100% - 44px);
}
.pcard-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.pcard-content::-webkit-scrollbar {
  width: 6px;
}

.organization[data-v-0113a06f] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.organization-left[data-v-0113a06f] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.organization-left .organization-title[data-v-0113a06f] {
  height: 100px;
}
.organization-right[data-v-0113a06f] {
  height: 100%;
}
.organization-right .child-item[data-v-0113a06f] {
  cursor: pointer;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.organization-right .child-item-title[data-v-0113a06f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.organization-right .child-item-btn[data-v-0113a06f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 95px;
}
.organization-right .child-item-btns[data-v-0113a06f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 41px;
}
.organization-right .child-item[data-v-0113a06f]:hover {
  background-color: #dcdee2;
}
.organization-right .child-items[data-v-0113a06f] {
  cursor: default;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.organization-title[data-v-0113a06f] {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #dcdee2;
}
.organization-department[data-v-0113a06f] {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 10px;
  top: 50px;
  right: 10px;
  bottom: 10px;
}
.organization-department[data-v-0113a06f]::-webkit-scrollbar {
  width: 0;
}

.organization {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.organization .demo-spin-icon-load {
  -webkit-animation: ani-demo-spin 1s linear infinite;
          animation: ani-demo-spin 1s linear infinite;
}
@-webkit-keyframes ani-demo-spin {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes ani-demo-spin {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.organization-right {
  height: 100%;
  position: relative;
}
.organization-right .ivu-card-body {
  padding: 0;
  position: absolute;
  left: 16px;
  right: 10px;
  top: 60px;
  bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.organization-right .ivu-card-body::-webkit-scrollbar {
  width: 6px;
}
.organization-right .ivu-card-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #808695;
}
.organization-right .ivu-card-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}
.organization-department[data-v-d6c8fec8] {
  top: 100px;
}

.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.ivu-tooltip-inner {
  min-width: 40px !important;
  max-height: 600px!important;
  white-space: pre-line !important;
  overflow-y: hidden!important;
  overflow-x: auto!important;
}

.top[data-v-5d5c09fc] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-5d5c09fc]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.culture-check[data-v-7b59eb2f] {
  border: 1px solid #dcdee2;
  position: relative;
}
.culture-check-item[data-v-7b59eb2f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-7b59eb2f]:first-child {
  border: none;
}
.culture-check-left[data-v-7b59eb2f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-7b59eb2f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-title[data-v-7b59eb2f] {
  height: 100px;
  overflow-x: auto;
}

.defaultSpan {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
  font-family: emoji !important;
}
#panelhearderlib .ivu-collapse-header {
  height: 100% !important;
  border-right: 1px solid #dcdee2 !important;
  border-bottom: none !important;
}
#panelhearderlib .ivu-table-cell {
  padding: 5px 0;
}
#panelhearderlib .ivu-collapse-content .ivu-collapse-content-box {
  padding-top: 5px;
  padding-bottom: 5px;
}

.top[data-v-6231e4be] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-6231e4be]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-2ce37a63] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-2ce37a63]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#divmodelc .ivu-modal-wrap .ivu-modal .ivu-modal-content {
  height: 100%;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
.maxW {
  max-width: 45px;
  overflow: hidden;
  margin-right: 5px;
}
.minW {
  min-width: 45px;
  overflow: hidden;
  margin-right: 5px;
}
#dataContentIndexMn .ivu-table-cell {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.file_box[data-v-765457a1] {
  height: 100%;
  margin-right: 5px;
  position: relative;
  padding-bottom: 5px;
}
.file_box .av_box[data-v-765457a1] {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
.file_box .av_box p[data-v-765457a1] {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
.file_box .av_box i[data-v-765457a1] {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.file_box .img_box[data-v-765457a1] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.file_box .img_box .img_item[data-v-765457a1] {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.file_box .img_box .img_item img[data-v-765457a1] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.file_box .img_box .img_item .img_item-list-cover[data-v-765457a1] {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.file_box .img_box .img_item .img_item-list-cover i[data-v-765457a1] {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}
.file_box .img_box .img_item:hover .img_item-list-cover[data-v-765457a1] {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ContentCheckDatemn .culture-check[data-v-10dfb32b] {
  position: relative;
}
#ContentCheckDatemn .culture-check-item[data-v-10dfb32b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ContentCheckDatemn .culture-check-item-box1[data-v-10dfb32b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
}
#ContentCheckDatemn .culture-check-item-box1[data-v-10dfb32b]:first-child {
  border: none;
  border-bottom: 1px solid #dcdee2;
}
#ContentCheckDatemn .culture-check-item[data-v-10dfb32b]:first-child {
  border: none;
}
#ContentCheckDatemn .culture-check-left[data-v-10dfb32b] {
  height: 150px;
  font-weight: bold;
  padding: 10px;
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
#ContentCheckDatemn .culture-check-right[data-v-10dfb32b] {
  height: calc(100% - 150px);
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
#ContentCheckDatemn .culture-check .file_box_check[data-v-10dfb32b] {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  padding-left: 5px;
}
#ContentCheckDatemn .culture-check .file_box_check .img_box_check[data-v-10dfb32b] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ContentCheckDatemn .culture-check .file_box_check .img_box_check .img_item_check[data-v-10dfb32b] {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
#ContentCheckDatemn .culture-check .file_box_check .img_box_check .img_item_check img[data-v-10dfb32b] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#ContentCheckDatemn .culture-check .file_box_check .img_box_check .img_item_check .img_item-list-cover_check[data-v-10dfb32b] {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
#ContentCheckDatemn .culture-check .file_box_check .img_box_check .img_item_check .img_item-list-cover_check i[data-v-10dfb32b] {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}
#ContentCheckDatemn .culture-check .file_box_check .img_box_check .img_item_check:hover .img_item-list-cover_check[data-v-10dfb32b] {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ContentCheckDatemn .ivu-card-body {
  padding: 0 !important;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
.maxW {
  max-width: 45px;
  overflow: hidden;
  margin-right: 5px;
}
.minW {
  min-width: 45px;
  overflow: hidden;
  margin-right: 5px;
}
.tabdiv_datacontent {
  height: 100%;
  width: 100%;
}
.tabdiv_datacontent .ivu-tabs-bar {
  margin-right: 0px!important;
}
.tabdiv_datacontent .ivu-tabs-bar .ivu-tabs-nav-container {
  margin-right: 0!important;
}
.tabdiv_datacontent .ivu-tabs-content {
  width: 100%;
  height: 100%;
}
.tabdiv_datacontent .ivu-tabs-content .TabPanediv_datacontent {
  height: 100%;
  width: calc(100% - 20px);
  overflow: auto;
}
#dataContentComIndexMn_1 .ivu-table-cell {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#dataContentComIndexMn_2 .ivu-table-cell {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ExamineCheckmn .culture-check[data-v-573b89a0] {
  position: relative;
}
#ExamineCheckmn .culture-check-item[data-v-573b89a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ExamineCheckmn .culture-check-item-box1[data-v-573b89a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
}
#ExamineCheckmn .culture-check-item-box1[data-v-573b89a0]:first-child {
  border: none;
  border-bottom: 1px solid #dcdee2;
}
#ExamineCheckmn .culture-check-item[data-v-573b89a0]:first-child {
  border: none;
}
#ExamineCheckmn .culture-check-left[data-v-573b89a0] {
  height: 150px;
  font-weight: bold;
  padding: 10px;
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
#ExamineCheckmn .culture-check-right[data-v-573b89a0] {
  height: calc(100% - 150px);
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
#ExamineCheckmn .file_box_check_child[data-v-573b89a0] {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  padding-left: 5px;
}
#ExamineCheckmn .file_box_check_child .img_box_check_child[data-v-573b89a0] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ExamineCheckmn .file_box_check_child .img_box_check_child .img_item_check_child[data-v-573b89a0] {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
#ExamineCheckmn .file_box_check_child .img_box_check_child .img_item_check_child img[data-v-573b89a0] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#ExamineCheckmn .file_box_check_child .img_box_check_child .img_item_check_child .img_item-list-cover_check_child[data-v-573b89a0] {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
#ExamineCheckmn .file_box_check_child .img_box_check_child .img_item_check_child .img_item-list-cover_check_child i[data-v-573b89a0] {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}
#ExamineCheckmn .file_box_check_child .img_box_check_child .img_item_check_child:hover .img_item-list-cover_check_child[data-v-573b89a0] {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ExamineCheckmn .ivu-card-body {
  padding: 0 !important;
}

.top[data-v-45eee1d3] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-45eee1d3]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
#DictionarySecrch[data-v-45eee1d3] {
  width: 270px;
  height: 300px;
  overflow: hidden;
}
#DictionarySecrch .hh[data-v-45eee1d3] {
  height: 100%;
  margin-right: 10px;
}
#DictionarySecrch .hh .ivu-select-input[data-v-45eee1d3] {
  line-height: 0px !important;
}

#DictionarySecrch .ivu-select-multiple .ivu-select-input {
  width: 32px !important;
}

#Dictionaryoperation {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#Dictionaryoperation .showPdf {
  width: 35%;
  height: 100%;
  padding-right: 10px;
  border-right: 1px solid #e8eaec;
}
#Dictionaryoperation .showRight {
  width: 65%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Dictionaryoperation .showRight .contentTop {
  width: 100%;
  height: 50%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #e8eaec;
  border-left: 0px solid #e8eaec;
  padding: 8px;
  position: relative;
}
#Dictionaryoperation .showRight .contentTop .contentBox {
  height: 100%;
  border: 1px solid #e8eaec;
  border-radius: 3px;
  padding: 5px;
  margin-right: 3px;
}
#Dictionaryoperation .showRight .contentTop .contentBox .title {
  height: 100%;
  color: #333333;
  font-size: 20px;
  word-break: break-all;
  padding: 0 2px;
}
#Dictionaryoperation .showRight .contentTop .contentBox .content {
  height: 100%;
  padding: 0 2px;
  padding-top: 7px;
  font-size: 18px;
  color: #888888;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Dictionaryoperation .showRight .contentTop .contentBox .content span {
  display: block;
  min-height: 50px;
  font-size: 16px;
  margin-bottom: 10px;
}
#Dictionaryoperation .showRight .contentTop .contentBox .exptile {
  height: 100%;
  padding: 0 2px;
  padding-top: 7px;
}
#Dictionaryoperation .showRight .contentTop .contentBox .exptile .seizeascont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Dictionaryoperation .showRight .contentTop .contentBox .exptile .seizeascont .seizeaseat {
  display: block;
  height: 60px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #888888;
}
#Dictionaryoperation .showRight .contentTop .contentBox .exptile .seizeascont .expContent {
  height: calc(100% - 50px);
  font-size: 20px;
  color: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Dictionaryoperation .showRight .contentTop .contentBox .page {
  height: 100%;
  padding: 0 2px;
  padding-top: 7px;
  font-size: 18px;
  color: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
}
#Dictionaryoperation .showRight .contentTop .contentBox .page span {
  font-size: 18px;
  margin-bottom: 10px;
}
#Dictionaryoperation .showRight .operationBottom {
  width: 100%;
  height: 50%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px;
}
#Dictionaryoperation .showRight .operationBottom .file_box {
  height: 100%;
  margin-right: 5px;
  position: relative;
}
#Dictionaryoperation .showRight .operationBottom .file_box .av_box {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#Dictionaryoperation .showRight .operationBottom .file_box .av_box p {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#Dictionaryoperation .showRight .operationBottom .file_box .av_box i {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#Dictionaryoperation .showRight .operationBottom .file_box .img_box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Dictionaryoperation .showRight .operationBottom .file_box .img_box .img_item {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Dictionaryoperation .showRight .operationBottom .file_box .img_box .img_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#Dictionaryoperation .showRight .operationBottom .file_box .img_box .img_item i {
  font-size: 20px;
  color: #888888;
  position: absolute;
  right: -15px;
  top: -10px;
  cursor: pointer;
}

#Dictionaryoperation .ivu-select .ivu-select-dropdown {
  max-height: 250px !important;
}

#PrefaceOrder[data-v-67bf5ab2] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#PrefaceOrder .showPdf[data-v-67bf5ab2] {
  width: 35%;
  height: 100%;
  padding-right: 10px;
  border-right: 1px solid #e8eaec;
}
#PrefaceOrder .showRight[data-v-67bf5ab2] {
  width: 65%;
  height: 100%;
}
#PrefaceOrder .showRight .selectBox[data-v-67bf5ab2] {
  width: 80px;
  height: 100%;
  padding: 0 20px;
}
#PrefaceOrder .showRight .contentTop[data-v-67bf5ab2] {
  width: calc(100% - 80px);
  height: 100%;
  border: 1px solid #e8eaec;
  padding: 8px;
  overflow-x: auto;
}
#PrefaceOrder .showRight .contentTop .contentBox[data-v-67bf5ab2] {
  height: 100%;
  border: 1px solid #e8eaec;
  border-radius: 3px;
  padding: 5px;
  margin-right: 3px;
  cursor: pointer;
}
#PrefaceOrder .showRight .contentTop .contentBox .title[data-v-67bf5ab2] {
  height: 100%;
  color: #333333;
  font-size: 20px;
  word-break: break-all;
  padding: 0 2px;
}
#PrefaceOrder .showRight .contentTop .noData[data-v-67bf5ab2] {
  width: 80px;
  height: 100%;
  font-size: 18px;
  color: #888888;
  padding: 5px 20px;
}
#PrefaceOrder .showRight .sortable-chosen[data-v-67bf5ab2] {
  background: rgba(0, 0, 0, 0.1);
}
#PrefaceOrder .showRight .sortable-drag[data-v-67bf5ab2] {
  background: rgba(45, 140, 240, 0.2);
  color: #ffffff;
}

#BatchReviewoperation[data-v-8091a364] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#BatchReviewoperation .showPdf[data-v-8091a364] {
  width: 35%;
  height: 100%;
  padding-right: 10px;
  border-right: 1px solid #e8eaec;
}
#BatchReviewoperation .showRight[data-v-8091a364] {
  width: 65%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#BatchReviewoperation .showRight .contentTop[data-v-8091a364] {
  width: 100%;
  height: 50%;
  padding-left: 8px;
}
#BatchReviewoperation .showRight .contentTop .SealectBox[data-v-8091a364] {
  width: 130px;
  height: 100%;
}
#BatchReviewoperation .showRight .contentTop .scollerBox[data-v-8091a364] {
  width: calc(100% - 130px);
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  border: 1px solid #e8eaec;
}
#BatchReviewoperation .showRight .contentTop .scollerBox .contentBox[data-v-8091a364] {
  height: 100%;
  border-right: 1px solid #e8eaec;
  border-radius: 3px;
  padding: 5px;
  cursor: pointer;
}
#BatchReviewoperation .showRight .contentTop .scollerBox .contentBox .title[data-v-8091a364] {
  height: 100%;
  color: #333333;
  font-size: 20px;
  word-break: break-word;
  padding: 0 2px;
}
#BatchReviewoperation .showRight .contentTop .scollerBox .contentBox .content[data-v-8091a364] {
  height: 100%;
  padding: 0 2px;
  padding-top: 7px;
  font-size: 18px;
  color: #888888;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#BatchReviewoperation .showRight .contentTop .scollerBox .contentBox .content span[data-v-8091a364] {
  display: block;
  min-height: 50px;
  font-size: 16px;
  margin-bottom: 10px;
}
#BatchReviewoperation .showRight .contentTop .scollerBox .contentBox .exptile[data-v-8091a364] {
  height: 100%;
  padding: 0 2px;
  padding-top: 7px;
}
#BatchReviewoperation .showRight .contentTop .scollerBox .contentBox .exptile .seizeascont[data-v-8091a364] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#BatchReviewoperation .showRight .contentTop .scollerBox .contentBox .exptile .seizeascont .seizeaseat[data-v-8091a364] {
  display: block;
  min-height: 60px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #888888;
}
#BatchReviewoperation .showRight .contentTop .scollerBox .contentBox .exptile .seizeascont .expContent[data-v-8091a364] {
  max-height: calc(100% - 60px);
  font-size: 20px;
  color: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#BatchReviewoperation .showRight .contentTop .scollerBox .contentBox .page[data-v-8091a364] {
  height: 100%;
  padding: 0 2px;
  padding-top: 7px;
  font-size: 18px;
  color: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
}
#BatchReviewoperation .showRight .contentTop .scollerBox .contentBox .page span[data-v-8091a364] {
  font-size: 18px;
  margin-bottom: 10px;
}
#BatchReviewoperation .showRight .contentTop .scollerBox .contentBox[data-v-8091a364]:last-child {
  border-right: 0px;
}
#BatchReviewoperation .showRight .contentTop .scollerBox .noData[data-v-8091a364] {
  width: 80px;
  height: 100%;
  font-size: 18px;
  color: #888888;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#BatchReviewoperation .showRight .operationBottom[data-v-8091a364] {
  width: 100%;
  height: 50%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px;
  position: relative;
}
#BatchReviewoperation .showRight .sortable-chosen[data-v-8091a364] {
  background: rgba(0, 0, 0, 0.1);
}
#BatchReviewoperation .showRight .sortable-drag[data-v-8091a364] {
  background: rgba(45, 140, 240, 0.2);
  color: #ffffff;
}

#AddBatch[data-v-32822e49] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#AddBatch .showRight[data-v-32822e49] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#AddBatch .showRight .operationBottom[data-v-32822e49] {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  padding: 8px;
}

#AddBatch .ivu-select .ivu-select-dropdown {
  max-width: 250px!important;
  max-height: 500px!important;
}

#DictionaryCheck {
  width: 100%;
  height: 100%;
  border: 1px solid #e8eaec;
  padding: 10px;
}
#DictionaryCheck .DictionaryCheck {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  position: relative;
}
#DictionaryCheck .DictionaryCheck .preface_box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#DictionaryCheck .DictionaryCheck .preface_box .preface_box_picture {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2px;
  margin-right: 3px;
}
#DictionaryCheck .DictionaryCheck .preface_box .preface_box_picture .picture_size {
  width: 100px;
  height: 60px;
  padding: 2px;
  overflow: hidden;
  cursor: pointer;
  -webkit-writing-mode: vertical-lr !important;
      -ms-writing-mode: tb-lr !important;
          writing-mode: vertical-lr !important;
}
#DictionaryCheck .DictionaryCheck .preface_box .preface_box_picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#DictionaryCheck .DictionaryCheck .preface_box .preface_box_video {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2px;
  margin-right: 3px;
}
#DictionaryCheck .DictionaryCheck .preface_box .preface_box_video .video_size {
  width: 145px;
  height: 65px;
  padding: 2px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#DictionaryCheck .DictionaryCheck .preface_box .preface_box_video .video_size img {
  width: 100px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#DictionaryCheck .DictionaryCheck .preface_box .preface_box_video .video_size i {
  position: absolute;
  font-size: 24px;
  color: #ffffff;
  top: calc(calc(100% - 24px) / 2);
  left: calc(calc(100% - 65px) / 2);
}
#DictionaryCheck .DictionaryCheck .preface_box .preface_box_video .video_size::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  bottom: 2px;
  right: 2px;
  width: calc(100% - 45px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#DictionaryCheck .DictionaryCheck .preface_box .preface_box_audio {
  height: 100%;
}
#DictionaryCheck .DictionaryCheck .preface_box .preface_box_audio .audio_size {
  line-height: 28px;
  height: calc(100% - 8px);
  cursor: pointer;
  border: 1px solid #e8eaec;
  padding: 5px;
  margin: 4px;
  background: #fff;
  position: relative;
  font-size: 20px;
  color: #888888;
  overflow: hidden;
  border-radius: 2px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: pre-wrap;
}
#DictionaryCheck .DictionaryCheck .preface_box .preface_box_audio .audio_size span {
  height: calc(100% - 50px);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: pre-wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#DictionaryCheck .DictionaryCheck .PrimaryKey {
  height: 100%;
  padding: 0 5px;
  margin-right: 5px;
}
#DictionaryCheck .DictionaryCheck .PrimaryKey .title {
  height: 100%;
  color: #333333;
  font-size: 24px;
  word-break: break-all;
  padding: 0 2px;
}
#DictionaryCheck .DictionaryCheck .PrimaryKey .content {
  height: 100%;
  padding: 0 2px;
  padding-top: 7px;
  font-size: 20px;
  color: #888888;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#DictionaryCheck .DictionaryCheck .PrimaryKey .content span {
  display: block;
  min-height: 50px;
  font-size: 16px;
  margin-bottom: 10px;
}
#DictionaryCheck .DictionaryCheck .explain {
  height: 100%;
  border: 1px solid #e8eaec;
  padding: 5px;
  margin-right: 5px;
}
#DictionaryCheck .DictionaryCheck .explain .content {
  height: 100%;
  padding: 0 2px;
  padding-top: 7px;
  font-size: 20px;
  color: #888888;
  word-break: break-all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#DictionaryCheck .DictionaryCheck .explain .content span {
  display: block;
  min-height: 50px;
  font-size: 16px;
  margin-bottom: 10px;
}
#DictionaryCheck .DictionaryCheck .explain .page {
  height: 100%;
  padding: 0 2px;
  padding-top: 7px;
  font-size: 20px;
  color: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
}
#DictionaryCheck .DictionaryCheck .explain .page span {
  font-size: 16px;
  margin-bottom: 10px;
}
#DictionaryCheck .DictionaryCheck .explain .Imgbox {
  height: 100%;
  padding: 5px;
}
#DictionaryCheck .DictionaryCheck .explain .Imgbox img {
  width: 100px;
  height: auto;
  margin: 5px;
  cursor: pointer;
}
#DictionaryCheck .DictionaryCheck .explain .exptile {
  height: 100%;
  padding: 0 2px;
  padding-top: 7px;
}
#DictionaryCheck .DictionaryCheck .explain .exptile .seizeascont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#DictionaryCheck .DictionaryCheck .explain .exptile .seizeascont .seizeaseat {
  display: block;
  height: 60px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333333;
}
#DictionaryCheck .DictionaryCheck .explain .exptile .seizeascont .expContent {
  height: calc(100% - 60px);
  font-size: 20px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#DictionaryCheck .DictionaryCheck .explain .detleBox {
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
}
#DictionaryCheck .DictionaryCheck .nodata {
  width: 80px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #888888;
}

#replaceWrong .top[data-v-0a78f5ce] {
  height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#replaceWrong .top[data-v-0a78f5ce]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
#replaceWrong .center[data-v-0a78f5ce] {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  position: relative;
}
#replaceWrong .center .centerdiv[data-v-0a78f5ce] {
  height: 100%;
  width: auto;
}
#replaceWrong .center .centerdiv .centerdivone[data-v-0a78f5ce] {
  height: 100%;
  border: 1px solid #e8eaec;
  border-radius: 3px;
  padding: 5px;
  font-size: 20px;
  margin-right: 5px;
}
#replaceWrong .center .centerdiv .centerdivone .zi[data-v-0a78f5ce] {
  height: calc(100% - 75px);
  margin-bottom: 5px;
}
#replaceWrong .center .centerdiv .centerdivone .zi .tt[data-v-0a78f5ce] {
  height: 100%;
  border-right: 1px solid #e8eaec;
  font-weight: bolder;
}
#replaceWrong .center .centerdiv .centerdivone .zi .zi1[data-v-0a78f5ce] {
  margin-top: 20px;
  height: calc(100% - 20px);
}
#replaceWrong .center .centerdiv .centerdivone .but[data-v-0a78f5ce] {
  width: 100%;
  height: 70px;
}

.top[data-v-95629e48] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-95629e48]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.tree-table[data-v-70ded67a] {
  width: 100%;
  border-collapse: collapse;
}
.tree-table td[data-v-70ded67a] {
  border: 1px solid #ddd;
  padding: 8px;
}
.level-1[data-v-70ded67a] { background-color: #f8f9fa;
}
.level-2[data-v-70ded67a] { background-color: #e9ecef;
}
.level-3[data-v-70ded67a] { background-color: #dee2e6;
}

#replaceWrong_ContentPpManagement .top[data-v-6fbd78c0] {
  height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#replaceWrong_ContentPpManagement .top[data-v-6fbd78c0]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
#replaceWrong_ContentPpManagement .center[data-v-6fbd78c0] {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  position: relative;
}
#replaceWrong_ContentPpManagement .center .centerdiv[data-v-6fbd78c0] {
  height: 100%;
  width: auto;
}
#replaceWrong_ContentPpManagement .center .centerdiv .centerdivone[data-v-6fbd78c0] {
  height: 100%;
  border: 1px solid #e8eaec;
  border-radius: 3px;
  padding: 5px;
  font-size: 20px;
  margin-right: 5px;
}
#replaceWrong_ContentPpManagement .center .centerdiv .centerdivone .zi[data-v-6fbd78c0] {
  height: calc(100% - 75px);
  margin-bottom: 5px;
}
#replaceWrong_ContentPpManagement .center .centerdiv .centerdivone .zi .tt[data-v-6fbd78c0] {
  height: 100%;
  font-weight: bolder;
}
#replaceWrong_ContentPpManagement .center .centerdiv .centerdivone .zi .zi1[data-v-6fbd78c0] {
  margin-top: 20px;
  height: calc(100% - 20px);
}
#replaceWrong_ContentPpManagement .center .centerdiv .centerdivone .but[data-v-6fbd78c0] {
  width: 100%;
  height: 70px;
}

.top[data-v-4f357387] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-4f357387]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
#qrCodeUrlIdMn[data-v-4f357387] {
  display: none;
}
.rotate_no[data-v-4f357387] {
  -webkit-transform: rotate(0deg) scale(1, -1);
  transform: rotate(0deg) scale(1, -1);
}
.xz[data-v-4f357387] {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.multi-line-ellipsis[data-v-4f357387] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.multi-line-dan[data-v-4f357387] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print {
canvas[data-v-4f357387] {
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated;
    /* 保持像素风格 */
}
#qrCodeUrlIdMn[data-v-4f357387] {
    display: initial;
}
}

.top[data-v-5902e65b] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-5902e65b]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-5f1cca38] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-5f1cca38]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.texteinput textarea.ivu-input {
  font-size: 26px;
}

.culture-check[data-v-293a7d41] {
  border: 1px solid #dcdee2;
  position: relative;
}
.culture-check-item[data-v-293a7d41] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-293a7d41]:first-child {
  border: none;
}
.culture-check-left[data-v-293a7d41] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-293a7d41] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title[data-v-293a7d41] {
  height: 100px;
  overflow-x: auto;
}

.top[data-v-13b68463] {
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.top[data-v-13b68463]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

*[data-v-7db6aef5] {
  font-family: PingFangSC-Regular, PingFang SC;
}
#statics_library[data-v-7db6aef5] {
  width: 100%;
  height: 100%;
  background: #F0F2F5;
}
#statics_library main[data-v-7db6aef5] {
  width: 100%;
  height: 100%;
  padding: 24px 0px 0px 25px;
  overflow-y: auto;
  display: -webkit-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#statics_library main .headOne[data-v-7db6aef5] {
  width: 100%;
  height: 35vh;
  margin-bottom: 24px;
  display: -webkit-box;
}
#statics_library main .headOne .boxItem[data-v-7db6aef5] {
  width: 23.7%;
  height: 100%;
  margin-right: 23px;
  padding: 0 24px;
  background: #ffffff;
  position: relative;
}
#statics_library main .headOne .boxItem .demo-spin-container[data-v-7db6aef5] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#statics_library main .headOne .boxItem .Item_top[data-v-7db6aef5] {
  width: 100%;
  height: 4.5vh;
  font-size: 1.5vh;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 4.5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#statics_library main .headOne .boxItem .Item_text[data-v-7db6aef5] {
  width: 100%;
  height: 5vh;
  font-size: 3vh;
  font-family: HelveticaNeue;
  color: rgba(0, 0, 0, 0.85);
  line-height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#statics_library main .headOne .boxItem .Item_text span[data-v-7db6aef5] {
  font-size: 2vh;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 5vh;
}
#statics_library main .headOne .boxItem .Item_chart[data-v-7db6aef5] {
  width: 100%;
  height: 21vh;
  overflow: hidden;
}
#statics_library main .headOne .boxItem .Item_chart .ccc[data-v-7db6aef5] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1vh;
  color: white;
}
#statics_library main .headOne .boxItem .Item_chart .ccc .schedule[data-v-7db6aef5] {
  width: 100%;
  height: 1vh;
  -webkit-box-shadow: 0 0 0.5vh #000;
          box-shadow: 0 0 0.5vh #000;
  border-radius: 1px;
  margin-left: 1vh;
  margin-right: 1vh;
}
#statics_library main .headOne .boxItem .Item_chart .ccc .schedule i[data-v-7db6aef5] {
  width: 100%;
  background: #00FFFF;
  height: 100%;
  display: block;
  border-radius: 1px;
}
#statics_library main .headOne .boxItem .Item_chart .ccc span[data-v-7db6aef5] {
  width: 21%;
  text-align: center;
  font-size: 1vh;
  color: #82171E;
}
#statics_library main .headOne .boxItem .Item_chart .ccc .word[data-v-7db6aef5] {
  font-size: 1vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #82171E;
}
#statics_library main .headOne .boxItem .Item_chart .ccc .word b[data-v-7db6aef5] {
  margin-right: 1.1vh;
  width: 0.7vh;
  height: 0.7vh;
  background: #00FFFF;
  border-radius: 50%;
}
#statics_library main .headOne .boxItem #readers[data-v-7db6aef5] {
  height: 20vh!important;
  width: 100%;
  overflow: hidden;
  color: white;
  position: absolute;
  top: 10vh;
  left: 0vh;
}
#statics_library main .headOne .boxItem #borrow[data-v-7db6aef5] {
  height: 20vh!important;
  width: 100%;
  overflow: hidden;
  color: white;
  position: absolute;
  top: 10vh;
  left: 0vh;
}
#statics_library main .headOne .boxItem .Item_count[data-v-7db6aef5] {
  width: 100%;
  height: 4vh;
  border-top: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#statics_library main .headOne .boxItem .Item_count p[data-v-7db6aef5] {
  font-size: 1.5vh;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 4vh;
}
#statics_library main .headOne .boxItem .Item_count p span[data-v-7db6aef5] {
  margin-left: 10px;
  margin-right: 4px;
  font-family: HelveticaNeue;
  color: rgba(0, 0, 0, 0.85);
}
#statics_library main .headOne .boxItem .Item_count p i[data-v-7db6aef5] {
  font-size: 14px;
}
#statics_library main .two[data-v-7db6aef5] {
  width: 100%;
  height: 53vh;
  margin-bottom: 24px;
  display: -webkit-box;
}
#statics_library main .two .boxItem_two[data-v-7db6aef5] {
  width: 48.7%;
  height: 100%;
  margin-right: 23px;
  background: #ffffff;
}
#statics_library main .three[data-v-7db6aef5] {
  width: 100%;
  height: 53vh;
  margin-bottom: 24px;
  display: -webkit-box;
}
#statics_library main .three .boxItem_three[data-v-7db6aef5] {
  width: 48.7%;
  height: 100%;
  margin-right: 23px;
  background: #ffffff;
  position: relative;
}
#statics_library main .four[data-v-7db6aef5] {
  width: 100%;
  height: 33vh;
  margin-bottom: 24px;
  padding-right: 25px;
  position: relative;
}
#statics_library main .four .bg[data-v-7db6aef5] {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 0 25px;
  position: relative;
}
#statics_library main .four .bg .fourheard[data-v-7db6aef5] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
#statics_library main .four .bg .fourheard p[data-v-7db6aef5] {
  font-size: 1.8vh;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 5vh;
}
#statics_library main .four .bg .Fourchart[data-v-7db6aef5] {
  width: 100%;
  height: 28vh;
  display: -webkit-box;
}
#statics_library main .four .bg .Fourchart .chartItem[data-v-7db6aef5] {
  margin-right: 23px;
  width: 24%;
  height: 100%;
}
#statics_library main .five[data-v-7db6aef5] {
  width: 100%;
  height: 53vh;
  margin-bottom: 24px;
  display: -webkit-box;
}
#statics_library main .five .boxItem_five[data-v-7db6aef5] {
  width: 49%;
  height: 100%;
  margin-right: 23px;
  background: #ffffff;
  position: relative;
}
#statics_library main .six[data-v-7db6aef5] {
  width: 100%;
  height: 53vh;
  margin-bottom: 24px;
  display: -webkit-box;
}
#statics_library main .six .boxItem_six[data-v-7db6aef5] {
  width: 48.7%;
  height: 100%;
  margin-right: 23px;
  background: #ffffff;
}
#statics_library main .eight[data-v-7db6aef5] {
  width: 100%;
  min-height: 48vh;
  margin-bottom: 24px;
  padding-right: 25px;
}
#statics_library main .eight .eight_bg[data-v-7db6aef5] {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  background: #ffffff;
}
#statics_library .zIndex[data-v-7db6aef5] {
  position: relative;
  z-index: 2;
}
/*---滚动条默认显示样式--*/
[data-v-7db6aef5]::-webkit-scrollbar-thumb {
  background-color: #999;
  height: 0px;
  outline-offset: -2px;
  outline: 2px solid #999;
  border-radius: 4px;
  border: 2px solid #999;
}
/*---鼠标点击滚动条显示样式--*/
[data-v-7db6aef5]::-webkit-scrollbar-thumb:hover {
  background-color: #999;
  height: 0px;
  -webkit-border-radius: 4px;
}
/*---滚动条大小--*/
[data-v-7db6aef5]::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  border-radius: 4px;
}
/*---滚动框背景样式--*/
[data-v-7db6aef5]::-webkit-scrollbar-track-piece {
  /*background-color:#CCC; */
  -webkit-border-radius: 4;
}

#Piechart[data-v-7bb35ad1] {
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
#Piechart .headerTop[data-v-7bb35ad1] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
#Piechart .headerTop p[data-v-7bb35ad1] {
  font-size: 1.8vh;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 5vh;
}
#Piechart .headerTop p span[data-v-7bb35ad1] {
  padding: 5px 16px;
  background: #FFFFFF;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #D9D9D9;
  font-size: 1.4vh;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  cursor: pointer;
}
#Piechart .headerTop p span[data-v-7bb35ad1]:hover {
  color: #82171E;
  border: 1px solid #82171E;
}
#Piechart .headerBottom[data-v-7bb35ad1] {
  width: 100%;
  height: 47.5vh;
  position: relative;
}
#Piechart .headerBottom .demo-spin-container[data-v-7bb35ad1] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#Piechart .headerBottom #Pie[data-v-7bb35ad1] {
  height: 100%;
  width: 60%;
  overflow: hidden;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#Piechart .headerBottom .Sidenavigation[data-v-7bb35ad1] {
  width: 40%;
  height: 90%;
  position: absolute;
  top: 5%;
  right: 5px;
  overflow: auto;
  cursor: pointer;
  z-index: 999;
}
#Piechart .headerBottom .Sidenavigation .boxitem[data-v-7bb35ad1] {
  width: 100%;
  min-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Piechart .headerBottom .Sidenavigation .boxitem i[data-v-7bb35ad1] {
  width: 25px;
  height: 15px;
  border-radius: 20%;
  font-size: 10px;
  background: #2d8cf0;
  margin-right: 8px;
}
#Piechart .headerBottom .Sidenavigation .boxitem p[data-v-7bb35ad1] {
  width: calc(100% - 32px);
  font-size: 14px;
}
#Piechart .headerBottom .Sidenavigation .boxitem p span[data-v-7bb35ad1] {
  font-size: 12px;
  margin-left: 5px;
}
#Piechart .headerBottom .Sidenavigation[data-v-7bb35ad1]::-webkit-scrollbar {
  width: 0 !important;
}
#Piechart .headerBottom .Sidenavigation[data-v-7bb35ad1]::-webkit-scrollbar {
  width: 0 !important;
  height: 0;
}
#Piechart .zIndex[data-v-7bb35ad1] {
  position: relative;
  z-index: 2;
}

#Piechart1[data-v-2e2b6ba8] {
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
#Piechart1 .headerTop[data-v-2e2b6ba8] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
#Piechart1 .headerTop p[data-v-2e2b6ba8] {
  font-size: 1.8vh;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 5vh;
}
#Piechart1 .headerTop p span[data-v-2e2b6ba8] {
  padding: 5px 16px;
  background: #FFFFFF;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #D9D9D9;
  font-size: 1.4vh;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  cursor: pointer;
}
#Piechart1 .headerTop p span[data-v-2e2b6ba8]:hover {
  color: #82171E;
  border: 1px solid #82171E;
}
#Piechart1 .headerBottom[data-v-2e2b6ba8] {
  width: 100%;
  height: 47.5vh;
  position: relative;
}
#Piechart1 .headerBottom .demo-spin-container[data-v-2e2b6ba8] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#Piechart1 .headerBottom #Pie[data-v-2e2b6ba8] {
  height: 100%;
  width: 60%;
  overflow: hidden;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#Piechart1 .headerBottom .Sidenavigation[data-v-2e2b6ba8] {
  width: 40%;
  height: 90%;
  position: absolute;
  top: 5%;
  right: 5px;
  overflow: auto;
  cursor: pointer;
  z-index: 999;
}
#Piechart1 .headerBottom .Sidenavigation .boxitem[data-v-2e2b6ba8] {
  width: 100%;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Piechart1 .headerBottom .Sidenavigation .boxitem i[data-v-2e2b6ba8] {
  width: 25px;
  height: 15px;
  border-radius: 20%;
  font-size: 10px;
  background: #2d8cf0;
  margin-right: 8px;
}
#Piechart1 .headerBottom .Sidenavigation .boxitem p[data-v-2e2b6ba8] {
  width: calc(100% - 32px);
  font-size: 14px;
}
#Piechart1 .headerBottom .Sidenavigation .boxitem p span[data-v-2e2b6ba8] {
  font-size: 12px;
  margin-left: 5px;
}
#Piechart1 .headerBottom .Sidenavigation[data-v-2e2b6ba8]::-webkit-scrollbar {
  width: 0 !important;
}
#Piechart1 .headerBottom .Sidenavigation[data-v-2e2b6ba8]::-webkit-scrollbar {
  width: 0 !important;
  height: 0;
}
#Piechart1 .zIndex[data-v-2e2b6ba8] {
  position: relative;
  z-index: 2;
}

#Piechart2[data-v-49162584] {
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
#Piechart2 .headerTop[data-v-49162584] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
#Piechart2 .headerTop p[data-v-49162584] {
  font-size: 1.8vh;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 5vh;
}
#Piechart2 .headerTop p span[data-v-49162584] {
  padding: 5px 16px;
  background: #FFFFFF;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #D9D9D9;
  font-size: 1.4vh;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  cursor: pointer;
}
#Piechart2 .headerTop p span[data-v-49162584]:hover {
  color: #82171E;
  border: 1px solid #82171E;
}
#Piechart2 .headerBottom[data-v-49162584] {
  width: 100%;
  height: 47.5vh;
  position: relative;
}
#Piechart2 .headerBottom .demo-spin-container[data-v-49162584] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#Piechart2 .headerBottom #Pie[data-v-49162584] {
  height: 100%;
  width: 60%;
  overflow: hidden;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#Piechart2 .headerBottom .Sidenavigation[data-v-49162584] {
  width: 40%;
  height: 90%;
  position: absolute;
  top: 5%;
  right: 5px;
  overflow: auto;
  cursor: pointer;
  z-index: 999;
}
#Piechart2 .headerBottom .Sidenavigation .boxitem[data-v-49162584] {
  width: 100%;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Piechart2 .headerBottom .Sidenavigation .boxitem i[data-v-49162584] {
  width: 25px;
  height: 15px;
  border-radius: 20%;
  font-size: 10px;
  background: #2d8cf0;
  margin-right: 8px;
}
#Piechart2 .headerBottom .Sidenavigation .boxitem p[data-v-49162584] {
  width: calc(100% - 32px);
  font-size: 14px;
}
#Piechart2 .headerBottom .Sidenavigation .boxitem p span[data-v-49162584] {
  font-size: 12px;
  margin-left: 5px;
}
#Piechart2 .headerBottom .Sidenavigation[data-v-49162584]::-webkit-scrollbar {
  width: 0 !important;
}
#Piechart2 .headerBottom .Sidenavigation[data-v-49162584]::-webkit-scrollbar {
  width: 0 !important;
  height: 0;
}
#Piechart2 .zIndex[data-v-49162584] {
  position: relative;
  z-index: 2;
}

#Histogram[data-v-384b330e] {
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
#Histogram .headerTop[data-v-384b330e] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
#Histogram .headerTop p[data-v-384b330e] {
  font-size: 1.8vh;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #82171E;
  line-height: 5vh;
  border-bottom: 1px solid #82171E;
}
#Histogram .headerTop p span[data-v-384b330e] {
  padding: 5px 16px;
  font-size: 1.4vh;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  cursor: pointer;
  border-bottom: 0px solid #ffffff;
}
#Histogram .headerTop p span[data-v-384b330e]:hover {
  color: #82171E;
}
#Histogram .headerTop p[data-v-384b330e]:nth-child(2) {
  border-bottom: 0px solid #ffffff;
}
#Histogram .headerBottom[data-v-384b330e] {
  width: 100%;
  height: 47.5vh;
  position: relative;
}
#Histogram .headerBottom .demo-spin-container[data-v-384b330e] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#Histogram .headerBottom #Pie[data-v-384b330e] {
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#Histogram .zIndex[data-v-384b330e] {
  position: relative;
  z-index: 2;
}

#Histogram1[data-v-6b6c81de] {
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
#Histogram1 .headerTop[data-v-6b6c81de] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
#Histogram1 .headerTop p[data-v-6b6c81de] {
  font-size: 1.8vh;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #82171E;
  line-height: 5vh;
  border-bottom: 1px solid #82171E;
}
#Histogram1 .headerTop p span[data-v-6b6c81de] {
  padding: 5px 16px;
  font-size: 1.4vh;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  cursor: pointer;
  border-bottom: 0px solid #ffffff;
}
#Histogram1 .headerTop p span[data-v-6b6c81de]:hover {
  color: #82171E;
}
#Histogram1 .headerTop p[data-v-6b6c81de]:nth-child(2) {
  border-bottom: 0px solid #ffffff;
}
#Histogram1 .headerBottom[data-v-6b6c81de] {
  width: 100%;
  height: 47.5vh;
  position: relative;
}
#Histogram1 .headerBottom .demo-spin-container[data-v-6b6c81de] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#Histogram1 .headerBottom #Pie[data-v-6b6c81de] {
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#Histogram1 .zIndex[data-v-6b6c81de] {
  position: relative;
  z-index: 2;
}

#Statisticallist[data-v-57305c2d] {
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
#Statisticallist .headerTop[data-v-57305c2d] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
#Statisticallist .headerTop p[data-v-57305c2d] {
  font-size: 1.8vh;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 5vh;
}
#Statisticallist .headerTop p span[data-v-57305c2d] {
  padding: 5px 16px;
  background: #FFFFFF;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #D9D9D9;
  font-size: 1.4vh;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  cursor: pointer;
}
#Statisticallist .headerTop p span[data-v-57305c2d]:hover {
  color: #82171E;
  border: 1px solid #82171E;
}
#Statisticallist .headerBottom[data-v-57305c2d] {
  width: 100%;
  height: 47.5vh;
  position: relative;
  padding: 2.5vh 0px 5vh 0px;
}
#Statisticallist .headerBottom .listbox[data-v-57305c2d] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#Statisticallist .headerBottom .listbox .demo-spin-container[data-v-57305c2d] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#Statisticallist .headerBottom .listbox .grid[data-v-57305c2d] {
  width: 100%;
  display: grid;
  height: 4vh;
  margin-top: 1vh;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E9E9E9;
}
#Statisticallist .headerBottom .listbox .grid span[data-v-57305c2d] {
  display: block;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.8vh;
  line-height: 4vh;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#Statisticallist .headerBottom .listbox .grid span[data-v-57305c2d]:nth-child(2) {
  color: #82171E;
  width: 40vh;
}
#Statisticallist .zIndex[data-v-57305c2d] {
  position: relative;
  z-index: 2;
}
#Statisticallist .suo1[data-v-57305c2d] {
  display: -webkit-box;
  /*将对象转为弹性盒模型展示*/
  -webkit-box-orient: vertical;
  /*设置弹性盒模型子元素的排列方式*/
  -webkit-line-clamp: 1;
  /*限制文本行数*/
  overflow: hidden;
  /*超出隐藏*/
}
#Statisticallist #aqt_page[data-v-57305c2d] {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  position: absolute;
  background-color: #ffffff;
  font-size: 12px;
}
#Statisticallist #aqt_page .page[data-v-57305c2d] {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--themeColor);
  cursor: pointer;
}
#Statisticallist #aqt_page .page i[data-v-57305c2d] {
  font-size: 40px;
}

#Statisticallist .StatistDate .ivu-input-wrapper {
  width: 100% !important;
  height: auto !important;
}
#Statisticallist .StatistDate .ivu-input-icon {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 16px !important;
  text-align: center !important;
  color: #808695 !important;
  position: absolute !important;
  right: 0 !important;
  z-index: 3 !important;
  top: 30% !important;
}
#Statisticallist .StatistDate .ivu-icon {
  display: inline-block !important;
  font-family: Ionicons;
  speak: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  vertical-align: middle !important;
}
#Statisticallist .StatistDate .ivu-input-icon-normal + .ivu-input {
  padding-right: 32px !important;
  padding-bottom: 0 !important;
}
#Statisticallist .StatistDate .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
#Statisticallist .StatistDate .ivu-input[disabled]:hover,
#Statisticallist .StatistDate fieldset[disabled] .ivu-input:hover {
  border-color: #e3e5e8 !important;
}
#Statisticallist .StatistDate .ivu-input[disabled],
#Statisticallist .StatistDate fieldset[disabled] .ivu-input {
  background-color: #f3f3f3 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
  color: #ccc !important;
}
#Statisticallist .StatistDate .ivu-date-picker .ivu-select-dropdown {
  top: 45px !important;
}
#Statisticallist .StatistDate .ivu-date-picker-cells span em {
  font-family: "MGQ8102" !important;
}
#Statisticallist .StatistDate .ivu-date-picker-header-label {
  font-family: "MGQ8102" !important;
}

#Selectjs[data-v-b9b65de2] {
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
#Selectjs .headerTop[data-v-b9b65de2] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
#Selectjs .headerTop p[data-v-b9b65de2] {
  font-size: 1.8vh;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 5vh;
}
#Selectjs .headerTop p span[data-v-b9b65de2] {
  padding: 5px 16px;
  background: #FFFFFF;
  border-radius: 2px 0px 0px 2px;
  border: 1px solid #D9D9D9;
  font-size: 1.4vh;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  cursor: pointer;
}
#Selectjs .headerTop p span[data-v-b9b65de2]:hover {
  color: #82171E;
  border: 1px solid #82171E;
}
#Selectjs .headerBottom[data-v-b9b65de2] {
  width: 100%;
  height: 47.5vh;
  position: relative;
  padding: 2.5vh 0px 5vh 0px;
}
#Selectjs .headerBottom .listbox[data-v-b9b65de2] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#Selectjs .headerBottom .listbox .demo-spin-container[data-v-b9b65de2] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#Selectjs .headerBottom .listbox .grid[data-v-b9b65de2] {
  width: 100%;
  display: grid;
  height: 4vh;
  margin-top: 1vh;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E9E9E9;
}
#Selectjs .headerBottom .listbox .grid span[data-v-b9b65de2] {
  display: block;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1.8vh;
  line-height: 4vh;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#Selectjs .headerBottom .listbox .grid span[data-v-b9b65de2]:nth-child(2) {
  color: #82171E;
  width: 40vh;
}
#Selectjs .zIndex[data-v-b9b65de2] {
  position: relative;
  z-index: 2;
}
#Selectjs .suo1[data-v-b9b65de2] {
  display: -webkit-box;
  /*将对象转为弹性盒模型展示*/
  -webkit-box-orient: vertical;
  /*设置弹性盒模型子元素的排列方式*/
  -webkit-line-clamp: 1;
  /*限制文本行数*/
  overflow: hidden;
  /*超出隐藏*/
}
#Selectjs #aqt_page[data-v-b9b65de2] {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  position: absolute;
  background-color: #ffffff;
  font-size: 12px;
}
#Selectjs #aqt_page .page[data-v-b9b65de2] {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--themeColor);
  cursor: pointer;
}
#Selectjs #aqt_page .page i[data-v-b9b65de2] {
  font-size: 40px;
}

#Selectjs .ivu-select {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  color: #515a6e;
  font-size: 14px;
  line-height: normal;
  height: auto!important;
}
#Selectjs .ivu-select-single .ivu-select-input {
  width: 100px!important;
}
#Selectjs input::-webkit-input-placeholder {
  width: 100px!important;
}
#Selectjs input::-moz-placeholder {
  width: 100px!important;
}
#Selectjs input::-ms-input-placeholder {
  width: 100px!important;
}
#Selectjs input::placeholder {
  width: 100px!important;
}
#Selectjs .ivu-select-single .ivu-select-selection {
  height: 32px!important;
  position: relative;
}
#Selectjs .ivu-select-single .ivu-select-selection .ivu-select-placeholder,
#Selectjs .ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  display: block!important;
  height: 30px!important;
  line-height: 30px!important;
  font-size: 12px!important;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  white-space: nowrap!important;
  padding-left: 8px!important;
  padding-right: 24px!important;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}
#Selectjs .ivu-select-arrow {
  position: absolute!important;
  line-height: 1!important;
  margin-top: -7px !important;
  font-size: 14px!important;
  color: #808695 !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  left: 80%!important;
  bottom: 23%!important;
}
#Selectjs .ivu-select-dropdown {
  width: inherit!important;
  max-height: 200px!important;
  overflow: auto!important;
  margin: 5px 0!important;
  padding: 5px 0!important;
  background-color: #fff !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border-radius: 4px!important;
  -webkit-box-shadow: 0 1px 6px rgb(0 0 0%) !important;
          box-shadow: 0 1px 6px rgb(0 0 0%) !important;
  position: absolute!important;
  z-index: 900!important;
}
#Selectjs .ivu-select .ivu-select-dropdown {
  width: auto!important;
}
#Selectjs .ivu-select-dropdown-list {
  min-width: 100%;
  list-style: none;
}
#Selectjs .ivu-select-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px!important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
#Selectjs .StatistDate .ivu-input-wrapper {
  width: 100% !important;
  height: auto !important;
}
#Selectjs .StatistDate .ivu-input-icon {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 16px !important;
  text-align: center !important;
  color: #808695 !important;
  position: absolute !important;
  right: 0 !important;
  z-index: 3 !important;
  top: 30% !important;
}
#Selectjs .StatistDate .ivu-icon {
  display: inline-block !important;
  font-family: Ionicons;
  speak: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  vertical-align: middle !important;
}
#Selectjs .StatistDate .ivu-input-icon-normal + .ivu-input {
  padding-right: 32px !important;
  padding-bottom: 0 !important;
}
#Selectjs .StatistDate .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
#Selectjs .StatistDate .ivu-input[disabled]:hover,
#Selectjs .StatistDate fieldset[disabled] .ivu-input:hover {
  border-color: #e3e5e8 !important;
}
#Selectjs .StatistDate .ivu-input[disabled],
#Selectjs .StatistDate fieldset[disabled] .ivu-input {
  background-color: #f3f3f3 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
  color: #ccc !important;
}
#Selectjs .StatistDate .ivu-date-picker .ivu-select-dropdown {
  top: 45px !important;
}
#Selectjs .StatistDate .ivu-date-picker-cells span em {
  font-family: "MGQ8102" !important;
}
#Selectjs .StatistDate .ivu-date-picker-header-label {
  font-family: "MGQ8102" !important;
}

#CircularChart[data-v-2b6b4814] {
  width: 100%;
  height: 100%;
}
#CircularChart .item[data-v-2b6b4814] {
  width: 100%;
  height: 100%;
}

#LongChart[data-v-5bb788bf] {
  width: 100%;
  height: 100%;
}
#LongChart .headerTop[data-v-5bb788bf] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
#LongChart .headerTop p[data-v-5bb788bf] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#LongChart .headerTop p span[data-v-5bb788bf] {
  height: 100%;
  font-size: 1.8vh;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  line-height: 5vh;
  cursor: pointer;
  margin-right: 70px;
  display: block;
}
#LongChart .headerTop p span[data-v-5bb788bf]:hover {
  color: #82171E;
  border-bottom: 1px solid #82171E;
}
#LongChart .headerTop .selector[data-v-5bb788bf] {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#LongChart .headerBottom[data-v-5bb788bf] {
  width: 100%;
  height: 43vh;
  position: relative;
}
#LongChart .headerBottom .demo-spin-container[data-v-5bb788bf] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#LongChart .zIndex[data-v-5bb788bf] {
  position: relative;
  z-index: 2;
}

#selectorjs .ivu-input-wrapper {
  width: 100% !important;
  height: auto !important;
}
#selectorjs .ivu-input-icon {
  width: 32px!important;
  height: 32px!important;
  line-height: 32px!important;
  font-size: 16px!important;
  text-align: center!important;
  color: #808695 !important;
  position: absolute!important;
  right: 0!important;
  z-index: 3!important;
  top: 30% !important;
}
#selectorjs .ivu-icon {
  display: inline-block !important;
  font-family: Ionicons;
  speak: none!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  text-rendering: auto!important;
  line-height: 1!important;
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
  vertical-align: middle!important;
}
#selectorjs .ivu-input-icon-normal + .ivu-input {
  padding-right: 32px!important;
  padding-bottom: 0!important;
}
#selectorjs .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
#selectorjs .ivu-input[disabled]:hover,
#selectorjs fieldset[disabled] .ivu-input:hover {
  border-color: #e3e5e8 !important;
}
#selectorjs .ivu-input[disabled],
#selectorjs fieldset[disabled] .ivu-input {
  background-color: #f3f3f3 !important;
  opacity: 1!important;
  cursor: not-allowed !important;
  color: #ccc !important;
}
#selectorjs .ivu-date-picker .ivu-select-dropdown {
  top: 45px!important;
}
#selectorjs .ivu-date-picker-cells span em {
  font-family: "MGQ8102" !important;
}
#selectorjs .ivu-date-picker-header-label {
  font-family: "MGQ8102" !important;
}

#LongChart1[data-v-334817d3] {
  width: 100%;
  height: 100%;
}
#LongChart1 .headerTop[data-v-334817d3] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
#LongChart1 .headerTop p[data-v-334817d3] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#LongChart1 .headerTop p span[data-v-334817d3] {
  height: 100%;
  font-size: 1.8vh;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  line-height: 5vh;
  cursor: pointer;
  margin-right: 70px;
  display: block;
}
#LongChart1 .headerTop p span[data-v-334817d3]:hover {
  color: #82171E;
  border-bottom: 1px solid #82171E;
}
#LongChart1 .headerTop .selector[data-v-334817d3] {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#LongChart1 .headerBottom[data-v-334817d3] {
  width: 100%;
  height: 43vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#LongChart1 .headerBottom .appStatistics[data-v-334817d3] {
  width: 16%;
  height: 100%;
  padding: 4vh 0;
}
#LongChart1 .headerBottom .appStatistics .appBox[data-v-334817d3] {
  width: 100%;
  height: 100%;
}
#LongChart1 .headerBottom .appStatistics .appBox .leftborder[data-v-334817d3] {
  border-left: 1px solid #eeeeee;
}
#LongChart1 .headerBottom .appStatistics .appBox .rightborder[data-v-334817d3] {
  border-right: 1px solid #eeeeee;
}
#LongChart1 .headerBottom .appStatistics .appBox .topborder[data-v-334817d3] {
  border-top: 1px solid #eeeeee;
  text-align: center;
}
#LongChart1 .headerBottom .appStatistics .appBox .bottomborder[data-v-334817d3] {
  border-bottom: 1px solid #eeeeee;
}
#LongChart1 .headerBottom .demo-spin-container[data-v-334817d3] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#LongChart1 .zIndex[data-v-334817d3] {
  position: relative;
  z-index: 2;
}

#selectorjs .ivu-input-wrapper {
  width: 100% !important;
  height: auto !important;
}
#selectorjs .ivu-input-icon {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 16px !important;
  text-align: center !important;
  color: #808695 !important;
  position: absolute !important;
  right: 0 !important;
  z-index: 3 !important;
  top: 30% !important;
}
#selectorjs .ivu-icon {
  display: inline-block !important;
  font-family: Ionicons;
  speak: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  vertical-align: middle !important;
}
#selectorjs .ivu-input-icon-normal + .ivu-input {
  padding-right: 32px !important;
  padding-bottom: 0 !important;
}
#selectorjs .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
#selectorjs .ivu-input[disabled]:hover,
#selectorjs fieldset[disabled] .ivu-input:hover {
  border-color: #e3e5e8 !important;
}
#selectorjs .ivu-input[disabled],
#selectorjs fieldset[disabled] .ivu-input {
  background-color: #f3f3f3 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
  color: #ccc !important;
}
#selectorjs .ivu-date-picker .ivu-select-dropdown {
  top: 45px !important;
}
#selectorjs .ivu-date-picker-cells span em {
  font-family: "MGQ8102" !important;
}
#selectorjs .ivu-date-picker-header-label {
  font-family: "MGQ8102" !important;
}
#LongChart .ivu-card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#BarChart[data-v-b981e0e4] {
  width: 100%;
  height: 100%;
}
#BarChart .headerTop[data-v-b981e0e4] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
#BarChart .headerTop p[data-v-b981e0e4] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#BarChart .headerTop p span[data-v-b981e0e4] {
  height: 100%;
  font-size: 1.8vh;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  line-height: 5vh;
  cursor: pointer;
  margin-right: 70px;
  display: block;
}
#BarChart .headerTop p span[data-v-b981e0e4]:hover {
  color: #82171E;
  border-bottom: 1px solid #82171E;
}
#BarChart .headerTop .selector[data-v-b981e0e4] {
  line-height: 5vh;
}
#BarChart .headerBottom[data-v-b981e0e4] {
  width: 100%;
  height: 43vh;
  position: relative;
}
#BarChart .headerBottom .demo-spin-container[data-v-b981e0e4] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#BarChart .zIndex[data-v-b981e0e4] {
  position: relative;
  z-index: 2;
}

#selectorjs .ivu-input-wrapper {
  width: 100% !important;
  height: auto !important;
}
#selectorjs .ivu-input-icon {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 16px !important;
  text-align: center !important;
  color: #808695 !important;
  position: absolute !important;
  right: 0 !important;
  z-index: 3 !important;
  top: 30% !important;
}
#selectorjs .ivu-icon {
  display: inline-block !important;
  font-family: Ionicons;
  speak: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  vertical-align: middle !important;
}
#selectorjs .ivu-input-icon-normal + .ivu-input {
  padding-right: 32px !important;
  padding-bottom: 0 !important;
}
#selectorjs .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
#selectorjs .ivu-input[disabled]:hover,
#selectorjs fieldset[disabled] .ivu-input:hover {
  border-color: #e3e5e8 !important;
}
#selectorjs .ivu-input[disabled],
#selectorjs fieldset[disabled] .ivu-input {
  background-color: #f3f3f3 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
  color: #ccc !important;
}
#selectorjs .ivu-date-picker .ivu-select-dropdown {
  top: 45px !important;
}
#selectorjs .ivu-date-picker-cells span em {
  font-family: "MGQ8102" !important;
}
#selectorjs .ivu-date-picker-header-label {
  font-family: "MGQ8102" !important;
}

#ClassNumber[data-v-0f62c9d4] {
  width: 100%;
  height: 100%;
}
#ClassNumber .headerTop[data-v-0f62c9d4] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
#ClassNumber .headerTop p[data-v-0f62c9d4] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ClassNumber .headerTop p span[data-v-0f62c9d4] {
  height: 100%;
  font-size: 1.8vh;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  line-height: 5vh;
  cursor: pointer;
  margin-right: 70px;
  display: block;
}
#ClassNumber .headerTop p span[data-v-0f62c9d4]:hover {
  color: #82171E;
  border-bottom: 1px solid #82171E;
}
#ClassNumber .headerTop .selector[data-v-0f62c9d4] {
  line-height: 5vh;
}
#ClassNumber .headerBottom[data-v-0f62c9d4] {
  width: 100%;
  height: 43vh;
  position: relative;
}
#ClassNumber .headerBottom .demo-spin-container[data-v-0f62c9d4] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#ClassNumber .zIndex[data-v-0f62c9d4] {
  position: relative;
  z-index: 2;
}

#ClassNumber .ivu-date-picker .ivu-select-dropdown {
  top: 45px !important;
}
#ClassNumber .ClassNumDate .ivu-input-wrapper {
  width: 100% !important;
  height: auto !important;
}
#ClassNumber .ClassNumDate .ivu-input-icon {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 16px !important;
  text-align: center !important;
  color: #808695 !important;
  position: absolute !important;
  right: 0 !important;
  z-index: 3 !important;
  top: 30% !important;
}
#ClassNumber .ClassNumDate .ivu-icon {
  display: inline-block !important;
  font-family: Ionicons;
  speak: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  vertical-align: middle !important;
}
#ClassNumber .ClassNumDate .ivu-input-icon-normal + .ivu-input {
  padding-right: 32px !important;
  padding-bottom: 0 !important;
}
#ClassNumber .ClassNumDate .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
#ClassNumber .ClassNumDate .ivu-input[disabled]:hover,
#ClassNumber .ClassNumDate fieldset[disabled] .ivu-input:hover {
  border-color: #e3e5e8 !important;
}
#ClassNumber .ClassNumDate .ivu-input[disabled],
#ClassNumber .ClassNumDate fieldset[disabled] .ivu-input {
  background-color: #f3f3f3 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
  color: #ccc !important;
}
#ClassNumber .ClassNumDate .ivu-date-picker .ivu-select-dropdown {
  top: 45px !important;
}
#ClassNumber .ClassNumDate .ivu-date-picker-cells span em {
  font-family: "MGQ8102" !important;
}
#ClassNumber .ClassNumDate .ivu-date-picker-header-label {
  font-family: "MGQ8102" !important;
}
#ClassNumber .ivu-input-wrapper {
  height: 32px!important;
}
#ClassNumber .ivu-input {
  width: 200px!important;
  height: 32px!important;
}
#ClassNumber .ivu-input-icon {
  right: 5px!important;
}
#ClassNumber .ivu-input-with-suffix {
  padding: 0!important;
}
#ClassNumber input::-webkit-input-placeholder {
  width: 165px!important;
}
#ClassNumber input::-moz-placeholder {
  width: 165px!important;
}
#ClassNumber input::-ms-input-placeholder {
  width: 165px!important;
}
#ClassNumber input::placeholder {
  width: 165px!important;
}

.loginmy[data-v-b6a9af4a] {
  width: 100%;
  height: 100%;
  background-image: url(/static/img/homebg.4915d74.png);
  background-size: 100% 100%;
  background-position: center;
  padding-top: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loginmy .language[data-v-b6a9af4a] {
  width: 40px;
  position: absolute;
  top: 50px;
  right: 120px;
}
.loginmy .language img[data-v-b6a9af4a] {
  width: 100%;
  cursor: pointer;
}
.loginmy-img[data-v-b6a9af4a] {
  height: 22%;
  width: 100%;
  margin-bottom: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loginmy-img img.zi[data-v-b6a9af4a] {
  width: auto;
  height: 100%;
}
.loginmy-con-header[data-v-b6a9af4a] {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 30px 0;
}
.loginmy-con .form-con[data-v-b6a9af4a] {
  height: 265px;
  padding-right: 20px;
}
.loginmy-con .form-con .ivu-form-item[data-v-b6a9af4a] {
  margin-right: 20px!important;
}
.loginmy-con .login-tip[data-v-b6a9af4a] {
  font-size: 10px;
  text-align: center;
  color: #c3c3c3;
}

.loginmy-con .ivu-form-item-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loginmy-con .ivu-form-item-content .inputVercod {
  height: 70%;
}
.loginmy-con .ivu-form-item-content .code {
  height: 28%;
  width: 36px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 24px;
  text-align: center;
  color: #045F5B;
  background: #ffffff;
  line-height: 36px;
  cursor: pointer;
  margin-right: 3px;
}
.loginmy-con .ivu-form-item-content input::-webkit-input-placeholder {
  width: 32px;
  line-height: 32px !important;
  position: absolute;
  left: 2px;
  right: 2px;
}
.loginmy .ivu-card {
  height: 280px;
  background: #04726e !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) !important;
  border-radius: 6px;
  padding: 20px 0 !important;
}
.loginmy .ivu-card-head {
  border: 0px solid #FFFFFF !important;
}
.loginmy .ivu-card-head p {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loginmy .ivu-card-head p span {
  font-size: 40px;
  font-weight: 300;
  color: #FBF0D4;
  line-height: 40px;
}
.loginmy .ivu-card-body {
  padding: 0 !important;
}
.loginmy .ivu-btn-primary {
  background: #F8DBA6 !important;
  border-color: #F8DBA6 !important;
  -webkit-box-shadow: 0px 2px 0px 0px #0B5581;
          box-shadow: 0px 2px 0px 0px #0B5581;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center!important;
      -ms-flex-align: center!important;
          align-items: center!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
      -ms-flex-direction: column!important;
          flex-direction: column!important;
  -webkit-box-pack: center!important;
      -ms-flex-pack: center!important;
          justify-content: center!important;
}
.loginmy .ivu-btn-primary span {
  color: #045F5B !important;
}
.loginmy .ivu-btn-primary:hover {
  opacity: 0.9 !important;
}

.login[data-v-e5fd059e] {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.login .language[data-v-e5fd059e] {
  width: 40px;
  position: absolute;
  top: 15px;
  right: 80px;
}
.login .language img[data-v-e5fd059e] {
  width: 100%;
  cursor: pointer;
}
.login-img[data-v-e5fd059e] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 440px;
}
.login-img img.zi[data-v-e5fd059e] {
  position: relative;
  display: block;
  margin: auto;
  height: 50%;
  top: calc(calc(100% - 50%) / 2.5);
}
.login-con[data-v-e5fd059e] {
  position: absolute;
  right: 160px;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: auto;
}
.login-con-header[data-v-e5fd059e] {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 30px 0;
}
.login-con .form-con[data-v-e5fd059e] {
  height: 265px;
  padding-right: 10px;
}
.login-con .login-tip[data-v-e5fd059e] {
  font-size: 10px;
  text-align: center;
  color: #c3c3c3;
}

.login-con .ivu-form-item-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-con .ivu-form-item-content .inputVercod {
  height: 70%;
}
.login-con .ivu-form-item-content .code {
  height: 28%;
  width: 36px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  font-size: 24px;
  text-align: center;
  color: #515a6e;
  line-height: 36px;
  cursor: pointer;
}
.login-con .ivu-form-item-content input::-webkit-input-placeholder {
  width: 32px;
  line-height: 32px !important;
  position: absolute;
  left: 2px;
  right: 2px;
}
.login-con .login_button .ivu-icon-ios-loading {
  position: absolute!important;
  top: 5px!important;
  left: calc(calc(100% - 20px) / 2) !important;
}

.login[data-v-845806dc] {
  width: 100%;
  height: 100%;
  background-image: url(/static/img/login-bg.b04e536.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.login .language[data-v-845806dc] {
  width: 40px;
  position: absolute;
  top: 15px;
  right: 80px;
}
.login .language img[data-v-845806dc] {
  width: 100%;
  cursor: pointer;
}
.login-img[data-v-845806dc] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 440px;
}
.login-img img.zi[data-v-845806dc] {
  position: relative;
  display: block;
  margin: auto;
  height: 50%;
  top: calc(calc(100% - 50%) / 2.5);
}
.login-con[data-v-845806dc] {
  position: absolute;
  right: 160px;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: auto;
}
.login-con-header[data-v-845806dc] {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 30px 0;
}
.login-con .form-con[data-v-845806dc] {
  height: 265px;
  padding-right: 10px;
}
.login-con .login-tip[data-v-845806dc] {
  font-size: 10px;
  text-align: center;
  color: #c3c3c3;
}

.login-con .ivu-form-item-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-con .ivu-form-item-content .inputVercod {
  height: 70%;
}
.login-con .ivu-form-item-content .code {
  height: 28%;
  width: 36px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  font-size: 24px;
  text-align: center;
  color: #515a6e;
  line-height: 36px;
  cursor: pointer;
}
.login-con .ivu-form-item-content input::-webkit-input-placeholder {
  width: 32px;
  line-height: 32px !important;
  position: absolute;
  left: 2px;
  right: 2px;
}

.top[data-v-51c728f3] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-51c728f3]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#newMagazineJournalMn .file_box[data-v-d28e0682] {
  height: 100%;
  margin-right: 5px;
  position: relative;
  padding-bottom: 5px;
}
#newMagazineJournalMn .file_box .av_box[data-v-d28e0682] {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#newMagazineJournalMn .file_box .av_box p[data-v-d28e0682] {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#newMagazineJournalMn .file_box .av_box i[data-v-d28e0682] {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#newMagazineJournalMn .file_box .img_box[data-v-d28e0682] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#newMagazineJournalMn .file_box .img_box .img_item[data-v-d28e0682] {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#newMagazineJournalMn .file_box .img_box .img_item img[data-v-d28e0682] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#newMagazineJournalMn .file_box .img_box .img_item i[data-v-d28e0682] {
  font-size: 20px;
  color: #888888;
  position: absolute;
  right: -15px;
  top: -10px;
  cursor: pointer;
}

#newMagazineJournalMn .ivu-col-span-24 {
  width: auto!important;
  height: 100% !important;
}
#newMagazineJournalMn .ivu-col-span-12 {
  width: auto!important;
  height: 50% !important;
}
#newMagazineJournalMn .ivu-form .ivu-form-item-label {
  text-align: right!important;
}
#newMagazineJournalMn .ivu-select-multiple .ivu-select-input {
  width: 34px!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
#newMagazineJournalMn .ivu-input-group-append .ivu-btn,
#newMagazineJournalMn .ivu-input-group-prepend .ivu-btn {
  border-color: none!important;
  border: 1px solid #dcdee2 !important;
  background-color: #f8f8f9 !important;
}
#newMagazineJournalMn .ivu-input-group-append,
#newMagazineJournalMn .ivu-input-group-prepend {
  border: none!important;
  background-color: none!important;
}
#newMagazineJournalMn .ivu-select-dropdown {
  height: 100% !important;
}

#JournaloldOperationMn .quick_button[data-v-3550f540] {
  position: fixed;
  right: 20px;
  bottom: 70px;
  display: none;
}
#JournaloldOperationMn .file_box[data-v-3550f540] {
  height: 100%;
  margin-right: 5px;
  position: relative;
  padding-bottom: 5px;
}
#JournaloldOperationMn .file_box .av_box[data-v-3550f540] {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#JournaloldOperationMn .file_box .av_box p[data-v-3550f540] {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#JournaloldOperationMn .file_box .av_box i[data-v-3550f540] {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#JournaloldOperationMn .file_box .img_box[data-v-3550f540] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#JournaloldOperationMn .file_box .img_box .img_item[data-v-3550f540] {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#JournaloldOperationMn .file_box .img_box .img_item img[data-v-3550f540] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#JournaloldOperationMn .file_box .img_box .img_item i[data-v-3550f540] {
  font-size: 20px;
  color: #888888;
  position: absolute;
  right: -15px;
  top: -10px;
  cursor: pointer;
}

.top[data-v-665b9de6] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-665b9de6]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.title {
  padding: 5px 0;
  font-size: 20px;
}

.none[data-v-47d32aa0] {
  display: none;
}
.top[data-v-47d32aa0] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-47d32aa0]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-04a78fad] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-04a78fad]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#newOperationMagazineMn {
  border: 1px solid #dcdee2;
  width: calc(100% - 50px);
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
#newOperationMagazineMn .ivu-col-span-24 {
  width: auto!important;
  height: 100% !important;
}
#newOperationMagazineMn .ivu-col-span-12 {
  width: auto!important;
  height: 50% !important;
}
#newOperationMagazineMn .ivu-form .ivu-form-item-label {
  text-align: right!important;
}
#newOperationMagazineMn .ivu-select-multiple .ivu-select-input {
  width: 34px!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
#newOperationMagazineMn .ivu-input-group-append .ivu-btn,
#newOperationMagazineMn .ivu-input-group-prepend .ivu-btn {
  border-color: none!important;
  border: 1px solid #dcdee2 !important;
  background-color: #f8f8f9 !important;
}
#newOperationMagazineMn .ivu-input-group-append,
#newOperationMagazineMn .ivu-input-group-prepend {
  border: none!important;
  background-color: none!important;
}
#newOperationMagazineMn .ivu-select-dropdown {
  height: 100% !important;
}

.quick_button[data-v-4e4daae8] {
  position: fixed;
  right: 20px;
  bottom: 70px;
  display: none;
}

#MagazineStatistics {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
#MagazineStatistics .Collapse {
  border: none!important;
  margin-right: 5px;
  font-size: 20px;
  background-color: initial!important;
}
#MagazineStatistics .Collapse .initial .ivu-divider-inner-text {
  font-weight: bolder;
  font-size: 25px;
}
#MagazineStatistics .Collapse .childtitle {
  font-size: 18px;
  padding: 10px 10px 0px;
}
#MagazineStatistics .Collapse .ivu-collapse-header {
  height: 100%!important;
  border: none!important;
  padding-left: 0!important;
  background-color: #f7f7f7;
  margin-right: 10px;
}

#SearchConditionjournalmn {
  max-width: 100vh;
  height: 300px;
}
#SearchConditionjournalmn .su {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
#SearchConditionjournalmn .nosu {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
#SearchConditionjournalmn .hh {
  height: 100%;
  margin-right: 10px;
}
#SearchConditionjournalmn .hh .ivu-select-input {
  line-height: 0px!important;
}
#SearchConditionjournalmn .ww {
  width: 100%;
}

.content-div {
  width: 300px;
  height: 150px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.content-div .content-div-pic {
  margin: 5px 16px 13px 13px;
  border-radius: 4px;
  width: 100px;
  height: 100px;
}
.content-div .content-right-div {
  padding: 0px;
}
.content-div .content-right-div .content-right-div-title {
  max-width: 90px;
  overflow: hidden;
  line-height: 28px;
  font-weight: bold;
  color: #606060;
  font-size: 20px;
  height: 100%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-text-orientation: sideways-right;
}
.content-div .content-right-div .content-right-div-titlehy {
  max-width: 90px;
  overflow: hidden;
  line-height: 28px;
  font-weight: bold;
  color: #606060;
  font-size: 20px;
  height: 100%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.common-culture .top[data-v-b83cd3e8] {
  min-height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-culture .top[data-v-b83cd3e8]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.culture-check[data-v-4e48c444] {
  border: 1px solid #dcdee2;
}
.culture-check-item[data-v-4e48c444] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-4e48c444]:first-child {
  border: none;
}
.culture-check-left[data-v-4e48c444] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-4e48c444] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title[data-v-4e48c444] {
  height: 100px;
  overflow-x: auto;
}

.download li[data-v-6709e592] {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.download li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.top[data-v-91624c52] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-91624c52]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-3fab66ee] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-3fab66ee]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-394f3f38] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-394f3f38]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-6cf0ba43] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-6cf0ba43]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-61630a15] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-61630a15]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-52042d84] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-52042d84]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.none[data-v-594f0d9d] {
  display: none;
}
.top[data-v-594f0d9d] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-594f0d9d]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-377f6ac3] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-377f6ac3]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-77deebc2] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-77deebc2]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.title {
  padding: 5px 0;
  font-size: 14px;
}

.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.SearchSelect_mn {
  position: relative;
}
.aqt_Poptip {
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
}
.aqt_Poptip .ivu-poptip-rel {
  height: 100%;
}
.aqt_Poptip .aqt_height {
  height: 100%;
  left: 0px !important;
}
.aqt_Poptip .aqt_height .aqt_ul li:hover {
  color: #2d8cf0;
}

.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.album-manager .top[data-v-738f4cab] {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.album-manager .top[data-v-738f4cab]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.download li[data-v-0919907e] {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.download li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.CN img {
  height: 80px;
  width: 80px;
}
.name {
  padding: 5px 0;
  font-size: 14px;
}

.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.download li[data-v-313f21da] {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.download li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.common-culture .top[data-v-ffbfeac6] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-culture .top[data-v-ffbfeac6]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.tableBtn[data-v-33c566f5] {
  margin-right: 10px;
}
.table_box[data-v-33c566f5] {
  width: 100%;
  height: 500px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.page-data[data-v-33c566f5] {
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e8eaec;
  padding-top: 15px;
  margin-left: 50px;
}
.page-data .page-total[data-v-33c566f5] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title {
  padding: 5px 0;
  font-size: 20px;
}

.CN img {
  height: 80px;
  width: 80px;
}
.title {
  padding: 5px 0;
  font-size: 14px;
}

.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.download li[data-v-7f6a422d] {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.download li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.music-manager .top[data-v-478fd642] {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.music-manager .top[data-v-478fd642]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.tableBtn[data-v-1ccb3b4e] {
  margin-right: 10px;
}
.table_box[data-v-1ccb3b4e] {
  width: 100%;
  height: 500px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.page-data[data-v-1ccb3b4e] {
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e8eaec;
  padding-top: 15px;
  margin-left: 50px;
}
.page-data .page-total[data-v-1ccb3b4e] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title {
  padding: 5px 0;
  font-size: 14px;
}

.CN img {
  height: 80px;
  width: 80px;
}
.title {
  padding: 5px 0;
  font-size: 14px;
}

.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.download li[data-v-b02f23e2] {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.download li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.song-manager .top[data-v-68276d3e] {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.song-manager .top[data-v-68276d3e]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.tableBtn[data-v-796f718e] {
  margin-right: 10px;
}
.table_box[data-v-796f718e] {
  width: 100%;
  height: 500px;
  padding: 10px;
  position: relative;
}
.page-data[data-v-796f718e] {
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e8eaec;
  padding-top: 15px;
  margin-left: 50px;
}
.page-data .page-total[data-v-796f718e] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title {
  padding: 5px 0;
  font-size: 20px;
}

.tableBtn[data-v-6392d6d2] {
  margin-right: 10px;
}
.table_box[data-v-6392d6d2] {
  width: 100%;
  height: 500px;
  padding: 10px;
  position: relative;
}
.page-data[data-v-6392d6d2] {
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e8eaec;
  padding-top: 15px;
  margin-left: 50px;
}
.page-data .page-total[data-v-6392d6d2] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title {
  padding: 5px 0;
  font-size: 20px;
}

.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.interview-manager .top[data-v-29e71370] {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interview-manager .top[data-v-29e71370]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.download li[data-v-08027f78] {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.download li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title {
  padding: 5px 0;
  font-size: 18px;
}

.museum-manager .top[data-v-75ea2caf] {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.museum-manager .top[data-v-75ea2caf]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.download li[data-v-e59639f4] {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.download li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.title {
  padding: 5px 0;
  font-size: 18px;
}

.museum-manager .top[data-v-174ed185] {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.museum-manager .top[data-v-174ed185]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.download li[data-v-157b5865] {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.download li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title {
  padding: 5px 0;
  font-size: 18px;
}

.news-manager .top[data-v-64ebcf32] {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-manager .top[data-v-64ebcf32]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.download li[data-v-37d21172] {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.download li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#listshow {
  width: 100%;
  height: 100%;
}
#listshow .listshow {
  padding: 30px;
}
#listshow .top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#listshow .top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-befd9148] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-befd9148]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.title {
  padding: 5px 0;
  font-size: 20px;
}

.demo-upload-list {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover {
  display: block;
}
.demo-upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}

.none[data-v-2163ad3e] {
  display: none;
}
.top[data-v-2163ad3e] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-2163ad3e]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-557fa092] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-557fa092]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-2f6d8b6c] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-2f6d8b6c]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-77c528ae] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-77c528ae]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-cbe95d2e] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-cbe95d2e]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
.leftborder {
  border-left: 1px solid #eeeeee;
}
.rightborder {
  border-right: 1px solid #eeeeee;
}
.topborder {
  border-top: 1px solid #eeeeee;
  text-align: center;
}
.bottomborder {
  border-bottom: 1px solid #eeeeee;
}

.culture-check[data-v-720260e5] {
  border: 1px solid #dcdee2;
  position: relative;
}

.margbottom[data-v-5af763ab] {
  position: relative;
  margin-right: 10px;
}
.margright[data-v-5af763ab] {
  margin-right: 10px;
}
.textaligin[data-v-5af763ab] {
  text-align: center;
}
.eachardiv[data-v-5af763ab] {
  width: 500px;
  overflow: hidden;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.top[data-v-8fdd5d5e] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-8fdd5d5e]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-17956b8a] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-17956b8a]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-1b6e8704] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-1b6e8704]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#treediv table tr td .avat {
  border-radius: 50%;
}
#treediv table tr td .name {
  -webkit-writing-mode: vertical-lr !important;
      -ms-writing-mode: tb-lr !important;
          writing-mode: vertical-lr !important;
  text-orientation: sideways-right;
  text-orientation: sideways!important;
  -o-text-orientation: sideways!important;
  -ms-text-orientation: sideways!important;
  -moz-text-orientation: sideways!important;
  -webkit-text-orientation: sideways!important;
  -webkit-text-orientation: sideways-right !important;
  line-height: 1em;
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#treediv table tr td .extend_handle {
  left: calc(50% + 3px) !important;
}

.culture-check[data-v-367c2965] {
  border: 1px solid #dcdee2;
  position: relative;
}
.culture-check-item[data-v-367c2965] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-367c2965]:first-child {
  border: none;
}
.culture-check-left[data-v-367c2965] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-367c2965] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title[data-v-367c2965] {
  height: 100px;
  overflow-x: auto;
}

.top[data-v-5499241b] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-5499241b]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#cpdiv .associat .ivu-modal {
  height: 320px !important;
}
#cpdiv .cmr {
  margin-right: 5px !important;
}
#cpdiv .cwidth {
  height: 150px !important;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

*[data-v-87ca8986] {
  font-family: PingFangSC-Regular, PingFang SC;
}
#AppUsageAnalysis[data-v-87ca8986] {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding: 12px 15px 0px 15px;
}
#AppUsageAnalysis .AppUsageAnalysis[data-v-87ca8986] {
  width: 100%;
  height: 100%;
}
#AppUsageAnalysis .AppUsageAnalysis .Operation_button[data-v-87ca8986] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#AppUsageAnalysis .AppUsageAnalysis .Rendered_Content[data-v-87ca8986] {
  width: 100%;
  height: calc(100% - 5vh);
  padding-top: 2vh;
  border-top: 1px solid #F0F0F0;
  position: relative;
}
#AppUsageAnalysis .AppUsageAnalysis .Rendered_Content .demo-spin-container[data-v-87ca8986] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#AppUsageAnalysis .AppUsageAnalysis .zIndex[data-v-87ca8986] {
  position: relative;
  z-index: 2;
}
#AppUsageAnalysis .AppUsageAnalysis .suo1[data-v-87ca8986] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#NormalList[data-v-d97fb9b6] {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
#NormalList #arrange[data-v-d97fb9b6] {
  width: 100%;
  height: calc(100% - 10vh);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow-y: auto;
  padding-top: 1vh;
}
#NormalList #arrange p[data-v-d97fb9b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #82171E;
  font-size: 1.5vh;
  line-height: 2.5vh;
  opacity: 0.8;
  padding: 0 1vh;
}
#NormalList #arrange .grid_Secd[data-v-d97fb9b6] {
  grid-template-columns: 1fr 2fr 1fr;
}
#NormalList #arrange .grid_four[data-v-d97fb9b6] {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#NormalList #arrange .grid_four_gps[data-v-d97fb9b6] {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#NormalList #arrange .grid_five[data-v-d97fb9b6] {
  grid-template-columns: 1fr 1fr 2fr 1fr 2fr;
}
#NormalList #arrange .grid_arrange[data-v-d97fb9b6] {
  width: calc(calc(100% - 30px) / 2);
  display: grid;
  margin-top: 1vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(12, 0, 161, 0.26);
}
#NormalList #arrange .grid_arrange span[data-v-d97fb9b6] {
  color: #82171E;
  font-size: 1.5vh;
  text-align: center;
  word-break: break-word;
}
#NormalList #arrange .grid_arrange img[data-v-d97fb9b6] {
  height: 2vh;
  justify-self: center;
}
#NormalList #arrange .span_1[data-v-d97fb9b6] {
  color: #FA6400 !important;
}
#NormalList #arrange .span_2[data-v-d97fb9b6] {
  color: #E02020 !important;
}
#NormalList #arrange .span_3[data-v-d97fb9b6] {
  color: #6DD400 !important;
}
#NormalList .page_h[data-v-d97fb9b6] {
  width: 100%;
  height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#NormalList .wrap[data-v-d97fb9b6] {
  overflow: hidden!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#NormalList .zIndex[data-v-d97fb9b6] {
  position: relative;
  z-index: 2;
}
#NormalList .suo1[data-v-d97fb9b6] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#NormalList #arrange[data-v-d97fb9b6]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 12px;
}
#NormalList #arrange[data-v-d97fb9b6]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
#NormalList #arrange[data-v-d97fb9b6]::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

#NormalList .ivu-page.mini .ivu-page-item {
  width: auto!important;
}

#Rendered_Content[data-v-1c067125] {
  width: 100%;
  height: 100%;
}
#Rendered_Content #arrange[data-v-1c067125] {
  width: 100%;
  height: calc(100% - 10vh);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-top: 1vh;
  overflow-x: hidden;
  overflow-y: auto;
}
#Rendered_Content #arrange .grid_arrange[data-v-1c067125] {
  width: 100%;
  display: grid;
  margin-top: 1vh;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(12, 0, 161, 0.26);
}
#Rendered_Content #arrange .grid_arrange p[data-v-1c067125] {
  color: #82171E;
  font-size: 1.5vh;
  text-align: center;
}
#Rendered_Content #arrange .grid_arrange .culist[data-v-1c067125] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#Rendered_Content #arrange .grid_arrange .culist span[data-v-1c067125] {
  border-bottom: 1px solid rgba(12, 0, 161, 0.26);
  margin-bottom: 1vh;
  color: #82171E;
}
#Rendered_Content #arrange .grid_arrange .culist span[data-v-1c067125]:last-child {
  border-bottom: 0px solid #ffffff;
  margin-bottom: 0vh;
}
#Rendered_Content #arrange .grid_arrange .culist span[data-v-1c067125]:nth-child(1) {
  color: #FA6400 !important;
}
#Rendered_Content #arrange .grid_arrange .culist span[data-v-1c067125]:nth-child(2) {
  color: #E02020 !important;
}
#Rendered_Content #arrange .grid_arrange .culist span[data-v-1c067125]:nth-child(3) {
  color: #6DD400 !important;
}
#Rendered_Content #arrange .grid_arrange img[data-v-1c067125] {
  height: 2vh;
  justify-self: center;
}
#Rendered_Content #arrange .grid_arrange:nth-of-type(2) p[data-v-1c067125] {
  color: #FA6400;
}
#Rendered_Content #arrange .grid_arrange:nth-of-type(3) p[data-v-1c067125] {
  color: #E02020;
}
#Rendered_Content #arrange .grid_arrange:nth-of-type(4) p[data-v-1c067125] {
  color: #6DD400;
}
#Rendered_Content #arrange[data-v-1c067125]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 12px;
}
#Rendered_Content #arrange[data-v-1c067125]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
#Rendered_Content #arrange[data-v-1c067125]::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
#Rendered_Content .page_h[data-v-1c067125] {
  width: 100%;
  height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#Rendered_Content .zIndex[data-v-1c067125] {
  position: relative;
  z-index: 2;
}
#Rendered_Content .suo1[data-v-1c067125] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#Rendered_Content .ivu-page.mini .ivu-page-item {
  width: auto!important;
}

#MultipleList[data-v-559e0ada] {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#MultipleList .Multiple[data-v-559e0ada] {
  width: calc(calc(100% - 15px) / 2);
}
#MultipleList .Multiple p[data-v-559e0ada] {
  width: 100%;
  height: 3vh;
  font-size: 2vh;
  color: #333333;
  line-height: 3vh;
}
#MultipleList .Multiple .Multiple_box[data-v-559e0ada] {
  width: 100%;
  height: calc(100% - 3vh);
  position: relative;
}
#MultipleList .Multiple .Multiple_box .demo-spin-container[data-v-559e0ada] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#tiaomadiv[data-v-66b090d3] {
  width: 100%;
  height: calc(100% - 20px);
  margin: 10px auto;
}
#tiaomadiv .input[data-v-66b090d3] {
  width: 72px;
  height: 100%;
}
#tiaomadiv .inputs[data-v-66b090d3]::-webkit-input-placeholder {
  width: 100% !important;
}
#tiaomadiv .inputs[data-v-66b090d3]::-moz-placeholder {
  width: 100% !important;
}
#tiaomadiv .inputs[data-v-66b090d3]::-ms-input-placeholder {
  width: 100% !important;
}
#tiaomadiv .inputs[data-v-66b090d3]::placeholder {
  width: 100% !important;
}
#tiaomadiv .tiaoma[data-v-66b090d3] {
  width: calc(100% - 300px);
  height: 100%;
}
#tiaomadiv .tiaoma .div[data-v-66b090d3] {
  height: 100%;
  width: 92%;
  float: left;
}
#tiaomadiv .tiaoma .div .div1[data-v-66b090d3] {
  height: 100%;
  width: calc(calc(100vh - 80px) * 0.71);
  margin: auto;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-y: auto;
}
#tiaomadiv .tiaoma .div .div1 .one[data-v-66b090d3] {
  height: 10%;
  width: 25%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  border: 1px solid #000;
}
#tiaomadiv .tiaoma .button[data-v-66b090d3] {
  height: 100%;
  width: 8%;
  text-align: center;
}
#tiaomadiv .tiaoma .onediv[data-v-66b090d3] {
  border: 1px solid #000;
}
@media print {
.textfamily[data-v-66b090d3] {
    font-family: '\9ED1\4F53' !important;
    font-size: 24px!important;
    font-weight: 600!important;
}
}

#tiaomadivBatch {
  width: 100%;
  height: calc(100% - 20px);
  margin: 10px auto;
}
#tiaomadivBatch .input {
  width: 70px;
  height: 100%;
}
#tiaomadivBatch .tiaoma {
  height: 100%;
  width: 100%;
}
#tiaomadivBatch .tiaoma .div {
  height: 100%;
  width: 92%;
}
#tiaomadivBatch .tiaoma .div .div1 {
  height: 100%;
  width: calc(calc(100vh - 240px) * 0.71);
  margin: 0 auto;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-y: auto;
}
#tiaomadivBatch .tiaoma .div .div1 .one {
  height: 15%;
  width: 25%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  border: 1px solid #000;
}
#tiaomadivBatch .tiaoma .onediv {
  border: 1px solid #000;
}
#tiaomadivBatch .button {
  height: 100%;
  width: 80px;
  text-align: center;
  position: fixed;
  right: 10px;
}
@media print {
@page {
    size: auto;
}
* {
    font-family: '\9ED1\4F53' !important;
    font-size: 24px!important;
    font-weight: 600!important;
}
}

.top[data-v-66e5dd54] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-66e5dd54]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.border[data-v-25a93f2c] {
  border: 1px solid #e8eaec;
}
.borderb[data-v-25a93f2c] {
  border-bottom: 1px solid #e8eaec;
}
.bordert[data-v-25a93f2c] {
  border-top: 1px solid #e8eaec;
}
.borderr[data-v-25a93f2c] {
  border-right: 1px solid #e8eaec;
}
.w105px[data-v-25a93f2c] {
  width: 105px;
}
.w100[data-v-25a93f2c] {
  width: 100%;
}
.w50[data-v-25a93f2c] {
  width: 50%;
}
.w3[data-v-25a93f2c] {
  width: calc(100% / 3);
}
.h100[data-v-25a93f2c] {
  height: 100%;
}
.h20[data-v-25a93f2c] {
  height: 20%;
}
.h30[data-v-25a93f2c] {
  height: 30%;
}
.h40[data-v-25a93f2c] {
  height: 40%;
}
.h60[data-v-25a93f2c] {
  height: 60%;
}
.font25[data-v-25a93f2c] {
  font-size: 25px;
}
.font12[data-v-25a93f2c] {
  font-size: 12px;
}
.red[data-v-25a93f2c] {
  color: red;
}
.green[data-v-25a93f2c] {
  color: green;
}
.blue[data-v-25a93f2c] {
  color: blue;
}
#sta[data-v-25a93f2c] {
  width: 100%;
  height: 100%;
  position: relative;
}
#sta .one[data-v-25a93f2c] {
  height: 100%;
  margin-right: 10px;
}
.center[data-v-25a93f2c] {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.top[data-v-81eefb08] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-81eefb08]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.vertical-center-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vertical-center-modal .ivu-modal {
  top: 0;
}
.top {
  height: 590px;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#booksearch {
  width: 100%;
}
#booksearch .left {
  position: relative;
  width: 470px;
}
#booksearch .right {
  width: calc(100% - 470px);
}
#booksearch .ivu-card {
  width: 100%;
}
#booksearch .ivu-card .ivu-card-head {
  background-color: #808695;
}
#booksearch .ivu-card .ivu-card-head .linecolor {
  color: #ffffff;
}
#booksearch .ivu-card .ivu-card-body {
  width: calc(100% - 50px);
}
#booksearch .culture-check {
  border: 1px solid #dcdee2;
  position: relative;
}
#booksearch .culture-check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#booksearch .culture-check-item:first-child {
  border: none;
}
#booksearch .culture-check-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
#booksearch .culture-check-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
#booksearch .culture-check-title {
  height: 100px;
  overflow-x: auto;
}

.vertical-center-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vertical-center-modal .ivu-modal {
  top: 0;
}
.top {
  height: 590px;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#Common_magzxine {
  width: 100%;
}
#Common_magzxine .left {
  position: relative;
  width: 350px;
}
#Common_magzxine .right {
  width: calc(100% - 350px);
}
#Common_magzxine .ivu-card {
  width: 100%;
}
#Common_magzxine .ivu-card .ivu-card-head {
  background-color: #808695;
}
#Common_magzxine .ivu-card .ivu-card-head .linecolor {
  color: #ffffff;
}
#Common_magzxine .ivu-card .ivu-card-body {
  width: calc(100% - 50px);
}
#Common_magzxine .culture-check {
  border: 1px solid #dcdee2;
  position: relative;
}
#Common_magzxine .culture-check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Common_magzxine .culture-check-item:first-child {
  border: none;
}
#Common_magzxine .culture-check-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
#Common_magzxine .culture-check-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
#Common_magzxine .culture-check-title {
  width: 100px;
  overflow-x: auto;
}

.culture-check {
  border: 1px solid #dcdee2;
  position: relative;
}
.culture-check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item:first-child {
  border: none;
}
.culture-check-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title {
  height: 100px;
  overflow-x: auto;
}
.culture-check .image-container {
  width: 120px;
  height: 190px;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check .image-container img {
  width: 100%;
  /* 或者其他尺寸 */
  height: 100%;
}
.culture-check .image-container .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 22px;
  /* 文字大小 */
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}
.pageDataJt_journal {
  height: 100%;
  width: 42px;
  padding: 10px 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pageDataJt_journal .pageTotalJt {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#newLibraryMagazineOperMn .ivu-col-span-24 {
  width: auto!important;
  height: 100% !important;
}
#newLibraryMagazineOperMn .ivu-col-span-12 {
  width: auto!important;
  height: 50% !important;
}
#newLibraryMagazineOperMn .ivu-form .ivu-form-item-label {
  text-align: right!important;
}
#newLibraryMagazineOperMn .ivu-select-multiple .ivu-select-input {
  width: 34px!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
#newLibraryMagazineOperMn .ivu-input-group-append .ivu-btn,
#newLibraryMagazineOperMn .ivu-input-group-prepend .ivu-btn {
  border-color: none!important;
  border: 1px solid #dcdee2 !important;
  background-color: #f8f8f9 !important;
}
#newLibraryMagazineOperMn .ivu-input-group-append,
#newLibraryMagazineOperMn .ivu-input-group-prepend {
  border: none!important;
  background-color: none!important;
}

#panelhearder .ivu-collapse-header {
  height: 100% !important;
  border-right: 1px solid #dcdee2 !important;
  border-bottom: none !important;
}
#panelhearder .quick_button {
  position: fixed;
  right: 20px;
  bottom: 70px;
  display: none;
}

.culture-check[data-v-1c9796a2] {
  border: 1px solid #dcdee2;
  position: relative;
}
.culture-check-item[data-v-1c9796a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-1c9796a2]:first-child {
  border: none;
}
.culture-check-left[data-v-1c9796a2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-1c9796a2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-title[data-v-1c9796a2] {
  height: 100px;
  overflow-x: auto;
}

.culture-check[data-v-28b1881f] {
  border: 1px solid #dcdee2;
  position: relative;
}
.culture-check-item[data-v-28b1881f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-28b1881f]:first-child {
  border: none;
}
.culture-check-left[data-v-28b1881f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-28b1881f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title[data-v-28b1881f] {
  height: 100px;
  overflow-x: auto;
}

.top[data-v-2babab2a] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-2babab2a]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-58375594] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-58375594]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.title {
  padding: 5px 0;
  font-size: 20px;
}

.top[data-v-14f38cf2] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-14f38cf2]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top {
  height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-9e81a9c0] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-9e81a9c0]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
.leftborder[data-v-9e81a9c0] {
  border-left: 1px solid #eeeeee;
}
.rightborder[data-v-9e81a9c0] {
  border-right: 1px solid #eeeeee;
}
.topborder[data-v-9e81a9c0] {
  border-top: 1px solid #eeeeee;
  text-align: center;
}
.bottomborder[data-v-9e81a9c0] {
  border-bottom: 1px solid #eeeeee;
}

#TotleStyle[data-v-2fa0b992] {
  width: 100%;
  height: 100%;
  padding: 8px;
  position: relative;
}
#TotleStyle .totleTop[data-v-2fa0b992] {
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#TotleStyle .StatisticsLibraryBook[data-v-2fa0b992] {
  height: 100%;
  width: calc(100% - 50px);
  overflow-y: auto;
}
#TotleStyle .table-equal-height[data-v-2fa0b992] {
  height: 100%;
  border-collapse: collapse;
}
#TotleStyle .table-equal-height th[data-v-2fa0b992],
#TotleStyle .table-equal-height td[data-v-2fa0b992] {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 16px;
  text-align: center;
}
#TotleStyle .header_title[data-v-2fa0b992] {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

.table-equal-height[data-v-27c6c236] {
  height: 100%;
  border-collapse: collapse;
}
.table-equal-height th[data-v-27c6c236],
.table-equal-height td[data-v-27c6c236] {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 16px;
  text-align: center;
}
.header_title[data-v-27c6c236] {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

.linecolor {
  background-color: #808695;
  color: #ffffff;
  border-radius: 2px;
}

#bbtTable .ivu-table {
  overflow-x: auto;
}
#bbtTable_two .ivu-table {
  overflow-x: auto;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.culture-check[data-v-b4d8e330] {
  border: 1px solid #dcdee2;
  position: relative;
  width: 100%;
}
.culture-check .tj[data-v-b4d8e330] {
  width: 100%;
  height: 100%;
}

.top[data-v-3dbf9eec] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-3dbf9eec]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#IndexLibtablediv .ivu-table .demo-table-info-row td {
  background-color: #2db7f5;
  color: #fff;
}
#IndexLibtablediv .tabdiv {
  height: 100%;
  width: 100%;
}
#IndexLibtablediv .tabdiv .ivu-tabs-content {
  width: calc(100% - 48px);
  height: 100%;
}
#IndexLibtablediv .tabdiv .ivu-tabs-content .TabPanediv {
  height: 100%;
  width: 100%;
  overflow: auto;
}
#IndexLibtablediv .top {
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-right: 10px;
}

.top[data-v-24fe23cc] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-24fe23cc]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-94f937b8] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-94f937b8]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#searchCom[data-v-1b0a1377] {
  max-width: 100vh;
  height: 300px;
}
#searchCom .hh[data-v-1b0a1377] {
  height: 100%;
  margin-right: 10px;
}
#searchCom .pbox[data-v-1b0a1377] {
  height: 100%;
  min-width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top[data-v-a4b6b348] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-a4b6b348]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-3e8d05d8] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-3e8d05d8]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.demo-upload-list[data-v-2051b190] {
  display: inline-block;
  width: 200px;
  height: 200px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  margin-right: 4px;
}
.demo-upload-list img[data-v-2051b190] {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover[data-v-2051b190] {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .6);
  color: #ffffff;
}
.demo-upload-list:hover .demo-upload-list-cover[data-v-2051b190] {
  display: block;
}

.common-culture .top[data-v-2051b190] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-culture .top[data-v-2051b190]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#PicAlbum_Operation .file_box[data-v-0c8f4a71] {
  height: 100%;
  margin-right: 5px;
  position: relative;
  padding-bottom: 5px;
}
#PicAlbum_Operation .file_box .av_box[data-v-0c8f4a71] {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#PicAlbum_Operation .file_box .av_box p[data-v-0c8f4a71] {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#PicAlbum_Operation .file_box .av_box i[data-v-0c8f4a71] {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#PicAlbum_Operation .file_box .img_box[data-v-0c8f4a71] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#PicAlbum_Operation .file_box .img_box .img_item[data-v-0c8f4a71] {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#PicAlbum_Operation .file_box .img_box .img_item img[data-v-0c8f4a71] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#PicAlbum_Operation .file_box .img_box .img_item i[data-v-0c8f4a71] {
  font-size: 20px;
  color: #888888;
  position: absolute;
  right: -15px;
  top: -10px;
  cursor: pointer;
}

#Species {
  width: 100%;
}
#Species .serial_number {
  width: 60%;
}
#Species .serial_number .zhanwei {
  height: calc(100% - 20px);
  width: 32px;
  background-color: hsla(220, 4%, 58%, 0.1);
  border-color: hsla(220, 4%, 58%, 0.2);
  color: #909399;
  font-size: 16px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 32px;
  margin-right: 8px;
  margin-top: 10px;
  padding-top: 8px;
}

#CanusseSerial {
  height: calc(100% - 20px);
  width: 100%;
  margin-top: 10px;
  padding: 0 5px;
  overflow: auto;
}

#SpeciesOperation .zhanwei_oper {
  height: 100%;
  width: 28px;
  background-color: #2d8cf0;
  color: #ffffff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  text-align: start;
  padding-top: 10px;
  margin-right: 20px;
  line-height: 28px;
}
#SpeciesOperation .base_infor {
  width: 300px;
  margin-right: 10px;
}

*[data-v-2dc81a57] {
  font-family: PingFangSC-Regular, PingFang SC;
}
#statics_chart[data-v-2dc81a57] {
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  overflow-y: auto;
}
#statics_chart .margbottoms[data-v-2dc81a57] {
  margin-bottom: 1vh;
}
#statics_chart main[data-v-2dc81a57] {
  width: 100%;
  min-height: 100%;
  padding: 12px 15px 20px 14px;
  display: -webkit-box;
}
#statics_chart main .left[data-v-2dc81a57] {
  width: 26.5%;
  height: 100%;
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#statics_chart main .left .userStatistics[data-v-2dc81a57] {
  width: 100%;
  height: 49vh;
  position: relative;
  overflow: hidden;
  padding: 2vh 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}
#statics_chart main .left .userStatistics #userStatistics[data-v-2dc81a57] {
  position: relative;
  width: 100%;
  height: 45%;
  overflow: hidden;
}
#statics_chart main .left .userStatistics #userStatistics .ccc[data-v-2dc81a57] {
  padding: 0 1vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin-top: 1.5vh;
}
#statics_chart main .left .userStatistics #userStatistics .ccc .schedule[data-v-2dc81a57] {
  width: 40%;
  height: 0.5vh;
  -webkit-box-shadow: 0 0 0.5vh #19507A;
          box-shadow: 0 0 0.5vh #19507A;
  border-radius: 0 1.5vh 1.5vh 0;
  margin-left: 1vh;
}
#statics_chart main .left .userStatistics #userStatistics .ccc .schedule i[data-v-2dc81a57] {
  width: 100%;
  background: #00FFFF;
  height: 100%;
  display: block;
  border-radius: 0 1.5vh 1.5vh 0;
}
#statics_chart main .left .userStatistics #userStatistics .ccc span[data-v-2dc81a57] {
  width: 21%;
  text-align: center;
  font-size: 1vh;
  color: #82171E;
}
#statics_chart main .left .userStatistics #userStatistics .ccc .word[data-v-2dc81a57] {
  font-size: 1vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #82171E;
}
#statics_chart main .left .userStatistics #userStatistics .ccc .word b[data-v-2dc81a57] {
  margin-right: 1.1vh;
  width: 0.7vh;
  height: 0.7vh;
  background: #00FFFF;
  border-radius: 50%;
}
#statics_chart main .left .userStatistics .leaderboard[data-v-2dc81a57] {
  height: 55%;
  width: 100%;
  overflow: hidden;
  color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#statics_chart main .left .userStatistics .leaderboard p[data-v-2dc81a57] {
  height: 3vh;
  background: -webkit-gradient(linear, right top, left top, from(#FFE0E5), to(#82171E));
  background: linear-gradient(270deg, #FFE0E5 0%, #82171E 100%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7vh;
  padding: 0vh 2vh;
  line-height: 3vh;
}
#statics_chart main .left .userStatistics .leaderboard p[data-v-2dc81a57]::before {
  content: '';
  z-index: 100;
  width: 5px;
  height: 5px;
  left: 0.5vh;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: white;
  position: absolute;
  border-radius: 50%;
}
#statics_chart main .left .userStatistics .leaderboard #leaderboard[data-v-2dc81a57] {
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#statics_chart main .left .sort[data-v-2dc81a57] {
  width: 100%;
  height: 40.5vh;
  position: relative;
  padding: 2vh 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}
#statics_chart main .left .sort .num[data-v-2dc81a57] {
  position: relative;
  z-index: 1000;
  padding-top: 1vh;
}
#statics_chart main .left .sort .num p[data-v-2dc81a57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1vh;
  color: #82171E;
  font-size: 1.5vh;
  line-height: 2.3vh;
}
#statics_chart main .left .sort #sort[data-v-2dc81a57] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#statics_chart main .left .borrowReturn[data-v-2dc81a57] {
  width: 100%;
  height: 45vh;
  position: relative;
  padding: 2vh 2vh 1vh 2vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}
#statics_chart main .left .borrowReturn #ReturnTj[data-v-2dc81a57] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  padding-top: 1vh;
}
#statics_chart main .left .borrowReturn #ReturnTj p[data-v-2dc81a57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #82171E;
  font-size: 1.5vh;
  line-height: 2.5vh;
  opacity: 0.8;
  padding: 0 1vh;
}
#statics_chart main .left .borrowReturn #ReturnTj .grid_borrow[data-v-2dc81a57] {
  display: grid;
  margin-top: 1vh;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(12, 0, 161, 0.26);
}
#statics_chart main .left .borrowReturn #ReturnTj .grid_borrow span[data-v-2dc81a57] {
  color: #82171E;
  font-size: 1.5vh;
  text-align: center;
}
#statics_chart main .left .borrowReturn #ReturnTj .grid_borrow img[data-v-2dc81a57] {
  height: 2vh;
  justify-self: center;
}
#statics_chart main .left .borrowReturn .page_h[data-v-2dc81a57] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#statics_chart main .in[data-v-2dc81a57] {
  width: 45.5%;
  height: 100%;
  margin-right: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#statics_chart main .in .map[data-v-2dc81a57] {
  height: 53.5vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}
#statics_chart main .in .map .mapTop[data-v-2dc81a57] {
  width: 100%;
  height: 13vh;
  padding: 2vh 2vh 0vh 2vh;
}
#statics_chart main .in .map .mapTop .maptitle[data-v-2dc81a57] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2vh;
  color: #82171E;
  font-weight: 600;
}
#statics_chart main .in .map .mapTop .maptitle span[data-v-2dc81a57] {
  width: 10px;
  height: 30px;
  background: #82171E;
  margin-right: 8px;
}
#statics_chart main .in .map .mapTop .mapcontent[data-v-2dc81a57] {
  width: 100%;
  height: 6vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#statics_chart main .in .map .mapTop .mapcontent .mapcontent_item[data-v-2dc81a57] {
  width: 30%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#statics_chart main .in .map .mapTop .mapcontent .mapcontent_item p[data-v-2dc81a57] {
  font-size: 1.5vh;
  color: #82171E;
}
#statics_chart main .in .map .mapTop .mapcontent .mapcontent_item p span[data-v-2dc81a57] {
  font-size: 3vh;
  color: #82171E;
  margin-left: 4px;
}
#statics_chart main .in .map .mapTop .mapcontent .mapcontent_item i[data-v-2dc81a57] {
  font-size: 3vh;
  color: #82171E;
  margin-right: 4px;
}
#statics_chart main .in .map #AMap[data-v-2dc81a57] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0vh 2vh 2vh 2vh;
  position: relative;
  height: 45vh;
}
#statics_chart main .in .map #AMap #map[data-v-2dc81a57] {
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #170965;
}
#statics_chart main .in .map #AMap .currentMap[data-v-2dc81a57] {
  position: absolute;
  left: 4vh;
  bottom: 3.5vh;
  background: #020C48;
  z-index: 1000;
  padding: 1vh;
  border: 1px solid #32C5FF;
}
#statics_chart main .in .map #AMap .currentMap .item[data-v-2dc81a57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F5F5F5;
  font-size: 1.5vh;
  margin-bottom: 0.5vh;
}
#statics_chart main .in .map #AMap .currentMap .item > p[data-v-2dc81a57]:first-of-type {
  margin-right: 1.5vh;
  text-align: right;
}
#statics_chart main .in .map #AMap .currentMap .item section[data-v-2dc81a57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 15vh;
}
#statics_chart main .in .map #AMap .currentMap .item section div[data-v-2dc81a57] {
  width: 100px;
  height: 2vh;
}
#statics_chart main .in .map #AMap .currentMap .item section div i[data-v-2dc81a57] {
  background: -webkit-gradient(linear, right top, left top, from(#1F4CA2), to(rgba(31, 76, 162, 0)));
  background: linear-gradient(270deg, #1F4CA2 0%, rgba(31, 76, 162, 0) 100%);
  opacity: 0.59;
  display: block;
  height: 100%;
}
#statics_chart main .in .map #AMap .currentMap .item section p[data-v-2dc81a57]:last-of-type {
  margin-left: 1.5vh;
}
#statics_chart main .in .collectionPlace[data-v-2dc81a57] {
  height: 36vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}
#statics_chart main .in .collectionPlace #collectionPlace[data-v-2dc81a57] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#statics_chart main .in .purchasePaperBook[data-v-2dc81a57] {
  width: 100%;
  height: 45vh;
  position: relative;
  padding: 2vh 2vh 1vh 2vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}
#statics_chart main .in .purchasePaperBook #purchasePaperBook[data-v-2dc81a57] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  padding-top: 1vh;
}
#statics_chart main .in .purchasePaperBook #purchasePaperBook p[data-v-2dc81a57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #82171E;
  font-size: 1.5vh;
  line-height: 2.5vh;
  opacity: 0.8;
  padding: 0 1vh;
}
#statics_chart main .in .purchasePaperBook #purchasePaperBook .grid_borrow[data-v-2dc81a57] {
  display: grid;
  margin-top: 1vh;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(12, 0, 161, 0.26);
}
#statics_chart main .in .purchasePaperBook #purchasePaperBook .grid_borrow span[data-v-2dc81a57] {
  color: #82171E;
  font-size: 1.5vh;
  text-align: center;
}
#statics_chart main .in .purchasePaperBook #purchasePaperBook .grid_borrow img[data-v-2dc81a57] {
  height: 2vh;
  justify-self: center;
}
#statics_chart main .in .purchasePaperBook .page_h[data-v-2dc81a57] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#statics_chart main .right[data-v-2dc81a57] {
  width: 26.5%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#statics_chart main .right .app[data-v-2dc81a57] {
  height: 35vh;
  position: relative;
  padding: 2vh 2vh 1vh 2vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}
#statics_chart main .right .app #appTj[data-v-2dc81a57] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  padding-top: 1vh;
}
#statics_chart main .right .app #appTj p[data-v-2dc81a57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #82171E;
  font-size: 1.5vh;
  line-height: 2.5vh;
  opacity: 0.8;
  padding: 0 1vh;
}
#statics_chart main .right .app #appTj .grid[data-v-2dc81a57] {
  display: grid;
  margin-top: 1vh;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(12, 0, 161, 0.26);
}
#statics_chart main .right .app #appTj .grid span[data-v-2dc81a57] {
  color: #82171E;
  font-size: 1.5vh;
  text-align: center;
}
#statics_chart main .right .app #appTj .grid img[data-v-2dc81a57] {
  height: 2vh;
  justify-self: center;
}
#statics_chart main .right .app #appTj .grid:nth-of-type(2) span[data-v-2dc81a57] {
  color: #FA6400;
}
#statics_chart main .right .app #appTj .grid:nth-of-type(3) span[data-v-2dc81a57] {
  color: #E02020;
}
#statics_chart main .right .app #appTj .grid:nth-of-type(4) span[data-v-2dc81a57] {
  color: #6DD400;
}
#statics_chart main .right .statistics[data-v-2dc81a57] {
  width: 100%;
  height: calc(25.5vh);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  padding: 2vh;
}
#statics_chart main .right .statistics #schedule1[data-v-2dc81a57] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5vh 0vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#statics_chart main .right .statistics #schedule1 div[data-v-2dc81a57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#statics_chart main .right .statistics #schedule1 div p[data-v-2dc81a57] {
  margin-top: 0.5vh;
  color: #82171E;
  font-size: 1.7vh;
}
#statics_chart main .right .type[data-v-2dc81a57] {
  height: 28vh;
  position: relative;
  padding: 2vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}
#statics_chart main .right .type #type[data-v-2dc81a57] {
  padding-top: 1vh;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#statics_chart main .right .type #type .box[data-v-2dc81a57] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#statics_chart main .right .type #type .item[data-v-2dc81a57] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: calc(100% - 8vh);
}
#statics_chart main .right .type #type .text[data-v-2dc81a57] {
  height: 8vh;
  font-size: 1vh;
  text-align: center;
  color: #82171E;
  padding: 0 2px;
}
#statics_chart main .right .purchaseEBook[data-v-2dc81a57] {
  width: 100%;
  height: 45vh;
  position: relative;
  padding: 2vh 2vh 1vh 2vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}
#statics_chart main .right .purchaseEBook #purchaseEBook[data-v-2dc81a57] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  padding-top: 1vh;
}
#statics_chart main .right .purchaseEBook #purchaseEBook p[data-v-2dc81a57] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #82171E;
  font-size: 1.5vh;
  line-height: 2.5vh;
  opacity: 0.8;
  padding: 0 1vh;
}
#statics_chart main .right .purchaseEBook #purchaseEBook .grid_borrow[data-v-2dc81a57] {
  display: grid;
  margin-top: 1vh;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(12, 0, 161, 0.26);
}
#statics_chart main .right .purchaseEBook #purchaseEBook .grid_borrow span[data-v-2dc81a57] {
  color: #82171E;
  font-size: 1.5vh;
  text-align: center;
}
#statics_chart main .right .purchaseEBook #purchaseEBook .grid_borrow img[data-v-2dc81a57] {
  height: 2vh;
  justify-self: center;
}
#statics_chart main .right .purchaseEBook .page_h[data-v-2dc81a57] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#statics_chart .zIndex[data-v-2dc81a57] {
  position: relative;
  z-index: 2;
}
#statics_chart .span_1[data-v-2dc81a57] {
  color: #FA6400 !important;
}
#statics_chart .span_2[data-v-2dc81a57] {
  color: #E02020 !important;
}
#statics_chart .span_3[data-v-2dc81a57] {
  color: #6DD400 !important;
}
#statics_chart .title[data-v-2dc81a57] {
  position: relative;
  width: 100%;
  display: -webkit-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.5vh;
}
#statics_chart .title .custom_title[data-v-2dc81a57] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
}
#statics_chart .title .custom_title p[data-v-2dc81a57] {
  color: #FFFFFF;
  font-size: 1.9vh;
  opacity: 0.9;
}
#statics_chart .title .custom_title p[data-v-2dc81a57]:first-child {
  font-size: 0.8vh !important;
  padding: 0.6vh 0;
  line-height: 1.5vh;
  margin-right: 0.5vh;
}
#statics_chart .demo-spin-container[data-v-2dc81a57] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#statics_chart .suo1[data-v-2dc81a57] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#statics_chart[data-v-2dc81a57]::-webkit-scrollbar {
  /*滚动条整体样式*/
  display: none !important;
}
.loading-enter-active[data-v-2dc81a57],
.loading-leave-active[data-v-2dc81a57] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.loading-enter[data-v-2dc81a57],
.loading-leave-to[data-v-2dc81a57] {
  opacity: 0;
}
@media screen and (max-height: 680px) {
#userStatistics .ccc[data-v-2dc81a57] {
    margin-top: 1vh !important;
}
}
/* 去掉高德地图Logo */
.amap-logo {
  display: none !important;
}
.amap-copyright {
  bottom: -100px;
  display: none !important;
}
.window {
  padding: 2vh 3vh;
  position: relative;
}
.window .close {
  position: absolute;
  right: 1.5vh;
  top: 1vh;
  color: white;
  z-index: 100;
  cursor: pointer;
  font-size: 1vh;
}
.window > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.window .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}
.window .header b {
  display: block;
  font-size: 1.5vh;
  color: #32C5FF;
}
.window .header .bar {
  width: 5px;
  height: 20px;
  background: #32C5FF;
  border-radius: 5px;
  margin-right: 15px;
}
.window .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}
.window .bottom img {
  width: 40px;
  height: 40px;
}
.window .bottom .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  font-size: 1.5vh;
  color: white;
}
.window .bottom .info p {
  color: white;
}
























































































































.loading[data-v-7fff7018] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #82171E;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a[data-v-7fff7018] {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-animation: a-data-v-7fff7018 3s infinite linear;
          animation: a-data-v-7fff7018 3s infinite linear;
}
.b[data-v-7fff7018] {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-animation: a-data-v-7fff7018 2s infinite linear;
          animation: a-data-v-7fff7018 2s infinite linear;
}
@-webkit-keyframes a-data-v-7fff7018 {
0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}
50% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
}
100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}
}
@keyframes a-data-v-7fff7018 {
0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}
50% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
}
100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
}
}

.table-equal-height[data-v-2a901be4] {
  height: 100%;
  border-collapse: collapse;
}
.table-equal-height th[data-v-2a901be4],
.table-equal-height td[data-v-2a901be4] {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 16px;
  text-align: center;
}
.header_title[data-v-2a901be4] {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

#StatisticsLibraryBook[data-v-422100bc] {
  width: 100%;
  height: 100%;
  padding: 8px;
  position: relative;
}
#StatisticsLibraryBook .totleTop[data-v-422100bc] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#StatisticsLibraryBook .StatisticsLibraryBook[data-v-422100bc] {
  height: 100%;
  overflow: auto;
}
#StatisticsLibraryBook .table-equal-height[data-v-422100bc] {
  height: 100%;
  border-collapse: collapse;
}
#StatisticsLibraryBook .table-equal-height th[data-v-422100bc],
#StatisticsLibraryBook .table-equal-height td[data-v-422100bc] {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 16px;
  text-align: center;
}
#StatisticsLibraryBook .header_title[data-v-422100bc] {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

#mapaqt[data-v-40628502] {
  width: 100%;
  height: 100%;
}
#mapaqt .map[data-v-40628502] {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}
#mapaqt .map .mapTop[data-v-40628502] {
  width: 100%;
  height: 7vh;
  padding: 2vh 2vh 2vh 2vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mapaqt .map .mapTop .maptitle[data-v-40628502] {
  width: 100%;
  height: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2vh;
  color: #82171E;
  font-weight: 600;
}
#mapaqt .map .mapTop .maptitle span[data-v-40628502] {
  width: 10px;
  height: 30px;
  background: #82171E;
  margin-right: 8px;
}
#mapaqt .map .mapTop .totle[data-v-40628502] {
  font-size: 2vh;
  color: #82171E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20vh;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#mapaqt .map .mapTop .totle span[data-v-40628502] {
  font-size: 1.8vh;
  margin-left: 5px;
}
#mapaqt .map .mapTop .mapcontent[data-v-40628502] {
  width: 100%;
  height: 6vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mapaqt .map .mapTop .mapcontent .mapcontent_item[data-v-40628502] {
  width: 30%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mapaqt .map .mapTop .mapcontent .mapcontent_item p[data-v-40628502] {
  font-size: 1.5vh;
  color: #82171E;
}
#mapaqt .map .mapTop .mapcontent .mapcontent_item p span[data-v-40628502] {
  font-size: 3vh;
  color: #82171E;
  margin-left: 4px;
}
#mapaqt .map .mapTop .mapcontent .mapcontent_item i[data-v-40628502] {
  font-size: 3vh;
  color: #82171E;
  margin-right: 4px;
}
#mapaqt .map #AMap[data-v-40628502] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0vh 2vh 2vh 2vh;
  position: relative;
  height: 45vh;
}
#mapaqt .map #AMap #map[data-v-40628502] {
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #170965;
}
#mapaqt .map #AMap .currentMap[data-v-40628502] {
  position: absolute;
  left: 4vh;
  bottom: 3.5vh;
  background: #020C48;
  z-index: 1000;
  padding: 1vh;
  border: 1px solid #32C5FF;
}
#mapaqt .map #AMap .currentMap .item[data-v-40628502] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F5F5F5;
  font-size: 1.5vh;
  margin-bottom: 0.5vh;
}
#mapaqt .map #AMap .currentMap .item > p[data-v-40628502]:first-of-type {
  margin-right: 1.5vh;
  text-align: right;
}
#mapaqt .map #AMap .currentMap .item section[data-v-40628502] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 15vh;
}
#mapaqt .map #AMap .currentMap .item section div[data-v-40628502] {
  width: 100px;
  height: 2vh;
}
#mapaqt .map #AMap .currentMap .item section div i[data-v-40628502] {
  background: -webkit-gradient(linear, right top, left top, from(#1F4CA2), to(rgba(31, 76, 162, 0)));
  background: linear-gradient(270deg, #1F4CA2 0%, rgba(31, 76, 162, 0) 100%);
  opacity: 0.59;
  display: block;
  height: 100%;
}
#mapaqt .map #AMap .currentMap .item section p[data-v-40628502]:last-of-type {
  margin-left: 1.5vh;
}
/* 去掉高德地图Logo */
.amap-logo {
  display: none !important;
}
.amap-copyright {
  bottom: -100px;
  display: none !important;
}
.window {
  padding: 2vh 3vh;
  position: relative;
}
.window .close {
  position: absolute;
  right: 1.5vh;
  top: 1vh;
  color: white;
  z-index: 100;
  cursor: pointer;
  font-size: 1vh;
}
.window > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.window .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}
.window .header b {
  display: block;
  font-size: 1.5vh;
  color: #32C5FF;
}
.window .header .bar {
  width: 5px;
  height: 20px;
  background: #32C5FF;
  border-radius: 5px;
  margin-right: 15px;
}
.window .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}
.window .bottom img {
  width: 40px;
  height: 40px;
}
.window .bottom .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  font-size: 1.5vh;
  color: white;
}
.window .bottom .info p {
  color: white;
}

.top[data-v-31e5b1b8] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-31e5b1b8]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
#qrCodeUrlIdMn[data-v-31e5b1b8] {
  display: none;
}
.rotate_no[data-v-31e5b1b8] {
  -webkit-transform: rotate(0deg) scale(1, -1);
  transform: rotate(0deg) scale(1, -1);
}
.xz[data-v-31e5b1b8] {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.multi-line-ellipsis[data-v-31e5b1b8] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.multi-line-dan[data-v-31e5b1b8] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print {
canvas[data-v-31e5b1b8] {
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated;
    /* 保持像素风格 */
}
#qrCodeUrlIdMn[data-v-31e5b1b8] {
    display: initial;
}
}

#divtable[data-v-62459ffa] {
  border-collapse: collapse;
  margin: 0;
  /* 去除外边距 */
  margin-right: 10px;
}
#divtable td[data-v-62459ffa],
#divtable th[data-v-62459ffa] {
  padding: 0;
  /* 去除内边距 */
  border: 1px solid #e8eaec;
  height: 130px;
  text-align: center;
}

#CashierSystem[data-v-57a3d073] {
  width: 100%;
  height: 100%;
  background: #f8f8f9;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#CashierSystem .box_content[data-v-57a3d073] {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
#CashierSystem .box_heji[data-v-57a3d073] {
  height: 300px;
  width: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 ;
}
#CashierSystem .cell_box[data-v-57a3d073] {
  width: 100%;
  height: 42px;
  padding: 7px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#CashierSystem .cell_box .cell_title[data-v-57a3d073] {
  width: 74px;
  height: 100%;
  margin-right: 5px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#CashierSystem .cell_box .cell_content[data-v-57a3d073] {
  width: calc(100% - 79px);
  height: 100%;
  font-size: 14px;
  color: #808695;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#CashierSystem .tip_active[data-v-57a3d073] {
  width: 100%;
  min-height: 20px;
  font-size: 12px;
  color: red;
  padding: 0px 16px;
  line-height: 20px;
  white-space: pre-line;
}
#CashierSystem #printMe[data-v-57a3d073] {
  display: none;
}
#CashierSystem .modelCard[data-v-57a3d073] {
  width: calc(calc(100% - 310px) / 2);
  height: 100%;
  margin-right: 15px;
  position: relative;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 4px;
}

#CashierSystem .ivu-card {
  width: 100% !important;
}
#CashierSystem .ivu-card .ivu-card-body {
  width: 100% !important;
}
#CashierSystem .ivu-card .ivu-card-head {
  padding: 14px 16px!important;
  border-right: 0px!important;
  border-bottom: 1px solid #e8eaec !important;
}
#CashierSystem .ivu-card .ivu-card-head p,
#CashierSystem .ivu-card .ivu-card-head-inner {
  height: 20px!important;
}
#CashierSystem .ivu-tabs-bar {
  width: 49px !important;
  border-right: 0px;
  margin-right: 0 !important;
}
#CashierSystem .ivu-tabs {
  width: 100% !important;
}
#CashierSystem .ivu-tabs .ivu-tabs-content {
  width: calc(100% - 52px) !important;
}
#CashierSystem .ivu-tabs .ivu-tabs-content .ivu-tabs-tabpane {
  width: 100%;
}
#CashierSystem .orderInput {
  width: 100% !important;
  height: 32px!important;
}
#CashierSystem .orderInput .ivu-input-icon {
  right: 0!important;
  bottom: 0px!important;
}
#CashierSystem .orderInput .ivu-input {
  width: 100% !important;
  height: 32px!important;
  padding: 4px 7px;
}
#CashierSystem .orderNumInput {
  height: 32px!important;
}
#CashierSystem .orderNumInput .ivu-input-number-handler-wrap {
  width: 22px!important;
  height: 100% !important;
  top: 0!important;
  right: 0!important;
}
#CashierSystem .orderNumInput .ivu-input-number-handler-wrap .ivu-input-number-handler {
  width: 100% !important;
  height: 16px!important;
  -webkit-writing-mode: vertical-lr !important;
      -ms-writing-mode: tb-lr !important;
          writing-mode: vertical-lr !important;
}
#CashierSystem .orderNumInput .ivu-input-number-handler-wrap .ivu-input-number-handler .ivu-input-number-handler-down-inner,
#CashierSystem .orderNumInput .ivu-input-number-handler-wrap .ivu-input-number-handler .ivu-input-number-handler-up-inner {
  top: 0!important;
  font-size: 14px!important;
}
#CashierSystem .orderNumInput .ivu-input-number-input-wrap {
  height: 32px!important;
  width: auto!important;
}
#CashierSystem .orderNumInput .ivu-input-number-input-wrap .ivu-input-number-input {
  width: 100% !important;
  height: 32px!important;
  line-height: 32px!important;
  padding: 0 7px!important;
  display: -webkit-box !important;
}
#CashierSystem .cell_content .ivu-radio-wrapper {
  margin-bottom: 0!important;
  margin-right: 8px!important;
}
#CashierSystem .cell_content .ivu-radio-wrapper .ivu-radio {
  margin-bottom: 0!important;
  margin-right: 4px!important;
}
#CashierSystem .order_botton {
  padding: 5px 15px 6px!important;
  font-size: 12px!important;
  -webkit-writing-mode: horizontal-tb !important;
      -ms-writing-mode: lr-tb !important;
          writing-mode: horizontal-tb !important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
#CashierSystem .order_botton span {
  -webkit-writing-mode: horizontal-tb !important;
      -ms-writing-mode: lr-tb !important;
          writing-mode: horizontal-tb !important;
  margin-top: 0!important;
  margin-left: 4px!important;
}
#CashierSystem .order_botton i {
  line-height: inherit!important;
}
#CashierSystem table {
  height: 100% !important;
}
@media print {
#CashierSystem body {
    margin: 0;
}
#CashierSystem #printMe,
  #CashierSystem #printMe * {
    visibility: visible;
    /* 显示打印内容 */
    page-break-before: always;
    /* 在元素前分页 */
}
#CashierSystem #printMe {
    display: inline;
    width: 80mm;
    padding: 0 5mm;
    height: auto;
    overflow: visible;
    /* 避免内容被隐藏 */
}
#CashierSystem .h3 {
    width: 100%;
    height: 18px;
    text-align: start;
    font-size: 10px;
}
#CashierSystem .goods_box {
    width: 100%;
}
#CashierSystem .goods_box_item {
    width: 100%;
    min-height: 15px;
    font-size: 10px;
}
#CashierSystem .goods_box_item_content {
    width: 100%;
    min-height: 15px;
    font-size: 10px;
}
#CashierSystem .name_num {
    width: 100%;
    min-height: 15px;
}
#CashierSystem .goods_box_item_two {
    width: 100%;
    min-height: 15px;
    font-size: 10px;
}
}

#InventoryStatistics_mn[data-v-023bd7dd] {
  width: 100%;
  height: 100%;
  padding: 8px;
  position: relative;
  overflow-y: auto;
  background: #F0F2F5;
}
#InventoryStatistics_mn .RankingBox[data-v-023bd7dd] {
  width: 100%;
  height: 315px;
}
#InventoryStatistics_mn .RankingBox .listbox[data-v-023bd7dd] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#InventoryStatistics_mn .RankingBox .listbox .demo-spin-container[data-v-023bd7dd] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#InventoryStatistics_mn .RankingBox .listbox .grid[data-v-023bd7dd] {
  width: 100%;
  display: grid;
  height: 30px;
  margin-top: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E9E9E9;
}
#InventoryStatistics_mn .RankingBox .listbox .grid span[data-v-023bd7dd] {
  display: block;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#InventoryStatistics_mn .suo1[data-v-023bd7dd] {
  display: -webkit-box;
  /*将对象转为弹性盒模型展示*/
  -webkit-box-orient: vertical;
  /*设置弹性盒模型子元素的排列方式*/
  -webkit-line-clamp: 1;
  /*限制文本行数*/
  overflow: hidden;
  /*超出隐藏*/
}
#InventoryStatistics_mn .aqt_page_customize[data-v-023bd7dd] {
  width: calc(100% - 32px);
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  position: absolute;
  background-color: #ffffff;
  font-size: 12px;
}
#InventoryStatistics_mn .aqt_page_customize .page[data-v-023bd7dd] {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--themeColor);
  cursor: pointer;
}
#InventoryStatistics_mn .aqt_page_customize .page i[data-v-023bd7dd] {
  font-size: 40px;
}
/*---滚动条默认显示样式--*/
[data-v-023bd7dd]::-webkit-scrollbar-thumb {
  background-color: #999;
  height: 0px;
  outline-offset: -2px;
  outline: 2px solid #999;
  border-radius: 4px;
  border: 2px solid #999;
}
/*---鼠标点击滚动条显示样式--*/
[data-v-023bd7dd]::-webkit-scrollbar-thumb:hover {
  background-color: #999;
  height: 0px;
  -webkit-border-radius: 4px;
}
/*---滚动条大小--*/
[data-v-023bd7dd]::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  border-radius: 4px;
}
/*---滚动框背景样式--*/
[data-v-023bd7dd]::-webkit-scrollbar-track-piece {
  /*background-color:#CCC; */
  -webkit-border-radius: 4;
}

#InventoryStatistics_mn .ivu-card-head {
  border-bottom: 1px solid #e8eaec !important;
  border-right: 0px!important;
}
#InventoryStatistics_mn .ivu-select {
  height: 32px!important;
}
#InventoryStatistics_mn .ivu-select .ivu-select-input {
  height: 32px!important;
  width: 100% !important;
  padding: 0 24px 0 8px!important;
  line-height: 32px!important;
}
#InventoryStatistics_mn .ivu-select .ivu-select-arrow {
  left: 90%;
  bottom: 6px!important;
}
#InventoryStatistics_mn .ivu-select .ivu-select-item {
  padding: 7px 16px;
}
#InventoryStatistics_mn .ivu-select .ivu-select-input::-webkit-input-placeholder {
  width: 100px!important;
  top: 5px!important;
  left: 8px!important;
  right: 50px!important;
}
#InventoryStatistics_mn .ivu-select .ivu-select-input::-moz-placeholder {
  width: 100px!important;
  top: 5px!important;
  left: 8px!important;
  right: 50px!important;
}
#InventoryStatistics_mn .ivu-select .ivu-select-input::-ms-input-placeholder {
  width: 100px!important;
  top: 5px!important;
  left: 8px!important;
  right: 50px!important;
}
#InventoryStatistics_mn .ivu-select .ivu-select-input::placeholder {
  width: 100px!important;
  top: 5px!important;
  left: 8px!important;
  right: 50px!important;
}

.top[data-v-63028ce6] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-63028ce6]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
.IndexCommon_vertical-center-modal[data-v-63028ce6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.IndexCommon_vertical-center-modal .ivu-modal[data-v-63028ce6] {
  top: 0;
}
#printMe[data-v-63028ce6] {
  display: none;
}

#ordercheak[data-v-2a27901d] {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: auto;
}
#ordercheak .Card[data-v-2a27901d] {
  margin-right: 10px;
}
#ordercheak .Card .ivu-card-head p[data-v-2a27901d] {
  height: auto !important;
}
#ordercheak .Card .culture-check[data-v-2a27901d] {
  border: 1px solid #dcdee2;
  position: relative;
}
#ordercheak .Card .culture-check-item[data-v-2a27901d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ordercheak .Card .culture-check-item[data-v-2a27901d]:first-child {
  border: none;
}
#ordercheak .Card .culture-check-left[data-v-2a27901d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dcdee2;
  border-right: 1px solid #dcdee2;
  background-color: #f8f8f9;
}
#ordercheak .Card .culture-check-right[data-v-2a27901d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
#ordercheak .Card .culture-check-title[data-v-2a27901d] {
  width: 100px;
  overflow-x: auto;
}

#bookStoreStatistics_mn[data-v-37028eca] {
  width: 100%;
  height: 100%;
  padding: 8px;
  position: relative;
  overflow-y: auto;
  background: #F0F2F5;
}
#bookStoreStatistics_mn .RankingBox[data-v-37028eca] {
  width: 100%;
  height: 300px;
}
#bookStoreStatistics_mn .RankingBox .listbox[data-v-37028eca] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#bookStoreStatistics_mn .RankingBox .listbox .demo-spin-container[data-v-37028eca] {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#bookStoreStatistics_mn .RankingBox .listbox .grid[data-v-37028eca] {
  width: 100%;
  display: grid;
  height: 30px;
  margin-top: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E9E9E9;
}
#bookStoreStatistics_mn .RankingBox .listbox .grid span[data-v-37028eca] {
  display: block;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bookStoreStatistics_mn .RankingBox .listbox .grid span[data-v-37028eca]:nth-child(2) {
  color: #82171E;
  width: 40vh;
}
#bookStoreStatistics_mn .suo1[data-v-37028eca] {
  display: -webkit-box;
  /*将对象转为弹性盒模型展示*/
  -webkit-box-orient: vertical;
  /*设置弹性盒模型子元素的排列方式*/
  -webkit-line-clamp: 1;
  /*限制文本行数*/
  overflow: hidden;
  /*超出隐藏*/
}
#bookStoreStatistics_mn .aqt_page_customize[data-v-37028eca] {
  width: calc(100% - 32px);
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  position: absolute;
  background-color: #ffffff;
  font-size: 12px;
}
#bookStoreStatistics_mn .aqt_page_customize .page[data-v-37028eca] {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--themeColor);
  cursor: pointer;
}
#bookStoreStatistics_mn .aqt_page_customize .page i[data-v-37028eca] {
  font-size: 40px;
}
/*---滚动条默认显示样式--*/
[data-v-37028eca]::-webkit-scrollbar-thumb {
  background-color: #999;
  height: 0px;
  outline-offset: -2px;
  outline: 2px solid #999;
  border-radius: 4px;
  border: 2px solid #999;
}
/*---鼠标点击滚动条显示样式--*/
[data-v-37028eca]::-webkit-scrollbar-thumb:hover {
  background-color: #999;
  height: 0px;
  -webkit-border-radius: 4px;
}
/*---滚动条大小--*/
[data-v-37028eca]::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  border-radius: 4px;
}
/*---滚动框背景样式--*/
[data-v-37028eca]::-webkit-scrollbar-track-piece {
  -webkit-border-radius: 4px;
}

#bookStoreStatistics_mn .ivu-card-head {
  border-bottom: 1px solid #e8eaec !important;
  border-right: 0px!important;
}
#bookStoreStatistics_mn .StatistDate .ivu-input-wrapper {
  width: 100% !important;
  height: auto !important;
}
#bookStoreStatistics_mn .StatistDate .ivu-input-icon {
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 16px !important;
  text-align: center !important;
  color: #808695 !important;
  position: absolute !important;
  right: 0 !important;
  z-index: 3 !important;
  top: 30% !important;
}
#bookStoreStatistics_mn .StatistDate .ivu-icon {
  display: inline-block !important;
  font-family: Ionicons;
  speak: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  vertical-align: middle !important;
}
#bookStoreStatistics_mn .StatistDate .ivu-input-icon-normal + .ivu-input {
  padding-right: 32px !important;
  padding-bottom: 0 !important;
}
#bookStoreStatistics_mn .StatistDate .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
#bookStoreStatistics_mn .StatistDate .ivu-input[disabled]:hover,
#bookStoreStatistics_mn .StatistDate fieldset[disabled] .ivu-input:hover {
  border-color: #e3e5e8 !important;
}
#bookStoreStatistics_mn .StatistDate .ivu-input[disabled],
#bookStoreStatistics_mn .StatistDate fieldset[disabled] .ivu-input {
  background-color: #f3f3f3 !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
  color: #ccc !important;
}
#bookStoreStatistics_mn .StatistDate .ivu-date-picker .ivu-select-dropdown {
  top: 45px !important;
}
#bookStoreStatistics_mn .StatistDate .ivu-date-picker-cells span em {
  font-family: "MGQ8102" !important;
}
#bookStoreStatistics_mn .StatistDate .ivu-date-picker-header-label {
  font-family: "MGQ8102" !important;
}
#bookStoreStatistics_mn .order_statistics_botton {
  padding: 5px 15px 6px!important;
  font-size: 12px!important;
  -webkit-writing-mode: horizontal-tb !important;
      -ms-writing-mode: lr-tb !important;
          writing-mode: horizontal-tb !important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
#bookStoreStatistics_mn .order_statistics_botton span {
  -webkit-writing-mode: horizontal-tb !important;
      -ms-writing-mode: lr-tb !important;
          writing-mode: horizontal-tb !important;
  margin-top: 0!important;
  margin-left: 4px!important;
}
#bookStoreStatistics_mn .order_statistics_botton i {
  line-height: inherit!important;
}
#bookStoreStatistics_mn .ivu-select {
  height: 32px!important;
}
#bookStoreStatistics_mn .ivu-select .ivu-select-input {
  height: 32px!important;
  width: 100% !important;
  padding: 0 24px 0 8px!important;
  line-height: 32px!important;
}
#bookStoreStatistics_mn .ivu-select .ivu-select-arrow {
  left: 90%;
  bottom: 6px!important;
}
#bookStoreStatistics_mn .ivu-select .ivu-select-item {
  padding: 7px 16px;
}
#bookStoreStatistics_mn .ivu-select .ivu-select-input::-webkit-input-placeholder {
  width: 100px!important;
  top: 5px!important;
  left: 8px!important;
  right: 50px!important;
}
#bookStoreStatistics_mn .ivu-select .ivu-select-input::-moz-placeholder {
  width: 100px!important;
  top: 5px!important;
  left: 8px!important;
  right: 50px!important;
}
#bookStoreStatistics_mn .ivu-select .ivu-select-input::-ms-input-placeholder {
  width: 100px!important;
  top: 5px!important;
  left: 8px!important;
  right: 50px!important;
}
#bookStoreStatistics_mn .ivu-select .ivu-select-input::placeholder {
  width: 100px!important;
  top: 5px!important;
  left: 8px!important;
  right: 50px!important;
}

.top[data-v-c1ecf984] {
  height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-c1ecf984]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-26ba922b] {
  height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-26ba922b]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-61a83ac4] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-61a83ac4]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.culture-check[data-v-253c72f0] {
  border: 1px solid #dcdee2;
}
.culture-check-item[data-v-253c72f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-253c72f0]:first-child {
  border: none;
}
.culture-check-left[data-v-253c72f0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-253c72f0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title[data-v-253c72f0] {
  height: 100px;
  overflow-x: auto;
}

.common-culture .top[data-v-3f9ff2b8] {
  min-height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-culture .top[data-v-3f9ff2b8]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#UploadSelectDes[data-v-5dd9ab01] {
  width: 100%;
  height: 100%;
}
#UploadSelectDes .upBox[data-v-5dd9ab01] {
  max-width: 130px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}
#UploadSelectDes .fileBox[data-v-5dd9ab01] {
  width: calc(100% - 190px);
  height: 100%;
  overflow-x: auto;
}
#UploadSelectDes .fileBox .imgFile[data-v-5dd9ab01] {
  height: 100%;
  padding: 20px 10px;
  border: 1px solid #dcdee2;
  margin-right: 5px;
  position: relative;
}
#UploadSelectDes .fileBox .imgFile .imgBox[data-v-5dd9ab01] {
  width: 100%;
  height: 120px;
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#UploadSelectDes .fileBox .imgFile .imgBox img[data-v-5dd9ab01] {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#UploadSelectDes .fileBox .imgFile .imgConten[data-v-5dd9ab01] {
  width: 100%;
  height: calc(100% - 120px);
}
#UploadSelectDes .fileBox .imgFile .aorvBox[data-v-5dd9ab01] {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#UploadSelectDes .fileBox .imgFile .aorvBox p[data-v-5dd9ab01] {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#UploadSelectDes .fileBox .imgFile i[data-v-5dd9ab01] {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
#UploadSelectDes .Submitbutton[data-v-5dd9ab01] {
  width: 50px;
  height: 100%;
  padding-left: 8px;
}

#HeadwordCheckData {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#HeadwordCheckData .prefaceBox {
  width: 100%;
  border: 2px solid #e8eaec;
  overflow-x: auto;
  padding: 8px 5px;
}
#HeadwordCheckData .prefaceBox .preface_box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#HeadwordCheckData .prefaceBox .preface_box .preface_box_picture {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2px;
  margin-right: 3px;
}
#HeadwordCheckData .prefaceBox .preface_box .preface_box_picture .picture_size {
  width: 100px;
  height: 60px;
  padding: 2px;
  overflow: hidden;
  cursor: pointer;
  -webkit-writing-mode: vertical-lr !important;
      -ms-writing-mode: tb-lr !important;
          writing-mode: vertical-lr !important;
}
#HeadwordCheckData .prefaceBox .preface_box .preface_box_picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#HeadwordCheckData .prefaceBox .preface_box .preface_box_video {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2px;
  margin-right: 3px;
}
#HeadwordCheckData .prefaceBox .preface_box .preface_box_video .video_size {
  width: 100px;
  height: 60px;
  padding: 2px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#HeadwordCheckData .prefaceBox .preface_box .preface_box_video .video_size img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#HeadwordCheckData .prefaceBox .preface_box .preface_box_video .video_size i {
  position: absolute;
  font-size: 24px;
  color: #ffffff;
  top: calc(calc(100% - 24px) / 2);
  left: calc(calc(100% - 30px) / 2);
}
#HeadwordCheckData .prefaceBox .preface_box .preface_box_video .video_size::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  bottom: 2px;
  right: 2px;
  width: calc(100% - 8px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 设置遮罩层的背景颜色和透明度 */
}
#HeadwordCheckData .prefaceBox .preface_box .preface_box_audio {
  height: 100%;
}
#HeadwordCheckData .prefaceBox .preface_box .preface_box_audio .audio_size {
  line-height: 28px;
  height: calc(100% - 8px);
  cursor: pointer;
  border: 1px solid #e8eaec;
  padding: 5px;
  margin: 4px;
  background: #fff;
  position: relative;
  font-size: 20px;
  color: #888888;
  overflow: hidden;
  border-radius: 2px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: pre-wrap;
}
#HeadwordCheckData .prefaceBox .preface_box .preface_box_audio .audio_size span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: pre-wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#HeadwordCheckData .prefaceBox .PrimaryKey {
  height: 100%;
  padding: 0 5px;
  margin-right: 5px;
}
#HeadwordCheckData .prefaceBox .PrimaryKey .title {
  height: 100%;
  color: #333333;
  font-size: 24px;
  word-break: break-all;
  padding: 0 2px;
}
#HeadwordCheckData .prefaceBox .PrimaryKey .content {
  height: 100%;
  padding: 0 2px;
  padding-top: 7px;
  font-size: 20px;
  color: #888888;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#HeadwordCheckData .prefaceBox .PrimaryKey .content span {
  display: block;
  min-height: 50px;
  font-size: 16px;
  margin-bottom: 10px;
}
#HeadwordCheckData .prefaceBox .explain {
  height: 100%;
  border: 1px solid #e8eaec;
  padding: 5px;
  margin-right: 5px;
}
#HeadwordCheckData .prefaceBox .explain .content {
  height: 100%;
  padding: 0 2px;
  padding-top: 7px;
  font-size: 20px;
  color: #888888;
  word-break: break-all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#HeadwordCheckData .prefaceBox .explain .content span {
  display: block;
  min-height: 50px;
  font-size: 16px;
  margin-bottom: 10px;
}
#HeadwordCheckData .prefaceBox .explain .page {
  height: 100%;
  padding: 0 2px;
  padding-top: 7px;
  font-size: 20px;
  color: #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
}
#HeadwordCheckData .prefaceBox .explain .page span {
  font-size: 16px;
  margin-bottom: 10px;
}
#HeadwordCheckData .prefaceBox .explain .Imgbox {
  height: 100%;
  padding: 5px;
}
#HeadwordCheckData .prefaceBox .explain .Imgbox img {
  width: 100px;
  height: auto;
  margin: 5px;
  cursor: pointer;
}
#HeadwordCheckData .prefaceBox .explain .exptile {
  height: 100%;
  padding: 0 2px;
  padding-top: 7px;
}
#HeadwordCheckData .prefaceBox .explain .exptile .seizeascont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#HeadwordCheckData .prefaceBox .explain .exptile .seizeascont .seizeaseat {
  display: block;
  height: 60px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333333;
}
#HeadwordCheckData .prefaceBox .explain .exptile .seizeascont .expContent {
  height: calc(100% - 60px);
  font-size: 20px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#HeadwordCheckData .prefaceBox .detleBox {
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
}
#HeadwordCheckData .nodata {
  width: 80px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #888888;
}

.top[data-v-3bc73bba] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-3bc73bba]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-04257227] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-04257227]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-78d8de6e] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-78d8de6e]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-1399a643] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-1399a643]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#listshow {
  width: 100%;
  height: 100%;
}
#listshow .listshow {
  padding: 30px;
}
#listshow .top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#listshow .top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
.qrCodeUrlIdMn {
  display: none;
}
.barcodeCode {
  display: none;
}
.rotate_no {
  -webkit-transform: rotate(0deg) scale(1, -1);
  transform: rotate(0deg) scale(1, -1);
}
.xz {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.multi-line-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.multi-line-dan {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print {
canvas {
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated;
    /* 保持像素风格 */
}
.qrCodeUrlIdMn {
    display: initial;
}
.barcodeCode {
    display: initial;
}
}

#ProductOperation .ivu-collapse-header {
  height: 100% !important;
  border-right: 1px solid #dcdee2 !important;
  border-bottom: none !important;
}

.top[data-v-2e5b7dc5] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-2e5b7dc5]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-8b6f50a2] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-8b6f50a2]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#checkMr .touxiang {
  height: 160px;
  width: 140px;
}
#checkMr .touxiang img {
  height: 160px;
  width: 140px;
}
#checkMr .titleTd {
  height: 80px;
  padding: 6px;
  word-break: break-word;
}
#checkMr .tdImg {
  padding: 8px;
}
#checkMr .tdImg p {
  text-align: left;
}
#checkMr .tdImg img {
  width: 200px !important;
  height: auto !important;
}
#checkMr .flexIndex {
  height: 80px;
  display: -webkit-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  padding: 6px;
}
#checkMr .flexIndex p:first-child {
  margin-right: 5px;
}
#checkMr .flexIndex p {
  word-break: break-word;
}

.quick_button[data-v-874a9d0e] {
  position: fixed;
  right: 20px;
  bottom: 70px;
  display: none;
}

.culture-check[data-v-07f2335a] {
  border: 1px solid #dcdee2;
  position: relative;
}
.culture-check-item[data-v-07f2335a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-07f2335a]:first-child {
  border: none;
}
.culture-check-left[data-v-07f2335a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-07f2335a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-title[data-v-07f2335a] {
  height: 100px;
  overflow-x: auto;
}

#FullTextContentoperation {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#FullTextContentoperation .bottomsmall {
  height: 48px!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center!important;
      -ms-flex-align: center!important;
          align-items: center!important;
  margin: 2px!important;
}
#FullTextContentoperation .Selectsmall {
  height: 50px!important;
  margin: 2px!important;
}
#FullTextContentoperation .showPdf {
  width: 35%;
  height: 100%;
  padding-right: 10px;
  border-right: 1px solid #e8eaec;
}
#FullTextContentoperation .of {
  overflow-x: auto;
  overflow-y: hidden;
}
#FullTextContentoperation .showRight {
  width: 65%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#FullTextContentoperation .showRight .contentTop {
  width: 100%;
  height: 100%;
  padding-left: 8px;
}
#FullTextContentoperation .showRight .contentTop .SealectBox {
  width: 45px;
  height: 100%;
  margin-right: 10px;
  border-right: 1px solid #e8eaec;
}
#FullTextContentoperation .showRight .contentTop .scollerBox {
  width: calc(100% - 72px);
  height: 100%;
  position: relative;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_content {
  width: calc(100% - 50px);
  height: 100%;
  color: #333333;
  padding: 10px;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_content p {
  font-size: inherit!important;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_content p span {
  font-size: inherit!important;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_content span {
  font-size: inherit!important;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_operation {
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structureTopcontent {
  width: 100%;
  height: calc(100% - 70px);
  color: #333333;
  padding: 10px;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structureTopcontent p {
  font-size: inherit!important;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structureTopcontent p span {
  font-size: inherit!important;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structureTopcontent span {
  font-size: inherit!important;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structureBootomOperation {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_1 {
  width: 100%;
  height: 100%;
  border: 1px solid #e8eaec;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_2 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_2 .two_module {
  width: 100%;
  height: 100%;
  border: 1px solid #e8eaec;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_3 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_3 .structure_3_left {
  width: 250px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_3 .structure_3_left .structure_3_left_top {
  width: 100%;
  height: calc(calc(100% - 5px) / 2);
  border: 1px solid #e8eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_3 .structure_3_left .structure_3_left_bottom {
  width: 100%;
  height: calc(calc(100% - 5px) / 2);
  border: 1px solid #e8eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_3 .structure_3_right {
  width: calc(100% - 255px);
  height: 100%;
  border: 1px solid #e8eaec;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_4 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_4 .structure_4_box {
  width: 100%;
  height: calc(calc(100% - 15px) / 4);
  border: 1px solid #e8eaec;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_5 {
  width: 100%;
  height: 100%;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_5 .structure_5_1 {
  width: calc(30% - 15px);
  height: 100%;
  margin-right: 5px;
  border: 1px solid #e8eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_5 .structure_5_2 {
  width: 40%;
  height: 100%;
  margin-right: 5px;
  border: 1px solid #e8eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_5 .structure_5_3 {
  width: 40%;
  height: 100%;
  margin-right: 5px;
  border: 1px solid #e8eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_5 .structure_5_right {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_5 .structure_5_right .structure_5_4 {
  width: 100%;
  height: 100%;
  border: 1px solid #e8eaec;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_5 .structure_5_right .structure_5_5 {
  width: 100%;
  height: 100%;
  border: 1px solid #e8eaec;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_6 {
  width: 100%;
  height: 100%;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_6 .structure_6_1 {
  width: calc(30% - 15px);
  height: 100%;
  margin-right: 5px;
  border: 1px solid #e8eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_6 .structure_6_2 {
  width: 40%;
  height: 100%;
  margin-right: 5px;
  border: 1px solid #e8eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_6 .structure_6_3 {
  width: 40%;
  height: 100%;
  margin-right: 5px;
  border: 1px solid #e8eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_6 .structure_6_right {
  width: 85%;
  height: 100%;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_6 .structure_6_right .structure_6_4 {
  width: 100%;
  height: 100%;
  border: 1px solid #e8eaec;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_6 .structure_6_right .structure_6_5 {
  width: 100%;
  height: 100%;
  border: 1px solid #e8eaec;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .structure_6 .structure_6_6 {
  width: calc(15% - 5px);
  height: 100%;
  border: 1px solid #e8eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#FullTextContentoperation .showRight .contentTop .scollerBox .noData {
  width: 80px;
  height: 100%;
  font-size: 18px;
  color: #888888;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#FullTextContentoperation .ivu-tabs-content {
  width: calc(100% - 55px) !important;
  height: 100% !important;
}
#FullTextContentoperation .ivu-tabs-nav-container {
  margin-right: 1px !important;
}
#FullTextContentoperation .ivu-select-selected-value {
  line-height: 24px!important;
  padding: 5px 0!important;
}

#FullTextOperation[data-v-4fedd3c5] {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
#FullTextOperation .file_box[data-v-4fedd3c5] {
  height: 100%;
  margin-right: 5px;
  position: relative;
}
#FullTextOperation .file_box .av_box[data-v-4fedd3c5] {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#FullTextOperation .file_box .av_box p[data-v-4fedd3c5] {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#FullTextOperation .file_box .av_box i[data-v-4fedd3c5] {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#FullTextOperation .file_box .img_box[data-v-4fedd3c5] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#FullTextOperation .file_box .img_box .img_item[data-v-4fedd3c5] {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#FullTextOperation .file_box .img_box .img_item img[data-v-4fedd3c5] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#FullTextOperation .file_box .img_box .img_item i[data-v-4fedd3c5] {
  font-size: 20px;
  color: #888888;
  position: absolute;
  right: -15px;
  top: -10px;
  cursor: pointer;
}

#FullTextContentReplaceWrong .top[data-v-1cdc0f10] {
  height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#FullTextContentReplaceWrong .top[data-v-1cdc0f10]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
#FullTextContentReplaceWrong .center[data-v-1cdc0f10] {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  position: relative;
}
#FullTextContentReplaceWrong .center .centerdiv[data-v-1cdc0f10] {
  height: 100%;
  width: auto;
}
#FullTextContentReplaceWrong .center .centerdiv .centerdivone[data-v-1cdc0f10] {
  height: 100%;
  border: 1px solid #e8eaec;
  border-radius: 3px;
  padding: 5px;
  font-size: 20px;
  margin-right: 5px;
}
#FullTextContentReplaceWrong .center .centerdiv .centerdivone .zi[data-v-1cdc0f10] {
  height: calc(100% - 75px);
  margin-bottom: 5px;
}
#FullTextContentReplaceWrong .center .centerdiv .centerdivone .zi .tt[data-v-1cdc0f10] {
  height: 100%;
  font-weight: bolder;
}
#FullTextContentReplaceWrong .center .centerdiv .centerdivone .zi .zi1[data-v-1cdc0f10] {
  margin-top: 20px;
  height: calc(100% - 20px);
}
#FullTextContentReplaceWrong .center .centerdiv .centerdivone .but[data-v-1cdc0f10] {
  width: 100%;
  height: 70px;
}

svg {
  margin: 0px 20px;
}
.links line {
  stroke: #e0cac1;
  stroke-opacity: 1;
}
.links line.inactive {
  /* display: none !important; */
  opacity: 0.15;
}
.links line.active_nodes {
  stroke: #1E90FF;
  stroke-width: 3px;
}
.links line.hide {
  display: none !important;
}
.nodes circle.fixed {
  stroke: #FFC0CB;
  stroke-width: 14px;
  stroke-opacity: 0.45;
  border: 10px #000 solid;
}
.nodes circle.inactive {
  /* display: none !important; */
  opacity: 0.15;
}
.nodes circle.active_nodes {
  stroke: #1E90FF;
  stroke-width: 4px;
}
.nodes circle:hover {
  cursor: pointer;
}
.nodes circle.hide {
  display: none !important;
}
.texts text {
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  word-break: break-word !important;
}
.texts text:hover {
  cursor: pointer;
}
.texts text.inactive {
  /* display: none !important; */
  opacity: 0.15;
}
.linkTexts text {
  stroke-opacity: 1;
}
.linkTexts text.active_nodes {
  stroke: #1E90FF;
}
.linkTexts text.inactive {
  /* display: none !important; */
  opacity: 0.15;
}

#view_knowledge_graph[data-v-783b7247] {
  position: relative;
  background: #eef4f9;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1125px) {
#info[data-v-783b7247],
  #mode[data-v-783b7247] {
    display: none !important;
}
}
.font-sky[data-v-783b7247] {
  font-size: 18px;
  color: #034c6a !important;
}
#indicator[data-v-783b7247] {
  position: absolute;
  left: 3vw;
  bottom: 2vw;
  text-align: left;
  color: #f2f2f2;
  font-size: 14px;
  font-weight: bold;
}
#indicator > div[data-v-783b7247] {
  margin-bottom: 4px;
}
#indicator span[data-v-783b7247] {
  display: inline-block;
  width: 32px;
  height: 16px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
/*mode选项样式*/
#mode[data-v-783b7247] {
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #eeeeee;
  padding-top: 10px;
}
#mode .gState span[data-v-783b7247] {
  display: inline-block;
  border: 1px solid #d1e9ff;
  color: #888888;
  padding: 10px 6px;
  border-radius: 4px;
  font-size: 14px;
  transition: color, background-color 0.3s;
  -o-transition: color, background-color 0.3s;
  -ms-transition: color, background-color 0.3s;
  -moz-transition: color, background-color 0.3s;
  -webkit-transition: color, background-color 0.3s;
}
#mode .gState span ~ .active_nodes[data-v-783b7247],
#mode .gState span[data-v-783b7247] ~ :hover {
  background-color: #fff;
  color: #333;
  cursor: pointer;
}
#mode .gState span.activesp[data-v-783b7247],
#mode .gState span[data-v-783b7247]:hover {
  background-color: #fff;
  color: #888888;
  cursor: pointer;
}
/*悬浮节点的info样式*/
#info[data-v-783b7247] {
  position: absolute;
  bottom: 40px;
  right: 30px;
  width: 270px;
}
#info .node-card[data-v-783b7247] {
  border: 1px solid #9faecf;
  background-color: #00aeff6b;
  color: #fff;
  text-align: left;
}

#view_knowledge_graph_mn_3d .scene-tooltip {
  display: none!important;
}

#view_knowledge_graph_mn_3d[data-v-2dbb735a] {
  position: relative;
  background: #eef4f9;
  width: 100%;
  height: 100%;
}
#mode[data-v-2dbb735a] {
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #eeeeee;
  padding-top: 10px;
}
#mode .gState span[data-v-2dbb735a] {
  display: inline-block;
  border: 1px solid #d1e9ff;
  color: #888888;
  padding: 10px 6px;
  border-radius: 4px;
  font-size: 14px;
  transition: color, background-color 0.3s;
  -o-transition: color, background-color 0.3s;
  -ms-transition: color, background-color 0.3s;
  -moz-transition: color, background-color 0.3s;
  -webkit-transition: color, background-color 0.3s;
}
#mode .gState span ~ .active_nodes[data-v-2dbb735a],
#mode .gState span[data-v-2dbb735a] ~ :hover {
  background-color: #fff;
  color: #333;
  cursor: pointer;
}
#mode .gState span.activesp[data-v-2dbb735a],
#mode .gState span[data-v-2dbb735a]:hover {
  background-color: #fff;
  color: #888888;
  cursor: pointer;
}

#view_knowledge_graph_mn_3d .scene-tooltip {
  display: none !important;
}

#view_knowledge_graph_mn_3d[data-v-05698325] {
  position: relative;
  background: #eef4f9;
  width: 100%;
  height: 100%;
}
#mode[data-v-05698325] {
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #eeeeee;
  padding-top: 10px;
}
#mode .gState span[data-v-05698325] {
  display: inline-block;
  border: 1px solid #d1e9ff;
  color: #888888;
  padding: 10px 6px;
  border-radius: 4px;
  font-size: 14px;
  transition: color, background-color 0.3s;
  -o-transition: color, background-color 0.3s;
  -ms-transition: color, background-color 0.3s;
  -moz-transition: color, background-color 0.3s;
  -webkit-transition: color, background-color 0.3s;
}
#mode .gState span ~ .active_nodes[data-v-05698325],
#mode .gState span[data-v-05698325] ~ :hover {
  background-color: #fff;
  color: #333;
  cursor: pointer;
}
#mode .gState span.activesp[data-v-05698325],
#mode .gState span[data-v-05698325]:hover {
  background-color: #fff;
  color: #888888;
  cursor: pointer;
}

.top[data-v-55f2ea9c] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-55f2ea9c]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#newOperLibraryMagazineMn .ivu-col-span-24 {
  width: auto!important;
  height: 100% !important;
}
#newOperLibraryMagazineMn .ivu-col-span-12 {
  width: auto!important;
  height: 50% !important;
}
#newOperLibraryMagazineMn .ivu-form .ivu-form-item-label {
  text-align: right!important;
}
#newOperLibraryMagazineMn .ivu-select-multiple .ivu-select-input {
  width: 34px!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
#newOperLibraryMagazineMn .ivu-input-group-append .ivu-btn,
#newOperLibraryMagazineMn .ivu-input-group-prepend .ivu-btn {
  border-color: none!important;
  border: 1px solid #dcdee2 !important;
  background-color: #f8f8f9 !important;
}
#newOperLibraryMagazineMn .ivu-input-group-append,
#newOperLibraryMagazineMn .ivu-input-group-prepend {
  border: none!important;
  background-color: none!important;
}

.top[data-v-c5379fb2] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-c5379fb2]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-1fc07765] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-1fc07765]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
#qrCodeUrlIdMn[data-v-1fc07765] {
  display: none;
}
.rotate_no[data-v-1fc07765] {
  -webkit-transform: rotate(0deg) scale(1, -1);
  transform: rotate(0deg) scale(1, -1);
}
.xz[data-v-1fc07765] {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.multi-line-ellipsis[data-v-1fc07765] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.multi-line-dan[data-v-1fc07765] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print {
canvas[data-v-1fc07765] {
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated;
    /* 保持像素风格 */
}
#qrCodeUrlIdMn[data-v-1fc07765] {
    display: initial;
}
}

.top[data-v-263dc0ee] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-263dc0ee]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-20ddb392] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-20ddb392]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-5619a9e8] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-5619a9e8]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-0131df0d] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-0131df0d]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-34f7f789] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-34f7f789]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-41f376c0] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-41f376c0]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-b89a92e8] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-b89a92e8]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-2240ab1e] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-2240ab1e]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-8f5b53c0] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-8f5b53c0]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-2cb43746] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-2cb43746]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-6c868914] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-6c868914]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-36a3e25d] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-36a3e25d]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-e7a3305e] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-e7a3305e]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-3f4a8c70] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-3f4a8c70]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-2b6203a3] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-2b6203a3]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-8f84f9c2] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-8f84f9c2]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-2f16f71f] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-2f16f71f]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-78846edf] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-78846edf]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#panelhearder .ivu-collapse-header {
  height: 100%!important;
  border-right: 1px solid #dcdee2 !important;
  border-bottom: none!important;
}

.top[data-v-7fbba430] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-7fbba430]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-4cc3de03] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-4cc3de03]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-1eff4290] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-1eff4290]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-1aefc140] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-1aefc140]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-2d640248] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-2d640248]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-6623a808] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-6623a808]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#NewsPaperLayoutOperation .file_box[data-v-5844c5ca] {
  height: 100%;
  margin-right: 5px;
  position: relative;
  padding-bottom: 5px;
}
#NewsPaperLayoutOperation .file_box .av_box[data-v-5844c5ca] {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#NewsPaperLayoutOperation .file_box .av_box p[data-v-5844c5ca] {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#NewsPaperLayoutOperation .file_box .av_box i[data-v-5844c5ca] {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#NewsPaperLayoutOperation .file_box .img_box[data-v-5844c5ca] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#NewsPaperLayoutOperation .file_box .img_box .img_item[data-v-5844c5ca] {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#NewsPaperLayoutOperation .file_box .img_box .img_item img[data-v-5844c5ca] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#NewsPaperLayoutOperation .file_box .img_box .img_item i[data-v-5844c5ca] {
  font-size: 20px;
  color: #888888;
  position: absolute;
  right: -15px;
  top: -10px;
  cursor: pointer;
}

.top[data-v-c644482c] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-c644482c]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-d50b3a90] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-d50b3a90]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-875bc50e] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-875bc50e]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-656058e2] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-656058e2]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-2c91eb51] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-2c91eb51]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-465478b0] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-465478b0]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-4ccd4601] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-4ccd4601]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#aqt_select[data-v-087cb97f] {
  width: 140px;
  height: 120px;
}
#aqt_select .bigdiv[data-v-087cb97f] {
  height: 100%;
}
#aqt_select .bigdiv .div[data-v-087cb97f] {
  height: 100%;
  margin: 0 15px;
}

.top[data-v-4e599e64] {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-4e599e64]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-7ac4056d] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-7ac4056d]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-30564d3e] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-30564d3e]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-767acefd] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-767acefd]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-4b925a36] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-4b925a36]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-077c2009] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-077c2009]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-ace43a1e] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-ace43a1e]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#ReplaceWrong .top[data-v-19be41e2] {
  height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ReplaceWrong .top[data-v-19be41e2]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
#ReplaceWrong .center[data-v-19be41e2] {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  position: relative;
}
#ReplaceWrong .center .centerdiv[data-v-19be41e2] {
  height: 100%;
  width: auto;
}
#ReplaceWrong .center .centerdiv .centerdivone[data-v-19be41e2] {
  height: 100%;
  border: 1px solid #e8eaec;
  border-radius: 3px;
  padding: 5px;
  font-size: 20px;
  margin-right: 5px;
}
#ReplaceWrong .center .centerdiv .centerdivone .zi[data-v-19be41e2] {
  height: calc(100% - 75px);
  margin-bottom: 5px;
}
#ReplaceWrong .center .centerdiv .centerdivone .zi .tt[data-v-19be41e2] {
  height: 100%;
  font-weight: bolder;
}
#ReplaceWrong .center .centerdiv .centerdivone .zi .zi1[data-v-19be41e2] {
  margin-top: 20px;
  height: calc(100% - 20px);
}
#ReplaceWrong .center .centerdiv .centerdivone .but[data-v-19be41e2] {
  width: 100%;
  height: 70px;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
.maxW {
  max-width: 45px;
  overflow: hidden;
  margin-right: 5px;
}
.minW {
  min-width: 45px;
  overflow: hidden;
  margin-right: 5px;
}
#dataContentIndexMn .ivu-table-cell {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#other_respermissoset {
  width: 100%;
  height: 100%;
}
#other_respermissoset .otherres_select_model {
  height: 100%;
}
#other_respermissoset .otherres_Component {
  height: 100%;
  width: calc(100% - 65px);
}

.culture-check[data-v-448a31bb] {
  border: 1px solid #dcdee2;
  position: relative;
}
.culture-check-item[data-v-448a31bb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-448a31bb]:first-child {
  border: none;
}
.culture-check-left[data-v-448a31bb] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-448a31bb] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title[data-v-448a31bb] {
  height: 100px;
  overflow-x: auto;
}

.top {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-7d8cf205] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-7d8cf205]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-577fbce0] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-577fbce0]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-54792d45] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-54792d45]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-574f8021] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-574f8021]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-14e8acba] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-14e8acba]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-45ea7a12] {
  height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-45ea7a12]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-20df35e4] {
  height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-20df35e4]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.top[data-v-6981165d] {
  height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-6981165d]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

.culture-check[data-v-4288f9b2] {
  border: 1px solid #dcdee2;
}
.culture-check-item[data-v-4288f9b2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-check-item[data-v-4288f9b2]:first-child {
  border: none;
}
.culture-check-left[data-v-4288f9b2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 10px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #dcdee2;
  border-bottom: 1px solid #dcdee2;
}
.culture-check-right[data-v-4288f9b2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border-right: 1px solid #dcdee2;
}
.culture-check-title[data-v-4288f9b2] {
  height: 100px;
  overflow-x: auto;
}

.top[data-v-5ea9b545] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-5ea9b545]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#EtkqqlibraryOperation_mn .file_box {
  height: 100%;
  margin-right: 5px;
  position: relative;
  padding-bottom: 5px;
}
#EtkqqlibraryOperation_mn .file_box .av_box {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#EtkqqlibraryOperation_mn .file_box .av_box p {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#EtkqqlibraryOperation_mn .file_box .av_box i {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}

.top[data-v-7f44ea91] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-7f44ea91]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}

#EtkqqlibraryVideosCategoryOperation .file_box[data-v-ed9a48e8] {
  height: 100%;
  margin-right: 5px;
  position: relative;
  padding-bottom: 5px;
}
#EtkqqlibraryVideosCategoryOperation .file_box .av_box[data-v-ed9a48e8] {
  width: 50px;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
#EtkqqlibraryVideosCategoryOperation .file_box .av_box p[data-v-ed9a48e8] {
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  background: #f2f2f2;
  overflow: hidden;
}
#EtkqqlibraryVideosCategoryOperation .file_box .av_box i[data-v-ed9a48e8] {
  font-size: 20px;
  color: #dcdee2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#EtkqqlibraryVideosCategoryOperation .file_box .img_box[data-v-ed9a48e8] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#EtkqqlibraryVideosCategoryOperation .file_box .img_box .img_item[data-v-ed9a48e8] {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#EtkqqlibraryVideosCategoryOperation .file_box .img_box .img_item img[data-v-ed9a48e8] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#EtkqqlibraryVideosCategoryOperation .file_box .img_box .img_item i[data-v-ed9a48e8] {
  font-size: 20px;
  color: #888888;
  position: absolute;
  right: -15px;
  top: -10px;
  cursor: pointer;
}

.top[data-v-59610d9d] {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top[data-v-59610d9d]::-webkit-scrollbar {
  width: 0px;
  height: 1px;
}
.ivu-load-loop{animation:ani-load-loop 1s linear infinite}@keyframes ani-load-loop{from{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.input-group-error-append,.input-group-error-prepend{background-color:#fff;border:1px solid #ed4014}.input-group-error-append .ivu-select-selection,.input-group-error-prepend .ivu-select-selection{background-color:inherit;border:1px solid transparent}.input-group-error-prepend{border-bottom:0}.input-group-error-append{border-top:0}.ivu-breadcrumb{color:#999;font-size:18px}.ivu-breadcrumb a{color:#515a6e;transition:color .2s ease-in-out}.ivu-breadcrumb a:hover{color:#57a3f3}.ivu-breadcrumb>span:last-child{font-weight:700;color:#515a6e}.ivu-breadcrumb>span:last-child .ivu-breadcrumb-item-separator{display:none}.ivu-breadcrumb-item-separator{margin:8px 0;color:#dcdee2}.ivu-breadcrumb-item-link>.ivu-icon+span{margin-top:4px}/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}:after,:before{box-sizing:border-box}body{font-family:OrhonChaganTig,"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;font-size:16px;line-height:1.5;color:#515a6e;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-orientation:sideways-right;word-break:keep-all!important}body i::before{text-orientation:upright}article,aside,blockquote,body,button,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,section,td,textarea,th,ul{margin:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}input::-ms-clear,input::-ms-reveal{display:none}a{color:#2d8cf0;background:0 0;text-decoration:none;outline:0;cursor:pointer;transition:color .2s ease}a:hover{color:#57a3f3}a:active{color:#2b85e4}a:active,a:hover{outline:0;text-decoration:none}a[disabled]{color:#ccc;cursor:not-allowed;pointer-events:none}code,kbd,pre,samp{font-family:Consolas,Menlo,Courier,monospace}@font-face{font-family:OrhonChaganTig;src:url(/static/fonts/OrhonChaganTig.a582852.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OrhonChaganTig-H;src:url(/static/fonts/OrhonChaganTig-H.35a4e27.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OrhonChaganTig-RTL;src:url(/static/fonts/OrhonChaganTig-RTL.b5d5026.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OrhonChaganTig-V;src:url(/static/fonts/OrhonChaganTig-V.d042174.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OrhonGarchagTig;src:url(/static/fonts/OrhonGarchagTig.5a2057a.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OrhonGarchagTig-H;src:url(/static/fonts/OrhonGarchagTig-H.a9a5e58.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OrhonGarchagTig-RTL;src:url(/static/fonts/OrhonGarchagTig-RTL.de60166.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OrhonGarchagTig-V;src:url(/static/fonts/OrhonGarchagTig-V.b43c623.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Ionicons;src:url(/static/fonts/ionicons.d535a25.ttf) format("truetype"),url(/static/fonts/ionicons.99ac330.woff) format("woff"),url(/static/img/ionicons.a2c4a26.svg#Ionicons) format("svg");font-weight:400;font-style:normal}.ivu-icon{display:inline-block;font-family:Ionicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ivu-icon-ios-add-circle-outline:before{content:"\F100"}.ivu-icon-ios-add-circle:before{content:"\F101"}.ivu-icon-ios-add:before{content:"\F102"}.ivu-icon-ios-alarm-outline:before{content:"\F103"}.ivu-icon-ios-alarm:before{content:"\F104"}.ivu-icon-ios-albums-outline:before{content:"\F105"}.ivu-icon-ios-albums:before{content:"\F106"}.ivu-icon-ios-alert-outline:before{content:"\F107"}.ivu-icon-ios-alert:before{content:"\F108"}.ivu-icon-ios-american-football-outline:before{content:"\F109"}.ivu-icon-ios-american-football:before{content:"\F10A"}.ivu-icon-ios-analytics-outline:before{content:"\F10B"}.ivu-icon-ios-analytics:before{content:"\F10C"}.ivu-icon-ios-aperture-outline:before{content:"\F10D"}.ivu-icon-ios-aperture:before{content:"\F10E"}.ivu-icon-ios-apps-outline:before{content:"\F10F"}.ivu-icon-ios-apps:before{content:"\F110"}.ivu-icon-ios-appstore-outline:before{content:"\F111"}.ivu-icon-ios-appstore:before{content:"\F112"}.ivu-icon-ios-archive-outline:before{content:"\F113"}.ivu-icon-ios-archive:before{content:"\F114"}.ivu-icon-ios-arrow-back:before{content:"\F115"}.ivu-icon-ios-arrow-down:before{content:"\F116"}.ivu-icon-ios-arrow-dropdown-circle:before{content:"\F117"}.ivu-icon-ios-arrow-dropdown:before{content:"\F118"}.ivu-icon-ios-arrow-dropleft-circle:before{content:"\F119"}.ivu-icon-ios-arrow-dropleft:before{content:"\F11A"}.ivu-icon-ios-arrow-dropright-circle:before{content:"\F11B"}.ivu-icon-ios-arrow-dropright:before{content:"\F11C"}.ivu-icon-ios-arrow-dropup-circle:before{content:"\F11D"}.ivu-icon-ios-arrow-dropup:before{content:"\F11E"}.ivu-icon-ios-arrow-forward:before{content:"\F11F"}.ivu-icon-ios-arrow-round-back:before{content:"\F120"}.ivu-icon-ios-arrow-round-down:before{content:"\F121"}.ivu-icon-ios-arrow-round-forward:before{content:"\F122"}.ivu-icon-ios-arrow-round-up:before{content:"\F123"}.ivu-icon-ios-arrow-up:before{content:"\F124"}.ivu-icon-ios-at-outline:before{content:"\F125"}.ivu-icon-ios-at:before{content:"\F126"}.ivu-icon-ios-attach:before{content:"\F127"}.ivu-icon-ios-backspace-outline:before{content:"\F128"}.ivu-icon-ios-backspace:before{content:"\F129"}.ivu-icon-ios-barcode-outline:before{content:"\F12A"}.ivu-icon-ios-barcode:before{content:"\F12B"}.ivu-icon-ios-baseball-outline:before{content:"\F12C"}.ivu-icon-ios-baseball:before{content:"\F12D"}.ivu-icon-ios-basket-outline:before{content:"\F12E"}.ivu-icon-ios-basket:before{content:"\F12F"}.ivu-icon-ios-basketball-outline:before{content:"\F130"}.ivu-icon-ios-basketball:before{content:"\F131"}.ivu-icon-ios-battery-charging:before{content:"\F132"}.ivu-icon-ios-battery-dead:before{content:"\F133"}.ivu-icon-ios-battery-full:before{content:"\F134"}.ivu-icon-ios-beaker-outline:before{content:"\F135"}.ivu-icon-ios-beaker:before{content:"\F136"}.ivu-icon-ios-beer-outline:before{content:"\F137"}.ivu-icon-ios-beer:before{content:"\F138"}.ivu-icon-ios-bicycle:before{content:"\F139"}.ivu-icon-ios-bluetooth:before{content:"\F13A"}.ivu-icon-ios-boat-outline:before{content:"\F13B"}.ivu-icon-ios-boat:before{content:"\F13C"}.ivu-icon-ios-body-outline:before{content:"\F13D"}.ivu-icon-ios-body:before{content:"\F13E"}.ivu-icon-ios-bonfire-outline:before{content:"\F13F"}.ivu-icon-ios-bonfire:before{content:"\F140"}.ivu-icon-ios-book-outline:before{content:"\F141"}.ivu-icon-ios-book:before{content:"\F142"}.ivu-icon-ios-bookmark-outline:before{content:"\F143"}.ivu-icon-ios-bookmark:before{content:"\F144"}.ivu-icon-ios-bookmarks-outline:before{content:"\F145"}.ivu-icon-ios-bookmarks:before{content:"\F146"}.ivu-icon-ios-bowtie-outline:before{content:"\F147"}.ivu-icon-ios-bowtie:before{content:"\F148"}.ivu-icon-ios-briefcase-outline:before{content:"\F149"}.ivu-icon-ios-briefcase:before{content:"\F14A"}.ivu-icon-ios-browsers-outline:before{content:"\F14B"}.ivu-icon-ios-browsers:before{content:"\F14C"}.ivu-icon-ios-brush-outline:before{content:"\F14D"}.ivu-icon-ios-brush:before{content:"\F14E"}.ivu-icon-ios-bug-outline:before{content:"\F14F"}.ivu-icon-ios-bug:before{content:"\F150"}.ivu-icon-ios-build-outline:before{content:"\F151"}.ivu-icon-ios-build:before{content:"\F152"}.ivu-icon-ios-bulb-outline:before{content:"\F153"}.ivu-icon-ios-bulb:before{content:"\F154"}.ivu-icon-ios-bus-outline:before{content:"\F155"}.ivu-icon-ios-bus:before{content:"\F156"}.ivu-icon-ios-cafe-outline:before{content:"\F157"}.ivu-icon-ios-cafe:before{content:"\F158"}.ivu-icon-ios-calculator-outline:before{content:"\F159"}.ivu-icon-ios-calculator:before{content:"\F15A"}.ivu-icon-ios-calendar-outline:before{content:"\F15B"}.ivu-icon-ios-calendar:before{content:"\F15C"}.ivu-icon-ios-call-outline:before{content:"\F15D"}.ivu-icon-ios-call:before{content:"\F15E"}.ivu-icon-ios-camera-outline:before{content:"\F15F"}.ivu-icon-ios-camera:before{content:"\F160"}.ivu-icon-ios-car-outline:before{content:"\F161"}.ivu-icon-ios-car:before{content:"\F162"}.ivu-icon-ios-card-outline:before{content:"\F163"}.ivu-icon-ios-card:before{content:"\F164"}.ivu-icon-ios-cart-outline:before{content:"\F165"}.ivu-icon-ios-cart:before{content:"\F166"}.ivu-icon-ios-cash-outline:before{content:"\F167"}.ivu-icon-ios-cash:before{content:"\F168"}.ivu-icon-ios-chatboxes-outline:before{content:"\F169"}.ivu-icon-ios-chatboxes:before{content:"\F16A"}.ivu-icon-ios-chatbubbles-outline:before{content:"\F16B"}.ivu-icon-ios-chatbubbles:before{content:"\F16C"}.ivu-icon-ios-checkbox-outline:before{content:"\F16D"}.ivu-icon-ios-checkbox:before{content:"\F16E"}.ivu-icon-ios-checkmark-circle-outline:before{content:"\F16F"}.ivu-icon-ios-checkmark-circle:before{content:"\F170"}.ivu-icon-ios-checkmark:before{content:"\F171"}.ivu-icon-ios-clipboard-outline:before{content:"\F172"}.ivu-icon-ios-clipboard:before{content:"\F173"}.ivu-icon-ios-clock-outline:before{content:"\F174"}.ivu-icon-ios-clock:before{content:"\F175"}.ivu-icon-ios-close-circle-outline:before{content:"\F176"}.ivu-icon-ios-close-circle:before{content:"\F177"}.ivu-icon-ios-close:before{content:"\F178"}.ivu-icon-ios-closed-captioning-outline:before{content:"\F179"}.ivu-icon-ios-closed-captioning:before{content:"\F17A"}.ivu-icon-ios-cloud-circle-outline:before{content:"\F17B"}.ivu-icon-ios-cloud-circle:before{content:"\F17C"}.ivu-icon-ios-cloud-done-outline:before{content:"\F17D"}.ivu-icon-ios-cloud-done:before{content:"\F17E"}.ivu-icon-ios-cloud-download-outline:before{content:"\F17F"}.ivu-icon-ios-cloud-download:before{content:"\F180"}.ivu-icon-ios-cloud-outline:before{content:"\F181"}.ivu-icon-ios-cloud-upload-outline:before{content:"\F182"}.ivu-icon-ios-cloud-upload:before{content:"\F183"}.ivu-icon-ios-cloud:before{content:"\F184"}.ivu-icon-ios-cloudy-night-outline:before{content:"\F185"}.ivu-icon-ios-cloudy-night:before{content:"\F186"}.ivu-icon-ios-cloudy-outline:before{content:"\F187"}.ivu-icon-ios-cloudy:before{content:"\F188"}.ivu-icon-ios-code-download:before{content:"\F189"}.ivu-icon-ios-code-working:before{content:"\F18A"}.ivu-icon-ios-code:before{content:"\F18B"}.ivu-icon-ios-cog-outline:before{content:"\F18C"}.ivu-icon-ios-cog:before{content:"\F18D"}.ivu-icon-ios-color-fill-outline:before{content:"\F18E"}.ivu-icon-ios-color-fill:before{content:"\F18F"}.ivu-icon-ios-color-filter-outline:before{content:"\F190"}.ivu-icon-ios-color-filter:before{content:"\F191"}.ivu-icon-ios-color-palette-outline:before{content:"\F192"}.ivu-icon-ios-color-palette:before{content:"\F193"}.ivu-icon-ios-color-wand-outline:before{content:"\F194"}.ivu-icon-ios-color-wand:before{content:"\F195"}.ivu-icon-ios-compass-outline:before{content:"\F196"}.ivu-icon-ios-compass:before{content:"\F197"}.ivu-icon-ios-construct-outline:before{content:"\F198"}.ivu-icon-ios-construct:before{content:"\F199"}.ivu-icon-ios-contact-outline:before{content:"\F19A"}.ivu-icon-ios-contact:before{content:"\F19B"}.ivu-icon-ios-contacts-outline:before{content:"\F19C"}.ivu-icon-ios-contacts:before{content:"\F19D"}.ivu-icon-ios-contract:before{content:"\F19E"}.ivu-icon-ios-contrast:before{content:"\F19F"}.ivu-icon-ios-copy-outline:before{content:"\F1A0"}.ivu-icon-ios-copy:before{content:"\F1A1"}.ivu-icon-ios-create-outline:before{content:"\F1A2"}.ivu-icon-ios-create:before{content:"\F1A3"}.ivu-icon-ios-crop-outline:before{content:"\F1A4"}.ivu-icon-ios-crop:before{content:"\F1A5"}.ivu-icon-ios-cube-outline:before{content:"\F1A6"}.ivu-icon-ios-cube:before{content:"\F1A7"}.ivu-icon-ios-cut-outline:before{content:"\F1A8"}.ivu-icon-ios-cut:before{content:"\F1A9"}.ivu-icon-ios-desktop-outline:before{content:"\F1AA"}.ivu-icon-ios-desktop:before{content:"\F1AB"}.ivu-icon-ios-disc-outline:before{content:"\F1AC"}.ivu-icon-ios-disc:before{content:"\F1AD"}.ivu-icon-ios-document-outline:before{content:"\F1AE"}.ivu-icon-ios-document:before{content:"\F1AF"}.ivu-icon-ios-done-all:before{content:"\F1B0"}.ivu-icon-ios-download-outline:before{content:"\F1B1"}.ivu-icon-ios-download:before{content:"\F1B2"}.ivu-icon-ios-easel-outline:before{content:"\F1B3"}.ivu-icon-ios-easel:before{content:"\F1B4"}.ivu-icon-ios-egg-outline:before{content:"\F1B5"}.ivu-icon-ios-egg:before{content:"\F1B6"}.ivu-icon-ios-exit-outline:before{content:"\F1B7"}.ivu-icon-ios-exit:before{content:"\F1B8"}.ivu-icon-ios-expand:before{content:"\F1B9"}.ivu-icon-ios-eye-off-outline:before{content:"\F1BA"}.ivu-icon-ios-eye-off:before{content:"\F1BB"}.ivu-icon-ios-eye-outline:before{content:"\F1BC"}.ivu-icon-ios-eye:before{content:"\F1BD"}.ivu-icon-ios-fastforward-outline:before{content:"\F1BE"}.ivu-icon-ios-fastforward:before{content:"\F1BF"}.ivu-icon-ios-female:before{content:"\F1C0"}.ivu-icon-ios-filing-outline:before{content:"\F1C1"}.ivu-icon-ios-filing:before{content:"\F1C2"}.ivu-icon-ios-film-outline:before{content:"\F1C3"}.ivu-icon-ios-film:before{content:"\F1C4"}.ivu-icon-ios-finger-print:before{content:"\F1C5"}.ivu-icon-ios-flag-outline:before{content:"\F1C6"}.ivu-icon-ios-flag:before{content:"\F1C7"}.ivu-icon-ios-flame-outline:before{content:"\F1C8"}.ivu-icon-ios-flame:before{content:"\F1C9"}.ivu-icon-ios-flash-outline:before{content:"\F1CA"}.ivu-icon-ios-flash:before{content:"\F1CB"}.ivu-icon-ios-flask-outline:before{content:"\F1CC"}.ivu-icon-ios-flask:before{content:"\F1CD"}.ivu-icon-ios-flower-outline:before{content:"\F1CE"}.ivu-icon-ios-flower:before{content:"\F1CF"}.ivu-icon-ios-folder-open-outline:before{content:"\F1D0"}.ivu-icon-ios-folder-open:before{content:"\F1D1"}.ivu-icon-ios-folder-outline:before{content:"\F1D2"}.ivu-icon-ios-folder:before{content:"\F1D3"}.ivu-icon-ios-football-outline:before{content:"\F1D4"}.ivu-icon-ios-football:before{content:"\F1D5"}.ivu-icon-ios-funnel-outline:before{content:"\F1D6"}.ivu-icon-ios-funnel:before{content:"\F1D7"}.ivu-icon-ios-game-controller-a-outline:before{content:"\F1D8"}.ivu-icon-ios-game-controller-a:before{content:"\F1D9"}.ivu-icon-ios-game-controller-b-outline:before{content:"\F1DA"}.ivu-icon-ios-game-controller-b:before{content:"\F1DB"}.ivu-icon-ios-git-branch:before{content:"\F1DC"}.ivu-icon-ios-git-commit:before{content:"\F1DD"}.ivu-icon-ios-git-compare:before{content:"\F1DE"}.ivu-icon-ios-git-merge:before{content:"\F1DF"}.ivu-icon-ios-git-network:before{content:"\F1E0"}.ivu-icon-ios-git-pull-request:before{content:"\F1E1"}.ivu-icon-ios-glasses-outline:before{content:"\F1E2"}.ivu-icon-ios-glasses:before{content:"\F1E3"}.ivu-icon-ios-globe-outline:before{content:"\F1E4"}.ivu-icon-ios-globe:before{content:"\F1E5"}.ivu-icon-ios-grid-outline:before{content:"\F1E6"}.ivu-icon-ios-grid:before{content:"\F1E7"}.ivu-icon-ios-hammer-outline:before{content:"\F1E8"}.ivu-icon-ios-hammer:before{content:"\F1E9"}.ivu-icon-ios-hand-outline:before{content:"\F1EA"}.ivu-icon-ios-hand:before{content:"\F1EB"}.ivu-icon-ios-happy-outline:before{content:"\F1EC"}.ivu-icon-ios-happy:before{content:"\F1ED"}.ivu-icon-ios-headset-outline:before{content:"\F1EE"}.ivu-icon-ios-headset:before{content:"\F1EF"}.ivu-icon-ios-heart-outline:before{content:"\F1F0"}.ivu-icon-ios-heart:before{content:"\F1F1"}.ivu-icon-ios-help-buoy-outline:before{content:"\F1F2"}.ivu-icon-ios-help-buoy:before{content:"\F1F3"}.ivu-icon-ios-help-circle-outline:before{content:"\F1F4"}.ivu-icon-ios-help-circle:before{content:"\F1F5"}.ivu-icon-ios-help:before{content:"\F1F6"}.ivu-icon-ios-home-outline:before{content:"\F1F7"}.ivu-icon-ios-home:before{content:"\F1F8"}.ivu-icon-ios-ice-cream-outline:before{content:"\F1F9"}.ivu-icon-ios-ice-cream:before{content:"\F1FA"}.ivu-icon-ios-image-outline:before{content:"\F1FB"}.ivu-icon-ios-image:before{content:"\F1FC"}.ivu-icon-ios-images-outline:before{content:"\F1FD"}.ivu-icon-ios-images:before{content:"\F1FE"}.ivu-icon-ios-infinite-outline:before{content:"\F1FF"}.ivu-icon-ios-infinite:before{content:"\F200"}.ivu-icon-ios-information-circle-outline:before{content:"\F201"}.ivu-icon-ios-information-circle:before{content:"\F202"}.ivu-icon-ios-information:before{content:"\F203"}.ivu-icon-ios-ionic-outline:before{content:"\F204"}.ivu-icon-ios-ionic:before{content:"\F205"}.ivu-icon-ios-ionitron-outline:before{content:"\F206"}.ivu-icon-ios-ionitron:before{content:"\F207"}.ivu-icon-ios-jet-outline:before{content:"\F208"}.ivu-icon-ios-jet:before{content:"\F209"}.ivu-icon-ios-key-outline:before{content:"\F20A"}.ivu-icon-ios-key:before{content:"\F20B"}.ivu-icon-ios-keypad-outline:before{content:"\F20C"}.ivu-icon-ios-keypad:before{content:"\F20D"}.ivu-icon-ios-laptop:before{content:"\F20E"}.ivu-icon-ios-leaf-outline:before{content:"\F20F"}.ivu-icon-ios-leaf:before{content:"\F210"}.ivu-icon-ios-link-outline:before{content:"\F211"}.ivu-icon-ios-link:before{content:"\F212"}.ivu-icon-ios-list-box-outline:before{content:"\F213"}.ivu-icon-ios-list-box:before{content:"\F214"}.ivu-icon-ios-list:before{content:"\F215"}.ivu-icon-ios-locate-outline:before{content:"\F216"}.ivu-icon-ios-locate:before{content:"\F217"}.ivu-icon-ios-lock-outline:before{content:"\F218"}.ivu-icon-ios-lock:before{content:"\F219"}.ivu-icon-ios-log-in:before{content:"\F21A"}.ivu-icon-ios-log-out:before{content:"\F21B"}.ivu-icon-ios-magnet-outline:before{content:"\F21C"}.ivu-icon-ios-magnet:before{content:"\F21D"}.ivu-icon-ios-mail-open-outline:before{content:"\F21E"}.ivu-icon-ios-mail-open:before{content:"\F21F"}.ivu-icon-ios-mail-outline:before{content:"\F220"}.ivu-icon-ios-mail:before{content:"\F221"}.ivu-icon-ios-male:before{content:"\F222"}.ivu-icon-ios-man-outline:before{content:"\F223"}.ivu-icon-ios-man:before{content:"\F224"}.ivu-icon-ios-map-outline:before{content:"\F225"}.ivu-icon-ios-map:before{content:"\F226"}.ivu-icon-ios-medal-outline:before{content:"\F227"}.ivu-icon-ios-medal:before{content:"\F228"}.ivu-icon-ios-medical-outline:before{content:"\F229"}.ivu-icon-ios-medical:before{content:"\F22A"}.ivu-icon-ios-medkit-outline:before{content:"\F22B"}.ivu-icon-ios-medkit:before{content:"\F22C"}.ivu-icon-ios-megaphone-outline:before{content:"\F22D"}.ivu-icon-ios-megaphone:before{content:"\F22E"}.ivu-icon-ios-menu-outline:before{content:"\F22F"}.ivu-icon-ios-menu:before{content:"\F230"}.ivu-icon-ios-mic-off-outline:before{content:"\F231"}.ivu-icon-ios-mic-off:before{content:"\F232"}.ivu-icon-ios-mic-outline:before{content:"\F233"}.ivu-icon-ios-mic:before{content:"\F234"}.ivu-icon-ios-microphone-outline:before{content:"\F235"}.ivu-icon-ios-microphone:before{content:"\F236"}.ivu-icon-ios-moon-outline:before{content:"\F237"}.ivu-icon-ios-moon:before{content:"\F238"}.ivu-icon-ios-more-outline:before{content:"\F239"}.ivu-icon-ios-more:before{content:"\F23A"}.ivu-icon-ios-move:before{content:"\F23B"}.ivu-icon-ios-musical-note-outline:before{content:"\F23C"}.ivu-icon-ios-musical-note:before{content:"\F23D"}.ivu-icon-ios-musical-notes-outline:before{content:"\F23E"}.ivu-icon-ios-musical-notes:before{content:"\F23F"}.ivu-icon-ios-navigate-outline:before{content:"\F240"}.ivu-icon-ios-navigate:before{content:"\F241"}.ivu-icon-ios-no-smoking-outline:before{content:"\F242"}.ivu-icon-ios-no-smoking:before{content:"\F243"}.ivu-icon-ios-notifications-off-outline:before{content:"\F244"}.ivu-icon-ios-notifications-off:before{content:"\F245"}.ivu-icon-ios-notifications-outline:before{content:"\F246"}.ivu-icon-ios-notifications:before{content:"\F247"}.ivu-icon-ios-nuclear-outline:before{content:"\F248"}.ivu-icon-ios-nuclear:before{content:"\F249"}.ivu-icon-ios-nutrition-outline:before{content:"\F24A"}.ivu-icon-ios-nutrition:before{content:"\F24B"}.ivu-icon-ios-open-outline:before{content:"\F24C"}.ivu-icon-ios-open:before{content:"\F24D"}.ivu-icon-ios-options-outline:before{content:"\F24E"}.ivu-icon-ios-options:before{content:"\F24F"}.ivu-icon-ios-outlet-outline:before{content:"\F250"}.ivu-icon-ios-outlet:before{content:"\F251"}.ivu-icon-ios-paper-outline:before{content:"\F252"}.ivu-icon-ios-paper-plane-outline:before{content:"\F253"}.ivu-icon-ios-paper-plane:before{content:"\F254"}.ivu-icon-ios-paper:before{content:"\F255"}.ivu-icon-ios-partly-sunny-outline:before{content:"\F256"}.ivu-icon-ios-partly-sunny:before{content:"\F257"}.ivu-icon-ios-pause-outline:before{content:"\F258"}.ivu-icon-ios-pause:before{content:"\F259"}.ivu-icon-ios-paw-outline:before{content:"\F25A"}.ivu-icon-ios-paw:before{content:"\F25B"}.ivu-icon-ios-people-outline:before{content:"\F25C"}.ivu-icon-ios-people:before{content:"\F25D"}.ivu-icon-ios-person-add-outline:before{content:"\F25E"}.ivu-icon-ios-person-add:before{content:"\F25F"}.ivu-icon-ios-person-outline:before{content:"\F260"}.ivu-icon-ios-person:before{content:"\F261"}.ivu-icon-ios-phone-landscape:before{content:"\F262"}.ivu-icon-ios-phone-portrait:before{content:"\F263"}.ivu-icon-ios-photos-outline:before{content:"\F264"}.ivu-icon-ios-photos:before{content:"\F265"}.ivu-icon-ios-pie-outline:before{content:"\F266"}.ivu-icon-ios-pie:before{content:"\F267"}.ivu-icon-ios-pin-outline:before{content:"\F268"}.ivu-icon-ios-pin:before{content:"\F269"}.ivu-icon-ios-pint-outline:before{content:"\F26A"}.ivu-icon-ios-pint:before{content:"\F26B"}.ivu-icon-ios-pizza-outline:before{content:"\F26C"}.ivu-icon-ios-pizza:before{content:"\F26D"}.ivu-icon-ios-plane-outline:before{content:"\F26E"}.ivu-icon-ios-plane:before{content:"\F26F"}.ivu-icon-ios-planet-outline:before{content:"\F270"}.ivu-icon-ios-planet:before{content:"\F271"}.ivu-icon-ios-play-outline:before{content:"\F272"}.ivu-icon-ios-play:before{content:"\F273"}.ivu-icon-ios-podium-outline:before{content:"\F274"}.ivu-icon-ios-podium:before{content:"\F275"}.ivu-icon-ios-power-outline:before{content:"\F276"}.ivu-icon-ios-power:before{content:"\F277"}.ivu-icon-ios-pricetag-outline:before{content:"\F278"}.ivu-icon-ios-pricetag:before{content:"\F279"}.ivu-icon-ios-pricetags-outline:before{content:"\F27A"}.ivu-icon-ios-pricetags:before{content:"\F27B"}.ivu-icon-ios-print-outline:before{content:"\F27C"}.ivu-icon-ios-print:before{content:"\F27D"}.ivu-icon-ios-pulse-outline:before{content:"\F27E"}.ivu-icon-ios-pulse:before{content:"\F27F"}.ivu-icon-ios-qr-scanner:before{content:"\F280"}.ivu-icon-ios-quote-outline:before{content:"\F281"}.ivu-icon-ios-quote:before{content:"\F282"}.ivu-icon-ios-radio-button-off:before{content:"\F283"}.ivu-icon-ios-radio-button-on:before{content:"\F284"}.ivu-icon-ios-radio-outline:before{content:"\F285"}.ivu-icon-ios-radio:before{content:"\F286"}.ivu-icon-ios-rainy-outline:before{content:"\F287"}.ivu-icon-ios-rainy:before{content:"\F288"}.ivu-icon-ios-recording-outline:before{content:"\F289"}.ivu-icon-ios-recording:before{content:"\F28A"}.ivu-icon-ios-redo-outline:before{content:"\F28B"}.ivu-icon-ios-redo:before{content:"\F28C"}.ivu-icon-ios-refresh-circle-outline:before{content:"\F28D"}.ivu-icon-ios-refresh-circle:before{content:"\F28E"}.ivu-icon-ios-refresh:before{content:"\F28F"}.ivu-icon-ios-remove-circle-outline:before{content:"\F290"}.ivu-icon-ios-remove-circle:before{content:"\F291"}.ivu-icon-ios-remove:before{content:"\F292"}.ivu-icon-ios-reorder:before{content:"\F293"}.ivu-icon-ios-repeat:before{content:"\F294"}.ivu-icon-ios-resize:before{content:"\F295"}.ivu-icon-ios-restaurant-outline:before{content:"\F296"}.ivu-icon-ios-restaurant:before{content:"\F297"}.ivu-icon-ios-return-left:before{content:"\F298"}.ivu-icon-ios-return-right:before{content:"\F299"}.ivu-icon-ios-reverse-camera-outline:before{content:"\F29A"}.ivu-icon-ios-reverse-camera:before{content:"\F29B"}.ivu-icon-ios-rewind-outline:before{content:"\F29C"}.ivu-icon-ios-rewind:before{content:"\F29D"}.ivu-icon-ios-ribbon-outline:before{content:"\F29E"}.ivu-icon-ios-ribbon:before{content:"\F29F"}.ivu-icon-ios-rose-outline:before{content:"\F2A0"}.ivu-icon-ios-rose:before{content:"\F2A1"}.ivu-icon-ios-sad-outline:before{content:"\F2A2"}.ivu-icon-ios-sad:before{content:"\F2A3"}.ivu-icon-ios-school-outline:before{content:"\F2A4"}.ivu-icon-ios-school:before{content:"\F2A5"}.ivu-icon-ios-search-outline:before{content:"\F2A6"}.ivu-icon-ios-search:before{content:"\F2A7"}.ivu-icon-ios-send-outline:before{content:"\F2A8"}.ivu-icon-ios-send:before{content:"\F2A9"}.ivu-icon-ios-settings-outline:before{content:"\F2AA"}.ivu-icon-ios-settings:before{content:"\F2AB"}.ivu-icon-ios-share-alt-outline:before{content:"\F2AC"}.ivu-icon-ios-share-alt:before{content:"\F2AD"}.ivu-icon-ios-share-outline:before{content:"\F2AE"}.ivu-icon-ios-share:before{content:"\F2AF"}.ivu-icon-ios-shirt-outline:before{content:"\F2B0"}.ivu-icon-ios-shirt:before{content:"\F2B1"}.ivu-icon-ios-shuffle:before{content:"\F2B2"}.ivu-icon-ios-skip-backward-outline:before{content:"\F2B3"}.ivu-icon-ios-skip-backward:before{content:"\F2B4"}.ivu-icon-ios-skip-forward-outline:before{content:"\F2B5"}.ivu-icon-ios-skip-forward:before{content:"\F2B6"}.ivu-icon-ios-snow-outline:before{content:"\F2B7"}.ivu-icon-ios-snow:before{content:"\F2B8"}.ivu-icon-ios-speedometer-outline:before{content:"\F2B9"}.ivu-icon-ios-speedometer:before{content:"\F2BA"}.ivu-icon-ios-square-outline:before{content:"\F2BB"}.ivu-icon-ios-square:before{content:"\F2BC"}.ivu-icon-ios-star-half:before{content:"\F2BD"}.ivu-icon-ios-star-outline:before{content:"\F2BE"}.ivu-icon-ios-star:before{content:"\F2BF"}.ivu-icon-ios-stats-outline:before{content:"\F2C0"}.ivu-icon-ios-stats:before{content:"\F2C1"}.ivu-icon-ios-stopwatch-outline:before{content:"\F2C2"}.ivu-icon-ios-stopwatch:before{content:"\F2C3"}.ivu-icon-ios-subway-outline:before{content:"\F2C4"}.ivu-icon-ios-subway:before{content:"\F2C5"}.ivu-icon-ios-sunny-outline:before{content:"\F2C6"}.ivu-icon-ios-sunny:before{content:"\F2C7"}.ivu-icon-ios-swap:before{content:"\F2C8"}.ivu-icon-ios-switch-outline:before{content:"\F2C9"}.ivu-icon-ios-switch:before{content:"\F2CA"}.ivu-icon-ios-sync:before{content:"\F2CB"}.ivu-icon-ios-tablet-landscape:before{content:"\F2CC"}.ivu-icon-ios-tablet-portrait:before{content:"\F2CD"}.ivu-icon-ios-tennisball-outline:before{content:"\F2CE"}.ivu-icon-ios-tennisball:before{content:"\F2CF"}.ivu-icon-ios-text-outline:before{content:"\F2D0"}.ivu-icon-ios-text:before{content:"\F2D1"}.ivu-icon-ios-thermometer-outline:before{content:"\F2D2"}.ivu-icon-ios-thermometer:before{content:"\F2D3"}.ivu-icon-ios-thumbs-down-outline:before{content:"\F2D4"}.ivu-icon-ios-thumbs-down:before{content:"\F2D5"}.ivu-icon-ios-thumbs-up-outline:before{content:"\F2D6"}.ivu-icon-ios-thumbs-up:before{content:"\F2D7"}.ivu-icon-ios-thunderstorm-outline:before{content:"\F2D8"}.ivu-icon-ios-thunderstorm:before{content:"\F2D9"}.ivu-icon-ios-time-outline:before{content:"\F2DA"}.ivu-icon-ios-time:before{content:"\F2DB"}.ivu-icon-ios-timer-outline:before{content:"\F2DC"}.ivu-icon-ios-timer:before{content:"\F2DD"}.ivu-icon-ios-train-outline:before{content:"\F2DE"}.ivu-icon-ios-train:before{content:"\F2DF"}.ivu-icon-ios-transgender:before{content:"\F2E0"}.ivu-icon-ios-trash-outline:before{content:"\F2E1"}.ivu-icon-ios-trash:before{content:"\F2E2"}.ivu-icon-ios-trending-down:before{content:"\F2E3"}.ivu-icon-ios-trending-up:before{content:"\F2E4"}.ivu-icon-ios-trophy-outline:before{content:"\F2E5"}.ivu-icon-ios-trophy:before{content:"\F2E6"}.ivu-icon-ios-umbrella-outline:before{content:"\F2E7"}.ivu-icon-ios-umbrella:before{content:"\F2E8"}.ivu-icon-ios-undo-outline:before{content:"\F2E9"}.ivu-icon-ios-undo:before{content:"\F2EA"}.ivu-icon-ios-unlock-outline:before{content:"\F2EB"}.ivu-icon-ios-unlock:before{content:"\F2EC"}.ivu-icon-ios-videocam-outline:before{content:"\F2ED"}.ivu-icon-ios-videocam:before{content:"\F2EE"}.ivu-icon-ios-volume-down:before{content:"\F2EF"}.ivu-icon-ios-volume-mute:before{content:"\F2F0"}.ivu-icon-ios-volume-off:before{content:"\F2F1"}.ivu-icon-ios-volume-up:before{content:"\F2F2"}.ivu-icon-ios-walk:before{content:"\F2F3"}.ivu-icon-ios-warning-outline:before{content:"\F2F4"}.ivu-icon-ios-warning:before{content:"\F2F5"}.ivu-icon-ios-watch:before{content:"\F2F6"}.ivu-icon-ios-water-outline:before{content:"\F2F7"}.ivu-icon-ios-water:before{content:"\F2F8"}.ivu-icon-ios-wifi-outline:before{content:"\F2F9"}.ivu-icon-ios-wifi:before{content:"\F2FA"}.ivu-icon-ios-wine-outline:before{content:"\F2FB"}.ivu-icon-ios-wine:before{content:"\F2FC"}.ivu-icon-ios-woman-outline:before{content:"\F2FD"}.ivu-icon-ios-woman:before{content:"\F2FE"}.ivu-icon-logo-android:before{content:"\F2FF"}.ivu-icon-logo-angular:before{content:"\F300"}.ivu-icon-logo-apple:before{content:"\F301"}.ivu-icon-logo-bitcoin:before{content:"\F302"}.ivu-icon-logo-buffer:before{content:"\F303"}.ivu-icon-logo-chrome:before{content:"\F304"}.ivu-icon-logo-codepen:before{content:"\F305"}.ivu-icon-logo-css3:before{content:"\F306"}.ivu-icon-logo-designernews:before{content:"\F307"}.ivu-icon-logo-dribbble:before{content:"\F308"}.ivu-icon-logo-dropbox:before{content:"\F309"}.ivu-icon-logo-euro:before{content:"\F30A"}.ivu-icon-logo-facebook:before{content:"\F30B"}.ivu-icon-logo-foursquare:before{content:"\F30C"}.ivu-icon-logo-freebsd-devil:before{content:"\F30D"}.ivu-icon-logo-github:before{content:"\F30E"}.ivu-icon-logo-google:before{content:"\F30F"}.ivu-icon-logo-googleplus:before{content:"\F310"}.ivu-icon-logo-hackernews:before{content:"\F311"}.ivu-icon-logo-html5:before{content:"\F312"}.ivu-icon-logo-instagram:before{content:"\F313"}.ivu-icon-logo-javascript:before{content:"\F314"}.ivu-icon-logo-linkedin:before{content:"\F315"}.ivu-icon-logo-markdown:before{content:"\F316"}.ivu-icon-logo-nodejs:before{content:"\F317"}.ivu-icon-logo-octocat:before{content:"\F318"}.ivu-icon-logo-pinterest:before{content:"\F319"}.ivu-icon-logo-playstation:before{content:"\F31A"}.ivu-icon-logo-python:before{content:"\F31B"}.ivu-icon-logo-reddit:before{content:"\F31C"}.ivu-icon-logo-rss:before{content:"\F31D"}.ivu-icon-logo-sass:before{content:"\F31E"}.ivu-icon-logo-skype:before{content:"\F31F"}.ivu-icon-logo-snapchat:before{content:"\F320"}.ivu-icon-logo-steam:before{content:"\F321"}.ivu-icon-logo-tumblr:before{content:"\F322"}.ivu-icon-logo-tux:before{content:"\F323"}.ivu-icon-logo-twitch:before{content:"\F324"}.ivu-icon-logo-twitter:before{content:"\F325"}.ivu-icon-logo-usd:before{content:"\F326"}.ivu-icon-logo-vimeo:before{content:"\F327"}.ivu-icon-logo-whatsapp:before{content:"\F328"}.ivu-icon-logo-windows:before{content:"\F329"}.ivu-icon-logo-wordpress:before{content:"\F32A"}.ivu-icon-logo-xbox:before{content:"\F32B"}.ivu-icon-logo-yahoo:before{content:"\F32C"}.ivu-icon-logo-yen:before{content:"\F32D"}.ivu-icon-logo-youtube:before{content:"\F32E"}.ivu-icon-md-add-circle:before{content:"\F32F"}.ivu-icon-md-add:before{content:"\F330"}.ivu-icon-md-alarm:before{content:"\F331"}.ivu-icon-md-albums:before{content:"\F332"}.ivu-icon-md-alert:before{content:"\F333"}.ivu-icon-md-american-football:before{content:"\F334"}.ivu-icon-md-analytics:before{content:"\F335"}.ivu-icon-md-aperture:before{content:"\F336"}.ivu-icon-md-apps:before{content:"\F337"}.ivu-icon-md-appstore:before{content:"\F338"}.ivu-icon-md-archive:before{content:"\F339"}.ivu-icon-md-arrow-back:before{content:"\F33A"}.ivu-icon-md-arrow-down:before{content:"\F33B"}.ivu-icon-md-arrow-dropdown-circle:before{content:"\F33C"}.ivu-icon-md-arrow-dropdown:before{content:"\F33D"}.ivu-icon-md-arrow-dropleft-circle:before{content:"\F33E"}.ivu-icon-md-arrow-dropleft:before{content:"\F33F"}.ivu-icon-md-arrow-dropright-circle:before{content:"\F340"}.ivu-icon-md-arrow-dropright:before{content:"\F341"}.ivu-icon-md-arrow-dropup-circle:before{content:"\F342"}.ivu-icon-md-arrow-dropup:before{content:"\F343"}.ivu-icon-md-arrow-forward:before{content:"\F344"}.ivu-icon-md-arrow-round-back:before{content:"\F345"}.ivu-icon-md-arrow-round-down:before{content:"\F346"}.ivu-icon-md-arrow-round-forward:before{content:"\F347"}.ivu-icon-md-arrow-round-up:before{content:"\F348"}.ivu-icon-md-arrow-up:before{content:"\F349"}.ivu-icon-md-at:before{content:"\F34A"}.ivu-icon-md-attach:before{content:"\F34B"}.ivu-icon-md-backspace:before{content:"\F34C"}.ivu-icon-md-barcode:before{content:"\F34D"}.ivu-icon-md-baseball:before{content:"\F34E"}.ivu-icon-md-basket:before{content:"\F34F"}.ivu-icon-md-basketball:before{content:"\F350"}.ivu-icon-md-battery-charging:before{content:"\F351"}.ivu-icon-md-battery-dead:before{content:"\F352"}.ivu-icon-md-battery-full:before{content:"\F353"}.ivu-icon-md-beaker:before{content:"\F354"}.ivu-icon-md-beer:before{content:"\F355"}.ivu-icon-md-bicycle:before{content:"\F356"}.ivu-icon-md-bluetooth:before{content:"\F357"}.ivu-icon-md-boat:before{content:"\F358"}.ivu-icon-md-body:before{content:"\F359"}.ivu-icon-md-bonfire:before{content:"\F35A"}.ivu-icon-md-book:before{content:"\F35B"}.ivu-icon-md-bookmark:before{content:"\F35C"}.ivu-icon-md-bookmarks:before{content:"\F35D"}.ivu-icon-md-bowtie:before{content:"\F35E"}.ivu-icon-md-briefcase:before{content:"\F35F"}.ivu-icon-md-browsers:before{content:"\F360"}.ivu-icon-md-brush:before{content:"\F361"}.ivu-icon-md-bug:before{content:"\F362"}.ivu-icon-md-build:before{content:"\F363"}.ivu-icon-md-bulb:before{content:"\F364"}.ivu-icon-md-bus:before{content:"\F365"}.ivu-icon-md-cafe:before{content:"\F366"}.ivu-icon-md-calculator:before{content:"\F367"}.ivu-icon-md-calendar:before{content:"\F368"}.ivu-icon-md-call:before{content:"\F369"}.ivu-icon-md-camera:before{content:"\F36A"}.ivu-icon-md-car:before{content:"\F36B"}.ivu-icon-md-card:before{content:"\F36C"}.ivu-icon-md-cart:before{content:"\F36D"}.ivu-icon-md-cash:before{content:"\F36E"}.ivu-icon-md-chatboxes:before{content:"\F36F"}.ivu-icon-md-chatbubbles:before{content:"\F370"}.ivu-icon-md-checkbox-outline:before{content:"\F371"}.ivu-icon-md-checkbox:before{content:"\F372"}.ivu-icon-md-checkmark-circle-outline:before{content:"\F373"}.ivu-icon-md-checkmark-circle:before{content:"\F374"}.ivu-icon-md-checkmark:before{content:"\F375"}.ivu-icon-md-clipboard:before{content:"\F376"}.ivu-icon-md-clock:before{content:"\F377"}.ivu-icon-md-close-circle:before{content:"\F378"}.ivu-icon-md-close:before{content:"\F379"}.ivu-icon-md-closed-captioning:before{content:"\F37A"}.ivu-icon-md-cloud-circle:before{content:"\F37B"}.ivu-icon-md-cloud-done:before{content:"\F37C"}.ivu-icon-md-cloud-download:before{content:"\F37D"}.ivu-icon-md-cloud-outline:before{content:"\F37E"}.ivu-icon-md-cloud-upload:before{content:"\F37F"}.ivu-icon-md-cloud:before{content:"\F380"}.ivu-icon-md-cloudy-night:before{content:"\F381"}.ivu-icon-md-cloudy:before{content:"\F382"}.ivu-icon-md-code-download:before{content:"\F383"}.ivu-icon-md-code-working:before{content:"\F384"}.ivu-icon-md-code:before{content:"\F385"}.ivu-icon-md-cog:before{content:"\F386"}.ivu-icon-md-color-fill:before{content:"\F387"}.ivu-icon-md-color-filter:before{content:"\F388"}.ivu-icon-md-color-palette:before{content:"\F389"}.ivu-icon-md-color-wand:before{content:"\F38A"}.ivu-icon-md-compass:before{content:"\F38B"}.ivu-icon-md-construct:before{content:"\F38C"}.ivu-icon-md-contact:before{content:"\F38D"}.ivu-icon-md-contacts:before{content:"\F38E"}.ivu-icon-md-contract:before{content:"\F38F"}.ivu-icon-md-contrast:before{content:"\F390"}.ivu-icon-md-copy:before{content:"\F391"}.ivu-icon-md-create:before{content:"\F392"}.ivu-icon-md-crop:before{content:"\F393"}.ivu-icon-md-cube:before{content:"\F394"}.ivu-icon-md-cut:before{content:"\F395"}.ivu-icon-md-desktop:before{content:"\F396"}.ivu-icon-md-disc:before{content:"\F397"}.ivu-icon-md-document:before{content:"\F398"}.ivu-icon-md-done-all:before{content:"\F399"}.ivu-icon-md-download:before{content:"\F39A"}.ivu-icon-md-easel:before{content:"\F39B"}.ivu-icon-md-egg:before{content:"\F39C"}.ivu-icon-md-exit:before{content:"\F39D"}.ivu-icon-md-expand:before{content:"\F39E"}.ivu-icon-md-eye-off:before{content:"\F39F"}.ivu-icon-md-eye:before{content:"\F3A0"}.ivu-icon-md-fastforward:before{content:"\F3A1"}.ivu-icon-md-female:before{content:"\F3A2"}.ivu-icon-md-filing:before{content:"\F3A3"}.ivu-icon-md-film:before{content:"\F3A4"}.ivu-icon-md-finger-print:before{content:"\F3A5"}.ivu-icon-md-flag:before{content:"\F3A6"}.ivu-icon-md-flame:before{content:"\F3A7"}.ivu-icon-md-flash:before{content:"\F3A8"}.ivu-icon-md-flask:before{content:"\F3A9"}.ivu-icon-md-flower:before{content:"\F3AA"}.ivu-icon-md-folder-open:before{content:"\F3AB"}.ivu-icon-md-folder:before{content:"\F3AC"}.ivu-icon-md-football:before{content:"\F3AD"}.ivu-icon-md-funnel:before{content:"\F3AE"}.ivu-icon-md-game-controller-a:before{content:"\F3AF"}.ivu-icon-md-game-controller-b:before{content:"\F3B0"}.ivu-icon-md-git-branch:before{content:"\F3B1"}.ivu-icon-md-git-commit:before{content:"\F3B2"}.ivu-icon-md-git-compare:before{content:"\F3B3"}.ivu-icon-md-git-merge:before{content:"\F3B4"}.ivu-icon-md-git-network:before{content:"\F3B5"}.ivu-icon-md-git-pull-request:before{content:"\F3B6"}.ivu-icon-md-glasses:before{content:"\F3B7"}.ivu-icon-md-globe:before{content:"\F3B8"}.ivu-icon-md-grid:before{content:"\F3B9"}.ivu-icon-md-hammer:before{content:"\F3BA"}.ivu-icon-md-hand:before{content:"\F3BB"}.ivu-icon-md-happy:before{content:"\F3BC"}.ivu-icon-md-headset:before{content:"\F3BD"}.ivu-icon-md-heart-outline:before{content:"\F3BE"}.ivu-icon-md-heart:before{content:"\F3BF"}.ivu-icon-md-help-buoy:before{content:"\F3C0"}.ivu-icon-md-help-circle:before{content:"\F3C1"}.ivu-icon-md-help:before{content:"\F3C2"}.ivu-icon-md-home:before{content:"\F3C3"}.ivu-icon-md-ice-cream:before{content:"\F3C4"}.ivu-icon-md-image:before{content:"\F3C5"}.ivu-icon-md-images:before{content:"\F3C6"}.ivu-icon-md-infinite:before{content:"\F3C7"}.ivu-icon-md-information-circle:before{content:"\F3C8"}.ivu-icon-md-information:before{content:"\F3C9"}.ivu-icon-md-ionic:before{content:"\F3CA"}.ivu-icon-md-ionitron:before{content:"\F3CB"}.ivu-icon-md-jet:before{content:"\F3CC"}.ivu-icon-md-key:before{content:"\F3CD"}.ivu-icon-md-keypad:before{content:"\F3CE"}.ivu-icon-md-laptop:before{content:"\F3CF"}.ivu-icon-md-leaf:before{content:"\F3D0"}.ivu-icon-md-link:before{content:"\F3D1"}.ivu-icon-md-list-box:before{content:"\F3D2"}.ivu-icon-md-list:before{content:"\F3D3"}.ivu-icon-md-locate:before{content:"\F3D4"}.ivu-icon-md-lock:before{content:"\F3D5"}.ivu-icon-md-log-in:before{content:"\F3D6"}.ivu-icon-md-log-out:before{content:"\F3D7"}.ivu-icon-md-magnet:before{content:"\F3D8"}.ivu-icon-md-mail-open:before{content:"\F3D9"}.ivu-icon-md-mail:before{content:"\F3DA"}.ivu-icon-md-male:before{content:"\F3DB"}.ivu-icon-md-man:before{content:"\F3DC"}.ivu-icon-md-map:before{content:"\F3DD"}.ivu-icon-md-medal:before{content:"\F3DE"}.ivu-icon-md-medical:before{content:"\F3DF"}.ivu-icon-md-medkit:before{content:"\F3E0"}.ivu-icon-md-megaphone:before{content:"\F3E1"}.ivu-icon-md-menu:before{content:"\F3E2"}.ivu-icon-md-mic-off:before{content:"\F3E3"}.ivu-icon-md-mic:before{content:"\F3E4"}.ivu-icon-md-microphone:before{content:"\F3E5"}.ivu-icon-md-moon:before{content:"\F3E6"}.ivu-icon-md-more:before{content:"\F3E7"}.ivu-icon-md-move:before{content:"\F3E8"}.ivu-icon-md-musical-note:before{content:"\F3E9"}.ivu-icon-md-musical-notes:before{content:"\F3EA"}.ivu-icon-md-navigate:before{content:"\F3EB"}.ivu-icon-md-no-smoking:before{content:"\F3EC"}.ivu-icon-md-notifications-off:before{content:"\F3ED"}.ivu-icon-md-notifications-outline:before{content:"\F3EE"}.ivu-icon-md-notifications:before{content:"\F3EF"}.ivu-icon-md-nuclear:before{content:"\F3F0"}.ivu-icon-md-nutrition:before{content:"\F3F1"}.ivu-icon-md-open:before{content:"\F3F2"}.ivu-icon-md-options:before{content:"\F3F3"}.ivu-icon-md-outlet:before{content:"\F3F4"}.ivu-icon-md-paper-plane:before{content:"\F3F5"}.ivu-icon-md-paper:before{content:"\F3F6"}.ivu-icon-md-partly-sunny:before{content:"\F3F7"}.ivu-icon-md-pause:before{content:"\F3F8"}.ivu-icon-md-paw:before{content:"\F3F9"}.ivu-icon-md-people:before{content:"\F3FA"}.ivu-icon-md-person-add:before{content:"\F3FB"}.ivu-icon-md-person:before{content:"\F3FC"}.ivu-icon-md-phone-landscape:before{content:"\F3FD"}.ivu-icon-md-phone-portrait:before{content:"\F3FE"}.ivu-icon-md-photos:before{content:"\F3FF"}.ivu-icon-md-pie:before{content:"\F400"}.ivu-icon-md-pin:before{content:"\F401"}.ivu-icon-md-pint:before{content:"\F402"}.ivu-icon-md-pizza:before{content:"\F403"}.ivu-icon-md-plane:before{content:"\F404"}.ivu-icon-md-planet:before{content:"\F405"}.ivu-icon-md-play:before{content:"\F406"}.ivu-icon-md-podium:before{content:"\F407"}.ivu-icon-md-power:before{content:"\F408"}.ivu-icon-md-pricetag:before{content:"\F409"}.ivu-icon-md-pricetags:before{content:"\F40A"}.ivu-icon-md-print:before{content:"\F40B"}.ivu-icon-md-pulse:before{content:"\F40C"}.ivu-icon-md-qr-scanner:before{content:"\F40D"}.ivu-icon-md-quote:before{content:"\F40E"}.ivu-icon-md-radio-button-off:before{content:"\F40F"}.ivu-icon-md-radio-button-on:before{content:"\F410"}.ivu-icon-md-radio:before{content:"\F411"}.ivu-icon-md-rainy:before{content:"\F412"}.ivu-icon-md-recording:before{content:"\F413"}.ivu-icon-md-redo:before{content:"\F414"}.ivu-icon-md-refresh-circle:before{content:"\F415"}.ivu-icon-md-refresh:before{content:"\F416"}.ivu-icon-md-remove-circle:before{content:"\F417"}.ivu-icon-md-remove:before{content:"\F418"}.ivu-icon-md-reorder:before{content:"\F419"}.ivu-icon-md-repeat:before{content:"\F41A"}.ivu-icon-md-resize:before{content:"\F41B"}.ivu-icon-md-restaurant:before{content:"\F41C"}.ivu-icon-md-return-left:before{content:"\F41D"}.ivu-icon-md-return-right:before{content:"\F41E"}.ivu-icon-md-reverse-camera:before{content:"\F41F"}.ivu-icon-md-rewind:before{content:"\F420"}.ivu-icon-md-ribbon:before{content:"\F421"}.ivu-icon-md-rose:before{content:"\F422"}.ivu-icon-md-sad:before{content:"\F423"}.ivu-icon-md-school:before{content:"\F424"}.ivu-icon-md-search:before{content:"\F425"}.ivu-icon-md-send:before{content:"\F426"}.ivu-icon-md-settings:before{content:"\F427"}.ivu-icon-md-share-alt:before{content:"\F428"}.ivu-icon-md-share:before{content:"\F429"}.ivu-icon-md-shirt:before{content:"\F42A"}.ivu-icon-md-shuffle:before{content:"\F42B"}.ivu-icon-md-skip-backward:before{content:"\F42C"}.ivu-icon-md-skip-forward:before{content:"\F42D"}.ivu-icon-md-snow:before{content:"\F42E"}.ivu-icon-md-speedometer:before{content:"\F42F"}.ivu-icon-md-square-outline:before{content:"\F430"}.ivu-icon-md-square:before{content:"\F431"}.ivu-icon-md-star-half:before{content:"\F432"}.ivu-icon-md-star-outline:before{content:"\F433"}.ivu-icon-md-star:before{content:"\F434"}.ivu-icon-md-stats:before{content:"\F435"}.ivu-icon-md-stopwatch:before{content:"\F436"}.ivu-icon-md-subway:before{content:"\F437"}.ivu-icon-md-sunny:before{content:"\F438"}.ivu-icon-md-swap:before{content:"\F439"}.ivu-icon-md-switch:before{content:"\F43A"}.ivu-icon-md-sync:before{content:"\F43B"}.ivu-icon-md-tablet-landscape:before{content:"\F43C"}.ivu-icon-md-tablet-portrait:before{content:"\F43D"}.ivu-icon-md-tennisball:before{content:"\F43E"}.ivu-icon-md-text:before{content:"\F43F"}.ivu-icon-md-thermometer:before{content:"\F440"}.ivu-icon-md-thumbs-down:before{content:"\F441"}.ivu-icon-md-thumbs-up:before{content:"\F442"}.ivu-icon-md-thunderstorm:before{content:"\F443"}.ivu-icon-md-time:before{content:"\F444"}.ivu-icon-md-timer:before{content:"\F445"}.ivu-icon-md-train:before{content:"\F446"}.ivu-icon-md-transgender:before{content:"\F447"}.ivu-icon-md-trash:before{content:"\F448"}.ivu-icon-md-trending-down:before{content:"\F449"}.ivu-icon-md-trending-up:before{content:"\F44A"}.ivu-icon-md-trophy:before{content:"\F44B"}.ivu-icon-md-umbrella:before{content:"\F44C"}.ivu-icon-md-undo:before{content:"\F44D"}.ivu-icon-md-unlock:before{content:"\F44E"}.ivu-icon-md-videocam:before{content:"\F44F"}.ivu-icon-md-volume-down:before{content:"\F450"}.ivu-icon-md-volume-mute:before{content:"\F451"}.ivu-icon-md-volume-off:before{content:"\F452"}.ivu-icon-md-volume-up:before{content:"\F453"}.ivu-icon-md-walk:before{content:"\F454"}.ivu-icon-md-warning:before{content:"\F455"}.ivu-icon-md-watch:before{content:"\F456"}.ivu-icon-md-water:before{content:"\F457"}.ivu-icon-md-wifi:before{content:"\F458"}.ivu-icon-md-wine:before{content:"\F459"}.ivu-icon-md-woman:before{content:"\F45A"}.ivu-icon-ios-loading:before{content:"\F45B"}.ivu-row{position:relative;margin-left:0;margin-right:0;height:auto;zoom:1;display:block}.ivu-row:after,.ivu-row:before{content:"";display:table}.ivu-row:after{clear:both;visibility:hidden;font-size:0;height:0}.ivu-row-flex{display:flex;flex-direction:row;flex-wrap:wrap}.ivu-row-flex:after,.ivu-row-flex:before{display:flex}.ivu-row-flex-start{justify-content:flex-start}.ivu-row-flex-center{justify-content:center}.ivu-row-flex-end{justify-content:flex-end}.ivu-row-flex-space-between{justify-content:space-between}.ivu-row-flex-space-around{justify-content:space-around}.ivu-row-flex-top{align-items:flex-start}.ivu-row-flex-middle{align-items:center}.ivu-row-flex-bottom{align-items:flex-end}.ivu-col{position:relative;display:block}.ivu-col-span-1,.ivu-col-span-10,.ivu-col-span-11,.ivu-col-span-12,.ivu-col-span-13,.ivu-col-span-14,.ivu-col-span-15,.ivu-col-span-16,.ivu-col-span-17,.ivu-col-span-18,.ivu-col-span-19,.ivu-col-span-2,.ivu-col-span-20,.ivu-col-span-21,.ivu-col-span-22,.ivu-col-span-23,.ivu-col-span-24,.ivu-col-span-3,.ivu-col-span-4,.ivu-col-span-5,.ivu-col-span-6,.ivu-col-span-7,.ivu-col-span-8,.ivu-col-span-9{float:left;flex:0 0 auto}.ivu-col-span-24{display:block;width:100%}.ivu-col-push-24{left:100%}.ivu-col-pull-24{right:100%}.ivu-col-offset-24{margin-left:100%}.ivu-col-order-24{order:24}.ivu-col-span-23{display:block;width:95.83333333%}.ivu-col-push-23{left:95.83333333%}.ivu-col-pull-23{right:95.83333333%}.ivu-col-offset-23{margin-left:95.83333333%}.ivu-col-order-23{order:23}.ivu-col-span-22{display:block;width:91.66666667%}.ivu-col-push-22{left:91.66666667%}.ivu-col-pull-22{right:91.66666667%}.ivu-col-offset-22{margin-left:91.66666667%}.ivu-col-order-22{order:22}.ivu-col-span-21{display:block;width:87.5%}.ivu-col-push-21{left:87.5%}.ivu-col-pull-21{right:87.5%}.ivu-col-offset-21{margin-left:87.5%}.ivu-col-order-21{order:21}.ivu-col-span-20{display:block;width:83.33333333%}.ivu-col-push-20{left:83.33333333%}.ivu-col-pull-20{right:83.33333333%}.ivu-col-offset-20{margin-left:83.33333333%}.ivu-col-order-20{order:20}.ivu-col-span-19{display:block;width:79.16666667%}.ivu-col-push-19{left:79.16666667%}.ivu-col-pull-19{right:79.16666667%}.ivu-col-offset-19{margin-left:79.16666667%}.ivu-col-order-19{order:19}.ivu-col-span-18{display:block;width:75%}.ivu-col-push-18{left:75%}.ivu-col-pull-18{right:75%}.ivu-col-offset-18{margin-left:75%}.ivu-col-order-18{order:18}.ivu-col-span-17{display:block;width:70.83333333%}.ivu-col-push-17{left:70.83333333%}.ivu-col-pull-17{right:70.83333333%}.ivu-col-offset-17{margin-left:70.83333333%}.ivu-col-order-17{order:17}.ivu-col-span-16{display:block;width:66.66666667%}.ivu-col-push-16{left:66.66666667%}.ivu-col-pull-16{right:66.66666667%}.ivu-col-offset-16{margin-left:66.66666667%}.ivu-col-order-16{order:16}.ivu-col-span-15{display:block;width:62.5%}.ivu-col-push-15{left:62.5%}.ivu-col-pull-15{right:62.5%}.ivu-col-offset-15{margin-left:62.5%}.ivu-col-order-15{order:15}.ivu-col-span-14{display:block;width:58.33333333%}.ivu-col-push-14{left:58.33333333%}.ivu-col-pull-14{right:58.33333333%}.ivu-col-offset-14{margin-left:58.33333333%}.ivu-col-order-14{order:14}.ivu-col-span-13{display:block;width:54.16666667%}.ivu-col-push-13{left:54.16666667%}.ivu-col-pull-13{right:54.16666667%}.ivu-col-offset-13{margin-left:54.16666667%}.ivu-col-order-13{order:13}.ivu-col-span-12{display:block;width:50%}.ivu-col-push-12{left:50%}.ivu-col-pull-12{right:50%}.ivu-col-offset-12{margin-left:50%}.ivu-col-order-12{order:12}.ivu-col-span-11{display:block;width:45.83333333%}.ivu-col-push-11{left:45.83333333%}.ivu-col-pull-11{right:45.83333333%}.ivu-col-offset-11{margin-left:45.83333333%}.ivu-col-order-11{order:11}.ivu-col-span-10{display:block;width:41.66666667%}.ivu-col-push-10{left:41.66666667%}.ivu-col-pull-10{right:41.66666667%}.ivu-col-offset-10{margin-left:41.66666667%}.ivu-col-order-10{order:10}.ivu-col-span-9{display:block;width:37.5%}.ivu-col-push-9{left:37.5%}.ivu-col-pull-9{right:37.5%}.ivu-col-offset-9{margin-left:37.5%}.ivu-col-order-9{order:9}.ivu-col-span-8{display:block;width:33.33333333%}.ivu-col-push-8{left:33.33333333%}.ivu-col-pull-8{right:33.33333333%}.ivu-col-offset-8{margin-left:33.33333333%}.ivu-col-order-8{order:8}.ivu-col-span-7{display:block;width:29.16666667%}.ivu-col-push-7{left:29.16666667%}.ivu-col-pull-7{right:29.16666667%}.ivu-col-offset-7{margin-left:29.16666667%}.ivu-col-order-7{order:7}.ivu-col-span-6{display:block;width:25%}.ivu-col-push-6{left:25%}.ivu-col-pull-6{right:25%}.ivu-col-offset-6{margin-left:25%}.ivu-col-order-6{order:6}.ivu-col-span-5{display:block;width:20.83333333%}.ivu-col-push-5{left:20.83333333%}.ivu-col-pull-5{right:20.83333333%}.ivu-col-offset-5{margin-left:20.83333333%}.ivu-col-order-5{order:5}.ivu-col-span-4{display:block;width:16.66666667%}.ivu-col-push-4{left:16.66666667%}.ivu-col-pull-4{right:16.66666667%}.ivu-col-offset-4{margin-left:16.66666667%}.ivu-col-order-4{order:4}.ivu-col-span-3{display:block;width:12.5%}.ivu-col-push-3{left:12.5%}.ivu-col-pull-3{right:12.5%}.ivu-col-offset-3{margin-left:12.5%}.ivu-col-order-3{order:3}.ivu-col-span-2{display:block;width:8.33333333%}.ivu-col-push-2{left:8.33333333%}.ivu-col-pull-2{right:8.33333333%}.ivu-col-offset-2{margin-left:8.33333333%}.ivu-col-order-2{order:2}.ivu-col-span-1{display:block;width:4.16666667%}.ivu-col-push-1{left:4.16666667%}.ivu-col-pull-1{right:4.16666667%}.ivu-col-offset-1{margin-left:4.16666667%}.ivu-col-order-1{order:1}.ivu-col-span-0{display:none}.ivu-col-push-0{left:auto}.ivu-col-pull-0{right:auto}.ivu-col-span-xs-1,.ivu-col-span-xs-10,.ivu-col-span-xs-11,.ivu-col-span-xs-12,.ivu-col-span-xs-13,.ivu-col-span-xs-14,.ivu-col-span-xs-15,.ivu-col-span-xs-16,.ivu-col-span-xs-17,.ivu-col-span-xs-18,.ivu-col-span-xs-19,.ivu-col-span-xs-2,.ivu-col-span-xs-20,.ivu-col-span-xs-21,.ivu-col-span-xs-22,.ivu-col-span-xs-23,.ivu-col-span-xs-24,.ivu-col-span-xs-3,.ivu-col-span-xs-4,.ivu-col-span-xs-5,.ivu-col-span-xs-6,.ivu-col-span-xs-7,.ivu-col-span-xs-8,.ivu-col-span-xs-9{float:left;flex:0 0 auto}.ivu-col-span-xs-24{display:block;width:100%}.ivu-col-xs-push-24{left:100%}.ivu-col-xs-pull-24{right:100%}.ivu-col-xs-offset-24{margin-left:100%}.ivu-col-xs-order-24{order:24}.ivu-col-span-xs-23{display:block;width:95.83333333%}.ivu-col-xs-push-23{left:95.83333333%}.ivu-col-xs-pull-23{right:95.83333333%}.ivu-col-xs-offset-23{margin-left:95.83333333%}.ivu-col-xs-order-23{order:23}.ivu-col-span-xs-22{display:block;width:91.66666667%}.ivu-col-xs-push-22{left:91.66666667%}.ivu-col-xs-pull-22{right:91.66666667%}.ivu-col-xs-offset-22{margin-left:91.66666667%}.ivu-col-xs-order-22{order:22}.ivu-col-span-xs-21{display:block;width:87.5%}.ivu-col-xs-push-21{left:87.5%}.ivu-col-xs-pull-21{right:87.5%}.ivu-col-xs-offset-21{margin-left:87.5%}.ivu-col-xs-order-21{order:21}.ivu-col-span-xs-20{display:block;width:83.33333333%}.ivu-col-xs-push-20{left:83.33333333%}.ivu-col-xs-pull-20{right:83.33333333%}.ivu-col-xs-offset-20{margin-left:83.33333333%}.ivu-col-xs-order-20{order:20}.ivu-col-span-xs-19{display:block;width:79.16666667%}.ivu-col-xs-push-19{left:79.16666667%}.ivu-col-xs-pull-19{right:79.16666667%}.ivu-col-xs-offset-19{margin-left:79.16666667%}.ivu-col-xs-order-19{order:19}.ivu-col-span-xs-18{display:block;width:75%}.ivu-col-xs-push-18{left:75%}.ivu-col-xs-pull-18{right:75%}.ivu-col-xs-offset-18{margin-left:75%}.ivu-col-xs-order-18{order:18}.ivu-col-span-xs-17{display:block;width:70.83333333%}.ivu-col-xs-push-17{left:70.83333333%}.ivu-col-xs-pull-17{right:70.83333333%}.ivu-col-xs-offset-17{margin-left:70.83333333%}.ivu-col-xs-order-17{order:17}.ivu-col-span-xs-16{display:block;width:66.66666667%}.ivu-col-xs-push-16{left:66.66666667%}.ivu-col-xs-pull-16{right:66.66666667%}.ivu-col-xs-offset-16{margin-left:66.66666667%}.ivu-col-xs-order-16{order:16}.ivu-col-span-xs-15{display:block;width:62.5%}.ivu-col-xs-push-15{left:62.5%}.ivu-col-xs-pull-15{right:62.5%}.ivu-col-xs-offset-15{margin-left:62.5%}.ivu-col-xs-order-15{order:15}.ivu-col-span-xs-14{display:block;width:58.33333333%}.ivu-col-xs-push-14{left:58.33333333%}.ivu-col-xs-pull-14{right:58.33333333%}.ivu-col-xs-offset-14{margin-left:58.33333333%}.ivu-col-xs-order-14{order:14}.ivu-col-span-xs-13{display:block;width:54.16666667%}.ivu-col-xs-push-13{left:54.16666667%}.ivu-col-xs-pull-13{right:54.16666667%}.ivu-col-xs-offset-13{margin-left:54.16666667%}.ivu-col-xs-order-13{order:13}.ivu-col-span-xs-12{display:block;width:50%}.ivu-col-xs-push-12{left:50%}.ivu-col-xs-pull-12{right:50%}.ivu-col-xs-offset-12{margin-left:50%}.ivu-col-xs-order-12{order:12}.ivu-col-span-xs-11{display:block;width:45.83333333%}.ivu-col-xs-push-11{left:45.83333333%}.ivu-col-xs-pull-11{right:45.83333333%}.ivu-col-xs-offset-11{margin-left:45.83333333%}.ivu-col-xs-order-11{order:11}.ivu-col-span-xs-10{display:block;width:41.66666667%}.ivu-col-xs-push-10{left:41.66666667%}.ivu-col-xs-pull-10{right:41.66666667%}.ivu-col-xs-offset-10{margin-left:41.66666667%}.ivu-col-xs-order-10{order:10}.ivu-col-span-xs-9{display:block;width:37.5%}.ivu-col-xs-push-9{left:37.5%}.ivu-col-xs-pull-9{right:37.5%}.ivu-col-xs-offset-9{margin-left:37.5%}.ivu-col-xs-order-9{order:9}.ivu-col-span-xs-8{display:block;width:33.33333333%}.ivu-col-xs-push-8{left:33.33333333%}.ivu-col-xs-pull-8{right:33.33333333%}.ivu-col-xs-offset-8{margin-left:33.33333333%}.ivu-col-xs-order-8{order:8}.ivu-col-span-xs-7{display:block;width:29.16666667%}.ivu-col-xs-push-7{left:29.16666667%}.ivu-col-xs-pull-7{right:29.16666667%}.ivu-col-xs-offset-7{margin-left:29.16666667%}.ivu-col-xs-order-7{order:7}.ivu-col-span-xs-6{display:block;width:25%}.ivu-col-xs-push-6{left:25%}.ivu-col-xs-pull-6{right:25%}.ivu-col-xs-offset-6{margin-left:25%}.ivu-col-xs-order-6{order:6}.ivu-col-span-xs-5{display:block;width:20.83333333%}.ivu-col-xs-push-5{left:20.83333333%}.ivu-col-xs-pull-5{right:20.83333333%}.ivu-col-xs-offset-5{margin-left:20.83333333%}.ivu-col-xs-order-5{order:5}.ivu-col-span-xs-4{display:block;width:16.66666667%}.ivu-col-xs-push-4{left:16.66666667%}.ivu-col-xs-pull-4{right:16.66666667%}.ivu-col-xs-offset-4{margin-left:16.66666667%}.ivu-col-xs-order-4{order:4}.ivu-col-span-xs-3{display:block;width:12.5%}.ivu-col-xs-push-3{left:12.5%}.ivu-col-xs-pull-3{right:12.5%}.ivu-col-xs-offset-3{margin-left:12.5%}.ivu-col-xs-order-3{order:3}.ivu-col-span-xs-2{display:block;width:8.33333333%}.ivu-col-xs-push-2{left:8.33333333%}.ivu-col-xs-pull-2{right:8.33333333%}.ivu-col-xs-offset-2{margin-left:8.33333333%}.ivu-col-xs-order-2{order:2}.ivu-col-span-xs-1{display:block;width:4.16666667%}.ivu-col-xs-push-1{left:4.16666667%}.ivu-col-xs-pull-1{right:4.16666667%}.ivu-col-xs-offset-1{margin-left:4.16666667%}.ivu-col-xs-order-1{order:1}.ivu-col-span-xs-0{display:none}.ivu-col-xs-push-0{left:auto}.ivu-col-xs-pull-0{right:auto}@media (min-width:768px){.ivu-col-span-sm-1,.ivu-col-span-sm-10,.ivu-col-span-sm-11,.ivu-col-span-sm-12,.ivu-col-span-sm-13,.ivu-col-span-sm-14,.ivu-col-span-sm-15,.ivu-col-span-sm-16,.ivu-col-span-sm-17,.ivu-col-span-sm-18,.ivu-col-span-sm-19,.ivu-col-span-sm-2,.ivu-col-span-sm-20,.ivu-col-span-sm-21,.ivu-col-span-sm-22,.ivu-col-span-sm-23,.ivu-col-span-sm-24,.ivu-col-span-sm-3,.ivu-col-span-sm-4,.ivu-col-span-sm-5,.ivu-col-span-sm-6,.ivu-col-span-sm-7,.ivu-col-span-sm-8,.ivu-col-span-sm-9{float:left;flex:0 0 auto}.ivu-col-span-sm-24{display:block;width:100%}.ivu-col-sm-push-24{left:100%}.ivu-col-sm-pull-24{right:100%}.ivu-col-sm-offset-24{margin-left:100%}.ivu-col-sm-order-24{order:24}.ivu-col-span-sm-23{display:block;width:95.83333333%}.ivu-col-sm-push-23{left:95.83333333%}.ivu-col-sm-pull-23{right:95.83333333%}.ivu-col-sm-offset-23{margin-left:95.83333333%}.ivu-col-sm-order-23{order:23}.ivu-col-span-sm-22{display:block;width:91.66666667%}.ivu-col-sm-push-22{left:91.66666667%}.ivu-col-sm-pull-22{right:91.66666667%}.ivu-col-sm-offset-22{margin-left:91.66666667%}.ivu-col-sm-order-22{order:22}.ivu-col-span-sm-21{display:block;width:87.5%}.ivu-col-sm-push-21{left:87.5%}.ivu-col-sm-pull-21{right:87.5%}.ivu-col-sm-offset-21{margin-left:87.5%}.ivu-col-sm-order-21{order:21}.ivu-col-span-sm-20{display:block;width:83.33333333%}.ivu-col-sm-push-20{left:83.33333333%}.ivu-col-sm-pull-20{right:83.33333333%}.ivu-col-sm-offset-20{margin-left:83.33333333%}.ivu-col-sm-order-20{order:20}.ivu-col-span-sm-19{display:block;width:79.16666667%}.ivu-col-sm-push-19{left:79.16666667%}.ivu-col-sm-pull-19{right:79.16666667%}.ivu-col-sm-offset-19{margin-left:79.16666667%}.ivu-col-sm-order-19{order:19}.ivu-col-span-sm-18{display:block;width:75%}.ivu-col-sm-push-18{left:75%}.ivu-col-sm-pull-18{right:75%}.ivu-col-sm-offset-18{margin-left:75%}.ivu-col-sm-order-18{order:18}.ivu-col-span-sm-17{display:block;width:70.83333333%}.ivu-col-sm-push-17{left:70.83333333%}.ivu-col-sm-pull-17{right:70.83333333%}.ivu-col-sm-offset-17{margin-left:70.83333333%}.ivu-col-sm-order-17{order:17}.ivu-col-span-sm-16{display:block;width:66.66666667%}.ivu-col-sm-push-16{left:66.66666667%}.ivu-col-sm-pull-16{right:66.66666667%}.ivu-col-sm-offset-16{margin-left:66.66666667%}.ivu-col-sm-order-16{order:16}.ivu-col-span-sm-15{display:block;width:62.5%}.ivu-col-sm-push-15{left:62.5%}.ivu-col-sm-pull-15{right:62.5%}.ivu-col-sm-offset-15{margin-left:62.5%}.ivu-col-sm-order-15{order:15}.ivu-col-span-sm-14{display:block;width:58.33333333%}.ivu-col-sm-push-14{left:58.33333333%}.ivu-col-sm-pull-14{right:58.33333333%}.ivu-col-sm-offset-14{margin-left:58.33333333%}.ivu-col-sm-order-14{order:14}.ivu-col-span-sm-13{display:block;width:54.16666667%}.ivu-col-sm-push-13{left:54.16666667%}.ivu-col-sm-pull-13{right:54.16666667%}.ivu-col-sm-offset-13{margin-left:54.16666667%}.ivu-col-sm-order-13{order:13}.ivu-col-span-sm-12{display:block;width:50%}.ivu-col-sm-push-12{left:50%}.ivu-col-sm-pull-12{right:50%}.ivu-col-sm-offset-12{margin-left:50%}.ivu-col-sm-order-12{order:12}.ivu-col-span-sm-11{display:block;width:45.83333333%}.ivu-col-sm-push-11{left:45.83333333%}.ivu-col-sm-pull-11{right:45.83333333%}.ivu-col-sm-offset-11{margin-left:45.83333333%}.ivu-col-sm-order-11{order:11}.ivu-col-span-sm-10{display:block;width:41.66666667%}.ivu-col-sm-push-10{left:41.66666667%}.ivu-col-sm-pull-10{right:41.66666667%}.ivu-col-sm-offset-10{margin-left:41.66666667%}.ivu-col-sm-order-10{order:10}.ivu-col-span-sm-9{display:block;width:37.5%}.ivu-col-sm-push-9{left:37.5%}.ivu-col-sm-pull-9{right:37.5%}.ivu-col-sm-offset-9{margin-left:37.5%}.ivu-col-sm-order-9{order:9}.ivu-col-span-sm-8{display:block;width:33.33333333%}.ivu-col-sm-push-8{left:33.33333333%}.ivu-col-sm-pull-8{right:33.33333333%}.ivu-col-sm-offset-8{margin-left:33.33333333%}.ivu-col-sm-order-8{order:8}.ivu-col-span-sm-7{display:block;width:29.16666667%}.ivu-col-sm-push-7{left:29.16666667%}.ivu-col-sm-pull-7{right:29.16666667%}.ivu-col-sm-offset-7{margin-left:29.16666667%}.ivu-col-sm-order-7{order:7}.ivu-col-span-sm-6{display:block;width:25%}.ivu-col-sm-push-6{left:25%}.ivu-col-sm-pull-6{right:25%}.ivu-col-sm-offset-6{margin-left:25%}.ivu-col-sm-order-6{order:6}.ivu-col-span-sm-5{display:block;width:20.83333333%}.ivu-col-sm-push-5{left:20.83333333%}.ivu-col-sm-pull-5{right:20.83333333%}.ivu-col-sm-offset-5{margin-left:20.83333333%}.ivu-col-sm-order-5{order:5}.ivu-col-span-sm-4{display:block;width:16.66666667%}.ivu-col-sm-push-4{left:16.66666667%}.ivu-col-sm-pull-4{right:16.66666667%}.ivu-col-sm-offset-4{margin-left:16.66666667%}.ivu-col-sm-order-4{order:4}.ivu-col-span-sm-3{display:block;width:12.5%}.ivu-col-sm-push-3{left:12.5%}.ivu-col-sm-pull-3{right:12.5%}.ivu-col-sm-offset-3{margin-left:12.5%}.ivu-col-sm-order-3{order:3}.ivu-col-span-sm-2{display:block;width:8.33333333%}.ivu-col-sm-push-2{left:8.33333333%}.ivu-col-sm-pull-2{right:8.33333333%}.ivu-col-sm-offset-2{margin-left:8.33333333%}.ivu-col-sm-order-2{order:2}.ivu-col-span-sm-1{display:block;width:4.16666667%}.ivu-col-sm-push-1{left:4.16666667%}.ivu-col-sm-pull-1{right:4.16666667%}.ivu-col-sm-offset-1{margin-left:4.16666667%}.ivu-col-sm-order-1{order:1}.ivu-col-span-sm-0{display:none}.ivu-col-sm-push-0{left:auto}.ivu-col-sm-pull-0{right:auto}}@media (min-width:992px){.ivu-col-span-md-1,.ivu-col-span-md-10,.ivu-col-span-md-11,.ivu-col-span-md-12,.ivu-col-span-md-13,.ivu-col-span-md-14,.ivu-col-span-md-15,.ivu-col-span-md-16,.ivu-col-span-md-17,.ivu-col-span-md-18,.ivu-col-span-md-19,.ivu-col-span-md-2,.ivu-col-span-md-20,.ivu-col-span-md-21,.ivu-col-span-md-22,.ivu-col-span-md-23,.ivu-col-span-md-24,.ivu-col-span-md-3,.ivu-col-span-md-4,.ivu-col-span-md-5,.ivu-col-span-md-6,.ivu-col-span-md-7,.ivu-col-span-md-8,.ivu-col-span-md-9{float:left;flex:0 0 auto}.ivu-col-span-md-24{display:block;width:100%}.ivu-col-md-push-24{left:100%}.ivu-col-md-pull-24{right:100%}.ivu-col-md-offset-24{margin-left:100%}.ivu-col-md-order-24{order:24}.ivu-col-span-md-23{display:block;width:95.83333333%}.ivu-col-md-push-23{left:95.83333333%}.ivu-col-md-pull-23{right:95.83333333%}.ivu-col-md-offset-23{margin-left:95.83333333%}.ivu-col-md-order-23{order:23}.ivu-col-span-md-22{display:block;width:91.66666667%}.ivu-col-md-push-22{left:91.66666667%}.ivu-col-md-pull-22{right:91.66666667%}.ivu-col-md-offset-22{margin-left:91.66666667%}.ivu-col-md-order-22{order:22}.ivu-col-span-md-21{display:block;width:87.5%}.ivu-col-md-push-21{left:87.5%}.ivu-col-md-pull-21{right:87.5%}.ivu-col-md-offset-21{margin-left:87.5%}.ivu-col-md-order-21{order:21}.ivu-col-span-md-20{display:block;width:83.33333333%}.ivu-col-md-push-20{left:83.33333333%}.ivu-col-md-pull-20{right:83.33333333%}.ivu-col-md-offset-20{margin-left:83.33333333%}.ivu-col-md-order-20{order:20}.ivu-col-span-md-19{display:block;width:79.16666667%}.ivu-col-md-push-19{left:79.16666667%}.ivu-col-md-pull-19{right:79.16666667%}.ivu-col-md-offset-19{margin-left:79.16666667%}.ivu-col-md-order-19{order:19}.ivu-col-span-md-18{display:block;width:75%}.ivu-col-md-push-18{left:75%}.ivu-col-md-pull-18{right:75%}.ivu-col-md-offset-18{margin-left:75%}.ivu-col-md-order-18{order:18}.ivu-col-span-md-17{display:block;width:70.83333333%}.ivu-col-md-push-17{left:70.83333333%}.ivu-col-md-pull-17{right:70.83333333%}.ivu-col-md-offset-17{margin-left:70.83333333%}.ivu-col-md-order-17{order:17}.ivu-col-span-md-16{display:block;width:66.66666667%}.ivu-col-md-push-16{left:66.66666667%}.ivu-col-md-pull-16{right:66.66666667%}.ivu-col-md-offset-16{margin-left:66.66666667%}.ivu-col-md-order-16{order:16}.ivu-col-span-md-15{display:block;width:62.5%}.ivu-col-md-push-15{left:62.5%}.ivu-col-md-pull-15{right:62.5%}.ivu-col-md-offset-15{margin-left:62.5%}.ivu-col-md-order-15{order:15}.ivu-col-span-md-14{display:block;width:58.33333333%}.ivu-col-md-push-14{left:58.33333333%}.ivu-col-md-pull-14{right:58.33333333%}.ivu-col-md-offset-14{margin-left:58.33333333%}.ivu-col-md-order-14{order:14}.ivu-col-span-md-13{display:block;width:54.16666667%}.ivu-col-md-push-13{left:54.16666667%}.ivu-col-md-pull-13{right:54.16666667%}.ivu-col-md-offset-13{margin-left:54.16666667%}.ivu-col-md-order-13{order:13}.ivu-col-span-md-12{display:block;width:50%}.ivu-col-md-push-12{left:50%}.ivu-col-md-pull-12{right:50%}.ivu-col-md-offset-12{margin-left:50%}.ivu-col-md-order-12{order:12}.ivu-col-span-md-11{display:block;width:45.83333333%}.ivu-col-md-push-11{left:45.83333333%}.ivu-col-md-pull-11{right:45.83333333%}.ivu-col-md-offset-11{margin-left:45.83333333%}.ivu-col-md-order-11{order:11}.ivu-col-span-md-10{display:block;width:41.66666667%}.ivu-col-md-push-10{left:41.66666667%}.ivu-col-md-pull-10{right:41.66666667%}.ivu-col-md-offset-10{margin-left:41.66666667%}.ivu-col-md-order-10{order:10}.ivu-col-span-md-9{display:block;width:37.5%}.ivu-col-md-push-9{left:37.5%}.ivu-col-md-pull-9{right:37.5%}.ivu-col-md-offset-9{margin-left:37.5%}.ivu-col-md-order-9{order:9}.ivu-col-span-md-8{display:block;width:33.33333333%}.ivu-col-md-push-8{left:33.33333333%}.ivu-col-md-pull-8{right:33.33333333%}.ivu-col-md-offset-8{margin-left:33.33333333%}.ivu-col-md-order-8{order:8}.ivu-col-span-md-7{display:block;width:29.16666667%}.ivu-col-md-push-7{left:29.16666667%}.ivu-col-md-pull-7{right:29.16666667%}.ivu-col-md-offset-7{margin-left:29.16666667%}.ivu-col-md-order-7{order:7}.ivu-col-span-md-6{display:block;width:25%}.ivu-col-md-push-6{left:25%}.ivu-col-md-pull-6{right:25%}.ivu-col-md-offset-6{margin-left:25%}.ivu-col-md-order-6{order:6}.ivu-col-span-md-5{display:block;width:20.83333333%}.ivu-col-md-push-5{left:20.83333333%}.ivu-col-md-pull-5{right:20.83333333%}.ivu-col-md-offset-5{margin-left:20.83333333%}.ivu-col-md-order-5{order:5}.ivu-col-span-md-4{display:block;width:16.66666667%}.ivu-col-md-push-4{left:16.66666667%}.ivu-col-md-pull-4{right:16.66666667%}.ivu-col-md-offset-4{margin-left:16.66666667%}.ivu-col-md-order-4{order:4}.ivu-col-span-md-3{display:block;width:12.5%}.ivu-col-md-push-3{left:12.5%}.ivu-col-md-pull-3{right:12.5%}.ivu-col-md-offset-3{margin-left:12.5%}.ivu-col-md-order-3{order:3}.ivu-col-span-md-2{display:block;width:8.33333333%}.ivu-col-md-push-2{left:8.33333333%}.ivu-col-md-pull-2{right:8.33333333%}.ivu-col-md-offset-2{margin-left:8.33333333%}.ivu-col-md-order-2{order:2}.ivu-col-span-md-1{display:block;width:4.16666667%}.ivu-col-md-push-1{left:4.16666667%}.ivu-col-md-pull-1{right:4.16666667%}.ivu-col-md-offset-1{margin-left:4.16666667%}.ivu-col-md-order-1{order:1}.ivu-col-span-md-0{display:none}.ivu-col-md-push-0{left:auto}.ivu-col-md-pull-0{right:auto}}@media (min-width:1200px){.ivu-col-span-lg-1,.ivu-col-span-lg-10,.ivu-col-span-lg-11,.ivu-col-span-lg-12,.ivu-col-span-lg-13,.ivu-col-span-lg-14,.ivu-col-span-lg-15,.ivu-col-span-lg-16,.ivu-col-span-lg-17,.ivu-col-span-lg-18,.ivu-col-span-lg-19,.ivu-col-span-lg-2,.ivu-col-span-lg-20,.ivu-col-span-lg-21,.ivu-col-span-lg-22,.ivu-col-span-lg-23,.ivu-col-span-lg-24,.ivu-col-span-lg-3,.ivu-col-span-lg-4,.ivu-col-span-lg-5,.ivu-col-span-lg-6,.ivu-col-span-lg-7,.ivu-col-span-lg-8,.ivu-col-span-lg-9{float:left;flex:0 0 auto}.ivu-col-span-lg-24{display:block;width:100%}.ivu-col-lg-push-24{left:100%}.ivu-col-lg-pull-24{right:100%}.ivu-col-lg-offset-24{margin-left:100%}.ivu-col-lg-order-24{order:24}.ivu-col-span-lg-23{display:block;width:95.83333333%}.ivu-col-lg-push-23{left:95.83333333%}.ivu-col-lg-pull-23{right:95.83333333%}.ivu-col-lg-offset-23{margin-left:95.83333333%}.ivu-col-lg-order-23{order:23}.ivu-col-span-lg-22{display:block;width:91.66666667%}.ivu-col-lg-push-22{left:91.66666667%}.ivu-col-lg-pull-22{right:91.66666667%}.ivu-col-lg-offset-22{margin-left:91.66666667%}.ivu-col-lg-order-22{order:22}.ivu-col-span-lg-21{display:block;width:87.5%}.ivu-col-lg-push-21{left:87.5%}.ivu-col-lg-pull-21{right:87.5%}.ivu-col-lg-offset-21{margin-left:87.5%}.ivu-col-lg-order-21{order:21}.ivu-col-span-lg-20{display:block;width:83.33333333%}.ivu-col-lg-push-20{left:83.33333333%}.ivu-col-lg-pull-20{right:83.33333333%}.ivu-col-lg-offset-20{margin-left:83.33333333%}.ivu-col-lg-order-20{order:20}.ivu-col-span-lg-19{display:block;width:79.16666667%}.ivu-col-lg-push-19{left:79.16666667%}.ivu-col-lg-pull-19{right:79.16666667%}.ivu-col-lg-offset-19{margin-left:79.16666667%}.ivu-col-lg-order-19{order:19}.ivu-col-span-lg-18{display:block;width:75%}.ivu-col-lg-push-18{left:75%}.ivu-col-lg-pull-18{right:75%}.ivu-col-lg-offset-18{margin-left:75%}.ivu-col-lg-order-18{order:18}.ivu-col-span-lg-17{display:block;width:70.83333333%}.ivu-col-lg-push-17{left:70.83333333%}.ivu-col-lg-pull-17{right:70.83333333%}.ivu-col-lg-offset-17{margin-left:70.83333333%}.ivu-col-lg-order-17{order:17}.ivu-col-span-lg-16{display:block;width:66.66666667%}.ivu-col-lg-push-16{left:66.66666667%}.ivu-col-lg-pull-16{right:66.66666667%}.ivu-col-lg-offset-16{margin-left:66.66666667%}.ivu-col-lg-order-16{order:16}.ivu-col-span-lg-15{display:block;width:62.5%}.ivu-col-lg-push-15{left:62.5%}.ivu-col-lg-pull-15{right:62.5%}.ivu-col-lg-offset-15{margin-left:62.5%}.ivu-col-lg-order-15{order:15}.ivu-col-span-lg-14{display:block;width:58.33333333%}.ivu-col-lg-push-14{left:58.33333333%}.ivu-col-lg-pull-14{right:58.33333333%}.ivu-col-lg-offset-14{margin-left:58.33333333%}.ivu-col-lg-order-14{order:14}.ivu-col-span-lg-13{display:block;width:54.16666667%}.ivu-col-lg-push-13{left:54.16666667%}.ivu-col-lg-pull-13{right:54.16666667%}.ivu-col-lg-offset-13{margin-left:54.16666667%}.ivu-col-lg-order-13{order:13}.ivu-col-span-lg-12{display:block;width:50%}.ivu-col-lg-push-12{left:50%}.ivu-col-lg-pull-12{right:50%}.ivu-col-lg-offset-12{margin-left:50%}.ivu-col-lg-order-12{order:12}.ivu-col-span-lg-11{display:block;width:45.83333333%}.ivu-col-lg-push-11{left:45.83333333%}.ivu-col-lg-pull-11{right:45.83333333%}.ivu-col-lg-offset-11{margin-left:45.83333333%}.ivu-col-lg-order-11{order:11}.ivu-col-span-lg-10{display:block;width:41.66666667%}.ivu-col-lg-push-10{left:41.66666667%}.ivu-col-lg-pull-10{right:41.66666667%}.ivu-col-lg-offset-10{margin-left:41.66666667%}.ivu-col-lg-order-10{order:10}.ivu-col-span-lg-9{display:block;width:37.5%}.ivu-col-lg-push-9{left:37.5%}.ivu-col-lg-pull-9{right:37.5%}.ivu-col-lg-offset-9{margin-left:37.5%}.ivu-col-lg-order-9{order:9}.ivu-col-span-lg-8{display:block;width:33.33333333%}.ivu-col-lg-push-8{left:33.33333333%}.ivu-col-lg-pull-8{right:33.33333333%}.ivu-col-lg-offset-8{margin-left:33.33333333%}.ivu-col-lg-order-8{order:8}.ivu-col-span-lg-7{display:block;width:29.16666667%}.ivu-col-lg-push-7{left:29.16666667%}.ivu-col-lg-pull-7{right:29.16666667%}.ivu-col-lg-offset-7{margin-left:29.16666667%}.ivu-col-lg-order-7{order:7}.ivu-col-span-lg-6{display:block;width:25%}.ivu-col-lg-push-6{left:25%}.ivu-col-lg-pull-6{right:25%}.ivu-col-lg-offset-6{margin-left:25%}.ivu-col-lg-order-6{order:6}.ivu-col-span-lg-5{display:block;width:20.83333333%}.ivu-col-lg-push-5{left:20.83333333%}.ivu-col-lg-pull-5{right:20.83333333%}.ivu-col-lg-offset-5{margin-left:20.83333333%}.ivu-col-lg-order-5{order:5}.ivu-col-span-lg-4{display:block;width:16.66666667%}.ivu-col-lg-push-4{left:16.66666667%}.ivu-col-lg-pull-4{right:16.66666667%}.ivu-col-lg-offset-4{margin-left:16.66666667%}.ivu-col-lg-order-4{order:4}.ivu-col-span-lg-3{display:block;width:12.5%}.ivu-col-lg-push-3{left:12.5%}.ivu-col-lg-pull-3{right:12.5%}.ivu-col-lg-offset-3{margin-left:12.5%}.ivu-col-lg-order-3{order:3}.ivu-col-span-lg-2{display:block;width:8.33333333%}.ivu-col-lg-push-2{left:8.33333333%}.ivu-col-lg-pull-2{right:8.33333333%}.ivu-col-lg-offset-2{margin-left:8.33333333%}.ivu-col-lg-order-2{order:2}.ivu-col-span-lg-1{display:block;width:4.16666667%}.ivu-col-lg-push-1{left:4.16666667%}.ivu-col-lg-pull-1{right:4.16666667%}.ivu-col-lg-offset-1{margin-left:4.16666667%}.ivu-col-lg-order-1{order:1}.ivu-col-span-lg-0{display:none}.ivu-col-lg-push-0{left:auto}.ivu-col-lg-pull-0{right:auto}}.ivu-article h1{font-size:30px;font-weight:400}.ivu-article h2{font-size:24px;font-weight:400}.ivu-article h3{font-size:20px;font-weight:400}.ivu-article h4{font-size:18px;font-weight:400}.ivu-article h5{font-size:16px;font-weight:400}.ivu-article h6{font-size:16px;font-weight:400}.ivu-article blockquote{padding:5px 5px 3px 10px;line-height:1.5;border-left:4px solid #ddd;margin-bottom:20px;color:#666;font-size:14px}.ivu-article ul:not([class^=ivu-]){padding-left:40px;list-style-type:disc}.ivu-article li:not([class^=ivu-]){margin-bottom:5px;font-size:14px}.ivu-article ol ul:not([class^=ivu-]),.ivu-article ul ul:not([class^=ivu-]){list-style-type:circle}.ivu-article p{margin:5px;font-size:14px}.ivu-article a:not([class^=ivu-])[target="_blank"]:after{content:"\F3F2";font-family:Ionicons;color:#aaa;margin-left:3px}.fade-appear,.fade-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.fade-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.fade-appear,.fade-enter-active{animation-name:ivuFadeIn;animation-play-state:running}.fade-leave-active{animation-name:ivuFadeOut;animation-play-state:running}.fade-appear,.fade-enter-active{opacity:0;animation-timing-function:linear}.fade-leave-active{animation-timing-function:linear}@keyframes ivuFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes ivuFadeOut{0%{opacity:1}100%{opacity:0}}.move-up-appear,.move-up-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-up-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-up-appear,.move-up-enter-active{animation-name:ivuMoveUpIn;animation-play-state:running}.move-up-leave-active{animation-name:ivuMoveUpOut;animation-play-state:running}.move-up-appear,.move-up-enter-active{opacity:0;animation-timing-function:ease-in-out}.move-up-leave-active{animation-timing-function:ease-in-out}.move-down-appear,.move-down-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-down-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-down-appear,.move-down-enter-active{animation-name:ivuMoveDownIn;animation-play-state:running}.move-down-leave-active{animation-name:ivuMoveDownOut;animation-play-state:running}.move-down-appear,.move-down-enter-active{opacity:0;animation-timing-function:ease-in-out}.move-down-leave-active{animation-timing-function:ease-in-out}.move-left-appear,.move-left-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-left-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-left-appear,.move-left-enter-active{animation-name:ivuMoveLeftIn;animation-play-state:running}.move-left-leave-active{animation-name:ivuMoveLeftOut;animation-play-state:running}.move-left-appear,.move-left-enter-active{opacity:0;animation-timing-function:ease-in-out}.move-left-leave-active{animation-timing-function:ease-in-out}.move-right-appear,.move-right-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-right-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-right-appear,.move-right-enter-active{animation-name:ivuMoveRightIn;animation-play-state:running}.move-right-leave-active{animation-name:ivuMoveRightOut;animation-play-state:running}.move-right-appear,.move-right-enter-active{opacity:0;animation-timing-function:ease-in-out}.move-right-leave-active{animation-timing-function:ease-in-out}@keyframes ivuMoveDownIn{0%{transform-origin:0 0;transform:translateY(100%);opacity:0}100%{transform-origin:0 0;transform:translateY(0);opacity:1}}@keyframes ivuMoveDownOut{0%{transform-origin:0 0;transform:translateY(0);opacity:1}100%{transform-origin:0 0;transform:translateY(100%);opacity:0}}@keyframes ivuMoveLeftIn{0%{transform-origin:0 0;transform:translateX(-100%);opacity:0}100%{transform-origin:0 0;transform:translateX(0);opacity:1}}@keyframes ivuMoveLeftOut{0%{transform-origin:0 0;transform:translateX(0);opacity:1}100%{transform-origin:0 0;transform:translateX(-100%);opacity:0}}@keyframes ivuMoveRightIn{0%{opacity:0;transform-origin:0 0;transform:translateX(100%)}100%{opacity:1;transform-origin:0 0;transform:translateX(0)}}@keyframes ivuMoveRightOut{0%{transform-origin:0 0;transform:translateX(0);opacity:1}100%{transform-origin:0 0;transform:translateX(100%);opacity:0}}@keyframes ivuMoveUpIn{0%{transform-origin:0 0;transform:translateY(-100%);opacity:0}100%{transform-origin:0 0;transform:translateY(0);opacity:1}}@keyframes ivuMoveUpOut{0%{transform-origin:0 0;transform:translateY(0);opacity:1}100%{transform-origin:0 0;transform:translateY(-100%);opacity:0}}.move-notice-appear,.move-notice-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-notice-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.move-notice-appear,.move-notice-enter-active{animation-name:ivuMoveNoticeIn;animation-play-state:running}.move-notice-leave-active{animation-name:ivuMoveNoticeOut;animation-play-state:running}.move-notice-appear,.move-notice-enter-active{opacity:0;animation-timing-function:ease-in-out}.move-notice-leave-active{animation-timing-function:ease-in-out}@keyframes ivuMoveNoticeIn{0%{opacity:0;transform-origin:0 0;transform:translateX(100%)}100%{opacity:1;transform-origin:0 0;transform:translateX(0)}}@keyframes ivuMoveNoticeOut{0%{transform-origin:0 0;transform:translateX(0);opacity:1}70%{transform-origin:0 0;transform:translateX(100%);height:auto;padding:16px 20px 16px 16px;margin-bottom:10px;opacity:0}100%{transform-origin:0 0;transform:translateX(100%);height:0;padding:0;margin-bottom:0;opacity:0}}.ease-appear,.ease-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.ease-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.ease-appear,.ease-enter-active{animation-name:ivuEaseIn;animation-play-state:running}.ease-leave-active{animation-name:ivuEaseOut;animation-play-state:running}.ease-appear,.ease-enter-active{opacity:0;animation-timing-function:linear;animation-duration:.2s}.ease-leave-active{animation-timing-function:linear;animation-duration:.2s}@keyframes ivuEaseIn{0%{opacity:0;transform:scale(.9)}100%{opacity:1;transform:scale(1)}}@keyframes ivuEaseOut{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.9)}}.transition-drop-appear,.transition-drop-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.transition-drop-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.transition-drop-appear,.transition-drop-enter-active{animation-name:ivuTransitionDropIn;animation-play-state:running}.transition-drop-leave-active{animation-name:ivuTransitionDropOut;animation-play-state:running}.transition-drop-appear,.transition-drop-enter-active{opacity:0;animation-timing-function:ease-in-out}.transition-drop-leave-active{animation-timing-function:ease-in-out}.slide-up-appear,.slide-up-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-up-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-up-appear,.slide-up-enter-active{animation-name:ivuSlideUpIn;animation-play-state:running}.slide-up-leave-active{animation-name:ivuSlideUpOut;animation-play-state:running}.slide-up-appear,.slide-up-enter-active{opacity:0;animation-timing-function:ease-in-out}.slide-up-leave-active{animation-timing-function:ease-in-out}.slide-down-appear,.slide-down-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-down-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-down-appear,.slide-down-enter-active{animation-name:ivuSlideDownIn;animation-play-state:running}.slide-down-leave-active{animation-name:ivuSlideDownOut;animation-play-state:running}.slide-down-appear,.slide-down-enter-active{opacity:0;animation-timing-function:ease-in-out}.slide-down-leave-active{animation-timing-function:ease-in-out}.slide-left-appear,.slide-left-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-left-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-left-appear,.slide-left-enter-active{animation-name:ivuSlideLeftIn;animation-play-state:running}.slide-left-leave-active{animation-name:ivuSlideLeftOut;animation-play-state:running}.slide-left-appear,.slide-left-enter-active{opacity:0;animation-timing-function:ease-in-out}.slide-left-leave-active{animation-timing-function:ease-in-out}.slide-right-appear,.slide-right-enter-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-right-leave-active{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.slide-right-appear,.slide-right-enter-active{animation-name:ivuSlideRightIn;animation-play-state:running}.slide-right-leave-active{animation-name:ivuSlideRightOut;animation-play-state:running}.slide-right-appear,.slide-right-enter-active{opacity:0;animation-timing-function:ease-in-out}.slide-right-leave-active{animation-timing-function:ease-in-out}@keyframes ivuTransitionDropIn{0%{opacity:0;transform:scaleX(.8);transform-origin:0}100%{opacity:1;transform:scaleX(1);transform-origin:0}}@keyframes ivuTransitionDropOut{0%{opacity:1;transform:scaleX(1);transform-origin:0}100%{opacity:0;transform:scaleX(.8);transform-origin:0}}@keyframes ivuSlideUpIn{0%{opacity:0;transform-origin:0 0;transform:scaleY(.8)}100%{opacity:1;transform-origin:0 0;transform:scaleY(1)}}@keyframes ivuSlideUpOut{0%{opacity:1;transform-origin:0 0;transform:scaleY(1)}100%{opacity:0;transform-origin:0 0;transform:scaleY(.8)}}@keyframes ivuSlideDownIn{0%{opacity:0;transform-origin:100% 100%;transform:scaleY(.8)}100%{opacity:1;transform-origin:100% 100%;transform:scaleY(1)}}@keyframes ivuSlideDownOut{0%{opacity:1;transform-origin:100% 100%;transform:scaleY(1)}100%{opacity:0;transform-origin:100% 100%;transform:scaleY(.8)}}@keyframes ivuSlideLeftIn{0%{opacity:0;transform-origin:0 0;transform:scaleX(.8)}100%{opacity:1;transform-origin:0 0;transform:scaleX(1)}}@keyframes ivuSlideLeftOut{0%{opacity:1;transform-origin:0 0;transform:scaleX(1)}100%{opacity:0;transform-origin:0 0;transform:scaleX(.8)}}@keyframes ivuSlideRightIn{0%{opacity:0;transform-origin:100% 0;transform:scaleX(.8)}100%{opacity:1;transform-origin:100% 0;transform:scaleX(1)}}@keyframes ivuSlideRightOut{0%{opacity:1;transform-origin:100% 0;transform:scaleX(1)}100%{opacity:0;transform-origin:100% 0;transform:scaleX(.8)}}.collapse-transition{transition:.2s width ease-in-out,.2s padding-left ease-in-out,.2s padding-right ease-in-out}.ivu-btn{display:inline-grid;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;line-height:1.5;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:15px 6px;font-size:16px;border-radius:4px;transition:color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear;color:#515a6e;background-color:#fff;border-color:#dcdee2}.ivu-btn>.ivu-icon{line-height:1.5;vertical-align:middle}.ivu-btn-icon-only.ivu-btn-circle>.ivu-icon{vertical-align:baseline}.ivu-btn>span{vertical-align:middle;writing-mode:vertical-lr;-webkit-writing-mode:vertical-lr;-o-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;-moz-writing-mode:vertical-lr;font-family:OrhonChagantig,Verdana,Arial,Helvetica,sans-serif}.ivu-btn,.ivu-btn:active,.ivu-btn:focus{outline:0}.ivu-btn:not([disabled]):hover{text-decoration:none}.ivu-btn:not([disabled]):active{outline:0}.ivu-btn.disabled,.ivu-btn[disabled]{cursor:not-allowed}.ivu-btn.disabled>*,.ivu-btn[disabled]>*{pointer-events:none}.ivu-btn-large{padding:15px 6px 15px;font-size:18px;border-radius:4px}.ivu-btn-small{padding:7px 2px;font-size:16px;border-radius:3px}.ivu-btn-icon-only{padding:15px 6px;font-size:16px;border-radius:4px}.ivu-btn-icon-only.ivu-btn-small{padding:7px 2px;font-size:16px;border-radius:3px}.ivu-btn-icon-only.ivu-btn-large{padding:15px 6px 15px;font-size:18px;border-radius:4px}.ivu-btn>a:only-child{color:currentColor}.ivu-btn>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn:hover{color:#747b8b;background-color:#fff;border-color:#e3e5e8}.ivu-btn:hover>a:only-child{color:currentColor}.ivu-btn:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn.active,.ivu-btn:active{color:#4d5669;background-color:#f2f2f2;border-color:#f2f2f2}.ivu-btn.active>a:only-child,.ivu-btn:active>a:only-child{color:currentColor}.ivu-btn.active>a:only-child:after,.ivu-btn:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn.disabled,.ivu-btn.disabled.active,.ivu-btn.disabled:active,.ivu-btn.disabled:focus,.ivu-btn.disabled:hover,.ivu-btn[disabled],.ivu-btn[disabled].active,.ivu-btn[disabled]:active,.ivu-btn[disabled]:focus,.ivu-btn[disabled]:hover,fieldset[disabled] .ivu-btn,fieldset[disabled] .ivu-btn.active,fieldset[disabled] .ivu-btn:active,fieldset[disabled] .ivu-btn:focus,fieldset[disabled] .ivu-btn:hover{color:#c5c8ce;background-color:#f7f7f7;border-color:#dcdee2}.ivu-btn.disabled.active>a:only-child,.ivu-btn.disabled:active>a:only-child,.ivu-btn.disabled:focus>a:only-child,.ivu-btn.disabled:hover>a:only-child,.ivu-btn.disabled>a:only-child,.ivu-btn[disabled].active>a:only-child,.ivu-btn[disabled]:active>a:only-child,.ivu-btn[disabled]:focus>a:only-child,.ivu-btn[disabled]:hover>a:only-child,.ivu-btn[disabled]>a:only-child,fieldset[disabled] .ivu-btn.active>a:only-child,fieldset[disabled] .ivu-btn:active>a:only-child,fieldset[disabled] .ivu-btn:focus>a:only-child,fieldset[disabled] .ivu-btn:hover>a:only-child,fieldset[disabled] .ivu-btn>a:only-child{color:currentColor}.ivu-btn.disabled.active>a:only-child:after,.ivu-btn.disabled:active>a:only-child:after,.ivu-btn.disabled:focus>a:only-child:after,.ivu-btn.disabled:hover>a:only-child:after,.ivu-btn.disabled>a:only-child:after,.ivu-btn[disabled].active>a:only-child:after,.ivu-btn[disabled]:active>a:only-child:after,.ivu-btn[disabled]:focus>a:only-child:after,.ivu-btn[disabled]:hover>a:only-child:after,.ivu-btn[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn.active>a:only-child:after,fieldset[disabled] .ivu-btn:active>a:only-child:after,fieldset[disabled] .ivu-btn:focus>a:only-child:after,fieldset[disabled] .ivu-btn:hover>a:only-child:after,fieldset[disabled] .ivu-btn>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn:hover{color:#57a3f3;background-color:#fff;border-color:#57a3f3}.ivu-btn:hover>a:only-child{color:currentColor}.ivu-btn:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn.active,.ivu-btn:active{color:#2b85e4;background-color:#fff;border-color:#2b85e4}.ivu-btn.active>a:only-child,.ivu-btn:active>a:only-child{color:currentColor}.ivu-btn.active>a:only-child:after,.ivu-btn:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn:focus{box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-btn-long{height:100%}.ivu-btn>.ivu-icon+span,.ivu-btn>span+.ivu-icon{margin-top:4px}.ivu-btn-primary{color:#fff;background-color:#2d8cf0;border-color:#2d8cf0}.ivu-btn-primary>a:only-child{color:currentColor}.ivu-btn-primary>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-primary:hover{color:#fff;background-color:#57a3f3;border-color:#57a3f3}.ivu-btn-primary:hover>a:only-child{color:currentColor}.ivu-btn-primary:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-primary.active,.ivu-btn-primary:active{color:#f2f2f2;background-color:#2b85e4;border-color:#2b85e4}.ivu-btn-primary.active>a:only-child,.ivu-btn-primary:active>a:only-child{color:currentColor}.ivu-btn-primary.active>a:only-child:after,.ivu-btn-primary:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-primary.disabled,.ivu-btn-primary.disabled.active,.ivu-btn-primary.disabled:active,.ivu-btn-primary.disabled:focus,.ivu-btn-primary.disabled:hover,.ivu-btn-primary[disabled],.ivu-btn-primary[disabled].active,.ivu-btn-primary[disabled]:active,.ivu-btn-primary[disabled]:focus,.ivu-btn-primary[disabled]:hover,fieldset[disabled] .ivu-btn-primary,fieldset[disabled] .ivu-btn-primary.active,fieldset[disabled] .ivu-btn-primary:active,fieldset[disabled] .ivu-btn-primary:focus,fieldset[disabled] .ivu-btn-primary:hover{color:#c5c8ce;background-color:#f7f7f7;border-color:#dcdee2}.ivu-btn-primary.disabled.active>a:only-child,.ivu-btn-primary.disabled:active>a:only-child,.ivu-btn-primary.disabled:focus>a:only-child,.ivu-btn-primary.disabled:hover>a:only-child,.ivu-btn-primary.disabled>a:only-child,.ivu-btn-primary[disabled].active>a:only-child,.ivu-btn-primary[disabled]:active>a:only-child,.ivu-btn-primary[disabled]:focus>a:only-child,.ivu-btn-primary[disabled]:hover>a:only-child,.ivu-btn-primary[disabled]>a:only-child,fieldset[disabled] .ivu-btn-primary.active>a:only-child,fieldset[disabled] .ivu-btn-primary:active>a:only-child,fieldset[disabled] .ivu-btn-primary:focus>a:only-child,fieldset[disabled] .ivu-btn-primary:hover>a:only-child,fieldset[disabled] .ivu-btn-primary>a:only-child{color:currentColor}.ivu-btn-primary.disabled.active>a:only-child:after,.ivu-btn-primary.disabled:active>a:only-child:after,.ivu-btn-primary.disabled:focus>a:only-child:after,.ivu-btn-primary.disabled:hover>a:only-child:after,.ivu-btn-primary.disabled>a:only-child:after,.ivu-btn-primary[disabled].active>a:only-child:after,.ivu-btn-primary[disabled]:active>a:only-child:after,.ivu-btn-primary[disabled]:focus>a:only-child:after,.ivu-btn-primary[disabled]:hover>a:only-child:after,.ivu-btn-primary[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-primary.active>a:only-child:after,fieldset[disabled] .ivu-btn-primary:active>a:only-child:after,fieldset[disabled] .ivu-btn-primary:focus>a:only-child:after,fieldset[disabled] .ivu-btn-primary:hover>a:only-child:after,fieldset[disabled] .ivu-btn-primary>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-primary.active,.ivu-btn-primary:active,.ivu-btn-primary:hover{color:#fff}.ivu-btn-primary:focus{box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:not(:first-child):not(:last-child){border-bottom-color:#2b85e4;border-top-color:#2b85e4}.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:first-child:not(:last-child){border-bottom-color:#2b85e4}.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:first-child:not(:last-child)[disabled]{border-bottom-color:#dcdee2}.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary+.ivu-btn,.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:last-child:not(:first-child){border-top-color:#2b85e4}.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary+.ivu-btn[disabled],.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:last-child:not(:first-child)[disabled]{border-top-color:#dcdee2}.ivu-btn-group-vertical .ivu-btn-primary:not(:first-child):not(:last-child){border-left-color:#2b85e4;border-right-color:#2b85e4}.ivu-btn-group-vertical .ivu-btn-primary:first-child:not(:last-child){border-right-color:#2b85e4}.ivu-btn-group-vertical .ivu-btn-primary:first-child:not(:last-child)[disabled]{border-left-color:#dcdee2}.ivu-btn-group-vertical .ivu-btn-primary+.ivu-btn,.ivu-btn-group-vertical .ivu-btn-primary:last-child:not(:first-child){border-left-color:#2b85e4}.ivu-btn-group-vertical .ivu-btn-primary+.ivu-btn[disabled],.ivu-btn-group-vertical .ivu-btn-primary:last-child:not(:first-child)[disabled]{border-right-color:#dcdee2}.ivu-btn-dashed{color:#515a6e;background-color:#fff;border-color:#dcdee2;border-style:dashed}.ivu-btn-dashed>a:only-child{color:currentColor}.ivu-btn-dashed>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-dashed:hover{color:#747b8b;background-color:#fff;border-color:#e3e5e8}.ivu-btn-dashed:hover>a:only-child{color:currentColor}.ivu-btn-dashed:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-dashed.active,.ivu-btn-dashed:active{color:#4d5669;background-color:#f2f2f2;border-color:#f2f2f2}.ivu-btn-dashed.active>a:only-child,.ivu-btn-dashed:active>a:only-child{color:currentColor}.ivu-btn-dashed.active>a:only-child:after,.ivu-btn-dashed:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-dashed.disabled,.ivu-btn-dashed.disabled.active,.ivu-btn-dashed.disabled:active,.ivu-btn-dashed.disabled:focus,.ivu-btn-dashed.disabled:hover,.ivu-btn-dashed[disabled],.ivu-btn-dashed[disabled].active,.ivu-btn-dashed[disabled]:active,.ivu-btn-dashed[disabled]:focus,.ivu-btn-dashed[disabled]:hover,fieldset[disabled] .ivu-btn-dashed,fieldset[disabled] .ivu-btn-dashed.active,fieldset[disabled] .ivu-btn-dashed:active,fieldset[disabled] .ivu-btn-dashed:focus,fieldset[disabled] .ivu-btn-dashed:hover{color:#c5c8ce;background-color:#f7f7f7;border-color:#dcdee2}.ivu-btn-dashed.disabled.active>a:only-child,.ivu-btn-dashed.disabled:active>a:only-child,.ivu-btn-dashed.disabled:focus>a:only-child,.ivu-btn-dashed.disabled:hover>a:only-child,.ivu-btn-dashed.disabled>a:only-child,.ivu-btn-dashed[disabled].active>a:only-child,.ivu-btn-dashed[disabled]:active>a:only-child,.ivu-btn-dashed[disabled]:focus>a:only-child,.ivu-btn-dashed[disabled]:hover>a:only-child,.ivu-btn-dashed[disabled]>a:only-child,fieldset[disabled] .ivu-btn-dashed.active>a:only-child,fieldset[disabled] .ivu-btn-dashed:active>a:only-child,fieldset[disabled] .ivu-btn-dashed:focus>a:only-child,fieldset[disabled] .ivu-btn-dashed:hover>a:only-child,fieldset[disabled] .ivu-btn-dashed>a:only-child{color:currentColor}.ivu-btn-dashed.disabled.active>a:only-child:after,.ivu-btn-dashed.disabled:active>a:only-child:after,.ivu-btn-dashed.disabled:focus>a:only-child:after,.ivu-btn-dashed.disabled:hover>a:only-child:after,.ivu-btn-dashed.disabled>a:only-child:after,.ivu-btn-dashed[disabled].active>a:only-child:after,.ivu-btn-dashed[disabled]:active>a:only-child:after,.ivu-btn-dashed[disabled]:focus>a:only-child:after,.ivu-btn-dashed[disabled]:hover>a:only-child:after,.ivu-btn-dashed[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-dashed.active>a:only-child:after,fieldset[disabled] .ivu-btn-dashed:active>a:only-child:after,fieldset[disabled] .ivu-btn-dashed:focus>a:only-child:after,fieldset[disabled] .ivu-btn-dashed:hover>a:only-child:after,fieldset[disabled] .ivu-btn-dashed>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-dashed:hover{color:#57a3f3;background-color:#fff;border-color:#57a3f3}.ivu-btn-dashed:hover>a:only-child{color:currentColor}.ivu-btn-dashed:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-dashed.active,.ivu-btn-dashed:active{color:#2b85e4;background-color:#fff;border-color:#2b85e4}.ivu-btn-dashed.active>a:only-child,.ivu-btn-dashed:active>a:only-child{color:currentColor}.ivu-btn-dashed.active>a:only-child:after,.ivu-btn-dashed:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-dashed:focus{box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-btn-text{color:#515a6e;background-color:transparent;border-color:transparent}.ivu-btn-text>a:only-child{color:currentColor}.ivu-btn-text>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-text:hover{color:#747b8b;background-color:rgba(255,255,255,.2);border-color:rgba(255,255,255,.2)}.ivu-btn-text:hover>a:only-child{color:currentColor}.ivu-btn-text:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-text.active,.ivu-btn-text:active{color:#4d5669;background-color:rgba(0,0,0,.05);border-color:rgba(0,0,0,.05)}.ivu-btn-text.active>a:only-child,.ivu-btn-text:active>a:only-child{color:currentColor}.ivu-btn-text.active>a:only-child:after,.ivu-btn-text:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-text.disabled,.ivu-btn-text.disabled.active,.ivu-btn-text.disabled:active,.ivu-btn-text.disabled:focus,.ivu-btn-text.disabled:hover,.ivu-btn-text[disabled],.ivu-btn-text[disabled].active,.ivu-btn-text[disabled]:active,.ivu-btn-text[disabled]:focus,.ivu-btn-text[disabled]:hover,fieldset[disabled] .ivu-btn-text,fieldset[disabled] .ivu-btn-text.active,fieldset[disabled] .ivu-btn-text:active,fieldset[disabled] .ivu-btn-text:focus,fieldset[disabled] .ivu-btn-text:hover{color:#c5c8ce;background-color:#f7f7f7;border-color:#dcdee2}.ivu-btn-text.disabled.active>a:only-child,.ivu-btn-text.disabled:active>a:only-child,.ivu-btn-text.disabled:focus>a:only-child,.ivu-btn-text.disabled:hover>a:only-child,.ivu-btn-text.disabled>a:only-child,.ivu-btn-text[disabled].active>a:only-child,.ivu-btn-text[disabled]:active>a:only-child,.ivu-btn-text[disabled]:focus>a:only-child,.ivu-btn-text[disabled]:hover>a:only-child,.ivu-btn-text[disabled]>a:only-child,fieldset[disabled] .ivu-btn-text.active>a:only-child,fieldset[disabled] .ivu-btn-text:active>a:only-child,fieldset[disabled] .ivu-btn-text:focus>a:only-child,fieldset[disabled] .ivu-btn-text:hover>a:only-child,fieldset[disabled] .ivu-btn-text>a:only-child{color:currentColor}.ivu-btn-text.disabled.active>a:only-child:after,.ivu-btn-text.disabled:active>a:only-child:after,.ivu-btn-text.disabled:focus>a:only-child:after,.ivu-btn-text.disabled:hover>a:only-child:after,.ivu-btn-text.disabled>a:only-child:after,.ivu-btn-text[disabled].active>a:only-child:after,.ivu-btn-text[disabled]:active>a:only-child:after,.ivu-btn-text[disabled]:focus>a:only-child:after,.ivu-btn-text[disabled]:hover>a:only-child:after,.ivu-btn-text[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-text.active>a:only-child:after,fieldset[disabled] .ivu-btn-text:active>a:only-child:after,fieldset[disabled] .ivu-btn-text:focus>a:only-child:after,fieldset[disabled] .ivu-btn-text:hover>a:only-child:after,fieldset[disabled] .ivu-btn-text>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-text.disabled,.ivu-btn-text.disabled.active,.ivu-btn-text.disabled:active,.ivu-btn-text.disabled:focus,.ivu-btn-text.disabled:hover,.ivu-btn-text[disabled],.ivu-btn-text[disabled].active,.ivu-btn-text[disabled]:active,.ivu-btn-text[disabled]:focus,.ivu-btn-text[disabled]:hover,fieldset[disabled] .ivu-btn-text,fieldset[disabled] .ivu-btn-text.active,fieldset[disabled] .ivu-btn-text:active,fieldset[disabled] .ivu-btn-text:focus,fieldset[disabled] .ivu-btn-text:hover{color:#c5c8ce;background-color:#fff;border-color:transparent}.ivu-btn-text.disabled.active>a:only-child,.ivu-btn-text.disabled:active>a:only-child,.ivu-btn-text.disabled:focus>a:only-child,.ivu-btn-text.disabled:hover>a:only-child,.ivu-btn-text.disabled>a:only-child,.ivu-btn-text[disabled].active>a:only-child,.ivu-btn-text[disabled]:active>a:only-child,.ivu-btn-text[disabled]:focus>a:only-child,.ivu-btn-text[disabled]:hover>a:only-child,.ivu-btn-text[disabled]>a:only-child,fieldset[disabled] .ivu-btn-text.active>a:only-child,fieldset[disabled] .ivu-btn-text:active>a:only-child,fieldset[disabled] .ivu-btn-text:focus>a:only-child,fieldset[disabled] .ivu-btn-text:hover>a:only-child,fieldset[disabled] .ivu-btn-text>a:only-child{color:currentColor}.ivu-btn-text.disabled.active>a:only-child:after,.ivu-btn-text.disabled:active>a:only-child:after,.ivu-btn-text.disabled:focus>a:only-child:after,.ivu-btn-text.disabled:hover>a:only-child:after,.ivu-btn-text.disabled>a:only-child:after,.ivu-btn-text[disabled].active>a:only-child:after,.ivu-btn-text[disabled]:active>a:only-child:after,.ivu-btn-text[disabled]:focus>a:only-child:after,.ivu-btn-text[disabled]:hover>a:only-child:after,.ivu-btn-text[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-text.active>a:only-child:after,fieldset[disabled] .ivu-btn-text:active>a:only-child:after,fieldset[disabled] .ivu-btn-text:focus>a:only-child:after,fieldset[disabled] .ivu-btn-text:hover>a:only-child:after,fieldset[disabled] .ivu-btn-text>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-text:hover{color:#57a3f3;background-color:#fff;border-color:transparent}.ivu-btn-text:hover>a:only-child{color:currentColor}.ivu-btn-text:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-text.active,.ivu-btn-text:active{color:#2b85e4;background-color:#fff;border-color:transparent}.ivu-btn-text.active>a:only-child,.ivu-btn-text:active>a:only-child{color:currentColor}.ivu-btn-text.active>a:only-child:after,.ivu-btn-text:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-text:focus{box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-btn-success{color:#fff;background-color:#19be6b;border-color:#19be6b}.ivu-btn-success>a:only-child{color:currentColor}.ivu-btn-success>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-success:hover{color:#fff;background-color:#47cb89;border-color:#47cb89}.ivu-btn-success:hover>a:only-child{color:currentColor}.ivu-btn-success:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-success.active,.ivu-btn-success:active{color:#f2f2f2;background-color:#18b566;border-color:#18b566}.ivu-btn-success.active>a:only-child,.ivu-btn-success:active>a:only-child{color:currentColor}.ivu-btn-success.active>a:only-child:after,.ivu-btn-success:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-success.disabled,.ivu-btn-success.disabled.active,.ivu-btn-success.disabled:active,.ivu-btn-success.disabled:focus,.ivu-btn-success.disabled:hover,.ivu-btn-success[disabled],.ivu-btn-success[disabled].active,.ivu-btn-success[disabled]:active,.ivu-btn-success[disabled]:focus,.ivu-btn-success[disabled]:hover,fieldset[disabled] .ivu-btn-success,fieldset[disabled] .ivu-btn-success.active,fieldset[disabled] .ivu-btn-success:active,fieldset[disabled] .ivu-btn-success:focus,fieldset[disabled] .ivu-btn-success:hover{color:#c5c8ce;background-color:#f7f7f7;border-color:#dcdee2}.ivu-btn-success.disabled.active>a:only-child,.ivu-btn-success.disabled:active>a:only-child,.ivu-btn-success.disabled:focus>a:only-child,.ivu-btn-success.disabled:hover>a:only-child,.ivu-btn-success.disabled>a:only-child,.ivu-btn-success[disabled].active>a:only-child,.ivu-btn-success[disabled]:active>a:only-child,.ivu-btn-success[disabled]:focus>a:only-child,.ivu-btn-success[disabled]:hover>a:only-child,.ivu-btn-success[disabled]>a:only-child,fieldset[disabled] .ivu-btn-success.active>a:only-child,fieldset[disabled] .ivu-btn-success:active>a:only-child,fieldset[disabled] .ivu-btn-success:focus>a:only-child,fieldset[disabled] .ivu-btn-success:hover>a:only-child,fieldset[disabled] .ivu-btn-success>a:only-child{color:currentColor}.ivu-btn-success.disabled.active>a:only-child:after,.ivu-btn-success.disabled:active>a:only-child:after,.ivu-btn-success.disabled:focus>a:only-child:after,.ivu-btn-success.disabled:hover>a:only-child:after,.ivu-btn-success.disabled>a:only-child:after,.ivu-btn-success[disabled].active>a:only-child:after,.ivu-btn-success[disabled]:active>a:only-child:after,.ivu-btn-success[disabled]:focus>a:only-child:after,.ivu-btn-success[disabled]:hover>a:only-child:after,.ivu-btn-success[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-success.active>a:only-child:after,fieldset[disabled] .ivu-btn-success:active>a:only-child:after,fieldset[disabled] .ivu-btn-success:focus>a:only-child:after,fieldset[disabled] .ivu-btn-success:hover>a:only-child:after,fieldset[disabled] .ivu-btn-success>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-success.active,.ivu-btn-success:active,.ivu-btn-success:hover{color:#fff}.ivu-btn-success:focus{box-shadow:0 0 0 2px rgba(25,190,107,.2)}.ivu-btn-warning{color:#fff;background-color:#f90;border-color:#f90}.ivu-btn-warning>a:only-child{color:currentColor}.ivu-btn-warning>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-warning:hover{color:#fff;background-color:#ffad33;border-color:#ffad33}.ivu-btn-warning:hover>a:only-child{color:currentColor}.ivu-btn-warning:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-warning.active,.ivu-btn-warning:active{color:#f2f2f2;background-color:#f29100;border-color:#f29100}.ivu-btn-warning.active>a:only-child,.ivu-btn-warning:active>a:only-child{color:currentColor}.ivu-btn-warning.active>a:only-child:after,.ivu-btn-warning:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-warning.disabled,.ivu-btn-warning.disabled.active,.ivu-btn-warning.disabled:active,.ivu-btn-warning.disabled:focus,.ivu-btn-warning.disabled:hover,.ivu-btn-warning[disabled],.ivu-btn-warning[disabled].active,.ivu-btn-warning[disabled]:active,.ivu-btn-warning[disabled]:focus,.ivu-btn-warning[disabled]:hover,fieldset[disabled] .ivu-btn-warning,fieldset[disabled] .ivu-btn-warning.active,fieldset[disabled] .ivu-btn-warning:active,fieldset[disabled] .ivu-btn-warning:focus,fieldset[disabled] .ivu-btn-warning:hover{color:#c5c8ce;background-color:#f7f7f7;border-color:#dcdee2}.ivu-btn-warning.disabled.active>a:only-child,.ivu-btn-warning.disabled:active>a:only-child,.ivu-btn-warning.disabled:focus>a:only-child,.ivu-btn-warning.disabled:hover>a:only-child,.ivu-btn-warning.disabled>a:only-child,.ivu-btn-warning[disabled].active>a:only-child,.ivu-btn-warning[disabled]:active>a:only-child,.ivu-btn-warning[disabled]:focus>a:only-child,.ivu-btn-warning[disabled]:hover>a:only-child,.ivu-btn-warning[disabled]>a:only-child,fieldset[disabled] .ivu-btn-warning.active>a:only-child,fieldset[disabled] .ivu-btn-warning:active>a:only-child,fieldset[disabled] .ivu-btn-warning:focus>a:only-child,fieldset[disabled] .ivu-btn-warning:hover>a:only-child,fieldset[disabled] .ivu-btn-warning>a:only-child{color:currentColor}.ivu-btn-warning.disabled.active>a:only-child:after,.ivu-btn-warning.disabled:active>a:only-child:after,.ivu-btn-warning.disabled:focus>a:only-child:after,.ivu-btn-warning.disabled:hover>a:only-child:after,.ivu-btn-warning.disabled>a:only-child:after,.ivu-btn-warning[disabled].active>a:only-child:after,.ivu-btn-warning[disabled]:active>a:only-child:after,.ivu-btn-warning[disabled]:focus>a:only-child:after,.ivu-btn-warning[disabled]:hover>a:only-child:after,.ivu-btn-warning[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-warning.active>a:only-child:after,fieldset[disabled] .ivu-btn-warning:active>a:only-child:after,fieldset[disabled] .ivu-btn-warning:focus>a:only-child:after,fieldset[disabled] .ivu-btn-warning:hover>a:only-child:after,fieldset[disabled] .ivu-btn-warning>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-warning.active,.ivu-btn-warning:active,.ivu-btn-warning:hover{color:#fff}.ivu-btn-warning:focus{box-shadow:0 0 0 2px rgba(255,153,0,.2)}.ivu-btn-error{color:#fff;background-color:#ed4014;border-color:#ed4014}.ivu-btn-error>a:only-child{color:currentColor}.ivu-btn-error>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-error:hover{color:#fff;background-color:#f16643;border-color:#f16643}.ivu-btn-error:hover>a:only-child{color:currentColor}.ivu-btn-error:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-error.active,.ivu-btn-error:active{color:#f2f2f2;background-color:#e13d13;border-color:#e13d13}.ivu-btn-error.active>a:only-child,.ivu-btn-error:active>a:only-child{color:currentColor}.ivu-btn-error.active>a:only-child:after,.ivu-btn-error:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-error.disabled,.ivu-btn-error.disabled.active,.ivu-btn-error.disabled:active,.ivu-btn-error.disabled:focus,.ivu-btn-error.disabled:hover,.ivu-btn-error[disabled],.ivu-btn-error[disabled].active,.ivu-btn-error[disabled]:active,.ivu-btn-error[disabled]:focus,.ivu-btn-error[disabled]:hover,fieldset[disabled] .ivu-btn-error,fieldset[disabled] .ivu-btn-error.active,fieldset[disabled] .ivu-btn-error:active,fieldset[disabled] .ivu-btn-error:focus,fieldset[disabled] .ivu-btn-error:hover{color:#c5c8ce;background-color:#f7f7f7;border-color:#dcdee2}.ivu-btn-error.disabled.active>a:only-child,.ivu-btn-error.disabled:active>a:only-child,.ivu-btn-error.disabled:focus>a:only-child,.ivu-btn-error.disabled:hover>a:only-child,.ivu-btn-error.disabled>a:only-child,.ivu-btn-error[disabled].active>a:only-child,.ivu-btn-error[disabled]:active>a:only-child,.ivu-btn-error[disabled]:focus>a:only-child,.ivu-btn-error[disabled]:hover>a:only-child,.ivu-btn-error[disabled]>a:only-child,fieldset[disabled] .ivu-btn-error.active>a:only-child,fieldset[disabled] .ivu-btn-error:active>a:only-child,fieldset[disabled] .ivu-btn-error:focus>a:only-child,fieldset[disabled] .ivu-btn-error:hover>a:only-child,fieldset[disabled] .ivu-btn-error>a:only-child{color:currentColor}.ivu-btn-error.disabled.active>a:only-child:after,.ivu-btn-error.disabled:active>a:only-child:after,.ivu-btn-error.disabled:focus>a:only-child:after,.ivu-btn-error.disabled:hover>a:only-child:after,.ivu-btn-error.disabled>a:only-child:after,.ivu-btn-error[disabled].active>a:only-child:after,.ivu-btn-error[disabled]:active>a:only-child:after,.ivu-btn-error[disabled]:focus>a:only-child:after,.ivu-btn-error[disabled]:hover>a:only-child:after,.ivu-btn-error[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-error.active>a:only-child:after,fieldset[disabled] .ivu-btn-error:active>a:only-child:after,fieldset[disabled] .ivu-btn-error:focus>a:only-child:after,fieldset[disabled] .ivu-btn-error:hover>a:only-child:after,fieldset[disabled] .ivu-btn-error>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-error.active,.ivu-btn-error:active,.ivu-btn-error:hover{color:#fff}.ivu-btn-error:focus{box-shadow:0 0 0 2px rgba(237,64,20,.2)}.ivu-btn-info{color:#fff;background-color:#2db7f5;border-color:#2db7f5}.ivu-btn-info>a:only-child{color:currentColor}.ivu-btn-info>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-info:hover{color:#fff;background-color:#57c5f7;border-color:#57c5f7}.ivu-btn-info:hover>a:only-child{color:currentColor}.ivu-btn-info:hover>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-info.active,.ivu-btn-info:active{color:#f2f2f2;background-color:#2baee9;border-color:#2baee9}.ivu-btn-info.active>a:only-child,.ivu-btn-info:active>a:only-child{color:currentColor}.ivu-btn-info.active>a:only-child:after,.ivu-btn-info:active>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-info.disabled,.ivu-btn-info.disabled.active,.ivu-btn-info.disabled:active,.ivu-btn-info.disabled:focus,.ivu-btn-info.disabled:hover,.ivu-btn-info[disabled],.ivu-btn-info[disabled].active,.ivu-btn-info[disabled]:active,.ivu-btn-info[disabled]:focus,.ivu-btn-info[disabled]:hover,fieldset[disabled] .ivu-btn-info,fieldset[disabled] .ivu-btn-info.active,fieldset[disabled] .ivu-btn-info:active,fieldset[disabled] .ivu-btn-info:focus,fieldset[disabled] .ivu-btn-info:hover{color:#c5c8ce;background-color:#f7f7f7;border-color:#dcdee2}.ivu-btn-info.disabled.active>a:only-child,.ivu-btn-info.disabled:active>a:only-child,.ivu-btn-info.disabled:focus>a:only-child,.ivu-btn-info.disabled:hover>a:only-child,.ivu-btn-info.disabled>a:only-child,.ivu-btn-info[disabled].active>a:only-child,.ivu-btn-info[disabled]:active>a:only-child,.ivu-btn-info[disabled]:focus>a:only-child,.ivu-btn-info[disabled]:hover>a:only-child,.ivu-btn-info[disabled]>a:only-child,fieldset[disabled] .ivu-btn-info.active>a:only-child,fieldset[disabled] .ivu-btn-info:active>a:only-child,fieldset[disabled] .ivu-btn-info:focus>a:only-child,fieldset[disabled] .ivu-btn-info:hover>a:only-child,fieldset[disabled] .ivu-btn-info>a:only-child{color:currentColor}.ivu-btn-info.disabled.active>a:only-child:after,.ivu-btn-info.disabled:active>a:only-child:after,.ivu-btn-info.disabled:focus>a:only-child:after,.ivu-btn-info.disabled:hover>a:only-child:after,.ivu-btn-info.disabled>a:only-child:after,.ivu-btn-info[disabled].active>a:only-child:after,.ivu-btn-info[disabled]:active>a:only-child:after,.ivu-btn-info[disabled]:focus>a:only-child:after,.ivu-btn-info[disabled]:hover>a:only-child:after,.ivu-btn-info[disabled]>a:only-child:after,fieldset[disabled] .ivu-btn-info.active>a:only-child:after,fieldset[disabled] .ivu-btn-info:active>a:only-child:after,fieldset[disabled] .ivu-btn-info:focus>a:only-child:after,fieldset[disabled] .ivu-btn-info:hover>a:only-child:after,fieldset[disabled] .ivu-btn-info>a:only-child:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:0 0}.ivu-btn-info.active,.ivu-btn-info:active,.ivu-btn-info:hover{color:#fff}.ivu-btn-info:focus{box-shadow:0 0 0 2px rgba(45,183,245,.2)}.ivu-btn-circle,.ivu-btn-circle-outline{border-radius:32px}.ivu-btn-circle-outline.ivu-btn-large,.ivu-btn-circle.ivu-btn-large{border-radius:36px}.ivu-btn-circle-outline.ivu-btn-size,.ivu-btn-circle.ivu-btn-size{border-radius:24px}.ivu-btn-circle-outline.ivu-btn-icon-only,.ivu-btn-circle.ivu-btn-icon-only{width:32px;height:32px;padding:0;font-size:20px;border-radius:50%}.ivu-btn-circle-outline.ivu-btn-icon-only.ivu-btn-large,.ivu-btn-circle.ivu-btn-icon-only.ivu-btn-large{width:36px;height:36px;padding:0;font-size:20px;border-radius:50%}.ivu-btn-circle-outline.ivu-btn-icon-only.ivu-btn-small,.ivu-btn-circle.ivu-btn-icon-only.ivu-btn-small{width:24px;height:24px;padding:0;font-size:18px;border-radius:50%}.ivu-btn:before{position:absolute;top:-1px;left:-1px;bottom:-1px;right:-1px;background:#fff;opacity:.35;content:'';border-radius:inherit;z-index:1;transition:opacity .2s;pointer-events:none;display:none}.ivu-btn.ivu-btn-loading{pointer-events:none;position:relative}.ivu-btn.ivu-btn-loading:before{display:block}.ivu-btn-group{position:relative;display:inline;vertical-align:middle}.ivu-btn-group>.ivu-btn{position:relative;float:left}.ivu-btn-group>.ivu-btn.active,.ivu-btn-group>.ivu-btn:active,.ivu-btn-group>.ivu-btn:hover{z-index:2}.ivu-btn-group .ivu-btn-icon-only .ivu-icon{font-size:17px;position:relative}.ivu-btn-group-large .ivu-btn-icon-only .ivu-icon{font-size:19px}.ivu-btn-group-small .ivu-btn-icon-only .ivu-icon{font-size:16px}.ivu-btn-group-circle .ivu-btn{border-radius:32px}.ivu-btn-group-large.ivu-btn-group-circle .ivu-btn{border-radius:36px}.ivu-btn-group-large>.ivu-btn{padding:15px 6px 15px;font-size:18px;border-radius:4px}.ivu-btn-group-small.ivu-btn-group-circle .ivu-btn{border-radius:24px}.ivu-btn-group-small>.ivu-btn{padding:7px 2px;font-size:16px;border-radius:3px}.ivu-btn-group-small>.ivu-btn>.ivu-icon{font-size:16px}.ivu-btn+.ivu-btn-group,.ivu-btn-group .ivu-btn+.ivu-btn,.ivu-btn-group+.ivu-btn,.ivu-btn-group+.ivu-btn-group{margin-top:-1px}.ivu-btn-group .ivu-btn:not(:first-child):not(:last-child){border-radius:0}.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn:first-child{margin-top:0}.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn:first-child:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0}.ivu-btn-group>.ivu-btn-group{float:left}.ivu-btn-group>.ivu-btn-group:not(:first-child):not(:last-child)>.ivu-btn{border-radius:0}.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn-group:first-child:not(:last-child)>.ivu-btn:last-child{border-bottom-right-radius:0;border-top-right-radius:0;padding-right:8px}.ivu-btn-group:not(.ivu-btn-group-vertical)>.ivu-btn-group:last-child:not(:first-child)>.ivu-btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0;padding-left:8px}.ivu-btn-group-vertical{display:inline-grid;vertical-align:middle}.ivu-btn-group-vertical>.ivu-btn{display:block;width:100%;max-width:100%;float:none}.ivu-btn+.ivu-btn-group-vertical,.ivu-btn-group-vertical .ivu-btn+.ivu-btn,.ivu-btn-group-vertical+.ivu-btn,.ivu-btn-group-vertical+.ivu-btn-group-vertical{margin-top:-1px;margin-left:0}.ivu-btn-group-vertical>.ivu-btn:first-child{margin-top:0}.ivu-btn-group-vertical>.ivu-btn:first-child:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.ivu-btn-group-vertical>.ivu-btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.ivu-btn-group-vertical>.ivu-btn-group-vertical:first-child:not(:last-child)>.ivu-btn:last-child{border-bottom-left-radius:0;border-bottom-right-radius:0;padding-bottom:8px}.ivu-btn-group-vertical>.ivu-btn-group-vertical:last-child:not(:first-child)>.ivu-btn:first-child{border-bottom-right-radius:0;border-bottom-left-radius:0;padding-top:8px}.ivu-btn-ghost{color:#515a6e;background:0 0}.ivu-btn-ghost:hover{background:0 0}.ivu-btn-ghost.ivu-btn-dashed,.ivu-btn-ghost.ivu-btn-default{color:#fff;border-color:#fff}.ivu-btn-ghost.ivu-btn-dashed:hover,.ivu-btn-ghost.ivu-btn-default:hover{color:#57a3f3;border-color:#57a3f3}.ivu-btn-ghost.ivu-btn-primary{color:#2d8cf0}.ivu-btn-ghost.ivu-btn-primary:hover{color:#57a3f3;background:rgba(245,249,254,.5)}.ivu-btn-ghost.ivu-btn-info{color:#2db7f5}.ivu-btn-ghost.ivu-btn-info:hover{color:#57c5f7;background:rgba(245,251,254,.5)}.ivu-btn-ghost.ivu-btn-success{color:#19be6b}.ivu-btn-ghost.ivu-btn-success:hover{color:#47cb89;background:rgba(244,252,248,.5)}.ivu-btn-ghost.ivu-btn-warning{color:#f90}.ivu-btn-ghost.ivu-btn-warning:hover{color:#ffad33;background:rgba(255,250,242,.5)}.ivu-btn-ghost.ivu-btn-error{color:#ed4014}.ivu-btn-ghost.ivu-btn-error:hover{color:#f16643;background:rgba(254,245,243,.5)}.ivu-btn-ghost.ivu-btn-dashed[disabled],.ivu-btn-ghost.ivu-btn-default[disabled],.ivu-btn-ghost.ivu-btn-error[disabled],.ivu-btn-ghost.ivu-btn-info[disabled],.ivu-btn-ghost.ivu-btn-primary[disabled],.ivu-btn-ghost.ivu-btn-success[disabled],.ivu-btn-ghost.ivu-btn-warning[disabled]{background:0 0;color:rgba(0,0,0,.25);border-color:#dcdee2}.ivu-btn-ghost.ivu-btn-text[disabled]{background:0 0;color:rgba(0,0,0,.25)}.ivu-affix{position:fixed;z-index:10}.ivu-back-top{z-index:10;position:fixed;cursor:pointer;display:none}.ivu-back-top.ivu-back-top-show{display:block}.ivu-back-top-inner{background-color:rgba(0,0,0,.6);border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:all .2s ease-in-out}.ivu-back-top-inner:hover{background-color:rgba(0,0,0,.7)}.ivu-back-top i{color:#fff;font-size:24px;padding:8px 12px}.ivu-badge{position:relative;display:inline-block}.ivu-badge-count{font-family:"Monospaced Number";line-height:1;vertical-align:middle;position:absolute;transform:translateX(50%);top:-10px;right:0;min-height:20px;border-radius:10px;min-width:20px;background:#ed4014;border:1px solid transparent;color:#fff;line-height:18px;text-align:center;padding:0 6px;font-size:16px;white-space:nowrap;transform-origin:-10% center;z-index:10;box-shadow:0 0 0 1px #fff}.ivu-badge-count a,.ivu-badge-count a:hover{color:#fff}.ivu-badge-count-alone{top:auto;display:block;position:relative;transform:translateX(0)}.ivu-badge-count-primary{background:#2d8cf0}.ivu-badge-count-success{background:#19be6b}.ivu-badge-count-error{background:#ed4014}.ivu-badge-count-warning{background:#f90}.ivu-badge-count-info{background:#2db7f5}.ivu-badge-count-normal{background:#e6ebf1;color:#808695}.ivu-badge-dot{position:absolute;transform:translateX(-50%);transform-origin:0 center;top:-4px;right:-8px;height:8px;width:8px;border-radius:100%;background:#ed4014;z-index:10;box-shadow:0 0 0 1px #fff}.ivu-badge-status{line-height:inherit;vertical-align:baseline}.ivu-badge-status-dot{width:6px;height:6px;display:inline-block;border-radius:50%;vertical-align:middle;position:relative;top:-1px}.ivu-badge-status-success{background-color:#19be6b}.ivu-badge-status-processing{background-color:#2d8cf0;position:relative}.ivu-badge-status-processing:after{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:1px solid #2d8cf0;content:'';animation:aniStatusProcessing 1.2s infinite ease-in-out}.ivu-badge-status-default{background-color:#e6ebf1}.ivu-badge-status-error{background-color:#ed4014}.ivu-badge-status-warning{background-color:#f90}.ivu-badge-status-text{display:inline-block;color:#515a6e;font-size:16px;margin-left:6px}@keyframes aniStatusProcessing{0%{transform:scale(.8);opacity:.5}100%{transform:scale(2.4);opacity:0}}.ivu-chart-circle{-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;display:inline-block;position:relative}.ivu-chart-circle-inner{width:100%;text-align:center;position:absolute;left:0;top:50%;transform:translateY(-50%);line-height:1}.ivu-spin{color:#2d8cf0;vertical-align:middle;text-align:center}.ivu-spin-dot{position:relative;display:block;border-radius:50%;background-color:#2d8cf0;width:20px;height:20px;animation:ani-spin-bounce 1s 0s ease-in-out infinite}.ivu-spin-large .ivu-spin-dot{width:32px;height:32px}.ivu-spin-small .ivu-spin-dot{width:12px;height:12px}.ivu-spin-fix{position:absolute;top:0;left:0;z-index:8;width:100%;height:100%;background-color:rgba(255,255,255,.9)}.ivu-spin-fullscreen{z-index:2010}.ivu-spin-fullscreen-wrapper{position:fixed;top:0;right:0;bottom:0;left:0}.ivu-spin-fix .ivu-spin-main{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ivu-spin-fix .ivu-spin-dot{display:inline-block}.ivu-spin-show-text .ivu-spin-dot,.ivu-spin-text{display:none}.ivu-spin-show-text .ivu-spin-text{display:block}.ivu-table-wrapper>.ivu-spin-fix{border:1px solid #dcdee2;border-top:0;border-left:0}@keyframes ani-spin-bounce{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.ivu-alert{position:relative;padding:8px 48px 8px 16px;border-radius:4px;color:#515a6e;font-size:16px;line-height:16px;margin-bottom:10px}.ivu-alert.ivu-alert-with-icon{padding:8px 48px 8px 38px}.ivu-alert-icon{font-size:20px;top:6px;left:12px;position:absolute}.ivu-alert-desc{font-size:16px;color:#515a6e;line-height:21px;display:none;text-align:justify}.ivu-alert-success{border:1px solid #8ce6b0;background-color:#edfff3}.ivu-alert-success .ivu-alert-icon{color:#19be6b}.ivu-alert-info{border:1px solid #abdcff;background-color:#f0faff}.ivu-alert-info .ivu-alert-icon{color:#2d8cf0}.ivu-alert-warning{border:1px solid #ffd77a;background-color:#fff9e6}.ivu-alert-warning .ivu-alert-icon{color:#f90}.ivu-alert-error{border:1px solid #ffb08f;background-color:#ffefe6}.ivu-alert-error .ivu-alert-icon{color:#ed4014}.ivu-alert-close{font-size:16px;position:absolute;right:8px;top:8px;overflow:hidden;cursor:pointer}.ivu-alert-close .ivu-icon-ios-close{font-size:22px;color:#999;transition:color .2s ease;position:relative;top:-3px}.ivu-alert-close .ivu-icon-ios-close:hover{color:#444}.ivu-alert-with-desc{padding:16px;position:relative;border-radius:4px;margin-bottom:10px;color:#515a6e;line-height:1.5}.ivu-alert-with-desc.ivu-alert-with-icon{padding:16px 16px 16px 69px}.ivu-alert-with-desc .ivu-alert-desc{display:block}.ivu-alert-with-desc .ivu-alert-message{font-size:18px;color:#17233d;display:block}.ivu-alert-with-desc .ivu-alert-icon{top:50%;left:24px;margin-top:-24px;font-size:28px}.ivu-alert-with-banner{border-radius:0}.ivu-collapse{background-color:#f7f7f7;border-radius:3px;border:1px solid #dcdee2}.ivu-collapse-simple{border-left:none;border-right:none;background-color:#fff;border-radius:0}.ivu-collapse>.ivu-collapse-item{border-top:1px solid #dcdee2}.ivu-collapse>.ivu-collapse-item:first-child{border-top:0}.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header{height:38px;line-height:38px;padding-left:16px;color:#666;cursor:pointer;position:relative;border-bottom:1px solid transparent;transition:all .2s ease-in-out}.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header>i{transition:transform .2s ease-in-out;margin-right:14px}.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header{border-bottom:1px solid #dcdee2}.ivu-collapse-simple>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header{border-bottom:1px solid transparent}.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header>i{transform:rotate(90deg)}.ivu-collapse-content{color:#515a6e;padding:0 16px;background-color:#fff}.ivu-collapse-content>.ivu-collapse-content-box{padding-top:16px;padding-bottom:16px}.ivu-collapse-simple>.ivu-collapse-item>.ivu-collapse-content>.ivu-collapse-content-box{padding-top:0}.ivu-collapse-item:last-child>.ivu-collapse-content{border-radius:0 0 3px 3px}.ivu-card{background:#fff;border-radius:4px;font-size:18px;position:relative;transition:all .2s ease-in-out}.ivu-card-bordered{border:1px solid #dcdee2;border-color:#e8eaec}.ivu-card-shadow{box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.ivu-card:hover{box-shadow:0 1px 6px rgba(0,0,0,.2);border-color:#eee}.ivu-card.ivu-card-dis-hover:hover{box-shadow:none;border-color:transparent}.ivu-card.ivu-card-dis-hover.ivu-card-bordered:hover{border-color:#e8eaec}.ivu-card.ivu-card-shadow:hover{box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.ivu-card-head{border-right:1px solid #e8eaec;padding:16px 14px;line-height:1}.ivu-card-head p,.ivu-card-head-inner{display:inline-block;height:100%;line-height:20px;font-size:18px;color:#17233d;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ivu-card-head p i,.ivu-card-head p span{vertical-align:middle}.ivu-card-extra{position:absolute;bottom:16px;left:14px}.ivu-card-body{padding:16px}.ivu-message{font-size:18px;position:fixed;z-index:1010;height:100%;top:16px;right:10px;pointer-events:none;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.ivu-message-notice{padding:8px;transition:height .3s ease-in-out,padding .3s ease-in-out}.ivu-message-notice-close{position:absolute;left:10px;bottom:10px;color:#999;outline:0}.ivu-message-notice-close i.ivu-icon{font-size:22px;color:#999;transition:color .2s ease;position:relative;top:-3px}.ivu-message-notice-close i.ivu-icon:hover{color:#444}.ivu-message-notice-content{display:inline-block;pointer-events:all;padding:16px 8px;border-radius:4px;box-shadow:0 1px 6px rgba(0,0,0,.2);background:#fff;position:relative}.ivu-message-notice-closable .ivu-message-notice-content-text{padding-bottom:32px}.ivu-message-success .ivu-icon{color:#19be6b}.ivu-message-error .ivu-icon{color:#ed4014}.ivu-message-warning .ivu-icon{color:#f90}.ivu-message-info .ivu-icon,.ivu-message-loading .ivu-icon{color:#2d8cf0}.ivu-message .ivu-icon{font-size:20px;vertical-align:middle}.ivu-message-custom-content span{vertical-align:middle}.ivu-notice{margin-right:24px;position:fixed;z-index:1010;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.ivu-notice-content-with-icon{margin-left:51px}.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-title{margin-left:51px}.ivu-notice-notice{margin-right:10px;padding:16px 20px 16px 16px;border-radius:4px;box-shadow:0 1px 6px rgba(0,0,0,.2);background:#fff;line-height:1;position:relative;overflow:hidden}.ivu-notice-notice-close{position:absolute;right:3px;top:15px;color:#999;outline:0}.ivu-notice-notice-close i{font-size:22px;color:#999;transition:color .2s ease;position:relative;top:-3px}.ivu-notice-notice-close i:hover{color:#444}.ivu-notice-notice-content-with-render .ivu-notice-desc{display:none}.ivu-notice-notice-with-desc .ivu-notice-notice-close{top:11px}.ivu-notice-content-with-render-notitle{margin-left:26px}.ivu-notice-title{font-size:18px;line-height:21px;color:#17233d;padding-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ivu-notice-with-desc .ivu-notice-title{font-weight:700;margin-bottom:8px}.ivu-notice-desc{font-size:16px;color:#515a6e;text-align:justify;line-height:1.5}.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-desc{margin-left:51px}.ivu-notice-with-icon .ivu-notice-title{margin-left:26px}.ivu-notice-icon{position:absolute;top:-2px;font-size:20px}.ivu-notice-icon-success{color:#19be6b}.ivu-notice-icon-info{color:#2d8cf0}.ivu-notice-icon-warning{color:#f90}.ivu-notice-icon-error{color:#ed4014}.ivu-notice-with-desc .ivu-notice-icon{font-size:36px;top:-6px}.ivu-notice-custom-content{position:relative}.ivu-radio-focus{box-shadow:0 0 0 2px rgba(45,140,240,.2);z-index:1}.ivu-radio-group{display:inline-block;font-size:16px;vertical-align:middle}.ivu-radio-group-vertical .ivu-radio-wrapper{display:block;width:30px;line-height:30px}.ivu-radio-wrapper{font-size:16px;vertical-align:middle;display:inline-block;position:relative;white-space:nowrap;margin-bottom:8px;cursor:pointer}.ivu-radio-wrapper-disabled{cursor:not-allowed}.ivu-radio{display:inline-block;margin-bottom:4px;white-space:nowrap;position:relative;line-height:1;vertical-align:middle;cursor:pointer}.ivu-radio:hover .ivu-radio-inner{border-color:#bcbcbc}.ivu-radio-inner{display:inline-block;width:14px;height:14px;position:relative;top:0;left:0;background-color:#fff;border:1px solid #dcdee2;border-radius:50%;transition:all .2s ease-in-out}.ivu-radio-inner:after{position:absolute;width:8px;height:8px;left:2px;top:2px;border-radius:6px;display:table;border-top:0;border-left:0;content:' ';background-color:#2d8cf0;opacity:0;transition:all .2s ease-in-out;transform:scale(0)}.ivu-radio-large{font-size:18px}.ivu-radio-large .ivu-radio-inner{width:16px;height:16px}.ivu-radio-large .ivu-radio-inner:after{width:10px;height:10px}.ivu-radio-large .ivu-radio-wrapper,.ivu-radio-large.ivu-radio-wrapper{font-size:18px}.ivu-radio-small .ivu-radio-inner{width:12px;height:12px}.ivu-radio-small .ivu-radio-inner:after{width:6px;height:6px}.ivu-radio-input{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;opacity:0;cursor:pointer}.ivu-radio-checked .ivu-radio-inner{border-color:#2d8cf0}.ivu-radio-checked .ivu-radio-inner:after{opacity:1;transform:scale(1);transition:all .2s ease-in-out}.ivu-radio-checked:hover .ivu-radio-inner{border-color:#2d8cf0}.ivu-radio-disabled{cursor:not-allowed}.ivu-radio-disabled .ivu-radio-input{cursor:not-allowed}.ivu-radio-disabled:hover .ivu-radio-inner{border-color:#dcdee2}.ivu-radio-disabled .ivu-radio-inner{border-color:#dcdee2;background-color:#f3f3f3}.ivu-radio-disabled .ivu-radio-inner:after{background-color:#ccc}.ivu-radio-disabled .ivu-radio-disabled+span{color:#ccc}span.ivu-radio+*{margin-top:2px;margin-bottom:2px}.ivu-radio-group-button{font-size:0;-webkit-text-size-adjust:none}.ivu-radio-group-button .ivu-radio{height:0;margin-bottom:0}.ivu-radio-group-button .ivu-radio-wrapper{display:inline-block;line-height:30px;margin:0;padding:10px 0;font-size:16px;color:#515a6e;transition:all .2s ease-in-out;cursor:pointer;border:1px solid #dcdee2;border-top:0;background:#fff;position:relative}.ivu-radio-group-button .ivu-radio-wrapper>span{margin-top:0}.ivu-radio-group-button .ivu-radio-wrapper:after,.ivu-radio-group-button .ivu-radio-wrapper:before{content:'';display:block;position:absolute;width:100%;height:1px;top:-1px;left:0;background:#dcdee2;transition:all .2s ease-in-out}.ivu-radio-group-button .ivu-radio-wrapper:after{top:-1px;left:-3px;background:rgba(45,140,240,.2);opacity:0}.ivu-radio-group-button .ivu-radio-wrapper:first-child{border-radius:4px 4px 0 0;border-top:1px solid #dcdee2}.ivu-radio-group-button .ivu-radio-wrapper:first-child:after,.ivu-radio-group-button .ivu-radio-wrapper:first-child:before{display:none}.ivu-radio-group-button .ivu-radio-wrapper:last-child{border-radius:0 0 4px 4px}.ivu-radio-group-button .ivu-radio-wrapper:first-child:last-child{border-radius:4px}.ivu-radio-group-button .ivu-radio-wrapper:hover{position:relative;color:#2d8cf0}.ivu-radio-group-button .ivu-radio-wrapper:hover .ivu-radio{background-color:#000}.ivu-radio-group-button .ivu-radio-wrapper .ivu-radio-inner,.ivu-radio-group-button .ivu-radio-wrapper input{opacity:0;width:0;height:0}.ivu-radio-group-button .ivu-radio-wrapper-checked{background:#fff;border-color:#2d8cf0;color:#2d8cf0;box-shadow:0 -1px 0 0 #2d8cf0;z-index:1}.ivu-radio-group-button .ivu-radio-wrapper-checked:before{background:#2d8cf0;opacity:.1}.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus{box-shadow:0 -1px 0 0 #2d8cf0,0 0 0 2px rgba(45,140,240,.2);transition:all .2s ease-in-out}.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:after{left:-3px;top:-3px;opacity:1;background:rgba(45,140,240,.2)}.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:first-child{box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-radio-group-button .ivu-radio-wrapper-checked:first-child{border-color:#2d8cf0;box-shadow:none}.ivu-radio-group-button .ivu-radio-wrapper-checked:hover{border-color:#57a3f3;color:#57a3f3}.ivu-radio-group-button .ivu-radio-wrapper-checked:active{border-color:#2b85e4;color:#2b85e4}.ivu-radio-group-button .ivu-radio-wrapper-disabled{border-color:#dcdee2;background-color:#f7f7f7;cursor:not-allowed;color:#ccc}.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child,.ivu-radio-group-button .ivu-radio-wrapper-disabled:hover{border-color:#dcdee2;background-color:#f7f7f7;color:#ccc}.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child{border-left-color:#dcdee2}.ivu-radio-group-button .ivu-radio-wrapper-disabled.ivu-radio-wrapper-checked{color:#fff;background-color:#e6e6e6;border-color:#dcdee2;box-shadow:none!important}.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper{line-height:34px;font-size:18px}.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper{line-height:22px;padding:12px 0;font-size:16px}.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:first-child{border-radius:4px 4px 0 0}.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:last-child{border-radius:0 0 3px 3px}.ivu-checkbox-focus{box-shadow:0 0 0 2px rgba(45,140,240,.2);z-index:1}.ivu-checkbox{display:inline-block;vertical-align:middle;white-space:nowrap;cursor:pointer;line-height:1;position:relative}.ivu-checkbox-disabled{cursor:not-allowed}.ivu-checkbox:hover .ivu-checkbox-inner{border-color:#bcbcbc}.ivu-checkbox-inner{display:inline-block;width:14px;height:14px;position:relative;top:0;left:0;border:1px solid #dcdee2;border-radius:2px;background-color:#fff;transition:border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out}.ivu-checkbox-inner:after{content:'';display:table;width:4px;height:8px;position:absolute;top:1px;left:4px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(0);transition:all .2s ease-in-out}.ivu-checkbox-large .ivu-checkbox-inner{width:16px;height:16px}.ivu-checkbox-large .ivu-checkbox-inner:after{width:5px;height:9px}.ivu-checkbox-small{font-size:12px}.ivu-checkbox-small .ivu-checkbox-inner{width:12px;height:12px}.ivu-checkbox-small .ivu-checkbox-inner:after{top:0;left:3px}.ivu-checkbox-input{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;cursor:pointer;opacity:0}.ivu-checkbox-input[disabled]{cursor:not-allowed}.ivu-checkbox-checked:hover .ivu-checkbox-inner{border-color:#2d8cf0}.ivu-checkbox-checked .ivu-checkbox-inner{border-color:#2d8cf0;background-color:#2d8cf0}.ivu-checkbox-checked .ivu-checkbox-inner:after{content:'';display:table;width:4px;height:8px;position:absolute;top:1px;left:4px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg) scale(1);transition:all .2s ease-in-out}.ivu-checkbox-large .ivu-checkbox-checked .ivu-checkbox-inner:after{width:5px;height:9px}.ivu-checkbox-small .ivu-checkbox-checked .ivu-checkbox-inner:after{top:0;left:3px}.ivu-checkbox-disabled.ivu-checkbox-checked:hover .ivu-checkbox-inner{border-color:#dcdee2}.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner{background-color:#f3f3f3;border-color:#dcdee2}.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner:after{animation-name:none;border-color:#ccc}.ivu-checkbox-disabled:hover .ivu-checkbox-inner{border-color:#dcdee2}.ivu-checkbox-disabled .ivu-checkbox-inner{border-color:#dcdee2;background-color:#f3f3f3}.ivu-checkbox-disabled .ivu-checkbox-inner:after{animation-name:none;border-color:#f3f3f3}.ivu-checkbox-disabled .ivu-checkbox-inner-input{cursor:default}.ivu-checkbox-disabled+span{color:#ccc;cursor:not-allowed}.ivu-checkbox-indeterminate .ivu-checkbox-inner:after{content:'';width:8px;height:1px;transform:scale(1);position:absolute;left:2px;top:5px}.ivu-checkbox-indeterminate:hover .ivu-checkbox-inner{border-color:#2d8cf0}.ivu-checkbox-indeterminate .ivu-checkbox-inner{background-color:#2d8cf0;border-color:#2d8cf0}.ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner{background-color:#f3f3f3;border-color:#dcdee2}.ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner:after{border-color:#c5c8ce}.ivu-checkbox-large .ivu-checkbox-indeterminate .ivu-checkbox-inner:after{width:10px;top:6px}.ivu-checkbox-small .ivu-checkbox-indeterminate .ivu-checkbox-inner:after{width:6px;top:4px}.ivu-checkbox-wrapper{cursor:pointer;font-size:16px;display:inline-block;margin-right:8px}.ivu-checkbox-wrapper-disabled{cursor:not-allowed}.ivu-checkbox-wrapper.ivu-checkbox-large{font-size:18px}.ivu-checkbox+span,.ivu-checkbox-wrapper+span{margin-right:4px}.ivu-checkbox-group{font-size:18px}.ivu-checkbox-group-item{display:inline-block}.ivu-switch{display:inline-block;width:44px;height:22px;line-height:20px;border-radius:22px;vertical-align:middle;border:1px solid #ccc;background-color:#ccc;position:relative;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:all .2s ease-in-out}.ivu-switch-loading{opacity:.4}.ivu-switch-inner{color:#fff;font-size:16px;position:absolute;left:23px}.ivu-switch-inner i{width:12px;height:12px;text-align:center;position:relative;top:-1px}.ivu-switch:after{content:'';width:18px;height:18px;border-radius:18px;background-color:#fff;position:absolute;left:1px;top:1px;cursor:pointer;transition:left .2s ease-in-out,width .2s ease-in-out}.ivu-switch:active:after{width:26px}.ivu-switch:before{content:'';display:none;width:14px;height:14px;border-radius:50%;background-color:transparent;position:absolute;left:3px;top:3px;z-index:1;border:1px solid #2d8cf0;border-color:transparent transparent transparent #2d8cf0;animation:switch-loading 1s linear;animation-iteration-count:infinite}.ivu-switch-loading:before{display:block}.ivu-switch:focus{box-shadow:0 0 0 2px rgba(45,140,240,.2);outline:0}.ivu-switch:focus:hover{box-shadow:none}.ivu-switch-small{width:28px;height:16px;line-height:14px}.ivu-switch-small:after{width:12px;height:12px}.ivu-switch-small:active:after{width:14px}.ivu-switch-small:before{width:10px;height:10px;left:2px;top:2px}.ivu-switch-small.ivu-switch-checked:after{left:13px}.ivu-switch-small.ivu-switch-checked:before{left:14px}.ivu-switch-small:active.ivu-switch-checked:after{left:11px}.ivu-switch-large{width:56px}.ivu-switch-large:active:after{width:26px}.ivu-switch-large:active:after{width:30px}.ivu-switch-large.ivu-switch-checked:after{left:35px}.ivu-switch-large.ivu-switch-checked:before{left:37px}.ivu-switch-large:active.ivu-switch-checked:after{left:23px}.ivu-switch-checked{border-color:#2d8cf0;background-color:#2d8cf0}.ivu-switch-checked .ivu-switch-inner{left:7px}.ivu-switch-checked:after{left:23px}.ivu-switch-checked:before{left:25px}.ivu-switch-checked:active:after{left:15px}.ivu-switch-disabled{cursor:not-allowed;background:#f3f3f3;border-color:#f3f3f3}.ivu-switch-disabled:after{background:#ccc;cursor:not-allowed}.ivu-switch-disabled .ivu-switch-inner{color:#ccc}@keyframes switch-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ivu-input-number{display:table-cell;display:inline-block;height:100%;line-height:1.5;padding:7px 4px;font-size:16px;color:#515a6e;background-color:#fff;background-image:none;position:relative;cursor:text;transition:border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;margin:0;padding:0;height:80px;width:36px;line-height:36px;vertical-align:middle;border:1px solid #dcdee2;border-radius:4px;overflow:hidden}.ivu-input-number::-moz-placeholder{color:#c5c8ce;opacity:1}.ivu-input-number:-ms-input-placeholder{color:#c5c8ce}.ivu-input-number::-webkit-input-placeholder{color:#c5c8ce}.ivu-input-number:hover{border-color:#57a3f3}.ivu-input-number:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-input-number[disabled],fieldset[disabled] .ivu-input-number{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-input-number[disabled]:hover,fieldset[disabled] .ivu-input-number:hover{border-color:#e3e5e8}textarea.ivu-input-number{max-height:100%;width:auto;min-width:36px;vertical-align:bottom;font-size:18px}.ivu-input-number-large{font-size:18px;padding:7px 6px;width:36px}.ivu-input-number-small{padding:7px 1px;width:24px;border-radius:3px}.ivu-input-number-handler-wrap{height:22px;width:100%;border-left:1px solid #dcdee2;border-radius:0 4px 4px 0;background:#fff;position:absolute;bottom:0;right:0;opacity:0;transition:opacity .2s ease-in-out}.ivu-input-number:hover .ivu-input-number-handler-wrap{opacity:1}.ivu-input-number-handler-up{cursor:pointer}.ivu-input-number-handler-up-inner{top:1px}.ivu-input-number-handler-down{border-left:1px solid #dcdee2;left:-1px;cursor:pointer}.ivu-input-number-handler{display:block;height:100%;width:18px;line-height:0;text-align:center;overflow:hidden;color:#999;position:relative}.ivu-input-number-handler:hover .ivu-input-number-handler-down-inner,.ivu-input-number-handler:hover .ivu-input-number-handler-up-inner{color:#57a3f3}.ivu-input-number-handler-down-inner,.ivu-input-number-handler-up-inner{width:12px;height:12px;line-height:12px;font-size:18px;color:#999;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:3px;top:4px;transition:all .2s linear}.ivu-input-number:hover{border-color:#57a3f3}.ivu-input-number-focused{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-input-number-disabled{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-input-number-disabled:hover{border-color:#e3e5e8}.ivu-input-number-input-wrap{overflow:hidden;width:36px}.ivu-input-number-input{display:table-cell;height:100%;width:36px;line-height:36px;padding:7px 0;text-align:left;outline:0;-moz-appearance:textfield;color:#666;border:0;border-radius:4px;transition:all .2s linear}.ivu-input-number-input[disabled]{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-input-number-input[disabled]:hover{border-color:#e3e5e8}.ivu-input-number-large{padding:0}.ivu-input-number-large .ivu-input-number-input-wrap{height:100%}.ivu-input-number-large .ivu-input-number-handler{height:50%}.ivu-input-number-large input{height:100%;line-height:100%}.ivu-input-number-large .ivu-input-number-handler-up-inner{top:2px}.ivu-input-number-large .ivu-input-number-handler-down-inner{bottom:2px}.ivu-input-number-small{padding:0}.ivu-input-number-small .ivu-input-number-input-wrap{height:100%}.ivu-input-number-small .ivu-input-number-handler{height:50%}.ivu-input-number-small input{height:100%;line-height:100%;margin-top:-1px;vertical-align:top}.ivu-input-number-small .ivu-input-number-handler-up-inner{top:-1px}.ivu-input-number-small .ivu-input-number-handler-down-inner{bottom:-1px}.ivu-input-number-disabled .ivu-input-number-handler-down-inner,.ivu-input-number-disabled .ivu-input-number-handler-up-inner,.ivu-input-number-handler-down-disabled .ivu-input-number-handler-down-inner,.ivu-input-number-handler-down-disabled .ivu-input-number-handler-up-inner,.ivu-input-number-handler-up-disabled .ivu-input-number-handler-down-inner,.ivu-input-number-handler-up-disabled .ivu-input-number-handler-up-inner{opacity:.72;color:#ccc!important;cursor:not-allowed}.ivu-input-number-disabled .ivu-input-number-input{opacity:.72;cursor:not-allowed;background-color:#f3f3f3}.ivu-input-number-disabled .ivu-input-number-handler-wrap{display:none}.ivu-input-number-disabled .ivu-input-number-handler{opacity:.72;color:#ccc!important;cursor:not-allowed}.ivu-form-item-error .ivu-input-number{border:1px solid #ed4014}.ivu-form-item-error .ivu-input-number:hover{border-color:#ed4014}.ivu-form-item-error .ivu-input-number:focus{border-color:#ed4014;outline:0;box-shadow:0 0 0 2px rgba(237,64,20,.2)}.ivu-form-item-error .ivu-input-number-focused{border-color:#ed4014;outline:0;box-shadow:0 0 0 2px rgba(237,64,20,.2)}.ivu-scroll-wrapper{width:auto;margin:0 auto;position:relative;outline:0}.ivu-scroll-container{overflow-y:scroll}.ivu-scroll-content{opacity:1;transition:opacity .5s}.ivu-scroll-content-loading{opacity:.5}.ivu-scroll-loader{text-align:center;padding:0;transition:padding .5s}.ivu-scroll-loader-wrapper{padding:5px 0;height:0;background-color:inherit;transform:scale(0);transition:opacity .3s,transform .5s,height .5s}.ivu-scroll-loader-wrapper-active{height:40px;transform:scale(1)}@keyframes ani-demo-spin{from{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.ivu-scroll-loader-wrapper .ivu-scroll-spinner{position:relative}.ivu-scroll-loader-wrapper .ivu-scroll-spinner-icon{animation:ani-demo-spin 1s linear infinite}.ivu-tag{display:inline-block;width:22px;line-height:22px;margin:0 2px 4px 2px;padding:8px 0;border:1px solid #e8eaec;border-radius:3px;background:#f7f7f7;font-size:16px;vertical-align:middle;opacity:1;overflow:hidden;cursor:pointer}.ivu-tag:not(.ivu-tag-border):not(.ivu-tag-dot):not(.ivu-tag-checked){background:0 0;border:0;color:#515a6e}.ivu-tag:not(.ivu-tag-border):not(.ivu-tag-dot):not(.ivu-tag-checked) .ivu-icon-ios-close{color:#515a6e!important}.ivu-tag-color-error{color:#ed4014!important;border-color:#ed4014}.ivu-tag-color-success{color:#19be6b!important;border-color:#19be6b}.ivu-tag-color-primary{color:#2d8cf0!important;border-color:#2d8cf0}.ivu-tag-color-warning{color:#f90!important;border-color:#f90}.ivu-tag-color-white{color:#fff!important}.ivu-tag-dot{width:32px;line-height:32px;border:1px solid #e8eaec!important;color:#515a6e!important;background:#fff!important;padding:12px 0}.ivu-tag-dot-inner{display:inline-block;width:12px;height:12px;margin-bottom:8px;border-radius:50%;background:#e8eaec;position:relative;left:0}.ivu-tag-dot .ivu-icon-ios-close{color:#666!important;margin-top:12px!important}.ivu-tag-border{width:24px;line-height:24px;border:1px solid #e8eaec;color:#e8eaec;background:#fff!important;position:relative}.ivu-tag-border .ivu-icon-ios-close{color:#666;margin-top:12px!important}.ivu-tag-border:after{content:"";display:none;height:1px;background:currentColor;position:absolute;left:0;bottom:22px;right:0}.ivu-tag-border.ivu-tag-closable:after{display:block}.ivu-tag-border.ivu-tag-closable .ivu-icon-ios-close{margin-top:0!important;top:5px;left:-1px}.ivu-tag-border.ivu-tag-primary{color:#2d8cf0!important;border:1px solid #2d8cf0!important}.ivu-tag-border.ivu-tag-primary:after{background:#2d8cf0}.ivu-tag-border.ivu-tag-primary .ivu-icon-ios-close{color:#2d8cf0!important}.ivu-tag-border.ivu-tag-success{color:#19be6b!important;border:1px solid #19be6b!important}.ivu-tag-border.ivu-tag-success:after{background:#19be6b}.ivu-tag-border.ivu-tag-success .ivu-icon-ios-close{color:#19be6b!important}.ivu-tag-border.ivu-tag-warning{color:#f90!important;border:1px solid #f90!important}.ivu-tag-border.ivu-tag-warning:after{background:#f90}.ivu-tag-border.ivu-tag-warning .ivu-icon-ios-close{color:#f90!important}.ivu-tag-border.ivu-tag-error{color:#ed4014!important;border:1px solid #ed4014!important}.ivu-tag-border.ivu-tag-error:after{background:#ed4014}.ivu-tag-border.ivu-tag-error .ivu-icon-ios-close{color:#ed4014!important}.ivu-tag:hover{opacity:.85}.ivu-tag-text{color:#515a6e}.ivu-tag-text a:first-child:last-child{display:inline-block;margin:-8px 0;padding:8px 0}.ivu-tag .ivu-icon-ios-close{display:inline-block;font-size:18px;transform:scale(1.11111111) rotate(0);cursor:pointer;margin-top:0;color:#666;opacity:.66;position:relative;left:-2px}:root .ivu-tag .ivu-icon-ios-close{font-size:18px}.ivu-tag .ivu-icon-ios-close:hover{opacity:1}.ivu-tag-error,.ivu-tag-primary,.ivu-tag-success,.ivu-tag-warning{border:0}.ivu-tag-error,.ivu-tag-error .ivu-icon-ios-close,.ivu-tag-error .ivu-icon-ios-close:hover,.ivu-tag-error a,.ivu-tag-error a:hover,.ivu-tag-primary,.ivu-tag-primary .ivu-icon-ios-close,.ivu-tag-primary .ivu-icon-ios-close:hover,.ivu-tag-primary a,.ivu-tag-primary a:hover,.ivu-tag-success,.ivu-tag-success .ivu-icon-ios-close,.ivu-tag-success .ivu-icon-ios-close:hover,.ivu-tag-success a,.ivu-tag-success a:hover,.ivu-tag-warning,.ivu-tag-warning .ivu-icon-ios-close,.ivu-tag-warning .ivu-icon-ios-close:hover,.ivu-tag-warning a,.ivu-tag-warning a:hover{color:#fff}.ivu-tag-primary,.ivu-tag-primary.ivu-tag-dot .ivu-tag-dot-inner{background:#2d8cf0}.ivu-tag-success,.ivu-tag-success.ivu-tag-dot .ivu-tag-dot-inner{background:#19be6b}.ivu-tag-warning,.ivu-tag-warning.ivu-tag-dot .ivu-tag-dot-inner{background:#f90}.ivu-tag-error,.ivu-tag-error.ivu-tag-dot .ivu-tag-dot-inner{background:#ed4014}.ivu-tag-pink{line-height:20px;background:#fff0f6;border-color:#ffadd2}.ivu-tag-pink .ivu-tag-text{color:#eb2f96!important}.ivu-tag-magenta{line-height:20px;background:#fff0f6;border-color:#ffadd2}.ivu-tag-magenta .ivu-tag-text{color:#eb2f96!important}.ivu-tag-red{line-height:20px;background:#fff1f0;border-color:#ffa39e}.ivu-tag-red .ivu-tag-text{color:#f5222d!important}.ivu-tag-volcano{line-height:20px;background:#fff2e8;border-color:#ffbb96}.ivu-tag-volcano .ivu-tag-text{color:#fa541c!important}.ivu-tag-orange{line-height:20px;background:#fff7e6;border-color:#ffd591}.ivu-tag-orange .ivu-tag-text{color:#fa8c16!important}.ivu-tag-yellow{line-height:20px;background:#feffe6;border-color:#fffb8f}.ivu-tag-yellow .ivu-tag-text{color:#fadb14!important}.ivu-tag-gold{line-height:20px;background:#fffbe6;border-color:#ffe58f}.ivu-tag-gold .ivu-tag-text{color:#faad14!important}.ivu-tag-cyan{line-height:20px;background:#e6fffb;border-color:#87e8de}.ivu-tag-cyan .ivu-tag-text{color:#13c2c2!important}.ivu-tag-lime{line-height:20px;background:#fcffe6;border-color:#eaff8f}.ivu-tag-lime .ivu-tag-text{color:#a0d911!important}.ivu-tag-green{line-height:20px;background:#f6ffed;border-color:#b7eb8f}.ivu-tag-green .ivu-tag-text{color:#52c41a!important}.ivu-tag-blue{line-height:20px;background:#e6f7ff;border-color:#91d5ff}.ivu-tag-blue .ivu-tag-text{color:#1890ff!important}.ivu-tag-geekblue{line-height:20px;background:#f0f5ff;border-color:#adc6ff}.ivu-tag-geekblue .ivu-tag-text{color:#2f54eb!important}.ivu-tag-purple{line-height:20px;background:#f9f0ff;border-color:#d3adf7}.ivu-tag-purple .ivu-tag-text{color:#722ed1!important}.ivu-layout{display:flex;flex-direction:column;flex:auto;background:#f5f7f9}.ivu-layout.ivu-layout-has-sider{flex-direction:row}.ivu-layout.ivu-layout-has-sider>.ivu-layout,.ivu-layout.ivu-layout-has-sider>.ivu-layout-content{overflow-x:hidden}.ivu-layout-footer,.ivu-layout-header{flex:0 0 auto}.ivu-layout-header{background:#515a6e;padding:50px 0;width:64px;line-height:64px}.ivu-layout-sider{transition:all .2s ease-in-out;position:relative;background:#515a6e;min-width:0}.ivu-layout-sider-children{height:100%;padding-top:.1px;margin-top:-.1px}.ivu-layout-sider-has-trigger{padding-bottom:48px}.ivu-layout-sider-trigger{position:fixed;bottom:0;text-align:center;cursor:pointer;height:48px;line-height:48px;color:#fff;background:#515a6e;z-index:1000;transition:all .2s ease-in-out}.ivu-layout-sider-trigger .ivu-icon{font-size:16px}.ivu-layout-sider-trigger>*{transition:all .2s}.ivu-layout-sider-trigger-collapsed .ivu-layout-sider-trigger-icon{transform:rotateZ(180deg)}.ivu-layout-sider-zero-width>*{overflow:hidden}.ivu-layout-sider-zero-width-trigger{position:absolute;top:64px;right:-36px;text-align:center;width:36px;height:42px;line-height:42px;background:#515a6e;color:#fff;font-size:18px;border-radius:0 6px 6px 0;cursor:pointer;transition:background .3s ease}.ivu-layout-sider-zero-width-trigger:hover{background:#626b7d}.ivu-layout-sider-zero-width-trigger.ivu-layout-sider-zero-width-trigger-left{right:0;left:-36px;border-radius:6px 0 0 6px}.ivu-layout-footer{background:#f5f7f9;padding:50px 24px;color:#515a6e;font-size:18px}.ivu-layout-content{flex:auto}.ivu-loading-bar{width:100%;position:fixed;top:0;left:0;right:0;z-index:2000}.ivu-loading-bar-inner{transition:width .2s linear}.ivu-loading-bar-inner-color-primary{background-color:#2d8cf0}.ivu-loading-bar-inner-failed-color-error{background-color:#ed4014}.ivu-progress{display:inline-block;height:100%;font-size:16px;position:relative}.ivu-progress-vertical{height:auto;width:100%}.ivu-progress-outer{display:inline-block;height:100%;margin-bottom:0;padding-bottom:0}.ivu-progress-show-info .ivu-progress-outer{padding-bottom:55px;margin-bottom:-55px}.ivu-progress-vertical .ivu-progress-outer{height:auto;width:100%}.ivu-progress-inner{display:inline-block;height:100%;background-color:#f3f3f3;border-radius:100px;vertical-align:middle;position:relative}.ivu-progress-vertical .ivu-progress-inner{height:auto;width:100%}.ivu-progress-vertical .ivu-progress-inner:after,.ivu-progress-vertical .ivu-progress-inner>*{display:inline-block;vertical-align:bottom}.ivu-progress-vertical .ivu-progress-inner:after{content:'';width:100%}.ivu-progress-bg{border-radius:100px;background-color:#2d8cf0;transition:all .2s linear;position:relative}.ivu-progress-success-bg{border-radius:100px;background-color:#19be6b;transition:all .2s linear;position:absolute;top:0;left:0}.ivu-progress-text{display:inline-block;margin-top:5px;text-align:left;font-size:1em;vertical-align:middle}.ivu-progress-active .ivu-progress-bg:before{content:'';opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:10px;animation:ivu-progress-active 2s ease-in-out infinite}.ivu-progress-vertical.ivu-progress-active .ivu-progress-bg:before{left:auto;animation:ivu-progress-active-vertical 2s ease-in-out infinite}.ivu-progress-wrong .ivu-progress-bg{background-color:#ed4014}.ivu-progress-wrong .ivu-progress-text{color:#ed4014}.ivu-progress-success .ivu-progress-bg{background-color:#19be6b}.ivu-progress-success .ivu-progress-text{color:#19be6b}@keyframes ivu-progress-active{0%{opacity:.3;height:0}100%{opacity:0;height:100%}}@keyframes ivu-progress-active-vertical{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}.ivu-timeline{list-style:none;margin:0;padding:0}.ivu-timeline-item{margin:0!important;padding:0 0 12px 0;list-style:none;position:relative}.ivu-timeline-item-tail{width:100%;border-top:1px solid #e8eaec;position:absolute;left:0;top:6px}.ivu-timeline-item-pending .ivu-timeline-item-tail{display:none}.ivu-timeline-item-head{width:13px;height:13px;background-color:#fff;border-radius:50%;border:1px solid transparent;position:absolute}.ivu-timeline-item-head-blue{border-color:#2d8cf0;color:#2d8cf0}.ivu-timeline-item-head-red{border-color:#ed4014;color:#ed4014}.ivu-timeline-item-head-green{border-color:#19be6b;color:#19be6b}.ivu-timeline-item-head-custom{width:auto;height:40px;margin-left:6px;padding:0 3px;text-align:center;line-height:1;border:0;border-radius:0;font-size:18px;position:absolute;top:-13px;transform:translateX(-50%)}.ivu-timeline-item-content{padding:24px 10px 1px 1px;font-size:16px;position:relative;left:-3px}.ivu-timeline-item:last-child .ivu-timeline-item-tail{display:none}.ivu-timeline.ivu-timeline-pending .ivu-timeline-item:nth-last-of-type(2) .ivu-timeline-item-tail{border-top:1px dotted #e8eaec}.ivu-timeline.ivu-timeline-pending .ivu-timeline-item:nth-last-of-type(2) .ivu-timeline-item-content{min-height:48px}.ivu-page:after{content:'';display:block;height:0;clear:both;overflow:hidden;visibility:hidden}.ivu-page-item{display:inline-block;vertical-align:middle;min-width:32px;height:32px;line-height:30px;margin-bottom:4px;text-align:center;list-style:none;background-color:#fff;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;font-family:Arial;font-weight:500;border:1px solid #dcdee2;border-radius:4px;transition:border .2s ease-in-out,color .2s ease-in-out}.ivu-page-item a{font-family:"Monospaced Number";margin:0 6px;text-decoration:none;color:#515a6e}.ivu-page-item:hover{border-color:#2d8cf0}.ivu-page-item:hover a{color:#2d8cf0}.ivu-page-item-active{border-color:#2d8cf0}.ivu-page-item-active a,.ivu-page-item-active:hover a{color:#2d8cf0}.ivu-page-item-jump-next:after,.ivu-page-item-jump-prev:after{content:"\2022\2022\2022";display:block;letter-spacing:1px;color:#ccc;text-align:center}.ivu-page-item-jump-next i,.ivu-page-item-jump-prev i{display:none}.ivu-page-item-jump-next:hover:after,.ivu-page-item-jump-prev:hover:after{display:none}.ivu-page-item-jump-next:hover i,.ivu-page-item-jump-prev:hover i{display:inline}.ivu-page-item-jump-prev i:after{content:"\F124";margin-top:-8px}.ivu-page-item-jump-next i:before{margin-bottom:-8px}.ivu-page-item-jump-next i:after{content:"\F116"}.ivu-page-prev{margin-bottom:4px}.ivu-page-item-jump-next,.ivu-page-item-jump-prev{margin-bottom:4px}.ivu-page-item-jump-next,.ivu-page-item-jump-prev,.ivu-page-next,.ivu-page-prev{display:inline-block;vertical-align:middle;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:32px;min-height:32px;line-height:30px;list-style:none;text-align:center;cursor:pointer;color:#666;font-family:Arial;border:1px solid #dcdee2;border-radius:4px;transition:all .2s ease-in-out}.ivu-page-item-jump-next,.ivu-page-item-jump-prev{border-color:transparent}.ivu-page-next,.ivu-page-prev{background-color:#fff}.ivu-page-next a,.ivu-page-prev a{color:#666;font-size:14px}.ivu-page-next:hover,.ivu-page-prev:hover{border-color:#2d8cf0}.ivu-page-next:hover a,.ivu-page-prev:hover a{color:#2d8cf0}.ivu-page-disabled{cursor:not-allowed}.ivu-page-disabled a{color:#ccc}.ivu-page-disabled:hover{border-color:#dcdee2}.ivu-page-disabled:hover a{color:#ccc;cursor:not-allowed}.ivu-page-options{display:inline-block;vertical-align:middle;margin-top:15px}.ivu-page-options-sizer{display:inline-block;margin-bottom:10px}.ivu-page-options-elevator{display:inline-block;vertical-align:middle;width:32px;line-height:32px}.ivu-page-options-elevator input{display:inline-block;height:100%;width:36px;line-height:1.5;padding:7px 4px;font-size:16px;border:1px solid #dcdee2;color:#515a6e;background-color:#fff;background-image:none;position:relative;cursor:text;transition:border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;width:32px;display:table-cell;border-radius:4px;margin:8px 0;height:50px}.ivu-page-options-elevator input::-moz-placeholder{color:#c5c8ce;opacity:1}.ivu-page-options-elevator input:-ms-input-placeholder{color:#c5c8ce}.ivu-page-options-elevator input::-webkit-input-placeholder{color:#c5c8ce}.ivu-page-options-elevator input:hover{border-color:#57a3f3}.ivu-page-options-elevator input:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-page-options-elevator input[disabled],fieldset[disabled] .ivu-page-options-elevator input{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-page-options-elevator input[disabled]:hover,fieldset[disabled] .ivu-page-options-elevator input:hover{border-color:#e3e5e8}textarea.ivu-page-options-elevator input{max-height:100%;width:auto;min-width:36px;vertical-align:bottom;font-size:18px}.ivu-page-options-elevator input-large{font-size:18px;padding:7px 6px;width:36px}.ivu-page-options-elevator input-small{padding:7px 1px;width:24px;border-radius:3px}.ivu-page-total{display:inline-block;width:32px;line-height:32px;margin-right:10px}.ivu-page-simple .ivu-page-next,.ivu-page-simple .ivu-page-prev{margin:0;border:0;width:24px;line-height:normal;font-size:18px}.ivu-page-simple .ivu-page-simple-pager{display:inline-block;margin-bottom:8px;vertical-align:middle}.ivu-page-simple .ivu-page-simple-pager input{display:table-cell;width:30px;height:24px;margin:8px 0;padding:5px 8px;text-align:center;box-sizing:border-box;background-color:#fff;outline:0;border:1px solid #dcdee2;border-radius:4px;transition:border-color .2s ease-in-out}.ivu-page-simple .ivu-page-simple-pager input:hover{border-color:#2d8cf0}.ivu-page-simple .ivu-page-simple-pager span{padding:0 8px 0 2px}.ivu-page-custom-text,.ivu-page-custom-text:hover{border-color:transparent}.ivu-page.mini .ivu-page-total{width:24px;line-height:24px}.ivu-page.mini .ivu-page-item{border:0;margin:0;min-height:24px;width:24px;line-height:24px;border-radius:3px}.ivu-page.mini .ivu-page-next,.ivu-page.mini .ivu-page-prev{margin:0;min-height:24px;width:24px;line-height:22px;border:0}.ivu-page.mini .ivu-page-next a i:after,.ivu-page.mini .ivu-page-prev a i:after{width:24px;line-height:24px}.ivu-page.mini .ivu-page-item-jump-next,.ivu-page.mini .ivu-page-item-jump-prev{width:24px;line-height:24px;border:none;margin-right:0}.ivu-page.mini .ivu-page-options{margin-top:8px}.ivu-page.mini .ivu-page-options-elevator{width:24px;line-height:24px}.ivu-page.mini .ivu-page-options-elevator input{padding:7px 1px;width:24px;border-radius:3px;height:44px}.ivu-steps{font-size:0;height:100%;line-height:1.5}.ivu-steps-item{display:inline-block;position:relative}.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner{background-color:#fff}.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner span,.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner>.ivu-steps-icon{color:#ccc}.ivu-steps-item.ivu-steps-status-wait .ivu-steps-title{color:#999}.ivu-steps-item.ivu-steps-status-wait .ivu-steps-content{color:#999}.ivu-steps-item.ivu-steps-status-wait .ivu-steps-tail>i{background-color:#e8eaec}.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner{border-color:#2d8cf0;background-color:#2d8cf0}.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner span,.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner>.ivu-steps-icon{color:#fff}.ivu-steps-item.ivu-steps-status-process .ivu-steps-title{color:#666}.ivu-steps-item.ivu-steps-status-process .ivu-steps-content{color:#666}.ivu-steps-item.ivu-steps-status-process .ivu-steps-tail>i{background-color:#e8eaec}.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner{background-color:#fff;border-color:#2d8cf0}.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner span,.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner>.ivu-steps-icon{color:#2d8cf0}.ivu-steps-item.ivu-steps-status-finish .ivu-steps-tail>i:after{height:100%;background:#2d8cf0;transition:all .2s ease-in-out;opacity:1}.ivu-steps-item.ivu-steps-status-finish .ivu-steps-title{color:#999}.ivu-steps-item.ivu-steps-status-finish .ivu-steps-content{color:#999}.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner{background-color:#fff;border-color:#ed4014}.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner>.ivu-steps-icon{color:#ed4014}.ivu-steps-item.ivu-steps-status-error .ivu-steps-title{color:#ed4014}.ivu-steps-item.ivu-steps-status-error .ivu-steps-content{color:#ed4014}.ivu-steps-item.ivu-steps-status-error .ivu-steps-tail>i{background-color:#e8eaec}.ivu-steps-item.ivu-steps-next-error .ivu-steps-tail>i,.ivu-steps-item.ivu-steps-next-error .ivu-steps-tail>i:after{background-color:#ed4014}.ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner{background:0 0;border:0;width:auto;height:auto}.ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner>.ivu-steps-icon{font-size:20px;width:20px;height:20px}.ivu-steps-item.ivu-steps-custom.ivu-steps-status-process .ivu-steps-head-inner>.ivu-steps-icon{color:#2d8cf0}.ivu-steps-item:last-child .ivu-steps-tail{display:none}.ivu-steps .ivu-steps-head,.ivu-steps .ivu-steps-main{position:relative;display:inline-block}.ivu-steps .ivu-steps-head{background:#fff}.ivu-steps .ivu-steps-head-inner{display:block;width:26px;height:26px;line-height:24px;margin-bottom:8px;text-align:center;border:1px solid #ccc;border-radius:50%;font-size:18px;transition:background-color .2s ease-in-out}.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon{line-height:1;position:relative}.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon{font-size:24px}.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon-ios-checkmark-empty,.ivu-steps .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon-ios-close-empty{font-weight:700}.ivu-steps .ivu-steps-main{margin-left:2.5px;display:inline}.ivu-steps .ivu-steps-custom .ivu-steps-title{margin-left:2.5px}.ivu-steps .ivu-steps-title{display:inline-block;margin-right:4px;padding-bottom:10px;font-size:18px;font-weight:700;color:#666;background:#fff}.ivu-steps .ivu-steps-title>a:first-child:last-child{color:#666}.ivu-steps .ivu-steps-item-last .ivu-steps-title{padding-bottom:0;height:100%}.ivu-steps .ivu-steps-content{font-size:16px;color:#999}.ivu-steps .ivu-steps-tail{height:100%;padding:10px 0;position:absolute;top:0;left:13px}.ivu-steps .ivu-steps-tail>i{display:inline-block;height:100%;width:1px;background:#e8eaec;border-radius:1px;position:relative}.ivu-steps .ivu-steps-tail>i:after{content:'';height:0;width:100%;background:#e8eaec;opacity:0;position:absolute;left:0}.ivu-steps.ivu-steps-small .ivu-steps-head-inner{width:18px;height:18px;line-height:16px;margin-bottom:10px;text-align:center;border-radius:50%;font-size:16px}.ivu-steps.ivu-steps-small .ivu-steps-head-inner>.ivu-steps-icon.ivu-icon{font-size:16px;left:0}.ivu-steps.ivu-steps-small .ivu-steps-main{margin-left:0}.ivu-steps.ivu-steps-small .ivu-steps-title{margin-right:4px;margin-left:0;color:#666;font-size:16px;font-weight:700}.ivu-steps.ivu-steps-small .ivu-steps-content{font-size:16px;color:#999;padding-top:30px}.ivu-steps.ivu-steps-small .ivu-steps-tail{left:8px;padding:8px 0}.ivu-steps.ivu-steps-small .ivu-steps-tail>i{height:100%;width:1px;border-radius:1px}.ivu-steps .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner,.ivu-steps.ivu-steps-small .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner{width:inherit;height:inherit;line-height:inherit;border-radius:0;border:0;background:0 0}.ivu-steps-vertical .ivu-steps-item{display:block}.ivu-steps-vertical .ivu-steps-tail{position:absolute;top:13px;left:0;height:1px;width:100%;padding:0 4px 0 30px}.ivu-steps-vertical .ivu-steps-tail>i{height:1px;width:100%}.ivu-steps-vertical .ivu-steps-tail>i:after{height:100%;width:0}.ivu-steps-vertical .ivu-steps-status-finish .ivu-steps-tail>i:after{width:100%}.ivu-steps-vertical .ivu-steps-head{float:left}.ivu-steps-vertical .ivu-steps-head-inner{margin-bottom:16px}.ivu-steps-vertical .ivu-steps-main{min-height:47px;overflow:hidden;display:block}.ivu-steps-vertical .ivu-steps-main .ivu-steps-title{line-height:26px}.ivu-steps-vertical .ivu-steps-main .ivu-steps-content{padding-right:12px;padding-top:0}.ivu-steps-vertical .ivu-steps-custom .ivu-steps-icon{top:4px}.ivu-steps-vertical.ivu-steps-small .ivu-steps-custom .ivu-steps-icon{top:0}.ivu-steps-vertical.ivu-steps-small .ivu-steps-tail{position:absolute;left:0;top:9px;padding:0 4px 0 22px}.ivu-steps-vertical.ivu-steps-small .ivu-steps-tail>i{width:100%}.ivu-steps-vertical.ivu-steps-small .ivu-steps-title{line-height:18px}.ivu-steps-horizontal.ivu-steps-hidden{visibility:hidden}.ivu-steps-horizontal .ivu-steps-content{padding-top:35px}.ivu-steps-horizontal .ivu-steps-item:not(:first-child) .ivu-steps-head{padding-top:10px;margin-top:-10px}.ivu-modal{width:auto;margin:0 auto;position:relative;outline:0;top:100px;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb}.ivu-modal-hidden{display:none!important}.ivu-modal-wrap{position:fixed;overflow:auto;top:0;right:0;bottom:0;left:0;z-index:1000;-webkit-overflow-scrolling:touch;outline:0}.ivu-modal-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.ivu-modal-mask{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(55,55,55,.6);height:100%;z-index:1000}.ivu-modal-mask-hidden{display:none}.ivu-modal-content{margin:0 auto;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;position:relative;background-color:#fff;border:0;border-radius:6px;background-clip:padding-box;box-shadow:0 4px 12px rgba(0,0,0,.15)}.ivu-modal-content-no-mask{pointer-events:auto}.ivu-modal-content-drag{position:absolute}.ivu-modal-content-drag .ivu-modal-header{cursor:move}.ivu-modal-content-dragging{-webkit-user-select:none;-ms-user-select:none;user-select:none}.ivu-modal-header{border-right:1px solid #e8eaec;padding:16px 14px;line-height:1;font-family:OrhonGarchagTig;padding-top:39px;border-bottom:0 solid #e9eaec;border-right:1px solid #e9eaec}.ivu-modal-header p,.ivu-modal-header-inner{display:inline-block;height:100%;line-height:20px;font-size:18px;color:#17233d;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ivu-modal-header p i,.ivu-modal-header p span{vertical-align:middle}.ivu-modal-close{width:30px;left:7px;z-index:1;font-size:16px;position:absolute;right:8px;top:8px;overflow:hidden;cursor:pointer}.ivu-modal-close .ivu-icon-ios-close{font-size:31px;color:#999;transition:color .2s ease;position:relative;top:1px}.ivu-modal-close .ivu-icon-ios-close:hover{color:#444}.ivu-modal-body{width:calc(100% - 121px);overflow:overlay;padding:16px;font-size:16px;line-height:1.5}.ivu-modal-footer{border-left:1px solid #e8eaec;padding:18px 12px 18px 12px;text-align:right}.ivu-modal-footer button+button{margin-left:0;margin-bottom:0}.ivu-modal-fullscreen{height:100%!important;top:0;left:0;right:0;position:absolute}.ivu-modal-fullscreen .ivu-modal-content{height:100%;border-radius:0;position:absolute;left:0;right:0}.ivu-modal-fullscreen .ivu-modal-body{height:100%;overflow:auto;position:absolute;left:51px;right:61px}.ivu-modal-fullscreen-no-header .ivu-modal-body{left:0}.ivu-modal-fullscreen-no-footer .ivu-modal-body{right:0}.ivu-modal-fullscreen .ivu-modal-footer{position:absolute;height:100%;right:0}.ivu-modal-no-mask{pointer-events:none}@media (max-width:768px){.ivu-modal{width:auto!important;margin:10px}.vertical-center-modal .ivu-modal{flex:1}}.ivu-modal-confirm{padding:4px 0}.ivu-modal-confirm-head{padding:0 0 12px 0}.ivu-modal-confirm-head-icon{display:inline-block;font-size:28px;vertical-align:middle;position:relative;left:-2px}.ivu-modal-confirm-head-icon-info{color:#2d8cf0}.ivu-modal-confirm-head-icon-success{color:#19be6b}.ivu-modal-confirm-head-icon-warning{color:#f90}.ivu-modal-confirm-head-icon-error{color:#ed4014}.ivu-modal-confirm-head-icon-confirm{color:#f90}.ivu-modal-confirm-head-title{display:inline-block;vertical-align:middle;margin-top:12px;font-size:20px;color:#17233d;font-weight:700}.ivu-modal-confirm-body{padding-top:40px;font-size:18px;color:#515a6e;position:relative}.ivu-modal-confirm-body-render{margin:0;padding:0}.ivu-modal-confirm-footer{margin-left:20px;text-align:right}.ivu-modal-confirm-footer button+button{margin-top:8px;margin-right:0}.ivu-select{display:inline-block;height:100%;box-sizing:border-box;vertical-align:middle;color:#515a6e;font-size:18px;line-height:normal}.ivu-select-selection{display:block;box-sizing:border-box;outline:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;position:relative;background-color:#fff;border-radius:4px;border:1px solid #dcdee2;transition:all .2s ease-in-out}.ivu-select-selection-focused,.ivu-select-selection:hover{border-color:#57a3f3}.ivu-select-selection-focused .ivu-select-arrow,.ivu-select-selection:hover .ivu-select-arrow{display:inline-block}.ivu-select-arrow{position:absolute;left:45%;bottom:2px;line-height:1;margin-left:-7px;font-size:18px;color:#808695;transition:all .2s ease-in-out;transform:rotate(180deg)}.ivu-select-visible .ivu-select-selection{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-select-visible .ivu-select-arrow{transform:rotate(0);display:inline-block}.ivu-select-disabled .ivu-select-selection{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-select-disabled .ivu-select-selection:hover{border-color:#e3e5e8}.ivu-select-disabled .ivu-select-selection .ivu-select-arrow{display:none}.ivu-select-disabled .ivu-select-selection:hover{border-color:#dcdee2;box-shadow:none}.ivu-select-disabled .ivu-select-selection:hover .ivu-select-arrow{display:inline-block}.ivu-select-single .ivu-select-selection{height:100%;position:relative}.ivu-select-single .ivu-select-selection .ivu-select-placeholder{color:#c5c8ce}.ivu-select-single .ivu-select-selection .ivu-select-placeholder,.ivu-select-single .ivu-select-selection .ivu-select-selected-value{display:block;width:98%;line-height:34px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-top:8px;padding-bottom:24px}.ivu-select-multiple .ivu-select-selection{padding:4px 0 24px 0}.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder{display:block;height:98%;line-height:34px;color:#c5c8ce;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-top:4px;padding-bottom:22px}.ivu-select-large.ivu-select-single .ivu-select-selection{height:100%}.ivu-select-large.ivu-select-single .ivu-select-selection .ivu-select-placeholder,.ivu-select-large.ivu-select-single .ivu-select-selection .ivu-select-selected-value{height:98%;line-height:98%;font-size:18px}.ivu-select-large.ivu-select-multiple .ivu-select-selection{min-height:100%}.ivu-select-large.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,.ivu-select-large.ivu-select-multiple .ivu-select-selection .ivu-select-selected-value{min-height:98%;line-height:98%;font-size:18px}.ivu-select-small.ivu-select-single .ivu-select-selection{height:100%;border-radius:3px}.ivu-select-small.ivu-select-single .ivu-select-selection .ivu-select-placeholder,.ivu-select-small.ivu-select-single .ivu-select-selection .ivu-select-selected-value{width:98%;line-height:98%}.ivu-select-small.ivu-select-multiple .ivu-select-selection{min-height:100%;border-radius:3px}.ivu-select-small.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,.ivu-select-small.ivu-select-multiple .ivu-select-selection .ivu-select-selected-value{height:auto;min-height:98%;line-height:98%}.ivu-select-input{display:table-cell;width:36px;line-height:36px;padding:8px 0 24px 0;font-size:16px;outline:0;border:none;box-sizing:border-box;color:#515a6e;background-color:transparent;position:relative;cursor:pointer}.ivu-select-input::-moz-placeholder{color:#c5c8ce;opacity:1}.ivu-select-input:-ms-input-placeholder{color:#c5c8ce}.ivu-select-input::-webkit-input-placeholder{color:#c5c8ce}.ivu-select-input[disabled]{cursor:not-allowed;color:#ccc}.ivu-select-single .ivu-select-input{height:100%}.ivu-select-large .ivu-select-input{font-size:18px;width:100%}.ivu-select-small .ivu-select-input{width:98%;line-height:98%}.ivu-select-multiple .ivu-select-input{width:97%;line-height:36px;padding:4px 0 0 0;display:table-cell}.ivu-select-not-found{text-align:center;color:#c5c8ce}.ivu-select-not-found li:not([class^=ivu-]){margin-bottom:0}.ivu-select-loading{text-align:center;color:#c5c8ce}.ivu-select-multiple .ivu-tag{width:24px;line-height:22px;margin:0 3px 4px 3px}.ivu-select-large.ivu-select-multiple .ivu-tag{width:28px;line-height:26px;font-size:18px}.ivu-select-large.ivu-select-multiple .ivu-tag i{top:1px}.ivu-select-small.ivu-select-multiple .ivu-tag{width:17px;line-height:15px;font-size:16px;padding:6px 0;margin:0 3px 4px 2px}.ivu-select-small.ivu-select-multiple .ivu-tag i{top:1px}.ivu-select-dropdown-list{min-width:100%;list-style:none}.ivu-select .ivu-select-dropdown{width:auto}.ivu-select-item{margin:0;line-height:normal;padding:16px 7px;clear:both;color:#515a6e;font-size:16px!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-select-item:hover{background:#f3f3f3}.ivu-select-item-focus{background:#f3f3f3}.ivu-select-item-disabled{color:#c5c8ce;cursor:not-allowed}.ivu-select-item-disabled:hover{color:#c5c8ce;background-color:#fff;cursor:not-allowed}.ivu-select-item-selected,.ivu-select-item-selected:hover{color:#2d8cf0}.ivu-select-item-divided{margin-top:5px;border-top:1px solid #e8eaec}.ivu-select-item-divided:before{content:'';height:5px;display:block;margin:0 -16px;background-color:#fff;position:relative;top:-7px}.ivu-select-large .ivu-select-item{padding:16px 7px 16px 8px;font-size:18px!important}@-moz-document url-prefix(){.ivu-select-item{white-space:normal}}.ivu-select-multiple .ivu-select-item{position:relative}.ivu-select-multiple .ivu-select-item-selected{color:rgba(45,140,240,.9);background:#fff}.ivu-select-multiple .ivu-select-item-focus,.ivu-select-multiple .ivu-select-item-selected:hover{background:#f3f3f3}.ivu-select-multiple .ivu-select-item-selected.ivu-select-multiple .ivu-select-item-focus{color:rgba(40,123,211,.91);background:#fff}.ivu-select-multiple .ivu-select-item-selected:after{display:inline-block;font-family:Ionicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;content:'\F171';color:rgba(45,140,240,.9);position:absolute;left:45%;bottom:3px;margin-left:-12px}.ivu-select-group{list-style:none;margin:0;padding:0}.ivu-select-group-title{padding-top:8px;font-size:16px;color:#999;width:30px;line-height:30px}.ivu-form-item-error .ivu-select-selection{border:1px solid #ed4014}.ivu-form-item-error .ivu-select-arrow{color:#ed4014}.ivu-form-item-error .ivu-select-visible .ivu-select-selection{border-color:#ed4014;outline:0;box-shadow:0 0 0 2px rgba(237,64,20,.2)}.ivu-select-dropdown{max-width:500px;overflow:auto;margin:0;padding:0 5px;background-color:#fff;box-sizing:border-box;border-radius:4px;box-shadow:0 1px 6px rgba(0,0,0,.2);position:absolute;z-index:900}.ivu-select-dropdown-transfer{z-index:1060;height:auto;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.ivu-select-dropdown.ivu-transfer-no-max-height{max-width:none}.ivu-modal .ivu-select-dropdown{position:absolute!important}.ivu-split-wrapper{position:relative;width:100%;height:100%}.ivu-split-pane{position:absolute}.ivu-split-pane.left-pane,.ivu-split-pane.right-pane{top:0;bottom:0}.ivu-split-pane.left-pane{left:0}.ivu-split-pane.right-pane{right:0}.ivu-split-pane.bottom-pane,.ivu-split-pane.top-pane{left:0;right:0}.ivu-split-pane.top-pane{top:0}.ivu-split-pane.bottom-pane{bottom:0}.ivu-split-pane-moving{-webkit-user-select:none;-ms-user-select:none;user-select:none}.ivu-split-trigger{border:1px solid #dcdee2}.ivu-split-trigger-con{position:absolute;transform:translate(-50%,-50%);z-index:10}.ivu-split-trigger-bar-con{position:absolute;overflow:hidden}.ivu-split-trigger-bar-con.vertical{left:1px;top:50%;height:32px;transform:translate(0,-50%)}.ivu-split-trigger-bar-con.horizontal{left:50%;top:1px;width:32px;transform:translate(-50%,0)}.ivu-split-trigger-vertical{width:6px;height:100%;background:#f8f8f9;border-top:none;border-bottom:none;cursor:col-resize}.ivu-split-trigger-vertical .ivu-split-trigger-bar{width:4px;height:1px;background:rgba(23,35,61,.25);float:left;margin-top:3px}.ivu-split-trigger-horizontal{height:6px;width:100%;background:#f8f8f9;border-left:none;border-right:none;cursor:row-resize}.ivu-split-trigger-horizontal .ivu-split-trigger-bar{height:4px;width:1px;background:rgba(23,35,61,.25);float:left;margin-right:3px}.ivu-split-horizontal .ivu-split-trigger-con{top:50%;height:100%;width:0}.ivu-split-vertical .ivu-split-trigger-con{left:50%;height:0;width:100%}.ivu-split .no-select{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ivu-tooltip{display:inline-block}.ivu-tooltip-rel{display:inline-block;position:relative;height:inherit}.ivu-tooltip-popper{display:block;visibility:visible;font-size:16px;line-height:1.5;position:absolute;z-index:1060}.ivu-tooltip-popper[x-placement^=top]{padding:5px 0 8px 0}.ivu-tooltip-popper[x-placement^=right]{padding:0 5px 0 8px}.ivu-tooltip-popper[x-placement^=bottom]{padding:8px 0 5px 0}.ivu-tooltip-popper[x-placement^=left]{padding:0 8px 0 5px}.ivu-tooltip-popper[x-placement^=top] .ivu-tooltip-arrow{bottom:3px;border-width:5px 5px 0;border-top-color:rgba(70,76,91,.9)}.ivu-tooltip-popper[x-placement=top] .ivu-tooltip-arrow{left:50%;margin-left:-5px}.ivu-tooltip-popper[x-placement=top-start] .ivu-tooltip-arrow{left:16px}.ivu-tooltip-popper[x-placement=top-end] .ivu-tooltip-arrow{right:16px}.ivu-tooltip-popper[x-placement^=right] .ivu-tooltip-arrow{left:3px;border-width:5px 5px 5px 0;border-right-color:rgba(70,76,91,.9)}.ivu-tooltip-popper[x-placement=right] .ivu-tooltip-arrow{top:50%;margin-top:-5px}.ivu-tooltip-popper[x-placement=right-start] .ivu-tooltip-arrow{top:8px}.ivu-tooltip-popper[x-placement=right-end] .ivu-tooltip-arrow{bottom:8px}.ivu-tooltip-popper[x-placement^=left] .ivu-tooltip-arrow{right:3px;border-width:5px 0 5px 5px;border-left-color:rgba(70,76,91,.9)}.ivu-tooltip-popper[x-placement=left] .ivu-tooltip-arrow{top:50%;margin-top:-5px}.ivu-tooltip-popper[x-placement=left-start] .ivu-tooltip-arrow{top:8px}.ivu-tooltip-popper[x-placement=left-end] .ivu-tooltip-arrow{bottom:8px}.ivu-tooltip-popper[x-placement^=bottom] .ivu-tooltip-arrow{top:3px;border-width:0 5px 5px;border-bottom-color:rgba(70,76,91,.9)}.ivu-tooltip-popper[x-placement=bottom] .ivu-tooltip-arrow{left:50%;margin-left:-5px}.ivu-tooltip-popper[x-placement=bottom-start] .ivu-tooltip-arrow{left:16px}.ivu-tooltip-popper[x-placement=bottom-end] .ivu-tooltip-arrow{right:16px}.ivu-tooltip-light.ivu-tooltip-popper{display:block;visibility:visible;font-size:16px;line-height:1.5;position:absolute;z-index:1060}.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=top]{padding:7px 0 10px 0}.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=right]{padding:0 7px 0 10px}.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=bottom]{padding:10px 0 7px 0}.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=left]{padding:0 10px 0 7px}.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=top] .ivu-tooltip-arrow{bottom:3px;border-width:7px 7px 0;border-top-color:rgba(217,217,217,.5)}.ivu-tooltip-light.ivu-tooltip-popper[x-placement=top] .ivu-tooltip-arrow{left:50%;margin-left:-7px}.ivu-tooltip-light.ivu-tooltip-popper[x-placement=top-start] .ivu-tooltip-arrow{left:16px}.ivu-tooltip-light.ivu-tooltip-popper[x-placement=top-end] .ivu-tooltip-arrow{right:16px}.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=right] .ivu-tooltip-arrow{left:3px;border-width:7px 7px 7px 0;border-right-color:rgba(217,217,217,.5)}.ivu-tooltip-light.ivu-tooltip-popper[x-placement=right] .ivu-tooltip-arrow{top:50%;margin-top:-7px}.ivu-tooltip-light.ivu-tooltip-popper[x-placement=right-start] .ivu-tooltip-arrow{top:8px}.ivu-tooltip-light.ivu-tooltip-popper[x-placement=right-end] .ivu-tooltip-arrow{bottom:8px}.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=left] .ivu-tooltip-arrow{right:3px;border-width:7px 0 7px 7px;border-left-color:rgba(217,217,217,.5)}.ivu-tooltip-light.ivu-tooltip-popper[x-placement=left] .ivu-tooltip-arrow{top:50%;margin-top:-7px}.ivu-tooltip-light.ivu-tooltip-popper[x-placement=left-start] .ivu-tooltip-arrow{top:8px}.ivu-tooltip-light.ivu-tooltip-popper[x-placement=left-end] .ivu-tooltip-arrow{bottom:8px}.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=bottom] .ivu-tooltip-arrow{top:3px;border-width:0 7px 7px;border-bottom-color:rgba(217,217,217,.5)}.ivu-tooltip-light.ivu-tooltip-popper[x-placement=bottom] .ivu-tooltip-arrow{left:50%;margin-left:-7px}.ivu-tooltip-light.ivu-tooltip-popper[x-placement=bottom-start] .ivu-tooltip-arrow{left:16px}.ivu-tooltip-light.ivu-tooltip-popper[x-placement=bottom-end] .ivu-tooltip-arrow{right:16px}.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=top] .ivu-tooltip-arrow:after{content:" ";bottom:1px;margin-left:-7px;border-bottom-width:0;border-top-width:7px;border-top-color:#fff}.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=right] .ivu-tooltip-arrow:after{content:" ";left:1px;bottom:-7px;border-left-width:0;border-right-width:7px;border-right-color:#fff}.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=bottom] .ivu-tooltip-arrow:after{content:" ";top:1px;margin-left:-7px;border-top-width:0;border-bottom-width:7px;border-bottom-color:#fff}.ivu-tooltip-light.ivu-tooltip-popper[x-placement^=left] .ivu-tooltip-arrow:after{content:" ";right:1px;border-right-width:0;border-left-width:7px;border-left-color:#fff;bottom:-7px}.ivu-tooltip-inner{max-width:250px;min-height:34px;padding:8px 12px;color:#fff;text-align:left;text-decoration:none;background-color:rgba(70,76,91,.9);border-radius:4px;box-shadow:0 1px 6px rgba(0,0,0,.2);white-space:nowrap}.ivu-tooltip-inner-with-width{white-space:pre-wrap;text-align:justify}.ivu-tooltip-light .ivu-tooltip-inner{background-color:#fff;color:#515a6e}.ivu-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.ivu-tooltip-light .ivu-tooltip-arrow{border-width:8px}.ivu-tooltip-light .ivu-tooltip-arrow:after{display:block;width:0;height:0;position:absolute;border-color:transparent;border-style:solid;content:"";border-width:7px}.ivu-poptip{display:inline-block}.ivu-poptip-rel{display:inline-block;position:relative}.ivu-poptip-title{margin:0;padding:16px 8px;position:relative}.ivu-poptip-title:after{content:'';display:block;width:1px;position:absolute;top:8px;bottom:8px;right:0;background-color:#e8eaec}.ivu-poptip-title-inner{color:#17233d;font-size:18px}.ivu-poptip-body{padding:16px 8px}.ivu-poptip-body-content{overflow:auto}.ivu-poptip-body-content-word-wrap{white-space:pre-wrap;text-align:justify}.ivu-poptip-body-content-inner{color:#515a6e}.ivu-poptip-inner{width:100%;background-color:#fff;background-clip:padding-box;border-radius:4px;box-shadow:0 1px 6px rgba(0,0,0,.2);white-space:nowrap}.ivu-poptip-popper{min-width:150px;display:block;visibility:visible;font-size:16px;line-height:1.5;position:absolute;z-index:1060}.ivu-poptip-popper[x-placement^=top]{padding:7px 0 10px 0}.ivu-poptip-popper[x-placement^=right]{padding:0 7px 0 10px}.ivu-poptip-popper[x-placement^=bottom]{padding:10px 0 7px 0}.ivu-poptip-popper[x-placement^=left]{padding:0 10px 0 7px}.ivu-poptip-popper[x-placement^=top] .ivu-poptip-arrow{bottom:3px;border-width:7px 7px 0;border-top-color:rgba(217,217,217,.5)}.ivu-poptip-popper[x-placement=top] .ivu-poptip-arrow{left:50%;margin-left:-7px}.ivu-poptip-popper[x-placement=top-start] .ivu-poptip-arrow{left:16px}.ivu-poptip-popper[x-placement=top-end] .ivu-poptip-arrow{right:16px}.ivu-poptip-popper[x-placement^=right] .ivu-poptip-arrow{left:3px;border-width:7px 7px 7px 0;border-right-color:rgba(217,217,217,.5)}.ivu-poptip-popper[x-placement=right] .ivu-poptip-arrow{top:50%;margin-top:-7px}.ivu-poptip-popper[x-placement=right-start] .ivu-poptip-arrow{top:8px}.ivu-poptip-popper[x-placement=right-end] .ivu-poptip-arrow{bottom:8px}.ivu-poptip-popper[x-placement^=left] .ivu-poptip-arrow{right:3px;border-width:7px 0 7px 7px;border-left-color:rgba(217,217,217,.5)}.ivu-poptip-popper[x-placement=left] .ivu-poptip-arrow{top:50%;margin-top:-7px}.ivu-poptip-popper[x-placement=left-start] .ivu-poptip-arrow{top:8px}.ivu-poptip-popper[x-placement=left-end] .ivu-poptip-arrow{bottom:8px}.ivu-poptip-popper[x-placement^=bottom] .ivu-poptip-arrow{top:3px;border-width:0 7px 7px;border-bottom-color:rgba(217,217,217,.5)}.ivu-poptip-popper[x-placement=bottom] .ivu-poptip-arrow{left:50%;margin-left:-7px}.ivu-poptip-popper[x-placement=bottom-start] .ivu-poptip-arrow{left:16px}.ivu-poptip-popper[x-placement=bottom-end] .ivu-poptip-arrow{right:16px}.ivu-poptip-popper[x-placement^=top] .ivu-poptip-arrow:after{content:" ";bottom:1px;margin-left:-7px;border-bottom-width:0;border-top-width:7px;border-top-color:#fff}.ivu-poptip-popper[x-placement^=right] .ivu-poptip-arrow:after{content:" ";left:1px;bottom:-7px;border-left-width:0;border-right-width:7px;border-right-color:#fff}.ivu-poptip-popper[x-placement^=bottom] .ivu-poptip-arrow:after{content:" ";top:1px;margin-left:-7px;border-top-width:0;border-bottom-width:7px;border-bottom-color:#fff}.ivu-poptip-popper[x-placement^=left] .ivu-poptip-arrow:after{content:" ";right:1px;border-right-width:0;border-left-width:7px;border-left-color:#fff;bottom:-7px}.ivu-poptip-arrow,.ivu-poptip-arrow:after{display:block;width:0;height:0;position:absolute;border-color:transparent;border-style:solid}.ivu-poptip-arrow{border-width:8px}.ivu-poptip-arrow:after{content:"";border-width:7px}.ivu-poptip-confirm .ivu-poptip-popper{max-width:300px}.ivu-poptip-confirm .ivu-poptip-inner{white-space:normal}.ivu-poptip-confirm .ivu-poptip-body{padding:16px 8px 16px 16px}.ivu-poptip-confirm .ivu-poptip-body .ivu-icon{font-size:16px;color:#f90;line-height:18px;position:absolute}.ivu-poptip-confirm .ivu-poptip-body-message{padding-top:20px}.ivu-poptip-confirm .ivu-poptip-footer{text-align:right;padding:16px 16px 16px 8px}.ivu-poptip-confirm .ivu-poptip-footer button{margin-top:4px}.ivu-input{display:inline-block;height:100%;width:36px;line-height:1.5;padding:7px 4px;font-size:16px;border:1px solid #dcdee2;border-radius:4px;color:#515a6e;background-color:#fff;background-image:none;position:relative;cursor:text;transition:border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;display:table-cell}.ivu-input::-moz-placeholder{color:#c5c8ce;opacity:1}.ivu-input:-ms-input-placeholder{color:#c5c8ce}.ivu-input::-webkit-input-placeholder{color:#c5c8ce}.ivu-input:hover{border-color:#57a3f3}.ivu-input:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-input[disabled],fieldset[disabled] .ivu-input{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-input[disabled]:hover,fieldset[disabled] .ivu-input:hover{border-color:#e3e5e8}textarea.ivu-input{max-height:100%;width:auto;min-width:36px;vertical-align:bottom;font-size:18px}.ivu-input-large{font-size:18px;padding:7px 6px;width:36px}.ivu-input-small{padding:7px 1px;width:24px;border-radius:3px}.ivu-input[type=text]{display:table-cell}.ivu-input-wrapper{display:inline-block;height:100%;position:relative;vertical-align:middle;line-height:normal}.ivu-input-icon{height:36px;width:32px;line-height:36px;font-size:16px;text-align:center;color:#808695;position:absolute;bottom:0;z-index:3}.ivu-input-hide-icon .ivu-input-icon{display:none}.ivu-input-icon-validate{display:none}.ivu-input-icon-clear{display:none}.ivu-input-wrapper:hover .ivu-input-icon-clear{display:inline-block}.ivu-input-icon-normal+.ivu-input{padding-bottom:32px}.ivu-input-hide-icon .ivu-input-icon-normal+.ivu-input{padding-bottom:7px}.ivu-input-wrapper-large .ivu-input-icon{font-size:18px;width:36px;line-height:100%}.ivu-input-wrapper-small .ivu-input-icon{width:100%;font-size:14px;height:24px;padding-left:10px;line-height:100%}.ivu-input-prefix,.ivu-input-suffix{height:32px;width:100%;text-align:center;position:absolute;left:0;top:0;z-index:1}.ivu-input-prefix i,.ivu-input-suffix i{font-size:16px;line-height:36px;color:#808695}.ivu-input-suffix{top:auto;bottom:0}.ivu-input-wrapper-small .ivu-input-prefix i,.ivu-input-wrapper-small .ivu-input-suffix i{font-size:14px;line-height:100%}.ivu-input-wrapper-large .ivu-input-prefix i,.ivu-input-wrapper-large .ivu-input-suffix i{font-size:18px;line-height:100%}.ivu-input-with-prefix{padding-top:32px}.ivu-input-with-suffix{padding-bottom:32px}.ivu-input-search{cursor:pointer;padding:16px 0!important;background:#2d8cf0!important;color:#fff!important;border-color:#2d8cf0!important;transition:all .2s ease-in-out;position:relative;z-index:2}.ivu-input-search i{font-size:16px}.ivu-input-search:hover{background:#57a3f3!important;border-color:#57a3f3!important}.ivu-input-search:active{background:#2b85e4!important;border-color:#2b85e4!important}.ivu-input-search-icon{cursor:pointer;transition:color .2s ease-in-out}.ivu-input-search-icon:hover{color:inherit}.ivu-input-search:before{content:'';display:block;height:1px;position:absolute;top:-1px;right:-1px;left:-1px;background:inherit}.ivu-input-wrapper-small .ivu-input-search{padding:0 12px!important}.ivu-input-wrapper-small .ivu-input-search i{font-size:14px}.ivu-input-wrapper-large .ivu-input-search{padding:0 20px!important}.ivu-input-wrapper-large .ivu-input-search i{font-size:18px}.ivu-input-with-search:hover .ivu-input{border-color:#57a3f3}.ivu-input-group{display:table;height:100%;border-collapse:separate;position:relative;font-size:16px;top:1px}.ivu-input-group-large{font-size:18px}.ivu-input-group[class*=col-]{float:none;padding-top:0;padding-bottom:0}.ivu-input-group>[class*=col-]{padding-bottom:8px}.ivu-input-group-append,.ivu-input-group-prepend,.ivu-input-group>.ivu-input{display:table-cell}.ivu-input-group-with-prepend .ivu-input,.ivu-input-group-with-prepend.ivu-input-group-small .ivu-input{border-top-left-radius:0;border-top-right-radius:0}.ivu-input-group-with-append .ivu-input,.ivu-input-group-with-append.ivu-input-group-small .ivu-input{border-bottom-left-radius:0;border-bottom-right-radius:0}.ivu-input-group-append .ivu-btn,.ivu-input-group-prepend .ivu-btn{border-color:transparent;background-color:transparent;color:inherit}.ivu-input-group-append,.ivu-input-group-prepend{height:1px;white-space:nowrap;vertical-align:middle}.ivu-input-group .ivu-input{height:100%;margin-bottom:0;position:relative;z-index:2}.ivu-input-group-append,.ivu-input-group-prepend{font-size:inherit;font-weight:400;line-height:1;color:#515a6e;text-align:center;background-color:#f8f8f9;border:1px solid #dcdee2;border-radius:4px}.ivu-input-group-append .ivu-select,.ivu-input-group-prepend .ivu-select{margin:-5px -7px}.ivu-input-group-append .ivu-select-selection,.ivu-input-group-prepend .ivu-select-selection{background-color:inherit;margin:-1px;border:1px solid transparent}.ivu-input-group-append .ivu-select-visible .ivu-select-selection,.ivu-input-group-prepend .ivu-select-visible .ivu-select-selection{box-shadow:none}.ivu-input-group-prepend,.ivu-input-group>.ivu-input:first-child,.ivu-input-group>span>.ivu-input:first-child{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ivu-input-group-prepend .ivu--select .ivu--select-selection,.ivu-input-group>.ivu-input:first-child .ivu--select .ivu--select-selection,.ivu-input-group>span>.ivu-input:first-child .ivu--select .ivu--select-selection{border-bottom-left-radius:0;border-bottom-right-radius:0}.ivu-input-group-prepend{border-bottom:0}.ivu-input-group-append{border-top:0}.ivu-input-group-append,.ivu-input-group>.ivu-input:last-child{border-top-right-radius:0!important;border-top-left-radius:0!important}.ivu-input-group-append .ivu--select .ivu--select-selection,.ivu-input-group>.ivu-input:last-child .ivu--select .ivu--select-selection{border-top-right-radius:0;border-top-left-radius:0}.ivu-input-group-large .ivu-input,.ivu-input-group-large>.ivu-input-group-append,.ivu-input-group-large>.ivu-input-group-prepend{font-size:18px;padding:7px 6px;width:36px}.ivu-input-group-small .ivu-input,.ivu-input-group-small>.ivu-input-group-append,.ivu-input-group-small>.ivu-input-group-prepend{padding:7px 1px;width:24px;border-radius:3px}.ivu-form-item-error .ivu-input{border:1px solid #ed4014}.ivu-form-item-error .ivu-input:hover{border-color:#ed4014}.ivu-form-item-error .ivu-input:focus{border-color:#ed4014;outline:0;box-shadow:0 0 0 2px rgba(237,64,20,.2)}.ivu-form-item-error .ivu-input-icon{color:#ed4014}.ivu-form-item-error .ivu-input-group-append,.ivu-form-item-error .ivu-input-group-prepend{background-color:#fff;border:1px solid #ed4014}.ivu-form-item-error .ivu-input-group-append .ivu-select-selection,.ivu-form-item-error .ivu-input-group-prepend .ivu-select-selection{background-color:inherit;border:1px solid transparent}.ivu-form-item-error .ivu-input-group-prepend{border-bottom:0}.ivu-form-item-error .ivu-input-group-append{border-top:0}.ivu-form-item-error .ivu-transfer .ivu-input{display:inline-block;height:100%;width:36px;line-height:1.5;padding:7px 4px;font-size:16px;border:1px solid #dcdee2;border-radius:4px;color:#515a6e;background-color:#fff;background-image:none;position:relative;cursor:text;transition:border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out}.ivu-form-item-error .ivu-transfer .ivu-input::-moz-placeholder{color:#c5c8ce;opacity:1}.ivu-form-item-error .ivu-transfer .ivu-input:-ms-input-placeholder{color:#c5c8ce}.ivu-form-item-error .ivu-transfer .ivu-input::-webkit-input-placeholder{color:#c5c8ce}.ivu-form-item-error .ivu-transfer .ivu-input:hover{border-color:#57a3f3}.ivu-form-item-error .ivu-transfer .ivu-input:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-form-item-error .ivu-transfer .ivu-input[disabled],fieldset[disabled] .ivu-form-item-error .ivu-transfer .ivu-input{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-form-item-error .ivu-transfer .ivu-input[disabled]:hover,fieldset[disabled] .ivu-form-item-error .ivu-transfer .ivu-input:hover{border-color:#e3e5e8}textarea.ivu-form-item-error .ivu-transfer .ivu-input{max-height:100%;width:auto;min-width:36px;vertical-align:bottom;font-size:18px}.ivu-form-item-error .ivu-transfer .ivu-input-large{font-size:18px;padding:7px 6px;width:36px}.ivu-form-item-error .ivu-transfer .ivu-input-small{padding:7px 1px;width:24px;border-radius:3px}.ivu-form-item-error .ivu-transfer .ivu-input-icon{color:#808695}.ivu-form-item-validating .ivu-input-icon-validate{display:inline-block}.ivu-form-item-validating .ivu-input-icon+.ivu-input{padding-right:32px}.ivu-slider{line-height:normal}.ivu-slider-wrap{height:100%;left:2px;width:4px;margin:0 16px;background-color:#e8eaec;border-radius:3px;vertical-align:middle;position:relative;cursor:pointer}.ivu-slider-button-wrap{left:2px;width:18px;height:18px;text-align:center;background-color:transparent;position:absolute;top:-4px;transform:translateX(-50%)}.ivu-slider-button-wrap .ivu-tooltip{display:block;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ivu-slider-button{width:12px;height:12px;border:2px solid #57a3f3;border-radius:50%;background-color:#fff;transition:all .2s linear;outline:0}.ivu-slider-button-dragging,.ivu-slider-button:focus,.ivu-slider-button:hover{border-color:#2d8cf0;transform:scale(1.5)}.ivu-slider-button:hover{cursor:-webkit-grab;cursor:grab}.ivu-slider-button-dragging,.ivu-slider-button-dragging:hover{cursor:-webkit-grabbing;cursor:grabbing}.ivu-slider-bar{width:4px;background:#57a3f3;border-radius:3px;position:absolute}.ivu-slider-stop{left:2px;position:absolute;width:4px;height:4px;border-radius:50%;background-color:#ccc;transform:translateX(-50%)}.ivu-slider-disabled{cursor:not-allowed}.ivu-slider-disabled .ivu-slider-wrap{background-color:#ccc;cursor:not-allowed}.ivu-slider-disabled .ivu-slider-bar{background-color:#ccc}.ivu-slider-disabled .ivu-slider-button{border-color:#ccc}.ivu-slider-disabled .ivu-slider-button-dragging,.ivu-slider-disabled .ivu-slider-button:hover{border-color:#ccc}.ivu-slider-disabled .ivu-slider-button:hover{cursor:not-allowed}.ivu-slider-disabled .ivu-slider-button-dragging,.ivu-slider-disabled .ivu-slider-button-dragging:hover{cursor:not-allowed}.ivu-slider-input .ivu-slider-wrap{height:auto;margin-bottom:100px}.ivu-slider-input .ivu-input-number{float:right;margin-left:-14px}.selectDropDown{height:auto;padding:0;white-space:nowrap;overflow:visible}.ivu-cascader{line-height:normal}.ivu-cascader-rel{display:inline-block;height:100%;position:relative}.ivu-cascader .ivu-input{display:table-cell;cursor:pointer}.ivu-cascader-disabled .ivu-input{cursor:not-allowed}.ivu-cascader-label{width:100%;height:100%;line-height:32px;padding:7px 0;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;font-size:16px;position:absolute;left:0;top:0}.ivu-cascader-size-large .ivu-cascader-label{line-height:36px;font-size:18px}.ivu-cascader-size-small .ivu-cascader-label{line-height:26px}.ivu-cascader .ivu-cascader-arrow:nth-of-type(1){display:none;cursor:pointer}.ivu-cascader:hover .ivu-cascader-arrow:nth-of-type(1){display:inline-block}.ivu-cascader-show-clear:hover .ivu-cascader-arrow:nth-of-type(2){display:none}.ivu-cascader-arrow{position:absolute;left:45%;bottom:2px;line-height:1;margin-left:-7px;font-size:18px;color:#808695;transition:all .2s ease-in-out;transform:rotate(180deg)}.ivu-cascader-visible .ivu-cascader-arrow:nth-of-type(2){transform:rotate(180deg)}.ivu-cascader .ivu-select-dropdown{height:auto;padding:0;white-space:nowrap;overflow:visible}.ivu-cascader .ivu-cascader-menu-item{margin:0;line-height:normal;padding:16px 7px;clear:both;color:#515a6e;font-size:16px!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-cascader .ivu-cascader-menu-item:hover{background:#f3f3f3}.ivu-cascader .ivu-cascader-menu-item-focus{background:#f3f3f3}.ivu-cascader .ivu-cascader-menu-item-disabled{color:#c5c8ce;cursor:not-allowed}.ivu-cascader .ivu-cascader-menu-item-disabled:hover{color:#c5c8ce;background-color:#fff;cursor:not-allowed}.ivu-cascader .ivu-cascader-menu-item-selected,.ivu-cascader .ivu-cascader-menu-item-selected:hover{color:#2d8cf0}.ivu-cascader .ivu-cascader-menu-item-divided{margin-top:5px;border-top:1px solid #e8eaec}.ivu-cascader .ivu-cascader-menu-item-divided:before{content:'';height:5px;display:block;margin:0 -16px;background-color:#fff;position:relative;top:-7px}.ivu-cascader .ivu-cascader-large .ivu-cascader-menu-item{padding:16px 7px 16px 8px;font-size:18px!important}@-moz-document url-prefix(){.ivu-cascader .ivu-cascader-menu-item{white-space:normal}}.ivu-cascader .ivu-select-item span{color:#ed4014}.ivu-cascader-dropdown{padding:0 5px}.ivu-cascader-dropdown .ivu-select-dropdown-list{max-width:190px;box-sizing:border-box;overflow:auto}.ivu-cascader-not-found-tip{padding:0 5px;text-align:center;color:#c5c8ce}.ivu-cascader-not-found-tip li:not([class^=ivu-]){list-style:none;margin-right:0}.ivu-cascader-not-found .ivu-select-dropdown{height:inherit}.ivu-cascader-menu{display:inline-block;min-height:100px;width:180px;margin:0;padding:0 5px!important;vertical-align:top;list-style:none;border-bottom:1px solid #e8eaec;overflow:auto}.ivu-cascader-menu:last-child{border-bottom-color:transparent;margin-bottom:-1px}.ivu-cascader-menu .ivu-cascader-menu-item{position:relative;padding-bottom:24px;transition:all .2s ease-in-out}.ivu-cascader-menu .ivu-cascader-menu-item i{font-size:16px;position:absolute;bottom:8px;left:50%;margin-left:-6px}.ivu-cascader-menu .ivu-cascader-menu-item-active{background-color:#f3f3f3;color:#2d8cf0}.ivu-cascader-transfer{z-index:1060;height:auto;padding:0;white-space:nowrap;overflow:visible}.ivu-cascader-transfer .ivu-cascader-menu-item{margin:0;line-height:normal;padding:16px 7px;clear:both;color:#515a6e;font-size:16px!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-cascader-transfer .ivu-cascader-menu-item:hover{background:#f3f3f3}.ivu-cascader-transfer .ivu-cascader-menu-item-focus{background:#f3f3f3}.ivu-cascader-transfer .ivu-cascader-menu-item-disabled{color:#c5c8ce;cursor:not-allowed}.ivu-cascader-transfer .ivu-cascader-menu-item-disabled:hover{color:#c5c8ce;background-color:#fff;cursor:not-allowed}.ivu-cascader-transfer .ivu-cascader-menu-item-selected,.ivu-cascader-transfer .ivu-cascader-menu-item-selected:hover{color:#2d8cf0}.ivu-cascader-transfer .ivu-cascader-menu-item-divided{margin-top:5px;border-top:1px solid #e8eaec}.ivu-cascader-transfer .ivu-cascader-menu-item-divided:before{content:'';height:5px;display:block;margin:0 -16px;background-color:#fff;position:relative;top:-7px}.ivu-cascader-transfer .ivu-cascader-large .ivu-cascader-menu-item{padding:16px 7px 16px 8px;font-size:18px!important}@-moz-document url-prefix(){.ivu-cascader-transfer .ivu-cascader-menu-item{white-space:normal}}.ivu-cascader-transfer .ivu-select-item span{color:#ed4014}.ivu-cascader-transfer .ivu-cascader-menu-item{padding-bottom:24px;transition:all .2s ease-in-out}.ivu-cascader-transfer .ivu-cascader-menu-item-active{background-color:#f3f3f3;color:#2d8cf0}.ivu-form-item-error .ivu-cascader-arrow{color:#ed4014}.ivu-transfer{position:relative;line-height:1.5;width:calc(100% + 150px);min-height:210px}.ivu-transfer-list{display:inline-block;width:180px;height:210px;font-size:16px;vertical-align:middle;position:relative;padding-left:50px}.ivu-transfer-list-with-footer{padding-right:42px}.ivu-transfer-list-header{padding:16px 8px;background:#f9fafc;color:#515a6e;border:1px solid #dcdee2;border-bottom:1px solid #e8eaec;border-radius:6px 0 0 6px;overflow:hidden;position:absolute;top:0;left:0;width:50px;height:100%}.ivu-transfer-list-header-title{cursor:pointer}.ivu-transfer-list-header>span{padding-left:4px}.ivu-transfer-list-header-count{margin:0!important;float:right}.ivu-transfer-list-body{height:100%;width:100%;border:1px solid #dcdee2;border-left:none;border-radius:0 0 6px 6px;position:relative;overflow:overlay}.ivu-transfer-list-body-with-search{padding-left:50px}.ivu-transfer-list-body-with-footer{border-radius:0}.ivu-transfer-list-content{height:100%;padding:4px 0;overflow:auto}.ivu-transfer-list-content-item{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ivu-transfer-list-content-item>span{padding-left:4px}.ivu-transfer-list-content-not-found{display:none;text-align:center;color:#c5c8ce}li.ivu-transfer-list-content-not-found:only-child{display:block}.ivu-transfer-list-body-with-search .ivu-transfer-list-content{padding:6px 0 0}.ivu-transfer-list-body-search-wrapper{padding:8px 0 18px 8px;position:absolute;top:0;left:0;bottom:0}.ivu-transfer-list-body-search-wrapper input{width:34px}.ivu-transfer-list-search{position:relative}.ivu-transfer-list-footer{border:1px solid #dcdee2;border-left:none;border-radius:0 6px 6px 0;position:absolute;bottom:0;top:0;right:0;color:#515a6e;zoom:1}.ivu-transfer-list-footer:after,.ivu-transfer-list-footer:before{content:"";display:table}.ivu-transfer-list-footer:after{clear:both;visibility:hidden;font-size:0;height:0}.ivu-transfer-operation{-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;margin:0 16px;min-height:210px;height:100%}.ivu-transfer-operation-top{height:50%;position:relative}.ivu-transfer-operation-top .ivu-btn{position:absolute;bottom:5px}.ivu-transfer-operation-bottom{height:50%}.ivu-transfer-operation .ivu-btn{display:block;min-width:24px}.ivu-transfer-operation .ivu-btn span i,.ivu-transfer-operation .ivu-btn span span{vertical-align:middle}.ivu-transfer-list-content-item{margin:0;line-height:normal;padding:16px 7px;clear:both;color:#515a6e;font-size:16px!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-transfer-list-content-item:hover{background:#f3f3f3}.ivu-transfer-list-content-item-focus{background:#f3f3f3}.ivu-transfer-list-content-item-disabled{color:#c5c8ce;cursor:not-allowed}.ivu-transfer-list-content-item-disabled:hover{color:#c5c8ce;background-color:#fff;cursor:not-allowed}.ivu-transfer-list-content-item-selected,.ivu-transfer-list-content-item-selected:hover{color:#2d8cf0}.ivu-transfer-list-content-item-divided{margin-top:5px;border-top:1px solid #e8eaec}.ivu-transfer-list-content-item-divided:before{content:'';height:5px;display:block;margin:0 -16px;background-color:#fff;position:relative;top:-7px}.ivu-transfer-large .ivu-transfer-list-content-item{padding:16px 7px 16px 8px;font-size:18px!important}@-moz-document url-prefix(){.ivu-transfer-list-content-item{white-space:normal}}.ivu-table{width:inherit;height:100%;max-width:100%;overflow:hidden;color:#515a6e;font-size:16px;background-color:#fff;box-sizing:border-box}.ivu-table-wrapper{position:relative;border:1px solid #dcdee2;border-bottom:0;border-right:0}.ivu-table-hide{opacity:0}.ivu-table:before{content:'';width:100%;height:1px;position:absolute;left:0;bottom:0;background-color:#dcdee2;z-index:1}.ivu-table:after{content:'';width:1px;height:100%;position:absolute;top:0;right:0;background-color:#dcdee2;z-index:3}.ivu-table-footer,.ivu-table-title{height:48px;line-height:48px;border-right:1px solid #e8eaec}.ivu-table-footer{border-right:none}.ivu-table-header{overflow:hidden}.ivu-table-overflowX{overflow-x:scroll}.ivu-table-overflowY{overflow-y:scroll}.ivu-table-tip{overflow-x:auto;overflow-y:hidden}.ivu-table-with-fixed-top.ivu-table-with-footer .ivu-table-footer{border-top:1px solid #dcdee2}.ivu-table-with-fixed-top.ivu-table-with-footer tbody tr:last-child td{border-right:none}.ivu-table td,.ivu-table th{min-width:0;width:48px;box-sizing:border-box;text-align:left;text-overflow:ellipsis;vertical-align:middle;border-right:1px solid #e8eaec}.ivu-table th{width:40px;white-space:nowrap;overflow:hidden;background-color:#f8f8f9}.ivu-table td{background-color:#fff;transition:background-color .2s ease-in-out}td.ivu-table-column-left,th.ivu-table-column-left{text-align:left}td.ivu-table-column-center,th.ivu-table-column-center{text-align:center}td.ivu-table-column-right,th.ivu-table-column-right{text-align:right}.ivu-table table{table-layout:fixed}.ivu-table-border td,.ivu-table-border th{border-bottom:1px solid #e8eaec}.ivu-table-cell{padding:18px 0;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:keep-all;box-sizing:border-box}.ivu-table-cell-ellipsis{word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ivu-table-cell-tooltip{width:100%}.ivu-table-cell-tooltip-content{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ivu-table-cell-with-expand{height:47px;line-height:47px;padding:0;text-align:center}.ivu-table-cell-expand{cursor:pointer;transition:transform .2s ease-in-out}.ivu-table-cell-expand i{font-size:18px}.ivu-table-cell-expand-expanded{transform:rotate(90deg)}.ivu-table-cell-sort{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ivu-table-cell-with-selection .ivu-checkbox-wrapper{margin-right:0}.ivu-table-hidden{visibility:hidden}th .ivu-table-cell{display:inline-block;word-wrap:normal;vertical-align:middle}td.ivu-table-expanded-cell{padding:20px 50px;background:#f8f8f9}.ivu-table-stripe .ivu-table-body tr:nth-child(2n) td,.ivu-table-stripe .ivu-table-fixed-body tr:nth-child(2n) td{background-color:#f8f8f9}.ivu-table-stripe .ivu-table-body tr.ivu-table-row-hover td,.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-hover td{background-color:#ebf7ff}tr.ivu-table-row-hover td{background-color:#ebf7ff}.ivu-table-large{font-size:18px}.ivu-table-large th{height:48px}.ivu-table-large td{height:60px}.ivu-table-large-footer,.ivu-table-large-title{height:60px;line-height:60px}.ivu-table-large .ivu-table-cell-with-expand{height:59px;line-height:59px}.ivu-table-large .ivu-table-cell-with-expand i{font-size:20px}.ivu-table-small th{height:32px}.ivu-table-small td{height:40px}.ivu-table-small-footer,.ivu-table-small-title{height:40px;line-height:40px}.ivu-table-small .ivu-table-cell-with-expand{height:39px;line-height:39px}.ivu-table-row-highlight td,.ivu-table-stripe .ivu-table-body tr.ivu-table-row-highlight:nth-child(2n) td,.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-highlight:nth-child(2n) td,tr.ivu-table-row-highlight.ivu-table-row-hover td{background-color:#ebf7ff}.ivu-table-fixed,.ivu-table-fixed-right{position:absolute;top:auto;left:0;box-shadow:0 2px 6px -2px rgba(0,0,0,.2)}.ivu-table-fixed-right::before,.ivu-table-fixed::before{content:'';width:100%;height:1px;background-color:#dcdee2;position:absolute;left:0;top:0;z-index:4}.ivu-table-fixed-right{bottom:0;left:0;right:auto;box-shadow:0 -2px 6px -2px rgba(0,0,0,.2)}.ivu-table-fixed-right-header{position:absolute;bottom:-1px;left:0;background-color:#f8f8f9;border-top:1px solid #dcdee2;border-bottom:1px solid #e8eaec}.ivu-table-fixed-header{overflow:hidden}.ivu-table-fixed-header-with-empty .ivu-table-hidden .ivu-table-sort{display:none}.ivu-table-fixed-header-with-empty .ivu-table-hidden .ivu-table-cell span{display:none}.ivu-table-fixed-body{overflow:hidden;position:relative;z-index:3}.ivu-table-fixed-shadow{width:1px;height:100%;position:absolute;top:0;right:0;box-shadow:1px 0 6px rgba(0,0,0,.2);overflow:hidden;z-index:1}.ivu-table-sort{display:inline-block;width:12px;height:14px;margin-left:-1px;vertical-align:middle;overflow:hidden;cursor:pointer;position:relative}.ivu-table-sort i{display:block;width:6px;line-height:6px;overflow:hidden;position:absolute;color:#c5c8ce;transition:color .2s ease-in-out;font-size:20px}.ivu-table-sort i:hover{color:inherit}.ivu-table-sort i.on{color:#2d8cf0}.ivu-table-sort i:first-child{left:0}.ivu-table-sort i:last-child{right:0}.ivu-table-filter{display:inline-block;cursor:pointer;position:relative}.ivu-table-filter i{color:#c5c8ce;transition:color .2s ease-in-out}.ivu-table-filter i:hover{color:inherit}.ivu-table-filter i.on{color:#2d8cf0}.ivu-table-filter-list{padding:8px 0 0}.ivu-table-filter-list-item{padding:0 12px 8px}.ivu-table-filter-list-item .ivu-checkbox-wrapper+.ivu-checkbox-wrapper{margin:0}.ivu-table-filter-list-item label{display:block}.ivu-table-filter-list-item label>span{margin-right:4px}.ivu-table-filter-list ul{padding-bottom:8px}.ivu-table-filter-list .ivu-table-filter-select-item{margin:0;line-height:normal;padding:16px 7px;clear:both;color:#515a6e;font-size:16px!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-table-filter-list .ivu-table-filter-select-item:hover{background:#f3f3f3}.ivu-table-filter-list .ivu-table-filter-select-item-focus{background:#f3f3f3}.ivu-table-filter-list .ivu-table-filter-select-item-disabled{color:#c5c8ce;cursor:not-allowed}.ivu-table-filter-list .ivu-table-filter-select-item-disabled:hover{color:#c5c8ce;background-color:#fff;cursor:not-allowed}.ivu-table-filter-list .ivu-table-filter-select-item-selected,.ivu-table-filter-list .ivu-table-filter-select-item-selected:hover{color:#2d8cf0}.ivu-table-filter-list .ivu-table-filter-select-item-divided{margin-top:5px;border-top:1px solid #e8eaec}.ivu-table-filter-list .ivu-table-filter-select-item-divided:before{content:'';height:5px;display:block;margin:0 -16px;background-color:#fff;position:relative;top:-7px}.ivu-table-filter-list .ivu-table-large .ivu-table-filter-select-item{padding:16px 7px 16px 8px;font-size:18px!important}@-moz-document url-prefix(){.ivu-table-filter-list .ivu-table-filter-select-item{white-space:normal}}.ivu-table-filter-footer{padding:4px;border-top:1px solid #e8eaec;overflow:hidden}.ivu-table-filter-footer button:first-child{float:left}.ivu-table-filter-footer button:last-child{float:right}.ivu-table-tip table{width:100%}.ivu-table-tip table td{text-align:center}.ivu-table-expanded-hidden{visibility:hidden}.ivu-table-popper{min-width:0;text-align:left}.ivu-table-popper .ivu-poptip-body{padding:0}.ivu-dropdown{display:inline-block}.ivu-dropdown .ivu-select-dropdown{overflow:visible;max-height:none}.ivu-dropdown .ivu-dropdown{width:100%}.ivu-dropdown-rel{position:relative}.ivu-dropdown-rel-user-select-none{-webkit-user-select:none;-ms-user-select:none;user-select:none}.ivu-dropdown-menu{min-width:100px}.ivu-dropdown-transfer{width:auto}.ivu-dropdown-item-selected,.ivu-dropdown-item.ivu-dropdown-item-selected:hover{background:#f0faff}.ivu-dropdown-item{margin:0;line-height:normal;padding:16px 7px;clear:both;color:#515a6e;font-size:16px!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-dropdown-item:hover{background:#f3f3f3}.ivu-dropdown-item-focus{background:#f3f3f3}.ivu-dropdown-item-disabled{color:#c5c8ce;cursor:not-allowed}.ivu-dropdown-item-disabled:hover{color:#c5c8ce;background-color:#fff;cursor:not-allowed}.ivu-dropdown-item-selected,.ivu-dropdown-item-selected:hover{color:#2d8cf0}.ivu-dropdown-item-divided{margin-top:5px;border-top:1px solid #e8eaec}.ivu-dropdown-item-divided:before{content:'';height:5px;display:block;margin:0 -16px;background-color:#fff;position:relative;top:-7px}.ivu-dropdown-large .ivu-dropdown-item{padding:16px 7px 16px 8px;font-size:18px!important}@-moz-document url-prefix(){.ivu-dropdown-item{white-space:normal}}.ivu-tabs{box-sizing:border-box;position:relative;overflow:hidden;color:#515a6e;zoom:1}.ivu-tabs:after,.ivu-tabs:before{content:"";display:table}.ivu-tabs:after{clear:both;visibility:hidden;font-size:0;height:0}.ivu-tabs-bar{outline:0}.ivu-tabs-ink-bar{width:2px;box-sizing:border-box;background-color:#2d8cf0;position:absolute;top:0;right:0;z-index:1;transition:transform .3s ease-in-out;transform-origin:0 0}.ivu-tabs-bar{border-right:1px solid #dcdee2;margin-right:16px}.ivu-tabs-nav-container{margin-right:-1px;line-height:1.5;font-size:18px;box-sizing:border-box;white-space:nowrap;overflow:hidden;position:relative;zoom:1}.ivu-tabs-nav-container:after,.ivu-tabs-nav-container:before{content:"";display:table}.ivu-tabs-nav-container:after{clear:both;visibility:hidden;font-size:0;height:0}.ivu-tabs-nav-container:focus{outline:0}.ivu-tabs-nav-container:focus .ivu-tabs-tab-focused{border-color:#57a3f3!important}.ivu-tabs-nav-container-scrolling{padding-top:32px;padding-bottom:32px}.ivu-tabs-nav-wrap{overflow:hidden;margin-right:-1px}.ivu-tabs-nav-scroll{overflow:hidden;white-space:nowrap}.ivu-tabs-nav-right{float:right;margin-top:5px}.ivu-tabs-nav-prev{position:absolute;line-height:32px;cursor:pointer;top:0}.ivu-tabs-nav-next{position:absolute;line-height:32px;cursor:pointer;bottom:0}.ivu-tabs-nav-scrollable{padding:18px 0}.ivu-tabs-nav-scroll-disabled{display:none}.ivu-tabs-nav{padding-top:0;margin:0;float:left;list-style:none;box-sizing:border-box;position:relative;transition:transform .5s ease-in-out}.ivu-tabs-nav:after,.ivu-tabs-nav:before{display:table;content:" "}.ivu-tabs-nav:after{clear:both}.ivu-tabs-nav .ivu-tabs-tab-disabled{pointer-events:none;cursor:default;color:#ccc}.ivu-tabs-nav .ivu-tabs-tab{display:inline-block;width:100%;padding:16px 8px;margin-bottom:16px;box-sizing:border-box;cursor:pointer;text-decoration:none;position:relative;transition:color .3s ease-in-out}.ivu-tabs-nav .ivu-tabs-tab:hover{color:#57a3f3}.ivu-tabs-nav .ivu-tabs-tab:active{color:#2b85e4}.ivu-tabs-nav .ivu-tabs-tab .ivu-icon{width:14px;height:14px;margin-bottom:8px}.ivu-tabs-nav .ivu-tabs-tab-active{color:#2d8cf0}.ivu-tabs-mini .ivu-tabs-nav-container{font-size:18px}.ivu-tabs-mini .ivu-tabs-tab{margin-bottom:0;padding:16px 8px;font-size:16px}.ivu-tabs .ivu-tabs-content-animated{display:flex;flex-direction:row;will-change:transform;transition:transform .3s ease-in-out}.ivu-tabs .ivu-tabs-tabpane{flex-shrink:0;height:100%;transition:opacity .3s;opacity:1;outline:0}.ivu-tabs .ivu-tabs-tabpane-inactive{opacity:0;width:0}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-nav-container{width:32px}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-ink-bar{visibility:hidden}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab{margin:0;margin-bottom:4px;width:32px;padding:16px 4px 16px 5px;border:1px solid #dcdee2;border-right:0;border-radius:4px 0 0 4px;transition:all .3s ease-in-out;background:#f8f8f9}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab-active{width:32px;padding-right:5px;background:#fff;transform:translateZ(0);border-color:#dcdee2;color:#2d8cf0}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-nav-wrap{margin-right:0}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab .ivu-icon-ios-close{width:22px;height:0;font-size:22px;margin-bottom:0;color:#999;text-align:right;vertical-align:middle;overflow:hidden;position:relative;left:-4px;transform-origin:100% 50%;transition:all .3s ease-in-out}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab .ivu-icon-ios-close:hover{color:#444}.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab-active .ivu-icon-ios-close,.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab:hover .ivu-icon-ios-close{height:22px;transform:translateZ(0);margin-bottom:-6px}.ivu-tabs-no-animation>.ivu-tabs-content{transform:none!important}.ivu-tabs-no-animation>.ivu-tabs-content>.ivu-tabs-tabpane-inactive{display:none}.ivu-menu{display:block;margin:0;padding:0;outline:0;list-style:none;color:#515a6e;font-size:18px;position:relative;z-index:900}.ivu-menu-horizontal{width:36px;line-height:34px}.ivu-menu-horizontal.ivu-menu-light:after{content:'';display:block;width:1px;height:100%;background:#dcdee2;position:absolute;top:0;right:0}.ivu-menu-vertical.ivu-menu-light:after{content:'';display:block;height:1px;width:100%;background:#dcdee2;position:absolute;left:0;bottom:0;right:0;z-index:1}.ivu-menu-light{background:#fff}.ivu-menu-dark{background:#515a6e}.ivu-menu-primary{background:#2d8cf0}.ivu-menu-item{display:block;outline:0;list-style:none;font-size:18px;position:relative;z-index:1;cursor:pointer;transition:all .2s ease-in-out}a.ivu-menu-item{color:inherit}a.ivu-menu-item:active,a.ivu-menu-item:hover{color:inherit}.ivu-menu-item>i{margin-bottom:6px}.ivu-menu-submenu-title span>i,.ivu-menu-submenu-title>i{margin-bottom:8px}.ivu-menu-horizontal .ivu-menu-item,.ivu-menu-horizontal .ivu-menu-submenu{float:left;padding:20px 0;position:relative;cursor:pointer;z-index:3;transition:all .2s ease-in-out}.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item,.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu{height:inherit;line-height:inherit;border-right:2px solid transparent;color:#515a6e}.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item-active,.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item:hover,.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu-active,.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu:hover{color:#2d8cf0;border-right:2px solid #2d8cf0}.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item,.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu{color:rgba(255,255,255,.7)}.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item-active,.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item:hover,.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu-active,.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu:hover{color:#fff}.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item,.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu{color:#fff}.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item-active,.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item:hover,.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu-active,.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu:hover{background:#2b85e4}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown{min-height:100%;height:auto;max-width:none}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item{width:auto;line-height:normal;border-right:0;float:none}.ivu-menu-item-group{line-height:normal}.ivu-menu-item-group-title{width:30px;line-height:30px;padding-top:8px;font-size:16px;color:#999}.ivu-menu-item-group>ul{padding:0!important;list-style:none!important}.ivu-menu-vertical .ivu-menu-item,.ivu-menu-vertical .ivu-menu-submenu-title{padding:24px 14px;position:relative;cursor:pointer;z-index:1;transition:all .2s ease-in-out}.ivu-menu-vertical .ivu-menu-item:hover,.ivu-menu-vertical .ivu-menu-submenu-title:hover{color:#2d8cf0}.ivu-menu-vertical .ivu-menu-submenu-title-icon{float:right;position:relative;left:4px;margin-right:0}.ivu-menu-submenu-title-icon{transition:transform .2s ease-in-out;transform:rotate(-90deg)}.ivu-menu-opened>*>.ivu-menu-submenu-title-icon{transform:rotate(90deg)}.ivu-menu-vertical .ivu-menu-submenu-nested{padding-top:20px}.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item{padding-top:43px}.ivu-menu-vertical .ivu-menu-item-group-title{width:48px;line-height:48px;font-size:18px;padding-top:28px}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-group-title{color:rgba(255,255,255,.36)}.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu){color:#2d8cf0;background:#f0faff;z-index:2}.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu):after{content:'';display:block;height:2px;position:absolute;left:0;bottom:0;right:0;background:#2d8cf0}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item,.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title{color:rgba(255,255,255,.7)}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu),.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu):hover,.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu),.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu):hover{background:#363e4f}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item:hover,.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title:hover{color:#fff;background:#515a6e}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu),.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu){color:#2d8cf0}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item:hover{color:#fff;background:0 0!important}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active,.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active:hover{border-right:none;color:#fff;background:#2d8cf0!important}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-child-item-active>.ivu-menu-submenu-title{color:#fff}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened{background:#363e4f}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-title{background:#515a6e}.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-has-parent-submenu .ivu-menu-submenu-title{background:0 0}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item{margin:0;line-height:normal;padding:16px 7px;clear:both;color:#515a6e;font-size:16px!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item:hover{background:#f3f3f3}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-focus{background:#f3f3f3}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-disabled{color:#c5c8ce;cursor:not-allowed}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-disabled:hover{color:#c5c8ce;background-color:#fff;cursor:not-allowed}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected,.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected:hover{color:#2d8cf0}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-divided{margin-top:5px;border-top:1px solid #e8eaec}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-divided:before{content:'';height:5px;display:block;margin:0 -16px;background-color:#fff;position:relative;top:-7px}.ivu-menu-large .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item{padding:16px 7px 16px 8px;font-size:18px!important}@-moz-document url-prefix(){.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item{white-space:normal}}.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item{padding:7px 16px 8px 16px;font-size:18px!important}.ivu-date-picker{display:inline-block;line-height:normal}.ivu-date-picker-rel{position:relative}.ivu-date-picker .ivu-select-dropdown{width:auto;padding:0;overflow:visible;max-height:none}.ivu-date-picker-cells{width:226px;margin:10px;white-space:normal}.ivu-date-picker-cells span{display:inline-block;width:24px;height:24px}.ivu-date-picker-cells span em{display:inline-block;width:24px;height:24px;line-height:24px;margin:2px;font-style:normal;border-radius:3px;text-align:center;transition:all .2s ease-in-out}.ivu-date-picker-cells-header span{-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;line-height:24px;text-align:center;margin:2px;color:#c5c8ce}.ivu-date-picker-cells-cell:hover em{background:#e1f0fe}.ivu-date-picker-cells-focused em{box-shadow:0 0 0 1px #2d8cf0 inset}span.ivu-date-picker-cells-cell{width:28px;height:28px;cursor:pointer}.ivu-date-picker-cells-cell-next-month em,.ivu-date-picker-cells-cell-prev-month em{color:#c5c8ce}.ivu-date-picker-cells-cell-next-month:hover em,.ivu-date-picker-cells-cell-prev-month:hover em{background:0 0}span.ivu-date-picker-cells-cell-disabled,span.ivu-date-picker-cells-cell-disabled:hover,span.ivu-date-picker-cells-cell-week-label,span.ivu-date-picker-cells-cell-week-label:hover{cursor:not-allowed;color:#c5c8ce}span.ivu-date-picker-cells-cell-disabled em,span.ivu-date-picker-cells-cell-disabled:hover em,span.ivu-date-picker-cells-cell-week-label em,span.ivu-date-picker-cells-cell-week-label:hover em{color:inherit;background:inherit}span.ivu-date-picker-cells-cell-disabled,span.ivu-date-picker-cells-cell-disabled:hover{background:#f7f7f7}.ivu-date-picker-cells-cell-today em{position:relative}.ivu-date-picker-cells-cell-today em:after{content:'';display:block;width:6px;height:6px;border-radius:50%;background:#2d8cf0;position:absolute;top:1px;right:1px}.ivu-date-picker-cells-cell-range{position:relative}.ivu-date-picker-cells-cell-range em{position:relative;z-index:1}.ivu-date-picker-cells-cell-range:before{content:'';display:block;background:#e1f0fe;border-radius:0;border:0;position:absolute;top:2px;bottom:2px;left:0;right:0}.ivu-date-picker-cells-cell-selected em,.ivu-date-picker-cells-cell-selected:hover em{background:#2d8cf0;color:#fff}span.ivu-date-picker-cells-cell-disabled.ivu-date-picker-cells-cell-selected em{background:#c5c8ce;color:#f7f7f7}.ivu-date-picker-cells-cell-today.ivu-date-picker-cells-cell-selected em:after{background:#fff}.ivu-date-picker-cells-show-week-numbers{width:226px}.ivu-date-picker-cells-month,.ivu-date-picker-cells-year{margin-top:14px}.ivu-date-picker-cells-month span,.ivu-date-picker-cells-year span{-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;width:40px;height:28px;line-height:28px;margin:10px 12px;border-radius:3px}.ivu-date-picker-cells-month span em,.ivu-date-picker-cells-year span em{width:40px;height:28px;line-height:28px;margin:0}.ivu-date-picker-cells-month .ivu-date-picker-cells-cell-focused,.ivu-date-picker-cells-year .ivu-date-picker-cells-cell-focused{background-color:#d5e8fc}.ivu-date-picker-header{height:32px;line-height:32px;text-align:center;border-bottom:1px solid #e8eaec}.ivu-date-picker-header-label{-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;cursor:pointer;transition:color .2s ease-in-out}.ivu-date-picker-header-label:hover{color:#2d8cf0}.ivu-date-picker-btn-pulse{background-color:#d5e8fc!important;border-radius:4px;transition:background-color .2s ease-in-out}.ivu-date-picker-prev-btn{float:left}.ivu-date-picker-prev-btn-arrow-double{margin-left:10px}.ivu-date-picker-prev-btn-arrow-double i:after{content:"\F115";margin-left:-8px}.ivu-date-picker-next-btn{float:right}.ivu-date-picker-next-btn-arrow-double{margin-right:10px}.ivu-date-picker-next-btn-arrow-double i:after{content:"\F11F";margin-left:-8px}.ivu-date-picker-with-range .ivu-picker-panel-body{min-width:492px}.ivu-date-picker-with-range .ivu-picker-panel-content{float:left}.ivu-date-picker-with-range .ivu-picker-cells-show-week-numbers{min-width:492px}.ivu-date-picker-with-week-numbers .ivu-picker-panel-body-date{min-width:492px}.ivu-date-picker-transfer{z-index:1060;max-height:none;width:auto}.ivu-date-picker-focused input{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-picker-panel-icon-btn{display:inline-block;width:20px;height:24px;line-height:26px;margin-top:4px;text-align:center;cursor:pointer;color:#c5c8ce;transition:color .2s ease-in-out}.ivu-picker-panel-icon-btn:hover{color:#2d8cf0}.ivu-picker-panel-icon-btn i{font-size:14px}.ivu-picker-panel-body-wrapper.ivu-picker-panel-with-sidebar{padding-left:92px}.ivu-picker-panel-sidebar{width:92px;float:left;margin-left:-92px;position:absolute;top:0;bottom:0;background:#f8f8f9;border-right:1px solid #e8eaec;border-radius:4px 0 0 4px;overflow:auto}.ivu-picker-panel-shortcut{padding:15px 6px 15px;transition:all .2s ease-in-out;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ivu-picker-panel-shortcut:hover{background:#e8eaec}.ivu-picker-panel-body{float:left;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb}.ivu-picker-confirm{border-top:1px solid #e8eaec;text-align:right;padding:8px;clear:both}.ivu-picker-confirm>span{color:#2d8cf0;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;float:left;padding:2px 0;transition:all .2s ease-in-out}.ivu-picker-confirm>span:hover{color:#57a3f3}.ivu-picker-confirm>span:active{color:#2b85e4}.ivu-picker-confirm-time{float:left}.ivu-time-picker-cells{min-width:112px}.ivu-time-picker-cells-with-seconds{min-width:168px}.ivu-time-picker-cells-list{width:56px;max-height:144px;float:left;overflow:hidden;border-left:1px solid #e8eaec;position:relative}.ivu-time-picker-cells-list:hover{overflow-y:auto}.ivu-time-picker-cells-list:first-child{border-left:none;border-radius:4px 0 0 4px}.ivu-time-picker-cells-list:last-child{border-radius:0 4px 4px 0}.ivu-time-picker-cells-list ul{width:100%;margin:0;padding:0 0 120px 0;list-style:none}.ivu-time-picker-cells-list ul li{width:100%;height:24px;line-height:24px;margin:0;padding:0 0 0 16px;box-sizing:content-box;text-align:left;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;list-style:none;transition:background .2s ease-in-out}.ivu-time-picker-cells-cell:hover{background:#f3f3f3}.ivu-time-picker-cells-cell-disabled{color:#c5c8ce;cursor:not-allowed}.ivu-time-picker-cells-cell-disabled:hover{color:#c5c8ce;background-color:#fff;cursor:not-allowed}.ivu-time-picker-cells-cell-selected,.ivu-time-picker-cells-cell-selected:hover{color:#2d8cf0;background:#f3f3f3}.ivu-time-picker-cells-cell-focused{background-color:#d5e8fc}.ivu-time-picker-header{height:32px;line-height:32px;text-align:center;border-bottom:1px solid #e8eaec}.ivu-time-picker-with-range .ivu-picker-panel-body{min-width:228px}.ivu-time-picker-with-range .ivu-picker-panel-content{float:left;position:relative}.ivu-time-picker-with-range .ivu-picker-panel-content:after{content:'';display:block;width:2px;position:absolute;top:31px;bottom:0;right:-2px;background:#e8eaec;z-index:1}.ivu-time-picker-with-range .ivu-picker-panel-content-right{float:right}.ivu-time-picker-with-range .ivu-picker-panel-content-right:after{right:auto;left:-2px}.ivu-time-picker-with-range .ivu-time-picker-cells-list:first-child{border-radius:0}.ivu-time-picker-with-range .ivu-time-picker-cells-list:last-child{border-radius:0}.ivu-time-picker-with-range.ivu-time-picker-with-seconds .ivu-picker-panel-body{min-width:340px}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells{min-width:216px}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds{min-width:216px}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds .ivu-time-picker-cells-list{width:72px}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds .ivu-time-picker-cells-list ul li{padding:0 0 0 28px}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list{width:108px;max-height:216px}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list:first-child{border-radius:0}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list:last-child{border-radius:0}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list ul{padding:0 0 192px 0}.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list ul li{padding:0 0 0 46px}.ivu-form .ivu-form-item-label{text-align:left;vertical-align:middle;float:left;font-size:16px;color:#515a6e;line-height:1;padding:0 10px 12px 10px;box-sizing:border-box}.ivu-form-label-left .ivu-form-item-label{text-align:left}.ivu-form-label-top .ivu-form-item-label{float:none;display:inline-block;padding:0 0 10px 0}.ivu-form-inline .ivu-form-item{display:inline-block;margin-right:10px;vertical-align:top}.ivu-form-item{margin-right:24px;vertical-align:top;zoom:1}.ivu-form-item:after,.ivu-form-item:before{content:"";display:table}.ivu-form-item:after{clear:both;visibility:hidden;font-size:0;height:0}.ivu-form-item-content{position:relative;line-height:32px;font-size:16px}.ivu-form-item .ivu-form-item{margin-bottom:0}.ivu-form-item .ivu-form-item .ivu-form-item-content{margin-left:0!important}.ivu-form-item-error-tip{position:absolute;top:0;left:100%;line-height:1;padding-left:6px;color:#ed4014}.ivu-form-item-required .ivu-form-item-label:before{content:'*';display:inline-block;margin-right:4px;line-height:1;font-family:SimSun;font-size:16px;color:#ed4014}.ivu-carousel{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.ivu-carousel-list,.ivu-carousel-track{transform:translate3d(0,0,0)}.ivu-carousel-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.ivu-carousel-track{position:relative;top:0;left:0;display:block;overflow:hidden;z-index:1}.ivu-carousel-track.higher{z-index:2}.ivu-carousel-item{float:left;height:100%;min-height:1px;display:block}.ivu-carousel-arrow{border:none;outline:0;padding:0;margin:0;width:36px;height:36px;border-radius:50%;cursor:pointer;display:none;position:absolute;top:50%;z-index:10;transform:translateY(-50%);transition:.2s;background-color:rgba(31,45,61,.11);color:#fff;text-align:center;font-size:1em;font-family:inherit;line-height:inherit}.ivu-carousel-arrow:hover{background-color:rgba(31,45,61,.5)}.ivu-carousel-arrow>*{vertical-align:baseline}.ivu-carousel-arrow.left{left:16px}.ivu-carousel-arrow.right{right:16px}.ivu-carousel-arrow-always{display:inherit}.ivu-carousel-arrow-hover{display:inherit;opacity:0}.ivu-carousel:hover .ivu-carousel-arrow-hover{opacity:1}.ivu-carousel-dots{z-index:10;display:none;position:relative;list-style:none;text-align:center;padding:0;width:100%;height:17px}.ivu-carousel-dots-inside{display:block;position:absolute;bottom:3px}.ivu-carousel-dots-outside{display:block;margin-top:3px}.ivu-carousel-dots li{position:relative;display:inline-block;vertical-align:top;text-align:center;margin:0 2px;padding:7px 0;cursor:pointer}.ivu-carousel-dots li button{border:0;cursor:pointer;background:#8391a5;opacity:.3;display:block;width:16px;height:3px;border-radius:1px;outline:0;font-size:0;color:transparent;transition:all .5s}.ivu-carousel-dots li button.radius{width:6px;height:6px;border-radius:50%}.ivu-carousel-dots li:hover>button{opacity:.7}.ivu-carousel-dots li.ivu-carousel-active>button{opacity:1;width:24px}.ivu-carousel-dots li.ivu-carousel-active>button.radius{width:6px}.ivu-rate{display:inline-block;margin:0;padding:0;font-size:20px;font-weight:400;font-style:normal}.ivu-rate-disabled .ivu-rate-star-content:before,.ivu-rate-disabled .ivu-rate-star:before{cursor:default}.ivu-rate-disabled .ivu-rate-star:hover{transform:scale(1)}.ivu-rate-star-full,.ivu-rate-star-zero{position:relative}.ivu-rate-star-first{position:absolute;left:0;top:0;width:50%;height:100%;overflow:hidden;opacity:0}.ivu-rate-star-first,.ivu-rate-star-second{-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:all .3s ease;color:#e9e9e9;cursor:pointer}.ivu-rate-star-chart{display:inline-block;margin:0;padding:0;margin-bottom:4px;position:relative;font-family:Ionicons;transition:all .3s ease}.ivu-rate-star-chart:hover{transform:scale(1.1)}.ivu-rate-star-chart.ivu-rate-star-full .ivu-rate-star-first,.ivu-rate-star-chart.ivu-rate-star-full .ivu-rate-star-second{color:#f5a623}.ivu-rate-star-chart.ivu-rate-star-half .ivu-rate-star-first{opacity:1;color:#f5a623}.ivu-rate-star{display:inline-block;margin:0;padding:0;margin-bottom:8px;position:relative;font-family:Ionicons;transition:all .3s ease}.ivu-rate-star:hover{transform:scale(1.1)}.ivu-rate-star-content:before,.ivu-rate-star:before{color:#e9e9e9;cursor:pointer;content:"\F2BF";transition:all .2s ease-in-out;display:block}.ivu-rate-star-content{position:absolute;left:0;top:0;width:50%;height:100%;overflow:hidden}.ivu-rate-star-content:before{color:transparent}.ivu-rate-star-full:before,.ivu-rate-star-half .ivu-rate-star-content:before{color:#f5a623}.ivu-rate-star-full:hover:before,.ivu-rate-star-half:hover .ivu-rate-star-content:before{color:#f7b84f}.ivu-rate-text{margin-top:4px;display:inline-block;font-size:16px}.ivu-upload input[type=file]{display:none}.ivu-upload-list{margin-left:8px}.ivu-upload-list-file{padding:4px;color:#515a6e;border-radius:4px;transition:background-color .2s ease-in-out;overflow:hidden;position:relative}.ivu-upload-list-file>span{cursor:pointer;transition:color .2s ease-in-out}.ivu-upload-list-file>span i{display:inline-block;width:16px;height:16px;color:#515a6e;text-align:center}.ivu-upload-list-file:hover{background:#f3f3f3}.ivu-upload-list-file:hover>span{color:#2d8cf0}.ivu-upload-list-file:hover>span i{color:#515a6e}.ivu-upload-list-file:hover .ivu-upload-list-remove{opacity:1}.ivu-upload-list-remove{opacity:0;font-size:18px;cursor:pointer;float:right;margin-bottom:4px;color:#999;transition:all .2s ease}.ivu-upload-list-remove:hover{color:#444}.ivu-upload-select{display:inline-block}.ivu-upload-drag{background:#fff;border:1px dashed #dcdee2;border-radius:4px;text-align:center;cursor:pointer;position:relative;overflow:hidden;transition:border-color .2s ease}.ivu-upload-drag:hover{border:1px dashed #2d8cf0}.ivu-upload-dragOver{border:2px dashed #2d8cf0}.ivu-tree ul{list-style:none;margin:0;padding:0;font-size:16px}.ivu-tree ul li{list-style:none;margin:0 8px;padding:0;white-space:nowrap;outline:0}.ivu-tree li ul{margin:0;padding:18px 0 0 0}.ivu-tree-title{display:inline-block;margin:0;padding:4px 0;border-radius:3px;cursor:pointer;vertical-align:top;color:#515a6e;transition:all .2s ease-in-out}.ivu-tree-title:hover{background-color:#eaf4fe}.ivu-tree-title-selected,.ivu-tree-title-selected:hover{background-color:#d5e8fc}.ivu-tree-arrow{cursor:pointer;height:24px;padding:0 4px;text-align:center;display:inline-block}.ivu-tree-arrow i{transition:all .2s ease-in-out;font-size:18px;vertical-align:middle}.ivu-tree-arrow-open i{transform:rotate(90deg)}.ivu-tree-arrow-disabled{cursor:not-allowed}.ivu-tree .ivu-checkbox-wrapper{margin-bottom:4px;margin-top:4px}.ivu-avatar{display:inline-block;text-align:center;background:#ccc;color:#fff;white-space:nowrap;position:relative;overflow:hidden;vertical-align:middle;width:32px;height:32px;line-height:32px;border-radius:16px}.ivu-avatar-image{background:0 0}.ivu-avatar .ivu-icon{position:relative;top:-1px}.ivu-avatar>*{line-height:32px}.ivu-avatar.ivu-avatar-icon{font-size:18px}.ivu-avatar-large{width:40px;height:40px;line-height:40px;border-radius:20px}.ivu-avatar-large>*{line-height:40px}.ivu-avatar-large.ivu-avatar-icon{font-size:24px}.ivu-avatar-large .ivu-icon{position:relative;top:-2px}.ivu-avatar-small{width:24px;height:24px;line-height:24px;border-radius:12px}.ivu-avatar-small>*{line-height:24px}.ivu-avatar-small.ivu-avatar-icon{font-size:14px}.ivu-avatar-square{border-radius:4px}.ivu-avatar>img{width:100%;height:100%}.ivu-color-picker{display:inline-block}.ivu-color-picker-hide{display:none}.ivu-color-picker-hide-drop{visibility:hidden}.ivu-color-picker-disabled{background-color:#f3f3f3;opacity:1;cursor:not-allowed;color:#ccc}.ivu-color-picker-disabled:hover{border-color:#e3e5e8}.ivu-color-picker>div:first-child:hover .ivu-input{border-color:#57a3f3}.ivu-color-picker>div:first-child.ivu-color-picker-disabled:hover .ivu-input{border-color:#e3e5e8}.ivu-color-picker .ivu-select-dropdown{padding:0}.ivu-color-picker-input.ivu-input:focus{box-shadow:none}.ivu-color-picker-focused{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-color-picker-rel{line-height:0}.ivu-color-picker-color{width:18px;height:18px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);border-radius:2px;position:relative;top:2px}.ivu-color-picker-color div{width:100%;height:100%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);border-radius:2px}.ivu-color-picker-color-empty{background:#fff;overflow:hidden;text-align:center}.ivu-color-picker-color-empty i{font-size:18px;vertical-align:baseline}.ivu-color-picker-color-focused{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-color-picker-large .ivu-color-picker-color{width:20px;height:20px;top:1px}.ivu-color-picker-large .ivu-color-picker-color-empty i{font-size:20px}.ivu-color-picker-small .ivu-color-picker-color{width:14px;height:14px;top:3px}.ivu-color-picker-small .ivu-color-picker-color-empty i{font-size:16px}.ivu-color-picker-picker-wrapper{padding:8px 8px 0}.ivu-color-picker-picker-panel{width:180px;height:240px;margin:0 auto;box-sizing:initial;position:relative;padding-bottom:20px}.ivu-color-picker-picker-alpha-slider,.ivu-color-picker-picker-hue-slider{height:10px;margin-top:8px;position:absolute;width:180px;bottom:6px;left:8px;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb}.ivu-color-picker-picker-colors{margin-top:8px;overflow:hidden;border-radius:2px;transition:border .2s ease-in-out,box-shadow .2s ease-in-out}.ivu-color-picker-picker-colors:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-color-picker-picker-colors-wrapper{display:inline;width:20px;height:20px;float:left;position:relative}.ivu-color-picker-picker-colors-wrapper-color{outline:0;display:block;position:absolute;width:16px;height:16px;margin:2px;cursor:pointer;border-radius:2px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.ivu-color-picker-picker-colors-wrapper-circle{width:4px;height:4px;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;transform:translate(-2px,-2px);position:absolute;top:10px;left:10px;cursor:pointer}.ivu-color-picker-picker .ivu-picker-confirm{margin-top:8px}.ivu-color-picker-saturation-wrapper{width:100%;padding-bottom:75%;position:relative;transition:border .2s ease-in-out,box-shadow .2s ease-in-out}.ivu-color-picker-saturation-wrapper:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-color-picker-saturation,.ivu-color-picker-saturation--black,.ivu-color-picker-saturation--white{cursor:pointer;position:absolute;top:0;left:0;right:0;bottom:0}.ivu-color-picker-saturation--white{background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.ivu-color-picker-saturation--black{background:linear-gradient(to top,#000,rgba(0,0,0,0))}.ivu-color-picker-saturation-pointer{cursor:pointer;position:absolute}.ivu-color-picker-saturation-circle{width:4px;height:4px;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;transform:translate(-2px,-2px)}.ivu-color-picker-hue{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;background:linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);transition:border .2s ease-in-out,box-shadow .2s ease-in-out}.ivu-color-picker-hue:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-color-picker-hue-container{cursor:pointer;margin:0 2px;position:relative;height:100%}.ivu-color-picker-hue-pointer{z-index:2;position:absolute}.ivu-color-picker-hue-picker{cursor:pointer;margin-top:1px;width:4px;border-radius:1px;height:8px;box-shadow:0 0 2px rgba(0,0,0,.6);background:#fff;transform:translateX(-2px)}.ivu-color-picker-alpha{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;transition:border .2s ease-in-out,box-shadow .2s ease-in-out}.ivu-color-picker-alpha:focus{border-color:#57a3f3;outline:0;box-shadow:0 0 0 2px rgba(45,140,240,.2)}.ivu-color-picker-alpha-checkboard-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:2px}.ivu-color-picker-alpha-checkerboard{position:absolute;top:0;right:0;bottom:0;left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.ivu-color-picker-alpha-gradient{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px}.ivu-color-picker-alpha-container{cursor:pointer;position:relative;z-index:2;height:100%;margin:0 3px}.ivu-color-picker-alpha-pointer{z-index:2;position:absolute}.ivu-color-picker-alpha-picker{cursor:pointer;width:4px;border-radius:1px;height:8px;box-shadow:0 0 2px rgba(0,0,0,.6);background:#fff;margin-top:1px;transform:translateX(-2px)}.ivu-color-picker-confirm{margin-top:8px;position:relative;border-top:1px solid #e8eaec;text-align:right;padding:8px;clear:both}.ivu-color-picker-confirm-color{position:absolute;top:11px;left:8px}.ivu-color-picker-confirm-color-editable{top:8px;height:100px}.ivu-auto-complete .ivu-select-not-found{display:none}.ivu-auto-complete .ivu-icon-ios-close{display:none}.ivu-auto-complete:hover .ivu-icon-ios-close{display:inline-block}.ivu-auto-complete.ivu-select-dropdown{max-height:none}.ivu-divider{font-family:OrhonChaganTig,"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;font-size:18px;line-height:1.5;color:#515a6e;box-sizing:border-box;margin:0;padding:0;list-style:none;background:#e8eaec}.ivu-divider,.ivu-divider-vertical{margin:8px 0;display:inline-block;height:1px;width:.9em;vertical-align:middle;position:relative;left:-.06em}.ivu-divider-horizontal{display:block;height:100%;width:1px;margin:0 24px;clear:both}.ivu-divider-horizontal.ivu-divider-with-text-center,.ivu-divider-horizontal.ivu-divider-with-text-left,.ivu-divider-horizontal.ivu-divider-with-text-right{display:table;white-space:nowrap;text-align:center;background:0 0;font-weight:500;color:#17233d;font-size:20px;margin:0 16px}.ivu-divider-horizontal.ivu-divider-with-text-center:after,.ivu-divider-horizontal.ivu-divider-with-text-center:before,.ivu-divider-horizontal.ivu-divider-with-text-left:after,.ivu-divider-horizontal.ivu-divider-with-text-left:before,.ivu-divider-horizontal.ivu-divider-with-text-right:after,.ivu-divider-horizontal.ivu-divider-with-text-right:before{content:'';display:table-cell;position:relative;left:50%;height:50%;width:1px;border-left:1px solid #e8eaec;transform:translateX(50%)}.ivu-divider-horizontal.ivu-divider-with-text-left,.ivu-divider-horizontal.ivu-divider-with-text-right{font-size:18px}.ivu-divider-horizontal.ivu-divider-with-text-left .ivu-divider-inner-text,.ivu-divider-horizontal.ivu-divider-with-text-right .ivu-divider-inner-text{display:inline-block;padding:10px 0}.ivu-divider-horizontal.ivu-divider-with-text-left:before{left:50%;height:5%}.ivu-divider-horizontal.ivu-divider-with-text-left:after{left:50%;height:95%}.ivu-divider-horizontal.ivu-divider-with-text-right:before{left:50%;height:95%}.ivu-divider-horizontal.ivu-divider-with-text-right:after{left:50%;height:5%}.ivu-divider-inner-text{display:inline-block;padding:24px 0}.ivu-divider-dashed{background:0 0;border-top:1px dashed #e8eaec}.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed,.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed,.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed{border-top:0}.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed:after,.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed:before,.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed:after,.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed:before,.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed:after,.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed:before{border-style:dashed none none}.ivu-anchor{position:relative;padding-left:2px}.ivu-anchor-wrapper{overflow:auto;padding-left:4px;margin-left:-4px}.ivu-anchor-ink{position:absolute;height:100%;left:0;top:0}.ivu-anchor-ink:before{content:' ';position:relative;width:2px;height:100%;display:block;background-color:#e8eaec;margin:0 auto}.ivu-anchor-ink-ball{display:inline-block;position:absolute;width:8px;height:8px;border-radius:50%;border:2px solid #2d8cf0;background-color:#fff;left:50%;transition:top .2s ease-in-out;transform:translate(-50%,2px)}.ivu-anchor.fixed .ivu-anchor-ink .ivu-anchor-ink-ball{display:none}.ivu-anchor-link{padding:8px 0 8px 16px;line-height:1}.ivu-anchor-link-title{display:block;position:relative;transition:all .3s;color:#515a6e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px}.ivu-anchor-link-title:only-child{margin-bottom:0}.ivu-anchor-link-active>.ivu-anchor-link-title{color:#2d8cf0}.ivu-anchor-link .ivu-anchor-link{padding-top:6px;padding-bottom:6px}.ivu-time-with-hash{cursor:pointer}.ivu-time-with-hash:hover{text-decoration:underline}.ivu-cell{position:relative;overflow:hidden}.ivu-cell-link,.ivu-cell-link:active,.ivu-cell-link:hover{color:inherit}.ivu-cell-icon{display:inline-block;margin-right:4px;font-size:18px;vertical-align:middle}.ivu-cell-icon:empty{display:none}.ivu-cell-main{display:inline-block;vertical-align:middle}.ivu-cell-title{line-height:24px;font-size:18px}.ivu-cell-label{line-height:1.2;font-size:16px;color:#808695}.ivu-cell-selected .ivu-cell-label{color:inherit}.ivu-cell-selected,.ivu-cell.ivu-cell-selected:hover{background:#f0faff}.ivu-cell-footer{display:inline-block;position:absolute;transform:translateY(-50%);bottom:16px;margin:auto;color:#515a6e}.ivu-cell-with-link .ivu-cell-footer{bottom:32px}.ivu-cell-selected .ivu-cell-footer{color:inherit}.ivu-cell-arrow{display:inline-block;position:absolute;transform:translateY(-50%);bottom:16px;left:7px;font-size:18px}.ivu-cell:focus{background:#f3f3f3;outline:0}.ivu-cell-selected:focus{background:rgba(40,123,211,.91)}.ivu-cell{margin:0;line-height:normal;padding:16px 7px;clear:both;color:#515a6e;font-size:16px!important;white-space:nowrap;list-style:none;cursor:pointer;transition:background .2s ease-in-out}.ivu-cell:hover{background:#f3f3f3}.ivu-cell-focus{background:#f3f3f3}.ivu-cell-disabled{color:#c5c8ce;cursor:not-allowed}.ivu-cell-disabled:hover{color:#c5c8ce;background-color:#fff;cursor:not-allowed}.ivu-cell-selected,.ivu-cell-selected:hover{color:#2d8cf0}.ivu-cell-divided{margin-top:5px;border-top:1px solid #e8eaec}.ivu-cell-divided:before{content:'';height:5px;display:block;margin:0 -16px;background-color:#fff;position:relative;top:-7px}.ivu-cell-large .ivu-cell{padding:16px 7px 16px 8px;font-size:18px!important}@-moz-document url-prefix(){.ivu-cell{white-space:normal}}.ivu-drawer{width:auto;height:100%;position:fixed;top:0}.ivu-drawer-inner{position:absolute}.ivu-drawer-left{left:0}.ivu-drawer-right{right:0}.ivu-drawer-hidden{display:none!important}.ivu-drawer-wrap{position:fixed;overflow:auto;top:0;right:0;bottom:0;left:0;z-index:1000;-webkit-overflow-scrolling:touch;outline:0}.ivu-drawer-wrap-inner{position:absolute}.ivu-drawer-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.ivu-drawer-mask{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(55,55,55,.6);height:100%;z-index:1000}.ivu-drawer-mask-hidden{display:none}.ivu-drawer-mask-inner{position:absolute}.ivu-drawer-content{width:100%;height:100%;position:absolute;top:0;bottom:0;background-color:#fff;border:0;background-clip:padding-box;box-shadow:0 4px 12px rgba(0,0,0,.15)}.ivu-drawer-content-no-mask{pointer-events:auto}.ivu-drawer-header{border-right:1px solid #e8eaec;padding:16px 14px;line-height:1}.ivu-drawer-header p,.ivu-drawer-header-inner{display:inline-block;height:100%;line-height:20px;font-size:18px;color:#17233d;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ivu-drawer-header p i,.ivu-drawer-header p span{vertical-align:middle}.ivu-drawer-close{z-index:1;font-size:16px;position:absolute;right:8px;top:8px;overflow:hidden;cursor:pointer}.ivu-drawer-close .ivu-icon-ios-close{font-size:31px;color:#999;transition:color .2s ease;position:relative;top:1px}.ivu-drawer-close .ivu-icon-ios-close:hover{color:#444}.ivu-drawer-body{width:100%;height:calc(100% - 51px);padding:16px;font-size:16px;line-height:1.5;word-wrap:break-word;position:absolute;overflow:auto}.ivu-drawer-no-header .ivu-drawer-body{height:100%}.ivu-drawer-no-mask{pointer-events:none}/*!
 * Viewer.js v1.11.6
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:16:35.830Z
 */

.viewer-zoom-in::before, .viewer-zoom-out::before, .viewer-one-to-one::before, .viewer-reset::before, .viewer-prev::before, .viewer-play::before, .viewer-next::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen::before, .viewer-fullscreen-exit::before, .viewer-close::before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
  }

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}

.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out';
}

.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One';
}

.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset';
}

.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous';
}

.viewer-play::before {
  background-position: -100px 0;
  content: 'Play';
}

.viewer-next::before {
  background-position: -120px 0;
  content: 'Next';
}

.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left';
}

.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical';
}

.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen';
}

.viewer-close::before {
  background-position: -260px 0;
  content: 'Close';
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.viewer-container::-moz-selection, .viewer-container *::-moz-selection {
    background-color: transparent;
  }

.viewer-container::-moz-selection,
  .viewer-container *::-moz-selection {
    background-color: transparent;
  }

.viewer-container::selection,
  .viewer-container *::selection {
    background-color: transparent;
  }

.viewer-container:focus {
    outline: 0;
  }

.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
    height: auto;
    margin: 15px auto;
    max-width: 90% !important;
    width: auto;
  }

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: 0.5;
    overflow: hidden;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    width: 30px;
  }

.viewer-list > li:focus,
    .viewer-list > li:hover {
      opacity: 0.75;
    }

.viewer-list > li:focus {
      outline: 0;
    }

.viewer-list > li + li {
      margin-left: 1px;
    }

.viewer-list > .viewer-loading {
    position: relative;
  }

.viewer-list > .viewer-loading::after {
      border-width: 2px;
      height: 20px;
      margin-left: -10px;
      margin-top: -10px;
      width: 20px;
    }

.viewer-list > .viewer-active,
  .viewer-list > .viewer-active:focus,
  .viewer-list > .viewer-active:hover {
    opacity: 1;
  }

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.viewer-player > img {
    left: 0;
    position: absolute;
    top: 0;
  }

.viewer-toolbar > ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 6px 3px;
  }

.viewer-toolbar > ul > li {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      cursor: pointer;
      float: left;
      height: 24px;
      overflow: hidden;
      -webkit-transition: background-color 0.15s;
      transition: background-color 0.15s;
      width: 24px;
    }

.viewer-toolbar > ul > li:focus,
      .viewer-toolbar > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }

.viewer-toolbar > ul > li:focus {
        -webkit-box-shadow: 0 0 3px #fff;
                box-shadow: 0 0 3px #fff;
        outline: 0;
        position: relative;
        z-index: 1;
      }

.viewer-toolbar > ul > li::before {
        margin: 2px;
      }

.viewer-toolbar > ul > li + li {
        margin-left: 1px;
      }

.viewer-toolbar > ul > .viewer-small {
      height: 18px;
      margin-bottom: 3px;
      margin-top: 3px;
      width: 18px;
    }

.viewer-toolbar > ul > .viewer-small::before {
        margin: -1px;
      }

.viewer-toolbar > ul > .viewer-large {
      height: 30px;
      margin-bottom: -3px;
      margin-top: -3px;
      width: 30px;
    }

.viewer-toolbar > ul > .viewer-large::before {
        margin: 5px;
      }

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 5%;
  max-width: 90%;
  min-height: 14px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
    opacity: 1;
  }

.viewer-button {
  -webkit-app-region: no-drag;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  width: 80px;
}

.viewer-button:focus,
  .viewer-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

.viewer-button:focus {
    -webkit-box-shadow: 0 0 3px #fff;
            box-shadow: 0 0 3px #fff;
    outline: 0;
  }

.viewer-button::before {
    bottom: 15px;
    left: 15px;
    position: absolute;
  }

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@-webkit-keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes viewer-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.viewer-loading::after {
    -webkit-animation: viewer-spinner 1s linear infinite;
            animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
  }

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}

@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}

@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}
