﻿.naobiao-wrap * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.naobiao-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: #333;
    margin: 0 20px 20px 20px;
}
.naobiao-wrap .container {
    width: 100%;
}
.naobiao-wrap .header {
    background: #fff;
    border-radius: 20px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.naobiao-wrap .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.naobiao-wrap .logo-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #f1948a 0%, #ec7063 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.naobiao-wrap .logo-text h1 {
    font-size: 26px;
    font-weight: 700;
    color: #641e16;
    line-height: 1.2;
    margin: 0;
}
.naobiao-wrap .logo-text p {
    font-size: 15px;
    color: #922b21;
    font-weight: 500;
    margin: 0;
}
.naobiao-wrap .header-desc {
    flex: 1;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}
.naobiao-wrap .header-desc .tag {
    display: inline-block;
    background: #2b7de9;
    color: #fff;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
    margin-left: 6px;
    vertical-align: middle;
}
.naobiao-wrap .clock-section {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
.naobiao-wrap .clock-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.naobiao-wrap .clock-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.naobiao-wrap .tab-group {
    display: flex;
    background: #f4ecec;
    border-radius: 20px;
    padding: 4px;
}
.naobiao-wrap .tab {
    padding: 6px 18px;
    border-radius: 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    color: #666;
    font-weight: 500;
}
.naobiao-wrap .tab.active {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    box-shadow: 0 2px 6px rgba(107, 168, 47, 0.3);
}
.naobiao-wrap .toggle-group {
    display: flex;
    align-items: center;
    gap: 8px;
}
.naobiao-wrap .toggle-label {
    font-size: 13px;
    color: #666;
}
.naobiao-wrap .toggle-switch {
    position: relative;
    width: 44px;
    height: 24px;
    background: #ddd;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.2s;
}
.naobiao-wrap .toggle-switch.on {
    background: #e74c3c;
}
.naobiao-wrap .toggle-switch::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.naobiao-wrap .toggle-switch.on::after {
    transform: translateX(20px);
}
.naobiao-wrap .time-display {
    text-align: center;
    padding: 10px 0;
}
.naobiao-wrap .time {
    font-size: 64px;
    font-weight: 300;
    color: #4a1108;
    letter-spacing: 2px;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
}
.naobiao-wrap .date {
    font-size: 15px;
    color: #666;
    margin-top: 8px;
}
.naobiao-wrap .next-alarm-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.naobiao-wrap .next-alarm-title {
    font-size: 14px;
    color: #888;
    margin-bottom: 12px;
}
.naobiao-wrap .next-alarm-content {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
.naobiao-wrap .next-alarm-hint {
    font-size: 14px;
    color: #999;
}
.naobiao-wrap .alarm-list-section {
    background: #fff;
    border-radius: 20px;
    padding: 25px 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.naobiao-wrap .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.naobiao-wrap .section-title small {
    display: block;
    font-size: 12px;
    color: #e74c3c;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.naobiao-wrap .section-title h2 {
    font-size: 22px;
    font-weight: 700;
    color: #4a1108;
    display: inline-block;
    margin: 0;
}
.naobiao-wrap .section-title .count {
    font-size: 14px;
    color: #999;
    margin-left: 8px;
    font-weight: 400;
}
.naobiao-wrap .add-btn {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(107, 168, 47, 0.3);
}
.naobiao-wrap .add-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(107, 168, 47, 0.4);
}
.naobiao-wrap .empty-state {
    border: 2px dashed #e8d8d8;
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
    color: #a87070;
    font-size: 14px;
    line-height: 1.8;
    display: none;
}
.naobiao-wrap .empty-state.show {
    display: block;
}
.naobiao-wrap .alarm-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.naobiao-wrap .alarm-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: #fdf5f4;
    border-radius: 14px;
    border: 1px solid #f0e0e0;
    transition: all 0.2s;
}
.naobiao-wrap .alarm-item:hover {
    background: #fdecea;
}
.naobiao-wrap .alarm-item-left {
    display: flex;
    align-items: center;
    gap: 16px;
}
.naobiao-wrap .alarm-time {
    font-size: 32px;
    font-weight: 300;
    color: #4a1108;
    font-variant-numeric: tabular-nums;
}
.naobiao-wrap .alarm-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.naobiao-wrap .alarm-label {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}
.naobiao-wrap .alarm-repeat {
    font-size: 12px;
    color: #999;
}
.naobiao-wrap .alarm-item-right {
    display: flex;
    align-items: center;
    gap: 12px;
}
.naobiao-wrap .alarm-action-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #888;
    padding: 6px;
    border-radius: 8px;
    transition: all 0.2s;
}
.naobiao-wrap .alarm-action-btn:hover {
    background: #f0e0e0;
    color: #555;
}
.naobiao-wrap .alarm-action-btn.delete:hover {
    color: #e74c3c;
    background: #fdecea;
}

