/* ai政策样式开始 */
.ai_guide {
  display: inline-block;
  width: 60px;
  height: 24px;
  background: url(../../../web/api_subject/images/AI_Guide.png) repeat;
  background-size: 100% 100%;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 10px;
}

.policy_map {
  display: inline-block;
  width: 72px;
  height: 24px;
  background: url(../../../web/api_subject/images/policy_map.png) no-repeat 100%;
  background-size: 100% 100%;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 10px;
}

/* 弹窗 */

.ai_assistance_modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.55);
}

.ai_assistance_modal .big {
  width: 100vw;
  height: 100vh;
}

.ai_assistance_modal .big .ai_modal_choose_content {
  height: calc(100vh - 400px);
}

.policy_map_content {
  display: none;
}

.ai_modal {
  width: 1300px;
  background-color: #ECF2F6;
  border-radius: 18px 18px 18px 18px;
  transition: all 0.3s ease-in-out;
  padding: 40px;
  padding-top: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.policy_map_draw .ai_modal {
  background: #F6F5EC;
}

.ai_modal_head {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
}

.ai_assistance_modal .ai_modal_head .ai_modal_title_icon {
  display: inline-block;
  width: 180px;
  height: 40px;
  background: url(../../../web/api_subject/images/AI_Guide_icon.png);
  background-size: 100% 100%;
}

.policy_map_draw .ai_modal_head .ai_modal_title_icon {
  display: inline-block;
  width: 180px;
  height: 40px;
  background: url(../../../web/api_subject/images/policy_map_Logo.png);
  background-size: 100% 100%;
}

.ai_modal_head .qa_draw_top_big {
  position: absolute;
  top: 24px;
  right: 45px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../../web/api_subject/images/qa_big.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.ai_modal_head .qa_draw_top_small {
  position: absolute;
  top: 24px;
  right: 45px;
  display: none;
  width: 16px;
  height: 16px;
  background: url(../../../web/api_subject/images/qa_small.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.ai_modal_head .ai_close {
  position: absolute;
  top: 24px;
  right: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../../web/api_subject/images/AI_close.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.ai_modal_content {
  /* margin: 0 40px 40px 40px; */
}

.search-result-table {
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  margin-bottom: 10px;
}

.table-row {
  border-bottom: 1px solid #ebebeb;
}

.table-row,
.table-row-left,
.table-row-right {
  display: flex;
}


.table-row-left,
.table-row-right {
  flex: 1;
}


.row-content {
  max-width: 309px;
  padding: 16px 15px;
  font-size: 16px;
  color: #333333;
}


.table-row-item {
  display: flex;
  border-bottom: 1px solid #ebebeb;
}


.row-item-title {
  width: 140px;
  background: #F3F3F3;
  text-align: center;
  padding: 16px 0;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}


.row-item-content-con {
  flex: 1;
  margin: 16px 14px 16px 14px;
  max-height: 22px;
  overflow: hidden;
}


.row-item-content {
  flex: 1;
  padding: 16px 14px 16px 14px;
  max-height: 77px;
  overflow: hidden;
}

.row-item-con-title {
  color: #333333;
  font-size: 16px;
  line-height: unset;
  margin: unset;
}

.row-item-con-title a {
  color: #005FFA;
}


.row-item-content-title {
  max-width: 538px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 23px;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.row-item-content-title a {
  color: #2440b3;
}

.row-item-content-title:last-child {
  margin-bottom: unset;
}

.row-item-content-title a:hover {
  color: #2440b3;
}

.ai_modal_content .row-title {
  color: #333;
  font-size: 16px;
  width: 140px;
  text-align: center;
  height: auto;
  line-height: 56px;
  margin-left: 0;
  padding: 0;
  background: #F3F3F3;
}

.ai_modal_content .row-content {
  max-width: 460px;
  padding: 16px 15px;
  font-size: 16px;
  color: #333333;
}

.ai_modal_bottom {
  background-color: #fff;
  padding: 15px 25px;
}

.ai_modal_bottom_choose {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}


.ai_modal_bottom_choose .visual_reading {
  display: none;
  align-items: center;
  flex-shrink: 0;
}

.ai_modal_bottom_choose .visual_reading .visual_reading_icon {
  display: inline-block;
  width: 26px;
  height: 22px;
  background: url(../../../web/api_subject/images/visual_reading_icon.png);
  background-size: 100% 100%;
  margin-right: 10px;
}

.ai_modal_bottom_choose .visual_reading .visual_reading_txt {
  font-weight: 400;
  font-size: 18px;
  color: #F46609;
}

.ai_modal_info {
  display: flex;
  align-items: center;
}

.ai_modal_info .ai_modal_info_icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../../web/api_subject/images/ai_info_icon.png);
  background-size: 100% 100%;
  margin-right: 10px;
}

.ai_modal_info .ai_modal_info_txt {
  color: #9777da;
}

.ai_modal_content .ai_modal_bottom .ai_modal_info_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ai_modal_content .ai_modal_bottom .ai_modal_info_content .ai_mz {
  padding: 0 15px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #9776DD;
  margin-left: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #9776DD;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}

.ai_modal_content .ai_modal_bottom .ai_modal_info_content .ai_mz .ai_mz_icon {
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-right: 4px;
  background: url(../../../web/api_subject/images/ai_mz.png) no-repeat;
  background-size: 100% 100%;
}

.ai_modal_choose {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 20px;
}

.ai_modal_choose .item_ai_choose {
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  color: #3F77CE;
  border: 1px solid #3F77CE;
  padding: 5px 20px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  margin-right: 30px;
}

.ai_modal_choose .on {
  background: url(../../../web/api_subject/images/ai_choose_on.png);
  background-size: 100% 100%;
  color: #FFFFFF;
  border: unset;

}

.ai_modal_choose_content {
  height: 50vh;
  margin-bottom: 10px;
  background: #FFFFFF;
  border-radius: 0px 0px 6px 6px;
  border: 1px solid #EFEFEF;
  padding: 28px;
  overflow-y: auto;
  font-size: 16px !important;
  line-height: 2;
}


.ai_modal_qa_div {
  padding: 20px;
  background-color: #FDFAEE;
  border-radius: 0px 42px 0px 42px;
  margin-bottom: 25px;
}

.ai_modal_qa_div:last-child {
  margin-bottom: 0;
}


.qa_modal_qa_question {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

.ai_modal_qa_div .qa_modal_qa_question_icon {
  position: absolute;
  top: -43px;
  left: -40px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: url(../../../web/api_subject/images/Q.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  color: #FFF;
  font-size: 24px;
}

.ai_modal_qa_div .qa_modal_qa_answer {
  display: flex;
}

.ai_modal_qa_div .qa_modal_qa_question_txt {
  font-weight: bold;
}

.ai_modal_qa_div .qa_modal_qa_answer_icon {
  font-weight: bold;
  font-size: 24px;
  color: #DFB977;
  line-height: 27px;
  margin-right: 20px;
}

.ai_modal_qa_div .qa_modal_qa_answer_txt {
  line-height: 30px;
}

/* 弹窗loading */


.ant-skeleton-paragraph>li {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0.15) 37%, rgba(0, 0, 0, 0.06) 63%);
  background-size: 400% 100%;
  animation-name: css-9dx883-ant-skeleton-loading;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  list-style: none;
  border-radius: 100px;
  margin-bottom: 25px;
  height: 15px !important;
}

@keyframes css-9dx883-ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

/*政策图谱样式*/

.policy_map_box {
  display: flex;
  align-items: center;
}


.policy_map_list {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.policy_map_left_line,
.policy_map_right_line {
  width: 5%;
  height: 100%;
  display: flex;
  align-items: center;
}

.policy_map_left_line .policy_map_left_line_left,
.policy_map_right_line_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  height: calc(100% - 50px);
}

.policy_map_left_line_two {
  display: flex;
  align-items: center;
  width: 100%;
}

.policy_map_left_line_two .line-bold {
  width: 60%;
  height: 6px;
  background: #005FFA;
}

.policy_map_left_line_two .line-normal {
  width: 40%;
  height: 2px;
  background: #005FFA;
}

.policy_map_left_line .policy_map_left_line_middle,
.policy_map_right_line_middle {
  width: 3%;
  height: calc(100% - 54px);
  background: #005FFA;
}

.policy_map_left_line .policy_map_left_line_right,
.policy_map_right_line_left {
  width: 37%;
  height: 2px;
  background: #005FFA;
}


.item_policy_map {
  width: 100%;
  position: relative;
}

.policy_map_middle {
  width: 30%;
}

.item_policy_map .item_policy_map_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  padding: 10px 5px;
  cursor: pointer;
}


.item_policy_map_top .item_policy_map_top_number {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-left: 10px;
}


.equal_level_policy .item_policy_map_top {
  border: 2px solid #26D5CB;
}

.top_level_link .item_policy_map_top {
  border: 2px solid #26D557;
}

.lower_level_link .item_policy_map_top {
  border: 2px solid #C7D526;
}


.historical_evolution .item_policy_map_top {
  border: 2px solid #D59926;
}

.service_association .item_policy_map_top {
  border: 2px solid #D55C26;
}

.about_related .item_policy_map_top {
  border: 2px solid #8D26D5;
}

.policy_map_middle.item_policy_map {
  border: 2px solid #005FFA;
  border-radius: 12px;
}


.equal_level_policy .item_policy_map_top .item_policy_map_top_number {
  background-color: #26D5CB;
}

.top_level_link .item_policy_map_top .item_policy_map_top_number {
  background-color: #26D557;
}

.lower_level_link .item_policy_map_top .item_policy_map_top_number {
  background-color: #C7D526;
}

.historical_evolution .item_policy_map_top .item_policy_map_top_number {
  background-color: #D59926;
}

.service_association .item_policy_map_top .item_policy_map_top_number {
  background-color: #D55C26;
}

.about_related .item_policy_map_top .item_policy_map_top_number {
  background-color: #8D26D5;
}

.item_policy_map_bottom {
  display: none;
  width: 100%;
  max-height: 320px;
  padding: 0 15px;
  background: #FFFFFF;
  box-shadow: 0 0 2px 0 #cccccc;
  border-radius: 4px;
  position: absolute;
  z-index: 999;
  overflow-y: auto;
}

.item_policy_map_bottom::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}

.item_policy_map_bottom::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 12px 12px 12px 12px;
}

.lower_level_link .item_policy_map_bottom,
.about_related .item_policy_map_bottom {
  bottom: 62px;
}


.item_policy_map_bottom_list {
  padding: 15px 0;
  line-height: 20px;
  border-bottom: 1px dashed #cccccc;
}

.item_policy_map_bottom_list .item_policy_map_bottom_list_tips {
  display: flex;
}

.item_policy_map_bottom_list .item_policy_map_bottom_list_tips .superiorData_sort_icon{
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #57b6ff;
  border-radius: 50%;
  margin-top: 7px;
  flex-shrink: 0;
}

.item_policy_map_bottom_list .item_policy_map_bottom_list_content {
  padding-left: 24px;
}

.item_policy_map_bottom_list .item_policy_map_bottom_list_date {
  font-size: 14px;
  color: #666666;
  margin-top: 4px;
}

.item_policy_map_bottom_list .link_icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../../web/api_subject/images/link_icon.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 7px;
}


.item_policy_map_bottom_list:last-child {
  border-bottom: none;
}

.item_policy_map_bottom_list a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-style: normal;
  text-transform: none;
  line-height: 30px;
  color: #005FFA;
}


