.cny-message{
    position: fixed;
    top:110px;
    width:100%;
    left:0;
    z-index:9999999999999999999999999;
    text-align: center;
}
.cny-message  .cny-contentbg{
    padding:8px;
}
.cny-message .cny-content{
    padding: 10px 16px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.15);
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    background: #fff;
    display: inline-block;
    pointer-events: all;
}
.cny-message .cny-content .icon{
    float:left;
    width:20px;
    height:20px;
    margin-right: 10px;
}
.cny-message .text{
    float:left;
    color:#666;
}
.cny-message .cny-content .icon img{
    width:100%;
    height:100%;
}