* {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: unset;
  text-decoration: unset;
}

body {
  background-color: #f2f2f2;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}
i{
  font-style: normal;
}
strong{
  font-weight: normal;
}
.is-disabled i{
  color: #AEAEAE !important;
}
.el-input-number__increase i{
  color: #000000 !important;
}
.el-input-number__decrease i{
  color: #000000 !important;
}
button{
  background-color: #fff;
}

