@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, button, input, textarea, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: "Microsoft Yahei",Verdana,Arial,Helvetica,sans-serif;
    font-size: 62.5%;
    margin: 0;
    padding: 0;
}

h1,h2,h3 {font-weight:normal;}
html {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}/*移动端取消touch高亮效果*/

li {list-style:none;}

em, i {font-style: normal;}

a img, img {border: 0 none;}
a {text-decoration:none;}

table {border-collapse: collapse; border-spacing: 0;}

img {border: 0 none;}

textarea {outline: medium none;}
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {-webkit-appearance: none;} /*改变iPhone原有的input，textarea样式*/

.clear {clear:both; font-size:0; line-height:0;}
.clearL {clear:left;}
.clearfix:after,.clearTo:after{content:'';display:block;overflow:hidden;height:0px;clear:both;}

