


*{
  margin: 0px;
  padding: 0px;
}
body,html{
  width: 100%;
  min-width: 1200px;
  height: 100%;
  /* font-family: "Helvetica Neue", Helvetica, " PingFang SC", " Microsoft YaHei", Tahoma, Arial; */
  font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif !important;
}
a{
  text-decoration: none;
}
ul,li{
  list-style: none;
}
.k_help{
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;

}
.k_help_header{
  width: 100%;
  height: 70px;
 box-shadow: 0 1px 10px #dededec2;
  display: flex;
  justify-content:space-between;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
}
.header_container{
   width: 80%;
  margin: 0 auto;
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_left{
     display: flex;
    align-items: center;
    width: 80%;
}
.header_left p{
  font-size: 18px;
  color: #16181A;
  font-weight: 400;
  margin-right: 50px;
  line-height: 1.6;
}
.header_left p:hover a{
    color: #ff6a59;
}
.header_left p a{
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;

}
.header_left img{
  height: 40px;
  margin-right: 33px;
}
.k_help_header .header_right{
  height: 70px;
  display: flex;
  align-items: center;
}
.header_right .search{
  width: 460px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #DCDFE6;
  display: flex;
  align-items: center;
  margin-right: 19px;
}
.header_right .search input{
  width: 401px;
  /* flex:1; */
  height: 40px;
  border: transparent;
  font-size: 16px;
  padding-left: 10px;
  outline: none;

  /*border-bottom: 1px solid #DCDFE6;*/
  /*border-top: 1px solid #DCDFE6;*/
  background-color: transparent !important;
  margin-left: 15px;
}
.header_right .search_input_focus{
  border: 1px solid #FC842E;
}
#search_input::placeholder {
  background: transparent;
  /*color: #B2B2B2;*/
  /*font-size: 15px;*/
}
#search_input:-webkit-autofill {
  background: transparent;
  transition: background-color 50000s ease-in-out 0s; 
}

