.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
html {
  height: 100%;
}
body {
  font-family: 'Microsoft YaHei' !important;
  height: 100%;
}
a {
  color: #555;
  text-decoration: none;
}
* {
  padding: 0;
  margin: 0;
}
.txt-center {
  text-align: center;
}
.txt-red {
  color: red;
}
.txt-blue {
  color: #3091F2;
}
[v-cloak] {
  display: none;
}
.module-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.module-container .module-content-panel {
  height: 100%;
  width: calc(100% - 240px) !important;
  background: #eee;
  position: absolute;
  left: 240px;
  top: 0;
}
.module-nav {
  height: 100%;
  width: 240px !important;
  background: #fff;
  border-right: 1px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.module-nav .module-head {
  width: 200px !important;
  margin: 16px 20px;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
}
.module-nav .module-head .iconfont {
  font-size: 16px;
  color: #666;
}
.module-nav .search-box {
  padding: 12px 20px;
  position: relative;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.module-nav .search-box .input-style .el-input__inner {
  border-radius: 14px;
}
.module-nav .module-nav-list {
  margin-bottom: 60px;
}
.module-nav .module-nav-list li {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #666;
  padding: 0 0 0 40px;
  cursor: pointer;
}
.module-nav .module-nav-list li:hover {
  color: #3091F2;
}
.module-nav .module-nav-list li.current {
  background: #d6e9fc;
  color: #3091F2;
  border-right: 2px solid #1584f3;
}
.module-nav .module-nav-list li .iconfont {
  font-size: 18px;
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}
.module-nav .new-project-btn {
  display: block;
  width: 200px;
  line-height: 42px;
  margin: 0 20px;
  text-align: center;
  border: none;
  font-size: 15px;
}
.module-nav .module-menu-style {
  border: 0;
}
.module-nav .module-menu-style .el-submenu__title i {
  margin-right: 10px;
}
.module-nav .module-menu-style .el-menu-item i {
  margin-right: 10px;
}
.module-nav .module-menu-style .el-submenu .el-menu-item {
  padding: 0 45px !important;
}
/* 项目右侧头部 */
.module-content-header {
  height: 40px;
  display: flex;
  padding: 0 30px 0 20px;
  background: #fff;
  margin: 10px 15px 0;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.module-content-header .head-left {
  border-left: 2px solid #3091F2;
}
.module-content-header .head-left .icon-project0 {
  color: #3091F2;
  font-size: 20px;
  vertical-align: middle;
}
.module-content-header .head-left .head-tit {
  font-size: 15px;
  font-weight: bold;
  margin-left: 20px;
}
.module-content-header .head-left .head-tit em {
  color: #3091F2;
  padding-left: 10px;
  font-style: normal;
}
.module-content-header .head-right .new-project-btn {
  padding: 7px 10px;
  border-radius: 0;
}
.module-content-header .head-right .iconfont {
  color: #888;
  font-size: 18px;
  margin-left: 20px;
  vertical-align: middle;
}
/* 模块右侧主要内容 */
.module-content-box {
  width: 100%;
  height: calc(100% - 50px);
  overflow-y: auto;
  background: #eee;
  padding: 10px 15px;
  box-sizing: border-box;
}
.module-content-box .content-inner-header {
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-bottom: 10px solid #eee;
  padding: 0 20px;
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: space-between;
}
.module-content-box .content-inner-box {
  width: 100%;
  min-height: 100%;
  background: #fff;
}
.module-content-box .content-inner-box .head-tab .tab-item {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  margin: 0 15px;
  border-bottom: 2px solid transparent;
}
.module-content-box .content-inner-box .head-tab .current {
  border-color: #3091F2;
}
.module-content-box .content-inner-box .head-tab .current a {
  color: #3091F2;
}
/* 系统管理-在线升级 */
.upgrade-wrap {
  padding: 30px 0 25px 30px ;
}
.upgrade-wrap .wrap-title {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.upgrade-wrap .wrap-subtitle {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}
.upgrade-wrap .price-info-table .price-type {
  margin-bottom: 16px;
}
.upgrade-wrap .price-info-table .price-type .item-label {
  width: 100px;
  display: inline-block;
  font-size: 14px;
  color: #333;
}
.upgrade-wrap .price-info-table .type-content {
  font-size: 14px;
  color: #333;
  margin-right: 40px;
}
.upgrade-wrap .price-info-table .type-content em {
  color: #ff3803;
}
.upgrade-wrap .price-info-table em {
  font-style: normal;
}
.upgrade-wrap .price-info-table .table-tips {
  font-size: 12px;
  color: #3091F2;
}
.upgrade-wrap .buy-form .el-form-item {
  margin-bottom: 12px;
}
.upgrade-wrap .buy-form .price-total em {
  font-style: normal;
  padding: 0 8px;
}
.upgrade-wrap .buy-form .price-total span {
  color: #ff3803;
}
.upgrade-wrap .confirm-info .info-item {
  display: inline-block;
  font-size: 14px;
}
.upgrade-wrap .confirm-info .info-item + .info-item {
  margin-left: 40px;
}
.upgrade-wrap .confirm-info .item-label {
  color: #999;
}
.upgrade-wrap .confirm-info .item-con {
  color: #333;
  margin-left: 4px;
}
.upgrade-wrap .purchase-foot .checkbox-agreement {
  margin-bottom: 20px;
}
.upgrade-wrap .purchase-foot .price-info {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.upgrade-wrap .purchase-foot .purchase-btn {
  background: #fe8a01;
  color: #fff;
  width: 160px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  outline: none;
  border: none;
}
.upgrade-wrap .purchase-foot .price-final {
  margin: 20px 0;
  font-size: 22px;
  color: #fe8a01;
}
.upgrade-wrap .purchase-foot .price-final label {
  font-size: 14px;
  color: #333;
}
.upgrade-wrap .purchase-foot .kefu-tips {
  font-size: 13px;
  color: #666;
  margin-top: 18px;
}
.upgrade-wrap .purchase-foot .kefu-tips a {
  color: #3091F2;
}
.manage-order-box .order-head-option {
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}
.manage-order-box .order-head-option .el-input {
  width: 140px;
}
.manage-order-box .order-head-option .el-input__inner {
  border-radius: 0;
}
.manage-order-box .order-head-option .el-button {
  border-radius: 0;
}
.manage-order-box .manage-order-table .el-table th {
  background: #f9f9f9;
  font-weight: normal;
}
.manage-order-box .el-button--text {
  padding: 0;
  position: relative;
}
.manage-order-box .el-button--text + .el-button--text:before {
  content: '|';
  color: #aaa;
  position: absolute;
  left: -8px;
  top: 0;
}
.manage-order-box .pagination-box {
  text-align: center;
  margin-top: 20px;
}
.order-info-dialog .el-dialog__body {
  padding: 0px 30px;
}
.order-info-dialog .order-info-box + .order-info-box {
  margin-top: 15px;
}
.order-info-dialog .order-info-box .title {
  font-size: 18px;
  color: #333;
}
.order-info-dialog .order-info-box .info-item .item-label {
  display: inline-block;
  width: 90px;
  text-align: right;
  color: #999;
}
.order-info-dialog .order-info-box .info-item .item-con {
  color: #000;
}
.order-info-dialog .order-info-box .total-price-info {
  margin-top: 10px;
}
.order-info-dialog .order-info-box .total-price-info .item-label {
  display: inline-block;
  width: 90px;
  text-align: right;
  color: #999;
}
.order-info-dialog .order-info-box .total-price-info .final-price {
  font-size: 20px;
  color: #fe8a01;
}
.company-form-box {
  padding: 0 46px 20px;
  max-width: 540px;
}
.company-form-box .info-subtitle {
  margin: 50px 0 20px;
  padding-left: 10px;
  font-size: 16px;
  color: #999;
  line-height: 14px;
  border-left: 2px solid #3091F2;
}
.company-form-box .el-input__inner {
  border-radius: 0;
}
.company-form-box .el-form-item {
  margin-bottom: 16px;
}
.company-form-box .company-checkbox-style {
  padding-left: 20px;
}
.company-form-box .company-checkbox-style .inner-tips {
  font-size: 14px;
  color: #999;
  margin: 20px 0;
}
.company-form-box .company-checkbox-style .el-checkbox {
  margin: 4px 30px;
}
.company-form-box .company-checkbox-style .submitBtn {
  margin: 40px 30px;
}
.company-form-box .validate-info-tips {
  font-size: 14px;
  color: #999;
  padding-left: 10px;
}
.company-form-box .picture-upload-box {
  margin: 20px 40px;
}
.company-form-box .foot-sub-btn {
  padding: 10px 40px;
}
.company-form-box .info-col .el-form-item {
  width: 380px;
  display: inline-block;
}
.company-form-box .info-col .el-radio-group {
  margin-left: 24px;
}
.form-table-box {
  max-width: 100%;
}
.form-table-box .table-style {
  margin-top: 16px;
}
.form-table-box .table-foot-tips {
  font-size: 13px;
  color: #999;
  padding-left: 50px;
  text-indent: -26px;
  margin-top: 10px;
}
.form-table-box .pagination-box {
  text-align: center;
  margin-top: 20px;
}
.manage-table-box .table-style {
  /* margin-top: 16px; */
}
.manage-table-box .el-table th {
  background-color: #f9f9f9;
}
.manage-table-box .pagination-box {
  text-align: center;
  margin-top: 20px;
}
.manage-table-box .table-option-head {
  padding: 10px;
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: space-between;
}
.manage-table-box .table-option-head .el-input {
  width: 160px;
}
.manage-table-box .el-button--text {
  padding: 2px 0;
}
.new-department-dialog .el-dialog__body {
  padding: 10px 20px;
}
.new-department-dialog .el-form-item {
  margin-bottom: 16px;
}
.invite-dialog-style .el-dialog__body {
  padding: 8px 20px;
}
.invite-dialog-style .el-dialog__body .el-input {
  width: 300px;
  margin-right: 20px;
}
.invite-dialog-style .invite-tips {
  font-size: 14px;
  color: #999;
  margin-bottom: 14px;
}
.invite-dialog-style .additem-box {
  padding-left: 120px;
}
.invite-dialog-style .additem-box .additem-tips {
  font-size: 14px;
  color: #999;
  margin-bottom: 6px;
}
.invite-dialog-style .additem-box .additem-tips em {
  color: #3091F2;
  font-style: normal;
  font-weight: normal;
}
.staffinfo-dialog-style .el-dialog__body {
  padding: 10px 20px 0;
}
.staffinfo-dialog-style .step-tab {
  text-align: center;
  margin-bottom: 10px;
}
.staffinfo-dialog-style .info-col .el-form-item {
  width: 280px;
  display: inline-block;
}
.staffinfo-dialog-style .info-col .el-radio-group {
  margin-left: 30px;
}
.newRole-form-box {
  padding-top: 30px;
}
.newRole-form-box .el-input,
.newRole-form-box .el-textarea {
  max-width: 400px;
  border-radius: 0;
}
.newRole-form-box .power-checkbox-box {
  display: table;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.newRole-form-box .power-checkbox-box .checkbox-wrap {
  overflow: hidden;
  display: table-row;
}
.newRole-form-box .power-checkbox-box .checkbox-wrap .column-item {
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #eee;
}
.newRole-form-box .power-checkbox-box .checkbox-wrap .column-1 {
  width: 40px;
  text-align: center;
  border-right: 1px solid #eee;
}
.newRole-form-box .power-checkbox-box .checkbox-wrap .column-2 {
  width: 220px;
  padding: 10px;
  border-right: 1px solid #eee;
}
.newRole-form-box .power-checkbox-box .checkbox-wrap .column-3 {
  width: 200px;
  padding: 10px;
}
.newRole-form-box .power-checkbox-box .checkbox-wrap .column-4 {
  width: 420px;
  padding: 10px;
}
.newRole-form-box .power-checkbox-box .top-head {
  background: #fafafa;
  height: 20px;
  line-height: 20px;
}
.newRole-form-box .power-checkbox-box .el-checkbox {
  margin-left: 0;
  display: block;
}
.role-info-box .role-info-brief {
  padding: 15px 20px;
  position: relative;
  border-bottom: 10px solid #eee;
}
.role-info-box .role-info-brief .role-name {
  font-size: 22px;
  color: #333;
  display: flex;
  -js-display: flex;
  align-items: center;
}
.role-info-box .role-info-brief .role-name .next-btn {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 12px solid #666;
  border-bottom: 10px solid transparent;
  margin: 0 10px;
  cursor: pointer;
}
.role-info-box .role-info-brief .role-name .prev-btn {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 12px solid #666;
  border-bottom: 10px solid transparent;
  margin: 0 10px;
  cursor: pointer;
}
.role-info-box .role-info-brief .brief-content {
  margin-top: 24px;
  font-size: 14px;
  color: #666;
}
.role-info-box .role-info-brief .brief-content li {
  display: inline-block;
  padding: 0 60px;
}
.role-info-box .role-info-brief .brief-content li:first-child {
  padding-left: 20px;
}
.role-info-box .role-info-brief .brief-content li + li {
  border-left: 1px solid #eee;
}
.role-info-box .role-info-brief .created-time {
  font-size: 14px;
  color: #666;
  margin: 24px 20px 0;
}
.role-info-box .role-info-brief .created-user {
  position: absolute;
  top: 20px;
  right: 50px;
}
.role-info-box .role-info-brief .created-user .user-name {
  font-size: 14px;
  color: #666;
}
.role-info-box .role-info-brief .created-user .user-name span {
  color: #3091F2;
}
.role-info-box .role-info-brief .created-user .user-head-pic {
  margin-top: 24px;
  text-align: center;
}
.role-info-box .role-info-brief .created-user .user-head-pic img {
  width: 50px;
  height: 50px;
}
.role-info-box .role-option-box {
  height: 40px;
  border-bottom: 2px solid #f1f1f1;
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.role-info-box .role-option-box .option-tab li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  margin-right: 20px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.role-info-box .role-option-box .option-tab .current {
  border-bottom: 2px solid #3091F2;
}
.role-info-box .role-power-table .power-table {
  width: 100%;
  font-size: 14px;
  color: #555;
  margin-top: 30px;
}
.role-info-box .role-power-table .power-table th {
  font-weight: normal;
  background: #f5f5f5;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 6px 0;
}
.role-info-box .role-power-table .power-table td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #333;
  padding: 10px;
}
.role-info-box .role-power-table .power-table td .info-txt {
  line-height: 24px;
}
.role-info-box .role-power-table .power-table td:first-child {
  width: 170px;
  text-align: center;
}
.role-info-box .role-power-table .power-table td:nth-child(2) {
  width: 200px;
  border-right: 0;
}
.role-info-box .role-power-table .power-table td:nth-child(4) {
  width: 140px;
  text-align: center;
}
.role-info-box .role-power-table .power-table td:nth-child(5) {
  width: 140px;
  text-align: center;
}
.role-info-box .role-staff-list .el-button--text {
  padding: 2px 0;
}
.role-info-box .role-staff-list .pagination-box {
  text-align: center;
  margin-top: 14px;
}
