/*字体 start*/
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs36 {
  font-size: 36px;
}
/*字体 end*/
/*间距 start*/
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt24 {
  margin-top: 24px;
}
.mt40 {
  margin-top: 40px;
}
.mt56 {
  margin-top: 56px;
}
.mr20 {
  margin-right: 20px;
}
.mr56 {
  margin-right: 56px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml116 {
  margin-left: 116px!important;
}

/*间距 end*/
/*填充 start*/
.pr10 {
  padding-right: 10px;
}
.pr16 {
  padding-right: 16px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl11 {
  padding-left: 11px;
}
.pb55 {
	padding-bottom: 55px;
}
/*填充 end*/
/*行高 start*/
.lh20 {
  line-height: 20px;
}
.lh30 {
  line-height: 30px;
}
/*行高 end*/
p.sys-name, h1.sys-name {
  color: rgba(8, 36, 50, 1);
}

.logo-box .inline-block {
  vertical-align: middle;
}
/* 页面公共部分 */
.inline-block {
  display: inline-block;
}

/* tab */

.wt-tab-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.wt-tab .wt-tab-nav li {
  padding: 11px 5px;
  cursor: pointer;
}
.wt-tab .wt-tab-nav li.active {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.wt-tab .wt-tab-nav li.active a {
  font-family: Microsoft YaHei;
}

.wt-tab-content .wt-tab-item.hide {
  display: none !important;
}

.wt-collapse {
  border-bottom: 4px solid rgba(51, 51, 51, 1);
  cursor: pointer;
}
.wt-collapse-title-des {
  color: #7A7A7A;
}
.wt-header-tab {
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(91, 138, 174, 0.1);
  min-height: 3px;
}

.p-header-phase1 {
  font-size: 28px;
  margin-bottom: 12px;
  padding-left: 14px;
  position: relative;
}
.p-header-phase1 .phasel-msg {
  color: #AFB3C3;
  font-size: 14px;
  font-weight: normal;
  padding-left: 4px;
}

.wt-tab-content .wt-tab-item {
  text-align: justify;
}

/* header start */

.wt-header-nav.flex-box {
  align-items: center;
  -ms-align-items: center;
  padding-top: 17px;
}

.wt-header-nav.flex-box .header-logo, .wt-header-nav.flex-box .go-login a.wt-header-enterprise:not(.login-status) {
  margin: 0;
}

.wt-header-nav.flex-box .go-login a.wt-header-enterprise.login-status {
  padding-top: 0;
}

.wt-header-nav, .wt-header-tab .wt-tab-nav {
  width: 1200px;
  margin: auto;
}

.wt-tab {
  position: relative;
}
.header-logo {
  margin: 17px 0 0 0;
  float: left;
  font-weight: bold;
}

.header-logo .logo {
  padding: 10px 18px;
  text-decoration: none;
  background: url(../../images/icon/logo2x.png) no-repeat left center transparent;
  background-size: contain;
}

.header-logo .logo-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0 20px 0 10px;
  display: inline-block;
}
.go-login {
  float: right;
  color: #727475;
  font-size: 14px;
}

/*.go-login a.wt-header-enterprise {*/
/*  display: inline-block;*/
/*  padding: 29px 12px 0;*/
/*}*/
.go-login a.wt-header-enterprise {
  padding: 25px .75rem;
  display: inline-block;
}
/*.go-login a.wt-header-enterprise:not(.login-status) {*/
/*  margin-top: 26px;*/
/*  border: 1px solid #727475;*/
/*  padding: 3px 12px;*/
/*}*/

.wt-header-enterprise.login-status .el-dropdown, .wt-header-enterprise.login-status .el-dropdown-link {
  vertical-align: middle;
}

.wt-header-tab .wt-tab-nav li {
  margin-right: 30px;
  padding-top: 10px;
  font-size: 16px;
  color: #565962;
}

/* 新增企业退出 */

.user-name {
  display: inline-block;
  float: right;
  position: relative;
}

.user-name .user-popup {
  display: none;
  position: absolute;
  right: 15px;
  top: 60px;
  z-index: 2;
  padding: 8px 0;
  box-shadow: 0 4px 16px 0 rgba(14, 49, 88, 0.12);
}

.user-popup li {
  padding: 0 20px;
  line-height: 40px;
  text-align: right;
}

.user-exit {
  border-top: 1px solid #eee;
}

/* header end */

/* content start */

.wt-content {
  width: 1200px;
  margin: auto;
}

/* content end */

/* footer start */

footer {
  width: 100%;
  background: rgba(117, 117, 117, 1);
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  padding: 10px;
}

/* footer end */

/* 面包屑导航 */

.bread-nav {
  font-size: 15px;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px dashed rgba(235, 237, 242, 1);
}

.bread-nav .local-span {
  color: #AFB2C1;
}

.bread-nav .right-arrow {
  color: #727475;
  padding: 0 5px;
}

.bread-nav .nav-tip {
  padding-left: 5px;
}
.bread-nav a:last-child {
  color: #575962;
}

.bread-nav .icon-map {
  padding: 2px 10px;
  background: url(../../images/icon/icon_local.png) no-repeat;
}

/*.bread-nav a:hover {*/
/*  color: rgba(188, 4, 15, 1);*/
/*}*/

/* table 样式 */

.wt-table {
  width: 100%;
  text-align: center;
}

.wt-table th {
  color: #727475;
  background: #F2F3F8;
  text-align: center;
}

.wt-table th, .wt-table td {
  padding: 15px 12px;
  word-break: break-all;
  font-size: 14px;
  text-align: left;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #565962;
  border-bottom: 1px solid #EBEEF5;
}

.wt-table th:last-child, .wt-table td:last-child {
  text-align: center;
}

/* 分页 start */

.pagination {
  text-align: right;
  margin-top: 20px;
}

.prev, .next {
  display: inline-block;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  color: #0D1C28;
  background: #F1F2F3;
  cursor: pointer;
}

.prev.disabled, .next.disabled {
  color: #9B9B9B;
}

.page-input {
  height: 38px;
  width: 70px;
  text-align: center;
  border: 1px solid #D9D9D9;
  margin: 0 10px;
}

.total-page {
  font-size: 14px;
  color: #727475;
}

.go-page {
  height: 38px;
  width: 70px;
  text-align: center;
  border: none;
  margin: 0 10px;
  cursor: pointer;
}

/* 分页 end */

/* 新增 */

/* 表格相关 */

/*.wt-table tr:hover{*/

/*color: rgba(188, 4, 15, 1);*/

/*}*/

.p-header {
  padding-bottom: 10px;
  border-bottom: 4px solid #575962;
  margin-bottom: 20px;
  line-height: normal;
  font-size: 20px;
  letter-spacing: 1px;
}

.wt-table {
  font-size: 14px;
}

/*.wt-table tr:hover{*/

/*color: rgba(188, 4, 15, 1);*/

/*cursor: pointer;*/

/*}*/

/*.wt-table tr td .blue-succ:hover {*/
/*  color: rgba(188, 4, 15, 1);*/
/*}*/

.wt-table tbody tr:hover {
  background: #f8f8f8;
}

/* 取消和下一步按钮 */

/*.block-btn {*/
/*  margin-top: 30px;*/
/*}*/

/*.block-btn button {*/
/*  width: 170px;*/
/*  height: 48px;*/
/*  border: none;*/
/*  background: #EBF4FB;*/
/*  color: rgba(188, 4, 15, 1);*/
/*  margin-right: 15px;*/
/*  cursor: pointer;*/
/*  font-size: 16px;*/
/*}*/

/*.block-btn .save-next {*/
/*  color: #fff;*/
/*  background: rgba(188, 4, 15, 1);*/
/*}*/

.blue-succ {
  /*color: rgba(188, 4, 15, 1);*/
  cursor: pointer;
}

.red-succ {
  color: #F13939;
  cursor: pointer;
}

.green-succ {
  color: #3be185;
  cursor: pointer;
}

.blue-succ:hover, .option-btn:hover {
  color: #1062df !important;
}

/* 单选框 */

.radiobox {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}

.radiobox:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -5px;
  box-sizing: border-box;
}

input[type=radio]~span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -5px;
}

