<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;
}

.ht_top {
  width: 100%;
  background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
  overflow: hidden;
}

.ht_top .zt_top {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
}

.ht_top h1 a {
  float: left;
  width: 131px;
  height: 40px;
  overflow: hidden;
  text-indent: -100em;
  background: url(../images/logo.gif) no-repeat;
  font-size: 12px;
}

.ht_top .topnav {
  float: right;
  color: #333;
  font-size: 12px;
  line-height: 40px;
}

.ht_top .topnav a {
  padding: 0 8px;
  color: #333;
}

.ht_top .topnav a:hover {
  color: #e4393c;
  text-decoration: underline;
}

.footer {
  min-width: 100%;
  clear: both;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-color: #0a0909;
}

.footer p {
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.footer p a {
  color: #fff;
  font-size: 16px;
}

.footer p span {
  padding: 0 5px;
}

.mob_header,
.m-footer {
  display: none;
}

/* é–«æ°±æ•¤æ¾¶æ’®å„´ */
.ht_top {
  width: 100%;
  background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
  line-height: 41px;
  overflow: hidden;
}

.Width {
  width: 80%;
  background: red;
  margin: 0 auto;
}

.ht_top .zt_top {
  width: 1070px;
  height: 41px;
  margin: 0 auto;
}

.ht_top h1 {
  float: left;
}

.ht_top h1 a {
  float: left;
  width: 131px;
  height: 40px;
  overflow: hidden;
  text-indent: -100em;
  background: url(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
  font-size: 12px;

}

.ht_top .topnav {
  float: right;
  color: #0d0d0d;
  font-size: 12px;
}

.ht_top .topnav a {
  padding: 0 8px;
}

.ht_top .topnav a:hover {
  color: #e4393c;
  text-decoration: underline;
}

/* end */

* {
  box-sizing: border-box;
}

/* é–«æ°±æ•¤æ´æ›¢å„´ */

.footer {
  clear: both;
  position: relative;
  /* padding: 30px 0 0 0; */
  text-align: center;
  /* padding-bottom: 40px; */
  padding-bottom: 2%;
  /* background: #fbe86b; */
  /* padding-bottom: 15%; */
  margin-top: 10.5%;
}

.footer p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 30px;
}

.footer p span {
  padding: 0 5px;
}

.footer p a {
  color: #fff;
  text-decoration: none;
}

.box {
  width: 7.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.mode {
  width: 7.5rem;
  display: flex;
  flex-direction: column;
  padding: 0.19rem;
  background: #f4f4f4;
}

.inner {
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.63px 5.393px 27px 0px rgba(212, 212, 212, 0.31);
  display: flex;
  flex-direction: column;
  padding: 0.14rem;
}

.serach-box {
  width: 100%;
  display: flex;
  position: relative;
}

.serach-box input {
  width: 100%;
  height: 0.8rem;
  background: #efefef;
  border-radius: 0.5rem !important;
  /* text-align: center; */
  color: #666666;
  padding-left: 1.4rem;
  font-size: 0.22rem;

}

.serach-box input::placeholder {
  color: #666666;
  font-size: 0.22rem;
}

.btn {
  width: 2.5rem;
  height: 0.8rem;
  background-image: -moz-linear-gradient(85deg, rgb(254, 87, 8) 0%, rgb(254, 146, 54) 100%);
  background-image: -webkit-linear-gradient(85deg, rgb(254, 87, 8) 0%, rgb(254, 146, 54) 100%);
  background-image: -ms-linear-gradient(85deg, rgb(254, 87, 8) 0%, rgb(254, 146, 54) 100%);
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.3rem;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(255, 255, 255);
  -moz-transform: scale(1.01, 1);
  -webkit-transform: scale(1.01, 1);
  -ms-transform: scale(1.01, 1);
  border-radius: 0.5rem;
  font-weight: bold;
  position: absolute;
  right: 0;
}

.sel-box {
  position: absolute;
  top: 0.8rem;
  width: 65%;
  text-align: center;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.63px 5.393px 27px 0px rgba(212, 212, 212, 0.31);
  height: 3rem;
  overflow: scroll;
  border-radius: 0 0 0.2rem 0.2rem;
  border: 0.01rem solid #000;
  display: none;

}

.sel-box li {
  font-size: 0.25rem;
  width: 100%;
  border-bottom: 0.01rem solid #666666;
  padding: 0.1rem 0;
}

.code-box {
  width: 100%;
  display: flex;
flex-direction: column;
background: #fe8a30;
border-radius: 0.1rem;
  /* height: 1.75rem; */
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
  align-items: center;
}
.bg1 span:nth-child(5){
  width: 10%;
}
.bg1 span:nth-child(6){
  width: 10%;
}
.bg1 span:nth-child(4){
  width: 40%;
}
.code {
  width: 2rem;
  height: 2rem;
  border: 0.05rem solid #ff551b;
  border-radius:1rem;
  /* margin-top: -0.025rem;
  margin-left: 0.3rem; */
margin-top: 2%;
margin-bottom: 2%;
}
.code img{
  width: 100%;
  height: 100%;
}
.xx-box {
  width: 100%;
 padding: 0.2rem;
  display: flex;
  flex-direction: column;
}

.zy {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(255, 255, 255);
  margin-top: 0.2rem;


}

.zy img {
  width: 0.83rem;
  height: 0.2rem;
}

.bk {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
  /* justify-content: space-between; */
}

.xl {
  font-size: 0.28rem;
  font-weight: bold;
  font-family: "FZLanTingHeiS-H-GB";
  color: rgb(249, 250, 54);
  margin-right: 0.16rem;
  display: block;
}

.xk {
  font-size: 0.26rem;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(255, 255, 255);
  margin-right: 0.16rem;
  display: block;



  text-align: left;
}

.yx {
  border-radius: 16px;
  background-image: -moz-linear-gradient(85deg, rgb(255, 225, 101) 0%, rgb(255, 241, 168) 100%);
  background-image: -webkit-linear-gradient(85deg, rgb(255, 225, 101) 0%, rgb(255, 241, 168) 100%);
  background-image: -ms-linear-gradient(85deg, rgb(255, 225, 101) 0%, rgb(255, 241, 168) 100%);
  display: block;

  font-size: 0.22rem;
  padding: 0 0.2rem;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(86, 54, 9);

  text-align: center;

}
.tit{
  width: 5.55rem;
  margin: 0.27rem auto 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.gun{
  width: 4.36rem;
  position: absolute;
  bottom: -1%;
  z-index: 1;
}
.xx{
  width: 0.48rem;
}
.inf{
    font-size: 0.36rem;
    font-weight: bold;
    margin: 0 0.4rem;
    font-family: "FZLanTingHeiS-H-GB";
  color: #000;
  z-index: 2;
  text-align: center;

}
.inf span{
  color: rgb(254, 95, 15);

}
.bg-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.38rem;
}
.bg-top{
  width: 100%;
  display: flex;
  background-image: -moz-linear-gradient( 85deg, rgb(254,118,32) 0%, rgb(254,146,54) 100%);
  background-image: -webkit-linear-gradient( 85deg, rgb(254,118,32) 0%, rgb(254,146,54) 100%);
  background-image: -ms-linear-gradient( 85deg, rgb(254,118,32) 0%, rgb(254,146,54) 100%);
  padding: 0.32rem 0;
}
.bg-top li{
  width: 16.6666666%;
    font-size: 0.24rem;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(255, 255, 255);
  
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  
}
.bg-top li:nth-child(5){
  width: 10%;
}
.bg-top li:nth-child(6){
  width: 10%;
}
.bg-top li:nth-child(4){
  width: 40%;
}
.bg-xx{
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 10rem;
  overflow: scroll;
}
.bg1{
  width: 100%;
  display: flex;
  border-bottom: 0.01rem solid #000;
  border-left: 0.01rem solid #000;
  border-right: 0.01rem solid #000;
}
.bg1 span{
  width: 16.66666%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.01rem solid #000;
  
}
.bg1 span:last-child{
  border-right: none;
}
.img-box{
  width: 100%;
  display: flex;justify-content: space-between;
}
.img-box a{
  width: 32%;
  box-shadow: 2.63px 5.393px 27px 0px rgba(212, 212, 212, 0.31);

}
.img-box a img{
  width: 100%;
}
.zy-bbox{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.zy-top{
  width: 100%;
  display: flex;
  border: 0.01rem solid #fff;


}
.zy-top li{
  width: 33.3%;
  text-align: center;
  border-right: 0.01rem solid #fff;
  padding: 0.2rem 0;
  font-weight: bold;
  font-size: 0.25rem;
  color: #fff;
}
.zy-top li:last-child{
  border: none;
}
.zy-nr{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.zy-xx{
  display: flex;
  border: 0.01rem solid #fff;
border-top: none;
  
}
.zy-xx li{
  width: 33.3%;
  text-align: center;
  padding: 0.2rem;
  border-right: 0.01rem solid #fff;
color: rgb(249, 250, 54);
font-size: 0.25rem;
}
.zy-xx li:last-child{
  border: none;
}</pre></body></html>