* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.layui-form-select dl dd.layui-this {
  background-color: #0080ff !important;
}

.layui-btn-primary:hover {
  border-color: #0080ff;
}

.layui-form-onswitch {
  border-color: #0080ff !important;
  background-color: #0080ff !important;
}

html,
body {
  height: 100%;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4,
h5 { font-size: 14px; }

button {
  border: none;
  background-color: transparent;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 10px !important;
  }
}

/* @media screen and (max-width: 1000px) {
  html {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 10px !important;
  }
} */
