body {
  /* background: #ffff; */
  background-color: #FBFBFB;
  font-size: 16px;
}

.isflex {
  display: flex;
  justify-content: space-between;
}

#app {
  display: flex;
  justify-content: space-between;
  /* width: 1205px; */
  /* position: relative;
  left: 50%; */
  /* margin-left: -425px; */
}

.container-left {
  width: 826px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(209, 227, 241, 0.35);
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}

.container-right {
  width: 356px;
}

.container_art {
  width: 840px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.container_art {
  margin-top: 40px;
}

.container_art .content {
  width: 85%;
}

.theiaStickySidebar {
  position: sticky;
  top: 40%;
}

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

.bread_nav {
  display: flex;
  margin-bottom: 24px;
}

.article-title {
  color: #444444;
  font-size: 32px;
}

.sub_des {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.article-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.article-content p {
  color: #444444;
  /* line-height: 45px; */
}

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

.articles_label .button3 {
  background: #f4f4f4;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 20px;
}

.articles_label .button3:hover {
  background-color: #2ea0db;
  color: #ffff;
}

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

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

/* 侧边栏 */
.back_totop,
.share,
.agree {
  width: 54px;
  height: 54px;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.back_totop {
  display: none;
}

.sidebar .icon {
  width: 20px;
  display: block;
}

.share {
  margin: 40px 0;
  position: relative;
}

#qrcode {
  position: absolute;
  left: 60px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  padding: 15px;
  display: none;
}

.agree {
  position: relative;
}

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

.share:hover #qrcode {
  display: block;
}

.ser_online {
  cursor: pointer;
}

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

.pros_title:hover {
  color: #007dff;
}

.card-item .card-img {
  width: 60px !important;
  margin: 0 !important;
}

.content {
  width: 790px;
  margin: 0 auto;
}

.sidebar {
  position: sticky;
  top: 95px;
}

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

/* 相关问答 */
.choiceLists {
  background: #F9F9F9;
}

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

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

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

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

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

.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: 335px;
  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;
}

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

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

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

.article-content a {
  color: #0792ff;
}

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

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

.articles_label .kw2:hover {
  background-color: #007DFF;
}

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

#adInArticle, .view_city_index {
  display: none;
}

.isreprint {
  color: rgb(153, 153, 153);
}

.noreprint {
  border: 1px solid;
  color: rgb(153, 153, 153);
  font-size: 14px;
  padding: 0 10px;
  border-radius: 50px;
  margin-left: 14px;
  line-height: 18px;
}

.companylogo {
  width: 80px !important;
}

.bandang {
  box-shadow: 0px 5px 8px rgb(209 227 241 / 35%);
  opacity: 1;
  border-radius: 5px;
  margin-top: 16px;
  padding-bottom: 10px;
}

.bandang-list {
  padding: 15px 10px 10px;
}

.bandang-list .bandan-item .bandan-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.bandang-list .bandan-item {
  display: flex;
  border-bottom: 1px solid rgba(112, 112, 112, 0.06);
  padding-bottom: 8px;
  margin-bottom: 8px;
  align-items: center;
}
.bandang-list .bandan-item:last-child {
  border-bottom: 0px;
}

.bandang-list .bandan-item .bandan-item-title {
  font-size: 14px;
  color: #333333;
}

.bandang_title {
  border-left: 3px solid #007dff;
  padding-left: 15px;
}

/* 表单 */
.formBox {
  background-image: url('/assets/images/newNBB/pc_articles/form.png');
  ng);
  background-repeat: no-repeat;
  height: 425px;
  background-size: contain;
  position: relative;
  width: 100%;
}

.form {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 15px;
  box-sizing: content-box;
  width: 293px;
}

.ant-btn {
  width: 269px;
  height: 36px;
  background: linear-gradient(339deg, #9F6933 0%, #D1B291 72%, #FFF4E6 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 25px;
  border: none;
  color: #fff;
  margin: 0 auto;
  display: block;
}

.form-item {
  position: relative;
  display: flex;
  border: 1px solid #DCDFE6;
  border-radius: 5px;
  margin-bottom: 10px;
}

.form-item label {
  width: 71px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(243, 243, 243, 0.65);
  border-radius: 5px 0 0 5px;
  color: #88888D;
  font-size: 12px;
  flex-shrink: 0;
}

.formBox .el-input__inner {
  border: none;
}

#sendCode {
  color: #96693E;
  border: none;
  background-color: #fff;
  font-size: 12px;
  position: absolute;
  right: 9px;
  top: 12px;
}

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