html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
em,
button,
blockquote {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft Yahei';
}

html,
body {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100% !important;
  -webkit-touch-callout: none;
  font-family: 'Microsoft Yahei';
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus,
input:focus,
textarea:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: transparent;
  /*-webkit-user-modify:read-write-plaintext-only;*/
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

img[src=""],
img:not([src]) {
  opacity: 0;
}

em,
b {
  font-style: normal;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

i {
  font-style: normal;
}

button,
input,
select,
textarea {
  outline: none;
  font-family: 'Microsoft Yahei';
  border: none;
  background: transparent;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

/* link */

a {
  color: #666;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.btn {
  font-size: 0;
}

[v-cloak] {
  display: none !important;
}

#_overlay_ {
  position: fixed !important;
  height: 100vh !important;
}

/* #afooter {
  width: 100%;
  background: #000;
  color: #ccc;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  position: relative;
  z-index: 2;
} */


/*button禁用*/
.page-device button:disabled {
  opacity: .5;
  cursor: no-drop
}