.notice-main{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 19999;
    overflow: auto;
    outline: 0;
    background-color: rgba(0,0,0,.45);
}
.notice-main>.notice-pack{
    width: 560px;
    height: 270px;
    background: linear-gradient(180deg,#ffffff, #ffffff);
    border-radius: 2px;
    box-shadow: 0px 2px 4px 0px rgba(29,42,81,0.20);
    position: relative;
    top: calc(50% - 135px);
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 40px 40px 40px;
}
.notice-main>.notice-pack .notice-close{
    background: url("close.png") no-repeat center;
    background-size: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.notice-main>.notice-pack .notice-head{
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}
.notice-main>.notice-pack .notice-head h1{
    height: 21px;
    font-size: 16px;
    margin: auto;
    line-height: 21px;
}
.notice-main>.notice-pack .notice-head .notice-time{
    color: #aba4a4;
    line-height: 16px;
    height: 16px;
    padding: 16px 0px 24px 0px;
    font-size: 12px;
}
.notice-main>.notice-pack  .notice-tips{
    font-size: 12px;
}
.notice-main>.notice-pack .notice-tips .notice-honorific{
    padding: 24px 0px 16px 0px;
}
.notice-main>.notice-pack .notice-tips .notice-content{
    line-height: 24px;
}