.tipQu{
    width: 100%;
    height:30px;
    background:#FAF6E8;
    line-height:30px;
    padding:0 10px;
    position: fixed;
    top: 0;
    z-index: 1000;
    text-align: center;
    display: none;
}
.txt{
    font-size:13px;
    color:#784203;
}

.img2{
    width:10px;
    height:10px;
}
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */
    .tipQu{
        width: 100%;
        height:30px;
        background:#FAF6E8;
        line-height:30px;
        padding: 0 8px;
        position: fixed;
        top: 0;
        z-index: 1000;
        text-align: center;
        display: none;
    }
    .txt{
        font-size: 12px;
        color:#784203;
    }

    .img2{
        width: 10px;
        height: 10px;
    }
}

.shop-status1 {
    margin-right: 4px;
    display: inline-block;
    text-align: center;
    padding: 0 4px;
    color: #fff;
    background-color: #e4393c;
    border-radius: 8px;
    line-height: 18px;
    font-size: 12px;
}