/*---------重置样式---------*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; font-size: 16px; font-weight:100; -webkit-text-size-adjust: none; }
body { line-height: 1; margin:0px;padding: 0px;}
table { border-collapse: collapse; border-spacing: 0; }
object, :focus { outline: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section /* HTML 5 */ { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a img { border: none; }
input,button,textarea,select,optgroup,option{ font-size: 100%; font-family:"微软雅黑"}
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }
.lc { margin: 0 auto; }
.fl, .il .fl { float: left; }
.fr, .il .fr { float: right; }
.fc, .il .fc { float: none; clear: both; }
.rel { position: relative; }
.abs { position: absolute; }
.il { list-style: none; }
.il li { float: left;}
a{text-decoration:none;}
ul>li{list-style-type:none;}
/*---------end---------*/
.ffffff{
    background: #ffffff;
}
.hidden{
    overflow: hidden;
}
.top10{
    margin-top: 10px;
}
.top5{
    margin-top: 5px;
}
.font9{
    font-size: 9px;
}
.font12{
    font-size: 12px;
}
.font13{
    font-size: 13px;
}
.font15{
    font-size: 15px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.color3{
    color: #333333;
}
.color9{
    color: #999999;
}
.color6{
    color: #666666;
}
.color8{
    color: #888888;
}
.colorF{
    color: #ffffff;
}
.none{
    display: none;
}
.block{
    display: block;
}
div {
    display: block;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-weight:100;
    color: #999; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-weight:100;
    color: #999;opacity:1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	font-weight:100;
    color: #999;opacity:1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	font-weight:100;
    color: #999;opacity:1;
}
