@import url('../component/head/head.css');
@import url('../component/footer/footer.css');
.w {
  width: 1200px;
  margin: 0 auto;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
h1 {
  color: #000;
}
.help-detail {
  min-width: 1200px;
  background-color: #f5f5f5;
}
.triangle {
  width: 10px;
  height: 10px;
  transition: all 0.3s linear;
}
.rotate {
  transform: rotate(180deg);
}
.hearder {
  width: 100%;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
}
.hearder .logo {
  display: flex;
  align-items: center;
  height: 90px;
}
.hearder .logo .l-img {
  height: 100%;
}
.hearder .logo h1 {
  margin-left: 20px;
  font-size: 27.2px;
  color: #000;
  font-weight: 600;
}
.help-body {
  margin-bottom: 30px;
}
.help-search {
  width: 100%;
  height: 280px;
  background: url('../images/002.png') center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.help-search .inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.help-search .inner .text {
  font-size: 25px;
  line-height: 50px;
  color: #fff;
  margin-right: 20px;
}
.help-search .inner .search {
  position: relative;
}
.help-search .inner .search .search-input {
  padding: 0 48px 0 16px;
  height: 50px;
  width: 560px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 14px;
}
.help-search .inner .search .search-input::placeholder {
  background-color: #fff;
  font-size: 14px;
  color: #aaa;
}
.help-search .inner .search .search-input:focus-visible {
  border: none;
  outline: none;
}
.help-search .inner .search .icon {
  position: absolute;
  right: 16px;
  top: 13px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.help-search .inner .search .keywords {
  display: flex;
  margin-top: 16px;
  width: 600px;
  font-size: 12px;
  color: #fff;
}
.help-search .inner .search .keywords li {
  margin-right: 14px;
  cursor: pointer;
}
.detail-content .cate-title {
  font-size: 12px;
  line-height: 52px;
  color: #666;
}
.detail-content .cate-box {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 800px;
}
.detail-content .cate-box .box-left {
  width: 210px;
  min-height: 800px;
  height: 100%;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.detail-content .cate-box .box-left .menu li {
  font-size: 16px;
  width: 100%;
  color: #000;
  overflow: hidden;
  cursor: pointer;
}
.detail-content .cate-box .box-left .menu li .menu-title {
  padding: 14px 24px;
  box-sizing: border-box;
}
.detail-content .cate-box .box-left .menu li .menu-title span {
  display: block;
}
.detail-content .cate-box .box-left .menu li .menu-title:hover {
  color: #fb6638;
}
.detail-content .cate-box .box-left .menu .manage,
.detail-content .cate-box .box-left .menu .yewu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-content .cate-box .box-left .submenu {
  height: 0px;
  opacity: 0;
  transition: all 0.3s linear;
}
.detail-content .cate-box .box-left .submenu .m-item {
  padding: 0 24px 0 42px;
  height: 52px;
  line-height: 52px;
  width: 100%;
  box-sizing: border-box;
}
.detail-content .cate-box .box-left .submenu .m-item:hover {
  background-color: #f5f5f5;
}
.detail-content .cate-box .box-right {
  position: relative;
  padding: 16px 30px;
  flex: 1;
  min-height: 800px;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
}
.detail-content .cate-box .box-right .tabs {
  display: flex;
  align-items: center;
}
.detail-content .cate-box .box-right .tabs .li {
  width: 60px;
  margin-right: 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #777;
  cursor: pointer;
}
.detail-content .cate-box .box-right .tabs .active {
  background: #fee5dd;
  color: #fb6638;
  border-radius: 4px;
  overflow: hidden;
}
.detail-content .cate-box .box-right .box-item {
  padding: 12px 0 15px;
  font-size: 12px;
  line-height: 32px;
  color: #999;
  border-bottom: 1px solid #f2f2f2;
}
.detail-content .cate-box .box-right .box-item .title {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  cursor: pointer;
}
.detail-content .cate-box .box-right .paging {
  position: absolute;
  bottom: 20px;
  right: 47px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.detail-content .cate-box .box-right .paging .pages {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.detail-content .cate-box .box-right .paging .pages .page-item,
.detail-content .cate-box .box-right .paging .pages .page-prev,
.detail-content .cate-box .box-right .paging .pages .page-next,
.detail-content .cate-box .box-right .paging .pages .more {
  border: 0;
  margin: 0 3px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 3px;
  transition: all 0.3s linear;
}
.detail-content .cate-box .box-right .paging .pages .page-prev,
.detail-content .cate-box .box-right .paging .pages .page-next {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  background-color: #f5f5f5;
  font-weight: 400;
}
.detail-content .cate-box .box-right .paging .pages .page-prev:hover,
.detail-content .cate-box .box-right .paging .pages .page-next:hover {
  color: #fb6638;
  cursor: pointer;
  background-color: #eee;
}
.detail-content .cate-box .box-right .paging .pages .page-item:hover {
  color: #fff;
  background: #fb6638;
  cursor: pointer;
}
.detail-content .cate-box .box-right .paging .pages .more {
  font-size: 28px;
  line-height: 24px;
  color: #bbb;
}
.detail-content .cate-box .box-right .paging .pages .disable:hover {
  color: #999;
  cursor: not-allowed;
  background-color: #f5f5f5;
}
.detail-content .cate-box .box-right .paging .pages .p-active {
  color: #fff;
  background: #fb6638;
}
.detail-content .cate-box .box-right .paging .page-options {
  display: flex;
  align-items: center;
}
.detail-content .cate-box .box-right .paging .page-options .options {
  padding: 1px 7px;
  margin: 0 8px;
  width: 45px;
  height: 24px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.detail-content .cate-box .box-right .paging .page-options .options:focus {
  border-color: #fc8560;
  outline: 0;
  box-shadow: 0 0 0 1px rgba(251, 102, 56, 0.2);
}
.detail-content .cate-box .box-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 800px;
  height: 100%;
  padding: 20px 30px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
.detail-content .cate-box .box-block img {
  display: block;
  width: 100%;
}
.detail-content .cate-box .box-block .article-title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.detail-content .cate-box .box-block .view-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #999;
}
