.wrap {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #333 !important;
}

.search_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.search_option {
  margin-right: 20px;
  margin-bottom: 15px;
}

.search_line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.upload .el-form-item__content {
  width: 80% !important;
}

.upload ul {
  width: 100%;
}

.search_content_form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.line_option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.line_input {
  width: 400px !important;
  margin-right: 20px;
}

.add .el-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.add .el-form .el-form-item {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
}

.add .el-form-item__content {
  margin-left: 0 !important;
  width: 100%;
  display: flex;
}



.search_content .el-form-item__content {
  width: 100%;
  margin: 0 !important;
  display: flex;
}

.add .el-form-item__label {
  line-height: 20px;
  min-width: 100px;
  text-align: right;
  font-size: 13px;
  flex-shrink: 0;
}

.el-form-item--small {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 15px !important;
}

.el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 100% !important;
}

.search_content .el-form-item__label {
  width: 100px !important;
  font-size: 13px !important;
  line-height: 15px !important;
  flex-shrink: 0;
}

.el-select {
  width: 100% !important;
}

.upload .el-form-item__label {
  margin-top: 15px !important;
}

/*.is-multiple .el-select-dropdown__list {*/
/*  display: flex !important;*/
/*  flex-wrap: wrap !important;*/
/*}*/



.el-progress-bar__inner {
  border-radius: 0 !important;
}

.el-progress-bar__outer {
  /* background: #f6f8f9 !important; */
  border-radius: 0 !important;
  background-color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid #eee;
}

.el-progress-bar__innerText {
  font-size: 10px !important;
}

/*.el-upload {*/
/*  width: 100% !important;*/
/*  text-align: left!important;*/
/*}*/


/* 外部搜索样式 */

.search_outside_module {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

.search_outside_module .search_content_form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: inherit;
}

.search_outside_module .el-form-item--mini.el-form-item,
.search_outside_module .el-form-item--medium.el-form-item {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 20px;
  box-sizing: border-box;
}

.search_outside_module .el-form-item__label {
  width: auto !important;
  flex-shrink: 0;
}

.search_outside_module .el-form-item--medium .el-form-item__content {
  margin-left: 0 !important;
  width: 100%;
}

.search_outside_module .search_line {
  width: 100%;
  margin: 0 !important;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}

.search_outside_module .el-input {
  width: 100% !important;
}

body .el-table th.gutter {
  display: table-cell !important
}

.el-table--border.is-scrolling-left~.el-table__fixed {
  border-left: 1px solid#ebeef5 !important;
}

.el-table__row td:not(.is-hidden):last-child {
  right: -1px !important;
}

.select_area .el-form-item__label {
  width: auto !important;
  min-width: auto !important;
}

.el-dialog__header {
  padding: 10px !important;
  border-bottom: 1px solid #dcdfe6 !important;
}

.el-dialog__headerbtn {
  top: 15px !important;
}

.el-dialog__body {
  padding: 20px !important;
}

.el-dialog__title {
  font-size: 14px !important;
}

.el-input__inner {
  border-radius: 2px !important;
}

.search_content_form .city_common {
  width: 75% !important;
}

.search_content_form .city_common .el-form-item--small {
  width: 33.33% !important;
}

.el-menu--horizontal {
  width: 100%;
  height: 42px;
  /* background: #f4f8fc !important; */
  border-bottom: 1px solid #eceff4 !important;
  line-height: 42px;
}

.el-menu--horizontal>.el-menu-item {
  height: 42px !important;
  line-height: 42px !important;
}

.el-menu--horizontal>.el-menu-item:hover {
  background: #fff !important;
  color: #409EFF !important;
}

.el-menu--horizontal>.el-menu-item.is-active {
  border-bottom: 2px solid #409EFF !important;
  color: #409EFF !important;
  /* background: #f4f8fc !important; */
}

.con_menu {
  width: 100%;
}

.onlySelect .el-input__inner {
  height: 32px !important;
}

.link_boxs {
  font-size: 13px;
  color: #409EFF;
  cursor: pointer;
}

.moreSearch {
  cursor: pointer;
  color: #409EFF;
  font-size: 14px;
  margin: 0 10px;
}

.selectForm .el-input__inner {
  height: 32px !important;
}

.selectForm .el-form-item {
  margin-bottom: 0 !important;

}

.selectForm .el-input__icon {
  line-height: 30px !important;
  height: 30px !important;
}

.selectForm .city_common .el-form-item {
  width: 140px !important;
}
