/*顶部导航栏高度*/
/*表单项与表单项的上下间距(推荐使用紧凑布局)*/
/*按钮与按钮间的水平间距*/
/*页面（灰色底）四边间距*/
/*不同元素之间的间距，包括水平和垂直的间距*/
/*页面内容左右间距；弹窗四边间距，弹窗按钮与内容间距*/
/*编辑表格内 input 高度*/
/*表单项高度*/
/*表格行高*/
/*按钮高度*/
/*弹窗按钮高度*/
/*折叠面板、标题、tab、弹窗标题的高度*/
/*图标按钮尺寸，包括表格内和表格上方操作图标*/
/*常用字体大小*/
/*标题*/
/*加大*/
/*正文*/
/*边框宽度*/
/*实线*/
/*虚线*/
/*圆角*/
/*投影*/
/*基础投影*/
/*浅色投影*/
/*提示icon*/
/**颜色类**/
.aurora-popup__wrapper {
  position: fixed;
  z-index: 2247483647 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  overflow: auto;
}
.aurora-popup__wrapper .aurora-errortips__box {
  width: 800px;
  min-height: 450px;
  max-height: 600px;
  margin: auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow-y: auto;
  box-shadow: 2px 2px 2px #0003;
}
.aurora-popup__wrapper .aurora-errortips__box .aurora-errortips__body {
  text-align: initial;
  font-size: 14px;
  padding: 20px;
  color: #5a5e66;
  height: 100%;
  display: table;
  margin: auto;
}
.aurora-popup__wrapper .aurora-errortips__box .aurora-errortips__body .errortips {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.aurora-popup__wrapper .aurora-errortips__box .aurora-errortips__body .errortips .error-code {
  font-size: 100px;
  color: #9ac7ef;
  margin: 0 auto -45px;
  text-shadow: 0 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.aurora-popup__wrapper .aurora-errortips__box .aurora-errortips__body .errortips .error-img {
  width: 260px;
  height: 180px;
  margin: 0 auto;
  background: url(/gdp2/ems/png/errortips-bg-e8a5d5c7.png) no-repeat;
}
.aurora-popup__wrapper .aurora-errortips__box .aurora-errortips__body .errortips .error-content {
  font-size: 16px;
  margin: 24px 0;
  font-weight: 700;
}
.aurora-popup__wrapper .aurora-errortips__box .aurora-errortips__body .errortips .error-bottom a {
  font-weight: 800;
  cursor: pointer;
}
.aurora-popup__wrapper .aurora-errortips__box .aurora-errortips__body .errortips .error-bottom span {
  padding-right: 15px;
}
.aurora-popup__wrapper .aurora-sso__box {
  position: absolute;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 2px 2px 2px #0003;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.aurora-popup__wrapper .aurora-sso__box .aurora-sso__body {
  text-align: initial;
  padding: 20px;
  color: #5a5e66;
  line-height: 32px;
  font-size: 14px;
}
.aurora-popup__wrapper .aurora-sso__box .aurora-sso__body .aurora-sso__body-iframe {
  width: 350px;
  height: 350px;
  overflow: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .aurora-popup__wrapper .aurora-sso__box .aurora-sso__body .aurora-sso__body-iframe {
    height: 460px;
  }
}
@supports (-ms-ime-align: auto) {
  .aurora-popup__wrapper .aurora-sso__box .aurora-sso__body .aurora-sso__body-iframe {
    height: 460px;
  }
}
.aurora-popup__wrapper.login-not-sso {
  background: #dcdfe4;
  background-size: cover;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box .aurora-not-sso__body {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: 650px;
  height: 400px;
  background: #f4f5f9;
  transform: translate(-50%, -50%);
  border: 1px solid #d4d5d7;
  box-shadow: 0 2px 4px #989a9e;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box .aurora-not-sso__body .title {
  background: #ecedf1;
  background: linear-gradient(to bottom, #ecedf1, #dadde2);
  border-bottom: 1px solid #b6babf;
  padding: 16px 20px;
  font-size: 20px;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box .aurora-not-sso__body .tbl-login {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  margin-top: 28px;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box .aurora-not-sso__body .tbl-login .form-item {
  height: 60px;
  line-height: 60px;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box .aurora-not-sso__body .tbl-login .form-item td.label {
  width: 30%;
  text-align: right;
  color: #5a5e66;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box .aurora-not-sso__body .tbl-login .form-item td.cell {
  width: 70%;
  text-align: left;
  padding-left: 12px;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box .aurora-not-sso__body .tbl-login .form-item td.cell input {
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  outline: 0;
  width: 75%;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  background: 0 0;
  color: #5a5e66;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box .aurora-not-sso__body .tbl-login .form-item td.cell input::-webkit-input-placeholder {
  color: #999;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box .aurora-not-sso__body .tbl-login .form-item td.cell input:hover {
  border-color: #999;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box .aurora-not-sso__body .tbl-login .form-item td.cell input:focus::-webkit-input-placeholder {
  color: #d9d9d9;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box .aurora-not-sso__body .tbl-login .form-item td.cell input.text-danger {
  border-color: #f5222d;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box .aurora-not-sso__body .tbl-login .form-item td.cell button {
  line-height: 40px;
  padding: 0 24px;
  width: 75%;
  height: 40px;
  color: #fff;
  background-color: #1890ff;
  text-align: center;
  transition: 0.3s;
  outline: 0;
  border: none;
  border-radius: 2px;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box .aurora-not-sso__body .tbl-login .form-item td.cell button:hover {
  background-color: #40a9ff;
}
.aurora-popup__wrapper.login-not-sso .aurora-not-sso__box .aurora-not-sso__body .tbl-login .form-item td.cell .errmessage {
  color: red;
  line-height: 20px;
}
.aurora-popup__wrapper .aurora-sso__box {
  width: 1100px !important;
}
.aurora-popup__wrapper .aurora-sso__box iframe {
  width: 1050px !important;
  height: 600px !important;
}
blockquote,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 12px;
  color: #333;
}
a {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  background-image: none;
  text-decoration: none;
  outline: 0;
  color: #1890ff;
}
img {
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
}
/*顶部导航栏高度*/
/*表单项与表单项的上下间距(推荐使用紧凑布局)*/
/*按钮与按钮间的水平间距*/
/*页面（灰色底）四边间距*/
/*不同元素之间的间距，包括水平和垂直的间距*/
/*页面内容左右间距；弹窗四边间距，弹窗按钮与内容间距*/
/*编辑表格内 input 高度*/
/*表单项高度*/
/*表格行高*/
/*按钮高度*/
/*弹窗按钮高度*/
/*折叠面板、标题、tab、弹窗标题的高度*/
/*图标按钮尺寸，包括表格内和表格上方操作图标*/
/*常用字体大小*/
/*标题*/
/*加大*/
/*正文*/
/*边框宽度*/
/*实线*/
/*虚线*/
/*圆角*/
/*投影*/
/*基础投影*/
/*浅色投影*/
/*提示icon*/
/**颜色类**/
body,
html,
#app {
  height: 100%;
}
.link-clicked {
  color: #af7be6 !important;
}
a:visited {
  color: #af7be6 !important;
}
.el-message-box {
  line-height: 1;
}
.displayInline {
  display: inline;
}
.margin-b12 {
  margin-bottom: 12px;
}
.margin-l8 {
  margin-left: 8px !important;
}
.margin-t12 {
  margin-top: 12px;
}
.margin-l12 {
  margin-left: 12px !important;
}
.display-flex {
  display: flex;
}
.el-upload__tip {
  margin-top: 0 !important;
}
.el-form-item__label {
  font-weight: bold;
}
.w-full {
  width: 100% !important;
}
.text-align-center {
  text-align: center;
}
.el-col-0 {
  display: none !important;
}
.hidden-expand > .cell {
  display: none !important;
}
.colorRed::before {
  content: '*';
  color: red;
}
.basic-red-p {
  color: red;
  margin-bottom: 4px;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-7 {
  flex: 7;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-align-center {
  align-items: center;
}
/*顶部导航栏高度*/
/*表单项与表单项的上下间距(推荐使用紧凑布局)*/
/*按钮与按钮间的水平间距*/
/*页面（灰色底）四边间距*/
/*不同元素之间的间距，包括水平和垂直的间距*/
/*页面内容左右间距；弹窗四边间距，弹窗按钮与内容间距*/
/*编辑表格内 input 高度*/
/*表单项高度*/
/*表格行高*/
/*按钮高度*/
/*弹窗按钮高度*/
/*折叠面板、标题、tab、弹窗标题的高度*/
/*图标按钮尺寸，包括表格内和表格上方操作图标*/
/*常用字体大小*/
/*标题*/
/*加大*/
/*正文*/
/*边框宽度*/
/*实线*/
/*虚线*/
/*圆角*/
/*投影*/
/*基础投影*/
/*浅色投影*/
/*提示icon*/
/**颜色类**/
/*顶部导航栏高度*/
/*表单项与表单项的上下间距(推荐使用紧凑布局)*/
/*按钮与按钮间的水平间距*/
/*页面（灰色底）四边间距*/
/*不同元素之间的间距，包括水平和垂直的间距*/
/*页面内容左右间距；弹窗四边间距，弹窗按钮与内容间距*/
/*编辑表格内 input 高度*/
/*表单项高度*/
/*表格行高*/
/*按钮高度*/
/*弹窗按钮高度*/
/*折叠面板、标题、tab、弹窗标题的高度*/
/*图标按钮尺寸，包括表格内和表格上方操作图标*/
/*常用字体大小*/
/*标题*/
/*加大*/
/*正文*/
/*边框宽度*/
/*实线*/
/*虚线*/
/*圆角*/
/*投影*/
/*基础投影*/
/*浅色投影*/
/*提示icon*/
/**颜色类**/
/* 设置滚动条的样式 */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* 滚动条滑块 */
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #C5C5C5;
}
.el-tooltip__popper {
  max-width: 500px;
  max-height: 500px;
  word-break: break-all;
}
