* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-weight: 500;
}

input,
button {
  border: none;
  background: none;
}

img {
  display: block;
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

:root {
  --theme-color: #ed6d01;
  --swiper-theme-color: var(--theme-color);
}

.iconfont {
  color: var(--theme-color);
}

.bg-btn {
  background-color: var(--theme-color);
}