/* ======================================================
   reset.css  —  澳门彩 国彩红金白主题 v5.0
   ====================================================== */

   html,
   body {
       font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB",
                    "Microsoft YaHei", "Segoe UI", Roboto, sans-serif;
       font-size: 14px;
   }
   
   html {
       /* 白底 + 顶部淡红晕 */
       background:
           radial-gradient(ellipse at 50% 0%, rgba(204, 26, 26, 0.07) 0%, transparent 55%),
           linear-gradient(180deg, #fafafa 0%, #f2f2f2 100%);
       background-attachment: fixed;
       min-height: 100%;
   }
   
   body {
       max-width: 920px;
       margin: 0 auto;
       background: transparent;
   }
   
   * {
       padding: 0;
       margin: 0;
       border: 0;
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
   }
   
   ol, ul { list-style: none; }
   h1, h2, h3, h4, h5, h6 { font-size: 100%; }
   
   a:link, a:visited { color: #cc1a1a; text-decoration: none; }
   a:hover           { color: #8b0000; text-decoration: none; }
   a:active          { color: #cc1a1a; text-decoration: none; }
   a:focus           { outline: none; }
   a.hidefocus       { outline: none; }
   
   img { width: 100%; height: auto; }
   
   input[type=text],
   input[type=button],
   input[type=submit] { -webkit-appearance: none; outline: none; }
   
   button { border: 0; outline: none; cursor: pointer; }
   input  { outline: none; }
   
   .clearfix::before, .clearfix::after { content: ""; display: table; }
   .clearfix::after { clear: both; }
   
   table { table-layout: fixed; width: 100%; }
   