<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset.cssç”¨æ¥å­˜å‚¨æ¸…é™¤æµè§ˆå™¨çš„æ&nbsp;·å¼ ,åŽé¢æ·»åŠ&nbsp;äº†ä¸€éƒ¨åˆ†é€šç”¨æ&nbsp;·å¼*/

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  outline: none;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-only;
  cursor: pointer;
}

body,
html,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
  *font-size: 100%;
  outline: none;
}
button {
  /*æ¶ˆé™¤buttonçš„é»˜è®¤æ&nbsp;·å¼*/
  /*è¿™ç§å†™æ³•æ˜¯å¯¹æ‰€æœ‰çš„buttonæ&nbsp;‡ç­¾åŒæ—¶ç”Ÿæ•ˆ*/
  margin: 0px;
  padding: 0px;
  /*è‡ªå®šä¹‰è¾¹æ¡†*/
  border: 0px;
  /*æ¶ˆé™¤é»˜è®¤ç‚¹å‡»è“è‰²è¾¹æ¡†æ•ˆæžœ*/
  outline: none;
  background: none;
}
/*select*/
select {
  /*å¤å†™Chromeå’ŒFirefoxé‡Œé¢çš„è¾¹æ¡†*/
  border: 1px solid green;
  /*æ¸…é™¤é»˜è®¤æ&nbsp;·å¼*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*åœ¨é€‰æ‹©æ¡†çš„æœ€å³ä¾§ä¸­é—´æ˜¾ç¤ºå°ç®­å¤´å›¾ç‰‡*/
  /*background: url(../img/icon/icon_select.png) no-repeat scroll right center transparent;*/
  /*ä¸ºä¸‹æ‹‰å°ç®­å¤´ç•™å‡ºä¸€ç‚¹ä½ç½®ï¼Œé¿å…è¢«æ–‡å­—è¦†ç›–*/
  padding-right: 14px;
}
/*æ¸…é™¤ieçš„é»˜è®¤é€‰æ‹©æ¡†æ&nbsp;·å¼æ¸…é™¤ï¼Œéšè—ä¸‹æ‹‰ç®­å¤´*/
select::-ms-expand {
  display: none;
}
body {
  background-color: rgb(235, 235, 235);
}</pre></body></html>