body,
div,
span,
header,
footer,
nav,
section,
aside,
article,
ul,
dl,
dt,
dd,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
textarea,
button,
input,
select,
figure,
figcaption {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  border: none;
  /* font-weight: normal; */
  font-family: 'Microsoft YaHei', 'PingFang SC', Arial;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
body {
  font-size: 14px;
}
a:hover {
  outline: none;
}
img {
  border-style: none;
  max-width: 100%;
}
*:before,
*:after {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 54px !important;
  }
}

@media screen and (min-width: 769px) {
  .m-container-max,
  .ag-home-header {
    width: 100% !important;
    margin: 0 auto;
    position: relative;
  }
}
/* 适配iphoneX以上机型 */
@media only screen and (-webkit-device-pixel-ratio: 3) and (device-height: 812px) and (device-width: 375px) {
  body {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}
