.cover
{
    background: gray;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    filter: alpha(opacity=90);
    opacity: 0.9 !important;
    z-index: 9999;
}

.notice_box{
    position: fixed;
    top: 10%;
    left:25%;
    margin:0 auto;
    width: 50%;
    font-size: 18px;
    text-align: left;
    border:1px solid #F00000;
    z-index: 9999;
    background: white;
    box-shadow: 5px 10px 10px 5px #888888;
    border: 1px solid rgba(120,103,91,.5);
}

.notice_header{
    text-align: center;
    font-size: 30px;
    color: black;
    border-bottom: 1px solid #1c1c1c;
    padding: 10px;
    margin-top: 10px;
    background: white;
}

.notice_body{
    margin:10px 20px;
    color: black;
    background: white;
}

.notice_footer{
    text-align: center;
    border-top: 1px solid #1c1c1c;
    background: white;
}

.notice_box button { /* 按钮美化 */
    width: 270px; /* 宽度 */
    height: 40px; /* 高度 */
    border-width: 0; /* 边框宽度 */
    border-radius: 3px; /* 边框半径 */
    background: #1E90FF; /* 背景颜色 */
    cursor: pointer; /* 鼠标移入按钮范围时出现手势 */
    outline: none; /* 不显示轮廓线 */
    font-family: Microsoft YaHei; /* 设置字体 */
    color: white; /* 字体颜色 */
    font-size: 17px; /* 字体大小 */
    margin-top: 20px;
    z-index: 9999;
}

.notice_box button:hover { /* 鼠标移入按钮范围时改变颜色 */
    background: #5599FF;
}

.noticebox{
    width: auto;
    padding: 5px 0 5px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #7AB1DE;
    border-radius: 2px;
    background: #D2E7F7;
    color: #ff0000;
}