/* 本页 */

.tree-box {
  max-height: calc(100% - 30px);
}

.ztree li a.curSelectedNode {
  height: 23px !important;
}

.ztree li span.button.remove,
.ztree li span.button.edit,
.ztree li span.button.ico_docu {
  position: relative;
  top: 1px;
}

#headerTab>li:nth-child(2),
#headerTab>li:nth-child(2):hover,
#headerTab>li:nth-child(2):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;
}

.header-sub-background,
.search-content-background,
.content-wrapper,
.jufa-main-sidebar {
  background: rgba(0, 0, 0, 0);
}

.his_tab td {
  vertical-align: top;
  text-align: left;
  padding: 10px 30px;
  position: relative;
  border:0;
}

.his_tab tr td:first-child {
  white-space: nowrap;
  border-right: 1px solid #ccc;
}

.his_tab i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #2880e4;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: -6px;
}

.his_tab td a:nth-child(2) {
  /* background: #dcf1fd; */
  color: #333;
}

.his_tab img {
  width: 14px;
  height: 14px;
  position: absolute;
  left: -7px;
  top: -5px;
}

p.law-tiao {
  position: relative;
  margin-top: 30px;
}

.law-btn {
  background: var(--ms-color-theme, #1E82E3);
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  margin: 0px 10px;
  cursor: pointer;
  white-space: nowrap;
}

.compare-btn {
  background: #ff9f24;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  margin: 0px 10px;
  cursor: pointer;
  white-space: nowrap;
}

.law-alert {
  width: 353px;
  height: 192px;
  display: inline-block;
  position: absolute;
  z-index: 9999;
  border-radius: 3px;
  font-size: 14px;
  background: url("/static/Public/images/law-alert-bg.png") no-repeat;
  display: none;
}

.law-alert div {
  margin: 25px 22px 0px 32px;
  height: 144px;
  overflow: auto;
}

.law-alert a {
  display: block;
  border-top: 1px dashed #ccc;
  padding-top: 10px;
  margin-top: 10px;
}

.law-alert div a:first-child {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.law-alert p {
  margin: 8px 0px;
}

.compare-alert {
  width: 353px;
  height: 192px;
  display: inline-block;
  position: absolute;
  z-index: 700;
  border-radius: 3px;
  font-size: 14px;
  background: url("/static/Public/images/law-alert-bg.png") no-repeat;
  display: none;
}

.compare-alert div {
  margin: 25px 22px 0px 32px;
  height: 144px;
  overflow: auto;
}

.compare-alert a {
  display: block;
  border-top: 1px dashed #ccc;
  padding-top: 10px;
  margin-top: 10px;
}

.compare-alert div a:first-child {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.compare-alert p {
  margin: 8px 0px;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 24px;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.detail-header-line {
  border: 0px;
}

.case-box .detail-ietm-index {
  background: #f5f9fe;
}

.detail_bread {
  color: #888;
  margin-bottom: 10px;
}

.detail_bread a {
  color: #888;
  margin-right: 5px;
}

.detail_bread a:hover,
.detail_bread font {
  color: #2880e4;
}

.detail_bread font {
  margin-left: 5px;
}

.detail-main.no_catalog .detail-middle {
  /* width: 100%; */
  width: calc(100% - 236px);
}

/* 添加到检索报告 */
.addToReport {
  color: var(--color-theme);
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
  margin-left: 10px;
}

.law-tiao .law_yy_btn {
  margin-left: 10px;
}

.addToReport img {
  vertical-align: baseline;
}

.addToReport .fa-plus-square-o {
  text-indent: 15px;
}

.addToReport i.text {
  margin-left: 5px;
}

#syscollect {
  left: 50%;
  margin-left: -149px;
}

.seg-modal {
  background: transparent;
  position: absolute !important;
  overflow: visible;
}

.close-block {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}

.seg-dialog {
  width: 350px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.seg-content {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.seg-header {
  padding: 0px 15px 0;
  /* background: #2880e4; */
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-direction: column;
  border-bottom: 1px solid rgba(40, 128, 228, 0.3);
}

.seg-title {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  display: inline-block;
  padding: 4px 0 3px;
  font-size: 16px;
}

.lay-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
}

.closez {
  text-align: right;
  color: #fff;
  font-size: 20px;
}

.he-txt {
  color: #888;
  font-size: 13px;
  padding-bottom: 5px;
  text-indent: 6px;
}

.he-txt font {
  background: rgba(40, 128, 228, 0.15);
  padding: 0px 5px;
  border-radius: 3px;
  color: #2880e4;
  margin-left: 3px;
}

.seg-body {
  max-height: 150px;
  overflow-y: auto;
  padding: 10px 15px;
}

.body-txt {
  line-height: 1.5;
  font-size: 14px;
  margin-top: 5px;
}

.modal-foot {
  text-align: center;
  padding: 12px 0px;
}

.modal-foot a {
  background: #fff;
  color: #2880e4;
  border: 1px solid #2880e4;
  border-radius: 3px;
  font-size: 12px;
  padding: 2px 10px;
  margin-bottom: 12px;
}

#lean_overlay_report {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
}

#tryInfoModal {
  text-align: center;
}

#tryInfoModal .modal-dialog {
  width: 380px;
  margin-top: 15%;
}

#tryInfoModal .modal-header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #d3a874;
}

