<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
button,html,input,optgroup,option,select,textarea {
  -webkit-font-smoothing: antialiased;
  font-family: Alibaba PuHuiTi, Helvetica Neue, Arial, Helvetica,
    STHeiTi, sans-serif;
}
body,button,html,input,optgroup,option,select,textarea {
  font-family: Alibaba PuHuiTi, Helvetica Neue, Arial, Helvetica,
    STHeiTi, sans-serif;
}
button,img,input {
  vertical-align: middle;
}
.mall,svg:not(:root) {
  overflow: hidden;
}
.cl,.clearfix,a.ie6:hover {
  zoom: 1;
}

* {
  word-wrap: break-word;
}
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,iframe,input,li,ol,p,pre,td,textarea,th,ul {
  margin: 0;
  padding: 0;
}
dl,ol,ul,li {
  list-style-type: none;
}
html {
  -moz-osx-font-smoothing: grayscale;
}
address,caption,cite,code,dfn,em,th,var {
  font-style: normal;
  font-weight: 400;
}
button,input,optgroup,option,select,textarea {
  -moz-osx-font-smoothing: grayscalefont-size;
  font-style: inherit;
  font-weight: inherit;
}
body,button,input,select,td,textarea,th {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,input {
  overflow: visible;
  outline: 0;
}
body,html,button,input,select,td,textarea,th {
  font-size: 14px;
  color: #1c1918;
}
body {
  line-height: 1.6;
  
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}
a,
area {
  outline: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  /* text-decoration: underline; */
  outline: 0;
}
:focus,
a:active,
a:focus,
a:hover {
  outline: 0;
}
sub,
sup {
  vertical-align: baseline;
}
button,
input[type="button"],
input[type="submit"] {
  line-height: normal !important;
}
img {
  border: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
*html {
  overflow: -moz-scrollbars-vertical;
}
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
legend,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}
time {
  display: inline;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.cl:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ellipsis{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}


.ellipsis-2{
  overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
</pre></body></html>