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: sans-serif;
  -webkit-tap-highlight-color: transparent;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
}

button,
input,
select,
textarea {
  border: none;
  outline: none;
  font-family: 'Microsoft Yahei';
  background: none;
}
button {
  cursor: pointer;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

/* link */

a {
  color: #666;
  text-decoration: none;
  font-size: 12px;
  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;
}

html,
body {
  height: 100%;
  font-size: 12px;
}

[v-cloak] {
  display: none;
}
#_overlay_ {
  position: fixed !important;
  height: 100% !important;
}
/* pc端微信登录二维码处理 */
#ams_loginWxDiv {
  box-sizing: content-box;
}
