/* 政策AI导读 */
.bq_tips {
  white-space: nowrap;
}
.zcAIdd-button {
  height: 0.24rem;
  width: 0.72rem;
  background: url(./260723_AIsd.png) no-repeat center center;
  background-size: 100% 100%;
  border: none;
  outline: none;
  display: none;
}
.zcaidd-title-link i {
  display: inline-block;
  height: 18px;
  width: 30px;
  cursor: pointer;
  background: url(./260805_icon_link.png) no-repeat;
  background-size: contain;
}
.zcAIdd-modal-box {
  position: fixed;
  left: 50%;
  top: 0.5rem;
  transform: translateX(-50%);
  /* box-sizing: border-box; */
  width: 90%;
  max-width: 1300px;
  display: none;
  z-index: 999999;
}
@media screen and (max-width: 920px) {
  .zcAIdd-modal-box {
    width: 100%;
  }
}
html.overflowHidden {
  overflow: hidden !important;
}
.zcAIdd-modal-container {
  box-sizing: border-box;
  width: 100%;
  height: 89vh;
  min-height: 5rem;
  margin: 0 auto;
  padding: 0.24rem 0.3rem 0.3rem 0.3rem;
  border-radius: 12px;
  background: linear-gradient(
    225deg,
    rgba(231, 241, 252, 1) 0%,
    rgba(245, 249, 254, 1) 100%
  );
  box-shadow: 0px 0px 8px rgba(13, 86, 168, 0.22);
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}
.zcAIdd-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.22rem;
}
.zcAIdd-modal-fullscreen {
  width: 0.17rem;
  height: 0.17rem;
  border: none;
  outline: none;
  background: url(./260724-button-fullscreen.png) no-repeat;
  background-size: contain;
  margin-right: 0.2rem;
}
.zcAIdd-modal-close {
  width: 0.17rem;
  height: 0.17rem;
  border: none;
  outline: none;
  background: url(./260724-button-close.png) no-repeat;
  background-size: contain;
}
.zcAIdd-modal-content {
  padding: 0.2rem 0.2rem 0.16rem 0.2rem;
  background-color: #fff;
  border-radius: 0.06rem;
  display: flex;
  flex-direction: column;
  /* height: calc(100% - 0.43rem); */
  flex: 1;
}
.zcaidd-tab-content * {
  font-size: 0.14rem;
  font-family: "思源黑体";
  /* font-family: "Microsoft YaHei", "simsun"; */
  text-align: justify;
}
.zcaidd-tab-content .basic-loading {
  font-size: 0.14rem;
  margin-bottom: 0;
}
.zcAIdd-modal-title {
  height: 0.2rem;
  background: url(./260805-title-AIsd.png) no-repeat;
  background-size: contain;
  width: 1.2rem;
}
.zcAIdd-modal-title span {
  display: none;
  font-size: 0.24rem;
  font-weight: 500;
  color: #1d56a8;
}
.zcaidd-title {
  /* margin-bottom: 20px; */
  font-size: 0.2rem;
  font-weight: 700 !important;
  color: rgba(22, 88, 160, 1);
}
.zcaidd-tool-tabs {
  /* overflow: auto; */
  width: 100%;
  /* height: 0.55rem; */
}
.zcaidd-tabs-wrapper {
  flex: 1;
  margin-top: 0.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.zcaidd-tabs {
  display: flex;
  gap: 0 0.2rem;
}
.zcaidd-tab {
  width: 0.8rem;
  padding-bottom: 0.15rem;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.zcaidd-tab a {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: rgba(22, 88, 160, 1);
}
.zcaidd-tab.on .active {
  display: block;
}
.zcaidd-tab.on::after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.03rem;
  background: url(./260723_active_bbt.png) no-repeat;
  background-size: 100%;
  /* background-color: rgba(22, 88, 160, 1); */
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.zcaidd-tab .active {
  display: none;
  height: 0.18rem;
  width: 0.7rem;
  position: absolute;
  top: 0.02rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.zcaidd-tab:nth-of-type(1) .active {
  background: url(./260805-active-wzzy.png) no-repeat;
  background-size: contain;
  background-color: #fff;
}
.zcaidd-tab:nth-of-type(2) .active {
  background: url(./260805-active-gjxx.png) no-repeat;
  background-size: contain;
  background-color: #fff;
}
.zcaidd-tab:nth-of-type(3) .active {
  background: url(./260805-active-dgnt.png) no-repeat;
  background-size: contain;
  background-color: #fff;
}
.zcaidd-tab:nth-of-type(4) .active {
  background: url(./260805-active-wzwd.png) no-repeat;
  background-size: contain;
  background-color: #fff;
}
.zcaidd-table {
  /* overflow: hidden; */
}
.zcaidd-table td {
  font-size: 0.14rem;
  color: rgba(51, 51, 51, 1);
}
.zcaidd-table td.content_bg_01 {
  color: rgba(102, 102, 102, 1) !important;
  background-color: rgba(248, 248, 248, 1);
}
.zcaidd-tab-content {
  border-radius: 0.08rem;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 229, 1);
  padding: 0.2rem 0 0.2rem 0.2rem;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* height: calc(100% - 0.36rem); */
}
.zcaidd-tab-content .spinning {
  left: 50%;
  top: 60%;
  position: static;
  transform: translate(-50%, -50%);
}
.zcaidd-tab-content .spinning::before {
  width: 24px;
  height: 24px;
}
.zcaidd-tab-content .spinning::after {
  content: "";
}
.zcaidd-tab-content > li {
  display: none;
  flex: 1;
  height: 100%;
  min-height: 1rem;
}
.zcaidd-tab-content > .article-abstract,
.zcaidd-tab-content > .article-keyPoint,
.zcaidd-tab-content > .article-outline {
  /* max-height: 48vh; */
  max-height: calc(100vh - 5rem);
  position: relative;
  overflow: auto;
  padding-right: 0.2rem;
  scrollbar-width: 0.04rem;
  scrollbar-color: rgba(223, 227, 231, 1) #fff;
  scrollbar-arrow-color: #fff;
  scrollbar-track-color: #fff;
  scrollbar-base-color: rgba(223, 227, 231, 1);
}
.fullscreen .article-abstract,
.fullscreen .article-keyPoint,
.fullscreen .article-outline {
  max-height: calc(100vh - 4rem);
}
.zcaidd-tab-content > li::-webkit-scrollbar {
  width: 0.04rem;
  height: 1;
}
.zcaidd-tab-content > li::-webkit-scrollbar-thumb {
  background: rgba(223, 227, 231, 1);
  border-radius: 0.04rem;
}
.zcaidd-tab-content > li::-webkit-scrollbar-track {
  background: #fff;
}
.zcaidd-tab-content > li::-webkit-scrollbar-thumb {
  border-radius: 0.04rem;
  background: rgba(223, 227, 231, 1);
}
.zcaidd-tab-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(220, 133, 45, 1);
  margin-top: 0.16rem;
}
.zcaidd-tab-footer p {
  font-family: "思源黑体";
  font-size: 0.14rem;
}
.zcaidd-tab-footer .mzsm {
  display: block;
  height: 0.28rem;
  width: 0.8rem;
  border-radius: 0.04rem;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(220, 133, 45, 1);
  white-space: nowrap;
  cursor: pointer;
  font-family: "思源黑体";
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.28rem;
}
.question-row {
  /* height: 98px; */
  border-radius: 0.08rem;
  background:
    linear-gradient(
      180deg,
      rgba(231, 241, 252, 1) 0%,
      rgba(231, 241, 252, 0.2) 100%
    ),
    rgba(255, 255, 255, 1);
  padding: 0.12rem;
}
.question-row + .question-row {
  margin-top: 0.12rem;
}
.question-header {
  display: flex;
  align-items: center;
}
.question-header .question-icon {
  height: 0.36rem;
  width: 0.36rem;
  background: url(./260723_icon_Q.png) no-repeat;
  background-size: contain;
  margin-right: 0.06rem;
}
.question-header .question-title {
  color: rgba(51, 51, 51, 1);
  font-weight: 700;
}
.question-content .answer-name {
  color: rgba(22, 88, 160, 1);
}
.question-content {
  color: rgba(102, 102, 102, 1);
  border-radius: 0.08rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  padding: 0.08rem 0.16rem 0 0.16rem;
}
.question-tips-list {
  display: block;
}
.question-tips-title {
  color: rgba(51, 51, 51, 1);
  font-weight: 700 !important;
  margin-bottom: 0.08rem;
  font-size: 0.14rem;
}
.question-tips-item {
  background: rgba(248, 248, 248, 1);
  border-radius: 0.08rem;
  padding: 0.06rem 0.12rem;
  min-height: 0.36rem;
  margin-bottom: 0.08rem;
  width: fit-content;
  cursor: pointer;
  font-size: 0.14rem;
  line-height: 1.5;
}
.question-tips .question-tips-list .question-tips-item {
  display: block;
}
.question-popover {
  text-align: right;
}
.question-popover-content {
  display: inline-block;
  border-radius: 0.08rem;
  background: rgba(22, 88, 160, 1);
  padding: 0.06rem 0.12rem;
  width: fit-content;
  color: #fff;
  font-size: 0.14rem;
  line-height: 1.5;
}
.answer-popover {
  border-radius: 0.08rem;
  background: rgba(248, 248, 248, 1);
  padding: 0.12rem;
  min-height: 0.36rem;
  margin: 0.1rem 0;
  line-height: 1.5;
  width: fit-content;
  font-size: 0.14rem;
}
.AIQuestion {
  flex-direction: column;
  max-height: calc(100vh - 5rem);
}
.fullscreen .AIQuestion {
  max-height: calc(100vh - 4rem);
}
.AIQuestion-wraper {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: "思源黑体";
}
.AIQuestion-container {
  flex: 1;
  height: 100%;
}
.AIQuestion-box {
  overflow: auto;
  padding-right: 0.2rem;
  min-height: 0.5rem;
  height: 100%;
  scrollbar-width: 0.04rem;
  scrollbar-color: rgba(223, 227, 231, 1) #fff;
  scrollbar-arrow-color: #fff;
  scrollbar-track-color: #fff;
  scrollbar-base-color: rgba(223, 227, 231, 1);
}
.AIQuestion-box::-webkit-scrollbar {
  width: 0.04rem;
  height: 1;
}
.AIQuestion-box::-webkit-scrollbar-thumb {
  background: rgba(223, 227, 231, 1);
  border-radius: 0.04rem;
}
.AIQuestion-box::-webkit-scrollbar-track {
  background: #fff;
}
.AIQuestion-box::-webkit-scrollbar-thumb {
  border-radius: 0.04rem;
  background: rgba(223, 227, 231, 1);
}
.AIQuestion-box * {
  box-sizing: border-box;
}
.AIQuestion-input {
  padding-top: 0.1rem;
  padding-right: 0.2rem;
}
.AIInput {
  position: relative;
  border-radius: 0.08rem;
  box-shadow: 1px 2px 12px rgba(227, 239, 255, 1);
  border: 1px solid rgba(52, 91, 254, 1);
  padding: 0.04rem 0.1rem;
}
.AIInput-text {
  box-sizing: border-box;
  padding: 0 0.16rem 0.04rem 0;
  padding-right: 0.4rem;
  width: 100%;
  min-height: 0.16rem;
  font-size: 0.14rem;
}
.AIInput-tool {
  position: absolute;
  bottom: 0.06rem;
  right: 0.12rem;
  background: #fff;
  padding-top: 0.1rem;
}
.AIInput-tool .phone-send {
  width: 0.34rem;
  line-height: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: linear-gradient(
    90deg,
    rgba(9, 90, 176, 1) 0%,
    rgba(32, 119, 255, 1) 100%
  );
  padding: 0;
}
.AIInput-tool .phone-send .sendIcon {
  width: 0.2rem;
  height: 0.2rem;
  background: url(./260804_icon_send.png) no-repeat;
  background-size: contain;
  display: block;
  margin: auto;
}
.phone-send.is-send-disabled {
  background: #e2ebf4 !important;
}
.key-point-item {
  margin-bottom: 0.08rem;
}
.key-point-item em {
  background-color: #f2f2f2;
  border-radius: 50px;
  display: inline-block;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  margin-right: 8px;
  text-align: center;
  width: 20px;
}
.key-point-item span,
.positioning_mark {
  color: #1f74f1;
  cursor: pointer;
}
.markmap_container {
  position: relative;
  height: 100%;
}
.markmap_container .mindmapSvg {
  min-height: 270px;
  width: 100%;
  height: 99%;
}
.jsmind_toolbar,
.markmap_toolbar {
  align-items: center;
  bottom: 20px;
  display: flex;
  gap: 8px;
  height: 30px;
  opacity: 1;
  position: absolute;
  right: 20px;
}
.article-abstract {
  color: #333;
  line-height: 1.5;
}
.article-keyPoint {
  color: #333;
}
.xl_ss ~ .bottom-toolbar{
  margin-right: 0.14rem;
}