input[type=radio]:checked~span {
  border-width: 6px;
  border-style: solid;
}

input[type=radio] {
  margin-right: 6px;
}

/* checkbox复选框样式 */

.checkbox {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  position: relative;
  font-size: 100%;
  margin-right: 20px;
}

label.checkbox {
  cursor: pointer;
}

input[type=checkbox] {
  margin-right: 12px;
}

input[type=checkbox]:before {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 1.35em;
  height: 1.35em;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
  content: '';
  border: 1px solid #bbb;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.35em;
  height: 1.35em;
  content: '';
  border: 1px solid #C0CCDA;
  animation-name: none;
  box-sizing: border-box;
}

input[type=checkbox]:checked:after {
  position: absolute;
  top: 0.16em;
  left: 0.46em;
  box-sizing: border-box;
  width: 0.47em;
  height: 0.78em;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  content: '';
  box-sizing: border-box;
  display: block;
}

/* 单选框复选框结束 */

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-20 {
  margin-top: 20px;
}

.red-waring {
  color: #F13939;
  margin-left: 6px;
}

/* 材料表格 */

.materials-table {
  border: 1px solid #E2E2E2;
  border-bottom: none;
}

.materials-table thead tr {
  background: #F2F2F2;
  border-bottom: 1px solid #E2E2E2;
}

.materials-table th, .materials-table td {
  padding: 15px 12px;
}

td .option-btn {
  /*color: rgba(188, 4, 15, 1);*/
  cursor: pointer;
  padding-left: 10px;
}

td .option-btn:first-child {
  padding-left: 0;
}

.demand-box {
  padding: 14px 0;
}

/* 大字号tab栏 */

.floor {
  /*margin-top: 20px;*/
}

.floor .wt-tab-nav li {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.floor .wt-tab-nav li:after {
  content: '';
  width: 1px;
  height: 20px;
  background: #D4D4D4;
  position: absolute;
  right: -26px;
  top: 7px;
}

.floor .wt-tab-nav li:last-child:after {
  display: none;
}

.floor .wt-tab-nav li.active {
  border-bottom: 4px solid rgba(188, 4, 15, 1);
  margin-bottom: -4px;
  /*color: rgba(188, 4, 15, 1);*/
}


/* 定义滚动条样式 */

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
  width: 16px;
}

/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
  border-radius: 10px;
}

/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dcdfe6;
  border: 3px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #ACB0BF;
}

/* 表格基础属性 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 特殊按钮 */

@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.eot');
  src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont/iconfont.woff2') format('woff2'), url('iconfont/iconfont.woff') format('woff'), url('iconfont/iconfont.ttf') format('truetype'), url('iconfont/iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 数字提醒 */

.warning {
  background: #f13939;
  border-radius: 25px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  vertical-align: text-bottom;
  padding: 2px 9px;
  position: absolute;
  right: 10px;
  top: 15px
}

.circularBead {
  border-radius: 50%;
  padding: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
}

/*element*/

.el-form-item__label {
  color: #575962;
}

.el-button {
  border-radius: 0;
}
.el-tooltip.el-icon-info {
  font-size: 18px;
  color: #afb2c1;
}
.el-form--inline .el-form-item__content {
  display: inline-block;
  vertical-align: middle;
}

.el-table td, .el-table th.is-leaf, .el-table--border, .el-table--group {
  border-color: #DCDFE6;
}

.el-table--border::after, .el-table--group::after, .el-table::before {
  background-color: #DCDFE6;
}
.el-table__empty-block {
  height: auto;
}
/*全局修改 table hovery 颜色 str*/
.el-table__body tr.hover-row>td {
  background-color: #eceff8!important;
}
/*全局修改 table hovery 颜色 end*/
.el-dialog__body {
  color: #575962;
}
/*重置弹窗头部的样式 start*/
.el-dialog__header {
  padding: 0 0 0 16px;
  height: 48px;
  line-height: 48px;
}
.el-dialog__title {
  line-height: 50px;
}
.el-dialog__headerbtn {
  font-size: 22px;
  top: 12px;
}
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
  opacity: .8;
}
/*重置弹窗头部的样式 end*/
/*办事指南详情 start*/
.wt-custom_table {
  border-collapse: collapse;
}

.wt-custom_table th, .wt-custom_table td {
  border: 1px solid rgba(230, 234, 244, 1);
  padding-left: 15px;
  padding-right: 15px;
}

.wt-custom_table .left-td-custom_bg {
  background: rgba(249, 251, 253, 1);
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(63, 64, 71, 1);
  padding-top: 10px;
  padding-bottom: 10px;
}

