.bottom_poster {
  padding: 0 1rem;
}

body {
  background-color: #f8f8f8;
}

.bottom_poster img {
  width: 100%;
}

.isflex {
  display: flex;
  flex-wrap: wrap;
}

.time-clock {
  width: 156px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.arts_item {
  display: flex;
  border-bottom: 1px dashed #ededed;
  padding: 23px 30px 19px 23px;
  /* margin-bottom: 1rem;
    padding-bottom: 1rem; */
}

.arts_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 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;
}

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

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

.time .kw2 {
  padding: 2px 10px;
  background-color: #f4f4f4;
  border-radius: 5px;
  color: #88888d;
  font-size: 0.75rem;
  margin-left: 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;
  margin-bottom: 5px;
}

.time .kw2:hover {
  background-color: #007dff;
}

.time .kw2:hover a {
  color: #fff;
}

.articles_content .time img {
  width: 0.9rem;
  margin-right: 0.3rem;
  display: block;
}

.h5ui-tab2 {
  overflow: scroll;
  background-color: #fff;
  width: 1000px;
  margin-bottom: 1px;
  font-size: 20px;
  color: #999999;
  padding: 0 25px;
  border-radius: 10px 10px 0 0;
}

.h5ui-tab2::-webkit-scrollbar {
  display: none;
}

.h5ui-tab::before {
  content: none;
}

.h5ui-tab2 .tab-item::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;
}

.h5ui-tab2 .tab-item li {
  cursor: pointer;
}

.h5ui-tab2 .tab-item a {
  height: 40px;
}

.h5ui-tab2 .tab-item .active {
  border-bottom: 2px solid #007dff;
  font-weight: 600;
}

.h5ui-tab2 .tab-item .active {
  color: #007dff !important;
}

.h5ui-tab2 .tab-item {
  display: flex;
  height: 71px;
  line-height: 71px;
  list-style: none;
  align-items: center;
  width: 1050px;
}

.h5ui-tab2 .tab-item li {
  height: 100%;
  border-bottom: 2px solid #fff;
  margin-bottom: 2px;
  font-size: 18px;
}

.h5ui-tab2 .tab-item li:not(:first-child) {
  width: auto;
  display: inline-block;
  margin-left: 25px;
}

.show_more {
  color: #007dff;
  background: none;
  border: none;
  margin: 20px auto;
  /* font-weight: 600; */
  padding-bottom: 20px;
  display: block;
  font-size: 20px;
}