/* 弹窗遮罩 */
.naobiao-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(3px);
    padding: 20px;
}
.naobiao-modal-overlay.show {
    display: flex;
}
.naobiao-modal {
    background: #fff;
    border-radius: 24px;
    padding: 28px 32px 32px;
    width: 100%;
    max-width: 520px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
    animation: naobiaoModalIn 0.25s ease;
    overflow: hidden;
    background: linear-gradient(180deg, #fcf7f7 0%, #ffffff 30%);
}
@keyframes naobiaoModalIn {
    from { opacity: 0; transform: translateY(20px) scale(0.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.naobiao-editor-header {
    margin-bottom: 24px;
}
.naobiao-editor-subtitle {
    display: block;
    font-size: 12px;
    color: #e74c3c;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}
.naobiao-editor-title {
    font-size: 26px;
    font-weight: 700;
    color: #4a1108;
    line-height: 1.2;
    margin: 0;
}
.naobiao-editor-row {
    margin-bottom: 18px;
}
.naobiao-editor-label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    font-weight: 600;
}
.naobiao-time-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.naobiao-time-input-full {
    width: 100%;
    padding: 16px 50px 16px 20px;
    border: 1.5px solid #e8d8d8;
    border-radius: 16px;
    font-size: 22px;
    font-weight: 600;
    color: #4a1108;
    outline: none;
    transition: all 0.2s;
    font-variant-numeric: tabular-nums;
    background: #fdf5f4;
    letter-spacing: 2px;
    box-sizing: border-box;
}
.naobiao-time-input-full:focus {
    border-color: #e74c3c;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(140, 198, 63, 0.12);
}
.naobiao-time-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    opacity: 0.5;
    pointer-events: none;
}
.naobiao-quick-set-row {
    margin-top: -8px;
}
.naobiao-quick-set {
    width: 100%;
}
.naobiao-quick-label {
    display: inline-block;
    font-size: 13px;
    color: #666;
    margin-right: 10px;
    font-weight: 500;
    vertical-align: middle;
}
.naobiao-quick-buttons {
    display: inline-flex;
    gap: 8px;
    flex-wrap: wrap;
    vertical-align: middle;
}
.naobiao-quick-btn {
    padding: 6px 12px;
    border: 1.5px solid #e8d8d8;
    background: #fff;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
}
.naobiao-quick-btn:hover {
    border-color: #e74c3c;
    color: #e74c3c;
    background: #fdf5f4;
}
.naobiao-quick-btn:active {
    transform: scale(0.95);
}
.naobiao-editor-input {
    width: 100%;
    padding: 15px 20px;
    border: 1.5px solid #e8d8d8;
    border-radius: 16px;
    font-size: 15px;
    color: #333;
    outline: none;
    transition: all 0.2s;
    background: #fdf5f4;
    box-sizing: border-box;
}
.naobiao-editor-input::placeholder {
    color: #aaa;
}
.naobiao-editor-input:focus {
    border-color: #e74c3c;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(140, 198, 63, 0.12);
}
.naobiao-editor-select {
    width: 100%;
    padding: 15px 44px 15px 20px;
    border: 1.5px solid #e8d8d8;
    border-radius: 16px;
    font-size: 15px;
    color: #333;
    outline: none;
    transition: all 0.2s;
    background: #fdf5f4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M6 8L0 0h12z'/%3E%3C/svg%3E") no-repeat right 18px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 500;
}
.naobiao-editor-select:focus {
    border-color: #e74c3c;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(140, 198, 63, 0.12);
}
.naobiao-repeat-days {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.naobiao-day-chip {
    padding: 8px 16px;
    border: 1.5px solid #e8d8d8;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
    color: #666;
    background: #fff;
    user-select: none;
    font-weight: 500;
}
.naobiao-day-chip:hover {
    border-color: #e74c3c;
    color: #c0392b;
}
.naobiao-day-chip.active {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    border-color: #c0392b;
    color: #fff;
}
.naobiao-ringtone-row {
    display: flex;
    gap: 12px;
    align-items: center;
}
.naobiao-ringtone-row .naobiao-editor-select {
    flex: 1;
}
.naobiao-preview-btn {
    padding: 15px 24px;
    border: 1.5px solid #e74c3c;
    background: #fff;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #c0392b;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
    white-space: nowrap;
}
.naobiao-preview-btn:hover {
    background: #faf0f0;
    box-shadow: 0 2px 8px rgba(107, 168, 47, 0.2);
}
.naobiao-preview-btn.playing {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    border-color: #c0392b;
}
.naobiao-editor-footer {
    display: flex;
    gap: 14px;
    margin-top: 28px;
}
.naobiao-btn-add-alarm {
    flex: 1.2;
    padding: 16px;
    border: none;
    background: linear-gradient(135deg, #f1948a 0%, #ec7063 50%, #c0392b 100%);
    border-radius: 18px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 14px rgba(107, 168, 47, 0.35);
    letter-spacing: 1px;
}
.naobiao-btn-add-alarm:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(107, 168, 47, 0.45);
}
.naobiao-btn-exit {
    flex: 1;
    padding: 16px;
    border: 1.5px solid #e8d8d8;
    background: #fff;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #c0392b;
    cursor: pointer;
    transition: all 0.2s;
}
.naobiao-btn-exit:hover {
    background: #fdf5f4;
    border-color: #dbb0b0;
}
.naobiao-reminder-options {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.naobiao-checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
}
.naobiao-checkbox-item input[type="checkbox"] {
    display: none;
}
.naobiao-checkbox-custom {
    width: 22px;
    height: 22px;
    border: 2px solid #dbb0b0;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    flex-shrink: 0;
    position: relative;
}
.naobiao-checkbox-item input[type="checkbox"]:checked + .naobiao-checkbox-custom {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    border-color: #c0392b;
}
.naobiao-checkbox-item input[type="checkbox"]:checked + .naobiao-checkbox-custom::after {
    content: '';
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
    margin-top: -2px;
}
.naobiao-checkbox-text {
    font-size: 15px;
    color: #444;
    font-weight: 500;
}

/* 闹钟提醒全屏弹窗 */
.naobiao-alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    backdrop-filter: blur(8px);
}
.naobiao-alert-overlay.show {
    display: flex;
    animation: naobiaoAlertFadeIn 0.3s ease;
}
@keyframes naobiaoAlertFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.naobiao-alert-content {
    background: linear-gradient(180deg, #ffffff 0%, #faf0f0 100%);
    border-radius: 28px;
    padding: 50px 60px;
    text-align: center;
    max-width: 420px;
    width: 90%;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    animation: naobiaoAlertPopIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
}
.naobiao-alert-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #e74c3c, #c0392b, #e74c3c);
}
@keyframes naobiaoAlertPopIn {
    from { opacity: 0; transform: scale(0.7) translateY(30px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}
.naobiao-alert-icon {
    font-size: 72px;
    margin-bottom: 20px;
    animation: naobiaoAlarmRing 0.8s ease-in-out infinite;
    display: inline-block;
}
@keyframes naobiaoAlarmRing {
    0%, 100% { transform: rotate(0deg); }
    20% { transform: rotate(-15deg); }
    40% { transform: rotate(15deg); }
    60% { transform: rotate(-10deg); }
    80% { transform: rotate(10deg); }
}
.naobiao-alert-title {
    font-size: 18px;
    color: #e74c3c;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.naobiao-alert-time {
    font-size: 56px;
    font-weight: 700;
    color: #4a1108;
    margin-bottom: 12px;
    font-variant-numeric: tabular-nums;
    letter-spacing: 2px;
}
.naobiao-alert-label {
    font-size: 20px;
    color: #555;
    margin-bottom: 36px;
    font-weight: 500;
}
.naobiao-alert-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
}
.naobiao-alert-btn {
    padding: 16px 32px;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 130px;
}
.naobiao-alert-stop {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    box-shadow: 0 4px 14px rgba(231, 76, 60, 0.4);
}
.naobiao-alert-stop:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.5);
}
.naobiao-alert-snooze {
    background: #fff;
    color: #c0392b;
    border: 2px solid #dbb0b0;
}
.naobiao-alert-snooze:hover {
    background: #faf0f0;
    border-color: #e74c3c;
}
.naobiao-vibrating {
    animation: naobiaoScreenVibrate 0.15s linear infinite;
}
@keyframes naobiaoScreenVibrate {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-4px, 2px); }
    50% { transform: translate(4px, -2px); }
    75% { transform: translate(-2px, -4px); }
    100% { transform: translate(2px, 4px); }
}