#tryInfoModal .modal-body {
  padding-top: 10px;
  font-size: 16px;
  padding-bottom: 0;
}

#tryInfoModal .modal-body font {
  color: #d3a874;
  margin: 0px 5px;
}

#tryInfoModal .modal-footer {
  text-align: center;
  border: 0px;
  margin: 0px;
}

#tryInfoModal .modal-footer button {
  border: 1px solid #d3a874;
  background: #fff;
  color: #d3a874;
  margin: 0px 10px 10px;
}

#tryInfoModal .modal-footer #goVipBtn {
  background: #d3a874;
  color: #fff;
}

#tryInfoModal #tryInfo {
  display: block;
  width: 330px;
  margin: 0 auto;
  background: #fdf5eb;
  padding: 5px 0;
  border-radius: 4px;
}

.gold_d {
  width: 330px;
  margin: 10px auto;
  text-align: left;
  padding: 10px 0 10px 53px;
  background: #fdf5eb;
  border-radius: 4px;
}

.gold_d p {
  margin: 3px 0;
}

.gold_d img {
  width: 20px;
  margin-right: 10px;
}

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

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

.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: #4f62ae;
  border: 0;
  border-radius: 4px;
  padding: 4px 12px;
}

div.compare-alert {
  background: url("/static/Public/images/law-alert-bg-new.png") no-repeat;
}

/* new version*/

#caseText {
  border-radius: 8px;
  padding: 4px 24px 24px;
  position: relative;
}

#caseText .detail-title,
#caseText .detail-middle-main {
  background: transparent;
}

#caseText .detail-info-left {
  border: 0;
}

#caseText .detail-law-title {
  color: #969696;
}

#caseText .law-info-item {
  color: #232a32;
}

#caseText .info-area,
#caseText .title-area {
  padding: 8px 0;
  text-align: left;
}

#caseText .title-area {
  /* width: 20%; */
  width: auto;
}

#caseText .info-area {
  width: 76%;
}

#caseText .detail-info-left {
  padding: 0;
}

