.pub_head {
    background: #ff5370 none repeat scroll 0 0;
    border-bottom: 1px solid #ff5370;
    color: #fff;
    font-size: 16px;
    height: 42px;
    position: relative;
    z-index: 5;
}
.pub_head_w {
    border-bottom: 1px solid #a6a6a6;
}
.pub_head span, .pub_head a {
    color: #fff;
    line-height: 42px;
}
.pub_head .chooseCity {
    background-position: right -27px;
    display: block;
    left: 10px;
    padding-right: 21px;
    position: absolute;
    z-index: 10;
}
.pub_head .pageMsg {
    display: block;
    height: 42px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 8;
}
.pub_head .pageMsg em {
    display: block;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 40px 0 67px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}
.pub_head .pageMsg i, .pub_head .pageMsg a.logo {
    background-position: 0 11px;
    display: block;
    height: 42px;
    margin: 0 auto;
    width: 41px;
}
.pub_head .pageMsg a.logo {
    top: 0;
}
.pub_head .menuList {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    border-radius: 2px;
    display: none;
    padding-left: 16px;
    position: absolute;
    right: 6px;
    top: 47px;
    z-index: 12;
}
.pub_head .menuList i {
    background-position: 0 -378px;
    display: block;
    height: 5px;
    position: absolute;
    right: 6px;
    top: -5px;
    width: 12px;
}
.pub_head .menuList a {
    border-bottom: 1px solid #000;
    color: #bababa;
    display: block;
    font-size: 14px;
    line-height: 45px;
    padding-left: 30px;
    width: 51px;
}
.pub_head .menuList a:last-child {
    border-bottom: medium none;
}
.pub_head .menuList .my-icon {
    background-position: 0 -390px;
}
.pub_head .menuList .index-icon {
    background-position: 0 -430px;
}
.pub_head .menuList .search-icon {
    background-position: 0 -475px;
}
.pub_head .menuList .app-icon {
    background-position: 0 -521px;
}
.pub_head .menuList .kefu-icon {
    background-position: 0 -569px;
}
.pub_head .menu {
    background-position: right -103px;
    display: block;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 10;
    border:1px solid red;
}