.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.pd25 {
  padding: 0 25px !important;
}

.content_all {
  position: relative;
  padding-left: 270px;
}

.left_box {
  width: 260px;
  position: absolute;
  left: 0;
  top: 0;
}

.topPart {
  background-color: #fff;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.topPart.fixed {
  position: fixed;
  top: 0;
  z-index: 990;
  width: 870px;
}

.topPart .topPart_left {
  float: left;
  height: 100%;
  padding-left: 18px;
}

.topPart .topPart_left a {
  line-height: 60px;
  font-size: 14px;
  color: #333;
  text-decoration: underline;
}

.topPart .topPart_left a i {
  margin-right: 10px;
}

.topPart .topPart_right {
  float: right;
  padding-right: 10px;
  padding-top: 15px;
}

.topPart_right button {
  height: 30px;
  border-radius: 4px;
  text-align: center;
  border: none;
  margin-left: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  background-color: #fafafa;
  padding: 0 8px;
}

.topPart_right button i {
  margin-right: 6px;
}

.topPart_right .report_save {
  background-color: #1c64b9;
  border-color: #1c64b9;
  color: #fff;
}

.clearFixed::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.pop {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1001;
}

.content {
  height: 500px;
  width: 850px;
  background-color: #fff;
  border-radius: 4px;
  margin: 100px auto 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  min-height: auto;
  padding: 0;
}

.tabs {
  height: 44px;
  line-height: 42px;
  vertical-align: middle;
  font-size: 0;
}

.tabs_item {
  display: inline-block;
  font-size: 14px;
  color: #666;
  width: 94px;
  cursor: pointer;
}

.tabs_item.active {
  background-color: #eff4f9;
  color: #1c64b9;
}

.tabs_item .tabs_item_icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 20px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.tabs_item .tabs_item_icon.histogram {
  background-image: url(/static/Public/images/searchReportDetail/histogram.png);
}

.tabs_item.active .tabs_item_icon.histogram {
  background-image: url(/static/Public/images/searchReportDetail/histogram_active.png);
}

.tabs_item .tabs_item_icon.barGraph {
  background-image: url(/static/Public/images/searchReportDetail/barGraph.png);
}

.tabs_item.active .tabs_item_icon.barGraph {
  background-image: url(/static/Public/images/searchReportDetail/barGraph_active.png);
}

.tabs_item .tabs_item_icon.lineChart {
  background-image: url(/static/Public/images/searchReportDetail/lineChart.png);
}

.tabs_item.active .tabs_item_icon.lineChart {
  background-image: url(/static/Public/images/searchReportDetail/lineChart_active.png);
}

.tabs_item .tabs_item_icon.stackedGraph {
  background-image: url(/static/Public/images/searchReportDetail/stackedGraph.png);
}

.tabs_item.active .tabs_item_icon.stackedGraph {
  background-image: url(/static/Public/images/searchReportDetail/stackedGraph_active.png);
}

.tabs_item .tabs_item_icon.pie {
  background-image: url(/static/Public/images/searchReportDetail/pie.png);
}

.tabs_item.active .tabs_item_icon.pie {
  background-image: url(/static/Public/images/searchReportDetail/pie_active.png);
}

.tabs_item .tabs_item_icon.doughnut {
  background-image: url(/static/Public/images/searchReportDetail/doughnut.png);
}

.tabs_item.active .tabs_item_icon.doughnut {
  background-image: url(/static/Public/images/searchReportDetail/doughnut_active.png);
}

.tabs_item .tabs_item_icon.combinationChart {
  background-image: url(/static/Public/images/searchReportDetail/combinationChart.png);
}

.tabs_item.active .tabs_item_icon.combinationChart {
  background-image: url(/static/Public/images/searchReportDetail/combinationChart_active.png);
}

.tabs_item .tabs_item_icon.chart_table {
  background-image: url(/static/Public/images/searchReportDetail/chart_table.png);
}

