﻿::-webkit-scrollbar{width: 8px;height: 8px;}::-webkit-scrollbar-thumb{border-radius:5px;background:rgba(0,0,0,0.12);box-shadow:inset 0 0 10px rgba(0,0,0,0.2);}::-webkit-scrollbar-track{border-radius:3px;background:rgba(0,0,0,0.06);box-shadow:inset 0 0 5px rgba(0,0,0,0.1);}
*{box-sizing: border-box;}
html{font-size:16px;}body{font-family:'LXGW WenKai Screen','Microsoft YaHei',sans-serif;}body,p,ol,ul,li,blockquote,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
body{background-position:center center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;}
a,a:visited{color:#3273dc;text-decoration:none;}a:hover{color:#4a4a4a;}a:not([href]){cursor:pointer;}