.tip-message{
    width:350px;
    overflow:hidden;
    position:fixed;
    padding:0 0 3px;
    background:#5da130;
    top:30px;
    right:30px;
    z-index:9999;
    display:none;
    text-align:left;
}
.red-popup-thor{background:#FF800F;}
.green-popup-thor{background:#5da130;}
.tip-message .tip-hold{
    overflow:hidden;
    height:1%;
    padding:12px 48px 13px 17px;
    background:#aaa;
}
.red-popup-thor .tip-hold{background:#ff4d00;}
.green-popup-thor .tip-hold{background:#5da130;}
.tip-message span{
    display:block;
    line-height:14px;
    color:#fff;
}
.tip-message .btn-close{
    position:absolute;
    top:8px;
    right:8px;
    width:10px;
    height:10px;
    overflow:hidden;
    text-indent:-99999px;
    background:url(images/btn-tip-close.png) no-repeat;
}
.tip-message p{
    font-size: 13px;
    margin: 1px 0 3px;
}