<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*reset*/
* {
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	vertical-align: baseline;
}

body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

article,aside,figure,footer,header,hgroup,nav,section {
	display: block
}

img {
	border: 0 none;
	vertical-align: top;
        display: block;
}

em,i {
	font-style: normal
}

ol,ul {
	list-style: none
}

button,h1,h2,h3,h4,h5,h6,input,select {
	font-size: 100%;
	font-family: inherit
}

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

textarea {
	font-size: 100%;
	font-family: inherit;
	resize: none
}

del {
	text-decoration: line-through
}

a {
	text-decoration: none;
	color: #333
}

button,input[type=button],input[type=reset],input[type=submit],input[type=text],textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

/*底部信息start*/
.web-content-top .web-fh {
  color: transparent;
}

.content-footer {
  width: 100%;
  /* height: 178px; */
  background-color: #f5f5f5;
  padding-bottom: 88px;
}

.content-footer .content-footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 10px;
}

.content-footer .content-footer-top a {
  width: 50px;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.content-footer .content-footer-top a i {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.content-footer .content-footer-top a:nth-child(2) i {
  background: url(../images/icon-fh.png) no-repeat;
  background-size: 30px 30px;
}


.content-footer span {
  display: block;
  font-size: 12px;
  color: #5b5b5b;
  text-align: center;
  line-height: 18px;
}</pre></body></html>