<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 * 页面初始化样式
 */
body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-family: "微软雅黑", arial, helvetica, clean, sans-serif;
}
/* CSS Document */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
code,
em,
img,
small,
strong,
sub,
sup,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a {
  color: #007bc4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  height: 100%;
  font: 12px/18px "Microsoft Yahei", Tahoma, Helvetica, Arial, Verdana, "\5b8b\4f53", sans-serif;
  color: #51555C;
  background: #FFFFFF;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
  outline: none;
  border: none;
}
.clearfix {
  zoom: 1;
  /* 兼容ie6*/
}
.clearfix:after,
.clearfix:before {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.8;
}
[role="button"] {
  cursor: pointer;
}
.pointer,
a {
  cursor: pointer;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.fb {
  font-weight: bold;
}
.fn {
  font-weight: normal;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
input::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
input::-o-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
/* 单换行 */
.ellipsis-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.3;
}
/* 双换行 */
.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  line-height: 1.3;
}
.hide {
  display: none;
}
.border-none {
  border: none !important;
}
.bg-transparent {
  background: transparent !important;
}
</pre></body></html>