* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f8f8f8;
}

.left {
  width: 820px;
}

.right {
  width: 356px;
}

.flullWidth {
  width: 100% !important;
}

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

.mt-15 {
  margin-top: 15px;
}

/* 产品简介 */
.part_1 {
  border-radius: 5px;
  overflow: hidden;
}

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

.onsale {
  font-size: 12px !important;
  background-color: #FFAF25;
  color: #fff;
  padding: 0px 4px;
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  display: flex;
  margin-left: 10px;
  align-items: center;
}

.downsale,
.presale {
  font-size: 12px !important;
  background-color: #EEEEEE;
  color: #999999;
  padding: 0px 4px;
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  display: flex;
  margin-left: 10px;
  align-items: center;
}

.onsale img,
.downsale img {
  width: 15px;
}

.pros_simple_content {
  display: flex;
  background: #ffff;
  position: relative;
}

.instype {
  height: 147px;
}

.instype img {
  width: 49.5px;
  display: block;
}

.pro_name {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.pro_name h1 {
  font-size: 24px;
}

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

.pro_simple_des {
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-evenly;
}

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

.pro_tag {
  background-color: #c4e1ff;
  padding: 2px 8px;
  color: #007dff;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid;
  margin-right: 14px;
}

.el-icon-check {
  background: #007dff;
  color: #fff;
  border-radius: 2px;
}

.detail_tab {
  background-color: #F1F1F1;
  margin: 0 0px 36px;
  padding: 0 30px;
}

.detail_tab_lists {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
}

.detail_tab_lists img {
  width: 24px;
}

.detail_tab_lists li {
  padding: 10px 0;
  margin-right: 66px;
  cursor: pointer;
}

.detail_tab_content {
  padding: 0 15px;
  margin-bottom: 10px;
}


table,
table tr th,
table tr td {
  border: 1px solid #def0f9;
  font-size: 16px;
  padding: 10px 20px;
}

table tr:nth-child(2n) {
  background: #f8fdff;
}

.bao_table .left img {
  width: 26px;
}

.bao_table .left {
  width: 26%;
}

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

.left_flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.center_flex img {
  margin-right: 10px;
}

.detail_tab_lists .active {
  border-bottom: 2px solid #007dff;
}

.bao_table .right {
  width: 74%;
}

.text-center {
  text-align: center;
}

/* 保费信息 */
.detail_content {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 0;
  margin-top: 20px;
}

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

.Calculate_title {
  font-size: 20px;
  color: #333333;
  background-color: #f8f8f8;
  height: 70px;
  line-height: 70px;
  padding-left: 85px;
}

.Calculate_content {
  padding: 30px 85px 35px;
}

.calcStandard {
  margin-bottom: 20px;
  color: #007dff;
}

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

.right_calc img {
  width: 287px;
  display: block;
}

.left_cal {
  width: 336px;
}

.left_cal img {
  width: 26px;
}

.right_cal {
  width: 336px;
}

.cal_table tr td {
  padding: 20px 0px !important;
}

/* 病种 */
.illness_part {
  border: 1px solid #def0f9;
  position: relative;
  min-height: 440px;
}

.illness_first_list .illness_Type {
  width: 210px;
  height: 50px;
  background: #f8fdff;
  border: 1px solid #def0f9;
  margin-bottom: -1px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

.first_li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.illness_first_list .illness_Type.active {
  background: #ffff;
  /* border-right: none; */
}

.illness_first_list .illness_Type.active .first_li {
  border-left: 2px solid #007dff;
}

.bao_icon {
  width: 26px;
}

.illness_first_list .illness_Type .second_part {
  position: absolute;
  left: 211px;
  width: 200px;
  top: 0;
  display: none;
}
.no-protect-txt{
  color: #CCC;
}
.illness_second_list .illness_second_Type {
  height: 50px;
  background: #fbfbfb;
  border: 1px solid #def0f9;
  margin-bottom: -1px;
}

.illness_first_list .illness_Type .third_part {
  position: absolute;
  left: 222px;
  width: 500px;
  top: 0;
  text-align: left;
  height: 431px;
  overflow-y: auto;
  /* border: 1px solid #def0f9;*/
  margin-left: -1px;
  /* border-left: none; */
}

.third_part_2 {
  position: absolute;
  left: 411px;
  width: 378px;
  top: 0;
  text-align: left;
  border: 1px solid #def0f9;
  margin-left: -1px;
}

.illness_second_list .illness_second_Type.active {
  background: #ffff;
  /* border-left: none;
border-right: none; */
}

.illness_third_list .illness_third_Type {
  line-height: 36px;
}

.illness_third_list {
  padding-left: 28px;
}

.illness_third_list_2 .illness_third_Type_2 {
  border: 1px solid #def0f9;
  margin-left: -1px;
  text-align: center;
  margin-bottom: -1px;
  margin-top: -1px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: auto;
  position: relative;
}

div::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  /**/
}

.show_more {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  display: none;
  background-color: #ffff;
}

/* .illness_third_list_2 .illness_third_Type_2:hover {
overflow: inherit;
}
.illness_third_list_2 .illness_third_Type_2:hover .show_more {
display: block;
line-height: 33px;
} */
div::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius: 2px;
}

