@charset "UTF-8";
:root {
  height: 100%;
  scroll-behavior: smooth;
}

#content {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#content * {
  font-family: 微软雅黑, arial, tahoma, simsun, sans-serif;
}
#content .help_menu {
  float: left;
}
#content .help_menu .menu_title {
  height: 40px;
  line-height: 40px;
  background-color: #13c88e;
  font-size: 14px;
  color: #ffffff;
  padding-left: 20px;
  cursor: default;
}
#content .help_menu ul {
  width: 190px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 5px 5px 0 5px;
}
#content .help_menu ul li {
  margin-bottom: 5px;
  height: 24px;
  line-height: 24px;
}
#content .help_menu ul li.max_li a {
  font-size: 12px;
  color: #333333;
}
#content .help_menu ul li.min_li a {
  font-size: 12px;
}
#content .help_menu ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  height: 12px;
  line-height: 12px;
  font-size: 16px;
  padding: 6px 0 6px 0;
  _padding: 8px 0 4px 0;
  color: #999999;
  text-indent: 15px;
  border-radius: 20px;
  -webkit-transition: color 0.2s, background-color 0.5s, text-indent 0.5s;
  -moz-transition: color 0.2s, background-color 0.5s, text-indent 0.5s;
  -ms-transition: color 0.2s, background-color 0.5s, text-indent 0.5s;
}
#content .help_menu ul li a.now {
  color: #13c88e !important;
}
#content .help_menu ul li a:hover {
  color: #ffffff;
  background-color: #999999;
  text-indent: 27px;
}
#content .help_right {
  float: left;
  padding-left: 60px;
  width: 720px;
  padding-bottom: 50px;
}
#content .help_right .title {
  font-size: 36px;
  color: #333333;
  padding-bottom: 10px;
}
#content .help_right p {
  color: #999999;
  font-size: 14px;
  line-height: 26px;
  padding: 6px 0;
}
#content .help_right p.center {
  text-align: center;
  text-indent: 0;
  padding: 10px 0;
}
#content .help_right h3 {
  color: #777777;
  font-size: 14px;
  line-height: 40px;
}
#content .help_right table {
  margin: 15px 0 15px 30px;
  border-collapse: collapse;
}
#content .help_right table td {
  color: #999999;
  font-size: 14px;
}
#content .help_right img {
  max-width: 738px;
}

#op_top {
  width: 68px;
  height: 48px;
  background-color: #333333;
  float: left;
  left: calc(100% - 68px);
  position: sticky;
  bottom: 150px;
  background-image: url(./img/top.png);
  opacity: 0;
  transition: opacity 0.2s;
}
#op_top:hover {
  background-position-y: 48px;
}/*# sourceMappingURL=index.css.map */