@charset "utf-8";

body,
html {
  font-family: "PingFang-Regular", Helvetica Neue, Helvetica, sans-serif !important;
}

body,
ul,
li,
p,
h1,
h2,
h3,
video,
div,
span,
img,
input,
button,
a,
dl,
dt,
dd,
s,
hr {
  margin: 0;
  padding: 0;
  color: #323232;
}

ul,
li,
p,
h1,
h2,
h3,
video,
span,
img,
input,
button,
div,
a,
s,
hr,
textarea {
  font-size: 14px;
}

h3,
h1,
h2 {
  font-size: 100%;
  font-weight: 400;
}

ul,
li {
  list-style: none;
}

body {
  background: #fff;
}

html {
  width: 100%;
  height: 100%;
}

img,
video {
  border: none;
  display: block;
}

a {
  display: block;
  text-decoration: none;
  color: #323232;
}

a:focus {
  outline: none;
  border: none;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

/* 指正常的未被访问过的链接*/
a:visited {
  text-decoration: none;
}

/*指已经访问过的链接*/
a:active {
  text-decoration: none;
}

/* 指正在点的链接*/
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

s {
  font-style: normal;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif !important;
  color: #b2b2b2;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif !important;
  color: #b2b2b2;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif !important;
  color: #b2b2b2;
}

input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif !important;
  color: #b2b2b2;
}

em{
  font-style: normal;
}

input {
  border: none;
  background: transparent;
}

input:focus {
  outline: none;
}

button:focus {
  outline: none;
}

button {
  border: none;
  background: transparent;
}

textarea {
  resize: none;
  border: none;
  padding: 0;
  font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif !important;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif !important;
  color: #b2b2b2;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif !important;
  color: #b2b2b2;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif !important;
  color: #b2b2b2;
}

textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif !important;
  color: #b2b2b2;
}

textarea:focus {
  outline: none;
}

table,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

select {
  border: none;
  outline: none;
}


