﻿@charset "utf-8";
/*CSS Document*/
* {
    margin: 0;
    padding: 0;
}
html,
body,
div,
nav,
section,
footer,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
a,
img,
input,
textarea,
select,
table,
tbody,
thead,
tfoot,
tr,
th,
td,
form,
label,
i,
a,
button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 18px;
}
html,
body {
    width: 100%;
    height: 100%;
    overflow: auto;
    color: #333333;
    font: 14px/1 PingFang SC, Helvetica Neue, Helvetica, Microsoft Yahei, Arial, sans-serif;
    background: #FBFAF8;
}
.content_box {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
li {
    list-style-type: none;
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: inherit;
    background: none;
}
i {
    font-style: normal;
}
input {
    background: none;
}
.cursor {
    cursor: pointer;
}