* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 14px;
}
html,
body,
#app,
.wrapper {
  width: 100%;
  /*min-width: 1200px;*/
  height: 100%;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  html,
  body {
    min-width: unset;
  }
  body {
    font-size: 12px;
  }
}
body,
code,
textarea {
  font-family: "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
}
a {
  text-decoration: none;
}
.l-btn {
  padding: 7px 15px;
  border-radius: 3px;
  color: #606266;
  cursor: pointer;
  border: 1px solid #DCDFE6;
  background-color: #fff;
  transition: all 0.15s;
  text-align: center;
  white-space: nowrap;
}
.l-btn:hover {
  border-color: #409EFF;
  color: #409EFF;
}
.l-container {
  max-width: 1240px;
  margin: 0 auto;
}
.reactive-wrapper-between {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
}
