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: "DM Sans", -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  line-height: 1.6;
  color: #333;
  color: rgba(0, 0, 0, 0.85);
  font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, 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;
}
*::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #fff;
}
*::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.05rem;
  background-color: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border: none;
  border-radius: 0.06rem;
}

.box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box .nav {
  width: 100%;
  height: 0.85rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-linear-gradient(left, #002384 0%, #7b05c4 100%);
  background: -moz-linear-gradient(left, #002384 0%, #7b05c4 100%);
  background: -o-linear-gradient(left, #002384 0%, #7b05c4 100%);
  background: linear-gradient(90deg, #002384 0%, #7b05c4 100%);
}
.box .nav .nav_center {
  width: 100%;
  max-width: 1920px;
  padding: 0 0.9rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  .box .nav .nav_center {
    padding: 0 0.9rem;
  }
}
.box .nav .nav_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .nav .nav_left .nav_left_logo {
  height: 0.3rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.1937rem;
  cursor: pointer;
}
.box .nav .nav_left .nav_left_logo img {
  height: 100%;
}
.box .nav .nav_right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.box .nav .nav_right img {
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .box .nav {
    height: 0.74rem;
  }
  .box .nav .nav_center {
    padding: 0 0.2rem;
  }
  .box .nav .nav_left .nav_left_logo {
    height: 0.2rem;
    margin-right: 0;
  }
  .box .nav .nav_left .nav_left_title {
    display: none;
  }
  .box .nav .nav_right {
    font-size: 0.14rem;
  }
  .box .nav .nav_right img {
    margin-left: 10px;
  }
}

.nav_layer_confirm {
  border-radius: 6px;
}
.nav_layer_confirm .layui-layer-btn .layui-layer-btn0 {
  background-color: #002384;
}
.nav_layer_confirm .layui-layer-btn a {
  border-radius: 6px;
}

.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 */