.comment_content {
  margin-top: 40px;
}

body {
  background-color: #f8f8f8;
  font-size: 16px;
}

.msg {
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(209, 227, 241, 0.35);
  border-radius: 10px;
}

.ask_btn {
  background-color: #fecf5d;
  width: 45px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 24px;
}

.qa_title {
  font-size: 32px;
  font-weight: 600;
}

.qa_title h1 {
  font-size: 32px;
}

.ask_right {
  width: 100%;
}

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

.time_asker {
  display: flex;
  color: #999999;
  font-size: 14px;
}

.top {
  display: flex;
  flex-wrap: wrap;
  padding: 24px;
  border-bottom: 1px solid #f4f4f2;
  position: relative;
}

.label {
  display: flex;
  flex-wrap: wrap;
  /* overflow: hidden; */
  /* text-overflow: ellipsis;
  display: -webkit-box; */
  /* line-height: 25px;
  max-height: 25px; */
  /* -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  width: 60%;
}

.label a {
  background: #def0f9;
  color: #007dff;
  font-size: 15px;
  padding: 3px 20px;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 5px;
  box-sizing: border-box;
  display: inline-block;
}

.bottom {
  padding: 24px;
}

.ask_tag {
  position: absolute;
  bottom: -33px;
  left: -14px;
  width: 108px;
}

.ask_tag img {
  width: 100%;
}

.poster {
  margin: 10px 0;
}

.poster img {
  width: 100%;
}

.ask img {
  width: 100%;
}

.bottom img {
  width: 80%;
  display: block;
  margin: 0 auto;
  height: auto;
}

.bottom span,
.bottom p {
  font-family: puhuiti-2-55 !important;
}

/* 相关问答 */
.related_content {
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(209, 227, 241, 0.35);
  border-radius: 10px;
}

.rel_title {
  font-size: 20px;
  font-weight: 600;
  padding: 24px 24px 15px;
  border-bottom: 1px solid #f4f4f2;
}

.related_QA {
  padding: 24px;
}

.r_ask_btn {
  background-color: #27D0D8;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 15px;
}

.ask_content {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.ask_title {
  color: #333333;
  font-weight: 600;
}

.ask_title a {
  color: #333333;
}

.answer_content {
  display: flex;
  align-items: center;
}

.answer_des {
  font-size: 15px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.answer_btn {
  width: 28px;
  height: 28px;
  background-color: #007DFF;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 28px;
  margin-right: 15px;
  flex-shrink: 0;
  margin-left: 1px;
}

.go_detail {
  margin-left: 40px;
  color: #007dff;
  font-size: 14px;
  flex-shrink: 0;
}

.QA_card {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
}

.operate {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.operate .share,
.operate .zang {
  border: 2px solid #d1d1d1;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.operate .share .share_icon,
.operate .zang img {
  width: 20px;
  display: block;
}

.operate .share {
  position: relative;
}

.QA_code {
  position: absolute;
  background-color: #fff;
  display: none;
  top: 57px;
  left: -42px;
  width: 120px;
  padding: 10px;
  box-shadow: 0px 3px 3px rgb(209 227 241 / 35%);
  z-index: 999;
}

.QA_code img {
  width: 100%;
}

.operate .zang {
  position: relative;
  margin-left: 48px;
}

.agree_num {
  position: absolute;
  top: -6px;
  right: -12px;
  background-color: #ff6060;
  color: #fff;
  font-size: 14px;
  width: 32px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 25px;
}

.kefu {
  margin-bottom: 20px;
}

.ask {
  cursor: pointer;
}

.kefu img {
  width: 100%;
}

.share:hover .QA_code {
  display: block;
}

.asker {
  margin-left: 13px;
}

.h5ui-toast {
  display: none;
}

/* 热门工具 */
.tool-parts {
  box-shadow: 0px 3px 3px rgb(209 227 241 / 35%);
  opacity: 1;
  border-radius: 5px;
  margin-top: 30px;
  padding-bottom: 10px;
  background-color: #fff;
  margin-bottom: 30px;
  padding-top: 10px;
}

.tool-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.tool-parts-title {
  border-left: 3px solid #007DFF;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.tool-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}

.tool-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  border: 1px solid rgba(112, 112, 112, 0.0588235294117647);
  box-shadow: 0px 3px 2px rgb(0 0 0 / 7%);
  padding: 16px 16px 14px 15px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.tool-item .tool-left {
  display: flex;
  align-items: center;
}

.tool-icon {
  width: 50px;
  display: inline-block;
}

.use_btn {
  background: linear-gradient(176deg, #82D9FF 0%, #5060FD 100%);
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  color: #fff;
  border-radius: 25px;
  padding: 5px 13px;
  font-size: 14px;
}

.tool-item-title {
  font-size: 14px;
  font-weight: 600;
}

.tool-item-des {
  font-size: 14px;
}

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

.slider_box {
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(209, 227, 241, 0.35);
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 25px;
}

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

.line {
  width: 100%;
  height: 2px;
  margin-top: 20px;
  background-color: rgb(249, 249, 249);
  border: none;
}

.ask_btn {
  cursor: pointer;
}

.nbb_app {
  width: 300px;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  box-shadow: 0px 3px 6px rgb(209 227 241 / 35%);
}

.nbb_app_pouple {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nbb_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.3);
  z-index: -1;
}

.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;
  flex-shrink: 0;
  margin-right: 5px;
}

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

.choiceLists li {
  border-bottom: 1px dashed rgba(208, 208, 208, 0.5);
  padding: 5px 10px 5px;
  display: flex;
  align-items: center;
}

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

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

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

.show_more {
  width: 114px;
  height: 33px;
  background: #EEF9FF;
  opacity: 1;
  border-radius: 25px;
  display: block;
  text-align: center;
  line-height: 33px;
  color: #007DFF;
  font-weight: 600;
  margin: 20px auto 5px;
  transition-duration: 0.5s;
}

.show_more:hover {
  background-color: #007DFF;
  color: #fff;
}

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

.time img {
  width: 20px;
}

/* 一对一咨询 */
.formBox {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 0;
  margin-top: 15px;
  position: relative;
  position: sticky;
  top: 170px;
}

.todayBox {
  position: absolute;
  right: 15px;
  top: 37px;
  font-size: 14px;
}

.form {
  background-color: #f8fdff;
  position: relative;
  padding: 10px;
  box-shadow: 0px 3px 6px rgb(209 227 241 / 35%);
  border-radius: 10px 10px 0 0;
}

.form_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 147px;
}

.form_des1 {
  color: #0a3b7a;
  margin: 5px 0 10px 0;
}

.form_des2 {
  color: #0a3b7a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 9px;
}

.form-item .el-input {
  width: 165px;
  margin-bottom: 10px;
}

.ant-btn {
  width: 167px;
  height: 33px;
  background: #ffbb3b;
  border: 2px solid #ffbb3b;
  opacity: 1;
  border-radius: 150px;
  color: #fff;
  font-weight: 600;
}

.form-box {
  position: sticky;
  top: 116px;
}

.bottom_form_tips {
  width: 100%;
  height: 64px;
  background: #E0EAF6;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  line-height: 64px;
  padding-left: 10px;
}

.form-tips {
  color: #88888D;
  font-size: 14px;
  width: 165px;
  text-align: center;
  margin-top: 10px;
}

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

/* 新卡片模板 */
.linkcard {
  position: relative;
  display: block;
  margin: 15px auto;
  width: 480px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  max-width: 100%;
  overflow: hidden;
  text-indent: 0;
  text-decoration: none !important;
}

.J_link {
  cursor: pointer;
}

.linkcard .linkcard-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  background-size: cover;
  background-position: 50%;
}

.linkcard .linkcard-content {
  display: block;
  position: relative;
  padding: 12px;
  border-radius: inherit;
  background-color: rgba(246, 246, 246, 0.88);
  overflow: hidden;
}

.linkcard .linkcard-image {
  float: right;
  width: 60px;
  height: 60px;
  margin-left: 8px;
  border-radius: 6px;
  overflow: hidden;
}

.linkcard .linkcard-text {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  text-align: left;
}

.linkcard .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #1a1a1a;
}

.linkcard .link {
  color: #999;
  line-height: 24px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  line-height: 1;
  overflow: hidden;
  text-decoration: none !important;
}

.linkcard .link img {
  display: inline-block;
  width: 16px;
  margin: 0;
}

/* 相关产品 */
.compare {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 0;
  position: relative;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  margin-bottom: 20px;
}

.section_title {
  color: #333333;
  font-weight: 600;
  font-size: 16px;
}

.compare_name {
  font-size: 16px;
}

.slider_company_logo {
  width: 65px;
  height: 65px;
  border: 1px solid rgba(199, 199, 199, 0.30196078431372547);
}

.compare_pros_info {
  width: 210px;
}

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

.compare_pros_lists {
  padding: 0 20px;
}

.compare_des {
  font-size: 12px;
  color: #999999;
  margin: 4px 0;
}

.compare_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  align-items: center;
}

.compare_pros_detail {
  width: 65px;
  height: 26px;
  background: #007dff;
  border: 1px solid #007dff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 9%);
  opacity: 1;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  color: #fff;
}

.compare_btn {
  width: 70px;
  height: 26px;
  background: #ffffff;
  border: 1px solid #007dff;
  opacity: 1;
  border-radius: 15px;
  display: inline-block;
  color: #007dff;
  text-align: center;
  line-height: 26px;
}

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

.isgold {
  color: #ffbd46;
  font-size: 16px;
  font-weight: 600;
}

.compare_company {
  background-color: #c1e0ff;
  color: #007dff;
  font-size: 14px;
  margin-top: 10px;
  padding: 2px;
  border-radius: 5px;
  font-size: 13px;
  display: inline-block;
}

.line-h-2 {
  width: 320px;
  background-color: #f6f6f6;
  height: 1px;
  margin-left: 20px;
  margin-bottom: 15px;
}

.line-h-3 {
  width: 320px;
  background-color: #f6f6f6;
  height: 1px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.section_title {
  border-left: 4px solid #007dff;
  padding-left: 20px;
  font-size: 20px;
  margin-bottom: 15px;
}

.linkcard {
  position: relative;
  display: block;
  margin: 15px auto;
  width: 480px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  max-width: 100%;
  overflow: hidden;
  text-indent: 0;
  text-decoration: none !important;
}

.review {
  background: url(/assets/images/newNBB/pc_articles/tag_bg.png);
  display: flex;
  width: 117px;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 12px;
  color: #007dff;
  justify-content: center;
}

.border-right {
  border-right: 1px solid #fffefe;
  padding-right: 4px;
}

.pdl-4 {
  padding-left: 4px;
}

.rookie {
  border: 1px solid #F2F2F2;
  box-shadow: 0px 3px 3px rgba(209, 227, 241, 0.35);
  margin-top: 22px;
  padding: 21px 0 11px;
  border-radius: 5px;
  position: sticky;
  top: 109px;
  background-color: #fff;
}

.rookie ul {
  padding-left: 17px;
}

/* 相关 */
.related_arts {
  width: 48%;
  box-shadow: 0px 3px 6px rgba(209, 227, 241, 0.35);
  padding: 20px;
  box-sizing: border-box;
}

.related_pros {
  width: 48%;
  box-shadow: 0px 3px 6px rgba(209, 227, 241, 0.35);
  padding: 20px;
  box-sizing: border-box;
}

.listpages.choiceLists {
  margin: 0;
}

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

.arts_title {
  margin-bottom: 14px;
  font-weight: 600;
  border-left: 3px solid #007DFF;
  padding-left: 15px;
}

.recomment_arts {
  margin-bottom: 14px;
}

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

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

.pros_des {
  font-size: 15px;
}