.no-data .item_policy_map_top_txt {
  color: #cccccc;
}

.no-data .item_policy_map_top_number {
  background-color: #cccccc !important;
}

.no-data .item_policy_map_top {
  border: 1px solid #cccccc;
  cursor: no-drop;
}

/* ai辅助弹窗的格式化样式 */
.search_result_table {
  color: #333;
  border-bottom: 0;
}

/* 单行样式下线 */
.table_row {
  /* 单行边框颜色 */
  border-bottom: 1px solid #ebebeb;
}

/* 表格内部标题 */
.row_title {
  background: #f3f3f3;
  width: 140px;
  flex-shrink: 0;
  text-align: center;
  padding: 16px 0;
  line-height: 24px;
}

/* 一行两列 */
.table_row,
.table_row_left,
.table_row_right {
  display: flex;
}

/* 一行两列左侧与右侧大小设置 */
.table_row_left,
.table_row_right {
  flex: 1;
}

/* 表格内容样式 */
.row_content {
  padding: 16px 14px;
  word-break: break-all;
}

/* 一行一列 */
.table_row_item {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  line-height: 21px;
}

/* 搜索结果表格标题样式 */
.row_item_title {
  width: 140px;
  flex-shrink: 0;
  padding: 16px 0px;
  background: #f3f3f3;
  text-align: center;
}

