<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('http://at.alicdn.com/t/font_2430894_lavnk4qpect.css');
@import url('https://at.alicdn.com/t/font_2430894_lavnk4qpect.css');

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, 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;
  /* font-size: 100%; */
  font: inherit;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
  /* font-size: 16px; */
  color: #333;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
 
/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

*:focus { 
  outline:none; 
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
html, body {
  width: 100%;
  font-family: "Arial", "Microsoft YaHei", "é»‘ä½“", "å®‹ä½“", "å¾®è½¯é›…é»‘", sans-serif;
}
body {
  /* background-color: #f6f6f6; */
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  overflow-y: scroll;
}


.lt {
  float: left;
}

.rt {
  float: right;
}
 
/*æ¸…é™¤æµ®åŠ¨*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { 
  *zoom: 1;
}

.hide {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w100 {
  width: 100%;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

/* flex */

.flex {
  // display: box;              /* OLD - Android 4.4- */

  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */


  /* 09ç‰ˆ */
  -webkit-box-orient: horizontal;
  /* 12ç‰ˆ */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row; 
  flex-direction: row;
}

.f-column {
  /* 09ç‰ˆ */
  -webkit-box-orient: vertical;
  /* 12ç‰ˆ */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.fw {
  flex-wrap: wrap;
}

.jsa {
  justify-content: space-around;
}

.jsb {
  /* 09ç‰ˆ */
  -webkit-box-pack: space-between;
  /* 12ç‰ˆ */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.jl {
  justify-content: left;
}

.jc {
  /* 09ç‰ˆ */
  -webkit-box-pack: center;
  /* 12ç‰ˆ */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.alc {
  /* 09ç‰ˆ */
  -webkit-box-align: center;
  /* 12ç‰ˆ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
</pre></body></html>