﻿/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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 {
    margin: 0;
    padding: 0;
    /* font: 16px/1.5 \5FAE\8F6F\96C5\9ED1,\5b8b\4f53,"微软雅黑",Verdana, Helvetica, Arial, sans-serif; */
    vertical-align: baseline;
    box-sizing: border-box;
	color:#333333;
}
input, button, select, textarea { outline: none;-webkit-appearance:none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
h1, h2, h3, h4, h5, h6 {list-style: none;}
a { text-decoration: none; display:inline-block ;}
a:visited{text-decoration: none;}
a:focus { outline: none; }
a span, a img { cursor: pointer; }
img { border: 0; max-width: 100%;vertical-align: middle;}
p, dl, dt, dd, ul, ol, li,i,em{list-style: none; }
button,input,select,option{border-width: 1px;border-style: solid;border-color: rgba(0,0,0,0.2);padding: 2px 5px;}
/* HTML5 display-role reset for older browsers */
body,html{
    width: 100%;
    height: 100%;
}
body {
    line-height: 1.5;
}
/*div{*/
    /*border: 0;*/
/*}*/
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
img{
    border: 0;
}
/*table {*/
    /*border-collapse: collapse;*/
    /*border-spacing: 0;*/
/*}*/
.fl{
    float: left;
    display: block;
}
.fr{
    float: right;
    display: block;
}

.clear,.clear:after,.clear after{
    display: block;
    clear: both;
    content: '';
}
.prev,.next{
    cursor: pointer;
}
.none{
    display: none;
}
.block{
    display: block;
}