<style>
.pgwMenuCustom ul { list-style: none; white-space: nowrap; margin: 0; padding: 0 }
.pgwMenuCustom li { float: left }
.pgwMenuCustom a.selected { background: #e5601d }
.pgwMenuCustom a { display: block; color: #fff; line-height: 40px; padding: 0 30px; text-decoration: none }
</style>
<section class="fulltop" style="
z-index: 99999;
width: 100%;
background: #2287ff;
position:fixed;
height: 40px;
bottom: 0;
">
<ul class="pgwMenuCustom">
<li><a class="selected" href="/">会员中心</a></li>
<li><a href="/">添加车牌</a></li>
<li><a href="/">编辑车牌</a></li>
</ul>
</section>