
.weui-tabbar {display: -webkit-box;display: -webkit-flex;display: flex;position: absolute;z-index: 500;bottom: 0;width: 100%;background-color: #F7F7FA}
.weui-tabbar:before {content: " ";position: absolute;left: 0;top: 0;right: 0;height: 1px;border-top: 1px solid #e5e5e5;color: #e5e5e5;-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transform: scaleY(0.5);transform: scaleY(0.5)}
.weui-tabbar__item {display: block;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;padding: 5px 0 0;font-size: 0;color: #999999;text-align: center;-webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon > i,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {color: #1e8ade!important}
.weui-tabbar__icon {display: inline-block;width: 27px;height: 27px}
i.weui-tabbar__icon,
.weui-tabbar__icon > i {font-size: 24px;color: #999999}
.weui-tabbar__icon img {width: 100%;height: 100%}
.weui-tabbar__label {text-align: center;color: #999999;font-size: 10px;line-height: 1.8}
.weui-navbar {display: -webkit-box;display: -webkit-flex;display: flex;position: absolute;z-index: 500;top: 0;width: 100%;background-color: #FAFAFA}
.weui-navbar:after {content: " ";position: absolute;left: 0;bottom: 0;right: 0;height: 1px;border-bottom: 1px solid #e5e5e5;color: #e5e5e5;-webkit-transform-origin: 0 100%;transform-origin: 0 100%;-webkit-transform: scaleY(0.5);transform: scaleY(0.5)}
.weui-navbar + .weui-tab__panel {padding-top: 50px;padding-bottom: 0}
.weui-navbar__item {position: relative;display: block;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;padding: 13px 0;text-align: center;font-size: 15px;-webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
.weui-navbar__item:active {background-color: #EDEDED}
.weui-navbar__item.weui-bar__item_on {background-color: #EAEAEA}
.weui-navbar__item:after {content: " ";position: absolute;right: 0;top: 0;width: 1px;bottom: 0;border-right: 1px solid #e5e5e5;color: #e5e5e5;-webkit-transform-origin: 100% 0;transform-origin: 100% 0;-webkit-transform: scaleX(0.5);transform: scaleX(0.5)}
.weui-navbar__item:last-child:after {display: none}
