*{
    font-family: '微軟正黑體';
}
#expired-wrapper {
    position: fixed;
    background: rgba(0, 0, 0, 0.5) !important;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#expired-div {
    font-size: 50px;
    color: #FFF !important;
    vertical-align: middle;
    display: table-cell;
}

#expired-div * {
    color: #FFF;
}

#expired-div a {
    color: #ffd891;
}

#expired-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: #FFF;
    color: #F00;
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    margin-top: 15px;
    font-weight: bold;
    user-select: none;
}

#expired-close:hover {
    background: #DDD;
    color: #000;
}