body {
  background-color: #f8f8f8;
}

input:focus {
  outline: none !important;
  border: 1px solid #007dff !important;
}

.inner_banner {
  margin-bottom: 15px;
  margin-top: 15px;
}

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

.search_box2 {
  display: flex;
}

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

.search_box2 input {
  width: 100%;
  height: 55px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1568627450980392);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
  color: #a9a9a9;
  letter-spacing: 1.5px;
  font-size: 19px;
  padding-left: 26px;
  box-sizing: border-box;
}

.search_btn2 {
  background: linear-gradient(149deg, #007dff 0%, #4ac1ff 42%, #2692ff 100%);
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  border: none;
  height: 55px;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  width: 129px;
  font-size: 19px;
  letter-spacing: 1.5px;
  cursor: pointer;
}

.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;
  font-size: 17px;
  display: flex;
  align-items: center;
}

.tab_title_lists li:hover,
.tab_title_lists li.active {
  color: #007dff;
  font-weight: 600;
}

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

.QA_item:hover {
  background: #fafafa;
}

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

.ques_title a {
  color: #333333;
}

/* .ques_title a:hover {
  color: #007dff;
} */
.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 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;
}

.el-pagination {
  text-align: center;
  padding: 30px 0 50px;
}

.qrCode img {
  margin: 0 auto;
}

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

/* 侧边 */
/* .slider {
  position: sticky;
  top: 116px;
} */
.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;
}

.choiceLists {
  background: #F9F9F9;
  margin: 20px 20px 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;
  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;
}

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

.articlesLists li a {
  font-size: 15px;
  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;
}

.hidden {
  display: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #303133;
  font-weight: 700;
  padding: 30px 0 80px;
}

.pagination li {
  margin: 0 5px;
  background-color: #f4f4f5;
  color: #606266;
  min-width: 30px;
  border-radius: 2px;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  text-align: center;
}

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