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,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body {
    font-family: "微软雅黑";
    position: relative;
}

body {
    overflow-x: hidden;
}

li {
    list-style: none;
}

/* 时间线页面的背景图片 */
.time-line-bg {
    background: url('../../img/bg/TimeLine.jpg') fixed no-repeat;
    background-size: cover;
    background-positio: center;
}

/* 留言墙的背景图片 */
.message_bg {
    background: url('../../img/bg/message.jpg') fixed no-repeat;
    background-size: cover;
    background-positio: center;
}

.padding-b-10 {
    padding-bottom: 20px;
}

.padding-l-r-60 {
    padding: 0px 60px;
}

/**
 * 透明度
 */
.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

/* 透明度 */

/* 字体大小 */
.font-size-xxs {
    font-size: 10px;
}

.font-size-xs {
    font-size: 15px;
}

.font-size-sm {
    font-size: 20px;
}

.font-size-md {
    font-size: 25px;
}

.font-size-lg {
    font-size: 30px;
}

/* 字体大小 */

/* 字体间距 */
.text-spacing-xxs {
    letter-spacing: 1px;
}

.text-spacing-xs {
    letter-spacing: 2px;
}

.text-spacing-sm {
    letter-spacing: 3px;
}

.text-spacing-md {
    letter-spacing: 4px;
}

.text-spacing-lg {
    letter-spacing: 5px;
}

/* 字体间距 */