/* 广告区域 */
.naobiao-wrap .ad-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.naobiao-wrap .ad-section {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    position: relative;
    flex: 1;
    min-width: 0;
}
.naobiao-wrap .ad-label {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 11px;
    color: #2b7de9;
    z-index: 1;
}
.naobiao-wrap .ad-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.naobiao-wrap .ad-left {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    gap: 15px;
    border-right: 1px solid #eee;
}
.naobiao-wrap .ad-logo {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}
.naobiao-wrap .ad-logo svg {
    width: 100%;
    height: 100%;
}
.naobiao-wrap .ad-brand h3 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    line-height: 1.1;
    margin: 0;
}
.naobiao-wrap .ad-brand p {
    font-size: 28px;
    color: #333;
    margin-top: 4px;
    font-weight: 400;
}
.naobiao-wrap .ad-right {
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.naobiao-wrap .ad-right h4 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}
.naobiao-wrap .ad-right p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.naobiao-wrap .ad-footer {
    border-top: 1px solid #eee;
    padding: 12px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column: 1 / -1;
}
.naobiao-wrap .ad-footer .brand-name {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.naobiao-wrap .ad-footer .buy-link {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}
.naobiao-wrap .ad-custom-placeholder {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    background: #fafbfc;
    border: 2px dashed #e0e4e8;
    margin: 15px;
    border-radius: 12px;
}
.naobiao-wrap .ad-placeholder-text {
    font-size: 14px;
    color: #999;
    text-align: center;
}
.naobiao-wrap .ad-image-box {
    display: block;
    width: 100%;
}
.naobiao-wrap .ad-image-box a {
    display: block;
    text-decoration: none;
}
.naobiao-wrap .ad-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0 0 20px 20px;
}

