@charset "UTF-8";
/********paiwo css reset********/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
ul,
li,
ol,
dl,
dt,
dd,
table,
label,
section,
i,
em,
input,
select,
textarea,
b,
img,
figure,
figcaption,
sup,
sub,
section,
header,
footer,
aside,
blockquote,
button,
hr,
legend,
p,
pre,
tr,
td,
th,
u {
  margin: 0;
  padding: 0;
  color: #222; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

input,
button {
  background: none;
  border: none;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", tahoma, arial, "宋体";
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

textarea {
  resize: none; }

a {
  text-decoration: none;
  cursor: pointer;
  overflow: hidden; }

a:hover,
a:link,
a:visited {
  text-decoration: none; }

img {
  border: none;
  vertical-align: top; }

input:focus,
button:focus,
textarea:focus {
  outline: none; }

input::-ms-clear {
  display: none; }

li {
  list-style: none; }

u {
  text-decoration: none; }

i,
th,
em,
b,
address,
cite,
dt {
  font-style: normal;
  font-weight: normal; }

strong {
  font-style: normal; }

textarea,
input,
button {
  outline: none; }

body,
html {
  height: 100%;
  font-size: 50px; }

body,
a {
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", tahoma, arial, "宋体";
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #222;
  overflow-x: hidden;
  background: none; }

[placeholder] {
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", tahoma, arial, "宋体";
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #bbc2c8; }

::-moz-placeholder {
  color: #bbc2c8; }

:-ms-input-placeholder {
  color: #bbc2c8; }

::-webkit-input-placeholder {
  color: #bbc2c8; }
