body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
a,
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  outline: none;
}

html,
body {
  font-family: Aileron !important;
  background-color: #ffffff;
  font-size: 12px;
}
a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

input {
  font: normal;
}

input:focus,
a:focus {
  outline: none;
}

@font-face {
  font-family: Aileron;
  src: url("../Aileron/Aileron-Regular-10.ttf");
}

@font-face {
  font-family: AileronTHin;
  src: url("../Aileron/Aileron-Thin-13.ttf");
}

@font-face {
  font-family: AilerBold;
  src: url("../Aileron/Aileron-Bold-4.ttf");
}
.dim_popper{
  padding-left: 0!important;
  padding-right: 0!important;
}
img{
  vertical-align:bottom
}

@media (max-width: 750px) {
  *{
    line-height: 1;
  }
  /* 重置elementui的message提示框 */
  .el-message{
    min-width: auto !important;
    width: 90vw !important;
  }
}
/* 公用样式 */

.click {
  cursor: pointer;
}

.user_input {
  box-sizing: border-box;
  margin-top: 30px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 8px 16px;
  cursor: pointer;
  line-height: 24px;
  color: #101920;
  background-color: #fff;
  background-image: none;
  border: 1px solid #efefef;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: bold;
}
