* {
  padding: 0 auto;
  margin: 0 auto;
  text-decoration: none;
}

body,
html {
  width: 100%;
  height: 100%;
  min-height: 725px;
  position: relative;
  background-color: #ffffff;
}

#header {
  width: 100%;
  height: 82px;
  position: relative;
}
#header::after {
  content: "";
  height: 2px;
  background-color: #dde4e0;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 80px;
  opacity: 0.5;
}
#header div {
  width: 995px;
  height: 80px;
}
#header div .header_logo {
  width: 221px;
  height: 36px;
  float: left;
  margin-top: 23px;
  background-image: url(../image/header_logo.png);
  background-repeat: no-repeat;
}
#header div .top_rtext {
  line-height: 80px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222222;
  float: right;
  margin-left: 28px;
  opacity: 0.2;
}
#header div .top_rtext:hover {
  opacity: 0.6;
}
#header div .top_rtext.on {
  opacity: 1 !important;
}

#tk_context {
  margin-top: 70px;
  width: 935px;
  padding-bottom: 90px;
}
#tk_context .title {
  font-family: PingFang-SC-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28.8px;
  letter-spacing: 0px;
  color: #01bf56;
  padding-bottom: 28px;
}

#footer {
  height: 80px;
  background-color: #f7f7f7;
  position: relative;
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}
#footer div {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 670px;
  margin-top: 22px;
}
#footer div a {
  color: #999999;
}
#footer div a:hover {
  color: #27a6ff;
}/*# sourceMappingURL=common.css.map */