@charset "utf-8";

* {padding: 0;margin: 0;outline: 0;text-decoration: none;list-style: none;     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html, body {font-size: 14px;font-family: arial, "Microsoft YaHei";color: #666;background: #fff;}
input, textarea {border: none;font-family: arial, "Microsoft YaHei";}
img {border: none;}
h1, h2, h3, h4, h5 {font-weight: normal;}
table {width: 100%;border-collapse: collapse;}
audio, canvas, video {display: inline-block;}
a {color: #666;}
p {line-height: inherit;}
.fl {float: left;}
.fr {float: right;}
.clear:after {content: '';display: table;clear: both;}
/* Global scroll bar reset  */
/* ::-webkit-scrollbar{width: 4px;height: 10px;background: #eee;} */
/* ::-webkit-scrollbar-track{ border-radius: 10px;background: #ccc;}   */
/* ::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #333;}  */
/*ios button reset*/
input[type=button], input[type=submit], input[type=file],input[type=reset], button { cursor: pointer; -webkit-appearance: none;}
