.notice-layer {
    border-radius: 10px;
    overflow: hidden;
}

.notice-layer .layui-layer-title {
    /*background: none;*/
    border: none;
    padding: 2px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color:#fafafa;
}

.notice-layer .layui-layer-content {
    padding: 20px;
    padding-bottom: 0;
}

