html,body{margin:0;padding:0;}
body{font-family: "冬青黑体", "Hiragino Sans", \5FAE\8F6F\96C5\9ED1, sans-serif;font-size:14px;color:#606060;}

/*公共使用*/
.pubNavBG{
    height: 54px;
    padding-top: 8px;
    position: relative;
}
.pubNavTitle{
    text-align: center;
    width: 100%;
    height: 54px;
    line-height: 32px;
    font-size: 20px;
}
.pubNavLeftImageButton{
    left: 10px;
    width: 36px;
    height: 38px;
    position: absolute;
    background-color: red;
}
.pubNavRightButton{
    top: 14px;
    right: 10px;
    width: 50px;
    height: 38px;
    position: absolute;
    color: #4b8bf4;
}
.pubBack{
    background-color: rgb(235,235,235);
}


