/* CSS Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; margin:0;padding: 0 }
body { font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif; font-size: 14px; color: #333; line-height: 1.6; background: #fff; margin:0; padding: 0;}
a { color: inherit; text-decoration: none; transition: color 0.2s; }
a:hover { color: #0052cc; }
ul, ol { list-style: none; }
img { max-width: 100%; height: auto;}
table { border-collapse: collapse; width: 100%; }
input, select, textarea, button { font-family: inherit; font-size: 14px; outline: none; }
button { cursor: pointer; border: none; background: none; }
