@charset "utf-8";

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
ol,
ul,
li,
dl,
dt,
dd,
form,
input,
textarea,
select,
span,
table,
tr,
td,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

*:focus,
*:hover {
  outline: none;
  -webkit-tap-highlight-color:
    rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

ul,
ol,
li {
  list-style: none;
}

html,
body {
  width: 100%;
  font: 100% "AppleGothic", "Microsoft Yahei", "SimHei", Arial, sans-serif;
  -webkit-user-select: none;
  -webkit-touch-callout:
    none;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, STHeiti, Microsoft YaHei, Microsoft JhengHei, Source Han Sans SC, Noto Sans CJK SC, Source Han Sans CN, Noto Sans SC, Source Han Sans TC, Noto Sans CJK TC, WenQuanYi Micro Hei, SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

a {
  text-decoration: none;
  color:
    black;
  outline: none;
}

input,
textarea {
  outline: none;
  border: none;
  border-radius: 0;
}

textarea {
  resize: none;
}

a,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a:focus,
input:focus {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

input::-moz-focus-inner,
input::-webkit-focus-inner,
input::focus-inner {
  border: 0;
}

h1 {
  font-weight: normal;
}

body {
  padding: 0.8rem 0.48rem 2.01rem 0.48rem;
  box-sizing: border-box;
  position: relative;
}

h3 {
  height: 0.66rem;
  font-size: 0.44rem;
  font-family: SFProText-Semibold;
  color: rgba(55, 62, 82, 1);
  line-height: 0.99rem;
  margin-bottom: 0.9rem;
}

p {
  font-size: 0.28rem;
  color: #818599;
  line-height: 0.42rem;
  margin-bottom: 0.28rem;

}

span {
  color: #373D52;
  font-weight: 900;
}

h4 {
  height: 0.54rem;
  font-size: 0.36rem;
  color: rgba(55, 61, 82, 1);
  line-height: 0.54rem;
  margin: 0.93rem 0 0.57rem 0;
}

h5 {
  position: absolute;
  right: 0.48rem;
  bottom: 0.9rem;
  font-size: 0.36rem;
  color: rgba(55, 61, 82, 1);
  line-height: 0.81rem;
}

a {
  color: #5274FF;
  text-decoration: underline;
}
