.selectorBaseModal .ant-modal-body {
  padding: 0;
}
.selectorBaseModal_result {
  float: left;
  line-height: 32px;
}
.selectorBase {
  position: relative;
  min-height: 400px;
}
.selectorBase.hideRight .baseCenter {
  margin-right: 0;
}
.selectorBase.hideLeft .baseCenter {
  margin-left: 0;
}
.selectorBase .baseLeft {
  width: 260px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #ededed;
  z-index: 1;
}
.selectorBase .baseLeft .searchBox {
  padding: 10px 20px 0 20px;
}
.selectorBase .baseLeft .leftContent {
  position: absolute !important;
  top: 42px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto !important;
}
.selectorBase .baseLeft .ant-collapse {
  height: 100%;
  overflow: hidden;
}
.selectorBase .baseLeft .ant-collapse-item-active {
  height: calc(100% - 46px);
}
.selectorBase .baseLeft .ant-collapse-content-active {
  height: calc(100% - 46px);
}
.selectorBase .baseLeft .ant-collapse-content-active .ant-collapse-content-box {
  height: 100%;
  padding: 0;
}
.selectorBase .baseCenter {
  margin-left: 260px;
  margin-right: 200px;
}
.selectorBase .baseRight {
  width: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #ededed;
  z-index: 1;
}
.selectorBase .ant-table-pagination.ant-pagination {
  margin: 16px;
}
.selectorBase .ant-table {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.selectorBase .ant-table table {
  width: 100%;
  table-layout: fixed;
}
.selectorBase .ant-table-tbody > tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
}
.selectorBase .ant-table-body {
  margin-bottom: -1px;
  min-height: 460px;
}
.selectorBase .ant-table-placeholder {
  position: absolute;
  bottom: 0;
  height: 450px;
  width: 100%;
  border-top: none;
  border-bottom: none;
  border-radius: inherit;
}
.selectorBase .ant-table-thead > tr > th,
.selectorBase .ant-table-tbody > tr > td {
  padding: 12px 16px;
}
.selectorBase .resultItem {
  margin-right: 8px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.65);
  list-style: none;
  display: inline-block;
  height: auto;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: default;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.selectorBase .resultItem .anticon-close {
  margin-left: 4px;
}
.selectorBase .resultItem .anticon-close:hover {
  color: #f5222d;
}
.selectorBase .resultTotal {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  text-align: right;
  color: #999;
  pointer-events: none;
}
.selectorBase .baseContent {
  padding: 10px 20px;
}
.selectorBase .baseForm {
  display: table;
  width: 100%;
  overflow: hidden;
}
.selectorBase .baseForm .ant-form .ant-form-item {
  margin-bottom: 6px;
}
.selectorBase .baseForm .baseForm_content {
  display: inline-block;
  padding: 8px 10px 2px 10px;
  vertical-align: top;
}
.selectorBase .baseForm .baseForm_right {
  display: inline-block;
  padding: 8px 10px 2px 10px;
  white-space: nowrap;
  vertical-align: top;
}
.selectorBase .baseForm .baseForm_right .btn {
  display: inline-block;
  margin-left: 10px;
  color: #1890ff;
  cursor: pointer;
}
.selectorBase .baseForm .baseForm_right .btn span {
  display: inline-block;
  margin-right: 5px;
}
.selector-sortable-helper {
  z-index: 9999;
}
.selector-sortable-helper .resultItem {
  display: inline-block;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon-exclamation-circle {
  color: red;
}
.yui-table .ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0;
}
.yui-table .ant-table-thead > tr > th,
.yui-table .ant-table-tbody > tr > td {
  padding: 8px;
}
.yui-table .yui-table-buttons {
  margin-bottom: 12px;
}
.ly-search {
  position: relative;
  overflow: hidden;
}
.ly-search > .ly-search-form > .ant-form-item {
  margin-bottom: 12px;
}
.c-upload-start {
  margin-top: 16px;
}
.c-upload.plus {
  display: block;
}
.c-upload.plus .ant-upload {
  width: 104px;
  height: 104px;
}
.c-upload-trigger.plus {
  width: 104px;
  height: 104px;
}
.c-upload.plus .ant-upload.ant-upload-select {
  display: inline-block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
}
.c-upload .ant-upload-select-picture-card i {
  font-size: 28px;
  color: #999;
}
.c-upload.plus .ant-upload.ant-upload-select:hover {
  border: 1px dashed #1890ff;
}
.c-upload-trigger.plus {
  display: table-cell;
  vertical-align: middle;
  font-size: 28px;
  color: #999;
}
.c-upload .ant-upload-list-item-info {
  cursor: pointer;
}
.c-upload-box .ant-collapse-content {
  max-height: 600px;
  overflow-y: scroll;
}
.ellipsis {
  overflow: hidden;
  display: inline-block;
  word-break: break-all;
  width: 100%;
}
.lines {
  position: relative;
}
.lines .shadow {
  display: block;
  position: relative;
  color: transparent;
  opacity: 0;
  z-index: -999;
}
.lineClamp {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.preview-file-modal .ant-modal-close {
  font-size: 28px;
  right: -10px;
  top: -10px;
}
.selectMemberWrap {
  overflow: hidden;
}
.selectMemberWrap .ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.selectMemberWrap .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background: #37A164;
  border-color: #37A164;
}
.selectMemberWrap .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after {
  background: #ffffff;
}
.selectMemberWrap .ant-modal-body {
  padding: 0;
}
.selectMemberWrap .ant-modal-header .ant-modal-title {
  color: #ffffff;
}
.selectMemberWrap .ant-modal-content .ant-modal-close {
  color: #ffffff;
}
.selectMemberWrap .leftWrap {
  padding: 10px 20px;
  height: 100%;
  border-right: 1px solid #E1E6E3;
}
.selectMemberWrap .rightWrap {
  height: 100%;
  padding-bottom: 60px;
  position: relative;
}
.selectMemberWrap .rightWrap .btnWrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  margin-bottom: 10px;
}
.selectMemberWrap .members {
  padding: 10px;
}
.selectMemberWrap .members > li {
  display: inline-block;
  line-height: 22px;
  padding: 0 10px;
  height: 22px;
  border: 1px solid #E1E6E3;
  border-radius: 2px;
  margin: 0 10px 10px 0;
}
.selectMemberWrap .members > li:first-child {
  display: block;
  line-height: 22px;
  border: none;
}
.spinFixWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.spinLocalWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.spinMask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.spinMask .ant-spin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  z-index: 99999;
}
.withMask {
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
}
.whiteMask {
  z-index: 999;
  background: rgba(255, 255, 255, 0.3);
}
.shareWrap {
  display: inline-block;
}
.ant-popover-inner-content {
  padding: 8px 0;
}
.shareBlock {
  width: 168px;
  box-sizing: border-box;
}
.shareBlock .shareItem {
  display: block;
  padding: 0  36px;
  color: #363636;
  text-align: left;
  font-size: 14px;
  line-height: 36px;
}
.shareBlock .shareItem i {
  font-size: 16px;
}
.shareBlock .shareItem span {
  margin-left: 16px;
}
.shareBlock .shareItem:hover {
  background: #00A143;
  color: #fff;
}
.shareQrcodeModal {
  text-align: center;
}
.shareQrcodeModal p {
  margin-top: 10px;
  font-size: 18px;
  color: #343434;
}
.shareQrcodeModal .ant-modal-close {
  bottom: 9px;
  top: auto;
}
.ly-form > .ant-row > .ant-col {
  display: inline-block;
  float: inherit;
  vertical-align: top;
}
.ly-formItem-extra {
  position: absolute;
  left: 100%;
  white-space: nowrap;
  top: -13px;
  margin-left: 10px;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.introModal .ant-modal-content {
  height: 280px;
}
.introModal .ant-modal-body {
  height: 100%;
}
.introDiv {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.introDiv .introText {
  text-align: center;
  margin-left: 35px;
}
.introDiv .introText p:first-child {
  font-size: 36px;
  line-height: 36px;
}
.introDiv .introText p:nth-child(2) {
  font-size: 18px;
  margin-top: 18px;
  color: #808080;
}
.introDiv .introText p:nth-child(3) {
  margin-top: 28px;
}
.introDiv .introText p:nth-child(3) span {
  display: inline-block;
  font-size: 18px;
  padding: 7px 25px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  margin-right: 24px;
}
.introDiv .introText p:nth-child(3) span:last-child {
  margin-right: 0;
}
.introNav {
  padding: 30px 20px 10px;
  border: 1px dashed #fff;
  position: fixed;
  right: 45px;
  top: 350px;
  z-index: 9999999;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
}
.introNav p {
  display: flex;
  align-items: center;
  line-height: 30px;
  cursor: pointer;
}
.introNav p span {
  margin-left: 16px;
}
.introNav .arrowIcon {
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  position: absolute;
  margin: 0;
}
.introNav .closeIcon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.introNav .closeIcon::before,
.introNav .closeIcon::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 1.5px;
  top: 2px;
  right: 9px;
  border-radius: 1px;
  background-color: #fff;
}
.introNav .closeIcon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.introNav .closeIcon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/**************** 蓝色主题*****************/
.theme-blue .introDiv .introText p:nth-child(3) span {
  background: #397EF0;
}
/**************** 绿色主题*****************/
.theme-green .introDiv .introText p:nth-child(3) span {
  background: #005825;
}
/**************** 红色主题*****************/
.theme-red .introDiv .introText p:nth-child(3) span {
  background: #9A001E;
}
.page_tag {
  font-size: 16px;
  overflow: hidden;
}
.page_tag_l {
  float: left;
  margin-top: 4px;
  color: #999;
}
.page_tag_r {
  padding-left: 54px;
}
.page_tag .tag_checkable {
  display: inline-block;
  height: 28px;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 200px;
  line-height: 28px;
  color: #363636;
  cursor: pointer;
}
.page_tag .tag_checkable.checked {
  background: #0078cc;
  color: #fff;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_xykac868c.eot');
  src: url('//at.alicdn.com/t/font_864711_xykac868c.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_xykac868c.woff') format('woff'), url('//at.alicdn.com/t/font_864711_xykac868c.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_xykac868c.svg#iconfont') format('svg');
}
body {
  /*overflow:hidden*/
}
.fixCollectBtn {
  cursor: pointer;
  display: inline-block;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #397EF0;
  color: #ffffff;
  border-radius: 4px 0 0 4px;
  transition: all 0.2s ease;
  position: fixed;
  top: 25%;
}
/*************** 蓝色主题 start***************/
.theme-blue .fixCollectBtn {
  background: #397EF0;
}
.theme-blue .fixCollectBtn li:not(:first-child):hover {
  background: #397EF0;
  color: #fff;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .fixCollectBtn {
  background: #9A001E;
}
.theme-red .fixCollectBtn li:not(:first-child):hover {
  background: #9A001E;
  color: #fff;
}
/*************** 红色主题 end***************/
/*************** 绿色主题 start***************/
.theme-green .fixCollectBtn {
  background: #005825;
}
.theme-green .fixCollectBtn li:not(:first-child):hover {
  background: #005825;
  color: #fff;
}
/*************** 绿色主题 end***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.mask {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 67px;
}
.loadImg {
  position: fixed;
  z-index: 1001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/**************************** 蓝色主题开始 ***************************/
.theme-blue .fill {
  fill: #397EF0;
}
/**************************** 蓝色主题结束 **************************/
/**************************** 红色主题开始 ***************************/
.theme-red .fill {
  fill: #F63E62;
}
/**************************** 红色主题结束 **************************/
/**************************** 绿色主题开始 ***************************/
.theme-green .fill {
  fill: #00a854;
}
/**************************** 绿色主题结束 **************************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.setting-drawer li {
  display: inline-block;
  width: 33.33%;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}
.setting-drawer .color-block {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  margin-bottom: 4px;
}
.setting-drawer .color-block i {
  position: absolute;
  top: -7px;
  right: -7px;
  color: #005825;
}
.setting-drawer .font-text {
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.setting-drawer .theme-title {
  margin-bottom: 10px;
  margin-left: 15px;
  font-weight: bold;
  font-size: 16px;
}
/*************** 蓝色主题 start***************/
.theme-blue .setting-drawer .color-block i {
  color: #397EF0;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .setting-drawer .color-block i {
  color: #9A001E;
}
/*************** 红色主题 end***************/
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.portal-calendar {
  padding-top: 20px;
  position: relative;
}
.portal-calendar .calendar-dateList {
  margin: 0 12px;
}
.portal-calendar .calendar-dateList > li {
  list-style: none;
  display: inline-block;
  width: 10%;
  margin: 2%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
.portal-calendar .calendar-dateList-day a {
  display: inline-block;
  font-weight: lighter;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.portal-calendar .calendar-dateList-day.forbidden a {
  color: rgba(225, 225, 225, 0.2);
}
.portal-calendar .calendar-dateList-title {
  margin: 0% 2%;
}
.portal-calendar .calendar-dateList .clickDay a {
  background: #fff;
  color: #007330;
  border-radius: 100%;
}
.portal-calendar .calendar-dateList .currentDay a {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
}
.portal-calendar .calendar-dateList .clickDay.item-tag a:after {
  background: #ffffff;
}
.portal-calendar .calendar-header {
  overflow: hidden;
  position: absolute;
  top: -35px;
  padding: 0 14px;
  height: 27px;
  line-height: 27px;
}
.portal-calendar .dateTitle {
  margin-left: 4px;
  height: 28px;
  line-height: 28px;
  list-style: none;
  display: inline-block;
  text-align: center;
  color: #ffffff;
}
.portal-calendar .dateTitle .icon-today {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 27px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  text-align: center;
  line-height: 22px;
}
.portal-calendar .dateTitle .icon-today:hover {
  background: rgba(255, 255, 255, 0.3);
}
.portal-calendar .dateTitle .icon-today:before,
.portal-calendar .dateTitle .icon-today:after {
  display: inline-block;
  background: #ffffff;
  content: '';
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: -6px;
}
.portal-calendar .dateTitle .icon-today:after {
  margin-left: 6px;
}
.portal-calendar .dateTitle .icon-today.active {
  cursor: auto;
  background: #00A594;
}
.portal-calendar .dateTitle span {
  border-radius: 24px;
}
.portal-calendar .calendar-dateList-title {
  opacity: 0.65;
}
.portal-calendar .dateTitle-middle {
  width: 50%;
}
.portal-calendar .calendar-content-wrap {
  position: relative;
  margin: 0 20px;
}
.portal-calendar .calendar-content-wrap .calendar-prev-icon,
.portal-calendar .calendar-content-wrap .calendar-next-icon {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.portal-calendar .calendar-content-wrap .calendar-prev-icon {
  opacity: 0.5;
  left: 0;
}
.portal-calendar .calendar-content-wrap .calendar-next-icon {
  right: 0;
  opacity: 0.5;
}
.portal-calendar .calendar-header-span {
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  width: 32px;
  margin-left: 1em;
}
.portal-calendar .calendar-header-span:hover {
  background: rgba(255, 255, 255, 0.3);
}
.portal-calendar .calendar-header-span.active {
  cursor: auto;
  background: #00A594;
}
.portal-calendar .item-tag > a:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #ffffff;
  opacity: 0.4;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translate3D(-50%, 70%, 0);
  -moz-transform: translate3D(-50%, 70%, 0);
  -ms-transform: translate3D(-50%, 70%, 0);
  -o-transform: translate3D(-50%, 70%, 0);
  transform: translate3D(-50%, 70%, 0);
  border-radius: 50%;
}
.portal-calendar .calendar-colnum {
  display: inline;
}
.portal-calendar .calendar-colnum span {
  cursor: pointer;
}
.portal-calendar .calendar-right {
  float: left;
}
.portal-calendar .right {
  float: right;
}
.portal-calendar .calendar-header-icon {
  margin: 0 15px;
  cursor: pointer;
}
.portal-calendar .calendar-dateList .forbidden {
  color: #80B998;
}
.portal-calendar .item-tag > a:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #ffffff;
  opacity: 0.4;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translate3D(-50%, 70%, 0);
  -moz-transform: translate3D(-50%, 70%, 0);
  -ms-transform: translate3D(-50%, 70%, 0);
  -o-transform: translate3D(-50%, 70%, 0);
  transform: translate3D(-50%, 70%, 0);
  border-radius: 50%;
}
/*************** 蓝色主题 start***************/
.theme-blue .portal-calendar .calendar-header-span.active {
  background: #1F5BCB;
}
.theme-blue .portal-calendar .dateTitle .icon-today.active {
  background: #1F5BCB;
}
.theme-blue .portal-calendar .calendar-dateList .clickDay a {
  color: #1F5BCB;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .portal-calendar .calendar-header-span.active {
  background: #FF4748;
}
.theme-red .portal-calendar .dateTitle .icon-today.active {
  background: #FF4748;
}
.theme-red .portal-calendar .calendar-dateList .clickDay a {
  color: #FF4748;
}
/*************** 红色主题 end***************/
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.standardFormRow {
  display: flex;
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #e8e8e8;
}
.standardFormRow .ant-form-item,
.standardFormRow .ant-legacy-form-item {
  margin-right: 24px;
}
.standardFormRow .ant-form-item-label label,
.standardFormRow .ant-legacy-form-item-label label {
  margin-right: 0;
  color: rgba(0, 0, 0, 0.65);
}
.standardFormRow .ant-form-item-label,
.standardFormRow .ant-legacy-form-item-label,
.standardFormRow .ant-form-item-control,
.standardFormRow .ant-legacy-form-item-control {
  padding: 0;
  line-height: 32px;
}
.standardFormRow .label {
  flex: 0 0 auto;
  margin-right: 24px;
  color: #808080;
  font-size: 14px;
  text-align: right;
}
.standardFormRow .label > span {
  display: inline-block;
  height: 32px;
  line-height: 32px;
}
.standardFormRow .label > span::after {
  content: '\FF1A';
}
.standardFormRow .content {
  flex: 1 1 0;
}
.standardFormRow .content .ant-form-item:last-child,
.standardFormRow .content .ant-legacy-form-item:last-child {
  display: block;
  margin-right: 0;
}
.standardFormRowLast {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.standardFormRowBlock .ant-form-item,
.standardFormRowBlock .ant-legacy-form-item,
.standardFormRowBlock div.ant-form-item-control-wrapper,
.standardFormRowBlock div.ant-legacy-form-item-control-wrapper {
  display: block;
}
.standardFormRowGrid .ant-form-item,
.standardFormRowGrid .ant-legacy-form-item,
.standardFormRowGrid div.ant-form-item-control-wrapper,
.standardFormRowGrid div.ant-legacy-form-item-control-wrapper {
  display: block;
}
.standardFormRowGrid .ant-form-item-label,
.standardFormRowGrid .ant-legacy-form-item-label {
  float: left;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.tagSelect {
  position: relative;
  margin-left: -8px;
  overflow: hidden;
  line-height: 32px;
  transition: all 0.3s;
  user-select: none;
}
.tagSelect .ant-tag {
  margin-right: 8px;
  padding: 0 8px;
  font-size: 13px;
  color: #808080;
  border-radius: 200px;
  cursor: pointer;
}
.tagSelect .ant-tag-checkable-checked {
  background-color: #e6f7ff;
  color: #1890ff;
  border-color: #91d5ff;
}
.tagSelect.expanded {
  max-height: 200px;
  transition: all 0.3s;
}
.tagSelect .trigger {
  position: absolute;
  top: 0;
  right: 0;
}
.tagSelect .trigger span.anticon {
  font-size: 12px;
}
.tagSelect.hasExpandTag {
  padding-right: 50px;
}
.weatherView {
  width: 190px;
  height: 54px;
  line-height: 48px;
  text-align: right;
}
.weatherView .text {
  height: 48px;
  padding-right: 5px;
  text-align: right;
  vertical-align: middle;
}
.weatherView .text .temp .value {
  font-size: 24px;
  vertical-align: top;
}
.weatherView .text .temp .value2 {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-top: -2px;
}
.weatherView .text .info {
  line-height: 1;
  font-size: 14px;
}
.weatherView .icon {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 42px;
  margin: -8px 0 10px 9px;
  background-size: contain;
  background-repeat: no-repeat;
}
.weatherView .icon.xiaoyu {
  background-image: url(../../assets/images/xiaoyu.png);
}
.weatherView .icon.zhongyu {
  background-image: url(../../assets/images/zhongyu.png);
}
.weatherView .icon.dayu {
  background-image: url(../../assets/images/dayu.png);
}
.weatherView .icon.qing {
  background-image: url(../../assets/images/qing.png);
}
.weatherView .icon.duoyun {
  background-image: url(../../assets/images/duoyun.png);
}
.weatherView .icon.yin {
  background-image: url(../../assets/images/yin.png);
}
.weatherView .icon.zhenyu {
  background-image: url(../../assets/images/zhenyu.png);
}
.weatherView .icon.baoxue {
  background-image: url(../../assets/images/baoxue.png);
}
.weatherView .icon.baoyu {
  background-image: url(../../assets/images/baoyu.png);
}
.weatherView .icon.bingbao {
  background-image: url(../../assets/images/bingbao.png);
}
.weatherView .icon.bingyu {
  background-image: url(../../assets/images/bingyu.png);
}
.weatherView .icon.dabaoyu {
  background-image: url(../../assets/images/dabaoyu.png);
}
.weatherView .icon.daxue {
  background-image: url(../../assets/images/daxue.png);
}
.weatherView .icon.fuchen {
  background-image: url(../../assets/images/fuchen.png);
}
.weatherView .icon.leizhenyu {
  background-image: url(../../assets/images/leizhenyu.png);
}
.weatherView .icon.leizhenyubanbingbao {
  background-image: url(../../assets/images/leizhenyubanbingbao.png);
}
.weatherView .icon.mai {
  background-image: url(../../assets/images/mai.png);
}
.weatherView .icon.qiangchenbao {
  background-image: url(../../assets/images/qiangchenbao.png);
}
.weatherView .icon.qingzhuanduoyun {
  background-image: url(../../assets/images/qingzhuanduoyun.png);
}
.weatherView .icon.shachenbao {
  background-image: url(../../assets/images/shachenbao.png);
}
.weatherView .icon.shandian {
  background-image: url(../../assets/images/shandian.png);
}
.weatherView .icon.tedabaoyu {
  background-image: url(../../assets/images/tedabaoyu.png);
}
.weatherView .icon.wu {
  background-image: url(../../assets/images/wu.png);
}
.weatherView .icon.xiaoxue {
  background-image: url(../../assets/images/xiaoxue.png);
}
.weatherView .icon.yangsha {
  background-image: url(../../assets/images/yangsha.png);
}
.weatherView .icon.yujiaxue {
  background-image: url(../../assets/images/yujiaxue.png);
}
.weatherView .icon.zhenxue {
  background-image: url(../../assets/images/zhenxue.png);
}
.weatherView .icon.zhongxue {
  background-image: url(../../assets/images/zhongxue.png);
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.introjs-helperLayer {
  background-color: rgba(255, 255, 255, 0.5);
}
.introjs-overlay {
  background: #000!important;
}
.introjs-skipbutton {
  visibility: hidden;
}
.introjs-donebutton {
  visibility: visible!important;
  display: inline-block !important;
}
.introjs-prevbutton {
  display: none;
}
.introjs-tooltiptext {
  font-weight: bold;
  min-width: 230px;
}
.introjs-skipbutton:active {
  background: none;
}
.introjs-nextbutton,
.introjs-fullbutton,
.introjs-button:focus,
.introjs-button:active,
.introjs-donebutton {
  color: #fff;
  text-shadow: none;
  border: none;
}
.introjs-nextbutton:hover,
.introjs-fullbutton:hover,
.introjs-button:focus:hover,
.introjs-button:active:hover,
.introjs-donebutton:hover {
  color: #fff;
}
.tooltipDiv {
  position: relative;
}
.currentStepTip {
  position: absolute;
  left: 0;
  bottom: -37px;
  letter-spacing: 3px;
}
.currentStepTip i {
  font-size: 22px;
  font-style: normal;
}
.introSkipBtn {
  position: absolute;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  margin-right: 10px;
  bottom: -32px;
  right: 64px;
}
.calendarTip {
  cursor: pointer;
}
.calendarTip img {
  width: 14px;
  margin-right: 5px;
}
.introjs-fixParent {
  z-index: 9999!important;
}
.introjs-arrow.top,
.introjs-arrow.top-right {
  top: -160px;
  border-color: transparent;
  width: 100px;
  height: 160px;
}
.introjs-arrow.top {
  left: -100px;
  background: url(../../assets/images/planeArrow_topLeft.png) center no-repeat;
}
.introjs-arrow.top-right {
  right: -100px;
  background: url(../../assets/images/planeArrow_topRight.png) center no-repeat;
}
.introjs-arrow.left,
.introjs-arrow.right,
.introjs-arrow.left-bottom,
.introjs-arrow.right-bottom {
  border-color: transparent;
  width: 167px;
  height: 90px;
}
.introjs-arrow.left {
  top: -45px;
  left: -167px;
  background: url(../../assets/images/planeArrow_leftTop.png) center no-repeat;
}
.introjs-arrow.right {
  top: -45px;
  right: -167px;
  background: url(../../assets/images/planeArrow_rightTop.png) center no-repeat;
}
.introjs-arrow.left-bottom {
  bottom: -45px;
  left: -167px;
  background: url(../../assets/images/planeArrow_leftBottom.png) center no-repeat;
}
.introjs-arrow.right-bottom {
  bottom: -45px;
  right: -167px;
  background: url(../../assets/images/planeArrow_rightBottom.png) center no-repeat;
}
.introjs-arrow.bottom,
.introjs-arrow.bottom-right {
  bottom: -151px;
  border-color: transparent;
  width: 118px;
  height: 151px;
}
.introjs-arrow.bottom {
  left: -118px;
  background: url(../../assets/images/planeArrow_bottomLeft.png) center no-repeat;
}
.introjs-arrow.bottom-right {
  right: -118px;
  background: url(../../assets/images/planeArrow_bottomRight.png) center no-repeat;
}
.imgContainer {
  position: relative;
  margin: 0 auto;
  width: 1440px;
}
.bpmHandleBtn {
  width: 90px;
  height: 32px;
  position: absolute;
  top: 25px;
  right: 240px;
}
.bpmSubmitBtn {
  width: 80px;
  height: 28px;
  position: absolute;
  top: 565px;
  left: 520px;
}
.simpleTip {
  z-index: 100000000;
  box-sizing: content-box;
  position: absolute;
  padding: 10px;
  background-color: white;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
}
.simpleTip.right {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.simpleTipArrow {
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.simpleTipArrow.right {
  top: 50%;
  left: -5px;
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/**************** 蓝色主题*****************/
.theme-blue .introjs-skipbutton {
  color: #397EF0;
}
.theme-blue .introjs-nextbutton,
.theme-blue .introjs-fullbutton,
.theme-blue .introjs-button:focus,
.theme-blue .introjs-button:active,
.theme-blue .introjs-donebutton {
  color: #fff;
  background: #397EF0;
}
.theme-blue .titleText {
  color: #397EF0;
}
.theme-blue .calendarTip:hover {
  color: #397EF0;
}
.theme-blue .introSkipBtn {
  color: #397EF0;
}
/**************** 绿色主题*****************/
.theme-green .introjs-skipbutton {
  color: #005825;
}
.theme-green .introjs-nextbutton,
.theme-green .introjs-fullbutton,
.theme-green .introjs-button:focus,
.theme-green .introjs-button:active,
.theme-green .introjs-donebutton {
  color: #fff;
  background: #005825;
}
.theme-green .titleText {
  color: #005825;
}
.theme-green .calendarTip:hover {
  color: #005825;
}
.theme-green .introSkipBtn {
  color: #005825;
}
/**************** 红色主题*****************/
.theme-red .introjs-skipbutton {
  color: #9A001E;
}
.theme-red .introjs-nextbutton,
.theme-red .introjs-fullbutton,
.theme-red .introjs-button:focus,
.theme-red .introjs-button:active,
.theme-red .introjs-donebutton {
  color: #fff;
  background: #9A001E;
}
.theme-red .titleText {
  color: #9A001E;
}
.theme-red .calendarTip:hover {
  color: #9A001E;
}
.theme-red .introSkipBtn {
  color: #9A001E;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
.sceneContainer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.sceneBackground {
  background: url(../../assets/images/sceneBackground.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.sceneContent,
.sceneContent_department {
  width: 646px;
  height: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  -o-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
.sceneContent .dialog,
.sceneContent_department .dialog {
  width: 100%;
  height: 100%;
  background: url(../../assets/images/initDialog.png) no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sceneContent .dialog .textInfo,
.sceneContent_department .dialog .textInfo {
  text-align: center;
}
.sceneContent .dialog .textInfo .title,
.sceneContent_department .dialog .textInfo .title,
.sceneContent .dialog .textInfo .titleStart,
.sceneContent_department .dialog .textInfo .titleStart {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 700;
}
.sceneContent .dialog .textInfo .depict,
.sceneContent_department .dialog .textInfo .depict {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 30px;
  color: #595959;
}
.sceneContent .dialog .textInfo .buttonBar,
.sceneContent_department .dialog .textInfo .buttonBar {
  text-align: center;
}
.sceneContent .dialog .whiteButton,
.sceneContent_department .dialog .whiteButton {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  text-align: center;
  line-height: 16px;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  margin-left: 17px;
}
.sceneContent .dialog .colorButton,
.sceneContent_department .dialog .colorButton,
.sceneContent .dialog .disableButton,
.sceneContent_department .dialog .disableButton {
  border-radius: 20px;
  text-align: center;
  line-height: 16px;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
}
.sceneContent .dialog .disableButton,
.sceneContent_department .dialog .disableButton {
  cursor: not-allowed;
  background: #F5F5F5;
  color: #CDCDCD;
  border: 1px solid #CDCDCD;
}
.sceneContent .dialog .colorButton,
.sceneContent_department .dialog .colorButton {
  cursor: pointer;
  color: #fff;
  background: #09a9f6;
}
.sceneContent .robot,
.sceneContent_department .robot {
  position: absolute;
  bottom: -30px;
  left: -61px;
}
.sceneContent .closeNav,
.sceneContent_department .closeNav {
  position: absolute;
  cursor: pointer;
  top: 14px;
  right: 1px;
}
.sceneContent .tagBar,
.sceneContent_department .tagBar {
  text-align: left;
}
.sceneContent .tagBar .keywordTag,
.sceneContent_department .tagBar .keywordTag {
  font-size: 14px;
  padding: 7px 18px;
  border-radius: 20px;
  border: 1px solid #09a9f6;
  background: #eff7ff;
  display: inline-block;
  position: relative;
  line-height: 12px;
  color: #09a9f6;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sceneContent .tagBar .keywordTag img,
.sceneContent_department .tagBar .keywordTag img {
  right: -4px;
  top: -4px;
  position: absolute;
  cursor: pointer;
}
.sceneContent .keywordSearch,
.sceneContent_department .keywordSearch {
  width: 454px;
}
.sceneContent .keywordSearch .ant-btn-primary,
.sceneContent_department .keywordSearch .ant-btn-primary {
  font-size: 14px;
  background: #09a9f6;
}
.sceneContent .keywordSearch .ant-input-group .ant-input,
.sceneContent_department .keywordSearch .ant-input-group .ant-input {
  font-size: 14px;
  color: #979797!important;
  background: none!important;
}
.sceneContent .keywordSearch .ant-input-group,
.sceneContent_department .keywordSearch .ant-input-group {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.sceneContent_keyword,
.sceneContent_command,
.sceneContent_command_keyword {
  width: 646px;
  height: 598px;
  position: absolute;
  top: 50%;
  left: 38%;
  -webkit-transform: translate(0%, -55%);
  -moz-transform: translate(0%, -55%);
  -ms-transform: translate(0%, -55%);
  -o-transform: translate(0%, -55%);
  transform: translate(0%, -55%);
}
.sceneContent_keyword .dialog,
.sceneContent_command .dialog,
.sceneContent_command_keyword .dialog {
  width: 100%;
  height: 100%;
  background: url(../../assets/images/searchDialog.png) no-repeat;
  padding: 30px 65px 55px 65px;
  display: flex;
  flex-direction: column;
}
.sceneContent_keyword .dialog .classBar,
.sceneContent_command .dialog .classBar,
.sceneContent_command_keyword .dialog .classBar {
  font-size: 14px;
  color: #808080;
}
.sceneContent_keyword .dialog .classBar p,
.sceneContent_command .dialog .classBar p,
.sceneContent_command_keyword .dialog .classBar p {
  padding: 0 6px;
  line-height: 39px;
  border-bottom: 1px dashed #e1e6e3;
}
.sceneContent_keyword .dialog .classBar p span,
.sceneContent_command .dialog .classBar p span,
.sceneContent_command_keyword .dialog .classBar p span {
  margin-right: 10px;
  line-height: 14px;
  display: inline-block;
}
.sceneContent_keyword .dialog .classBar p span:not(:first-child),
.sceneContent_command .dialog .classBar p span:not(:first-child),
.sceneContent_command_keyword .dialog .classBar p span:not(:first-child) {
  padding: 5px 7px;
  cursor: pointer;
  border: 1px solid transparent;
}
.sceneContent_keyword .dialog .classBar .activeWord,
.sceneContent_command .dialog .classBar .activeWord,
.sceneContent_command_keyword .dialog .classBar .activeWord {
  padding: 5px 7px;
  background: #eff7ff;
  border: 1px solid #09a9f6!important;
  color: #09a9f6;
  border-radius: 20px;
  cursor: pointer;
}
.sceneContent_keyword .dialog .totalBar,
.sceneContent_command .dialog .totalBar,
.sceneContent_command_keyword .dialog .totalBar {
  line-height: 35px;
  background: #f4f7f9;
  padding: 0 15px;
}
.sceneContent_keyword .dialog .totalBar span:first-child,
.sceneContent_command .dialog .totalBar span:first-child,
.sceneContent_command_keyword .dialog .totalBar span:first-child {
  color: #7b7c7d;
}
.sceneContent_keyword .dialog .totalBar .noContinue,
.sceneContent_command .dialog .totalBar .noContinue,
.sceneContent_command_keyword .dialog .totalBar .noContinue {
  color: #7b7c7d;
  float: right;
}
.sceneContent_keyword .dialog .totalBar .continueNav,
.sceneContent_command .dialog .totalBar .continueNav,
.sceneContent_command_keyword .dialog .totalBar .continueNav {
  color: #09a9f6;
  float: right;
  cursor: pointer;
}
.sceneContent_keyword .dialog .scrollArea,
.sceneContent_command .dialog .scrollArea,
.sceneContent_command_keyword .dialog .scrollArea {
  flex: 1;
  margin-top: 10px;
  width: calc(100% + 20px) !important;
  margin-left: -10px;
}
.sceneContent_keyword .dialog .affairList,
.sceneContent_command .dialog .affairList,
.sceneContent_command_keyword .dialog .affairList {
  padding: 10px;
}
.sceneContent_keyword .dialog .affairList .affairItem,
.sceneContent_command .dialog .affairList .affairItem,
.sceneContent_command_keyword .dialog .affairList .affairItem {
  height: 120px;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 11px;
  position: relative;
}
.sceneContent_keyword .dialog .affairList .affairItem:last-child,
.sceneContent_command .dialog .affairList .affairItem:last-child,
.sceneContent_command_keyword .dialog .affairList .affairItem:last-child {
  margin-bottom: 0;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairIcon,
.sceneContent_command .dialog .affairList .affairItem .affairIcon,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairIcon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 16px;
  vertical-align: top;
}
.sceneContent_keyword .dialog .affairList .affairItem .handleButton,
.sceneContent_command .dialog .affairList .affairItem .handleButton,
.sceneContent_command_keyword .dialog .affairList .affairItem .handleButton {
  display: none;
  color: #fff;
  width: 52px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  right: 16px;
  top: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo,
.sceneContent_command .dialog .affairList .affairItem .affairInfo,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo {
  display: inline-block;
  font-size: 14px;
  color: #808080;
  width: 410px;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo > p,
.sceneContent_command .dialog .affairList .affairItem .affairInfo > p,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo > p:first-child,
.sceneContent_command .dialog .affairList .affairItem .affairInfo > p:first-child,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo > p:first-child {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo > p:nth-child(2) > span:first-child,
.sceneContent_command .dialog .affairList .affairItem .affairInfo > p:nth-child(2) > span:first-child,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo > p:nth-child(2) > span:first-child {
  margin-right: 5px;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo .hotBar,
.sceneContent_command .dialog .affairList .affairItem .affairInfo .hotBar,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo .hotBar {
  margin-top: 3px;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo .hotBar > span,
.sceneContent_command .dialog .affairList .affairItem .affairInfo .hotBar > span,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo .hotBar > span {
  display: inline-block;
  align-items: center;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo .hotBar > span img,
.sceneContent_command .dialog .affairList .affairItem .affairInfo .hotBar > span img,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo .hotBar > span img {
  margin-right: 6px;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo .hotBar > span:first-child,
.sceneContent_command .dialog .affairList .affairItem .affairInfo .hotBar > span:first-child,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo .hotBar > span:first-child {
  display: inline-block;
  width: 110px;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo .blackFont,
.sceneContent_command .dialog .affairList .affairItem .affairInfo .blackFont,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo .blackFont {
  color: #000;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo .commandTag,
.sceneContent_command .dialog .affairList .affairItem .affairInfo .commandTag,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo .commandTag {
  font-size: 12px;
  line-height: 12px;
  padding: 3px;
  background: #ff4d4f;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  display: inline-block;
  color: #fff;
  position: relative;
  margin-left: 5px;
}
.sceneContent_keyword .dialog .affairList .affairItem .affairInfo .commandTag:after,
.sceneContent_command .dialog .affairList .affairItem .affairInfo .commandTag:after,
.sceneContent_command_keyword .dialog .affairList .affairItem .affairInfo .commandTag:after {
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
  border-right-color: #ff4d4f;
  border-bottom-color: #ff4d4f;
  position: absolute;
  left: -3px;
  bottom: 0;
}
.sceneContent_keyword .dialog .affairList .affairItem:hover .handleButton,
.sceneContent_command .dialog .affairList .affairItem:hover .handleButton,
.sceneContent_command_keyword .dialog .affairList .affairItem:hover .handleButton {
  display: block;
}
.sceneContent_keyword .keywordTip,
.sceneContent_command .keywordTip,
.sceneContent_command_keyword .keywordTip {
  position: absolute;
  min-width: 255px;
  min-height: 200px;
  right: 1000px;
  bottom: 48px;
  background: url(../../assets/images/keywordDialog.png) no-repeat;
  background-size: 100% 100%;
  padding: 40px 33px;
  color: #dddfe1;
  font-size: 16px;
  line-height: 16px;
}
.sceneContent_keyword .keywordTip > div,
.sceneContent_command .keywordTip > div,
.sceneContent_command_keyword .keywordTip > div {
  margin-bottom: 8px;
}
.sceneContent_keyword .keywordTip span,
.sceneContent_command .keywordTip span,
.sceneContent_command_keyword .keywordTip span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sceneContent_keyword .keywordTip span:first-child,
.sceneContent_command .keywordTip span:first-child,
.sceneContent_command_keyword .keywordTip span:first-child {
  margin-right: 0;
}
.sceneContent_keyword .robot,
.sceneContent_command .robot,
.sceneContent_command_keyword .robot {
  position: absolute;
  bottom: -30px;
  left: -61px;
}
.sceneContent_keyword .closeNav,
.sceneContent_command .closeNav,
.sceneContent_command_keyword .closeNav {
  position: absolute;
  cursor: pointer;
  top: -8px;
  right: -5px;
}
.sceneContent_command,
.sceneContent_command_keyword {
  width: 986px;
  height: 598px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  -o-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
.sceneContent_command .dialog,
.sceneContent_command_keyword .dialog {
  background: url(../../assets/images/recommendDialog.png) no-repeat;
}
.sceneContent_command .affairList .affairItem,
.sceneContent_command_keyword .affairList .affairItem {
  display: inline-block;
  width: 421px;
}
.sceneContent_command .affairList .affairItem .affairInfo,
.sceneContent_command_keyword .affairList .affairItem .affairInfo {
  width: 320px!important;
}
.sceneContent_command .affairList .affairItem:nth-child(odd),
.sceneContent_command_keyword .affairList .affairItem:nth-child(odd) {
  margin-right: 13px;
}
.sceneContent_command .closeNav,
.sceneContent_command_keyword .closeNav {
  right: 1px;
}
.sceneContent_command_keyword {
  top: 50%;
  left: 61%;
}
.sceneContent_department .dialog {
  display: block;
  padding: 68px 75px;
}
.sceneContent_department .dialog .title {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 26px;
  text-align: center;
}
.sceneContent_department .dialog .tagsBar {
  font-size: 14px;
  margin-bottom: 15px;
  height: 116px;
  overflow: auto;
}
.sceneContent_department .dialog .tagsBar span {
  line-height: 14px;
  display: inline-block;
  padding: 9px 15px;
  border-radius: 5px;
  background: #bfbfbf;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #fff;
}
.sceneContent_department .dialog .tagsBar .activeTag {
  background: #09a9f6;
}
.sceneContent_department .dialog .buttonBar {
  position: relative;
  text-align: center;
}
.sceneContent_department .dialog .buttonBar .noneText {
  cursor: pointer;
  color: #09a9f6;
  position: absolute;
  right: 0px;
  line-height: 40px;
}
.sceneContent_department .robotUp {
  position: absolute;
  left: 50%;
  top: -118px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fixedContainer {
  position: fixed;
}
.dotting {
  display: inline-block;
  min-width: 2px;
  min-height: 2px;
  box-shadow: 2px 0 currentColor, 6px 0 currentColor, 10px 0 currentColor;
  /* for IE9+, ..., 3个点 */
  animation: dot 1s infinite step-start both;
  /* for IE10+, ... */
}
.dotting:before {
  content: '...';
}
/* for IE8. 若无需兼容IE8, 此行以及下一行删除*/
.dotting::before {
  content: '';
}
/* for IE9+ 覆盖 IE8 */
:root .dotting {
  margin-right: 8px;
}
/* for IE9+,FF,CH,OP,SF 占据空间*/
@keyframes dot {
  25% {
    box-shadow: none;
  }
  /* 0个点 */
  50% {
    box-shadow: 2px 0 currentColor;
  }
  /* 1个点 */
  75% {
    box-shadow: 2px 0 currentColor, 6px 0 currentColor;
    /* 2个点 */
  }
}
/**************** 蓝色主题*****************/
.theme-blue .sceneContent .dialog .colorButton,
.theme-blue .sceneContent_department .dialog .colorButton {
  background: #397EF0;
}
.theme-blue .sceneContent .tagBar .keywordTag,
.theme-blue .sceneContent_department .tagBar .keywordTag {
  border: 1px solid #397EF0;
  background: #c4e5ff;
  color: #397EF0;
}
.theme-blue .sceneContent .keywordSearch .ant-btn-primary,
.theme-blue .sceneContent_department .keywordSearch .ant-btn-primary {
  background: #397EF0;
}
.theme-blue .sceneContent_keyword .dialog .classBar .activeWord,
.theme-blue .sceneContent_command .dialog .classBar .activeWord,
.theme-blue .sceneContent_command_keyword .dialog .classBar .activeWord {
  background: #c4e5ff;
  border: 1px solid #397EF0 !important;
  color: #397EF0;
}
.theme-blue .sceneContent_keyword .dialog .totalBar .continueNav,
.theme-blue .sceneContent_command .dialog .totalBar .continueNav,
.theme-blue .sceneContent_command_keyword .dialog .totalBar .continueNav {
  color: #397EF0;
}
.theme-blue .sceneContent_keyword .affairList .affairItem .handleButton,
.theme-blue .sceneContent_command .affairList .affairItem .handleButton,
.theme-blue .sceneContent_command_keyword .affairList .affairItem .handleButton {
  background: #a2ceff;
}
.theme-blue .sceneContent_keyword .affairList .affairItem .handleButton:hover,
.theme-blue .sceneContent_command .affairList .affairItem .handleButton:hover,
.theme-blue .sceneContent_command_keyword .affairList .affairItem .handleButton:hover {
  background: #397EF0;
}
.theme-blue .sceneContent_department .dialog .tagsBar .activeTag {
  background: #397EF0;
}
.theme-blue .sceneContent_department .dialog .buttonBar .noneText {
  color: #397EF0;
}
/**************** 红色主题*****************/
.theme-red .sceneContent .dialog .colorButton,
.theme-red .sceneContent_department .dialog .colorButton {
  background: #9A001E;
}
.theme-red .sceneContent .tagBar .keywordTag,
.theme-red .sceneContent_department .tagBar .keywordTag {
  border: 1px solid #9A001E;
  background: #ffcfd8;
  color: #9A001E;
}
.theme-red .sceneContent .keywordSearch .ant-btn-primary,
.theme-red .sceneContent_department .keywordSearch .ant-btn-primary {
  background: #9A001E;
}
.theme-red .sceneContent_keyword .dialog .classBar .activeWord,
.theme-red .sceneContent_command .dialog .classBar .activeWord,
.theme-red .sceneContent_command_keyword .dialog .classBar .activeWord {
  background: #ffcfd8;
  border: 1px solid #9A001E !important;
  color: #9A001E;
}
.theme-red .sceneContent_keyword .dialog .totalBar .continueNav,
.theme-red .sceneContent_command .dialog .totalBar .continueNav,
.theme-red .sceneContent_command_keyword .dialog .totalBar .continueNav {
  color: #9A001E;
}
.theme-red .sceneContent_keyword .dialog .affairList .affairItem .handleButton,
.theme-red .sceneContent_command .dialog .affairList .affairItem .handleButton,
.theme-red .sceneContent_command_keyword .dialog .affairList .affairItem .handleButton {
  background: #F63E62;
}
.theme-red .sceneContent_keyword .dialog .affairList .affairItem .handleButton:hover,
.theme-red .sceneContent_command .dialog .affairList .affairItem .handleButton:hover,
.theme-red .sceneContent_command_keyword .dialog .affairList .affairItem .handleButton:hover {
  background: #9A001E;
}
.theme-red .sceneContent_department .dialog .tagsBar .activeTag {
  background: #9A001E;
}
.theme-red .sceneContent_department .dialog .buttonBar .noneText {
  color: #9A001E;
}
/**************** 绿色主题*****************/
.theme-green .sceneContent .dialog .colorButton,
.theme-green .sceneContent_department .dialog .colorButton {
  background: #005825;
}
.theme-green .sceneContent .tagBar .keywordTag,
.theme-green .sceneContent_department .tagBar .keywordTag {
  border: 1px solid #005825;
  background: #62b68e;
  color: #005825;
}
.theme-green .sceneContent .keywordSearch .ant-btn-primary,
.theme-green .sceneContent_department .keywordSearch .ant-btn-primary {
  background: #005825;
}
.theme-green .sceneContent_keyword .dialog .classBar .activeWord,
.theme-green .sceneContent_command .dialog .classBar .activeWord,
.theme-green .sceneContent_command_keyword .dialog .classBar .activeWord {
  background: #62b68e;
  border: 1px solid #005825 !important;
  color: #005825;
}
.theme-green .sceneContent_keyword .dialog .totalBar .continueNav,
.theme-green .sceneContent_command .dialog .totalBar .continueNav,
.theme-green .sceneContent_command_keyword .dialog .totalBar .continueNav {
  color: #005825;
}
.theme-green .sceneContent_keyword .dialog .affairList .affairItem .handleButton,
.theme-green .sceneContent_command .dialog .affairList .affairItem .handleButton,
.theme-green .sceneContent_command_keyword .dialog .affairList .affairItem .handleButton {
  background: #00a854;
}
.theme-green .sceneContent_keyword .dialog .affairList .affairItem .handleButton:hover,
.theme-green .sceneContent_command .dialog .affairList .affairItem .handleButton:hover,
.theme-green .sceneContent_command_keyword .dialog .affairList .affairItem .handleButton:hover {
  background: #005825;
}
.theme-green .sceneContent_department .dialog .tagsBar .activeTag {
  background: #005825;
}
.theme-green .sceneContent_department .dialog .buttonBar .noneText {
  color: #005825;
}
/*********************蓝色主题 start*********************/
/*********************蓝色主题 end*********************/
/*********************红色主题 start*********************/
/*********************红色主题 end*********************/
/********************绿色主题 start********************/
/********************绿色主题 end********************/
@font-face {
  font-family: 'iconfont';
  /* project id 864711 */
  src: url('//at.alicdn.com/t/font_864711_xykac868c.eot');
  src: url('//at.alicdn.com/t/font_864711_xykac868c.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_864711_xykac868c.woff') format('woff'), url('//at.alicdn.com/t/font_864711_xykac868c.ttf') format('truetype'), url('//at.alicdn.com/t/font_864711_xykac868c.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
body {
  /*overflow:hidden*/
}
.portal-header {
  background: url(../../assets/images/top_bar_background.png) no-repeat right;
  background-color: #005825;
  padding: 0;
}
.keyChoose {
  background-color: #F5FDF8;
}
.portal-header .container .logo {
  float: left;
  display: inline-block;
  background: none;
}
.portal-header .container .logo .headerTitle {
  color: #FFFFFF;
  display: inline-block;
  float: left;
  padding-left: 8px;
  font-size: 24px;
}
.portal-header .container .logo .headerImg {
  display: inline-block;
  vertical-align: middle;
  float: left;
  line-height: 60px;
  height: 60px;
}
.portal-header .container .logo .headerImg img {
  height: 45px;
}
.portal-header .container .navigation {
  float: left;
  display: inline-block;
  height: 66px;
}
.portal-header .container .navigation .menu {
  vertical-align: bottom;
  display: inline-block;
  height: 64px;
  margin-bottom: 5px;
}
.portal-header .container .navigation .menu > ul {
  background: none;
}
.portal-header .container .userData {
  float: right;
  display: inline-block;
}
.portal-header .container .userData .iconfont.icon-xiaoxitixing {
  font-size: 24px;
  color: #ffffff;
  vertical-align: middle;
  cursor: pointer;
}
.portal-header .container .userData .userDropdown {
  vertical-align: middle;
  display: inline-block;
  height: 40px;
}
.portal-header .container .userData .badgeMargin {
  margin-right: 15px;
}
.portal-header .container .userData .iconFindMargin {
  font-size: 24px;
  color: #ffffff;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}
.portal-header .container .userData .helpIcon {
  font-size: 24px;
  color: #ffffff;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}
.portal-header .container .userData .badgeMargin .ant-badge-count {
  height: 16px;
  line-height: 16px;
  background: #fd6767;
  box-shadow: 0 0 0 0px #fff;
}
.messageTitle {
  font-size: 16px;
  color: #010101;
}
.messageLabel {
  width: 92px;
  height: 16px;
  line-height: 25px;
}
.messageNum {
  color: #FF4040;
}
.popoverStyle {
  padding-top: 18px;
}
.popoverStyle .ant-popover-content {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2);
}
.popoverStyle .ant-popover-content > .ant-popover-arrow {
  transform: translateX(-50%) rotate(54deg) skew(20deg);
  top: 10px;
  width: 16.485281px;
  height: 16.485281px;
}
.popoverStyle .ant-popover-inner {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2);
}
.popoverStyle .ant-popover-title {
  height: 47px;
  padding: 10px 17px 10px;
}
.readedButton {
  height: 18px;
  font-size: 12px;
  background: #ffffff;
  border: 1px solid #1C9750;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.22);
  line-height: 2px;
  position: absolute;
  right: 20px;
  top: 32px;
}
.readedButton .readedButtonLable {
  color: #1C9750;
  font-style: normal;
}
.messageSettingButton {
  font-size: 18px;
  color: #BDBDBD;
  position: absolute;
  right: 15px;
  top: 31px;
  cursor: pointer;
}
.listStyle.ant-list {
  padding: 0px 17px 0px 17px;
  width: 397px;
}
.listStyle .ant-list-item-content {
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -moz-box;
  display: block;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.footerStyle {
  text-align: center;
  line-height: 36px;
}
.more {
  color: #9f9f9f;
}
.more:hover {
  color: #1C9750;
}
.listItemStyle {
  cursor: pointer;
}
.listItemStyle .titleStyle a {
  color: #000000;
}
.popStyle .ant-popover-inner-content {
  padding: 8px;
}
@media (min-width: 0px) {
  .portal-header .container {
    width: 97%;
    margin: 0 auto;
    height: 66px;
  }
}
.header-portal-dot-tip {
  position: relative;
  display: inline-block;
}
.header-portal-dot-tip:after {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid #ffffff;
  background: #FD6767;
  border-radius: 100%;
  top: 50%;
  margin-top: -12px;
  margin-left: 4px;
  overflow: hidden;
  position: absolute;
}
/*点击搜索图标后出现的div*/
.searchDisplay {
  display: none;
}
/*@keyframes relative{
    0%  {width:0px;-webkit-transform: translateX(250px); }
    100%{width:500px; -webkit-transform: translateX(0);}
}

@keyframes leave{
    0%  {width:500px; }
    100%{width:0px;display: none; }
}*/
.leave {
  width: 100%;
  text-align: center;
  position: relative;
}
.search {
  width: 100%;
  text-align: center;
  position: relative;
}
.shadow {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 999;
  opacity: 0.6;
  left: 0%;
  top: 64px;
}
.search .searchContent,
.leave .searchContent {
  position: absolute;
  transition: width 500ms,visibility 150ms;
  right: 30%;
}
.search .searchContent {
  width: 500px;
  visibility: visible;
}
.leave .searchContent {
  width: 45px;
  visibility: hidden;
}
.search .search-inner:hover {
  border: none;
}
.search .search-inner .ant-input {
  background: none;
  color: #ffffff;
}
.search .ant-input-prefix {
  margin-left: -13px;
  color: #ffffff;
}
.search .ant-input-suffix {
  color: #bfbfbf;
}
span.helpMenu {
  font-weight: bold;
}
span.helpMenuItem {
  font-weight: bold;
  margin-left: 5px;
}
.userDropdown .ant-dropdown-trigger {
  line-height: 40px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 30px;
}
.userDropdown .ant-dropdown-trigger:hover {
  background: none;
  cursor: pointer;
}
.userDropdown img {
  top: 0px;
}
.hotOrHistory {
  width: 500px;
  height: 100px;
  z-index: 1000;
  position: absolute;
  top: 50px;
}
.hotOrHistory .hHeader {
  margin-right: 380px;
  color: #999999;
  font-size: 14px;
}
.hotOrHistory .pBody {
  margin-right: 380px;
  font-size: 14px;
}
.searchHead {
  color: #AFAFAF;
  width: 450px;
  text-align: left;
}
.circlePoint {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #949494;
  margin-top: 10px;
  margin-right: 6px;
}
.searchListItem {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.circleNumber,
.circleNumber0,
.circleNumber1,
.circleNumber2 {
  width: 20px;
  height: 20px;
  border-radius: 20%;
  margin-right: 5px;
  text-align: center;
}
.circleNumber {
  background: #00a2d4;
}
.circleNumber0 {
  background: #FE7171;
}
.circleNumber1 {
  background: #FFAD66;
}
.circleNumber2 {
  background: #FFAD66;
}
.choose {
  cursor: pointer;
}
.imgIcon {
  max-width: 25px;
  max-height: 25px;
  margin-right: 10px;
}
/*************** 蓝色主题 start***************/
.theme-blue .portal-header {
  background-image: url(../../assets/images/top_bar_background_newSkin-blue.png);
  background-color: #397EF0;
}
.theme-blue .header .ant-menu-horizontal .ant-menu-item:hover,
.theme-blue .header .ant-menu-horizontal .ant-menu-item.ant-menu-item-selected {
  /* border-bottom-color:  @header-blue-menu-item-active-border-color;*/
  border-bottom-color: #fff;
}
.theme-blue .more:hover {
  color: #397EF0;
}
.theme-blue .search .search-inner .ant-input:focus {
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.theme-blue .readedButton {
  border: 1px solid #397EF0;
}
.theme-blue .readedButton .readedButtonLable {
  color: #397EF0;
}
.theme-blue .keyChoose {
  background-color: #e6f7ff;
  cursor: pointer;
}
.theme-blue .closeCircle {
  color: white;
  background-color: #397EF0;
}
.theme-blue .botton .ant-btn-primary:hover {
  background-color: #3ea2ef ;
}
.theme-blue .botton .ant-btn-primary:focus {
  background-color: #3ea2ef ;
}
/*************** 蓝色主题 end***************/
/*************** 红色主题 start***************/
.theme-red .portal-header {
  background-image: url(../../assets/images/top_bar_background-red.png);
  background-color: #9A001E;
}
.theme-red .header .ant-menu-horizontal .ant-menu-item:hover,
.theme-red .header .ant-menu-horizontal .ant-menu-item.ant-menu-item-selected {
  border-bottom-color: #FF4748;
}
.theme-red .more:hover {
  color: #9A001E;
}
.theme-red .search .search-inner .ant-input:focus {
  box-shadow: 0 0 0 2px rgba(169, 0, 33, 0.3);
}
.theme-red .readedButton {
  border: 1px solid #F63E62;
}
.theme-red .readedButton .readedButtonLable {
  color: #F63E62;
}
.theme-red .keyChoose {
  background-color: #fff1f0;
}
.theme-red .closeCircle {
  color: white;
  background-color: #9A001E;
}
.theme-red .botton .ant-btn-primary:hover {
  background-color: #e23153  ;
}
.theme-red .botton .ant-btn-primary:focus {
  background-color: #e23153 ;
}
/*************** 红色主题 end***************/
.avatarUploader > .ant-upload {
  width: 300px;
  height: 300px;
}
.avatarUploader .ant-upload.ant-upload-select-picture-card {
  margin: 0 auto;
}
.avatarUploader .ant-upload.ant-upload-select-picture-card > .ant-upload {
  padding: 0px;
}
.avatarModal {
  width: 360px;
}
.avatarModal .ant-modal-content {
  width: 360px;
}
.avatarModal fieldset,
.avatarModal img {
  max-width: 300px;
  max-height: 300px;
}
.avatarModal .ant-modal-footer button + button {
  margin-right: 160px;
}
.avatarModal .ant-modal-body {
  height: 380px;
}
.avatarModal .ant-modal-close-x {
  margin-right: -11px;
  margin-top: -11px;
}
.uploadText {
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  color: #169BD5;
  margin-top: 10px;
}
.hotSearcList {
  top: -14px;
}
.searchContent {
  position: relative;
  display: inline-block;
}
.handleOk {
  margin-left: 120px;
  margin-top: 10px;
}
.closeCircle {
  color: white;
  font-size: 25px;
  position: relative;
  top: -346px;
  right: -138px;
  border-radius: 45px;
  background-color: #00a854;
}
.portrait {
  max-width: 18px;
  max-height: 18px;
  margin-right: 5px;
  margin-top: 4px;
  float: left;
}
/*//页面缩放
:global(.@{font-normal-selector}){
    @media (min-width: 1601px) {

        .portal-header .container{
            width : 97%;
            margin : 0 auto;
            height : 66px;
        }
    }

    @media (min-width: 1921px) {

        .portal-header .container{
            width : 1820px;
            margin : 0 auto;
            height : 66px;
        }
    }
}

:global(.@{font-large-selector}){
    @media (min-width: (1601px*@largeZoom)) {

        .portal-header .container{
            width : 97%;
            margin : 0 auto;
            height : 66px;
        }
    }

    @media (min-width: (1921px*@largeZoom)) {

        .portal-header .container{
            width : 1820px;
            margin : 0 auto;
            height : 66px;
        }
    }
}

:global(.@{font-extraLarge-selector}){
    @media (min-width: (1601px*@extraLargeZoom)) {

        .portal-header .container{
            width : 97%;
            margin : 0 auto;
            height : 66px;
        }
    }

    @media (min-width: (1921px*@extraLargeZoom)) {

        .portal-header .container{
            width : 1820px;
            margin : 0 auto;
            height : 66px;
        }
    }
}*/
.portal-header .container {
  width: 100%;
  margin: 0 auto;
  height: 66px;
  padding: 0 16px;
}

/*# sourceMappingURL=components.css.map*/