.search-select-component .tags.select-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: none;
}

.search-select-component .tags.select-list:empty {
  margin-top: 0;
  margin-bottom: 0;
}

.search-select-component .select-list-item {
  position: relative;
  padding-right: 20px;
  padding-top: 2px;
}

.search-select-component .select-list-item .name {
  font-size: 14px;
}

.search-select-component .select-list-item .del {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 20px;
  float: none;
  width: 18px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  color: #ea0000;
  border: 0 none;
  background: transparent none repeat scroll 0 0;
  text-shadow: none;
}

.search-select-component .layui-layer-msg {
  top: 40% !important;
}

/*** 美化样式，用于前台显示 */
.search-select-component.search-select-beautify .select-list .select-list-item {
  position: relative;
  padding-right: 30px;
}

.search-select-component.search-select-beautify .select-list .select-list-item .del {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 30px;
  line-height: 20px;
  width: 18px;
  cursor: pointer;
  color: transparent;
  background-image: url('/static/home/iplweb/images/component/del.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.search-select-component.search-select-beautify .select-list .select-list-item .del:hover {
  background-image: url('/static/home/iplweb/images/component/del_.png');
}

.search-select-component.search-select-beautify .select-list .select-list-item .name {
  line-height: 2;
}
