b,
b a,
body,
caption,
dd,
del,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
input,
label,
legend,
li,
ol,
p,
s,
samp,
small,
span,
strong,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
u,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,
    Microsoft YaHei, Simsun, Helvetica, Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #434343;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:link,
a:visited {
  color: #3765f6;
}

a:hover {
  color: #2ba3ff;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.15;
  margin: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

li {
  list-style: none;
}

h1 {
  font-size: 20px;
  font-weight: bold;
}

h2 {
  font-size: 18px;
}

h3,
h4 {
  font-size: 14px;
}

h5,
h6 {
  font-size: 12px;
}

.txt-red,
.txt-red a,
a.txt-red:link,
a.txt-red:visited {
  color: #e1251b;
}

.txt-green,
.txt-green a,
a.txt-green:link,
a.txt-green:visited {
  color: #55b837;
}

.txt-yellow,
.txt-yellow a,
a.txt-yellow:link,
a.txt-yellow:visited {
  color: #faa21e;
}

.txt-blue {
  color: #0083ff;
}

.txt-c13 {
  color: #434343;
}

.txt-c14 {
  color: #7c7c7c;
}

.txt-c15 {
  color: #aaa;
}

.txt-c16 {
  color: #d2d2d2;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.is-fixed {
  position: fixed;
}

.is-static {
  position: static;
}

.is-hide {
  display: none;
}

.is-block {
  display: block;
}

.is-inline-block {
  display: inline-block;
}

.is-table {
  display: table;
}

.is-inline-table {
  display: inline-table;
}

.is-table-cell {
  display: table-cell;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.v-text-top {
  vertical-align: text-top;
}

.a-left {
  text-align: left;
}

.a-right {
  text-align: right;
}

.a-center {
  text-align: center;
}

.lrc-para {
  line-height: 1.5;
}

.lrc-para + .lrc-para {
  margin-top: 8px;
}

.lrc-para-l {
  line-height: 2;
}

.lrc-para-l + .lrc-para-l {
  margin-top: 8px;
}

.lrc-para-l + .lrc-para-img {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

.link-line {
  text-decoration: underline;
}

.is-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
ul,
li {
  list-style-type: none;
}
