@charset "UTF-8";

/*公共样式*/

@font-face {
    font-family: "FontAwesome", Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif","FontAwesome", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif, "微软雅黑", "黑体", Tahoma, Verdana;
    src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/fonts/glyphicons-halflings-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

body {background:#f5f5f5;color:#333;}

.container{padding:0;overflow-x:hidden;padding-bottom:85px}

/*底部菜单*/
.menu{height:65px;line-height:10px;background-color:#fff;font-size:100%;color:#a0a0a0;box-shadow:2px 0px 3px #aaaaaa}
.menu a{color:#a0a0a0;text-decoration:none}
.menu a.on{color:#6677fa;text-decoration:none}

.menu i{width:30px;height:30px;display:block;background-size:contain!important;margin-top:5px}
.menu .home i{background:url(../mobile_icon/home.png) center center no-repeat}
.menu .home a.on i{background:url(../mobile_icon/home-on.png) center center no-repeat}
.menu .sub i{background:url(../mobile_icon/sub.png) center center no-repeat}
.menu .sub a.on i{background:url(../mobile_icon/sub-on.png) center center no-repeat}
.menu .tender i{background:url(../mobile_icon/tender.png) center center no-repeat}
.menu .tender a.on i{background:url(../mobile_icon/tender-on.png) center center no-repeat}
.menu .mine i{background:url(../mobile_icon/mine.png) center center no-repeat}
.menu .mine a.on i{background:url(../mobile_icon/mine-on.png) center center no-repeat}