.top_tips {
    position: fixed;
    top: -1.3rem;
    z-index: 999999;
    width: 100%;
    height: 1.2rem;
    line-height: .50rem;
    background: #fdfdfd;
    color: #fff;
    box-shadow: 0 0 .10rem rgba(10, 2, 4, 0.75);
    border-radius: 5px;
}
#top_img {
    float: left;
    width: .75rem;
    height: .75rem;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url('');

    margin: 0.18rem 0.05rem 0 0.2rem;
    background-size: 100%;
}
.top_tips ul {
    float: left;
}
.top_tips ul li {
    height: .22rem;
    line-height: .22rem;
    font-size: .22rem !important;
    color:#8c8c8c;
}
.top_tips ul li b{
    color:#ff0000;
}
.top_tips ul li:first-child {
    margin-top: .1rem;
    margin: .27rem 0 .20rem .07rem;
    
}
#top_txt{
    font: .24rem/.24rem "Î¢ÈíÑÅºÚ";
    color: #333333;
    margin-left: .07rem;
}
.top_tips .now{
    font: .22rem/.24rem "Î¢ÈíÑÅºÚ";
    color: #999999;
    float: right;
    margin: 0.22rem 0.2rem  0 0;
}