* {

  margin: 0;

  padding: 0;

  font-family: "Microsoft YaHei" !important;

  -webkit-tap-highlight-color: rgba(0,0,0,0);

  -webkit-tap-highlight-color: transparent;

}

a {

  outline: none;

  color: #383838;

  position:relative;

  text-decoration: none;

}

i {
  font-style: normal;
}

a,a:link,a:visited,a:focus{

  text-decoration:none;

}

.list a::after {

  content: '';

  display: block;

  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #636363;
  transition: all .14s ease-in-out;
}

.list a:hover::after {
  width: 100%;
}

[v-cloak] {
  opacity: 0;
}

@keyframes tagBig {
  0% {
    transform:scale(1);
  }
  50% {
    transform:scale(1.3);

  }
  100% {
    transform:scale(1);    
  }
}