  /* 覆盖公共样式 */
  html, body, #app {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  body, ul, li, p, h1, h2 {
    margin: 0;
    padding: 0;
  }

  ul,li {
    list-style-type: none;
  }

  a {
    text-decoration: none;
    color: #000;
  }
  a:focus {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  input,
  button,
  select,
  textarea{
    outline:none
  }

  #app ::-webkit-scrollbar {
    min-width: 0;
    width: 0;
  }

#app .co-header {
  padding: 0 5%;
  z-index: 2;
}

.app-win {
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 43px;
    padding-bottom: 155px;
}
.app-tabbar .iconfont {
    font-size: 22px;
}

[v-cloak] {
	display: none;
}