#hide{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 1000;
    display: none;
}
#addShortNotice p{
    font:100 14px/24px "microsoft yahei";
    padding-left: 64px;
    padding-right: 64px;
    width: 100%;
    padding-top: 30px;

}
#addShortNotice {
    min-height: 80px;
    background-color: #eff9ff;
    padding: 0 30px;
    position: fixed;
    bottom: 0;
    z-index: 4001;
    width: 100%;
    box-shadow: 2px 0 5px #d9d9d9, -2px 0 5px #d9d9d9;
}
#addShortNotice p {
    padding: 16px 40px 16px 16px;
    margin-top: 15px;
}
.shortCloseNotice{
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    right: 30px;
    margin-top:-18px;
}
.shortCloseNotice img {
    width: 100%;
    height: 100%;
}