﻿@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
  overflow-x: hidden;
  background-color: #FFF;
  color: #333;
  /* font-size: 0.22rem; */
  margin: 0 auto !important;
}

div,
ul,
li,
p,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
dl {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "微软雅黑";
}

a {
  text-decoration: none;
}

input {
  border: none;
}

/* html {
  font-size: 62.5%;
  margin: 0 auto;
} */

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #297cf8;
  text-decoration: none;
}

img {
  border: none;
  vertical-align: middle
}

ul,
li {
  list-style: none;
}

i,
em {
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea {
  outline: none;
}

input[type="button"] {
  border: 0;
  outline: none;
}

.clear {
  clear: both;
}