/* 表格折叠块样式 */
.row_item_content_con {
  flex: 1;
  margin: 10px 30px;
  max-height: 22px;
  overflow: hidden;
}

/* 搜索结果表格内容块样式 */
.row_item_content {
  flex: 1;
  padding: 16px 14px;
  max-height: 77px;
  overflow: hidden;
}

/* 搜索结果表格内容样式 */
.row_item_content_title {
  max-width: 538px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-top: 2px;
}

/* 取消最后一行下边距 */
.row_item_content_title:last-child {
  margin-bottom: unset;
}

/* 鼠标滑过 */
.row_item_content_title a:hover {
  color: #2440b3;
}

/* 右侧展开收起 */
.row_item_expend {
  display: flex;
  height: max-content;
  margin-top: 10px;
  margin-right: 20px;
  flex-shrink: 0;
  color: #333333;
  line-height: 16px;
  cursor: pointer;
}

/* 右侧展开收起图片样式 */
.table_expend_img {
  width: 10px;
  height: 7px;
  margin-top: 5px;
  margin-left: 5px;
  background: url("../../../web/api_subject/images/jiantou.png");
  background-size: 100% 100%;
}

/*  免责弹窗  */
.disclaimer-div {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 99999;
}

.disclaimer-div-draw {
  width: 790px;
  background: #FFFFFF;
  border-radius: 10px;
}

