
        .notice-bar {
            width: 100%;
            max-width: 1200px;
            margin: 25px auto;
            padding: 18px 24px;
            background: linear-gradient(135deg, #007bff, #00c6ff);
            color: #fff;
            font-family: "Microsoft YaHei", sans-serif;
            border-radius: 50px;
            font-size: 15px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0, 123, 255, 0.2);
        }
        .notice-bar .email {
            font-weight: bold;
            color: #d63384;
            text-decoration: none;
            margin-left: 6px;
        }
    