.fe-search-bar {
  width: 100%;
}
.fe-search-bar-form,
.fe-search-bar-result {
  padding: 0 10px;
}
.fe-search-bar-form {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  height: 44px;
  overflow: hidden;
}
.fe-search-bar-input {
  flex: 1;
  position: relative;
  width: 100%;
  height: 28px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}
.fe-search-bar-placeholder,
.fe-search-bar input[type='search'] {
  position: absolute;
  top: 0;
  left: 0;
}
.fe-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;
}
.fe-search-bar-placeholder-focus {
  padding-left: 10px;
  width: auto;
}
.fe-search-bar-placeholder-text {
  color: #9c9c9d;
  font-size: 16px;
}
.fe-search-bar-icon {
  color: #b2b2b2;
}
.fe-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;
}
.fe-search-bar input[type='search']:focus {
  outline: 0;
}
.fe-search-bar input[type='search']::placeholder {
  background: none;
  text-align: left;
  color: transparent;
}
.fe-search-bar input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.fe-search-bar input[type='search']::-webkit-search-decoration,
.fe-search-bar input[type='search']::-webkit-search-cancel-button,
.fe-search-bar input[type='search']::-webkit-search-results-button,
.fe-search-bar input[type='search']::-webkit-search-results-decoration {
  display: none;
}
.fe-search-bar .fe-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;
}
.fe-search-bar .fe-search-bar-clear-show {
  display: block;
}
.fe-search-bar-cancel {
  flex: none;
  opacity: 1;
  padding-left: 8px;
  height: 44px;
  line-height: 44px;
  text-align: right;
  color: #108ee9;
}
.fe-search-bar-focus .fe-search-bar-input input[type='search'] {
  opacity: 1;
  padding: 0 28px 0 31px;
}
.fe-search-bar-focus .fe-search-bar-input input[type='search']::placeholder {
  color: #9c9c9d;
}
.fe-search-bar-type {
  background: #fff;
}
.fe-search-bar-type .fe-search-bar-input {
  background: #f5f5f5;
  font-size: 16px;
}
.fe-search-bar-result {
  background: #fff;
}
.fe-search-bar-result-item {
  padding: 5px;
  font-size: 16px;
  border-bottom: 1px #eee solid;
}
.fe-search-bar-bc-clip-padding-box {
  background-clip: padding-box;
}
.fe-search-bar-bc-clip-content-box {
  background-clip: content-box;
}
.fe-cell {
  position: relative;
  display: -webkit-flex;
  display: flex;
  padding: 0 16px;
  background: #fff;
  justify-content: space-between;
  user-select: none;
  align-items: center;
  color: #333333;
}
.fe-cell:not(:last-child)::after {
  content: " ";
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  right: 16px;
  bottom: 0;
  left: 16px;
  border-bottom: 1px solid #eeeeee;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.fe-cell-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 16px;
  margin: auto 0;
}
.fe-cell-left-icon {
  margin-right: 5px;
}
.fe-cell-content {
  box-sizing: border-box;
  padding: 11px 0 12px;
  flex-grow: 1;
}
.fe-cell-content .fe-cell-title {
  font-size: 14px;
}
.fe-cell-content .fe-cell-subtitle {
  font-size: 14px;
  color: #999999;
  margin: 4px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fe-cell-right {
  display: flex;
}
.fe-cell-right .fe-cell-desc {
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
}
.fe-cell-right .fe-cell-icon {
  margin: 0 0 0 12px;
}
.fe-cell.small .fe-cell-image,
.fe-cell.small img {
  width: 24px;
  height: 24px;
}
.fe-cell.small .fe-cell-content {
  margin-left: 32px;
  padding: 12px 16px 11px 0;
}
.fe-cell.middle .fe-cell-image,
.fe-cell.middle img {
  width: 32px;
  height: 32px;
}
.fe-cell.middle .fe-cell-content {
  margin-left: 42px;
  padding: 14px 16px 13px 0;
}
.fe-cell.large .fe-cell-image,
.fe-cell.large img {
  width: 48px;
  height: 48px;
}
.fe-cell.large .fe-cell-content {
  margin-left: 60px;
  padding: 15px 16px 15px 0;
  min-height: 94px;
}
.fe-button {
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  outline: none;
  user-select: none;
}
.fe-button::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 100%;
  height: 100%;
  border: inherit;
  border-color: #000;
  background-color: #000;
  border-radius: inherit;
  /* inherit parent's border radius */
  transform: translate(-50%, -50%);
}
.fe-button:active::before {
  opacity: 0.15;
}
.fe-button-noBorder {
  border: 0 none !important;
}
.fe-button-loading::before,
.fe-button-disabled::before {
  display: none;
}
.fe-button-icon + .fe-button-text,
.fe-button-loading + .fe-button-text {
  display: inline-block;
  vertical-align: top;
}
.fe-button-loading {
  display: inline-block;
  vertical-align: top;
}
.fe-button-block {
  display: block;
  width: 100%;
}
.fe-button-large {
  width: 100%;
  height: 50px;
  line-height: 48px;
}
.fe-button-normal {
  padding: 0 15px;
  font-size: 14px;
}
.fe-button-default {
  color: #333333;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.fe-button-primary {
  color: #fff;
  background-color: #108ee9;
  border: 1px solid #108ee9;
}
.fe-button-danger {
  color: #fff;
  background-color: #ff3b30;
  border: 1px solid #ff3b30;
}
.fe-button-warn {
  color: #fff;
  background-color: #ff976a;
  border: 1px solid #ff976a;
}
.fe-button-plain-default {
  background-color: transparent;
  border: 1px solid #dddddd;
}
.fe-button-plain-primary {
  background-color: transparent;
  color: #108ee9;
  border: 1px solid #108ee9;
}
.fe-button-plain-warn {
  background-color: transparent;
  color: #ff976a;
  border: 1px solid #ff976a;
}
.fe-button-plain-danger {
  background-color: transparent;
  color: #ff3b30;
  border: 1px solid #ff3b30;
}
.fe-button-plain.fe-button-danger {
  color: #ff3b30;
}
.fe-button-plain.fe-button-warning {
  color: #ff976a;
}
.fe-button-mini {
  display: inline-block;
  min-width: 50px;
  height: 22px;
  font-size: 10px;
  line-height: 20px;
}
.fe-button-mini + .fe-button-mini {
  margin-right: 5px;
}
.fe-button-small {
  min-width: 60px;
  height: 30px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 28px;
}
.fe-button-small + .fe-button-small {
  margin-right: 5px;
}
.fe-button-bottom-action {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  background-color: #ff976a;
}
.fe-button-bottom-action.fe-button-primary {
  background-color: #ff3b30;
}
.fe-button-disabled {
  opacity: 0.5;
}
.fe-button-round {
  border-radius: 10em;
}
.fe-button-square {
  border-radius: 0;
}
.fe-group-title {
  padding: 16px 16px 8px;
  color: #969799;
  font-size: 14px;
  line-height: 16px;
}
.fe-citySelect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 44px;
  box-sizing: border-box;
}
.fe-citySelect-search {
  position: absolute;
  top: 0px;
  width: 100%;
}
.fe-citySelect-cont {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.fe-citySelect-fixedtop {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 100;
  background: #f5f5f5;
  font-size: 13px;
  color: #999999;
  line-height: 23px;
  padding-left: 16px;
}
.fe-citySelect-swrap {
  height: 100%;
  overflow: hidden;
}
.fe-citySelect-rtitle {
  font-size: 13px;
  color: #999999;
  margin-bottom: 10px;
}
.fe-citySelect-recommend {
  padding: 12px 16px;
  background: #fff;
}
.fe-citySelect-norecommend {
  padding: 0;
  background: none;
}
.fe-citySelect-rcont {
  overflow: hidden;
}
.fe-citySelect-rlist.fe-button {
  float: left;
  height: 40px;
  width: 27.5%;
  line-height: 40px;
  text-align: center;
  margin-right: 5%;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fe-citySelect-rlist.fe-button + .fe-button {
  margin-top: 0;
}
.fe-citySelect-rscroll {
  padding-top: 10px;
}
.fe-citySelect-letter {
  background: #f5f5f5;
  font-size: 13px;
  color: #999999;
  line-height: 35px;
  padding-left: 16px;
}
.fe-citySelect-snodata {
  font-size: 14px;
  color: #cccccc;
  padding-top: 27px;
  text-align: center;
}
.fe-citySelect-selbar {
  position: fixed;
  top: 160px;
  right: 0;
  width: 30px;
  text-align: center;
}
.fe-citySelect-selitem {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #108ee9;
}
