<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* General styles*/
/*Define your own styles in this stylesheet*/
body { background-color: rgba(255,255,255,1.00); color:#444; font-family: 微软雅黑, Arial;}
h1, h2, h3, h4, h5, h6 { font-family: '微软雅黑', sans-serif; color: #444; font-style: normal; font-weight: 400; }
p { font-size: 0.8em;  font-style: normal; font-weight: 100; line-height: 1.2; }
/* Link styles*/
a { color: #606464; text-decoration:none; }
a:visited { color: #606464; }
a:hover { color: #606464; text-decoration:underline; }

#container {
  text-align: center;
}

#container hr {
  height:1px;
  border:none;
  border-top:1px solid #ececec;
}


.maintitle {
  margin: 12px 0;
}

.maintitle h1 {
  font-size: 2em;
  margin: 4px;
}

.maintitle span {
  font-size: 0.6em;
  color: #ccc;
  letter-spacing:4px;
}

.productDesc {
  margin: 2em 0 1em 0;
}

.productDesc h2 {
  color: #48b9f5;
  font-size: 1.6em;
  margin: 4px 0;
}

.productDesc p {
  margin: 0;
  margin-bottom: 8px;
  color: #ccc;
}

.productInfo {
  margin-bottom: 2em;
}

.secPic {
  margin-top: 2em;
}

.footer {
  margin-top: 6em;
}

.footer a {
  padding-bottom: 1em;
  font-size: 0.8em;
  color: #ccc;
  letter-spacing: 2px;
}


.footer hr {
  height:1px;
  width: 6%;
  margin: 0 auto;
  border:none;
  border-top:1px solid #ececec;
  margin-bottom: 1em;
}

.backup {
  position: relative;
  bottom: 12px;
}

.backup a:hover {
  color: #fb943a;
  text-decoration: none;
}


.nav {
  margin-bottom: 3em;
}


.nav ul {
  list-style: none;
  height: 29px;
  width: 418px;
  margin: 0 auto;
}

.nav ul li {
  float: left;
  text-align: center;
}

.nav ul li a {
  font-size: 0.8em;
  text-decoration: none;
  padding: 8px 10px;
  margin: 0 1em;
  color: #222;
}

.nav ul li a:hover {
  color: #fb943a;
  border: none;
  border-bottom: 1px solid #fb943a;
}
</pre></body></html>