.pc-header {
  position: inherit;
}
.scene-banner {
  height: 300px;
  background: url(../images/scene-banner.png) center no-repeat;
  background-size: 100% 100%;
  max-width: 100%;
}
.scene-banner .sceneConter {
  max-width: 1100px;
  margin: 0 auto;
}
.scene-banner .sceneConter .sceneTitle {
  font-size: 42px;
  color: #2a60c2;
  font-weight: bold;
  line-height: 300px;
}
.scene-banner .sceneConter .m_sceneTitle {
  display: none;
}
.scene-banner .sceneImg {
  width: 34.92%;
}
.scene-banner .sceneImg .img1 {
  display: block;
  width: 100%;
}
.scene-banner .sceneImg .img2 {
  display: none;
  width: 100%;
}
/* 导航 */
.gdzContent {
  background-color: #fbfbfb;
}
.gdzNavBox {
  background-color: #fbfbfb;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #2a60c2;
}
.gdzNavBox a.navCur {
  background-color: #0257e7;
  color: #fff;
}
.gdzNavBox .navLi {
  display: flex;
  align-items: center;
  height: 108px;
  margin-right: 15px;
  width: calc((100% - 75px) / 6);
  background-color: #f4f7ff;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 15px 20px;
  color: #507ccd;
  border-radius: 10px;
}
.gdzNavBox .navLi p {
  line-height: 26px;
  text-align: left;
}
.gdzNavBox .navLi:nth-child(6n) {
  margin-right: 0;
}
.gdzNavBox .navLi:hover {
  background-color: #0257e7;
  color: #fff;
}
.mainConten {
  padding-top: 50px;
  background-color: #fbfbfb;
  display: block;
}
.m-mainConten {
  display: none;
}
/* 标题 */
.mainConten .yjsggzpzf {
  width: 1200px;
  margin: 0 auto;
  font-size: 40px;
  color: #0257e7;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
}
.mainConten .yjsggzpzf p {
  position: relative;
  width: 50%;
}
.mainConten .yjsggzpzf p::before {
  content: "";
  width: 304px;
  height: 18px;
  background: url(../images/left.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: -348px;
  top: 16px;
}
.mainConten .yjsggzpzf p::after {
  content: "";
  width: 304px;
  height: 18px;
  background: url(../images/right.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: -348px;
  top: 16px;
}
.mainConten .mainBot {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 43px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.mainConten .botLeft {
  display: block;
  width: 20%;
  border-right: 1px dashed #0257e7;
  height: calc(100% - 60px);
  position: sticky;
  top: 0;
}
.mainConten .botLeft .tjsTypeLi {
  width: 212px;
  height: 53px;
  font-size: 18px;
  color: #333333;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.mainConten .botLeft .tjsTypeLi:first-child {
  margin-top: 0;
}
.mainConten .botLeft .tjsTypeLi::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 2px solid #0257e7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
}
.mainConten .botLeft .tjsTypeLi a {
  color: #333333;
  width: 100%;
  line-height: 53px;
  display: block;
  text-align: center;
}
.mainConten .botLeft .tjsTypeLiFlag {
  position: relative;
  background-color: #0257e7;
  color: #fff;
}
.mainConten .botLeft .tjsTypeLiFlag::after {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/i-1.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}
.mainConten .botLeft .tjsTypeLiFlag a {
  color: #fff;
}
.mainConten .botRight {
  width: 78%;
  background-color: #fff;
}
.mainConten .padg25 {
  margin: 21px 13px 28px 16px;
  padding-right: 16px;
}
.mainConten .padg25::-webkit-scrollbar {
  width: 5px;
}
.mainConten .padg25::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0.2;
  background: #bcccee;
}
.mainConten .padg25::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #ffffff;
  border-radius: 0;
  background: #ffffff;
}
.mainConten .indexLiyjs {
  padding: 22px 20px 16px 16px;
  border: 1px solid rgba(68, 115, 218, 0.14);
  margin-top: 19px;
  border-radius: 5px;
}
.mainConten .indexLiyjs:first-child {
  margin-top: 0;
}
.mainConten .indexLiyjs .title {
  font-size: 22px;
  color: #0257e7;
  font-weight: bold;
  margin-left: -12px;
}
.mainConten .indexLiyjs .liTileBox {
  line-height: 30px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding-left: 14px;
  position: relative;
  margin-top: 20px;
  display: block;
}
.mainConten .indexLiyjs .liTileBox::after {
  content: "";
  width: 4px;
  height: 20px;
  background-color: #0257e7;
  border-radius: 1.5px;
  position: absolute;
  left: 0;
  top: 5px;
}
.mainConten .indexLiyjs .litextBox,
.litextBoxp {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
.mainConten .indexLiyjs .litextBox p,
.litextBoxp p {
  line-height: 30px;
}
/* .mainConten .indexLiyjs .litextBox img {
    max-width: 80% !important;
} */
.mainConten .indexLiyjs .litextBox span,
.litextBoxp span {
  color: #0257e7;
  margin-top: 10px;
}
.mainConten .indexLiyjs .litextBox .listBlod {
  color: #0257e7;
  font-weight: bold;
  display: inline-block;
}
.mainConten .indexLiyjs .litextBox strong {
  color: #666666;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.mainConten .indexLiyjs .litextBox .listT {
  color: #0257e7;
}
.mainConten .indexLiyjs .litextBox a {
  position: relative;
  color: #0257e7;
}
.implant {
  font-weight: bold;
  display: inline !important;
  border-bottom: 1px solid #0257e7;
}
.implanta {
  font-weight: bold;
  border-bottom: 1px solid #0257e7;
}
.qjsa {
  text-decoration: underline;
}
.mainConten .indexLiyjs .litextBox .listFlex {
  display: flex;
  align-items: center;
  margin-top: 19px;
}
.mainConten .indexLiyjs .litextBox .listFlex .text-b {
  color: #0257e7;
  font-weight: bold;
}
.mainConten .indexLiyjs .litextBox .listScroll {
  width: 166px;
  height: 35px;
  border: 1px solid #0257e7;
  border-radius: 5px;
  position: relative;
}
.mainConten .indexLiyjs .litextBox .select-p {
  padding: 0 15px;
  line-height: 35px;
  color: #0257e7;
  font-size: 14px;
  cursor: pointer;
}
.mainConten .indexLiyjs .litextBox .select-p::after {
  content: "";
  width: 14px;
  height: 9px;
  background: url(../images/xia.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.mainConten .indexLiyjs .litextBox .scrollBox {
  background-color: #fff;
  width: 100%;
  margin-top: 4px;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(20, 68, 179, 0.14);
  position: absolute;
  left: 0;
  z-index: 2;
  display: none;
}
.mainConten .indexLiyjs .litextBox .link {
  padding: 25px 0 25px 20px;
  margin-right: 10px;
  max-height: 220px;
  overflow-y: auto;
}
.mainConten .indexLiyjs .litextBox .link a {
  padding: 0;
  font-size: 14px;
  color: #333333;
  margin-top: 22px;
}
.mainConten .indexLiyjs .litextBox .link a:first-child {
  margin-top: 0;
}
.mainConten .indexLiyjs .litextBox .link a.active {
  color: #0257e7;
}
.mainConten .indexLiyjs .litextBox .link::-webkit-scrollbar {
  width: 5px;
}
.mainConten .indexLiyjs .litextBox .link::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0.2;
  background: #bcccee;
}
.mainConten .indexLiyjs .litextBox .link::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #ffffff;
  border-radius: 0;
  background: #ffffff;
}
.mainConten .indexLiyjs .litextBox .entrance {
  height: 33px;
  /* height: auto; */
  border: 1px solid #0257e7;
  border-radius: 5px;
  font-size: 14px;
  color: #0257e7;
  /* text-align: center; */
  line-height: 33px;
  padding: 0 15px;
  margin-top: 10px;
  display: inline-block;
  margin-left: 18px;
}
.mainConten .indexLiyjs .litextBox .entrance:first-child {
  margin-left: 0;
}
/* 术语解释 */
.syjsBox {
  font-weight: bold;
  border-bottom: 1px solid #0257e7;
  color: #0257e7;
  cursor: pointer;
  display: inline !important;
}
.syjsBoxpp {
  font-weight: bold;
  color: #0257e7;
  cursor: pointer;
  display: inline !important;
}
/* 共济医保 */
.method {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.method li {
  width: 23%;
  margin-bottom: 39px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.method .p-des {
  font-size: 14px;
  line-height: 20px;
}
.method .d-img img {
  max-width: 100% !important;
}
@media (max-width: 1200px) {
  .gdzNavBox {
    display: none;
  }
  .scene-banner {
    display: flex;
    align-items: center;
  }
  .scene-banner .sceneConter .sceneTitle {
    display: none;
  }
  .scene-banner .sceneConter .m_sceneTitle {
    display: block;
  }
  .scene-banner .sceneConter .m_sceneTitle {
    font-size: 30px;
    font-weight: bold;
    color: #2a60c2;
  }
}
@media (max-width: 1200px) {
  /* banner */
  .scene-banner {
    background: url(../images/m-sceneBanner.png) center no-repeat;
    background-size: 100% 100%;
  }
  .scene-banner .sceneConter {
    width: 90%;
  }
  .scene-banner .sceneImg {
    padding-top: 2rem;
    width: 50%;
    /* margin: auto; */
  }
  .scene-banner .sceneImg .img1 {
    display: none;
    width: 100%;
  }
  .scene-banner .sceneImg .img2 {
    display: block;
    width: 100%;
  }
  /* 内容 */
  .mainConten {
    display: none;
  }
  .m-mainConten {
    display: block;
    background-color: #fbfbfb;
  }
  .m-botLeft {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .selectBox {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #2a60c2;
    position: relative;
  }
  .selectBox .dropdown {
    position: absolute;
    z-index: 1;
    top: 0.9rem;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 9px;
  }
  .selectBox .dropdown .moreYJS {
    padding: 26px 25px 28px;
  }
  .selectBox .dropdown .moreYJS li {
    margin-top: 20px;
  }
  .selectBox .dropdown .moreYJS li a {
    font-size: 0.28rem;
    color: #333333;
  }
  .selectBox .dropdown .moreYJS li:first-child {
    margin-top: 0;
  }
  .m-botLeft {
    width: 100%;
    height: 0.6rem;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 0.3rem;
    background-color: #4792f2;
    margin-bottom: 0.8rem;
    z-index: 10;
  }
  .m-botLeft::-webkit-scrollbar {
    display: none;
  }
  .m-mainBot {
    padding-bottom: 1rem;
  }
  .m-botLeft .m-tjsTypeLi {
    flex: 1;
    text-align: center;
    line-height: 0.6rem;
    padding: 0 0.3rem;
    font-size: 0.3rem;
    font-weight: 550;
    color: #fff;
    left: 0;
    top: 0;
  }
  .m-tjsTypeLiFlag {
    background-color: #297ae4;
    color: #fff;
  }
  /* 标题 */
  .m-yjsggzpzf {
    margin: 0 auto;
    font-size: 0.35rem;
    color: #0257e7;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 0.7rem;
    margin-bottom: 0.35rem;
    width: 90%;
  }
  .m-mainConten .sceneText {
    height: 0.9rem;
    background-color: #0257e7;
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.9rem;
    padding: 0 0.3rem;
    border-radius: 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-mainConten .sceneText p {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .m-mainConten .sceneText .iconArrow {
    background: url(../images/iconArrow.png) no-repeat center;
    height: 0.16rem;
    width: 0.27rem;
    background-size: 100% 100%;
  }
  /* 内容 */
  .m-mainConten .m-botRight {
    width: 96%;
    background-color: #fff;
    margin: auto;
  }
  .m-mainConten .m-padg25 {
    /* margin: 21px 13px 28px 16px; */
    padding: 21px 13px 28px 16px;
    /* padding-right: 16px; */
  }
  .m-mainConten .m-indexLiyjs {
    padding: 0.5rem 0.2rem 0.5rem 0.2rem;
    border: 1px solid rgba(68, 115, 218, 0.14);
    margin-top: 19px;
    border-radius: 5px;
  }
  .m-mainConten .m-indexLiyjs:first-child {
    margin-top: 0;
  }
  .m-mainConten .m-indexLiyjs .title {
    font-size: 18px;
    color: #0257e7;
    font-weight: bold;
    margin-left: -12px;
  }
  .m-mainConten .m-indexLiyjs .liTileBox {
    line-height: 30px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding-left: 14px;
    position: relative;
    margin-top: 20px;
    display: block;
  }
  .m-mainConten .m-indexLiyjs .liTileBox::after {
    content: "";
    width: 4px;
    height: 20px;
    background-color: #0257e7;
    border-radius: 1.5px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .m-mainConten .m-indexLiyjs .litextBox {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
  }
  /* 名词解释 */
  .tooltip-container {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    position: relative;
    /* 使工具提示相对于父元素定位 */
    display: inline-block;
    /* 使得容器根据内容自适应 */
  }
  .tooltip-container p {
    line-height: 30px;
  }
  .hover-target,
  .hover-targetTwo {
    cursor: pointer;
    /* 鼠标悬停时显示指针 */
    border-radius: 5px;
  }
  .tooltip {
    display: none;
    /* 默认隐藏 */
    position: absolute;
    /* 绝对定位 */
    bottom: 80%;
    /* 提示框位置在目标元素上方 */
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    /* 水平居中 */
    background-color: #333;
    /* 提示框背景颜色 */
    color: #fff;
    /* 提示框文字颜色 */
    padding: 5px;
    border-radius: 5px;
    white-space: wrap;
    /* 防止文字换行 */
    z-index: 10;
    /* 确保提示框在其他元素之上 */
  }
  .tooltipTwo {
    display: none;
    /* 默认隐藏 */
    position: absolute;
    /* 绝对定位 */
    /* bottom: 100%; */
    /* 提示框位置在目标元素上方 */
    top: 70%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    /* 水平居中 */
    background-color: #333;
    /* 提示框背景颜色 */
    color: #fff;
    /* 提示框文字颜色 */
    padding: 5px;
    border-radius: 5px;
    white-space: wrap;
    /* 防止文字换行 */
    z-index: 10;
    /* 确保提示框在其他元素之上 */
  }
  .m-mainConten .m-indexLiyjs .litextBox p,
  .litextBoxp p {
    line-height: 30px;
  }
  .m-mainConten .m-indexLiyjs .litextBox img {
    max-width: 80% !important;
  }
  .m-mainConten .m-indexLiyjs .litextBox span,
  .litextBoxp span {
    color: #0257e7;
    margin-top: 10px;
  }
  .m-mainConten .m-indexLiyjs .litextBox .listBlod {
    color: #0257e7;
    font-weight: bold;
    display: inline-block;
  }
  .m-mainConten .m-indexLiyjs .litextBox strong {
    color: #666666;
    font-weight: bold;
    margin-top: 10px;
    display: block;
  }
  .m-mainConten .m-indexLiyjs .litextBox .listT {
    color: #0257e7;
  }
  .m-mainConten .m-indexLiyjs .litextBox a {
    position: relative;
    color: #0257e7;
  }
  .m-mainConten .m-indexLiyjs .litextBox .listFlex {
    display: flex;
    align-items: center;
    margin-top: 19px;
  }
  .m-mainConten .m-indexLiyjs .litextBox .listFlex .text-b {
    color: #0257e7;
    font-weight: bold;
  }
  .m-mainConten .m-indexLiyjs .litextBox .listScroll {
    width: 166px;
    height: 35px;
    border: 1px solid #0257e7;
    border-radius: 5px;
    position: relative;
  }
  .m-mainConten .m-indexLiyjs .litextBox .select-p {
    padding: 0 15px;
    line-height: 35px;
    color: #0257e7;
    font-size: 14px;
    cursor: pointer;
  }
  .mainConten .m-indexLiyjs .litextBox .select-p::after {
    content: "";
    width: 14px;
    height: 9px;
    background: url(../images/xia.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .m-mainConten .m-indexLiyjs .litextBox .scrollBox {
    background-color: #fff;
    width: 100%;
    margin-top: 4px;
    border-radius: 5px;
    box-shadow: 0 0 16px rgba(20, 68, 179, 0.14);
    position: absolute;
    left: 0;
    z-index: 2;
    display: none;
  }
  .m-mainConten .m-indexLiyjs .litextBox .link {
    padding: 25px 0 25px 20px;
    margin-right: 10px;
    max-height: 220px;
    overflow-y: auto;
  }
  .m-mainConten .m-indexLiyjs .litextBox .link a {
    padding: 0;
    font-size: 14px;
    color: #333333;
    margin-top: 22px;
  }
  .m-mainConten .m-indexLiyjs .litextBox .link a:first-child {
    margin-top: 0;
  }
  .m-mainConten .m-indexLiyjs .litextBox .link a.active {
    color: #0257e7;
  }
  .m-mainConten .m-indexLiyjs .litextBox .link::-webkit-scrollbar {
    width: 5px;
  }
  .m-mainConten .m-indexLiyjs .litextBox .link::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0.2;
    background: #bcccee;
  }
  .m-mainConten .m-indexLiyjs .litextBox .link::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #ffffff;
    border-radius: 0;
    background: #ffffff;
  }
  .m-mainConten .m-indexLiyjs .litextBox .entrance {
    height: auto;
    border: 1px solid #0257e7;
    border-radius: 5px;
    font-size: 14px;
    color: #0257e7;
    line-height: 33px;
    padding: 0 15px;
    margin-top: 10px;
    display: inline-block;
  }
  .m-mainConten .m-indexLiyjs .litextBox .entrance:first-child {
    margin-left: 0;
  }
  /* 共济医保 */
  .method li {
    width: 49%;
  }
}
