@charset "UTF-8";
/*重置*/
*{margin:0;padding:0}
body{font-family: "微软雅黑"}
a{color:#333;text-decoration:none;background:transparent;outline:none;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;}
a:focus,a:active,a:hover{outline:0;text-decoration:none;}
img{border:0;max-width:100%;max-height: 100%;}
button{border:0;padding:0}
ul,ol,li{list-style:none;}