.disclaimer-div-draw .disclaimer-div-draw-head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1658A0;
  padding: 15px 20px;
  position: relative;
}

.disclaimer-div-draw .disclaimer-div-draw-head .disclaimer-div-draw-head-title {
  font-size: 20px;
  color: #FEFEFE;
}

.disclaimer-div-draw .disclaimer-div-draw-head .disclaimer-div-draw-head-close {
  position: absolute;
  right: 20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../../web/api_subject/images/AI_close.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.disclaimer-div-draw .disclaimer-div-draw-content {
  padding: 30px;
  line-height: 30px;
}

/* 可视化弹窗 */
.ai_visualization_draw {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, .55);
}

.ai_visualization_draw_content {
  width: 1300px;
  height: 90vh;
  background-color: #ECF2F6;
  border-radius: 18px 18px 18px 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ai_visualization_draw_content .ai_visualization_head {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  height: 40px;
}

.ai_visualization_draw_content .ai_visualization_head .ai_visualization_draw_close {
  position: absolute;
  top: 24px;
  right: 32px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../../web/api_subject/images/AI_close.png);
  background-size: 100% 100%;
  cursor: pointer;
}

.ai_visualization_draw_content .ai_visualization_iframe {
  width: 100%;
  height: calc(100% - 80px);
}

.markmap {
  position: relative;
  width: 100%;
  padding: 0;
}

.markmap svg {
  height: 100%;
  transition: none;
}

.mm-toolbar .mm-toolbar-brand {
  display: none;
}

.mm-toolbar .mm-toolbar-item:last-child {
  display: none;
}