@charset "utf-8";
/* reset */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
audio,
canvas,
figure,
footer,
header,
mark,
menu,
nav,
section,
time,
video {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

body {
    font: 12px/1 "Microsoft YaHei", "Arial", "sans-serif";
    color: #333;
    background-color: #f8f8f8;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
    display: block
}

ul,
ol {
    list-style: none
}

img {
    border: 0 none;
    vertical-align: top;
    transition: transform .5s ease;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

strong,
em,
i {
    font-style: normal;
    font-weight: normal
}

ins {
    text-decoration: underline
}

del {
    text-decoration: line-through
}

mark {
    background: 0
}

input::-ms-clear {
    display: none !important
}

input,
select,
textarea,
button {
    vertical-align: middle;
    outline: 0;
    border: 0
}

input {
    border-radius: 0;
    box-shadow: none
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    -webkit-appearance: none
}

a:link,
a:visited {
    text-decoration: none;
    color: #333
}

a:hover,
a:active {
    text-decoration: none
}

input:foucs {
    outline: 0
}
/*公共方法*/
.font_bold {
    font-weight: bold;
}
.georgia {
    font-family: Georgia;
}
.clear::after {
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clear {
*zoom: 1
}
.clearleft{
    clear: left;
}
.clearright{
    clear: right;
}
.floatleft{
    float: left;
}
.floatright{
    float: right;
}
.cursor{
    cursor: pointer;
}