/************************* 初始化默认样式 ******************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-family: MicrosoftYaHei;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  display: block;
  border: 0;
  outline: none;
  vertical-align: middle;
}
video,
button,
input {
  border: 0;
  outline: none;
}
button {
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
textarea {
  outline-style: none;
  border: none;
  resize: none;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
.o0 {
  opacity: 0;
}
.o1 {
  opacity: 1;
}
/************************ 公共样式 ************************************************/
.w {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/*# sourceMappingURL=base.css.map */

.flex{
    display: flex;
    align-content: center;
}