#mainContent {
  margin-top: 41px;
}

body {
  background-color: #f8f8f8;
}

.erBox img {
  width: 356px;
}

.catleader {
  padding: 20px 41px;
  border-bottom: 1px solid #f8f8f8;
  /* margin-top: 85px; */
}

#app {
  margin-top: 0;
  padding-top: 130px !important;
}

.slider {
  top: 126px;
}

.catleader h1 {
  border-left: 3px solid #ffbb3b;
  padding-left: 8px;
  font-size: 20px;
  font-weight: 400;
  color: #191d30;
}

.content {
  background-color: #fff;
  border-radius: 10px;
}

.content em {
  color: #ffbb3b;
  font-style: normal;
  font-weight: 600;
}

.excerpt .note {
  text-indent: 20px;
}

.excerpt-noimg {
  padding: 20px 20px 20px 20px;
}

.layui-tab-title {
  display: flex;
  line-height: 50px;
  padding: 0 41px;
  border-bottom: 1px solid #f8f8f8;
  font-size: 20px;
  font-weight: 600;
  color: #191d30;
}

.layui-tab-title li {
  margin-right: 40px;
  height: 70px;
  line-height: 70px;
  position: relative;
  cursor: pointer;
}

.layui-tab-title .layui-this::after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #007dff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.layui-tab-content {
  padding-top: 34px;
}

/* 产品 */
.products {
  background-color: #fff;
  margin-top: 20px;
}

.left_part {
  flex-shrink: 0;
  width: 70%;
}

.right_part {
  z-index: 1001;
  padding-right: 66px;
  height: 100%;
}

.left_des {
  width: 100%;
}

.companyLogo {
  margin-bottom: 10px;
  min-height: 80px;
  max-width: 100px;
  align-items: center;
}

.companyLogo img {
  width: 100%;
}

.condition_item {
  display: inline-block;
  margin-right: 20px;
  color: #999999;
  cursor: pointer;
}

.flex {
  display: flex;
}

.letter_lists,
.company_lists {
  list-style: none;
  display: flex;
}

.letter_lists li,
.company_lists li {
  color: #999999;
  cursor: pointer;
}

.company_lists {
  flex-wrap: wrap;
}

.company_lists li {
  margin-right: 22px;
}

.letter_item {
  margin-right: 13px;
}

.pros_detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 15px;
  margin-left: 35px;
}

.total {
  margin-bottom: 20px;
  font-size: 20px;
  padding: 30px 20px 0;
}

.total .count {
  color: #32a1f2;
  margin: 0 3px;
  font-weight: 600;
}

.pros_item {
  width: 100%;
  height: 184px;
  display: flex;
  margin-bottom: 20px;
}

.type_img,
.type_img img {
  height: 100%;
}

.pros_name {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}

.pros_name a {
  color: #333333;
  transition: color 0.2s linear;
}

.pros_label {
  color: #999999;
  font-size: 16px;
}

.des {
  display: flex;
}

.left_des {
  width: 100%;
}

.mb-17 {
  margin-bottom: 17px;
}

.des_title {
  font-size: 15px;
  color: #999999;
  flex-shrink: 0;
  margin-right: 20px;
}

.des_word {
  color: #333333;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.greet {
  background-color: #ffeacd;
  width: 64px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #96693e;
  font-size: 14px;
  margin-right: 20px;
  flex-shrink: 0;
}

