.notice {
    text-align: center;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    font-size: 13px;
    line-height: 1.8;
    border: 1px solid #dedede;
}

.notice:hover {
    border: 1px solid #ff5e52;
}

.notice-title {
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px
}

.notice-qr {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.notice-hr {
    margin: 15px 0;
    border: none;
    border-top: 1px solid #ccc;
}