body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
.body-webkit {
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
}
.body-webkit .header-webkit .nav-subject {
  margin-left: 200px;
}
.body-webkit .article-webkit {
  height: 100vh;
  width: 100%;
  padding: 40px;
  background-color: #e7ebee;
}
.body-webkit .article-webkit .searchAndContent {
  display: flex;
  flex-direction: column;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
}
.body-webkit .article-webkit .searchAndContent .search {
  height: 50px;
}
.body-webkit .article-webkit .searchAndContent .search form {
  width: 100%;
  height: 100%;
}
.body-webkit .article-webkit .searchAndContent .search form .searchContent {
  width: 830px;
  float: left;
  height: 100%;
  padding-left: 10px;
  border: 1px solid #dbdbdb;
  outline: none;
}
.body-webkit .article-webkit .searchAndContent .search form .searchContent::-webkit-input-placeholder {
  color: #bababa;
  font-size: 16px;
}
.body-webkit .article-webkit .searchAndContent .search form .searchText {
  position: relative;
  width: 130px;
  height: 50px;
  float: left;
}
.body-webkit .article-webkit .searchAndContent .search form .searchText .btn {
  width: 100%;
  height: 100%;
  line-height: 50px;
  background-color: #33a0ff;
  color: #fff;
  font-size: 20px;
  border: none;
  cursor: pointer;
  outline: none;
  padding-left: 30px;
  font-family: Source Han Sans CN;
}
.body-webkit .article-webkit .searchAndContent .search form .searchText img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 20px;
}
.body-webkit .article-webkit .searchAndContent .content {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
  overflow: hidden;
}
.body-webkit .article-webkit .searchAndContent .content .questionCategory {
  position: relative;
  float: left;
  width: 200px;
}
.body-webkit .article-webkit .searchAndContent .content .questionCategory .qCategory {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  padding-left: 25px;
  position: relative;
}
.body-webkit .article-webkit .searchAndContent .content .questionCategory .qCategory img {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 5px;
  top: 7px;
}
.body-webkit .article-webkit .searchAndContent .content .questionCategory .category {
  text-align: left;
  height: 400px;
  overflow-y: scroll;
  padding: 30px 0 0 20px;
}
.body-webkit .article-webkit .searchAndContent .content .questionCategory .category .firstCategory {
  font-size: 16px;
  color: #303133;
  margin-bottom: 20px;
  position: relative;
}
.body-webkit .article-webkit .searchAndContent .content .questionCategory .category .firstCategory .myTitle {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: #7b7d7d;
  padding-bottom: 10px;
}
.body-webkit .article-webkit .searchAndContent .content .questionCategory .category .firstCategory .myTitle .up {
  display: none;
}
.body-webkit .article-webkit .searchAndContent .content .questionCategory .category .firstCategory img {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: -4px;
}
.body-webkit .article-webkit .searchAndContent .content .questionCategory .category .firstCategory .secondUl {
  padding: 0 0 0 15px;
  display: none;
}
.body-webkit .article-webkit .searchAndContent .content .questionCategory .category .firstCategory .secondUl .secondCategory {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}
.body-webkit .article-webkit .searchAndContent .content .questionCategory .category .firstCategory .secondUl .secondCategory a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #909399;
}
.body-webkit .article-webkit .searchAndContent .content .questionCategory .partingLine {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  background: #dbdbdb;
  width: 2px;
  height: 10px;
}
.body-webkit .article-webkit .searchAndContent .content .commonQuestions {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
  float: left;
  width: 760px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.body-webkit .article-webkit .searchAndContent .content .commonQuestions .title {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  padding-left: 20px;
}
.body-webkit .article-webkit .searchAndContent .content .commonQuestions .questionsUl {
  text-align: left;
  padding: 20px 10px 0 40px;
  list-style-type: disc;
  list-style-position: inside;
}
.body-webkit .article-webkit .searchAndContent .content .commonQuestions .questionsUl .questionsList {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
  margin-bottom: 10px;
}
.body-webkit .article-webkit .searchAndContent .content .commonQuestions .questionsUl .questionsList a {
  font-size: 14px;
  color: #7b7d7d;
}
.body-webkit .article-webkit .searchAndContent .content .commonQuestions .questionsText {
  text-align: left;
  float: left;
  width: 760px;
}
.body-webkit .article-webkit .searchAndContent .content .commonQuestions .questionsText .qTitle {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-left: 20px;
  display: none;
}
.body-webkit .article-webkit .searchAndContent .content .commonQuestions .questionsText .qContent {
  text-align: left;
  padding: 20px 10px 0 40px;
  color: #7b7d7d;
}
.body-webkit .article-webkit .searchAndContent .content .commonQuestions .questionsText .qContent .text {
  word-wrap: break-word;
}
.body-webkit .article-webkit .searchAndContent .content .commonQuestions .questionsText .qContent img {
  width: 100%;
}
.body-webkit .article-webkit .searchAndContent .content .commonQuestions .noKeyWordsPage {
  display: none;
  padding-left: 20px;
}
.body-webkit .article-webkit .searchAndContent .content .commonQuestions .noKeyWordsPage .qrcode {
  margin-left: 60px;
  margin-top: 40px;
}
.body-webkit .article-webkit .searchAndContent .content .commonQuestions .noKeyWordsPage .qrcode .scan {
  font-size: 19px;
  letter-spacing: 6px;
  color: #7b7d7d;
}
/*webkit内核*/
.category::-webkit-scrollbar {
  display: none;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.commonQuestions::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
/*定义滚动条轨道 内阴影+圆角*/
/*定义滑块 内阴影+圆角*/
.commonQuestions::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d9d9d9;
}
.hover {
  outline: none;
  background-color: #ecf5ff;
  border-right: 4px solid #409eff;
}
.active {
  color: #409eff !important;
}
