.hg-order-notice-toggle {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 19891010;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    border-radius: 18px;
    background: #fff;
    color: #333;
    box-shadow: 0 4px 16px rgba(0,0,0,.14);
    cursor: pointer;
    font-size: 12px;
    user-select: none;
}
.hg-order-notice-toggle:hover { box-shadow: 0 6px 20px rgba(0,0,0,.2); }
.hg-order-notice-toggle.is-on { color: #2aa344; }
.hg-order-notice-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    border-radius: 50%;
    background: #bbb;
    vertical-align: middle;
}
.hg-order-notice-toggle.is-on .hg-order-notice-dot { background: #2aa344; }
.hg-order-notice-panel {
    position: fixed;
    right: 18px;
    bottom: 64px;
    z-index: 19891011;
    width: 330px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(0,0,0,.22);
    overflow: hidden;
    font-size: 13px;
}
.hg-order-notice-title {
    height: 44px;
    line-height: 44px;
    padding: 0 14px;
    background: #ff6a00;
    color: #fff;
    font-size: 15px;
}
.hg-order-notice-title strong { font-weight: 600; }
.hg-order-notice-close {
    float: right;
    cursor: pointer;
    font-size: 22px;
    opacity: .9;
}
.hg-order-notice-body {
    padding: 12px 14px;
    line-height: 24px;
    color: #333;
}
.hg-order-notice-body b { color: #ff6a00; }
.hg-order-notice-more {
    margin-top: 4px;
    color: #ff6a00;
}
.hg-order-notice-actions {
    padding: 0 14px 14px;
    text-align: right;
}