#caseText .detail-ietm-index {
  background: #FAFAFA;
  border-color: var(--ms-color-theme, #1E82E3);
  line-height: 28px;
  border-left: 3px solid var(--ms-color-theme, #1E82E3);
}

#caseText .nav-title-text {
  color: var(--ms-color-theme, #1E82E3);
}

.header_float {
  display: none;
  /* position: fixed; */
  position: absolute;
  top: 74px;
  left: 0;
  z-index: 81;
  width: 100%;
  padding: 0 calc(50% - 585px);
  /* background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(28, 100, 185, 0.1); */
  -moz-user-select: none;
  user-select: none;
}

.law_search_box {
  position: relative;
  right: 0;
  top: 0;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #caddf5;
  padding: 0 6px;
}

.law_search_box button {
  color: var(--ms-color-theme, #1E82E3);
  width: 20px;
}

.Sline {
  background: #caddf5;
  margin-right: 2px;
}

.detail-title-box {
  border-radius: 15px;
  padding: 0 20px;
  margin-bottom: 0;
}

.header_float .title-box {
  float: right;
  margin-left: 20px;
}

.header_float .title-box .detail-nav-title img {
  display: inline-block;
  width: 14px;
  vertical-align: middle;
  margin: 0;
}

.header_float .title-box .detail-nav-title span {
  vertical-align: middle;
  font-size: 13px;
}

.version_out {
  display: inline-block;
  margin-right: 20px;
  font-size: 0;
  border-radius: 8px;
}

.version_out span {
  display: inline-block;
  font-size: 13px;
  padding: 7px 12px;
  color: var(--ms-color-theme, #1E82E3);
  border: 1px solid var(--ms-color-theme, #1E82E3);
  cursor: pointer;
}

.version_out span.active {
  background: var(--ms-color-theme, #1E82E3);
  color: #fff;
}

.detail_version_btn {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.clear_version_btn {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.version_out i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  vertical-align: middle;
}

.detail_version_btn i {
  background: url("/static/Public/images/detail/new_04.png") no-repeat;
  background-size: 100% 100%;
}

.detail_version_btn.active i {
  background: url("/static/Public/images/detail/new_05.png") no-repeat;
  background-size: 100% 100%;
}

.clear_version_btn i {
  background: url("/static/Public/images/detail/new_06.png") no-repeat;
  background-size: 100% 100%;
}

.clear_version_btn.active i {
  background: url("/static/Public/images/detail/new_07.png") no-repeat;
  background-size: 100% 100%;
}

.clear_version_box {
  display: none;
}

.law_jump_box {
  display: inline-block;
  margin: 0 20px;
}

.law_jump_box input {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #caddf5;
  padding: 7px 0;
  width: 40px;
  text-align: center;
  margin: 0 5px;
  box-sizing: border-box;
  height: 32px;
}

.focus_hit {
  display: inline-block;
  margin-right: 24px;
}

.focus_hit .iconfont {
  vertical-align: middle;
  font-size: 14px;
  color: var(--color-primary-product);
  cursor: pointer;
}

.focus_hit span {
  margin-left: 4px;
  vertical-align: middle; 
}

.font_size_box {
  display: inline-block;
}

.font_size_box i {
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  vertical-align: middle;
  background: url("/static/Public/images/detail/new_08.png") no-repeat;
  background-size: 100% 100%;
}

.font_size_box i#fontSizeSubBtn {
  background: url("/static/Public/images/detail/new_09.png") no-repeat;
  background-size: 100% 100%;
}

.right_directory {
  padding: 0;
  border: 0;
}

.right_directory .detail-ietm-index {
  background: #FAFAFA;
  border-color: var(--ms-color-theme, #1E82E3);
  line-height: 28px;
  height: 28px;
  margin-bottom: 12px;
  border-left: 3px solid var(--ms-color-theme, #1E82E3);
}

.right_directory .detail-ietm-index .nav-title-text {
  color: var(--ms-color-theme, #1E82E3);
}

.right_directory .law-detail {
  padding: 0;
  max-height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
}

.right_directory .law-detail a {
  padding: 4px 0;
  color: #273d67;
  position: relative;
  padding-left: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* display: inline-block; */
}

.right_directory .law-detail a::after {
  content: "";
  width: 3px;
  height: 3px;
  background: #666;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.right_directory .law-detail a:hover::after {
  transition: 0.5s;
  background: var(--ms-color-theme, #1E82E3);
}

.right_directory .law-detail a:hover {
  transition: 0.5s;
  color: var(--ms-color-theme, #1E82E3);
}


#law_nav_up {
  display: block;
  text-align: center;
  background: rgba(28, 100, 185, 0.05);
  border-color: var(--ms-color-theme, #1E82E3);
  margin-top: 5px;
}

#law_nav_up span {
  color: var(--ms-color-theme, #1E82E3);
}

#tagCollectObj {
  right: 0;
  top: 0;
  /* height: 370px; */
  height: 410px;
}

.triangle-left {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-bottom: 14px solid #fff;
  border-right: 14px solid transparent;
  position: absolute;
  right: 38px;
  top: -23px;
  left: auto;
  bottom: auto;
}

.triangle-left-small {
  display: none;
}

/* right_directory */

.director_last,
.director_next {
  text-align: center;
}

.director_last i,
.director_next i {
  display: inline-block;
  width: 16px;
  height: 11px;
}

.director_last i {
  background: url("/static/Public/images/director_04.png") no-repeat;
  cursor: not-allowed;
}

.director_last i.active {
  background: url("/static/Public/images/director_03.png") no-repeat;
  cursor: pointer;
}

.director_next i {
  background: url("/static/Public/images/director_02.png") no-repeat;
  cursor: not-allowed;
}

.director_next i.active {
  background: url("/static/Public/images/director_01.png") no-repeat;
  cursor: pointer;
}

/* .law-nav-list {
  display: none;
} */

.law-nav-list.active {
  display: block;
}

.size_control {
  display: inline-block;
}

.size_control #fontsize_civ {
  color: var(--ms-color-theme, #1E82E3);
  font-size: 14px;
}

.size_control .font_size {
  color: var(--ms-color-theme, #1E82E3);
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 2px;
}

.law-detail-item .law-detail {
  padding: 20px 10px;
}

.law-zhang,
.law_item_fw6 {
  font-weight: 600;
}

.no_login_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 217px;
}

.no_login_bg_btn {
  position: absolute;
  left: 50%;
  bottom: 30%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
  background: var(--ms-color-theme, #1E82E3);
  border-radius: 4px;
  padding: 9px 25px;
  outline: none;
  border: none;
}

.youmastlogin {
  display: none;
  padding-top: 60px;
  text-align: center;
}

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

.youmastlogin_btn {
  margin-left: 20px;
  transition: 0.5s;
  color: #fff;
  background-color: var(--ms-color-theme, #1E82E3);
  border: 0;
  border-radius: 4px;
  padding: 4px 12px;
}

#detailCollectBox {
  z-index: 1011;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 415px;
  display: none;
}

.lawfirm-nav-body.simple .detail-right {
  right: calc(50vw - 30px - 585px);
}

.header_inner {
  margin: 0 15px;
}

/* 新版样式 */
.detail-main {
  /* width: 100%; */
  padding-top: 70px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  user-select: text;
}

.detail-middle {
  width: calc(100% - 236px);
  display: inline-block;
  border: 0;
}

.detail-right {
  width: 220px;
  margin-left: 16px;
  z-index: 90;
  display: inline-block;
  max-height: calc(100vh - 144px);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
}

.detail-right-item {
  width: 220px;
  max-height: 343px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 16px;
}

.right_directory {
  height: 100%;
}


.header_float>div {
  padding: 10px;
  background-color: #fff;
  margin: 0;
  box-shadow: 0px 0px 10px 0px rgb(28 100 185 / 10%);
  border-radius: 0 0 10px 10px;
  min-width: 992px;
  min-width: 1100px;
}

.lawfirm-body.simple .header_float>div {
  min-width: 1056px;
}

#detailCollectBox {
  z-index: 1051;
}

#lean_overlay {
  z-index: 1050;
}

.report_modal {
  z-index: 1052;
}

.report_overlay {
  z-index: 1051;
}

.jufa-header {
  height: auto;
}

.tab-content img {
  display: none;
}

.header_bg {
  width: 350px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}

.detail-container {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
}

.inside_tool {
  position: fixed;
  right: 0;
  top: 60px;
  background: #fff;
  border-radius: 10px 0px 0 10px;
  border: 1px solid #e7e7e7;
  font-size: 12px;
  padding: 5px 3px;
  z-index: 100;
}

.hide {
  display: none;
}

.detailDownLoad_mask {
  position: absolute;
  width: 576px;
  /* height: 110px; */
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(28, 100, 185, 0.1);
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #caddf5;
  right: -6vw;
  top: 50px;
  padding: 20px 16px;
  display: none;
}

.detailDownLoad_mask.active {
  display: block !important;
}

.downLoadMask_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.downLoadMask_title_left {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: var(--ms-color-theme, #1E82E3);
  cursor: pointer;
}

.downLoadMask_title_right {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #cccccc;
}

.downLoadMask_title_right i {
  cursor: pointer;
}

.downLoad_schedule {
  width: 544px;
  height: 8px;
  background: #f0f0f0;
  border-radius: 222px 222px 222px 222px;
  margin-top: 10px;
}

.downLoad_schedule_active {
  background-color: var(--ms-color-theme, #1E82E3);
  border-radius: 222px 222px 222px 222px;
  height: 100%;
  width: 0;
}

.downLoad_name {
  margin-top: 16px;
}

.copy_doc_btn {
  font-size: 14px;
  padding: 10px 0;
  display: block;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  color: var(--ms-color-theme, #1E82E3);
  display: flex;
  align-items: center;
  position: relative;
}

.newDownLoad_btn>i,
.copy_doc_btn>i {
  margin-right: 2px;
}

.newDownLoad_btn {
  font-size: 14px;
  padding: 10px 0;
  display: block;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  color: var(--ms-color-theme, #1E82E3);
  display: flex;
  align-items: center;
  position: relative;
}

.newDownLoad_mask {
  position: absolute;
  width: 290px;
  height: 148px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(28, 100, 185, 0.1);
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #caddf5;
  top: 52px;
  right: 0;
  padding: 16px 16px 16px 24px;
  display: none;
}

.newDownLoad_mask.active {
  display: block;
}

.newDownLoad_select {
  display: flex;
  align-items: center;
}

.select_item {
  display: flex;
  align-items: center;
  margin-right: 32px;
}

.select_item i {
  color: #0052d9;
}

.check_box_btn {
  color: var(--ms-color-theme, #1E82E3);
  cursor: pointer;
  margin-right: 8px;
}

.newDownLoad_watermark {
  margin-top: 24px;
  display: flex;
  align-items: center;
}

.newDownLoad_watermark>div {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

/* .newDownLoad_watermark>div:last-child {
  margin-left: 32px;
} */
.newDownLoad_watermark i {
  color: #caddf5;
  cursor: pointer;
  margin-right: 10px;
}

.newDownLoad_watermark i.active {
  color: var(--ms-color-theme, #1E82E3);
}

.newDownLoad_watermark span {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

#newDownLoad_cancel {
  width: 52px;
  height: 30px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #caddf5;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  background-color: #fff;
  margin-right: 12px;
}

#newDownLoad_confirm {
  width: 52px;
  height: 30px;
  background: var(--ms-color-theme, #1E82E3);
  border-radius: 6px 6px 6px 6px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border: 0;
}

.newDownLoad_operation {
  margin-top: 24px;
  text-align: right;
}

.MsoNormalTable {
  table-layout: fixed;
  width: 100%;
  /* 或其他你想要的宽度 */
}

.MsoNormalTable td,
.MsoNormalTable th {
  word-wrap: break-word;
}

/* 聚法慧览 */
body .huilan {
  background-image: url('/static/Public/images/detail/huilan_logo.png'), url('/static/Public/images/detail/huilai_bg.png');
  background-position: 24px 18px, left top;
  background-repeat: no-repeat;
  background-size: 89px 18px, 100%;
  padding: 67px 24px 12px 40px;
  box-sizing: border-box;
  width: 100%;
  height: auto !important;
  border-radius: 8px;
  max-height: 434px;
}

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

body .huilan .text-ellipsis-tow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

body .huilan .text-ellipsis-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

body .huilan .layui-layer-content {
  background-color: transparent;
  padding: 0 16px 0 0 !important;
  overflow-y: auto;
  box-shadow: none;
  max-height: calc(434px - 79px) !important;
  position: static;
  height: auto !important;
}

body .huilan i.layui-layer-TipsG {
  display: none !important;
}

.huilan-title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.huilan-title p {
  font-size: 16px;
  color: #0052D9;
  line-height: 22px;
  font-weight: normal;
  max-width: calc(100% - 64px - 8px);
  cursor: pointer;
  font-weight: bold;
}

.huilan-title span {
  display: block;
  font-size: 12px;
  color: #FFB200;
  line-height: 22px;
  text-transform: none;
  background-color: rgba(255, 178, 0, 0.1);
  ;
  width: 64px;
  height: 22px;
  border-radius: 4px;
  text-align: center;
  margin-left: 8px;
}

.huilan-xinxi {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.huilan-xinxi p {
  width: 50%;
  color: #666666;
  font-size: 14px;
  line-height: 16px;
  margin-top: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

.huilan-xinxi p:nth-child(5),
.huilan-xinxi p:nth-child(6) {
  max-width: 100%;
  min-width: 50%;
  width: auto;
}

.huilan-section {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
}

.huilan-section>div {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 66px - 24px);
}

.huilan-section a {
  color: #0052D9;
  font-size: 12px;
  width: auto;
  text-align: left;
  margin-right: 16px;
  line-height: 24px;
}

.huilan-section>a:first-child {
  height: 24px;
  border-radius: 12px;
  background-color: #96ACDC;
  color: #FFFFFF;
  margin-right: 24px;
  width: 66px;
  flex: none;
  text-decoration: none;
  line-height: 24px;
  text-align: center;
  border-bottom: none;
}

.huilan-extends {
  border-top: 1px dashed #72A1E5;
  padding-top: 16px;
  margin-top: 16px;
}

.huilan-extends>h2 {
  font-size: 16px;
  color: #0052D9;
  line-height: 16px;
  margin-bottom: 22px;
  font-weight: bold;
}

.huilan-content a {
  font-size: 14px;
  color: #0052D9;
  line-height: 20px;
  text-align: left;
  margin: 14px 0 10px;
  display: block;
}

.huilan-provision {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}

.huilan-history {
  width: calc(100% - 66px - 24px);
  padding-right: 0;
  box-sizing: border-box;
}

.huilan-history-item>div {
  background-color: rgba(255, 255, 255, 0.5);
  ;
  border-radius: 4px;
  padding: 8px;
  box-sizing: border-box;
}

.huilan-history-item>div>p {
  margin-top: 8px;
  color: #999999;
  line-height: 18px;
}

.huilan-history-item a {
  display: block;
  line-height: 16px;
  color: #0052D9;
  width: 100%;
  text-align: left;
  margin-right: 0;
}

.huilan-history-item h4 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 6px;
  color: #333333;
}

.huilan-history-item {
  position: relative;
  margin-top: 5px;
  margin-left: 24px;
  width: calc(100% - 24px);
}

.huilan-history-item::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0052D9;
  left: -24px;
  top: 5px;
}

.huilan-history-item::after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 22px);
  background-color: #96ACDC;
  left: -20px;
  bottom: 0;
}

.huilan-close {
  position: absolute;
  right: 12px;
  top: 16px;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

/* 新增功能 */

.detail-middle-text-container {
  padding: 12px 20px;
}

#caseText .detail-middle-text {
  border-radius: 0px 8px 8px 8px;
  background: #FAFAFA;
  margin-bottom: 25px;
}

/* detail-middle-tab */

.detail-middle-tab .tab_item {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 16px;
  background: #fff;
  color: #333;
  cursor: pointer;
}

.detail-middle-tab .tab_item>i {
  color: #B0B0B0;
  margin-right: 4px;
}

.detail-middle-tab .tab_item.active {
  background: #FAFAFA;
  color: var(--ms-color-theme, #1E82E3);
  border-radius: 8px 8px 0 0;
}

.detail-middle-tab .tab_item.active>i {
  color: var(--ms-color-theme, #1E82E3);
}

/* 背景资料 */
.detail-middle-text-container[data-t="back_info"] {
  display: none;
}

.detail-middle-text-container[data-t="back_info"] ul>li {
  line-height: 21px;
  margin-bottom: 16px;
}

.detail-middle-text-container[data-t="back_info"] ul>li:last-of-type {
  margin-bottom: 0;
}

.detail-middle-text-container[data-t="back_info"] ul>li span:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 21px;
  position: relative;
  padding-left: 12px;
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 150px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-middle-text-container[data-t="back_info"] ul>li:hover span:first-child {
  color: var(--ms-color-theme, #1E82E3);
}

.detail-middle-text-container[data-t="back_info"] ul>li:hover span:first-child::before {
  background: var(--ms-color-theme, #1E82E3);
}

.detail-middle-text-container[data-t="back_info"] ul>li span:first-child::before {
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  margin-right: 8px;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.detail-middle-text-container[data-t="back_info"] ul>li span:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #B0B0B0;
  line-height: 21px;
  position: relative;
}

.detail-middle-text-container[data-t="back_info"] ul>li span:last-child::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #c4c4cc;
  margin-right: 8px;
  position: absolute;
  left: -32px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.detail-middle-text-container[data-t="back_info"] ul>li a{
  color: #333;
}
.detail-middle-text-container[data-t="back_info"] ul>li:hover span:first-child a,
.detail-middle-text-container[data-t="back_info"] ul>li:hover span:first-child {
  color: var(--ms-color-theme, #1E82E3);
}

/* 本篇引用 */
.detail-middle-text-container[data-t="this_quote"] {
  display: none;
  max-height: 230px;
  overflow-y: auto;
}

.detail-middle-text-container[data-t="this_quote"] ul>li {
  line-height: 21px;
  margin-bottom: 16px;
  cursor: pointer;
}

.detail-middle-text-container[data-t="this_quote"] ul>li a{
  color: #333;
}

.detail-middle-text-container[data-t="this_quote"] ul>li:last-of-type {
  margin-bottom: 0;
}

.detail-middle-text-container[data-t="this_quote"] ul>li span:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 21px;
  position: relative;
  padding-left: 12px;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail-middle-text-container[data-t="this_quote"] ul>li:hover span:first-child a,
.detail-middle-text-container[data-t="this_quote"] ul>li:hover span:first-child {
  color: var(--ms-color-theme, #1E82E3);
}

.detail-middle-text-container[data-t="this_quote"] ul>li:hover span:first-child::before {
  background: var(--ms-color-theme, #1E82E3);
}

.detail-middle-text-container[data-t="this_quote"] ul>li span:first-child::before {
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  margin-right: 8px;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/* content */
.law_yy_btn {
  color: var(--ms-color-theme, #1E82E3);
}

.addToReport {
  background: #F6F8FE;
  color: var(--ms-color-theme, #1E82E3);
  border: 1px solid #D4DFFB;
  padding: 0 8px;
  line-height: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.addToReport i.text {
  margin-left: 0;
}

.addToReport>i::before {
  font-family: "iconfont" !important;
  content: '\eb89';
  color: var(--ms-color-theme, #1E82E3);
  margin-right: 2px;
}

.addToReport:hover,
.addToReport:hover i::before {
  color: #ff9f24;
  transition: 0.5s;
}

.copy-tiao-btn,
.copy-tiao-title-btn {
  background: #FFF4E9;
  color: #FF7F0F;
  border: 1px solid #F8D1A9;
  padding: 0 8px;
  line-height: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
  white-space: nowrap;
}

.copy-tiao-btn>i::before,
.copy-tiao-title-btn>i::before {
  font-family: "iconfont" !important;
  content: '\ec7a';
  color: #FF7F0F;
  margin-right: 2px;
}

.history_url,
.history_item_url {
  color: #666;
}

.history_url:hover,
.history_item_url:hover {
  color: var(--ms-color-theme, #1E82E3);
}

.his_tab i {
  background: var(--ms-color-theme, #1E82E3);
}



/* 目录 */

.directory_btn {
  width: 72px;
  height: 72px;
  background: #fff;
  color: var(--ms-color-theme, #1E82E3);
  text-align: center;
  font-size: 14px;
  position: fixed;
  top: 487px;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 0px rgba(225, 225, 225, 0.5);
  display: none;
}

.directory_btn>i {
  display: inline-block;
  margin-bottom: 2px;
  line-height: 1;
  font-size: 24px;
  margin-top: 14px;
}

.directory_btn p {
  cursor: pointer;
}

.directory_box {
  display: block;
  position: fixed;
  top: 600px;
  width: 378px;
  height: auto;
  max-height: 360px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(211, 210, 210, 0.8);
  display: none;
  padding: 20px;
  z-index: 1050;
  padding-right: 0;
}

.directory_box .trangle {
  position: fixed;
  left: 269px;
  top: 20px;
  content: "";
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid transparent;
  display: block;
  margin: 0 auto;
  border-left-color: #fff;
}

.directory_box .directory_list {
  /* width: 338px; */
  max-height: 320px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

.directory_list ul {
  padding-left: 14px;
  list-style: none;
  display: none;
}

.directory_list ul li {
  list-style: none;
}

.law-nav-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 0;
  color: #333;
  display: block;
  text-indent: 0rem;
  padding-right: 20px;
}
.directory_list .law-nav-item._zhang,
.directory_list .law-nav-item._fenbian,
.directory_list .law-nav-item._bian{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.directory_list .law-nav-item._zhang.open i::after,
.directory_list .law-nav-item._fenbian.open i::after,
.directory_list .law-nav-item._bian.open i::after {
  content: '\e6e5';
  font-family: "iconfont" !important;
  display: inline-block;
  font-size: 12px;
  color: #666;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.directory_list .law-nav-item._zhang i::after,
.directory_list .law-nav-item._fenbian i::after,
.directory_list .law-nav-item._bian i::after {
  content: '\e777';
  font-family: "iconfont" !important;
  display: inline-block;
  font-size: 12px;
  color: #666;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.directory_list .law-nav-item._child {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;
}

.directory_list .law-nav-item._child::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #666;
  /* margin-right: 4px; */
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  top: 16px;
  left: 9px;
}

.directory_list ul li {
  padding: 0px 0;
  margin: 0;
  border: 0;
}

.law-nav-item:hover {
  color: var(--ms-color-theme, #1E82E3);
}

.directory_list .law-nav-item._child.active2::before {
  background: var(--ms-color-theme, #1E82E3);
}

.directory_list .law-nav-item._zhang.active2 i::after,
.directory_list .law-nav-item._fenbian.active2 i::after,
.directory_list .law-nav-item._bian.active2 i::after,
.directory_list .law-nav-item.active2 {
  color: var(--ms-color-theme, #1E82E3);
}

.law-nav-item:hover::before {
  background: var(--ms-color-theme, #1E82E3);
}

/* 复制功能 */
#copyDoc {
  position: absolute;
  left: -99999px;
  top: -99999px;
}

#copyDoc div {
  display: block !important;
}


a.law_yy_btn,
a.addToReport,
a.copy-tiao-btn,
a.copy-tiao-title-btn {
  display: none;
}


.law-jie:hover a.law_yy_btn,
.law-jie:hover a.addToReport,
.law-jie:hover a.copy-tiao-btn,
.law-jie:hover a.copy-tiao-title-btn,
.law-zhang:hover a.law_yy_btn,
.law-zhang:hover a.addToReport,
.law-zhang:hover a.copy-tiao-btn,
.law-zhang:hover a.copy-tiao-title-btn,
.law-bian:hover a.law_yy_btn,
.law-bian:hover a.addToReport,
.law-bian:hover a.copy-tiao-btn,
.law-bian:hover a.copy-tiao-title-btn,
.law-kuan:hover a.law_yy_btn,
.law-kuan:hover a.addToReport,
.law-kuan:hover a.copy-tiao-btn,
.law-kuan:hover a.copy-tiao-title-btn,
.law-xiang:hover a.law_yy_btn,
.law-xiang:hover a.addToReport,
.law-xiang:hover a.copy-tiao-btn,
.law-xiang:hover a.copy-tiao-title-btn,
.law-tiao:hover a.law_yy_btn,
.law-tiao:hover a.addToReport,
.law-tiao:hover a.copy-tiao-btn,
.law-tiao:hover a.copy-tiao-title-btn {
  display: initial;
}

.header_float .law_detail_title{
  width: 100%;
  padding: 10px 0 20px;
  text-align: center;
  font-size: 20px;
  color: #333;
  box-shadow: 0px 10px 10px 0px rgb(28 100 185 / 10%);
  border-radius: 0 0 10px 10px;
}

/* 聚焦命中样式 */
.focus_hit_style {
  background: #FAFAFA;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px
}




.title-box:hover{
  background: transparent;
}
.detail-nav-title>i{
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

/* 分享 */
.ercode_box{
  display: none;
  position: absolute;
  width: 210px;
  background: #fff;
  z-index: 100;
  font-size:0;
  padding: 20px;
  box-shadow: 0px 0px 6px rgba(168, 168, 168, 0.25);
  text-align: center;
}

.ercode_box i.close_icon{
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -18px;
  top: -18px;
  cursor: pointer;
  box-shadow: 0px 0px 6px rgba(168, 168, 168, 0.25);
}

.ercode_box i.close_icon::after{
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  bottom: 0;
  margin: auto;
  z-index: 100;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  content: '\e64c';
  font-family: "iconfont" !important;
}

.ercode_box img{
  width:170px;
  height:170px;
}

.ercode_box p:first-of-type{
  font-size:14px;
  color:#666;
  margin-top:12px;
  line-height: 1;
}
.ercode_box p:last-of-type{
  font-size:12px;
  color:#333;
  margin-top: 4px;
  line-height: 18px;
}

.ercode_box p>font{
  color: #FF0A0A;
}

.expire_date_box{
  width:170px;
  height:170px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 100;
  display: none;
}

.expire_date_box>div{
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 20px;
  margin-top: 60px;
}

.expire_date_box>i{
  font-size: 20px;
  cursor: pointer;
}
