<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;
  box-sizing: border-box;
  font-family: "MicrosoftYaHei";
}

html,
body {
  width: 100%;
  min-height: 100%;
}
body{
  display: flex;
    flex-direction: column;
    min-height: 100vh;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}


ul,
ol,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

textarea {
  overflow: auto;
}

small {
  font-size: 85%;
}

strong,
th {
  font-weight: bold;
}

hr {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #e4e4e4;
  border-width: 1px 0;
  clear: both;
  height: 2px;
  margin: 5px 0;
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}

button {
  cursor: pointer;
}

a {
  color: #666;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

button,
input {
  /* "\5B8B\4F53" å°±æ˜¯å®‹ä½“çš„æ„æ€ è¿™æ&nbsp;·æµè§ˆå™¨å…¼å®¹æ€§æ¯”è¾ƒå¥½ */
  font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB,
    "\5B8B\4F53", sans-serif;
  /* é»˜è®¤æœ‰ç°è‰²è¾¹æ¡†æˆ‘ä»¬éœ€è¦æ‰‹åŠ¨åŽ»æŽ‰ */
  border: 0;
  outline: none;
}

/*æ–‡å­—å°±ä¼šå’ŒINPUTæ¡†å¯¹é½ã€‚ */
input,
select {
  vertical-align: middle;
}

body {
  /* CSS3 æŠ—é”¯é½¿å½¢ è®©æ–‡å­—æ˜¾ç¤ºçš„æ›´åŠ&nbsp;æ¸…æ™° */
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB,
    "\5B8B\4F53", sans-serif;
  color: #333;
}

body::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ&nbsp;·å¼*/
  width: 8px !important;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
  height: 8px !important;
}

body::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  border-radius: 10px !important;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1) !important;
  background: #bcc1cc !important;
}

body::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  box-shadow: inset 0 0 0px rgba(255, 255, 255, 0) !important;
  border-radius: 0px !important;
  background: #f7fafc !important;
}
.radio2{
  border-radius: 0.5rem;
}</pre></body></html>