.tabs_item.active .tabs_item_icon.chart_table {
  background-image: url(/static/Public/images/searchReportDetail/chart_table_active.png);
}

.tabs_item .tabs_item_icon.map {
  background-image: url(/static/Public/images/searchReportDetail/map.png);
}

.tabs_item.active .tabs_item_icon.map {
  background-image: url(/static/Public/images/searchReportDetail/map_active.png);
}

.tabs_item span {
  margin-left: 6px;
  vertical-align: middle;
}

.tabs_content {
  border-top: 2px solid #ddd;
}

.content_item {
  height: 392px;
  overflow: hidden;
}

.excel_wrapper {
  float: left;
  height: 100%;
  width: 354px;
  overflow: auto;
}

.excel {
  position: relative;
}

.chart {
  float: left;
  width: 496px;
  height: 100%;
}

.chart_btns {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #ddd;
}

.chart_btns .btn {
  width: 123px;
  height: 30px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 12px;
  outline: none;
  border-color: #1c64b9;
}

.chart_btns .btn.cancel {
  background-color: #fff;
  color: #1c64b9;
}

.chart_btns .btn.insert,
.chart_btns .btn.confirmEdit {
  background-color: #1c64b9;
  color: #fff;
}

/* table */
.table_left_wrapper {
  position: relative;
}

.table_left {
  border-collapse: inherit;
  table-layout: fixed;
}

.table_left tr td:first-child {
  background-color: #fff;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
}

.table_left tr td:first-child div {
  font-size: 12px;
}

.table_left tbody tr:first-child td {
  border-top: 0;
}

.table_left thead tr th {
  border-bottom: 1px solid #dddddd;
}

.table_left tr td:first-child div,
.table_left tr th:first-child div {
  width: 28px;
}

.table_left td,
.table_left th {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  /* padding: 0 6px; */
}

.table_left tr:nth-child(odd) td:not(:first-child),
.table_left tr:nth-child(odd) td:not(:first-child) input {
  background-color: #fafafa;
}

.table_left thead th {
  border-top: 0;
  background-color: #fff;
  font-weight: normal;
}

.table_left th input,
.table_left th div {
  color: #333;
  font-weight: normal;
  background-color: #fff;
}

.table_left th input,
.table_left td input,
.table_left th div,
.table_left td div {
  outline: none;
  border: none;
  width: 70px;
  text-align: center;
  color: #666;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
}

.table_left thead tr th:nth-child(1) {
  border-top: 0;
  border-left: 0;
}

.table_left > thead > tr > th,
.table_left > tbody > tr > td {
  padding: 0;
  line-height: inherit;
}

input[disabled] {
  background-color: #fff;
}

/* 弹窗中表格 */
.chart_table_inside_title {
  position: absolute;
  margin: 11px 0 0 15px;
  font-size: 14px;
  color: #464646;
  font-weight: 500;
}

.chart_table_inside {
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  border-collapse: collapse;
}

.chart_table_inside th {
  background-color: #3f4144;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 0;
}

.chart_table_inside td {
  width: 100px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 4px 0;
  font-size: 14px;
}

.vc-layout-wrapper > div {
  margin: 0 auto;
}

.vc-layout-wrapper .chart_table_inside {
  margin: 0 auto;
  top: 0;
  transform: translateY(0);
}

.vc-layout-wrapper .chart_table_inside_title {
  position: relative;
  margin: 10px;
}

/* editor */

* {
  box-sizing: border-box;
}

.report_all {
  border-radius: 10px;
  margin-top: 10px;
  border: 1px solid #dddddd;
  background: #fff;
}

/* toolbar */

