html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

html,
body {
  font-family: Roboto, -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.error_tips {
  border-radius: 6px;
}
.error_tips .tips_box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error_tips .tips_box .tips_box_p1 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.error_tips .tips_box .tips_box_p2 {
  font-size: 14px;
  margin: 10px 0;
}
.error_tips .tips_box .tips_box_icon {
  height: 40px;
  margin-left: 8px;
}/*# sourceMappingURL=styles.css.map */