/*
* @Author: anchen
* @Date:   2020-04-21 15:56:58
* @Last Modified by:   anchen
* @Last Modified time: 2020-04-21 15:57:59
*/
.wtabbar {display: block;position:fixed;left: 0;z-index:200;background:#fff;bottom: 0;width:100%;height:48px;}
.wtabbar:before {content: " ";position: absolute;left: 0;top: 0;right: 0;height: 1px;border-top: 1px solid #c0bfc4;color: #c0bfc4;-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transform: scaleY(.5);transform: scaleY(.5);}
.wtabbaritem {display: block;width:25%;float:left;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;padding: 5px 0 0;font-size: 0;color: #999;text-align: center;-webkit-tap-highlight-color: rgba(0,0,0,0);}
.wtabbaricon {width: 22px;height: 22px;line-height: 1;position: relative;display: inline-block;}
.wtabbaricon img {width: 100%;height:100%;}
.wtabbarlabel {text-align: center;color:#333;font-size: 10px;line-height: 1.8;}
.wtabbaritemon .wtabbarlabel {color: #3f8ef7;}