html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.6;
  font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
  color: #353535;
}
html, body {
  position: relative;
  font-size: 14px;
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  html, body {
    font-size: 13px;
  }
}
* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  padding-left: 0;
  list-style-type: none;
}
a img,
fieldset {
  border: 0;
}
a {
  text-decoration: none;
  color: #576B95;
}
a:hover, a:active, a:visited, a:focus{
  text-decoration: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  overflow: visible;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  // background-color: transparent;
  border-width: 0;
  cursor: pointer;
}
svg:not(:root) {
  overflow: hidden;
}

h1,h2,h3,p {
  -webkit-appearance: none;
}

h1,h2,h3,a,input,textarea,div,section,article,header,footer {
  font-family: '寰蒋闆呴粦';
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}

.modal-title {
  display: inline-block;
}

input[type=checkbox] {

}