#banner {
  height: 8.7rem;
  background: url("../images/inside/help_banner.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}
#banner h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
#banner .search {
  margin-top: 15px;
  height: 30px;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
}
#banner .search input {
  outline: none;
  border: none;
  flex: 1;
  font-size: 12px;
  padding-left: 10px;
}
#banner .search button {
  width: 40px;
  outline: none;
  border: none;
  background: #88cffb url("../images/inside/icon_search.png") no-repeat center;
  background-size: 15px auto;
}
#nav {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: auto;
  height: 40px;
  border-bottom: 1px solid #eaeaea;
}
#nav::-webkit-scrollbar {
  display: none;
}
#nav a {
  font-size: 13px;
  font-weight: bold;
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav a.active {
  color: #12a0f8;
  border-bottom: 2px solid #12a0f8;
}
#content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
#content .item {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e5e5e5;
}
#content .item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .item .title h4 {
  font-size: 14px;
  font-weight: bold;
}
#content .item .title .date {
  font-size: 12px;
  color: #666666;
}
#content .item .content {
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
  margin-top: 5px;
}
/*# sourceMappingURL=help.css.map */