div::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover {
  background: #333;
}

div::-webkit-scrollbar-corner {
  background: #179a16;
}

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

.dafult_none {
  display: none !important;
}

.is-show {
  display: flex !important;
}

.count {
  font-size: 16px;
  /* margin-left: 10px; */
  display: inline-block;
  color: #999999;
}

.shou-ad {
  background-color: #fef6e9;
  color: #f9925b;
  font-size: 16px;
  padding: 10px 12px;
  width: 98%;
  text-align: center;
  height: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  line-height: 16px;
}

.shou-ad .show-box {
  width: 60%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.inner-container {
  margin-left: 100%;
  width: 100%;
  animation: myMove 26s linear infinite;
  animation-fill-mode: forwards;
}

/* 简要导航 */
.sticky_nav {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  padding-left: 15px;
}

.flex-nav {
  display: flex;
  align-items: center;
  height: 60px;
}

.sticky_nav_item {
  margin-right: 45px;
  cursor: pointer;
  color: #999999;
}

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

.fix-nav {
  position: fixed;
  top: 96px;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 0;
}

.fix-nav .fix-container {
  width: 1200px !important;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.b-color {
  color: #007dff;
}


/* 奶爸点评 */
.comment_content {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 0;
  margin-top: 20px;
  position: relative;
}

.tag_img {
  position: absolute;
  top: 10px;
  right: 2px;
  width: 82px;
}

.line-h {
  height: 1px;
  width: 770px;
  background-color: #f6f6f6;
  margin-left: 15px;
}

/* 保险条款 */
.clause {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 0;
  margin-top: 15px;
}

.pdf_lists {
  padding: 0 20px;
}

.pdf_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.pdf_item a {
  display: inline-block;
}

.pdf_icon {
  width: 18px;
  margin-right: 7px;
}

.pdf_item_a {
  color: #333333;
  text-decoration: underline;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.pdf_item_a:last-child {
  margin-bottom: 0;
}

.pdf_item_a:hover {
  color: #007DFF;
}

/* 保险公司 */
.company {
  background-color: #fff;
  border-radius: 5px;
  padding: 17px 0;
  margin-top: 15px;
  position: relative;
}

.company_logo {
  border: 1px solid rgba(199, 199, 199, 0.30196078431372547);
  width: 65px;
  margin-right: 20px;
  border-radius: 5px;
}

.company_table {
  padding: 0 20px;
  margin-top: 20px;
}

.company_des {
  font-size: 20px;
  padding: 0 20px;
  display: flex;
}

.cal_table tr td {
  padding: 7px 0px !important;
  font-size: 14px;
}

.cal_table tr:nth-child(2n) {
  background-color: #fff;
}

.cal_table .left_cal {
  width: 350px;
  background-color: #f8fdff;
}

.center_flex2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-color {
  color: #007dff;
}

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

.more_detail {
  position: absolute;
  right: 10px;
  top: 19px;
  color: #007DFF;
}

/* 一对一咨询 */
.formBox {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 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;
  margin: 0 20px;
}

.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: 123px;
  height: 28px;
  background: #ffbb3b;
  border: 2px solid #ffbb3b;
  opacity: 1;
  border-radius: 150px;
  color: #fff;
  font-weight: 600;
}

/* 奶爸点评 */
.comment_icon {
  width: 78px;
  margin-bottom: 15px;
}

.comment_bg {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 115px;
  display: block;
  z-index: 0;
  opacity: 0.8;
}

.goodPoint_parts {
  background-color: #fcfcfc;
  margin: 15px 15px 0;
  padding: 15px 30px;
  position: relative;
}

.goodPoint_lists li,
.disgoodPoint_lists li,
.becareful_lists li {
  margin-bottom: 13px;
}

.goodPoint_lists .goodPoint_title {
  color: #2a90f9;
  font-size: 16px;
  /* margin-bottom: 5px; */
}

.goodPoint_lists .goodPoint_title span {
  font-style: italic;
  margin-right: 5px;
}

.goodPoint_des,
.disgoodPoint_des,
.becareful_des {
  font-size: 14px;
}

.disgoodPoint_parts {
  background-color: #fefbfb;
  margin: 0px 15px;
  padding: 15px 30px;
  position: relative;
}

.disgoodPoint_title {
  color: #fd7549;
  font-size: 16px;
  margin-bottom: 5px;
}

.disgoodPoint_title span {
  font-style: italic;
}

.becare_parts {
  background-color: #fcfcfc;
  margin: 0 15px;
  padding: 15px 30px;
  position: relative;
}

.becareful_title {
  color: #333333;
  font-size: 16px;
  margin-bottom: 5px;
}

.becareful_title span {
  font-style: italic;
  margin-right: 5px;
}

/* 合适人群，综合评价 */
.summary_parts {
  background-color: #f8fdff;
  margin: 15px 15px 0;
  padding: 15px 30px;
}

.comment_icon2 {
  width: 24px;
  margin-right: 5px;
}

.comment_title {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.word_des {
  font-size: 14px;
  color: #333333;
}

.summary_item:first-child {
  margin-bottom: 25px;
}

/* 深度测评 */
.assess_content {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 0;
  margin-top: 20px;
  position: relative;
}

.assess_articles {
  background-color: #f1f1f1;
  margin: 15px 15px 0;
  display: flex;
  justify-content: space-between;
  height: 62px;
  align-items: center;
  padding: 0 15px;
}

.read_more {
  width: 81px;
  height: 26px;
  background: #007dff;
  border: 1px solid #007dff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 9%);
  opacity: 1;
  border-radius: 15px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 14px;
}

/* 相关文章 */
.related_articles {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 0;
  margin-top: 20px;
  position: relative;
}

.more_related {
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 15px;
  color: #007dff;
}

.related_arts_lists {
  margin: 15px 15px 0;
}

.related_arts_item {
  margin-bottom: 10px;
}

.related_arts_item span {
  width: 34px;
  height: 20px;
  background: #007dff;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}

.related_arts_item a {
  color: #333333;
}

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

/* 相关问答 */
.related_wenda {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 0;
  margin-top: 20px;
  position: relative;
}

.related_qa_lists {
  margin: 15px 15px 0;
}

.qa_question {
  margin-bottom: 6px;
  display: flex;
}

.related_qa_item span {
  width: 20px;
  height: 20px;
  background: #6fe0e8;
  opacity: 1;
  border-radius: 2px;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-right: 10px;
}

.related_qa_item a {
  color: #333333;
}

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

.qa_answer {
  color: #bebebe;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.related_qa_item {
  margin-bottom: 13px;
}

/* 测算 */
.Calculate {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  min-height: 147px;
  box-sizing: border-box;
}

.premium {
  font-size: 30px;
  color: #ffbd46;
  font-weight: 600;
}

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

.cesuan_btn {
  width: 142px;
  height: 42px;
  background: #007dff;
  opacity: 1;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  color: #fff;
  cursor: pointer;
}

.iscenter {
  justify-content: center !important;
}

.tb_btn {
  width: 142px;
  height: 42px;
  background: #ffaf25;
  opacity: 1;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  color: #fff;
}

.premium_des {
  margin: 2px 0 10px;
  font-size: 14px;
}

.nav_premium {
  color: #ffbd46;
  margin-right: 15px;
  font-weight: 600;
  font-size: 20px;
}

.nav_cesuan_btn {
  width: 131px;
  height: 37px;
  background: #007dff;
  opacity: 1;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  color: #fff;
  cursor: pointer;
}

.nav_tb_btn {
  width: 131px;
  height: 37px;
  background: #ffbd46;
  opacity: 1;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  color: #fff;
  margin-left: 10px;
}

/* 产品对比 */
.compare {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 0;
  margin-top: 21px;
  position: relative;
}

.compare_name {
  font-size: 16px;
}

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

.compare_pros_info {
  width: 210px;
}

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

.compare_pros_lists {
  padding: 0 20px;
}

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

.compare_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
}

.compare_pros_detail {
  width: 70px;
  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;
  margin-right: 15px;
}

.compare_btn {
  width: 65px;
  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-weight: 600;
  font-size: 18px;
}

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

.becareful_lists li span {
  font-style: italic;
  margin-right: 5px;
}

.process_lists {
  background-color: #ECF9FF;
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  color: #007DFF;
}

.process_lists li {
  margin-right: 11px;
  align-items: center;
  display: flex;
}

.process_lists li img {
  width: 14px;
  margin-right: 3px;
}

.word_des div {
  margin-bottom: 10px;
}

.hide {
  display: none;
}



/* 404 */
.error_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 232px;
}

.error_tips {
  color: #88888D;
  font-size: 1.375rem;
}

.error_btns {
  margin-top: 71px;
  display: flex;
  justify-content: center;
}

.error_btns .btn {
  font-size: 1.5rem;
  height: 54px;
  width: 195px;
  line-height: 54px;
  text-align: center;
  color: #FFFEFE;
  border-radius: 5px;
}

.index_btn {
  background-color: #007DFF;

}

.server_btn {
  background-color: #FFBD46;
  margin-left: 68px;
}

.error_img {
  height: 288px;
  width: 258px;
}

.protect-tt {
  margin-bottom: 16px;
  font-weight: 700;
  font-family: 思源黑体, microsoft yahei, 微软雅黑;
}

.bao_table {
  width: 98%;
  margin: 10px;
  border: 0px;
}

table.bao_table th {
  min-width: 120px;
}

/* 保什么 */
.tab_type {
  display: flex;
  margin-bottom: 16px;
}

.tab_type_item {
  background-color: #F0F4FA;
  padding: 6px 22px;
  border-radius: 25px;
  color: #979799;
  font-size: 16px;
  margin-right: 18px;
}

.tab_type .selected {
  border: 1px solid #007DFF;
  color: #007DFF;
}
