html,
body,
ul,
ol,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
  /* min-width: 1200px; */
  font-family: Arial;
  /* overflow-x: auto; */
}

a {
  text-decoration: none;
  color: #fff;

  &:hover {
    color: #f0a62c;
  }
}

* {
  box-sizing: border-box;
  list-style: none;
}

.el-carousel__button {
  width: 20px !important;
  height: 6px !important;
}

.el-carousel__indicators--outside button {
  background: #E6E6E6 !important;
  opacity: 1;
}

:root {
  --el-color-primary: #f0a62c !important;
  --el-color-primary-light-9: #FEF6EA !important;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}

.dialog {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.dialog .show-dialog-box {
  /* width: 40vw; */
  margin: 0 auto;
  min-height: 50vh;
  margin-top: 10vh;
  background-color: #FFF;
  /* padding: 50px; */
  position: relative;
}