/******= Reset =******/
section,
article,
aside,
header,
footer,
nav,
dialog,
figure,
legend {
    display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    table-layout: fixed;
}

table td {
    word-break: break-all;
}

caption,
th {
    text-align: left;
}

ol,
ul {
    list-style: none;
}

img {
    display: block;
    border: 0;
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}

*:focus {
    outline: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=button] {
    -webkit-appearance: none;
    outline: none
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

/*光标闪动效果*/
.guangbiao {
    border-left: .1em solid red;
    animation: cursorImg 1s infinite steps(1, start);
}
@keyframes cursorImg {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
/*end*/
@font-face {
    font-family:'書法家中楷體';
    src:url(../fonts/DATK5.woff);
}
@font-face {
    font-family:'超研澤粗圓';
    src:url(../fonts/WR3.woff);
}