.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;
}
.container {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
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;
}
[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;
}
.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;
  padding: 0 15px;
}
/* 系统管理-在线升级 */
.upgrade-wrap {
  padding: 30px 0 0 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 .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;
}
.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 30px 20px;
  max-width: 500px;
}
.company-form-box .info-subtitle {
  margin: 30px 0 20px;
  padding-left: 20px;
  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;
}
