#headerPublic,#footerPublic,.pcStyle{
    display: none!important;
}
.topNavBox{
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11111;
}
.topNavBox i{
    position: absolute;
    left: 14px;
    font-size: 20px;
}
.phoneBar{
    background-color: #f7f7f7;
    height: 10px;
    margin: 8px 4px;
}
.phoneBar2{
    position: fixed;
    background-color: #f7f7f7;
    height: 10px;
    top: 50px;
    left: 0;
    width: 100%;
}
body{
    -webkit-text-size-adjust: 100% !important;  
	text-size-adjust: 100% !important;  
	-moz-text-size-adjust: 100% !important;  
}