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,
input,
button,
textarea,
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 {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img,
a img,
iframe {
    border-width: 0;
    border-style: none
}

img {
    -ms-interpolation-mode: bicubic
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    /*font-weight:normal*/
}

input,
textarea,
select,
button {
    font-size: 14px;
    font-weight: normal;
    font-family: inherit
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none
}

input[type="button"],
input[type="submit"],
select,
button,
label {
    cursor: pointer
}

textarea {
    resize: vertical
}

textarea[contenteditable] {
    -webkit-appearance: none
}

article,
aside,
details,
summary,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

time,
mark,
ruby,
rt,
rp,
output,
keygen,
meter,
progress,
command,
source {
    display: inline
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

.word-break {
    display: table;
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word
}

.shadow {
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.lightbox {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    *zoom: 1;

}

