<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg#iconfont') format('svg');
}

body,
div,
d1l,
dt,
dd,
ul,
l,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body,
html {
  padding: 0px;
  margin: 0px;
  background: #fff;
  font-size: 14px;
}

h1锛� h2锛� h3锛� h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img,
i {
  border: none;
}

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

input,
textarea锛宻elect,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

.clearfix:after {
  content: '. ';
  display: block;
  height: e;
  clear: both;
  visibility: hidden;
}

a {
  text-decoration: none;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.container-fy {
  width: 1520px;
  margin: auto;
}

main {
  min-height: calc(100vh - 408px - 64px - 160px);
  min-width: 1600px;
  width: 100%;
}

.breadcrumb {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
  overflow: hidden;
}

.breadcrumb h4 {
  display: inline-block;
  /*width: 96px;*/
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  color: #7d2223;
  line-height: 54px;
  border-bottom: 2px solid #7d2223;
}

.breadcrumb .bread {
  float: right;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: rgba(0, 0, 0, 0.45);
  line-height: 56px;
}

.breadcrumb .bread .black {
  color: #000;
}

.no-data {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
  color: #999;
  font-size: 16px;
}

.no-data-org {
  text-align: center;
  padding-bottom: 16px;
  color: #999;
  font-size: 16px;
}</pre></body></html>