@font-face {
  font-family: "iconfont"; /* Project id 5128279 */
  src: url('iconfont.woff2?t=1773962509255') format('woff2'),
       url('iconfont.woff?t=1773962509255') format('woff'),
       url('iconfont.ttf?t=1773962509255') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i{font-style:normal;}

.icon-weixin-copy:before {
  content: "\e65c";
}

.icon-weixin:before {
  content: "\e65d";
}

.icon-fanhui:before {
  content: "\e8a4";
}

.icon-fanhui1:before {
  content: "\e62e";
}

.icon-fanhui2:before {
  content: "\e693";
}

.icon-fanhui3:before {
  content: "\e61d";
}

.icon-fanhui4:before {
  content: "\e88f";
}

.icon-dian:before {
  content: "\e60b";
}

.icon-sousuo:before {
  content: "\e6ba";
}

.icon-sousuo1:before {
  content: "\e6b5";
}

.icon-tuichudenglu:before {
  content: "\e614";
}

.icon-zuoyoujiantou:before {
  content: "\e70e";
}

.icon-jinhangzhong1:before {
  content: "\e60a";
}

.icon-gongdan1:before {
  content: "\e609";
}

.icon-wanchenggongdan:before {
  content: "\e705";
}

.icon--gengxinjilu:before {
  content: "\e690";
}

.icon-xinjian2:before {
  content: "\e626";
}

.icon-jinhangzhong2:before {
  content: "\e65b";
}

.icon-gengxinjilu:before {
  content: "\e642";
}

.icon-bangzhuzhongxin-copy:before {
  content: "\e61c";
}

.icon-erweima:before {
  content: "\e7ad";
}

.icon-shouji:before {
  content: "\e605";
}

.icon-huifu:before {
  content: "\e655";
}

.icon-dizhi:before {
  content: "\e61a";
}

.icon-dianziqianmingx:before {
  content: "\e8f6";
}

.icon-lianxiren:before {
  content: "\e645";
}

.icon-shouye:before {
  content: "\e608";
}

.icon-shijian:before {
  content: "\e62b";
}

.icon-telphone:before {
  content: "\e71c";
}

.icon-24gl-replyAll:before {
  content: "\e951";
}

.icon-dianhua:before {
  content: "\e7c0";
}

.icon-tel:before {
  content: "\e742";
}

.icon-yunshangchuan:before {
  content: "\e603";
}

.icon-wancheng:before {
  content: "\e654";
}

.icon-xinjian:before {
  content: "\e63c";
}

.icon-shangchuanshipin:before {
  content: "\e604";
}

.icon-xinjian1:before {
  content: "\e64d";
}

.icon-xiugai:before {
  content: "\e607";
}

.icon-yiwancheng:before {
  content: "\e63f";
}

.icon-quanbu:before {
  content: "\e61b";
}

.icon-quanbu1:before {
  content: "\e713";
}

.icon-diandiandian:before {
  content: "\e613";
}

.icon-jinhangzhong:before {
  content: "\e64f";
}

.icon-quanbu2:before {
  content: "\e64e";
}

.icon-shangchuantupian:before {
  content: "\e61e";
}

.icon-jinhangzhong6:before {
  content: "\eb2f";
}

.icon-pingfenxingxing-an:before {
  content: "\e606";
}

.icon-liebiaomoshi:before {
  content: "\e600";
}

.icon-kehuguanli:before {
  content: "\e686";
}

.icon-mima:before {
  content: "\e619";
}

.icon-gongdan:before {
  content: "\ec37";
}

.icon-yanzhengma:before {
  content: "\e667";
}

.icon-yonghu:before {
  content: "\e640";
}

.icon-icon_326:before {
  content: "\e60f";
}

.icon-shangxiaye:before {
  content: "\e650";
}

.icon-shouye1:before {
  content: "\e601";
}

.icon-shangxiaye1:before {
  content: "\e602";
}




        
        /* 底部导航栏 */
        .tab-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: 60px;
            background-color: white;
            display: flex;
            border-top: 1px solid #eee;
        }
        
        .tab-bar .tab-item {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            color: #999;
            position: relative;
        }
        .tab-bar .tab-item .tab-icon {
            width: 24px;
            height: 24px;
            margin-bottom: 4px;
            display: flex;
			font-size: 20px;
            align-items: center;
            justify-content: center;
        }
        
        .tab-bar .tab-item.active {
            color: #4a90e2;
        }
        
        .tab-bar .tab-item .badge {
            position: absolute;
            top: 5px;
			margin-right:-35px;
            background-color: red;
			line-height:18px;
			text-align:center;
            color: white;
			width:18px;height:18px;
            border-radius: 18px;
            font-size: 12px;
        }