.header_right .search img {
  /* width: 460px; */
  /* height: 40px; */
  width: 18px;
  height: 18px;
  /* margin: 0px 13px; */
  margin-left: 13px;
  
}
.header_right .line{
  width: 1px;
  height: 16px;
  background: #D7DAE1;
  margin-right: 19px;
}
.header_right .login{
  font-size: 18px;
  color: #333;
  height: 40px;
  line-height: 40px;
  margin-right: 23px;
  cursor: pointer;
}
.header_right .login:hover{
  color:#FC842E;
}
.header_right .register{
  width: 97px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: linear-gradient(270deg, #FFC167 0%, #FF184A 100%);
  border-radius: 47px;
  cursor: pointer;
  
}

.k_help_content{
  box-sizing: border-box;
  width: 100%;
  /* min-height: 900px; */
  /* padding: 0px 50px; */
  /* padding-left: 50px; */
  display: flex;
  overflow-y: auto;
  height: calc(100vh - 74px);
  /* position: absolute;
  left: 0px;
  top: 74px; */

}
.k_help_content .help_left_catalog{
  width: 224px;
  /* padding-top: 36px; */
  box-sizing: border-box;
  height: calc(100vh - 75px);
  border-right: 1px solid #E5E5E5;
  overflow-y: scroll;
}
.k_help_content .help_center_content {
  flex: 1;
  position: relative;
}
.k_help_content .help_right_catelog {
  width: 300px;
  height: 100%;
  padding-top: 36px;
  padding-right: 50px;
  box-sizing: border-box;
}
/* 鍙充晶瀵艰埅 */
.article_list{
  margin-top: 29px;
}
.article_list li{
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  border-left: 1px solid #DCDFE6;
}
.article_list  a{
  display: block;
  height: 14px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 14px;
  color: #16181A;
  height: 35px;
  line-height: 35px;
}
.article_list li:hover{
  border-left:1px solid #FC842E;
  color: #FC842E;
}
.article_list li:hover a{
  color: #FC842E;
}
.article_list .H2 a{
  margin-left: 16px;
}
.article_list .H3  a{
  margin-left: 44px;
}
.article_list .H4 a{
  margin-left: 58px;
}


.help_left_catalog .title,.help_right_catelog .title{
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  font-size: 16px;
  color: #16181A;
  line-height: 16px;
  width: 224px;
}

.level_1_li{
  font-size: 14px;
  line-height: 42px;
  position: relative;
  cursor: pointer;
}
.level_1_li .line{
  width: 100%;
  height: 1px;
  background: #F1F1F1;
}
.arrow{
     width: 30px;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.arrow img{
  width: 9px;
  height: 5px;
  margin-left: 11px;
  
}
.level_1_title{
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 14px;
  color: #16181A;
}
.cate_list{
  margin-top: 22px;
  /* margin-top: -9px; */
}
.level_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;

}
.two_layer{
  padding: 0px 17px 0px 42px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 14px;
  color: #666666;

}
.two_layer a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #666;
}
.three_layer{
  padding: 0px 17px 0px 55px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 14px;
  color: #666666;

}
.three_layer a{
  color: #666666;
}
.first_layer {
  padding: 0px 17px 0px 28px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cate_list .level_title .new_title:hover{
  color: #FC842E;
}
.level_2_surplus li:hover{
  background: #F4F9FF;
}
.new_title{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 灞曠ずa */
.arrow_up,.arrow_down{
  display: none;
}
.show_active {
  display: block;
}
.help_center_content{
  padding: 0px 0px 0px 86px;
  margin-top: 36px;
}
.bread_crumb{
  display: flex;
  height: 14px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 14px; 
  color: #858E9A;
  line-height: 14px;
  padding-bottom: 15px;
}
.bread_crumb a.normal{
  color: #858E9A;
  
}
.bread_crumb a.normal:hover{
  color: #FC842E;
  cursor: pointer;
}
.bread_crumb  span{
  margin: 0px 10px;
}
.bread_crumb  span img {
  width: 5px;
  height: 9px;
}
.bread_crumb .current{
  color: #16181A;
  cursor: pointer;
}
/* list */
.help_list{
  height: calc(100vh - 141px);
  overflow: auto;
  padding-bottom: 76px;
  box-sizing: border-box;
      position: relative;

}
.help_list .list_title,.no_data_page .no_data_title{
  margin: 16px 0px 48px 0px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 36px;
  color: #16181A;
}
.help_list ul li{
  width: calc((100vw - 359px) / 2);
  list-style:disc;
  list-style-position: inside;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 15px;
  color: #16181A;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.help_list ul li:hover{
  color: #FC842E;
  

}
/*分页*/
/*秀 站 网分页样式*/
.pages{
  position: absolute;
bottom: 0;
  left:0;
z-index: 222;
background: #fff;    
width: 100%;
padding: 44px 0px 0px 0px;
padding-bottom: 20px;
  font-size:14px;}
.pages .pagination {display:inline-block;margin:0 auto;padding:0}
.pages .pagination .page-item,.pages .pagination .page-num{color:#555; padding: 5px 12px; display:block; border-radius: 2px; border: 1px solid #ddd;float: left;margin: 0 5px;}
.pages .pagination .page-num-current{ background:#333; color:#fff; border:#333 1px solid}
@media only screen and (max-width:768px){
.pages .pagination .page-num {display: none;}
}
.help_detail{
  height: calc(100vh - 74px - 80px);
  overflow: auto;
  /* background: #e2c3c3; */
  /* margin-right: 86px; */
  padding-right: 86px;
}
.help_detail .center_text{
  height: 2000px;
  border: yellowgreen;
}
.help_detail h1{
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 28px;
  color: #374567;
  line-height: 37px;
  /* margin: 30px 0px 15px 0px; */
  padding: 30px 0px 15px 0px;
}

.help_detail h2{
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  font-size: 20px;
  color: #374567;
  line-height: 35px;
  /* margin:20px 0px 12px 0px; */
  padding: 20px 0px 12px 0px;
}
.help_detail h2:nth-of-type(1) {
  padding: 12px 0px 12px 0px;
}
.help_detail p{
  width: 100%;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 16px;
  color: #374567;
  line-height: 30px;
  margin: 0px;
  padding: 0px;
}
.help_detail .article_content img{
  /* width: 100%; */
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 18px 0px 12px 0px;

}
.help_detail h3{
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  font-size: 20px;
  color: #374567;
  line-height: 20px;
  padding: 20px 0px 11px 0px;
}
.help_detail h4{
  font-size: 18px;
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  font-size: 18px;
  color: #374567;
  line-height: 18px;
  padding: 11px 0px 10px 0px; 
}
/* .help_detail .wrap{
  padding:50px 0px 50px 0px;
} */
.qrcode{
  width: 100%;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0px;
  
}
.qrcode img{
  width: 171px;
  height: 171px;
}
.qrcode span{
  margin-top: 17px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 15px;
  color: #6E757F;
  line-height: 19px;
}


.article_footer{
  width: 100%;
  /* display: flex; */
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 14px;
  color: #6E757F;
  line-height: 14px;
  margin-top: 25px;
  /* justify-content: space-between; */
}
.article_footer a{
  color: #6E757F;
  display: flex;
}
.article_footer a:hover {
  color: #FC842E;
}
.article_footer .next .next_title{
  display: block;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article_footer .prev .prev_title {
  display: block;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.k_recommend .r_title{
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  font-size: 20px;
  color: #16181A;
  line-height: 20px;
  margin-top: 75px;
  margin-bottom: 14px;
}
.k_recommend li,.k_recommend li a{
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 14px;
  color: #6E757F;
  height: 38px;
  line-height: 38px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* width: calc((100vw - 360px - 526px)/0.8) ; */
  width: 400px;
}
.k_recommend li a:hover{
  color: #FC842E;
}
.k_recommend{
  padding-bottom: 27px;
}
.k_recommend li a{
  color: #6E757F;
  margin-left: 9px;

}
.k_recommend li::before{
  content: "";
  width: 4px;
  height: 4px;
  background: #6E757F;
  display: block;
  position: absolute;
  border-radius: 50%;
  margin-right: 5px;
  left: 0px;
  top: 17px;

}
.text_info{
  display: flex;
  align-items: center;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 14px;
  color: #858E9A;
  line-height: 14px;
  height: 14px;
  margin-bottom: 24px;
}
.text_info .update_time,.text_info .copy_links{
  display: flex;
  align-items: center;

}
.text_info .copy_links{
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;

}
.copy_links span{
  color: #FC842E;
}

.no_data_text{
  width: 100%;
}
.no_data_text{
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 310px);
}
.no_data_text div{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no_data_text div img{
  width: 240px;
  /* height: 200px; */

}
.no_data_text div .text{
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 16px;
  color: #858E9A;
  line-height: 16px;
}
.searh_result{
  width: 100%;
  height: calc(100vh - 74px);
  display: flex;
  justify-content: center;
}
.search_result_inner{
  padding: 0px 359px 76px 359px;
  width: 100%;
  box-sizing: border-box;
  
}
.search_bread{
  padding: 37px 0px 41px 0px;
}
.search_title{
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  font-size: 24px;
  color: #374567;
  line-height: 24px;
  margin-bottom: 46px;
}
.search_title .search_result_num{
  color: #FC842E;
  font-size:27px;
}
.search_list li .res_title {
  /* font-family: Source Han Sans CN; */
  font-weight: 500;
  font-size: 18px;
  /* color: #16181A; */
  color: #374567;
  line-height: 34px;
  margin:0px 0px  8px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search_list li .res_info{
  /* font-family: Source Han Sans CN; */
  font-weight: 300;
  font-size: 16px;
  /* color: #666666; */
  color: #374567;
  line-height: 25px;
  /* 鎺у埗鏄剧ず鐨勮鏁� */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden; 
  text-overflow: ellipsis; 
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  line-clamp: 2;
  -webkit-box-orient: vertical; 
  word-break: break-all;
}
.search_list li {
  /* padding-bottom:19px; */
  /* border-bottom: 1px dashed #EEEEEE; */
  position: relative;

}
.search_list li.res::before{
      content: "";
      width: 4px;
      height: 4px;
      background: #6E757F;
      display: block;
      position: absolute;
      border-radius: 50%;
      left: 0px;
      top: 15px;
}

.search_list li a{
  /* color: #666666; */
  display: block;
  margin-left: 9px;
}


.search_list li.line img {
  width: 100%;
  height: 1px;
  margin: 19px 0px 12px 0px;

}
.search_nodata_page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_nodata_page div{
  height: calc(100vh - 328px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.search_nodata_page div img{
  width: 240px;
  /* height: 200px; */
}
.search_nodata_page div .text{
      /* font-family: Source Han Sans CN; */
      font-weight: 400;
      font-size: 14px;
      color: #858E9A;
      line-height: 14px;
      margin-top:25px ;

}

.footer {
  width: 100%;
  height: 400px;
  background: hotpink;
}
.search_page {
  width: 100%;
  display: flex;
  padding: 44px 0px 0px 0px;
}
.search_page .text{
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 13px;
  color: #6E757F;
  line-height: 13px;
}
.page_2 {
  margin-left: 6px;
  margin-right: 12px;
  display: flex;
}
.page_2 .s_prev_page,.page_2 .s_prev_page .s_prev_page_span,
.page_2 .s_next_page{
  color: #BEC1C7;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.page_2 .s_cur_page {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 0px 12px;
  background-color: #F6F7F9;
  color: #16181A;
  font-size: 13px;
  cursor: pointer;
}
.page_3 select{
  width: 92px;
  height: 27px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  color: #6E757F;
  margin-right: 13px;
  padding-left: 3px;
  outline: none;
}
.page_3 input{
  width: 46px;
  height: 27px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  color: #6E757F;
  text-align: center;
  margin: 0px 4px;
  outline: none;
}
.message_tips {
  position: absolute;
  top: 89px;
  left: 50%;
  width: 187px;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F3FBF0;
  box-shadow: 0px 3px 19px 0px rgba(47, 96, 185, 0.1);
  border-radius: 5px;
  border: 1px solid #C2ECB6;
  transform: translate(-94px, -20px);  
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #16181A;
  font-weight: 400;
}
.message_tips img{
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.list_search_page{
  position: absolute;
  bottom: 0px;
  z-index: 222;
  background: #fff;
}
.level_title_href{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.header_right .search .hidden{
  display: none;
}

.header_right .kjx_guanwang{
  height: 15px;
  /* font-family: Source Han Sans CN; */
  font-weight: 400;
  font-size: 16px;
  color: #16181A;
  line-height: 15px;
  margin-right: 19px;
  /* border-left: 1px solid #D7DAE1; */
  cursor: pointer;
}
.header_right .kjx_guanwang:hover{
  color:#FC842E;
}
.user_name_nav span{
  color: #16181A;
}
.personal_user{
  padding-left: 10px;
}