/* common */
body, div,input,textarea, span, iframe, h1, h2, h3, h4, h5, h6, p, ol, ul, li,tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-family: "PingFang-SC", "Microsoft YaHei","微软雅黑","SimSun","宋体";
}
ul, ol, li {
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
  color: #304265;
  -webkit-tap-highlight-color: transparent;
}
a:hover, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  color: #304265;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.sidebar::-webkit-scrollbar
{
  width: 4px;
  height: 4px;
  background-color: transparent;
}
/*定义滚动条轨道 内阴影+圆角*/
.sidebar::-webkit-scrollbar-track
{
  background-color: transparent;
}
.sidebar:hover::-webkit-scrollbar-track
{
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  background-color:transparent;
}

/*定义滑块 内阴影+圆角*/
.sidebar::-webkit-scrollbar-thumb
{
  border-radius: 4px;
  background-color: transparent;
}
.sidebar:hover::-webkit-scrollbar-thumb
{
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
  background-color: #C1C1C1;
}

body *{
  box-sizing: border-box;
}

body {
  overflow: hidden;
}

button {
  outline: 0;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}


[v-cloak] {
  display: none;
}

[mycloak] {
  opacity: 0;
}