.help_tag {
  background: #fafafa;
}
.help_tag .main {
  width: 1200px;
  margin: 0 auto 45px;
}
.help_tag .main-left {
  width: 900px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.help_tag .main-left .list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.help_tag .main-left .list ul li {
  max-width: 164px;
  height: 36px;
  line-height: 36px;
  background: #f5f5f5;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  color: #666666;
  padding: 0 10px;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.help_tag .main-left .list ul li:hover a {
  color: #f2973b;
}
.help_tag .main-right .lable {
  width: 200px;
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  margin-left: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.help_tag .main-right .lable h4 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.help_tag .main-right .lable ul li {
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 20px;
  font-size: 14px;
  color: #666666;
}
.help_tag .main-right .lable ul li:hover a {
  color: #f2973b;
}
.help_tag .main-right .lable ul li a {
  font-size: 14px;
  color: #666666;
}
.help_tag .main-right .recommend {
  width: 200px;
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  margin-left: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
.help_tag .main-right .recommend h4 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.help_tag .main-right .recommend ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 18px;
  font-size: 14px;
  color: #666666;
}
.help_tag .main-right .recommend ul li:hover a {
  color: #f2973b;
}
.help_tag .main-right .recommend ul li a {
  font-size: 14px;
  color: #666666;
}
.crumbs {
  width: 1200px;
  margin: 40px auto 17px;
  font-size: 14px;
}
.crumbs a {
  color: #999999;
}
.crumbs i {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #ddd;
  border-bottom: 5px solid transparent;
  margin: 0 8px;
}
.crumbs a:hover,
.crumbs span {
  color: #333333;
}
#scrollToTop {
  position: fixed;
  bottom: 200px;
  right: 58px;
  cursor: pointer;
}
.main-page {
  margin: 0 auto;
  padding: 30px 0 60px;
}
.paginationjs {
  height: 32px;
  margin: 40px 0;
  display: inline-block;
  font-size: 14px;
}
.paginationjs .paginationjs-pages {
  overflow: hidden;
}
.paginationjs .paginationjs-page {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 3px;
  line-height: 32px;
  border-radius: 4px;
  text-align: center;
  color: #666666;
  transition: 0.2s;
  cursor: pointer;
}
.paginationjs .paginationjs-page a {
  display: block;
  color: #666666;
  border-radius: 4px;
}
.paginationjs .paginationjs-page:not(.prev-page, .next-page):hover,
.paginationjs .paginationjs-page.active,
.paginationjs .paginationjs-page:not(.prev-page, .next-page):hover a,
.paginationjs .paginationjs-page.active a {
  background-color: #ffde9b;
  color: #333333;
}
.paginationjs .prev-page,
.paginationjs .next-page {
  color: #999999;
  font-weight: bold;
  transition: 0.2s;
}
