.help-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 30px;
  padding: 0 24px;
  height: 80px;
  box-sizing: border-box;
}
.body-content{
	height: calc(100vh - 172px);
	/* overflow: auto; */
}
.help-header-wrapper .help-header-info {
  display: flex;
  align-items: center;
}
.help-header-wrapper .help-header-info .help-header-info-img {
  width: 104px;
  height: 28px;
  cursor: pointer;
}
.help-header-wrapper .help-header-info .help-header-info-line {
  position: relative;
  height: 20px;
  width: 1px;
  left: 1px;
  top: 3px;
  background: #EEE;
  margin: 0 16px;
  flex-shrink: 0;
}
.help-header-wrapper .help-header-info .help-header-info-title {
  height: 27px;
  font-size: 16px;
  line-height: 27px;
  color: #303133;
  flex-shrink: 0;
}
.help-right{
	display: flex;
	align-items: center;
}
.help-header-wrapper .help-header-seach {
	display: flex;
}
.help-header-wrapper .help-header-seach .help-header-seach-input {
  width: 400px;
  height: 36px;
  color: #282828;
  padding: 0 0 0 8px;
  border: solid 1px #dcdcdc;
  border-radius: 2px;
  border-image: initial;
  box-sizing: border-box;
  transition: all 0.2s linear;
  outline: 0;
}

.help-header-wrapper .help-header-seach .help-header-seach-input:focus {
  border: solid 1px #2a75ed;
  border-image: initial;
}
.help-header-wrapper .help-header-seach .help-header-seach-btn {
  position: relative;
  right: 1px;
  display: inline-block;
  width: 60px;
  height: 36px;
  padding: 0;
  text-align: center;
  line-height: 36px;
  border-radius: 2px;
  color: #fff;
  background-color: #273de3 !important;
  border: none;
  cursor: pointer;
  outline: none;
}
.help-header-wrapper .help-header-seach .help-header-seach-btn:hover {
  background: #2e63dc;
}
.help-header-list{
	display: flex;
	margin-left: 20px;
}
.help-header-list li{
	margin-left: 20px;
	line-height: 32px;
	font-size: 14px;
	font-weight: 500;
}
.nav-wrapper {
	background-color: #f8f8f8;
	width: 50px;
	line-height: 50px;
	width: 100%;
}
.nav-wrapper .nav-wrapper-tab {
	width: 1180px;
	margin: 0 auto;
	height: 50px;
	line-height: 59px;
}
.nav-wrapper .nav-wrapper-tab .layui-this {
	color: #FA5B14;
}
.nav-wrapper .nav-wrapper-tab .layui-this:after {
	border-bottom: 2px solid #FA5B14;
}

.help-content {
	box-sizing: border-box;
	/* padding: 0 24px; */
	padding-left: 24px;
	margin: 0 auto;
	display: flex;
	height: calc(100vh - 172px);
	position: relative;
}
/* 左侧导航 */
.left-nav {
	margin-right: 20px;
	width: 250px;
	/* position: fixed;
	top: 110px;
	bottom: 62px;
	left: 24px; */
	overflow-y: auto;
}
.left-nav::-webkit-scrollbar {
	display: none;
}
.left-nav::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #dcdcdc;
}
.left-nav::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #f8f8f8;
}

.left-nav .left-nav-title {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEE;
	font-size: 18px;
	color: #303133;
	font-family: Source Han Sans CN;
}
.layui-nav-tree .layui-nav-item > a:hover {
  background-color: #eee !important;
}
.layui-nav-tree .layui-nav-child a:hover {
   background-color: #eee !important;
}
.left-nav ul {
	background-color: #fff;
}
.left-nav ul li ul li a {
	/* border-bottom: 1px solid #EEE; */
	padding: 0 0 0 30px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow:hidden;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	width: 220px;
}
.left-nav ul li a {
	padding: 0 0 0 10px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.left-nav ul li ul li ul li a {
	display: flex;
	padding: 0 0 0 50px;
	height: 40px;
	align-items: center;
	justify-content: space-between;
}

.left-nav ul li ul li ul li ul li a {
	display: flex;
	padding: 0 0 0 70px;
	height: 40px;
	align-items: center;
	justify-content: space-between;
}

.left-nav ul li ul li ul li ul li ul li a {
	display: flex;
	padding: 0 0 0 90px;
	height: 40px;
	align-items: center;
	justify-content: space-between;
}





.expand-icon {
	float: right;
	font-size: 14px;
	color: #666;
	transition: all 0.2s ease;
	margin-left: 10px;
	line-height: 1;
}

.left-nav ul li a {
	position: relative;
}

.right-content{
	height: 100%;
	flex: 1;
	margin-top: 0;
	overflow-y: auto;
	padding-right: 24px;
	box-sizing: border-box;
}
.right-content-info {
	width: 100%;
	height: 100%;
}
.help-content .center-line{
	/* position: absolute;
	top: 0;
	left: 289px; */
	width: 1px;
	height: 100%;
	background-color: #EEE;
}
.right-content-info {
	max-width: 1300px;
	margin: 20px auto 0;
}
.right-content-info p {
	font-size: 16px;
	font-weight: 400;
	color: #303133;
	line-height: 1.7;
	margin: 15px 0;
	word-break: break-all;
}
.right-content-info p a{
	color: #273de3;
}
.right-content-info img{
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 15px 0;
}
.right-content-search-item {
	padding:13px 4px;
	border-bottom: 1px solid #E6E6E6;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.search-text {
	color: #FA541B
}
.content-nodata .right-content-search-item .iconfont .iconreview{
	color: #909399;
	font-size: 14px;
}
.list-title:before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #999;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.highlight{
	color: #FA541B;
}
.selected-bg {
	background-color: #eee;
}
.left-nav a:hover{
	color: #273de3;
}
.selected-color{
	color: #273de3;
}
.hidden {
	display: none;
}
.right-img-zoom .layui-layer-content{
	height: 100% !important;
}

.footer {
	height: 62px;
	box-sizing: border-box;
	text-align: center;
	min-width: 1000px;
	line-height: 62px;
  }