body {
  margin: 16px;
  background: #F5F6FA;
  overflow: hidden;
  width: calc(100% - 32px);
}

#app {
  height: calc(100vh - 30px);
  /* width: 100%; */
  padding: 10px;
  background-color: #fff;
  overflow-y: auto;
}

.el-table .total-row {
  /* background: #F5F6FA; */
}

/* 合计滚动条 */
.el-table {
  overflow-x: auto;
}

.has-gutter {
  background:#eef1f6!important;
  color:#606266!important;
}

.el-table th.el-table__cell {
  background-color: #eef1f6;
}
.el-input,
.el-cascader {
  width: 100% !important;
}

.table-buttom-box {
  text-align: right;
}

.el-button+.el-button {
  margin: 0px 0px 0px 6px
}


.el-button--info {
  border: 1px solid #CBCBCB !important;
  background-color: #CBCBCB !important;
  color: #fff !important;
}

.el-button--info:hover {
  border: 1px solid #CBCBCB !important;
  background-color: #CBCBCB !important;
  color: #fff !important;
}

.export-radio-group {
  margin-right: 10px;
}

.el-pagination__sizes {
  width: 100px;
}

.el-pagination {
  text-align: end;
  margin-top: 10px;
}

.el-pagination .el-select .el-input .el-input__inner {
  border-radius: 4px;
  height: 32px;
}

.el-pagination__total {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #001E40;
  line-height: 32px;
}

.number.active {
  /* color: #004FE4 !important;
  background-color: #ffffff !important; */
  border: 1px solid #409EFF !important;
  border-radius: 4px;
}

.number,
.el-pagination .btn-prev,
.el-pagination .btn-next {
  padding: 0 !important;
  /* color: rgba(0, 30, 64, 1) !important; */
  /* background-color: #fff !important; */
  border: 1px solid #E4E4E4 !important;
  border-radius: 4px;
  width: 32px;
  height: 32px;
}

.el-pagination__sizes {
  float: right;
}

.el-pager .number {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 5px;
}


::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  /* border-radius: 10px; */
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgb(199, 199, 199)
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  /* border-radius: 10px; */
  background: #ededed;
}

.custom-tree-node {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px;
}

.el-submenu__title,
.el-menu--inline .el-menu-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px;
}

/* body .el-table th.gutter {
  display: table-cell !important;
}

body .el-table colgroup.gutter {
  display: table-cell !important;
} */

.nowrap-1 {
  /* 超过一行 ... */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nowrap-2 {
  /* 超过二行 ... */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nowrap-3 {
  /* 超过3行 ... */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* 左右菜单列表页样式 */
.ele-menu-box {
  display: flex;
  overflow: hidden;
}

.ele-menu-box .left-menu {
  flex-shrink: 0;
}

.ele-menu-box .right-body {
  margin-left: 16px;
  width: 100%;
  background-color: #fff;
}

/* 详情展示抽屉样式 */
.drawer-footer {
  border-top: 1px solid #F2F2F2;
  background-color: #ffffff;
  padding: 10px 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  z-index: 101;
}

/* 详情展示卡片样式 */
.drawer-form {
  height: calc(100vh - 210px);
  overflow-y: auto;
}
/* 详情展示卡片样式 */
.drawer-form-notab {
  height: calc(100vh - 130px);
  overflow-y: auto;
}

.drawer-box {
  padding: 0 15px;
}

.drawer-card {
  margin-top: 15px;
  width: 100%;
  border-bottom: 1px solid #EFEFEF
}


.tab-icon {
  margin-right: 10px;
}

.drawer-tab .el-tabs__item {
  height: 60px !important;
  line-height: 60px !important;
  font-size: 16px !important;
  padding: 0 20px !important;
  font-weight: 600;
}

.drawer-tab i {
  margin-right: 5px !important;
}

.drawer-tab .drawer-tab-box {
  margin-top: 15px;

}

.drawer-header {
  background: rgba(0, 79, 228, 0.1);
  padding-left: 24px;
  height: 65px;
}

.drawer-header span {
  color: #001E40;
  font-size: 24px;
  line-height: 65px;
}

.drawer-header .icon {
  float: right;
  margin-right: 23px;
  font-weight: 700
}


.drawer-header-bg {
  background: #E0E8FF;
}

.AdvancedFiltering {
  display: flex;
  margin-bottom: 20px;
}

.AdvancedFiltering.end {
  justify-content: flex-end;
}

.AdvancedFiltering.between {
  justify-content: space-between;
}

.AdvancedFiltering .el-input {
  width: 28% !important;
  margin-right: 20px;
}

.AdvancedFiltering .el-input__inner {
  border-radius: 8px;
  background-color: #F5F6FA;
  border: 1px solid #F5F6FA;
}

.AdvancedFiltering .el-icon-search {
  cursor: pointer;
}

.AdvancedFilteringForm {
  position: relative;
}

.AdvancedFilteringForm .AdvancedFilteringSearch {
  position: absolute;
  bottom: 20px;
  right: -50px
}

.AdvancedFilteringForm .AdvancedFilteringSearch .ele-btn-icon-right {
  border: 1px solid #A0ADBD !important;
  color: #A0ADBD !important;
  background-color: #fff !important;
}

.AdvancedFilteringForm .AdvancedFilteringSearch .el-icon-refresh-right {
  font-size: 16px !important;
}

.title-box {
  margin-bottom: 16px;
}

.title-icon {
  width: 4px;
  height: 20px;
  background: #004FE4;
  border-radius: 2px;
  display: inline-block;
  align-self: center;
  margin-right: 6px;
}

.title-content {
  font-size: 20px;
}

.contact-history .history-title {
  display: inline-block;
  line-height: 40px;
  padding-left: 20px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(1, 95, 236, 0.1) 100%);
  border-radius: 8px;
}

.contact-history .history-title.thjl {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(109, 212, 0, 0.1) 100%);
}

.contact-history .history-title.dxjl {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 159, 0, 0.1) 100%);
}

.contact-history .history-title.dhjl {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(66, 196, 218, 0.1) 100%);
}

.contact-history .history-contact {
  line-height: 54px;
  padding: 0 20px;
  background: #FBFBFB;
  border-radius: 8px;
  margin-top: 8px;
}

.contact-history .el-button--mini {
  font-size: 14px !important;
  margin-right: 5px !important;
  padding: 0px 10px !important;
  line-height: 20px !important;
  border-radius: 4px !important;
  height: 22px;
  color: #015FEC;
  line-height: 22px;
  border: 1px solid #015FEC;
}

.history-type {
  display: inline-block;
  width: 96px;
  line-height: 40px;
  border: 1px solid #F5F6FA;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  background: #F5F6FA;
}

.active-history {
  background: #EFF5FF;
  border: 1px solid #015FEC;
  color: #015FEC;
}

.ddmx-table {
  text-align: center;
}

.ddmx-table .header {
  line-height: 40px;
  margin: 10px 0;
  background-color: #F5F6FA;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
}

.ddmx-table .body {
  margin: 10px 0;
}

.ddmx-table .body .row {
  line-height: 40px;
}

.el-progress-bar__inner {
  line-height: 26px;
}

.el-input-number__decrease,
.el-input-number__increase {
  width: 40px;
  line-height: 38px;
}

.el-divider__text {
  font-size: 20px;
}
.upload-demo {
  display: inline;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; 
}
input[type=number] {
  -moz-appearance:textfield;
}