<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
  font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
img {
  border: none;
  max-width: 100%;
}
a {
  color: #2b2a3c;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a,
area {
  blr: expression(this.onFocus=this.blur());
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
input,
:focus {
  outline: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
input::focus-inner {
  padding: 0;
  border: 0;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
select::-ms-expand {
  display: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  display: block;
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  height: 0;
  width: 100%;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  visibility: hidden;
}
.Width {
  width: 1190px;
  margin: 0 auto;
}
.hide,
.onlymob {
  display: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.container::after {
  display: block;
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
}
ul::after {
  display: block;
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
}
ul.no_after::after {
  display: none;
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
}

/* 通用头部 */
.ht_top {
  width: 100%;
  overflow: hidden;
  background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif)
    repeat-x 0 0;
  line-height: 41px;
}
.ht_top .zt_top {
  width: 1200px;
  height: 41px;
  margin: 0 auto;
}
.ht_top h1 {
  float: left;
}
.ht_top h1 a {
  float: left;
  width: 131px;
  height: 40px;
  overflow: hidden;
  background: url(https://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
  font-size: 12px;
  text-indent: -100em;
}
.ht_top .topnav {
  float: right;
  color: #333;
  font-size: 12px;
}
.ht_top .topnav a {
  padding: 0 8px;
}
.ht_top .topnav a:hover {
  color: #e4393c;
  text-decoration: underline;
}

/* 通用底部 */
.footer {
  clear: both;
  position: relative;
  padding: 20px 0;
  text-align: center;
}
.footer p {
  position: relative;
  z-index: 2;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.footer p span {
  padding: 0 5px;
}
.footer p a {
  color: #333;
}

.por {
  position: relative;
}
.poa {
  position: absolute;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  /*背景颜色*/

  box-shadow: 0 0 0 60px #fff inset;
  /*字的颜色*/
  /* -webkit-text-fill-color: #fff; */
}
input[type=text]::-ms-clear{display: none;}

@media only all and (max-width: 1080px) {
  .onlymob {
    display: block;
  }

  html {
    font-size: 20px;
  }

  body {
    width: 100%;
    font-size: 0.7rem;
    line-height: 1.2rem;
    background-size: auto 12rem;
    background-position: center 2rem;
  }

  html,
  body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .Width {
    width: 17.5rem;
  }
  .container {
    width: 98%;
  }
  .fl,
  .fr {
    float: none;
  }

  /* 隐藏元素 */
  .ht_top .topnav a:nth-child(n + 2),
  .stage,
  .footer p,
  .pc,
  .onlypc {
    display: none;
  }
  ul.no_after::after {
    display: block;
    content: "";
    height: 0;
    font-size: 0;
    clear: both;
  }

  /* 通用头部 */
  .ht_top {
    height: 2.5rem;
    background-size: auto 100%;
    line-height: 2.5rem;
  }

  .ht_top h1 a {
    height: 2.5rem;
    width: 7.5rem;
    background: url(https://www.huatu.com/images/2015css/images/mob_logo.png)
      no-repeat center / contain;
  }

  .ht_top .topnav {
    font-size: 0.8rem;
    text-indent: -1000rem;
  }

  .ht_top .topnav a {
    padding: 0 0 0 0.3rem;
    text-indent: 0;
    float: right;
  }

  .footer {
    position: relative;
    height: 2.4rem;
    padding: 0 0 2.25rem 0;
    overflow: hidden;
  }

  .footer:before {
    display: block;
    content: "华图教育集团版权所有";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.4rem;
    overflow: hidden;
    color: #333;
    font-size: 0.7rem;
    line-height: 2.4rem;
    text-align: center;
  }
}
</pre></body></html>