/* 样式覆盖 */
.webContainer .van-pull-refresh {
  min-height: calc(100vh - 165px) !important;
}
.webContainer .van-list__loading {
  display: none;
}
.webContainer .van-list__finished-text {
  display: none;
}
.pagination {
  /* margin-top: 10px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 10px;
  width: 100%;
  position: fixed;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  bottom: 0;
  padding-right: 16px;
  /* border-top: 1px solid #f0f0f0; */
}
.pagination .total {
  margin-left: 10px;
}
.serach-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  background: #fff;
  position: relative;
  z-index: 99;
}
.serach-wrap .left {
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  padding-left: 16px;
}
.serach-wrap .left .van-search {
  padding: 0;
}
.serach-wrap .left .el-button,
.serach-wrap .right .el-button{
  height: 35px;
  padding: 0;
  line-height: 35px;
  padding: 0 10px;
}
.serach-wrap .left .el-button--text {
  color: #3975c6;
}
.serach-wrap .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 16px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.serach-wrap .right .el-button--primary {
  background: #3975c6;
  color: white;
}
.serach-wrap .right .el-button--default {
  color: #3975c6;
  border-color: #3975c6;
  margin-right: 10px;
}
.excel-dialog .el-dialog__header{
  border-bottom: 1px solid rgb(240, 240, 240);
}
.excel-dialog .excel-content {
  padding: 16px;
}
.excel-dialog .el-dialog__body {
  padding: 0 ;
}
.excel-dialog .excel-content .mention{
  margin: 0;
  border: 1px solid #fdf1c2;
  background: #fffae2;
  padding: 10px;
  color: #7a4b24;
}
.excel-dialog .excel-content .mention span {
  text-decoration: underline;
  float: right;
  color: #4c7cc6;
  cursor: pointer;
}
.excel-dialog .excel-content .el-upload {
  width: 100%;
  margin-top: 16px;
}
.excel-dialog .excel-content .el-upload-dragger {
  padding-top: 45px;
  width: 100%;
  height: 240px;
}
.excel-dialog .excel-content .el-upload-dragger .btn {
  border-color: #6191ec;
  color: #6191ec;
  padding: 8px 15px;
  margin-top: 10px;
}
.excel-dialog .excel-content .el-upload-dragger .bgbtn {
  background: #3975c6;
}
.excel-dialog .excel-content .el-upload-dragger .bgbtn span {
  color: #fff;
}
.excel-dialog .excel-content .el-upload-dragger .ingbtn {
  background: #999999;
  color: white;
}
.excel-filter {
  padding: 16px 20px;
}
.excel-filter .el-date-editor {
  width: 100%;
}
.excel-filter .title {
  margin-bottom: 10px;
}
.excel-filter .filter-title {
  margin-top: 15px;
  margin-bottom: 5px;
}
.excel-filter .addFilter{
  color: #237eea;
  border-color: #DCDFE6 !important;
  width: 100%;
}
.excel-filter .addFilter span{
  color: #237eea;
}
.excel-filter .select-filter {
  width: 150px;
}
.excel-filter .array-filter {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.excel-filter .array-filter .remove {
  color: #ff6600;
  font-size: 24px;
  margin-left: 5px;
  cursor: pointer;
}
.excel-filter .filter-value {
  width: 300px;
}
.excel-filter .exportbtn {
  width: 100%;
  background: #3975c6 !important;
  color: white;
  margin-left: 0px;
  margin-top: 25px;
}
.excel-filter .exportLoading {
  opacity: .6;
}
.excel-filter .array-filter .select-filter .el-input__inner{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.excel-filter .array-filter .filter-value .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

::-webkit-scrollbar {
  height: 12px !important;
  width: 12px !important;
}
.ITPMan[data-v-5c758090]{width:100%;height:100%;padding:16px;padding-bottom:0;color:#333}.ITPMan .ITPMan-Top[data-v-5c758090]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.ITPMan .ITPMan-Top.newItp[data-v-5c758090]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.ITPMan .ITPMan-Top.newItp .newItpTab[data-v-5c758090]{margin:15px 0}.ITPMan .ITPMan-Top.newItp .newItpTab[data-v-5c758090] .el-radio-button__inner:hover{color:#3975c6}.ITPMan .ITPMan-Top.newItp .newItpTab[data-v-5c758090] .el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#3975c6 !important;background:transparent !important}.ITPMan .ITPMan-Top>span[data-v-5c758090]{font-family:"Microsoft Tai Le Bold", "Microsoft Tai Le Regular", "Microsoft Tai Le";font-weight:700;font-style:normal;font-size:20px;line-height:24px}.ITPMan .ITPMan-Top .search[data-v-5c758090]{width:480px}.ITPMan .ITPMan-Top .newSeacrhBox[data-v-5c758090]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}.ITPMan .ITPMan-Top .newSeacrhBox .addbtn[data-v-5c758090]{width:78px;height:40px;line-height:40px;text-align:center;border-radius:4px;color:#fff;background:#3975c6;cursor:pointer;font-size:14px}.ITPMan .ITPMan-table[data-v-5c758090] th.el-table__cell{background:#f2f2f2}.ITPMan .btns .add[data-v-5c758090]{width:52px;height:52px;z-index:1999;position:fixed;bottom:50px;right:100px;border-radius:50%;-webkit-transition:all 300ms ease;transition:all 300ms ease;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);box-shadow:0px 5px 8px 0px rgba(0,0,0,0.2);background:#fff;cursor:pointer}.ITPMan .btns .btn0[data-v-5c758090]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:1998;position:fixed;bottom:50px;right:100px;-webkit-transition:all 300ms ease;transition:all 300ms ease;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);opacity:0;cursor:pointer}.ITPMan .btns .btn0>img[data-v-5c758090]{width:52px;height:52px}.ITPMan .btns .btn0>span[data-v-5c758090]{font-family:"Arial Normal", "Arial";font-weight:400;font-style:normal;font-size:12px;color:#ffffff;text-align:center;margin-top:4px}.ITPMan .btns .btn1[data-v-5c758090]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;z-index:1998;position:fixed;bottom:32px;right:100px;-webkit-transition:all 300ms ease;transition:all 300ms ease;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);opacity:0;cursor:pointer}.ITPMan .btns .btn1>img[data-v-5c758090]{width:52px;height:52px}.ITPMan .btns .btn1>span[data-v-5c758090]{font-family:"Arial Normal", "Arial";font-weight:400;font-style:normal;font-size:12px;color:#ffffff;text-align:center;margin-top:4px}.ITPMan .backOverlay[data-v-5c758090]{position:fixed;top:0;left:0;z-index:-1;width:100%;height:100%;-webkit-transition:all 300ms ease;transition:all 300ms ease;background-color:rgba(0,0,0,0)}.ITPMan .oprationEquipment[data-v-5c758090]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;font-size:14px;color:#999}.ITPMan .oprationEquipment>img[data-v-5c758090]{width:80px}