.wt-custom_table .right-td-custom {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(63, 64, 71, 1);
  padding-top: 10px;
  padding-bottom: 10px;
}
/*办事指南详情 end*/


/*重置表格展开按钮的样式 start*/

.mat-table-container .el-table__expand-icon--expanded .el-icon-arrow-right:before {
  content: "";
  display: inline-block;
  background: url("../../images/userCenter/fold_icon.png") center center no-repeat;
}

.mat-table-container .el-table__expand-icon--expanded {
  transform: rotate(0deg)
}

.mat-table-container .el-icon-arrow-right:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../../images/userCenter/expand_icon.png") center center no-repeat;
}

.mat-table-container .el-table__row.el-table__row--level-2 td {
  padding: 0;
  border-bottom: 0;
}

.mat-table-container .el-table__row.el-table__row--level-2+.el-table__row.el-table__row--level-1 td {
  border-top: 1px solid #EBEEF5;
}

.mat-table-container .cell {
  display: flex;
}

.mat-table-container .el-table__row.el-table__row--level-2[style='display: none;']+.el-table__row.el-table__row--level-1 td {
  border-top: 0;
}
/*重置表格展开按钮的样式 end*/
.matFileListTable .fileName {
  color: #3F4047;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 80%;
  margin-left: 10px;
}

.matFileListTable .fontSize {
  color: #7F8590;
}

.matFileListTable .ag {
  width: 1em;
  fill: currentColor;
  overflow: hidden;
  font-size: 18px;
  margin: 10px auto;
  color: #333;
  -webkit-transition: font-size 0.25s linear, width 0.25s linear;
  -moz-transition: font-size 0.25s linear, width 0.25s linear;
  transition: font-size 0.25s linear, width 0.25s linear;
  vertical-align: middle;
}

.matFileListTable .ag-download {
  font-size: 16px;
  margin-right: 20px;
  vertical-align: initial;
}

.matFileListTable .el-icon-view {
  font-size: 16px;
  margin-right: 20px;
}

.matFileListTable .ag-filetype-txt {
  color: #55d7e0;
}

.matFileListTable .ag-filetype-xsl {
  color: #8bc755;
}

.matFileListTable .ag-filetype-doc {
  color: #ff8800;
}

.matFileListTable .ag-filetype-pdf {
  color: #ea4318;
}
.matFileListTable .ag-filetype-gif {
  color: #84DC00;
}

.matFileListTable .ag-filetype-png {
  color: #FCCC00;
}

.matFileListTable .ag-filetype-zip {
  color: #DC4EC1;
}

.matFileListTable .ag-filetype-rar {
  color: #8D51DB;
}

.matFileListTable .ag-folder-fill {
  color: #ff8800;
}

.matFileListTable .ag-filetype-html {
  color: #6CB600;
}

.matFileListTable .ag-filetype-mov {
  color: #B0D700;
}

.matFileListTable .ag-filetype-rp {
  color: #713CBE;
}

.matFileListTable .ag-filetype-ppt {
  color: #F85207;
}

.matFileListTable .ag-filetype-wps {
  color: #33D39D;
}

.matFileListTable .ag-filetype-exe {
  color: #F6E400;
}

.matFileListTable .download {
  vertical-align: middle;
  cursor: pointer;
  padding-left: 14px;
}

.matFileListTable .cert-icon {
  font-size: 20px;
  vertical-align: middle;
}

.matFileListTable .el-table__body tr.hover-row .download {
  display: block;
}

.el-icon-question {
  font-size: 18px;
  color: #AFB2C1;
}
.sel-status-item .el-form-item__label {
  text-align: left;
  line-height: normal;
  padding: 10px 11px 0 0;
}

.sel-status-item .el-checkbox__label, .sel-status-item .el-radio__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 14px;
  white-space: normal;
  vertical-align: middle;
  max-width: 95%;
}

.sel-status-item .el-checkbox, .sel-status-item .el-radio {
  margin-bottom: 6px;
}

.userCenterWraper {
  position: relative;
  width: 1250px;
  margin: 0 auto;
  zoom: 1;
  height: auto;
}

.userCenterWraper:before, .userCenterWraper:after {
  content: "";
  display: table;
}

.userCenterWraper:after {
  clear: both;
}

/*项目类型弹窗样式 start*/

.setting-height {
  display: flex;
  flex-direction: column;
}

.project-dialog .el-dialog__header {
  padding: 0 20px;
}

.project-dialog .el-dialog__title {
  line-height: 48px;
}

.project-dialog .el-dialog__headerbtn {
  top: 18px;
}

.project-dialog .el-dialog__body {
  padding: 24px 20px 34px;
}

.project-dialog .el-collapse {
  overflow-y: auto;
  flex: 1;
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}

.project-dialog .el-collapse::-webkit-scrollbar {
  width: 0;
}

/*IE无法设置浏览器的宽度、高度，只能隐藏，并不影响滑动*/

/*IE10,IE11,IE12*/

.project-dialog .el-collapse {
  -ms-scroll-chaining: chained;
  -ms-overflow-style: none;
  -ms-content-zooming: zoom;
  -ms-scroll-rails: none;
  -ms-content-zoom-limit-min: 100%;
  -ms-content-zoom-limit-max: 500%;
  -ms-scroll-snap-type: proximity;
  -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
  -ms-overflow-style: none;
}

.project-dialog .el-collapse-item__header {
  border-bottom: 0;
}

.project-dialog .el-collapse-item__arrow {
  display: none;
}

.project-dialog .header-title {
  margin: 0;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
}

.project-dialog .el-collapse-item__header.is-active .header-title:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 10px;
  border-color: #000 transparent transparent transparent;
  transform: rotate(360deg);
}

.project-dialog .header-title:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  border-color: #000 transparent transparent transparent;
  transform: rotate(180deg);
  top: 4px;
  transition: transform 0.3s;
}

.project-dialog .el-collapse-item__header {
  padding-bottom: 16px;
  height: auto;
  line-height: normal;
}

.project-dialog .el-collapse-item__content {
  padding: 0;
}
/*项目类型弹窗样式 end*/
.flex-ul {
  display: flex;
  flex-wrap: wrap;
}

/*banner start*/

.banner-box {
  width: 100%;
  height: 192px;
  position: relative;
}

.banner-box img {
  width: 100%;
  height: 192px;
}

