@charset "UTF-8";
/* CSS Document */

* {margin: 0;padding: 0;}

*:focus {outline: none;}
html {width: 100%; height: 100%; background: url("../images/background.png") no-repeat center / cover; background-attachment: fixed;}
body {font: 12px/1.5 Microsoft YaHei, "PingFang SC", arial, "\5B8B\4F53", sans-serif; height: 100%; overflow: auto;}
img {border: 0 none;}
ul, li {display: block; list-style: none;}
a {text-decoration: none; cursor: pointer;}
textarea {resize: none;}
