/* 新版检索报告 */

.report_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1051;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.report_modal {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1052;
  opacity: 0;
  display: none;
}

.report_modal .report_box {
  width: 450px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
  color: #333;
}

.report_modal .header {
  border-bottom: 1px solid #ddd;
  padding: 12px 15px;
}

.report_modal .header i {
  cursor: pointer;
  font-size: 18px;
  color: #888;
}

.report_modal .wrong_info {
  background: #fff0ef;
  margin: 12px 15px 0;
  border: 1px solid #ffaba6;
  border-radius: 4px;
  color: #666;
  padding: 5px 15px;
  display: none;
}

.report_modal .wrong_info i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/static/Public/images/FocusML_02.png") no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: -2px 3px 0 0;
}

.report_modal .tit {
  padding: 10px 15px;
}

.report_modal .tit font {
  color: #ff3b30;
  margin-right: 5px;
}

.report_modal .report_type {
  padding: 0 15px 5px;
}

.report_modal .report_type span {
  display: inline-block;
  margin: 0 15px 5px 0;
  cursor: pointer;
}

.report_modal .report_type i {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 3px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}

.report_modal .report_type span.active i {
  background: url("/static/Public/images/casesearch_37.png") no-repeat #1677ff;
  background-size: 100% 100%;
  border-color: #1677ff;
}

.report_modal .report_tree {
  padding: 0 15px;
  max-height: 195px;
  overflow-y: auto;
}

.report_modal .report_list {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 10px;
  margin-bottom: 8px;
  cursor: pointer;
}

.report_modal .report_list i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/static/Public/images/report_01.png") no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}

.report_modal .report_list.active {
  border-color: #1677ff;
  background: url("/static/Public/images/report_02.png") no-repeat right bottom;
  background-size: 14px auto;
}

.report_modal .report_list div {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 3px;
  width: 240px;
}

.report_modal .report_list div.active {
  border-color: #ddd;
}

.report_modal .report_list.active div {
  color: #1677ff;
}

.report_modal .report_list span {
  vertical-align: middle;
  padding-top: 5px;
}

.report_modal .report_list a {
  color: #1677ff;
}

.report_modal .report_list .report_del {
  color: #e65252;
  margin-left: 10px;
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

.report_modal .report_savename {
  display: none;
}

.report_modal .report_tree + .btn {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #666;
  padding: 3px 6px;
  margin-left: 15px;
}

.report_modal .footer {
  border-top: 1px solid #ddd;
  text-align: right;
  padding: 12px 15px;
  margin-top: 20px;
}

.report_modal .footer .btn {
  padding: 3px 16px;
  margin-left: 5px;
  background: #1677ff;
  border-color: #1677ff;
  color: #fff;
}

.report_modal .footer .report_close {
  background: #fafafa;
  border-color: #ddd;
  color: #666;
}

.layui-layer-setwin {
  display: none;
}
