/* 搜索取消按钮 */
.weui-search-bar__cancel-btn {
  color: rgb(55, 174, 252) !important;
  text-decoration: none;
}
/* tab */
.vux-tab .vux-tab-item.vux-tab-selected {
  color: rgb(55, 174, 252) !important;
  border-color: rgb(55, 174, 252) !important;
}
