﻿/*底部导航组件*/
._bottom_component_tool{padding-bottom:50px;}
.ft-nav{position:fixed;bottom:0;left:0;right:0;z-index:99;}
.navlist { display: box; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; display: flex; height: 50px; }
.navlist li { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; text-align: center; }
.navlist li a { display: block; color: inherit; padding: 5px; }
.nav-style-2 li a { padding: 15px 5px; }
.navlist p { margin-bottom: 0; }
.nav-style-1 p { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nav-style-1 .ftIcon { display: inline-block; width: 20px; height: 20px; }
.nav-style-2 .ftIcon { display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin: -10px 0px 0 0; }
.nav-style-2 p { display: inline-block; max-width: 45px; height: 18px; overflow: hidden; }
.ft1 { background: url(/wcs_v2/page/fwd/clssif/marchedit/images/ft1-1.png) no-repeat center; background-size: cover; }
.active .ft1 { background: url(/wcs_v2/page/fwd/clssif/marchedit/images/ft1.png) no-repeat center; background-size: cover; }
.ft2 { background: url(/wcs_v2/page/fwd/clssif/marchedit/images/ft2-1.png) no-repeat center; background-size: cover; }
.ft2-active { background: url(/wcs_v2/page/fwd/clssif/marchedit/images/ft2.png) no-repeat center; background-size: cover; }
.ft3 { background: url(/wcs_v2/page/fwd/clssif/marchedit/images/ft3-1.png) no-repeat center; background-size: cover; }
.ft3-active { background: url(/wcs_v2/page/fwd/clssif/marchedit/images/ft3.png) no-repeat center; background-size: cover; }
.ft4 { background: url(/wcs_v2/page/fwd/clssif/marchedit/images/ft4-1.png) no-repeat center; background-size: cover; }
.ft4-active { background: url(/wcs_v2/page/fwd/clssif/marchedit/images/ft4.png) no-repeat center; background-size: cover; }
.ui-header-secondary + .ui-iscroller, .ui-tabs-nav + .ui-iscroller { bottom: 50px; }