
*{margin: 0; padding: 0;}

body{
    background-color: #FFFFFF;
    font-family: '微软雅黑';
}
ul li{
    list-style-type:none;
}
a{
    text-decoration:none;
}
.clear{
    clear: both;
}
.heightbox{
    width: 100%;
    height: 60px;
}
.wp{
    width:95%;
    height: auto;
    margin:0 auto;
}
.text-gray{
    color: #999999;
}
.text-red{
    color: #F8675D;
}
.text-df{
    font-size: 14px;
}
.text-xs{
    font-size: 12px;
}
.margin-top{
    margin-top:10px;
}
.margin-bottom{
    margin-bottom:10px;
}



/* tabBar */
.sty-tab-bar-height{
    position: relative;
    width: 100%;
    height: 50px;
}
.sty-tab-bar-view{
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    height: 44px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 0;
    background-color: #f7f7f7;
  
}
.sty-bar-tab{
    bottom: 0;
    display: table;
    width: 100%;
    height: 50px;
    padding: 0;
    table-layout: fixed;
    border-top: 0;
    border-bottom: 0;
}
.sty-bar-tab .sty-tab-item {
    display: table-cell;
    overflow: hidden;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
.sty-bar-tab .sty-tab-item .sty-tab-label {
    margin: 0 auto;
    font-size: 11px;
    line-height: 11px;
    color: #929292;
}
.sty-bar-tab .sty-tab-item .sty-tab-bar-img{
    width: 20px;
    height: 20px;
}
.sty-bar-tab .sty-tab-item .sty-tab-label-active {
     color: #F06962;
}