.report-toolbar-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.report-toolbar-wrapper.fixed {
  position: fixed;
  top: 0;
  z-index: 20;
  left: 0;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.report-toolbar-wrapper.fixed .report-toolbar.ql-toolbar.ql-snow {
  width: 1170px;
}

.report-toolbar.ql-toolbar.ql-snow {
  position: relative;
  padding: 0;
  white-space: nowrap;
  border: none;
  margin: 0 auto;
  text-align: left;
  transition: height 0.2s ease-in;
}

.report-toolbar.ql-toolbar.ql-snow .ql-formats {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  z-index: 101;
}

.ql-toolbar.ql-snow .ql-formats {
  margin: 0;
}

.report-toolbar.ql-toolbar.ql-snow .ql-picker {
  height: 27px;
  margin-left: 8px;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

#fullScreen {
  color: #1c64b9;
}

.report-toolbar.ql-toolbar.ql-snow .ql-picker .ql-picker-label {
  padding: 0 4px;
  text-align: center;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-picker-label .tooltip_icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.ql-picker-label .tooltip_icon.menu {
  background-image: url(/static/Public/images/searchReportDetail/menu.png);
}

.ql-picker-label .tooltip_icon.histogram {
  background-image: url(/static/Public/images/searchReportDetail/histogram.png);
}

.ql-picker-label .tooltip_icon.aiChart {
  background-image: url(/static/Public/images/searchReportDetail/aiChart.png);
}

.ql-picker-label .tooltip_icon.title {
  background-image: url(/static/Public/images/searchReportDetail/title.png);
}

.ql-picker-label .tooltip_icon.artical {
  background-image: url(/static/Public/images/searchReportDetail/artical.png);
}

.ql-picker-label:hover .tooltip_icon.menu {
  background-image: url(/static/Public/images/searchReportDetail/menu_active.png);
}

.ql-picker-label:hover .tooltip_icon.histogram {
  background-image: url(/static/Public/images/searchReportDetail/histogram_active.png);
}

.ql-picker-label:hover .tooltip_icon.aiChart {
  background-image: url(/static/Public/images/searchReportDetail/aiChart_active.png);
}

.ql-picker-label:hover .tooltip_icon.title {
  background-image: url(/static/Public/images/searchReportDetail/title_active.png);
}

.ql-picker-label:hover .tooltip_icon.artical {
  background-image: url(/static/Public/images/searchReportDetail/artical_active.png);
}

.vc-layout-wrapper .chart_table_inside {
  width: 100%;
  table-layout: fixed;
  margin: 0 auto !important;
}

.vc-layout-wrapper .chart_table_inside th,
.vc-layout-wrapper .chart_table_inside td {
  width: auto;
}

.ql-picker:hover .dropMenu_wrap,
.item-option span:hover .dropMenu_wrap {
  display: block;
}

.vc-layout-wrapper .item-option .dropMenu_wrap li span {
  color: #333;
  border: 0;
}

.dropMenu_wrap {
  display: none;
  position: absolute;
  top: 18px;
  left: 0;
  padding-top: 6px;
  text-align: center;
  font-size: 0;
}

.dropMenu_wrap ul > li::before {
  content: "";
}

.item-option .dropMenu_wrap {
  top: 9px;
}

.vc-layout-wrapper .item-option .top_arrow,
.dropMenu_wrap .top_arrow {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
  display: inline-block;
  position: relative;
  top: 0;
  left: -40px;
  padding: 0;
}

.dropMenu {
  list-style: none;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  width: 150px;
  max-height: 335px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #333;
}

.ql-snow.ql-toolbar .ql-picker-label:hover {
  color: #1c64b9;
}

.dropMenu li {
  line-height: 36px;
  height: 37px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  padding-left: 44px;
  list-style: none;
}

.dropMenu li:hover {
  color: #1c64b9;
}

.dropMenu .tabs_item_icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 6px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.dropMenu .tabs_item_icon.histogram {
  background-image: url(/static/Public/images/searchReportDetail/histogram.png);
}

.dropMenu li:hover .tabs_item_icon.histogram {
  background-image: url(/static/Public/images/searchReportDetail/histogram_active.png);
}

.dropMenu .tabs_item_icon.barGraph {
  background-image: url(/static/Public/images/searchReportDetail/barGraph.png);
}

.dropMenu li:hover .tabs_item_icon.barGraph {
  background-image: url(/static/Public/images/searchReportDetail/barGraph_active.png);
}

.dropMenu .tabs_item_icon.lineChart {
  background-image: url(/static/Public/images/searchReportDetail/lineChart.png);
}

.dropMenu li:hover .tabs_item_icon.lineChart {
  background-image: url(/static/Public/images/searchReportDetail/lineChart_active.png);
}

.dropMenu .tabs_item_icon.stackedGraph {
  background-image: url(/static/Public/images/searchReportDetail/stackedGraph.png);
}

.dropMenu li:hover .tabs_item_icon.stackedGraph {
  background-image: url(/static/Public/images/searchReportDetail/stackedGraph_active.png);
}

.dropMenu .tabs_item_icon.pie {
  background-image: url(/static/Public/images/searchReportDetail/pie.png);
}

.dropMenu li:hover .tabs_item_icon.pie {
  background-image: url(/static/Public/images/searchReportDetail/pie_active.png);
}

.dropMenu .tabs_item_icon.doughnut {
  background-image: url(/static/Public/images/searchReportDetail/doughnut.png);
}

.dropMenu li:hover .tabs_item_icon.doughnut {
  background-image: url(/static/Public/images/searchReportDetail/doughnut_active.png);
}

.dropMenu .tabs_item_icon.combinationChart {
  background-image: url(/static/Public/images/searchReportDetail/combinationChart.png);
}

.dropMenu li:hover .tabs_item_icon.combinationChart {
  background-image: url(/static/Public/images/searchReportDetail/combinationChart_active.png);
}

.dropMenu .tabs_item_icon.chart_table {
  background-image: url(/static/Public/images/searchReportDetail/chart_table.png);
}

.dropMenu li:hover .tabs_item_icon.chart_table {
  background-image: url(/static/Public/images/searchReportDetail/chart_table_active.png);
}

.dropMenu .tabs_item_icon.map {
  background-image: url(/static/Public/images/searchReportDetail/map.png);
}

.dropMenu li:hover .tabs_item_icon.map {
  background-image: url(/static/Public/images/searchReportDetail/map_active.png);
}

.dropMenu span {
  vertical-align: middle;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.dropMenu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
.dropMenu.dropMenu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f7f7f7;
  box-shadow: inset 0 0 6px #f7f7f7;
  border-radius: 4px;
  background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
.dropMenu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

/* report */
.report-paper {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  /* background-color: #fff; */
}

.report-paper-wrapper {
  padding: 0 20px 20px;
}

.report-title-box {
  padding-top: 10px;
  background-color: #fff;
  font-size: 34px;
}

.report-title-box input {
  outline: none;
  border: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333;
  font-weight: 700;
  font-size: 20px;
  padding-left: 8px;
  text-align: center;
}

.ql-snow .report-editor {
  font-size: 14px;
  line-height: 0;
  color: #494949;
  outline: none;
  white-space: pre-wrap;
}

.ql-editor {
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 0;
  -o-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.report-dashboard {
  position: relative;
  background-color: #fff;
  padding: 10px 22px 100px;
  min-height: 800px;
}

/* vc */
.vc-layout-wrapper * {
  cursor: default;
  /* font-family: Helvetica, Arial, sans-serif; */
}

.vc-layout-wrapper .fa {
  font-family: FontAwesome;
}

.vc-layout-wrapper {
  /* overflow: hidden; */
  position: relative;
  border: 1px dashed transparent;
  line-height: 30px;
  padding: 2px 4px;
  margin-left: -1px;
  margin-right: -1px;
}

.vc-layout-wrapper:active,
.vc-layout-wrapper:focus,
.vc-layout-wrapper:hover {
  border-color: #4a4a4a;
}

/* 
.vc-layout-wrapper[data-k="case"]:active,
.vc-layout-wrapper[data-k="case"]:focus,
.vc-layout-wrapper[data-k="case"]:hover,
.vc-layout-wrapper[data-k="law"]:active,
.vc-layout-wrapper[data-k="law"]:focus,
.vc-layout-wrapper[data-k="law"]:hover,
.vc-layout-wrapper[data-k="attach"]:active,
.vc-layout-wrapper[data-k="attach"]:focus,
.vc-layout-wrapper[data-k="attach"]:hover
*/
.vc-layout-wrapper[data-t="table"]:active,
.vc-layout-wrapper[data-t="table"]:focus,
.vc-layout-wrapper[data-t="table"]:hover {
  border-color: transparent;
}

.vc-layout-wrapper:active .item-option,
.vc-layout-wrapper:focus .item-option,
.vc-layout-wrapper:hover .item-option {
  display: block;
}

.vc-layout-wrapper.selected {
  border: 1px solid #ed6c00;
}

.vc-layout-wrapper.text-edit {
  border: 1px dashed #ccc;
}

.ve-text-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  min-height: 30px;
}

.ve-text-wrapper.title {
  padding-top: 30px;
  padding-bottom: 5px;
  margin: 0;
}

.ql-snow .report-editor .edit-container-title {
  padding-top: 0;
  padding-bottom: 0;
}

.vc-layout-wrapper[data-t="title"] pre.ql-syntax {
  font-size: 16px !important;
  color: #1c64b9 !important;
  padding-top: 30px;
  padding-bottom: 5px;
  cursor: auto;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}

.ql-snow .ql-editor h1 {
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 5px;
  cursor: auto;
}

.ql-snow .report-editor .edit-container-title2,
.ql-snow .report-editor .edit-container-text,
.ql-snow .report-editor p {
  font-size: 14px;
  cursor: auto;
}

.vc-layout-wrapper .text-edit-modal {
  background-color: #fcfcfc;
  min-height: 30px;
  line-height: 30px;
  -ms-overflow-style: none; /* IE 10+ */
}

.vc-layout-wrapper .item-option {
  z-index: 101;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  padding: 8px 0;
  font-size: 12px;
  line-height: initial;
}

.vc-layout-wrapper .item-option span {
  position: relative;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  padding: 0 8px;
  border-left: 1px solid #aaa;
}

.vc-layout-wrapper .item-option > span:first-child {
  border: 0;
}

.vc-layout-wrapper .item-option span * {
  cursor: pointer;
}

.attach_part {
  display: none;
}

.attach_item {
  margin-top: 30px;
}

.attach_title {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  color: #464646;
}

.attach_text {
  line-height: 30px;
  margin-top: 20px;
}

/* quill */
.vc-layout-wrapper .text-edit-modal .quill-editor {
  padding: 0;
}

.vc-layout-wrapper .text-edit-modal .ql-container.ql-snow {
  border: none;
}

.ql-container {
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
  -ms-overflow-style: none; /* IE 10+ */
}

.vc-layout-wrapper .text-edit-modal .ql-container.ql-snow .ql-editor {
  padding: 0;
  line-height: 30px;
  cursor: auto;
  -ms-overflow-style: none; /* IE 10+ */
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #fcfcfc;
  color: #464646;
  overflow: inherit;
  font-size: 14px;
  cursor: auto;
  -ms-overflow-style: none; /* IE 10+ */
}

.ql-snow .ql-editor pre {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 0;
  line-height: 30px;
}

.edit-container-title pre {
  color: #1c64b9 !important;
}

.law_title_style {
  color: #1c64b9;
}

.case_title_style {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.case_detail_style {
  color: #1c64b9;
}

h1.edit-container-title pre {
  font-size: 16px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  color: #464646;
}

.edit-container-title2 pre,
.edit-container-text pre {
  font-size: 14px;
}

.al_c {
  text-align: center !important;
  padding-left: 0 !important;
}

/* 相关法规 */
.related_law,
.file {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.related_law {
  margin-top: 10px;
}

.related_law.fixed,
.file.fixed {
  position: absolute;
  left: 870px;
}

.related_law_title,
.file_title {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding: 0 18px;
}

.related_law_title a {
  font-size: 14px;
  color: #1c64b9;
  font-weight: normal;
  float: right;
}

.related_law_title a i {
  margin-right: 6px;
}

.related_law_list {
  max-height: 300px;
  overflow: auto;
}

.related_law_item {
  padding: 15px 18px;
  border-top: 1px dashed #ddd;
  font-size: 14px;
}

.related_law_item:first-child {
  border: 0;
}

.law_title {
  color: #333333;
}

.law_title i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #1c64b9;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.law_title + p {
  text-align: right;
}

.law_cite {
  margin-left: 6px;
  color: #1c64b9;
  cursor: pointer;
}

.addtoReport {
  text-align: center;
  height: 24px;
  line-height: 24px;
  color: #1c64b9;
  background-color: #eff4f9;
  margin-top: 13px;
  cursor: pointer;
}

.addtoReport[data-e="false"] {
  cursor: default;
}

.showThisLaw {
  z-index: 4;
  position: absolute;
  left: auto;
  display: none;
  width: 300px;
}

.showThisLaw-up {
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f0f0f0;
  position: relative;
  top: 1px;
  left: 30px;
}

.showThisLaw-up-small {
  border-bottom: 10px solid #fff;
  top: -8px;
  left: 30px;
}

.showThisLaw-concent {
  line-height: 20px;
  padding: 10px 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  color: #323232;
  position: relative;
  top: -9px;
  left: -30px;
  cursor: text;
}

#backgroundDetail {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 3;
  opacity: 0;
  top: 0;
  left: 0;
}

/* 下载等待pop */

.download_wait_wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.1);
}

.download_wait {
  margin: 0 auto;
  width: 200px;
  height: 80px;
  margin-top: 200px;
}

.download_wait span {
  color: #464646;
  vertical-align: bottom;
  position: relative;
  top: -6px;
}

.vc-layout-wrapper .edit-container-title2 pre {
  font-weight: bold;
}

.youmastlogin {
  display: none;
  padding-top: 150px;
  text-align: center;
  height: calc(100vh - 377px);
  min-height:400px;
}
.youmastlogin_btn {
  margin-left: 20px;
  transition: 0.5s;
  color: #fff;
  background-color: #1c64b9;
  border: 0;
  border-radius: 4px;
  padding: 4px 12px;
}

/* 模板表格 */
#template {
  width: 600px;
  margin: 20px auto;
}
.template_title {
  text-align: center;
  font-size: 20px;
  margin: 10px 0;
  /* font-family: 仿宋; */
  line-height: 1.4;
  font-weight: bold;
}
#templateTable {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #777;
}
#templateTable th,
#templateTable td {
  /* font-family: 仿宋; */
  border: 1px solid #777;
  font-size: 16px;
  word-break: break-all;
}
#templateTable th {
  font-weight: bold;
  color: #1c64b9;
}
#templateTable input,
#templateTable textarea {
  border: 0;
  width: 100%;
  padding: 6px 10px;
  /* font-family: 仿宋; */
  font-size: 16px;
}
#templateTable textarea {
  min-height: 100px;
  height: auto;
  line-height: 20px;
}
#templateTable input {
  display: inline-block;
  height: 56px;
  min-height: 56px;
  text-align: center;
}

