@charset "UTF-8";
.inc_tips {
    font-size: 14px;
    line-height: 30px;
    position: fixed;
    top: 3%;
   /*  left: 50%; */
    max-width: 80%;
    /*min-height: 40px;*/
    padding:15px 20px;
    cursor: pointer;
    color: #303030;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12);
    z-index:9999;
}
@media \0screen\, screen\9 {
    .inc_tips {
        border: 1px solid #eee;
    }
}
.inc_tips span {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
    background-image: url(/dev/product/www_v3/imgs/include/icon.png);
    background-repeat: no-repeat;
}
.inc_tips span.success {
    background-position: 0 0;
}
.inc_tips span.error {
    background-position: 0 100%;
}