/* 底部区域 */
.naobiao-wrap .footer-section {
    background: #fff;
    border-radius: 20px;
    padding: 25px 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.naobiao-wrap .usage-notes small {
    display: block;
    font-size: 12px;
    color: #e74c3c;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.naobiao-wrap .usage-notes h3 {
    font-size: 18px;
    font-weight: 700;
    color: #4a1108;
    margin-bottom: 15px;
}
.naobiao-wrap .usage-notes ol {
    padding-left: 20px;
    font-size: 13px;
    color: #555;
    line-height: 1.9;
}

@media (max-width: 768px) {
    .naobiao-wrap .header { flex-direction: column; text-align: center; gap: 15px; }
    .naobiao-wrap .clock-section { grid-template-columns: 1fr; }
    .naobiao-wrap .ad-wrapper { flex-direction: column; }
    .naobiao-wrap .ad-content { grid-template-columns: 1fr; }
    .naobiao-wrap .ad-left { border-right: none; border-bottom: 1px solid #eee; }
    .naobiao-wrap .time { font-size: 48px; }
    .naobiao-wrap .alarm-time { font-size: 24px; }
    .naobiao-wrap .naobiao-quick-label { display: block; margin-bottom: 8px; margin-right: 0; }
    .naobiao-wrap .naobiao-quick-buttons { display: flex; }
}
