body {
  min-width: 1200px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  background-color: white;
  z-index: 1;
  /*overflow-y: hidden;*/
  /*青色*/
  --cyan-color: #0BB2D4;
  /*蓝色*/
  --blue-color: #3E8EF7;
  /*绿色*/
  --green-color: #11C26D;
  /*蓝绿色*/
  --blue-green-color: #17B3A3;
  /*靛青色*/
  --indigo-color: #667AFA;
  /*棕色*/
  --brown-color: #997B71;
  /*紫色*/
  --purple-color: #9463F7;
  /*灰色*/
  --gray-color: #757575;
  /*浅灰色*/
  --light-grey-color: #e5e7ed;

  /*橙色*/
  --orange-color: #EB6709;
  /*粉红色*/
  --pink-color: #F74584;
  /*黄色*/
  --yellow-color: #FCB900;
  /*红色*/
  --red-color: #FF4C52;
}

.display-flex {
  display: flex;
}

.font-bold {
  font-weight: bold
}


/*首行缩减*/
.text-indent{
  text-indent:2em;
}
.font-size-20{
  font-size: 20px;
}
.font-size-12{
  font-size: 12px !important;
}

/*下横线*/
.border-bottom-light-grey{
  border-bottom: 1px solid var(--light-grey-color);
}
/*查看更多*/
.show-more{
  text-align: center;
  color: var(--blue-color);
  line-height: 30px;
}


.search-form{
  border-bottom: 1px solid var(--light-grey-color);
}

.el-form-item .el-input{
  width: 175px;
}
.el-form-item .el-date-editor.el-input,.el-form-item .el-date-editor.el-input__inner{
  width: 175px;
}

.el-form-item .el-textarea{
  width: 400px;
}
.el-autocomplete .el-input {
  width: 100%;
}
.printTable {
  width: 100%;
  border: 1px solid #333;
  border-collapse: collapse;
}
.printTable th,.printTable  td {
  border: 1px solid black;
  padding: 5px;
}
.base-area-select-class li{
  height: auto !important;
}
.pointer{
  cursor: pointer;
}
.el-collapse-item__header{
  background-color: #f5f7fa !important;
  font-weight: bold !important;
  padding-left: 10px !important;
}
.el-collapse-item__content{
  padding: 5px !important;
}
.el-dialog-body-no-padding .el-dialog__body{
  padding: 30px 0 !important;
}

.select-class-w-300 .el-input{
  width: 300px;
}
.select-class-w-200 .el-input{
  width: 200px;
}
.select-class-w-400 .el-input{
  width: 400px;
}
.select-class-w-500 .el-input{
  width: 500px;
}
.space-around{
  justify-content: space-around !important;
}
.space-between{
  justify-content: space-between !important;
}
