/*
    **20170315 wt v1.0
*/

@charset "utf-8";
/*通用设置 start*/
*{margin:0px; padding:0px; border:0px;}
html{font-family: "Microsoft YaHei";font-size:16px;color:#333;}
/*html{-ms-filter:grayscale(1);-webkit-filter:grayscale(1);filter:grayscale(1);}*/
a{outline: 0; text-decoration:none;}
button,input,optgroup,select,textarea {color: inherit;font: inherit;}
button,html input[type=button],input[type=reset],input[type=submit] {-webkit-appearance: button; cursor: pointer}
button{border:none;outline: none; }
ul{list-style-type:none;padding: 0;}
input,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0);background: rgba(0,0,0,0);border:none;outline: none;}
div,section,ul,li,h2,h3,h4,h5,h6,p{box-sizing:border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; }/*设置padding为盒子内部尺寸*/
ul {margin-bottom: 0;}
/*通用设置 end*/


