﻿* {
  box-sizing: inherit;
  scrollbar-width: thin;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::placeholder {
  color: #ddd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
}

p,
a,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

input,
button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
}

input::-webkit-search-cancel-button {
  display: none;
}

input[type="text"] {
  -webkit-appearance: none;
}

fieldset,
img {
  border: none;
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table,
thead,
tbody,
tr,
th,
td {
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}

:focus {
  outline: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  color: #666;
}
a:hover {
  color: #3370FF
}
a:active {
  color: #666;
}
a.link {
  color: blue;
}
a.link:active {
  text-decoration: underline;
}

::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #d5d5d5;
  background-clip: padding-box;
  border-radius: 3px;
  min-height: 28px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

/* 公共部分清除样式结束 */
svg.icon {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden;
}


html,
body {
  color: #333;
  font-family: PingFang SC, "Microsoft YaHei", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  background: #f5f5f5;
  height: 100%;
  width: 100% !important;
  font-size: 16px;
}
