<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鏍峰紡鍒濆鍖� */
* {
  margin: 0;
  padding: 0;
  border: none;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
}
body {
  font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB",STHeitiSC-Light,"Microsoft YaHei","寰蒋闆呴粦",Arial,sans-serif;
  font-size: 14px;
  color: #333;
  /* background: #f9f9f9; */
}
h2 {
  font-family: inherit;
  font-size: inherit;
  margin: auto;
  text-align: inherit;
}
a {
  color: #333;
  text-decoration: none;
  outline: 0
}
a:hover {
  text-decoration: none;
}
input[type="text"],input[type="password"],textarea {
  outline-style: none;
  -webkit-appearance: none;
}
/* 宸︽诞鍔� */
.fl {
  float: left;
}
/* 鍙虫诞鍔� */
.fr{
  float: right;
}
/* 娓呴櫎娴姩 */
.clearfix {
  zoom:1;
}    
.clearfix:after {
  clear:both;
  content:'.';
  display:block;
  width: 0;
  height: 0;
  visibility:hidden;
}  
 /* 鎺у埗涓€琛屾樉绀� */
.oneline{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 闄愬埗涓よ鏄剧ず */
.twoline{
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}</pre></body></html>