/*********************************************信息提示窗******************************************************/
.successful{
    height: 60px;
    border-radius: 10px;
    position: fixed;left:0;right:0;top:0;bottom:0;margin:auto;z-index: 9999;
    border: 1px solid #005400;
    background: url(../img/icon-jiaZaiCG.gif) green 15px center no-repeat;
    padding: 0 10px;
    line-height: 60px;
    color: white;
    font-size: 16px;
    text-indent: 60px;
    display: none;
}
.failure{
    height: 60px;
    border-radius: 10px;
    position: fixed;left:0;right:0;top:0;bottom:0;margin:auto;z-index: 9999;
    border: 1px solid #af0000;
    background: url(../img/icon-meassage1.png) #de0000 15px center no-repeat;
    line-height: 60px;
    color: white;
    font-size: 16px;
    padding: 0 10px;
    text-indent: 60px;
    display: none;
}