.banner-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 192px;
}

.banner-info {
  width: 1200px;
  margin: 45px auto 0;
  position: relative;
}

.banner-cover .proj-name {
  font-size: 36px;
  display: inline-block;
  padding-right: 5px;
  max-width: 900px;
}

.banner-cover .title-msg {
  border: 1px solid #FFB900;
  border-radius: 12px;
  color: #FFB900;
  padding: 1px 15px 2px 15px;
  position: relative;
  top: -10px;
}
.banner-question {
  right: 0;
  width: 310px;
  height: 90px;
  position: absolute;
  top: 5px;
  line-height: 45px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.08);
}

.banner-tooltip {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.ques-item {
  position: relative;
  padding-left: 18px;
  opacity: .8;
}

.ques-item:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 1);
  opacity: 0.5;
  border-radius: 50%;
  left: 5px;
  top: 20px;
}
/*banner end*/
.apply-notice {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, .8);
  padding-top: 15px;
  display: inline-block;
}
/*主题类型样式 start*/
.theme-list-style {
  position: relative;
  display: inline-block;
  width: calc((100% - 36px) / 3);
  height: 80px;
  overflow: hidden;
  font-size: 0;
  border: 1px solid #DCDFE6;
  margin: 0 15px 15px 0;
  border: 1px solid #DCDFE6;
}

.theme-list-style .el-tooltip {
  padding: 15px 36px 15px 20px;
  height: 100%;
}

.theme-list-style .list-box:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.theme-list-style:nth-child(3n) {
  margin-right: 0;
}

.theme-list-style:hover, .theme-list-style.active-list-item {
  cursor: pointer;
  box-shadow: 1px 2px 20px 0px rgba(71, 77, 90, 0.2);
}

.theme-list-style .icon-item {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-right: 15px;
  margin-top: 5px;
}

.theme-list-style .active-icon {
  display: none;
  width: 36px;
  height: 36px;
  background: url(../../images/myProject/selected.png);
  position: absolute;
  right: 0;
  bottom: 0;
}

.theme-list-style.active-list-item .active-icon {
  display: inline-block;
}

.theme-list-style .fr, .theme-list-style .fl {
  line-height: 24px;
  font-size: 16px;
}

.theme-list-style .fr {
  width: calc(100% - 40px);
  height: 100%;
}
/*主题类型样式 end*/


/*变更项目类型弹窗的样式 start*/

.change-dialog .el-collapse {
  padding-top: 10px;
  max-height: 400px;
}

.project-dialog.change-dialog .el-dialog__body, .change-dialog .setting-part {
  display: block;
}

.change-top {
  padding: 32px 0 14px;
}

.change-dialog .el-dialog__body {
  background-color: #F0F3F6;
  padding: 14px 16px 16px;
}

.change-bottom {
  padding: 12px 24px 38px;
  margin-top: 8px;
  height: 100%;
}

.b-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 42px;
  border-bottom: 1px dashed #DCDFE6;
  margin-bottom: 10px;
}

.warning-note {
  letter-spacing: -0.2px;
  background-color: #FFF4F4;
  border: 1px solid #FF726F;
  line-height: 20px;
  padding: 12px 20px;
}

.warning-note .el-icon-warning-outline {
  color: #FF4B47;
  margin-right: 7px;
  font-size: 18px;
}

.proj-detail {
  padding: 16px 10px;
}

.proj-detail p {
  line-height: 36px;
  font-size: 16px;
}

.proj-detail p span {
  display: inline-block;
  width: 136px;
  text-align: right;
}

.proj-detail .el-textarea__inner {
  min-height: 312px !important;
  padding: 20px 24px;
  line-height: 24px;
  font-size: 16px;
}

.apply-len {
  font-size: 16px;
  margin-bottom: 12px;
}

.apply-len span:first-child {
  display: inline-block;
  width: 146px;
}

.apply-len span.color-red {
  color: #FF4B47;
  font-weight: bold;
}

.four-step {
  text-align: center;
}

.change-info {
  width: 790px;
  padding: 24px 32px;
  background-color: #F7F8FA;
  margin: 32px auto 0;
  text-align: left;
}

.change-info p {
  font-size: 14px;
  line-height: 28px;
}

.change-info p:first-child {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.change-info p span {
  width: 130px;
}

.hide-btn.el-button {
  background-color: #C1C3D0;
  margin-left: 16px;
  border: 0;
}

.hide-btn.el-button span {
  width: auto;
}

.hide-btn.el-button .el-button--mini {
  font-size: 14px;
}

.hide-btn.el-button .el-button--mini i {
  font-size: 12px;
}

.color-red {
  color: #FF4B47;
}

.color-green {
  color: #26BD7F;
}

.four-step .color-gray {
  color: #7F8590;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}

.four-step .font-24 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  margin-top: 22px;
  font-weight: bold;
}

.four-step .el-icon-success {
  font-size: 72px;
  color: #51C41A;
  margin-top: 30px;
}

.form-one .el-form-item:last-child {
  margin-bottom: 0;
}

.form-one .el-form-item__label {
  font-size: 16px;
}

.cause-form:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cause-form .el-form-item+.el-form-item {
  float: left;
  width: 50%;
}

.proj-detail .cause-form .el-form-item:first-child {
  width: 100%;
}

.cause-form .el-form-item__content {
  width: 312px;
  display: inline-block;
}

.cause-form .el-form-item:first-child .el-form-item__content {
  width: 100%;
}

.proj-detail .cause-form .el-form-item:last-child {
  float: right;
  text-align: right;
}

.proj-detail .cause-form .el-form-item:last-child .el-form-item__label {
  float: none;
}
/*变更项目类型弹窗的样式 end*/
/*表格样式*/

.apply-table {
  margin-bottom: 16px;
}

.apply-table.el-table thead th {
  background-color: #F2F3F8;
}

.apply-table.el-table thead th>.cell {
  font-weight: bold;
}

.apply-table.el-table thead th {
  padding: 8px 0;
}

/*高新区的公共样式 start*/

.is-gxyq {
  position: relative;
}

.is-gxyq .msg-arrow {
  position: absolute;
  top: 0px;
  right: -620px;
  width: 600px;
  padding: 0 10px;
  height: 40px;
  background: rgba(255, 248, 234, 1);
  border: 1px solid rgba(255, 232, 185, 1);
  font-size: 14px;
  line-height: 38px;
  border-radius: 2px;
}

.is-gxyq .msg-arrow .show-dia {
  font-weight: bold;
  cursor: pointer;
}

.is-gxyq .msg-arrow .sel-arrow {
  position: absolute;
  top: 10px;
  left: -21px;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent rgba(255, 232, 185, 1) transparent transparent;
}

.is-gxyq .msg-arrow .sel-arrow:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -9px;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent rgba(255, 248, 234, 1) transparent transparent;
}

