.search-form .el-form-item {
  width: 25%;
  float: left;
  margin-bottom: 8px;
  margin-right: 0px;
}
.search-form .el-form-item:nth-child(n + 5) {
  display:none;
}
.search-form .el-input,.search-form .el-autocomplete,.search-form .el-select,.avue-crud__menu .search-form .el-select{
  width: 100%!important;
}
.search-form .search-btn {
  margin-top: 6px;
  margin-left: 10px;
}
.search-form .more-search {
  display: inline-block;
  font-size: 15px;
  color: #949494;
  margin-left: 10px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.search-form .el-form-item__content{
  width: calc(100% - 100px);
}
.search-form .more-search:hover {
  color: #1990ff;
}
.search-form .el-date-editor--daterange {
  width: 100%;
}
.open-form .el-form-item {
  display: block !important;
}

/*table selection cell*/
.el-table .el-table-column--selection .cell{
  text-overflow: unset;
}

@media screen and (max-width: 1440px) {
  .search-form .el-form-item {
    width: 33.33%;
  }
  .search-form .el-form-item:nth-child(n + 4) {
    display:none;
  }
}

/* nor-search-form */
.nor-search-form .el-row .el-form-item {
  width: 25%;
  float: left;
  margin-bottom: 8px;
}
.nor-search-form .el-row .el-form-item:nth-child(n + 5) {
  display:none;
}
.nor-search-form .el-row .el-select {
  width: 100%;
}
.nor-search-form .el-row .search-btn {
  margin-top: 6px;
  margin-left: 10px;
}
.nor-search-form .el-row .more-search {
  display: inline-block;
  font-size: 15px;
  color: #949494;
  margin-left: 10px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.nor-search-form .el-row .more-search:hover {
  color: #1990ff;
}
.nor-search-form .el-row .el-date-editor--daterange {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .nor-search-form .el-row .el-form-item {
    width: 33.33%;
  }
  .nor-search-form .el-row .el-form-item:nth-child(n + 4) {
    display:none;
  }
}

.text-limit {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 字体颜色 */
.bluefont {
  color:#409EFF !important;
}
.greenfont {
  color:#4db54d !important;
}
.redfont {
  color:red !important;
}

/* 字体颜色结束 */

/* margin */
.margin-top10 {
  margin-top: 10px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-top30 {
  margin-top: 30px;
}
.margin-top40 {
  margin-top: 40px;
}

.margin-right10 {
  margin-right: 10px;
}
.margin-right20 {
  margin-right: 20px;
}
.margin-right30 {
  margin-right: 30px;
}
.margin-right40 {
  margin-right: 40px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.margin-bottom30 {
  margin-bottom: 30px;
}
.margin-bottom40 {
  margin-bottom: 40px;
}

.margin-left10 {
  margin-left: 10px;
}
.margin-left20 {
  margin-left: 20px;
}
.margin-left30 {
  margin-left: 30px;
}
.margin-left40 {
  margin-left: 40px;
}
/* margin结束 */

/* bottom */
.blue-bottom::after {
  height: 3px;
  width: 100%;
  display: block;
  content: '';
  background-color: #6767e2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.green-bottom::after {
  height: 3px;
  width: 100%;
  display: block;
  content: '';
  background-color: #4db54d;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 横向tips */
.modal-tips {
  margin: 15px 0;
  color: #333;
  font-size: 14px;
}

.nodata-tips {
  padding: 12px 0;
  text-align: center;
  line-height: 200px;
  font-size: 15px;
}

.nodata-tips .el-icon-loading {
  margin-right: 10px;
  font-size: 17px;
}

/* 阴影 */
.card-shadow {
  box-shadow: 2px 2px 6px #ddd !important;
  border: 1px solid #ddd !important;
}

/* cursor */
.pointCursor {
  cursor: pointer !important;
}

/*table tooltip*/
.el-tooltip__popper.is-dark{
  line-height: 1.5;
  max-width: 400px;
  background: rgba(255,255,255,0.9);
  color: #333;
  box-shadow: 0px 1px 13px 1px #ddd;
}
.el-tooltip__popper.is-dark[x-placement^=top] .popper__arrow {
    border-top-color: rgba(255,255,255,0.9);
}

.el-tooltip__popper.is-dark[x-placement^=top] .popper__arrow::after {
    border-top-color: rgba(255,255,255,0.9);
}