@CHARSET "UTF-8";
html, body, div, span, applet, object, iframe, h1, 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, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, input  {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-align:center;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
	text-align:left;
}
 
header, menu, nav, section, article, aside {
display: block;
}
a{-webkit-tap-highlight:rgba(0,0,0,0);color:#333;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    background: #fff;
}
body {
    font-family: "Microsoft yahei","Tahoma","Verdana","Arial","sans-serif";
    color: #333;
    overflow: auto;
    background: #fff;
    position: relative;
    font-size: 12px;
    vertical-align: baseline;
    max-width: 640px;
    margin: 0 auto;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
* { -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    zoom:1
}
.clearboth {
    height: 0;
    line-height: 0;
    overflow: hidden;
    clear: both;
    font-size: 0;
}

a{ 
    text-decoration: none;
    outline: none;
}
a:link {color: #333;}
a:visited {color: #333;}
a:hover,a:active,a:focus {
    color: #e87518;
    text-decoration: none;
    outline: none;
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}
ul,ol,li {list-style-type: none;}
select,input,img,select {vertical-align: middle;}
table {
    border-collapse: collapse;
    border-spacing: 0
}
table, th, td {
    vertical-align: middle
}

h1,h2,h3,h4 {
    font-size: 12px;
    font-weight: bold;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}