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

body,
html,
a,
img,
div,
form,
select,
input,
ul,
li,
p,
label,
span {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  font-family: 'Microsoft YaHei', sans-serif;
  color: #666
}

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

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

em,
i {
  font-style: normal
}

img {
  border: none;
}

body,
html {
  height: 100%;
  font-size: 17.5px;
}

@media only screen and (min-width: 360px) {
  html {
    font-size: 19.6875px;
  }
}

@media only screen and (min-width: 375px) {
  html {
    font-size: 20.5078px;
  }
}

@media only screen and (min-width: 414px) {
  html {
    font-size: 22.6406px
  }
}

@media only screen and (min-width: 640px) {
  html {
    font-size: 35px;
  }
}

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

.fl {
  float: left
}

.fr {
  float: right
}

.cb:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.brdfdfdf {
  border: #dfdfdf solid 1px
}

.bgf5f5f5 {
  background: #f5f5f5
}

.cr333 {
  color: #333
}

.cr666 {
  color: #666
}

.cr999 {
  color: #999
}

.tc_center {
  word-break: break-all;
  word-wrap: break-word;
  /*单词换行*/
  text-align: justify;
  text-justify: distribute-all-lines;
  text-justify: inter-ideograph;
  /*两端都对齐*/
}

.hd_main {

  min-width: 320px;
  margin: auto;
  overflow: hidden;
  min-height: 100%;
}

.shuchen_header {
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #2aadf0;
  font-size: 1.1rem;
  color: #fff;
  width: 100%;

  position: fixed;
  top: 0px;
  z-index: 33;
  text-align: center;
}

.shuchen_header .fl {
  color: #fff;
  padding-left: 10px;

}

.shuchen_header .fr {

  padding-right: 10px;

}

.shuchen_header .fr img {
  width: 20px;
  display: block;
  margin-top: 0.7rem;

}

.shuchen_header div {
  margin: auto 3rem auto 5rem;
}

.shuchen_header div input {
  width: 96%;
  padding-left: 4%;
  height: 1.5rem;
  line-height: 1.5rem;
  outline: none;
  border: #fff solid 1px;
  border-radius: 2rem;
  font-size: 0.7rem;
  color: #666;
  font-family: 'Microsoft YaHei';
  position: relative;
  top: 0.5rem;
  display: block;
  background: url(../images/suosuo.png) no-repeat right 12px center #fff;
  background-size: 1rem;
}

.sub_header {
  margin-top: 2.5rem;
  width: 100%;
  background-color: #fff;
  height: 45px;
  line-height: 45px;
}

.sub_header ul li {
  float: left;
  width: 16.5%;
}

.sub_header ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #666;
  margin: auto;
  text-align: center;
  line-height: 45px;

}

.sub_header ul li.hot a {

  color: #2aadf0;
  line-height: 43px;
  border-bottom: #2aadf0 solid 2px;
}

.footer_kaishi {
  background-color: #fff;
}

.footer_1p {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #2aadf0;
}

.footer_1p a {
  font-size: 0.9rem;
  color: #2aadf0;
}

.footer_1p a.hot {
  color: #dd0d18
}

.footer_2p {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 0.6rem;
  color: #666;
}

.footer_2p span,
.footer_2p a {
  color: #dd0d18
}

.shoucan_header {
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #FFFFFF;
  font-size: 1.1rem;
  color: #333333;
  width: 100%;
  padding: 0 2%;
  position: fixed;
  top: 0px;
  z-index: 33;
  text-align: center;
  border-bottom: #c7c7c7 solid 1px;

}

.sub_shoucan_header {
  width: 100%;
  background-color: #fff;
  height: 2.3rem;
  line-height: 2.3rem;
  border-bottom: #dfdfdf solid 1px;
}

.sub_shoucan_header ul {
  display: flex;
}

.sub_shoucan_header ul li {
  float: left;
  width: 50%;
}

.sub_shoucan_header ul li a {
  display: block;
  width: 75%;
  font-size: 0.9rem;
  color: #666;
  margin: auto;
  text-align: center;
  line-height: 2.3rem;
}

.sub_shoucan_header ul li.hot a {
  color: #2aadf0;
  line-height: 2.25rem;
  border-bottom: #2aadf0 solid 0.1rem;
}

.shoucan_header .fl img {
  width: 0.5rem;
  display: block;
  margin-top: 0.8rem;
}</pre></body></html>