.is-gxyq-dia .el-dialog__body {
  padding-top: 5px;
}

.is-gxyq-dia .el-tabs__item {
  font-weight: normal;
}

.is-gxyq-dia .el-tabs__header {
  margin-bottom: 15px;
}

.is-gxyq-dia .el-table::before {
  content: none;
}
/*高新区的公共样式 end*/
/*更多按钮的样式 start*/

.more-tooltip.el-tooltip__popper {
  padding: 0;
  box-shadow: 0px 0px 18px 0px rgba(71, 77, 90, 0.28);
}

.more-tooltip.el-tooltip__popper.is-light {
  border: 0;
}

.more-tooltip.el-tooltip__popper .proj-tree-delete, .more-tooltip.el-tooltip__popper .proj-look {
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  color: #7A7A7A;
}
.more-icon {
  width: 14%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  text-align: center;
  color: #AFB3C3;
}

.more-icon span, .more-icon i {
  flex: 1;
  -ms-flex: 1;
}
/*更多按钮的样式 end */

/*步骤条的样式 start*/

.step-bars {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.step-bars li {
  position: relative;
  text-align: center;
  flex: 1;
}

.step-bars li:after {
  position: absolute;
  top: 15px;
  left: calc(100%/2 + 38px);
  content: "";
  width: calc(100% - 76px);
  height: 1px;
  background-color: #DCDFE6;
}

.step-bars li:last-child:after {
  display: none;
}

.step-index {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #DCDFE6;
  border-radius: 100%;
  color: #7F8590;
  margin: 0 38px 5px;
}
.success-step .el-icon-check {
  font-weight: bold;
  line-height: 28px;
}

.step-name {
  font-size: 16px;
  line-height: 24px;
}
/*圆形的索引样式*/

.blue-index {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 5px;
}


/*步骤条的样式 end */
/*国标行业下拉框的样式 start*/

.gbhyTreeBox {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  border: 1px solid #DCDFE6;
  width: 349px;
}

.gbhyTreeBox .closeTree {
  text-align: right;
  padding: 0 15px 0 0;
  color: #C0C4CC;
}

.gbhyTreeBox .closeTree i {
  cursor: pointer;
  font-size: 20px;
}

.gbhyTree {
  height: 300px;
  overflow-y: auto;
}

.gbhyTreeBox .el-checkbox__inner {
  width: 18px;
  height: 18px;
}

.gbhyTreeBox .el-checkbox__inner::after {
  height: 8px;
  left: 6px;
  top: 2px;
  border-width: 2px;
}

.gbhyTreeBox .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  height: 4px;
  top: 6px;
}
/*国标行业下拉框的样式 end*/
/*提示弹窗的文本对齐方式 start*/
.msgLeft .el-message-box__content .el-message-box__message p {
  text-align: left;
}

.msgRight .el-message-box__content .el-message-box__message p {
  text-align: right;
}
/*提示弹窗的文本对齐方式 end*/
/*温馨提示 start*/
.tips-title {
  width: 100%;
  font-size: 15px;
  height: 48px;
  background: #FFFAF1;
  border: 1px solid #FFC58C;
  border-radius: 4px;
  line-height: 46px;
  padding: 0 16px;
}

.tips-title i {
  font-size: 20px;
  color: rgb(255, 184, 34);
  vertical-align: middle;
  padding-right: 8px;
}
/*温馨提示 end*/
.header-title {
  color: #333333;
  font-size: 18px;
  margin: 20px 0;
  position: relative;
  padding-left: 20px;
}

.header-title:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 10px;
  border-color: #000 transparent transparent transparent;
}

/*返回顶部 草稿箱 str*/

.right-msg-box, .right-msg-box2 {
  display: none;
  width: 72px;
  box-shadow: 1px 2px 20px 0px rgba(71, 77, 90, 0.2);
  z-index: 999;
  position: fixed;
  right: 15px;
  bottom: 107px;
  padding-bottom: 8px;
}

.right-msg-box2 {
  display: block;
}

.returntothetop-box, .draft-box {
  display: none;
  width: 70px;
  height: 75px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.draft-box {
  display: block;
}

.returntothetop-box span, .draft-box span {
  color: #7D8692;
  display: block;
  font-size: 14px;
  padding-top: 5px;
}

.draft-box span.draft-count {
  position: absolute;
  top: 4px;
  right: 16px;
  display: inline-block;
  min-width: 18px;
  height: 18px;
  text-align: center;
  background: #FF4A45;
  border-radius: 50%;
  font-size: 12px;
  line-height: 18px;
  padding: 0 2px;
}

.draft-box-dia {
  width: 411px;
  max-height: 500px;
  min-height: 200px;
  background: #094368;
  position: fixed;
  right: 87px;
  bottom: 80px;
  padding: 20px;
  z-index: 1000;
  overflow: auto;
}

.draft-box-dia:after {
  content: '';
  position: fixed;
  bottom: 220px;
  right: 77px;
  width: 0;
  height: 0;
  border-bottom: 10px solid;
  border-top: 10px solid;
  border-left: 11px solid;
  border-color: transparent transparent transparent #094368;
}

.draft-box-dia1:after {
  bottom: 140px;
}

.draft-list {
  margin-top: 15px;
}

.draft-item {
  width: 370px;
  height: 133px;
  background: rgba(255, 255, 255, 0.08);
  padding: 36px 10px 10px 10px;
  margin: 10px 0;
  position: relative;
  line-height: 28px;
}

.draft-item-index {
  position: absolute;
  width: 34px;
  height: 35px;
  background: url("../../images/icon/oval_1.png");
  top: 0;
  left: 0;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
}

.draft-btn {
  position: absolute;
  top: 8px;
  right: 10px;
}

.draft-btn span {
  cursor: pointer;
}

.draft-btn .go-to-apply {
  color: #FFB900;
}

.draft-btn .go-to-apply:after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 1px;
  background: #DCDFE6;
  margin: 0 5px 0 6px;
  opacity: 0.3;
}
/* 定义滚动条样式 */

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