.list-right {
  margin-left: 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-right .list-title {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.list-right .list-title:hover {
  color: #007dff;
}

.list-right em {
  font-style: inherit;
}

.h5ui-tab .tab-item a {
  color: #a9a9a9;
}

#app {
  display: flex;
  justify-content: space-between;
}

.container-left {
  width: 826px;
  overflow: hidden;
}

.container-right {
  width: 356px;
}

/* 表单模块 */
.formBox {
  width: 356px;
  height: 496px;
  border-radius: 10px;
  /* border: 1px solid rgba(112, 112, 112, 0.23); */
  box-shadow: 0px 3px 3px rgba(209, 227, 241, 0.35);
  margin-bottom: 16px;
  background-color: #fff;
  padding-bottom: 20px;
  overflow: hidden;
  position: sticky;
  top: 116px;
}

.formBox .titleBox {
  height: 48px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f6f6f6;
  padding: 13px 0 8px;
}

.formBox .titleBox span:first-child {
  display: inline-block;
  width: 3px;
  height: 18px;
  background-color: #005fe6;
  margin-right: 20px;
}

.formBox .titleBox span:last-child {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.formBox .tipsBox {
  position: relative;
  padding: 38px 24px 0;
}

.formBox .tipsMain {
  background-color: #e8f1ff;
  height: 90px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.formBox .todayBox {
  font-size: 14px;
  color: #666;
  height: 45px;
  z-index: 1001;

  position: relative;
  top: 6px;
  left: -12px;
}

.formBox .jlPic {
  position: absolute;
  top: 8px;
  right: 6px;
  width: 340px;
  height: 120px;
}

.formBox .form {
  padding: 24px;
}

.formBox .el-select {
  width: 100%;
}

.el-select {
  display: inline-block;
  position: relative;
}

.formBox .form .form-item {
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.formBox .form-item label {
  width: 90px;
  margin-right: 10px;
  color: #999;
}

.formBox .ant-btn {
  width: 100%;
  height: 40px;
  border: 1.5px solid #005fe6;
  -moz-border-radius: 21px;
  border-radius: 21px;
  color: #005fe6;
  font-size: 14px;
  margin-top: 8px;
  background: #fffefe;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  cursor: pointer;
}

.formBox .ant-btn:hover {
  background-color: #005fe6;
  color: #fff;
}

.ant-btn>span {
  display: inline-block;
}

.formBox .form-tips {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}

/* 热门产品 */
.hot_products {
  width: 356px;
  border-radius: 10px;
  /* border: 1px solid rgba(112, 112, 112, 0.23); */
  box-shadow: 0px 3px 3px rgb(209 227 241 / 35%);
  margin-bottom: 16px;
  background-color: #fff;
  padding-bottom: 20px;
  overflow: hidden;
}

.hot_products .titleBox {
  height: 48px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f6f6f6;
  padding: 13px 0 8px;
}

.titleBox span:first-child {
  display: inline-block;
  width: 3px;
  height: 18px;
  background-color: #005fe6;
  margin-right: 20px;
}

.titleBox span:last-child {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.hot_pros_parts {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}

.hot_pros_parts .left_parts {
  width: 72px;
}

.hot_pros_parts .right_parts {
  width: 256px;
}

.hots_pros_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fire_img {
  width: 14px;
}

.hots_pros_des {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0px 0 5px;
}

.hots_pros_company {
  font-size: 12px;
  color: #007DFF;
  background: #DFEFFF;
  display: inline-block;
  border-radius: 10px;
  padding: 1px 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 110px;
}

.left_parts ul {
  width: 100%;
  text-align: center;
}

.left_parts ul li {
  height: 32px;
  margin-bottom: 10px;
  line-height: 32px;
  cursor: pointer;
}

.right_parts .hots_lists li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px dashed #F2F2F2;
  padding-bottom: 10px;
}

.right_parts .hots_lists li:last-child {
  border-bottom: none;
}

.right_parts .hots_lists .sort_img {
  height: 24px;
}

.right_parts ul {
  padding-right: 15px;
}

.left_parts ul li.active {
  background: #007DFF;
  opacity: 1;
  border-radius: 0px 25px 25px 0px;
  color: #fff;
}

.hots_pros_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0px 0 5px;
}

.hots_pros_title a {
  color: #333333;
}

.hots_pros_title a:hover {
  color: #007DFF;
}

.right_contents {
  width: 207px;
}

/* 问答模块 */
.answer-box {
  width: 356px;
  box-shadow: 0px 3px 3px rgba(209, 227, 241, 1);
  /* background: url(/assets/images/newNBB/articles/answer.png) top center
    no-repeat; */
  background-size: 102% 285px;
  background-color: #fefefe;
  border-radius: 10px;
  overflow: hidden;
}

.answer-list {
  padding: 5px 25px 5px;
}

.answer-list .answer-item {
  border-bottom: 1px dashed #ededed;
  padding: 16px 0 11px;
}

.answer-item .question {
  color: #333333;
  font-size: 16px;
}

.answer-item .question a {
  color: #333333;
}

.answer-item .question a:hover {
  color: #007dff;
}

.answer-item .dateBox {
  padding-top: 14px;
  display: flex;
  align-items: center;
}

.answer-item .dateBox img {
  width: 20px;
  height: 20px;
}

.answer-item .dateBox .date {
  font-size: 12px;
  color: #999999;
  margin-left: 6px;
}

.answer-item .dateBox .tips {
  font-size: 13px;
  color: #007dff;
  margin-left: 28px;
}

.answer-box .loadMore {
  color: #007dff;
  font-style: 18px;
  text-align: center;
  width: 132px;
  height: 42px;
  border-radius: 25px;
  background-color: #eef9ff;
  line-height: 42px;
  margin: 33px auto 29px;
  cursor: pointer;
}

.answer-box .loadMore:hover {
  background-color: #007dff;
  color: #fff;
}

.answer-box .loadMore:hover a {
  color: #fff;
}

.answer-box .loadMore a {
  color: #007dff;
}

.bottom {
  margin-top: 20px;
}

.bottom img {
  width: 100%;
}

.h5ui-tab2 .tab-item::after {
  content: none;
}

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

/* 分页器 */
.el-pagination {
  text-align: center;
  padding: 40px 0 !important;
}

.answer_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 14px 20px 0;
  border: 1px solid #eee;
  f
}

.answer_title_1 {
  font-size: 20px;
  font-weight: 600;
  padding-left: 23px;
  border-left: 3px solid #007dff;
}

.answer_title_2 {
  color: #333333;
  font-size: 15px;
  padding-left: 25px;
  margin-top: 5px;
}

.answer_title img {
  display: block;
  width: 71px;
  padding-top: 5px;
}

.keywords_group {
  height: 26px;
  overflow: hidden;
}

/* 精选文章 */
.slider_box {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgb(209 227 241 / 35%);
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 25px;
}

.pb-20 {
  padding-bottom: 20px;
}

.slider_title {
  border-left: 3px solid rgb(0, 125, 255);
  padding-left: 25px;
  font-size: 20px;
  font-weight: 600;
}

.articlesLists {
  margin: 20px 20px 0;
}

.articlesLists li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.articlesLists li .arts_img {
  width: 92px;
}

.articlesLists li a {
  font-size: 14px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.articlesLists li a:hover {
  color: #007dff;
}

.articles_words {
  width: 205px;
}

.time img {
  width: 20px;
}

.time {
  color: #cdcdcd;
  display: flex;
  font-size: 12px;
  align-items: center;
  margin-top: 10px;
}

.sub_title {
  color: #333333;
  padding-left: 27px;
  margin-top: 5px;
}

/* 小白必读 */
.rookie {
  width: 356px;
  border-radius: 10px;
  /* border: 1px solid rgba(112, 112, 112, 0.23); */
  box-shadow: 0px 3px 3px rgb(209 227 241 / 35%);
  margin-bottom: 16px;
  background-color: #fff;
  padding-bottom: 20px;
  overflow: hidden;
  padding-top: 15px;
}

.rookie .titleBox {
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 14px;
}

.rookie .listpages {
  padding-left: 15px;
  margin-top: 13px;
}

.recomment_conntent {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0px 0 5px;
}

.recomment_conntent a {
  color: #333333;
  font-size: 15px;
}

.rookie .listpages .recomment_arts {
  margin-bottom: 10px;
}

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

.circle {
  width: 8px;
  height: 8px;
  background: #007DFF;
  opacity: 1;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 1px;
}

.choiceLists {
  background: #F9F9F9;
  margin: 15px 15px 0;
}

.choiceLists li {
  border-bottom: 1px dashed rgba(208, 208, 208, 0.5);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  padding: 5px 10px 5px
}

.choiceLists li a {
  font-size: 15px;
}

.choiceLists li:hover a {
  color: #007dff;
}

.articlesLists {
  margin: 20px 20px 0;
}

.articlesLists li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.wen_icon {
  width: 18px;
  height: 18px;
  background: #69D6EF;
  opacity: 1;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  color: #fff;
}

.sub_sorts {
  display: flex;
  background: #F9FBFC;
  height: 54px;
  align-items: center;
}

.sub_sorts li {
  border-right: 2px solid #D2E4F8;
  padding: 0 15px;
  cursor: pointer;
}

.sub_sorts li:last-child {
  border-right: none;
}

.sub_sorts .active {
  color: #007dff;
  font-weight: 600;
}

.right_parts ul {
  display: none;
}

.right_parts ul.active {
  display: block;
}

/* 分页器 */
.pagination {
  text-align: center;
  margin-top: 47px;
  padding-bottom: 47px;
}

.pagination li {
  display: inline-block;
  min-width: 30px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #f4f4f5;
  color: #606266;
  border-radius: 3px;
  margin: 0 3px;
}

.pagination li span, .pagination li a {
  color: #606266;
  font-weight: 600;
  font-size: 14px;
}

.pagination li.hidden {
  display: none !important;
}

.pagination li.active {
  background-color: #409EFF;
}

.pagination li.active span {
  color: #FFF;
}

.pagination li:hover a {
  color: #007dff;
}



.old_icon {
  position: fixed;
  right: 26px;
  bottom: 396px;
}

.old_icon img {
  width: 60px;
  height: 60px;
}