* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu {
  display: block;
}
body {
  font-size: 14px;
  font-family: "Microsoft YaHei", '微软雅黑', "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div {
  -webkit-overflow-scrolling: touch;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
textarea,
button {
  font-size: 100%;
  outline: 0;
  font-style: normal;
  appearance: none;
  -webkit-appearance: none;
}
input,
textarea {
  outline: 0;
}
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
}
textarea {
  resize: none;
}
label {
  cursor: pointer;
}
img {
  border: none;
}
a,
label,
span,
i,
input,
img {
  vertical-align: middle;
}
.layui-form-switch i {
  top: 2px;
}
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexbox_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
