html,
body,
div,
span,
applet,
object,
iframe,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
input,
textarea,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC',
    'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 100%;
  font-style: inherit;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  line-break: anywhere;
}

a {
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
}

html {
  min-height: 100%;
}

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  font-size: 14px;
}

input::-ms-clear {
  display: none;
}

.iframe-page {
  display: block;
  width: 100%;
  height: 100%;
}