.attachFlex {
  display: flex;
  align-items: flex-start;
}

.attachFlex input {
  margin: 9px 10px 0 0;
}

.attachFlex pre {
  flex: 1;
}

#templateTable .size-sm {
  display: inline-block;
  height: auto;
  min-height: 56px;
  line-height: 20px;
  text-align: left;
  padding-top: 10px;
  overflow: hidden;
}

.tab-content {
  display: none;
}

#headerTab > li:first-child {
  border-bottom: 0;
  background: transparent;
  opacity: 0.75;
}

#headerTab > li:hover,
#headerTab > li:focus {
  opacity: 1;
  background: -webkit-linear-gradient(270deg, #4f62ae 0%, #425190 100%);
  background: -moz-linear-gradient(180deg, #4f62ae 0%, #425190 100%);
  background: linear-gradient(180deg, #4f62ae 0%, #425190 100%);
  border-bottom: 2px solid #fff;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clearFixed::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

#reportTreeObj {
  height: 100% !important;
  margin: 0;
  border: 0;
}

.ztree li a.curSelectedNode {
  height: 24px;
}

.ztree li span.button.ico_docu {
  vertical-align: middle;
}

.ztree li span {
  vertical-align: middle;
}

.content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.lookRemainTimes {
  height: 500px;
  text-align: center;
  font-size: 18px;
  padding-top: 50px;
}

.getVip {
  color: #d3a874;
  cursor: pointer;
}

.file_box {
  padding: 8px 0;
  overflow-y: auto;
  max-height: 330px;
}

.file_list {
  padding: 6px 18px;
  cursor: pointer;
}

.file_list.active {
  background: #f3f7fb;
}

.file_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;
}

.no_data {
  text-align: center;
  padding: 60px 0;
  display: none;
}

.no_data img {
  width: 200px;
}

.no_data p {
  margin-top: 20px;
  color: #999;
  font-size: 18px;
}

.nodata_flag .topPart,
.nodata_flag .report_all,
.nodata_flag .related_law {
  display: none;
}

.nodata_flag .no_data {
  display: block;
}

.ql-snow .ql-editor .tab_btn_out a,
.ql-snow .ql-editor .tab a {
  text-decoration: none;
}

.tab_btn_out a {
  color: #1c64b9;
  border: 1px solid #1c64b9;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 10px;
  font-size: 14px;
}

.tab_btn_out a.tab_del_more_btn {
  background: #fafafa;
  color: #999;
  border-color: #cdcdcd;
}

.tab_btn_out a.tab_del_more_btn.active {
  background: #fff;
  color: #1c64b9;
  border-color: #1c64b9;
}

.tab_btn_out a.tab_sub_del_btn {
  background: #1c64b9;
  color: #fff;
  border-color: #1c64b9;
  display: none;
}

.tab_btn_out a.tab_cancel_del_btn {
  background: #fafafa;
  color: #666;
  border-color: #cdcdcd;
  display: none;
}

.vc-layout-wrapper .tab {
  width: 100%;
  margin: 10px 0 20px;
  font-size: 13px;
}

.vc-layout-wrapper .tab tr {
  border-bottom: 1px solid #ddd;
}

.vc-layout-wrapper .tab th {
  background: #fafafa;
}

.vc-layout-wrapper .tab th,
.vc-layout-wrapper .tab td {
  padding: 10px 5px;
}

.vc-layout-wrapper .tab tr > td:first-child {
  width: 40px;
}

.vc-layout-wrapper .tab tr > td:nth-child(2) {
  width: 45px;
}

.vc-layout-wrapper .tab tr > td:nth-child(4) {
  width: 18%;
}

.vc-layout-wrapper .tab tr > td:nth-child(5) {
  width: 120px;
}

.vc-layout-wrapper .tab tr > td:nth-child(6) {
  width: 130px;
}

.vc-layout-wrapper .tab tr > td:nth-child(7) {
  width: 60px;
}

.vc-layout-wrapper .tab td > div {
  cursor: text;
  line-height: 20px;
}

.vc-layout-wrapper .tab i {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 3px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  cursor: pointer;
}

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

.vc-layout-wrapper .tab a {
  color: #e02020;
}

.vc-layout-wrapper .plh::after {
  content: attr(placeholder);
  color: #a9a9a9;
}

.vc-layout-wrapper[data-t="title"] .edit-title,
.ql-snow .ql-editor h1 {
  font-size: 16px !important;
  color: #1c64b9 !important;
  font-weight: bold;
}