#draftBox ::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}

/*定义滚动条轨道 内阴影+圆角*/

#draftBox ::-webkit-scrollbar-track {
  background-color: transparent;
}

/*定义滑块 内阴影+圆角*/

#draftBox ::-webkit-scrollbar-thumb {
  border: none;
  background: rgba(255, 255, 255, .2);
}

/*返回顶部 草稿箱 end*/

/*法人空间搜素按钮 str*/

.pro-search-btn {
  width: 80px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  outline: none;
  border: none;
  cursor: pointer;
  vertical-align: top;
}

/*法人空间搜素按钮 end*/

.tips {
  background: #FFFAEC;
  border: 1px solid #FFCA96;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}

.tips i {
  font-size: 20px;
  color: rgb(255, 184, 34);
  vertical-align: middle;
}

/*alert 弹窗 start*/

.alertMsg-more {
  padding-left: 10px;
  cursor: pointer;
}

.el-message-box__content .more-content {
  display: none;
  position: relative;
  border-radius: 4px;
  width: 550px;
  z-index: 10000;
  text-align: left;
  left: auto;
  top: 0;
  padding: 16px;
  line-height: 24px;
  word-break: break-all;
  background: #F5F7FA;
  max-height: 250px;
  overflow: auto;
  margin-top: 5px;
}

.el-message-box {
  width: 600px;
}

.el-message-box--center .el-message-box__content, .el-message-box__content {
  padding: 10px 24px;
}

.el-message-box__message p.finishCon {
  text-align: left;
  margin-left: 50px;
  margin-top: 4px;
}

.el-message-box__message .finishBoxSuss p.finishCon {
  margin-left: 120px;
}

.el-input__inner, .el-textarea__inner {
  border-radius: 0;
  border-color: #DCDFE6;
}

.el-tooltip__popper .tooptip-content span {
  color: #FFBD1D;
}

.el-tooltip__popper .tooptip-content span.font-bold {
  display: inline-block;
  font-weight: bold;
  width: 90px;
  text-align: right;
  font-size: 14px;
}
/*alert 弹窗 end*/
/*我的空间所有页面中搜索框的样式*/

.main-right-search {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.main-right-search:not(.fl) {
  width: 500px;
}

.main-right-search .el-input {
  flex: 1;
  -ms-flex: 1;
}

.main-right-search .el-input .el-input__inner {
  height: 46px;
  line-height: 46px;
  border-radius: 0;
}

.main-right-search:not(.fl) .el-input .el-input__inner {
  border-right: 0;
}

.main-right-search:not(.fl) .el-input__suffix i:before {
  content: "\e79d";
}

.width-half {
  width: 50%;
}

.main-right-search .el-button {
  border-radius: 0;
  height: 46px;
  padding: 0 23px;
  border: 0;
}

.main-right-search .el-icon-search {
  font-size: 18px;
}

/*设置为flex*/

.flex-box {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.flex-1 {
  flex: 1;
  -ms-flex: 1;
}

/*申报状态、事项状态的样式*/

.status-span {
  display: inline-block;
  line-height: 26px;
  border-radius: 14px;
  padding: 0px 12px;
}

/*文件图标的样式*/

.ag-fileType-doc {
  color: #ff8800;
}

.ag-filetype-txt {
  color: #55d7e0;
}

.ag-filetype-xsl {
  color: #8bc755;
}

.ag-filetype-doc {
  color: #ff8800;
}

.ag-filetype-pdf {
  color: #ea4318;
}

.ag-filetype-gif {
  color: #84DC00;
}

.ag-filetype-png {
  color: #FCCC00;
}

.ag-filetype-zip {
  color: #DC4EC1;
}

.ag-filetype-rar {
  color: #8D51DB;
}

.ag-folder-fill {
  color: #ff8800;
}

.ag-filetype-html {
  color: #6CB600;
}

.ag-filetype-mov {
  color: #B0D700;
}

.ag-filetype-rp {
  color: #713CBE;
}

.ag-filetype-ppt {
  color: #F85207;
}

.ag-filetype-wps {
  color: #33D39D;
}

.ag-filetype-exe {
  color: #F6E400;
}

.file-name {
  padding-left: 22px;
  cursor: pointer;
}

.file-name .hover-span {
  padding-left: 40px;
  display: none;
}
.file-name:hover .hover-span {
  display: inline-block;
}

.file-name .hover-span .el-icon-search {
  margin-right: 21px;
  vertical-align: middle;
}

.not-available, .not-available .status-span {
  color: #AFB2C1 !important;
}

.correctState {
  background: rgba(255, 255, 255, 1);
  border-radius: 12px;
  padding: 0px 10px;
  display: inline-block;
  height: 24px;
  line-height: 22px;
}

.correctState5 {
  color: #727475;
  border-color: #727475;
}
.correctState7 {
  color: #FFB822;
  border-color: #FFB822;
}

.correctState8 {
  color: #26BD7F;
  border-color: #26BD7F;
}

/*带有感叹号标签的提示语*/

.warn-style {
  padding-left: 23px;
  background: url(../../images/myProject/icon_s_warn.png) left center no-repeat;
  background-size: 17px 15px;
  height: 20px;
  line-height: 20px;
  color: #7F8590;
}

/*表格操作按钮的样式*/

.table-btn-list .el-button {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.table-btn-list .el-button.is-disabled {
  color: #AFB2C1;
}

.table-btn-list .el-button+.el-button {
  position: relative;
  margin-left: 26px;
}

.table-btn-list .el-button+.el-button:before {
  content: '';
  display: block;
  width: 1px;
  height: 13px;
  position: absolute;
  left: -16px;
  top: 0;
  background-color: #DCDFE6;
}

/*二级标题的样式*/

.second-title {
  font-size: 18px;
  line-height: 42px;
  position: relative;
}

/* .second-title:before {
  content: '';
  width: 6px;
  height: 18px;
  background-color: rgba(188, 4, 15, 1);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0px;
} */

/*提示语的样式*/

.info-tips-style {
  border: 1px solid #FFCA8B;
  background-color: #FFF8EA;
  font-size: 14px;
  line-height: 24px;
  padding: 11px 20px;
}

.info-tips-style .el-icon-warning-outline {
  color: #FF9422;
  font-size: 20px;
  margin-right: 7px;
  vertical-align: middle;
}

.info-tips-style span {
  color: #FF9422;
}

.stageIteminstName-bg {
  background: rgba(238, 248, 255, 1);
  border-radius: 15px;
  padding: 3px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  text-align: center;
}

/*空数据样式 start*/

.empty-box {
  position: relative;
  width: 100%;
  height: calc(100% - 180px);
}

.position-a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.empty-bg {
  width: 334px;
  height: 162px;
  margin-bottom: 14px;
  background: url("../../images/icon/empty.png") no-repeat center;
  background-size: 100% 100%;
}

/*空数据样式 end*/

.no-expand-icon .el-table__expand-icon {
  display: none;
}

/*头部操作指引弹窗 start*/
.guide-tool-name {
  padding: 0 7px 0 9px;
}

.guide-tool.el-tooltip__popper.is-dark {
  color: rgba(87, 89, 98, 1);
  width: 372px;
  padding: 0 0 8px 0;
  background-color: #fff !important;
  box-shadow: 0px 0px 28px 8px rgba(45, 71, 119, 0.05), 0px 0px 13px 0px rgba(45, 71, 119, 0.08), 0px 3px 6px 4px rgba(45, 71, 119, 0.12);
  border-radius: 0;
}

.guide-tool h5 {
  line-height: 38px;
  padding: 0 18px;
  font-size: 14px;
}

.guidelines+.guidelines {
  margin-top: 25px;
}

.guidelines h6 {
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 18px;
}

.guidelines-item li {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid rgba(241, 242, 247, 1);
  padding: 17px 21px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-align-items: center;
}

.guidelines-item li i {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: rgba(22, 154, 255, 1);
  text-align: center;
  border-radius: 100%;
  line-height: 36px;
  margin-right: 16px;
}

.guidelines-item li span {
  flex: 1;
  -ms-flex: 1;
}

.guidelines-item li:hover {
  background-color: rgba(242, 243, 248, 1);
  border-bottom: 1px solid rgba(242, 243, 248, 1);
}

.code-img {
  padding-top: 39px;
}

.code-img li {
  flex: 1;
  -ms-flex: 1;
  text-align: center;
  position: relative;
}

.code-img img {
  width: 70px;
  height: 70px;
}

.code-img .hover-img {
  width: 120px;
  height: 120px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 40px;
  transition: transform 0.5s;
}

.code-img li:hover .hover-img {
  display: block;
  transform: translateZ(-10px);
}

.code-img p {
  line-height: 32px;
  color: rgba(87, 89, 98, 1);
}

.line-h36 {
  line-height: 36px;
  color: rgba(175, 178, 193, 1);
  text-align: center;
}
/*头部操作指引弹窗 end*/
.common-bg {
  background: url(../../images/publicInformation/banner.png) center top no-repeat;
  background-size: 100% 100%;
}

.common-bg h2 {
  font-size: 36px;
  line-height: 50px;
  padding: 45px 0;
  color: #fff;
}
.common-bg .el-tabs__header {
  margin-bottom: 0;
}

/*************设置公共的背景色、边框色、字体颜色 start*************/
/*添加类名btn-normal，通过按钮初始类名添加的样式都不生效！！！*/
.btn-normal.public-color-hover:not(.btn-del),
.el-select-dropdown__item.selected,
.el-table .cell,
.change-bottom,
.change-info p span,
.apply-table.el-table thead th>.cell,
.is-gxyq-dia .el-tabs__item,
.step-name,
.tips-title,
.el-message-box__content .more-content,
.el-input__inner,
.el-textarea__inner,
.table-btn-list .el-button,
.second-title {
  color: rgba(87, 89, 98, 1)
}
.btn-del {
  color: rgba(153, 153, 153, 1)
}
/**
  公共的背景色,
  选中的标签页的背景色,
  公共的悬浮背景色，
  主要按钮的背景色和字体颜色,
  弹窗头部背景色,
  被选中的单选框*/

.public-bg-color,
.el-tabs__active-bar,
.public-hover:not(.is-disabled):hover,
.el-button--primary:not(.is-disabled):not(.btn-normal), .el-dialog__header, .el-radio__input.is-checked:not(.is-disabled) .el-radio__inner {
  background-color: rgba(188, 4, 15, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

.correctState,
.theme-list-style:hover,
.theme-list-style.active-list-item,
.project-dialog .el-collapse-item__header.is-active .header-title:before,
.project-dialog .header-title:before,
li.active .step-index,
.success-step,
.header-title:before {
  border-width: 1px;
  border-style: solid;
}
/*公共的边框颜色,
 悬浮时边框的颜色，
 主要按钮的边框颜色,
 单选框悬浮的边框颜色，
 选中的单选框的边框颜色，
 默认按钮的悬浮，
 主要按钮的悬浮
 */

.public-border-color, .public-border-color-hover:hover, .el-button--primary:not(.is-disabled):not(.btn-normal), .el-radio__inner:hover, .el-radio__input.is-checked:not(.is-disabled) .el-radio__inner, .el-button--default:not(.is-disabled):not(.btn-normal):not(.public-bg-color):hover, .el-button--primary:not(.is-disabled):not(.btn-normal):not(.public-bg-color):hover {
  border-color: rgba(188, 4, 15, 1) !important;
}
.el-select .el-input__inner:focus, .el-select .el-input.is-focus .el-input__inner,
.el-input.is-active .el-input__inner, .el-input__inner:focus,
.el-range-editor.is-active, .el-range-editor.is-active:hover,
.el-textarea__inner:focus, tips-title.tips-blue, .tips-title.tips-blue,
.el-button:not(.el-button--text):focus,
.el-button:not(.el-button--text):hover,
.el-checkbox__input.is-focus .el-checkbox__inner,
.el-checkbox__inner:hover,
.el-button--primary.is-plain,
.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover,
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner,
input[type=checkbox]:checked:before {
  border-color: rgba(188, 4, 15, 1);
}
.el-table .ascending .sort-caret.ascending,
.wt-tab .wt-tab-nav li.active,
.guide-tool.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after,
.guide-tool.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
  border-bottom-color: rgba(188, 4, 15, 1);
}
.el-table .descending .sort-caret.descending {
  border-top-color: rgba(188, 4, 15, 1);
}
/*公共的字体颜色,
 选中的标签页的字体颜色,
  标签页悬浮的字体颜色，
  文本按钮字体颜色,
  文本按钮悬浮的字体颜色,
  悬浮的字体颜色*/

.public-color, .el-tabs__item.is-active, .el-tabs__item:hover, .el-button--text:not(.is-disabled):not(.btn-normal), .el-button:not(.is-disabled):not(.public-bg-color):not(.btn-normal):hover, .el-radio__input.is-checked:not(.is-disabled)+.el-radio__label, .public-color-hover:hover {
  color: rgba(188, 4, 15, 1) !important;
}
.public-hover:hover .public-color {
  color: rgba(255, 255, 255, 1) !important;
}

.el-pagination.is-background .el-pager li:not(.disabled):not(.active):hover,
wt-tab .wt-tab-nav li.active a,
.wt-tab .wt-tab-nav li:hover,
.bread-nav a,
.bread-nav a:hover,
.wt-table tr td .blue-succ:hover,
.blue-succ,
td .option-btn,
.floor .wt-tab-nav li.active,
.modal-cancel,
.stage-icon-row .active p,
.pro-approving p,
.el-radio__input.is-checked+.el-radio__label,
.matFileListTable .ag-download,
.matFileListTable .el-icon-view,
.matFileListTable .ag-filetype-jpg,
.matFileListTable .cert-icon,
.active-list-item,
.hide-btn.el-button,
.hide-btn.el-button .el-button--mini i,
.is-gxyq .msg-arrow .show-dia,
.more-tooltip.el-tooltip__popper .el-button--text:hover,
.success-step .el-icon-check,
.tips-title.tips-blue i,
.alertMsg-more,
.file-name:hover span,
.correctState,
.correctState6,
.stageIteminstName-bg,
.hover-guide,
.guidelines-item li:hover,
.el-date-table td.today span,
.el-button:not(.el-button--text):focus,
.el-button:not(.el-button--text):hover,
.el-button--primary.is-plain,
.ag-filetype-jpg {
  color: rgba(188, 4, 15, 1);
}
.el-date-table td.available:hover,
.el-button--text:focus,
.el-button--text:hover {
  color: rgba(255, 203, 203, 1);
}

.el-button--primary.is-plain:not(.btn-normal):focus,
.el-button--primary.is-plain:not(.btn-normal):hover,
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner,
.el-button--primary.el-button.is-disabled,
.el-button--primary.el-button.is-disabled:active,
.el-button--primary.el-button.is-disabled:focus,
.el-button--primary.el-button.is-disabled:hover,
.banner-img .wt-search,
footer,
.prev:hover,
.next:hover,
.go-page,
.wt-modal-close,
.modal-cfm,
.wt-btn span,
.warning,
.el-pagination.is-background .el-pager li:not(.disabled).active,
.el-dialog__title,
.el-dialog__headerbtn .el-dialog__close,
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close,
.project-dialog .el-dialog__title,
.project-dialog .el-dialog__headerbtn .el-dialog__close,
.banner-cover .proj-name,
.wt-header-enterprise .msg-count .count,
.hide-btn.el-button span,
li.active .step-index,
.blue-index,
.banner-question,
.draft-box span.draft-count,
.draft-box-dia,
.pro-search-btn,
.main-right-search .el-button,
.guide-tool h5,
.guidelines-item li i,
.common-bg h2 {
  color: rgba(255, 255, 255, 1);
}
/*公共的选中背景色,
悬浮背景色，
默认按钮的悬浮背景色，
主要按钮的悬浮背景色*/

.public-bg-color-active, .public-bg-color-hover:hover, .el-button--default:not(.is-disabled):not(.public-bg-color):not(.btn-normal):hover, .el-button--primary:not(.is-disabled):not(.btn-normal):not(.public-bg-color):hover, .tips-title.tips-blue {
  background-color: rgba(255, 243, 243, 1) !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active,
.blue-index,
.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover,
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner,
input[type=checkbox]:checked:before,
.prev:hover,
.next:hover,
.go-page,
input[type=checkbox]:checked:before,
.wt-modal-close,
.modal-cfm,
.el-pagination.is-background .el-pager li:not(.disabled).active,
.el-button--primary,
.el-radio__input.is-checked .el-radio__inner,
.el-dialog__header,
li.active .step-index,
.pro-search-btn,
.main-right-search .el-button,
.guide-tool h5 {
  background-color: rgba(188, 4, 15, 1);
}
.el-button:not(.el-button--text):not(.hide-btn):focus,
.el-button:not(.el-button--text):not(.hide-btn):hover,
.el-button--primary.is-plain:not(.hide-btn) {
  background-color: rgba(255, 250, 250, 1);
}

.el-button--primary.el-button.is-disabled, .el-button--primary.el-button.is-disabled:active, .el-button--primary.el-button.is-disabled:focus, .el-button--primary.el-button.is-disabled:hover {
  background-color: rgba(255, 203, 203, 1);
  border-color: rgba(255, 203, 203, 1);
}
.wt-header-tab,
header,
.wt-header-nav,
.wt-header-tab .wt-tab-nav,
.user-name .user-popup,
.page-input,
.radiobox:before,input[type=checkbox]:before,
::-webkit-scrollbar,
::-webkit-scrollbar-track,
.wt-modal-content,
.change-top,
.change-bottom,
.step-index,
.gbhyTreeBox,
.right-msg-box,
.right-msg-box2,
.returntothetop-box,
.draft-box {
  background-color: rgba(255, 255, 255, 1);

}
/*公共loading样式*/

.el-loading-spinner .path {
  stroke: rgba(188, 4, 15, 1);
}

/******设置公共的背景色、边框色、字体颜色 end************/
.min-ht {
  min-height: calc(100% - 163px);
}
.cursor-poiter {
  cursor: pointer;
}

.emergentTip {
  width: 300px;
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
  rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  padding: 10px;
}
.emergent-flex {
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
#floatingWindow {
  width: 400px;
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  position: absolute;
  z-index: 9999;
}

#floatingWindow .float-head {
  background: #0081cf;
  color: #fff;
  line-height: 40px;
  padding-left: 12px;
}

#floatingWindow .float-head .el-icon-close {
  position: absolute;
  right: 12px;
  line-height: 40px;
  cursor: pointer;
}

#floatingWindow .float-content {
  padding: 12px;
}

#floatingWindow .float-content p b {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #0081cf;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  border-radius: 2px;
}