.title-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fe-hc-select .fe-search-bar-cancel {
  color: #323232;
}
.fe-hc-select .fe-search-bar-input {
  border-radius: inherit;
}
.fe-hc-select-container {
  background-color: #fff;
}
.fe-hc-select-container-item {
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 12px;
  border: 1px solid #eeeeee;
}
.fe-hc-select-container-icon {
  float: right;
  top: 16px;
  right: 10px;
}
.fe-hc-select-title {
  height: 32px;
  line-height: 32px;
  background: #F7F7F7;
  font-size: 12px;
  color: #969696;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fe-hc-select-list {
  background-color: #fff;
  max-height: 170px;
  overflow: auto;
}
.fe-hc-select-list-item {
  height: 40px;
  line-height: 40px;
  display: flex;
  position: relative;
}
.fe-hc-select-list-item-title {
  font-size: 13px;
  padding-left: 43px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fe-hc-select-list-item-title::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3A8CFF;
  border: 1px solid #3A8CFF;
  position: absolute;
  left: 19px;
  top: 15.5px;
}
.fe-hc-select-list-item.active .fe-hc-select-list-item-title {
  color: #3A8CFF;
}
.fe-hc-select-list-item.active .fe-hc-select-list-item-title::before {
  background: #FFFFFF;
}
.fe-hc-select-list-item:first-of-type .fe-hc-select-list-item-click::before {
  display: none;
}
.fe-hc-select-list-item:last-of-type .fe-hc-select-list-item-click::after {
  display: none;
}
.fe-hc-select-list-item-click {
  width: 25px;
}
.fe-hc-select-list-item-click::before {
  content: '';
  height: 17px;
  border-left: 1px dotted #3A8CFF;
  position: absolute;
  left: 22px;
  top: 0px;
}
.fe-hc-select-list-item-click::after {
  content: '';
  height: 17px;
  border-left: 1px dotted #3A8CFF;
  position: absolute;
  left: 22px;
  bottom: 0px;
}
.search-bar {
  width: 100%;
}
.search-bar-form,
.search-bar-result {
  padding: 0 10px;
}
.search-bar-form {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  height: 44px;
  overflow: hidden;
}
.search-bar-input {
  flex: 1;
  position: relative;
  width: 100%;
  height: 28px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}
.search-bar-placeholder,
.search-bar input[type='search'] {
  position: absolute;
  top: 0;
  left: 0;
}
.search-bar-placeholder {
  box-sizing: content-box;
  z-index: 1;
  width: 100%;
  height: 28px;
  color: #cccccc;
  line-height: 28px;
  transition: width 0.3s;
  display: block;
  text-align: center;
}
.search-bar-placeholder-focus {
  padding-left: 10px;
  width: auto;
}
.search-bar-placeholder-text {
  color: #9c9c9d;
  font-size: 16px;
}
.search-bar-icon {
  color: #b2b2b2;
}
.search-bar input[type='search'] {
  z-index: 2;
  opacity: 0;
  width: 100%;
  text-align: left;
  display: block;
  color: #000;
  height: 28px;
  font-size: 16px;
  background-color: transparent;
  border: 0;
}
.search-bar input[type='search']:focus {
  outline: 0;
}
.search-bar input[type='search']::placeholder {
  background: none;
  text-align: left;
  color: transparent;
}
.search-bar input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search-bar input[type='search']::-webkit-search-decoration,
.search-bar input[type='search']::-webkit-search-cancel-button,
.search-bar input[type='search']::-webkit-search-results-button,
.search-bar input[type='search']::-webkit-search-results-decoration {
  display: none;
}
.search-bar .search-bar-clear {
  color: #cccccc;
  box-sizing: content-box;
  position: absolute;
  display: none;
  z-index: 3;
  width: 17px;
  height: 17px;
  top: 0;
  right: 0;
  padding: 5.5px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.search-bar .search-bar-clear-show {
  display: block;
}
.search-bar-cancel {
  flex: none;
  opacity: 1;
  padding-left: 8px;
  height: 44px;
  line-height: 44px;
  text-align: right;
  color: #323232;
}
.search-bar-focus .search-bar-input input[type='search'] {
  opacity: 1;
  padding: 0 28px 0 31px;
}
.search-bar-focus .search-bar-input input[type='search']::placeholder {
  color: #9c9c9d;
}
.search-bar-type {
  background: #fff;
}
.search-bar-type .search-bar-input {
  background: #f5f5f5;
  font-size: 16px;
}
.search-bar-result {
  background: #fff;
}
.search-bar-result-item {
  background: #fff;
  font-size: 16px;
  color: #9c9c9d;
  padding: 10px 5px;
  overflow: hidden;
}
.search-bar-result-item-title {
  color: #323232;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-bar-result-item-children {
  color: #CCCCCC;
  font-size: 12px;
  padding-top: 8px;
}
.search-bar-result-noitem {
  height: 92px;
  background: #fff;
  font-size: 16px;
  color: #9c9c9d;
  overflow: hidden;
}
.search-bar-result-noitem-no {
  text-align: center;
  margin-top: 40px;
}
.search-bar-bc-clip-padding-box {
  background-clip: padding-box;
}
.search-bar-bc-clip-content-box {
  background-clip: content-box;
}