.goodPoint {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.not_enough {
  background-color: #4bc8e6;
  width: 64px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

.greet img,
.not_enough img {
  width: 16px;
  margin-right: 3px;
}

.attend {
  color: #309bf1;
  font-size: 15px;
  margin-bottom: 6px;
  flex-shrink: 0;
}

.attendBox {
  display: flex;
  position: relative;
}

.attendBox .precautions {
  width: 64px;
  position: absolute;
  overflow: hidden;
  color: #f0f0f0;
  left: 74px;
  white-space: nowrap;
}

.detail_btn {
  width: 107px;
  height: 40px;
  background: #007dff;
  border: 2px solid #007dff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  display: block;
  z-index: 100;
  margin: 0 auto;
}

.right_des {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  justify-content: space-between;
}

.bottom_img img {
  width: 100%;
  display: block;
}

/* 文章 */

.arts_item {
  display: flex;
  border-bottom: 1px dashed #ededed;
  padding: 22px 46px 21px 41px;

  /* margin-bottom: 1rem;
      padding-bottom: 1rem; */
}

.arts_item:hover,
.QA_item:hover {
  background: #fafafa;
}

.arts_item .list-img {
  flex-shrink: 0;
  width: 240px;
  flex-shrink: 0;
  position: relative;
  min-height: 150px;
  overflow: hidden;
  border-radius: 5px;
}

.arts_item .list-img .arts_item_img {
  width: 100%;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.articles_content {
  /* padding: 1.2rem 1rem 1.2rem; */
  background-color: #fff;
  width: 826px;
}

.arts_item .list-right {
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
}

.arts_item .list-right1 {
  justify-content: space-between;
}

.list-title {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
}

.list-right h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.25rem;
}

.artices_des {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #999999;
}

.articles_content .time {
  color: #999999;
  margin-top: 1.87rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}

.time {
  display: flex;
  font-size: 12px;
  color: #88888d;
  align-items: center;
}

.time .kw2 {
  padding: 2px 10px;
  background-color: #f4f4f4;
  border-radius: 5px;
  color: #88888d;
  font-size: 0.75rem;
  margin-left: 20px;
}

.keywords {
  margin-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 25px;
  max-height: 25px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.keywords .kes {
  background: #f4f4f4;
  padding: 2px 10px;
  border-radius: 5px;
  margin-right: 20px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.keywords .kes:hover {
  color: #ffff;
  background-color: #007dff;
}

.time img {
  width: 20px;
  margin-right: 4px;
  display: block;
}

/* 问答 */
.tab_title_lists {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-around;
  height: 88px;
  line-height: 88px;
  position: relative;
  margin-bottom: 35px;
  cursor: pointer;
}

.tab_title_lists::after {
  content: ' ';
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  bottom: 0;
  height: 200%;
  border-bottom: 1px solid #e5e5e5;
}

.tab_title_lists li {
  color: #999999;
  position: relative;
}

.tab_title_lists li:hover,
.tab_title_lists li.active {
  color: #007dff;
}

.tab_title_lists li.active::after {
  content: ' ';
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  pointer-events: none;
  position: absolute;
  top: -1px;
  left: 0;
  width: 200%;
  bottom: 0px;
  height: 200%;
  border-bottom: 3px solid #007dff;
}

.QA {
  background-color: #fff;
  margin-top: 20px;
  border-radius: 10px;
}

.QA_item {
  margin: 0 25px 20px;
  border-radius: 10px;
  padding: 20px;
  border: 1px dashed #dfdfdf;
}

.question,
.answer {
  display: flex;
  justify-content: space-between;
}

.answer {
  flex-wrap: wrap;
  margin-top: 10px;
}

.question img,
.answer img {
  width: 28px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 28px;
  display: block;
}

.ques_title {
  font-size: 20px;
  font-weight: 600;
  width: 94%;
}

.answer_content {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.answer_des {
  color: #444444;
  max-height: 86px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 28px;
}

.answer_content p {
  line-height: 24px !important;
  font-size: 16px !important;
  color: #444444;
}

.answer_first_img {
  max-height: 156px;
  overflow: hidden;
  margin-top: 20px;
}

.answer_first_img img {
  width: 156px;
  height: auto;
  margin-right: 20px;
}

/* .detail_btn_w {
  margin-left: 20px;
} */
.detail_btn_w a {
  color: #007dff;
}

.option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}

.option .agree_tongji {
  font-size: 14px;
  color: #999999;
}

.option_lists {
  display: flex;
}

.agree_option {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.agree_option img,
.share_option img {
  width: 30px;
  height: auto;
}

.share_option {
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.qrCode img {
  margin: 0 auto;
}

.qrCode_title {
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}

.faq-list {
  padding-bottom: 20px;
}

/* 分页器 */

.el-pagination {
  text-align: center;
  padding: 40px 0 60px !important;
}

.art_content {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}

.art_label {
  background-color: #48ade2;
  color: #fff !important;
  border-radius: 30px;
  padding: 4px 10px;
  font-size: 12px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  display: inline-block;
}

.art_label:hover {
  color: #fff !important;
  background-color: #48ade2;
}

.date {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.ques_title a {
  color: #333333;
}

.erBox img {
  width: 100%;
}

.nothings img {
  width: 81%;
  display: block;
  margin: 0 auto;
  padding-bottom: 55px;
  cursor: pointer;
}

.pros_name a:hover {
  color: #007dff;
}

/* 重写搜索视频样式 */

.video_item_des {
  font-size: 1rem !important;
  margin-top: 14px;
}

.video_img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 110px; */
  width: 240px;
  height: 150px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 5px;

}

.video_img {
  width: 280px;
  padding-top: 32px;
}