/* GPT 小助手預設版：固定尺寸、無 RWD、無縫拼接 */

*{ box-sizing: border-box; }
html, body{ height: 100%; }
body{ margin: 0; background: #fff; }

.page{
  width: 1230px;
  margin: 0 auto; /* 需要貼左可改成 0 */
  padding: 0;
}

.slice{
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.themes{ cursor: pointer; }
