.weui-tabbar__icon {
  width: 0.45rem;
  height: auto;
}
.weui-tabbar__label {
  color: rgba(0, 0, 0, 0.9);
}
.weui-bar__item_on .weui-tabbar__label {
  --weui-BRAND: #2eaee1;
}
.weui-search-bar__form {
  background-color: #ffffff;
  border-radius: 200px;
}
.weui-search-bar__form .weui-search-bar__box {
  border: 1px solid #dddddd;
  border-radius: 0.05rem;
}
.weui-search-bar__form .weui-search-bar__label {
  border-radius: 200px;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.5);
}
.weui-search-bar__form .weui-icon-search,
.weui-search-bar__form .weui-search-bar__input {
  color: rgba(0, 0, 0, 0.5);
}
.weui-search-bar {
  background-color: transparent;
}
.weui-search-bar__cancel-btn {
  color: #ffffff;
  font-size: 0.24rem;
}
