
/*屏蔽浏览器默认复制等功能*/
body{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
input,select {
  -webkit-user-select:auto;
  -moz-user-select: auto;
       user-select: auto;
}
/*屏蔽浏览器默认复制等功能*/
@font-face {
  font-family: dinb;
  src: url(/fonts/DIN-Bold.e4818805.otf) format("truetype");
}
@font-face {
  font-family: dinm;
  src: url(/fonts/DIN-Medium.293c0b50.otf) format("truetype");
}
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}
nav {
  padding: 30px;
}
nav a {
  font-weight: bold;
  color: #2c3e50;
}
nav a.router-link-exact-active {
  color: #42b983;
}
input{
  outline: none;
  background: none;
}

