<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
body {
  font-size: 14px;
  font-family: PingFang SC, Source Han Sans CN, WenQuanYi Micro Hei, Microsoft Yahei, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333333;
  min-width: 1000px;
  overflow-x: hidden;
}
body&gt;a{display: none;}
.clearfix {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  width: 100%;
}
.hidden {
  display: none;
}
.tl {
  text-align: left !important;
}
.tc {
  text-align: center !important;
}
.tr {
  text-align: right !important;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.transp {
  opacity: 0 !important;
}
.placeholder {
  position: relative;
  height: 2000px;
}
.home {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  min-width: 960px;
  min-height: 700px;
  max-height: 120vw;
  display: flex;
  display: -webkit-flex;
  align-items:center;
  justify-content:center;
  z-index: 50;
}
.homeBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(../images/homebg.jpg);
  z-index: 100;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.8rem;
  width: 100vw;
  background: rgba(0, 0, 0, 1);
  z-index: 300;
}
.logo {
  width: 1.35rem;
  height: 0.36rem;
  float: left;
  margin: 0.22rem 0.2rem 0 0.6rem;
}
.logo img {
  width: 1.35rem;
  height: 0.36rem;
}
.header .z2pl {
  float: left;
  /* display: table-cell;
  vertical-align: bottom; */
  font-family: SourceHanSansCN-Normal,SourceHanSansCN,PingFang SC;;
  /* font-weight: 400; */
  margin-top: 0.26rem;
}
.header .z {
  font-size: 0.2rem;
  color: #ffffff;
}
.header .z2 {
  font-size: 0.16rem;
  color: #ffffff;
}
.nav {
  height: 0.8rem;
  float: right;
  margin-right: 0.4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.nav a:hover {
  color: #8295FF;
  text-decoration: none !important;
}
.nav a{
  color: #ffffff;
  font-size: 0.2rem;
  line-height: 0.8rem;
  padding: 0;
  /* vertical-align: bottom; */
  /* display: inline-block; */
  font-weight: 200;
  margin: 0rem 0.2rem;
  text-decoration: none;
  position: relative;
}
.nav .current{
  border-bottom: none;
  font-weight: 400;
}
.nav .current::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0.02rem;
  border-radius: 0.01rem;
  background-color: #fff;
  border-bottom: none;
  bottom: 0;
}
.nav .current:hover {
  color: #ffffff;
}
.nav .shop, .nav .shop:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.8500);
  padding: 0.07rem 0.15rem;
  height: 0.22rem;
  line-height: 0.22rem;
  font-size: 0.16rem;
  border-radius: 0.03rem;
}
.nav .shop img {
  margin-left: 0.08rem;
  height: 0.18rem;
  float: right;
}
.line {
  border-top: 1px solid #cccccc;
  margin: 0 0.7rem;
}
.bottom {
  height: 1.6rem;
  margin: 0.3rem 0.7rem;
}
.bottom .logo {
  width: 2.29rem;
  height: 0.8rem;
  float: left;
  margin: 0.3rem 0.4rem 0 0;
}
.bottom .copyright {
  color: #666666;
  text-align: left;
  float: left;
  width: 6.4rem;
  margin-top: 0.25rem;
  font-size: 0.14rem;
  font-weight: 400;
  line-height:0.2rem;
  letter-spacing: 0;
}
.bottom .copyright a {
  color: #425FFF;
  text-decoration: none;
}
.qrcode {
  float: right;
  align-items:center;
  justify-content:center;
}
.qrcode img {
  float: left;
  height: 1.31rem;
}
.placeholder {
  height: 0.8rem;
}
.content {
  clear: both;
  width: 100%;
}
.content .inner {
  width: 940px;
  margin: 0 auto;
}
.blk30 {
  height: 30px;
  clear: both;
}
.content .brief {
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.details {
  width: 100%;
}
.details .title {
  height: 20px;
  font-size: 20px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
}
.details td {
  font-size: 14px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  padding-bottom: 40px;
}
.details .notice {
  color: #D0021B;
  margin-top: 5px;
}</pre></body></html>