html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,pre, form, fieldset, table, th, td,span { margin: 0; padding: 0; }
body {font:normal 12px/24px "微软雅黑";color:#666;background:#fff;}

.bottom-message-notice {
    max-width:400px;
    min-height:120px;
    border:1px solid #cccccc;
    box-shadow: 0px 0px 12px #b3b3b3;
    position: fixed;
    right: 0px;
    bottom: -200px;
    margin-top: 0px;
    opacity: 0;
    background-color: #fff;
    z-index: 888;
}
.bottom-message-notice h2 {
    font-size:14px;
    color:#444;
    font-weight:normal;
    padding:0 10px;
    background:#e6e6e6;
    height:36px;
    line-height:36px;
    position:relative;
}
.mess_close_btn{
    position: fixed;
    bottom: -32px;
    right:0px;
    height:24px;
    line-height: 24px;
    cursor:pointer;
    background-color: #BCDDDD;
    padding:3px 5px;
    opacity: 0 ;
}
.mess-notice-con {
    font-size: 12px;
    color:#666;
    padding: 20px 30px 20px 30px;
    text-align:left;
}
.mess-notice-con label a{
    text-decoration:none;
    cursor:pointer;
    color:red;
}
.mess-notice-con b{
    font-size:14px;
}
.bottom-message-notice p {
    line-height:26px;
    margin-left: 10px;
}
.mes_prompt_close{
    position:absolute;
    width:20px;
    height:20px;
    background:url("../images/icons.min.png") no-repeat;
    background-position: -32px -64px;
    top:7px;
    right:7px;
    cursor: pointer;
}


.bottom-bounced-notice{
    display: inline-block; 
    width: 32px;
    height: 32px;   
    vertical-align:middle;
    margin-right: 10px;
}
.notice_succeed,.notice_error,.notice_info,.notice_warm{
    background: url(../images/icons.min.png) no-repeat;
}
.notice_succeed{
    background-position: 0px -32px;
}
.notice_error{
     background-position: -32px -32px;
}
.notice_info{
    background-position: 0px 0px;
}
.notice_warm{
    background-position: 0px -64px;
}