@charset "UTF-8";

.forbidden {
  cursor: no-drop !important;
}

em {
  font-style: normal;
}
/* ---------------------lawfirm_top_search------------------------ */
.lawfirm_search_box {
  position: relative;
}
.lawfirm_top_search {
  width: 100%;
  padding: 6px;
  position: relative;
}
.lawfirm_top_search::after {
  content: "\e6b8";
  font-family: "iconfont" !important;
  font-size: 16px;
  color: #999;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  z-index: 1;
}
.lawfirm_top_search i {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  cursor: pointer;
}
.lawfirm-body.simple .lawfirm_new_nav_box .lawfirm_top_search > input {
  padding: 0;
}
.lawfirm_top_search > input {
  width: 100%;
  padding: 0 22px 0 8px;

  height: 32px;
  line-height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}
.lawfirm_top_search > input.blue {
  border: 1px solid var(--color-theme);
}
.lawfirm_top_search > i {
  position: absolute;
  width: 14px;
}

.lawfirm_search_ul {
  display: none;
  position: absolute;
  z-index: 101;
  background: #fff;
  width: 136px;
  max-height: 276px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
  color: #000000;
  top: 40px;
  left: 6px;
  padding: 8px 0;
  padding-left: 8px;
  box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.05), 0px 16px 24px 2px rgba(0, 0, 0, 0.04),
    0px 8px 10px -5px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 1px solid #dcdcdc;
}
.lawfirm_search_ul .lawfirm_top_icon {
}
.lawfirm_search_ul li {
  padding: 0 8px 0 0;
}
.lawfirm_search_ul .item,
.lawfirm_search_ul .item1 {
  line-height: 38px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  padding: 0 8px;
  border-left: 4px solid #fff;
  height: 38px;
  border-radius: 4px;
  border: 0;
}

.lawfirm_search_ul .item[data-isShow="N"] {
  color: #999999;
}

.lawfirm_search_ul .item_child .item span,
.lawfirm_search_ul .item_child .item1 span {
  margin-left: 16px;
}
.lawfirm_search_ul .item_child .item1 span {
  color: #999999;
}

.lawfirm_search_ul .item_child {
  display: block;
}
.lawfirm_search_ul .item.active,
.lawfirm_search_ul .item:hover {
  background: #f9f7f5;
  color: var(--color-theme);
}
.lawfirm_search_ul .lawfirm_top_close {
  font-size: 10px;
  color: #999999;
  width: 30px;
  text-align: center;
  height: 16px;
  line-height: 16px;
  margin-left: 2px !important;
  padding: 0 4px;
  background-color: #eeeeee;
  border-radius: 2px;
}

.highlight {
  color: var(--color-theme);
}

/******************** nav ********************/
.lawfirm_new_nav_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 120px;
  height: calc(100vh - 56px);
  z-index: 101;
  background: #fff;
}

.lawfirm_new_nav_wrap {
  width: 100%;
  /* height: 100%; */
  height: calc(100% - 50px);
  position: relative;
  padding: 0px 0 16px 0;
}

.lawfirm_new_nav_wrap ul {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
  color: #333;
}

.lawfirm_new_nav_wrap .item {
  line-height: 38px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  padding: 0 8px;
  border-left: 4px solid #fff;
  height: 38px;
  font-size: 0;
  color: #737a99;
}

.lawfirm_new_nav_wrap .item.active,
.lawfirm_new_nav_wrap .item:hover .iconfont {
  background: transparent;
}

.lawfirm_new_nav_wrap .item .iconfont {
  color: #999;
  /* position: relative; */
  z-index: 10;
  /* background: linear-gradient(to right, transparent, #fff); */
  position: absolute;
  right: 4px;
}

.lawfirm_new_nav_wrap .item .oldimg {
  position: relative;
  right: 0;
  color: #737a99;
  vertical-align: middle;
  background: 0;
  margin: 0;
}

.lawfirm-body.simple .lawfirm_new_nav_wrap .item {
  padding-left: 15px;
}

.lawfirm_new_nav_wrap .item[data-isShow="N"] {
  display: none !important;
}

.lawfirm_new_nav_wrap .item[data-isShow="N"] .control_childmenu_btn {
  display: none !important;
}

.lawfirm_new_nav_wrap .item.active {
  background: var(--color-theme);
  border-color: transparent;
  color: #fff;
}

.lawfirm_new_nav_wrap .item.active .oldimg {
  color: #fff;
}

.lawfirm_new_nav_wrap .item:hover {
  background: var(--color-secondary);
  border-color: transparent;
  color: var(--color-theme);
}

.lawfirm_new_nav_wrap .item:hover .oldimg {
  color: var(--color-theme);
}

.more_setup_wrap .item_icon,
.lawfirm_new_nav_wrap .item_icon,
.topToolListNav .item_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/* 首页 */
.more_setup_wrap .item[data-i="-1"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="-1"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 0;
  background-size: 16px;
}

/* 业务 */
.more_setup_wrap .item[data-i="1"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="1"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -16px;
  background-size: 16px;
}

/* 任务 */
.more_setup_wrap .item[data-i="2"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="2"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -32px;
  background-size: 16px;
}

/* 文档 */
.more_setup_wrap .item[data-i="3"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="3"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -48px;
  background-size: 16px;
}

/* 计时 */
.more_setup_wrap .item[data-i="4"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="4"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -64px;
  background-size: 16px;
}

/* 财务 */
.more_setup_wrap .item[data-i="5"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="5"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -80px;
  background-size: 16px;
}

/* 客户 */
.more_setup_wrap .item[data-i="6"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="6"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -96px;
  background-size: 16px;
}

/* 审批 */
.more_setup_wrap .item[data-i="7"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="7"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -112px;
  background-size: 16px;
}

/* 人脉 */
.more_setup_wrap .item[data-i="8"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="8"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -128px;
  background-size: 16px;
}

/* 工具 */
.more_setup_wrap .item[data-i="9"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="9"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -144px;
  background-size: 16px;
}

/* 大屏 */
.more_setup_wrap .item[data-i="10"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="10"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -160px;
  background-size: 16px;
}

/* 行政 */
.more_setup_wrap .item[data-i="11"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="11"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -176px;
  background-size: 16px;
}

/* 人资 */
.more_setup_wrap .item[data-i="12"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="12"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -192px;
  background-size: 16px;
}

/* 配置 */
.more_setup_wrap .item[data-i="13"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="13"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -208px;
  background-size: 16px;
}

/* 知识 */
.more_setup_wrap .item[data-i="14"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="14"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -224px;
  background-size: 16px;
}

/* 设置 */
.more_setup_wrap .item[data-i="-2"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="-2"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -240px;
  background-size: 16px;
}

/* 统计 */
.more_setup_wrap .item[data-i="59"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="59"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -256px;
  background-size: 16px;
}

/* 私库 */
.more_setup_wrap .item[data-i="60"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="60"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -272px;
  background-size: 16px;
}

/* 党建 */
.more_setup_wrap .item[data-i="61"] .item_icon,
.lawfirm_new_nav_wrap .item[data-i="61"] .item_icon {
  background: url(/static/Public/images/lawfirmNav/left_nav2x.png) no-repeat;
  background-position: 0 -288px;
  background-size: 16px;
}

.lawfirm_new_nav_wrap .item span {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 8px;
}

.lawfirm_new_nav_wrap .item_child .item span {
  margin-left: 23px;
}

.lawfirm_new_nav_wrap .item_child {
  display: none;
}
/* 原图标样式 */
/* .lawfirm_new_nav_wrap .team_icon {
  display: inline-block;
  width: 34px;
  height: 18px;
  background: #edcc86;
  color: #c79221;
  position: relative;
  top: -2px;
  left: 1px;
  font-size: 12px;
  vertical-align: middle;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  font-style: inherit;
} */

.lawfirm_new_nav_wrap .team_icon {
  width: 31px;
  height: 22px;
  background-image: url(/static/Public/images/lawfirmNav/team_Icon.png);
  background-position: center;
  background-size: 31px 22px;
  position: absolute;
  top: -7px;
  left: 61px;
  display: inline-block;
  background-repeat: no-repeat;
}

/* 图标样式 */
/* .lawfirm_new_nav_wrap .team_icon {
  display: inline-block;
  background: #edcc86;
  color: #c79221;
  position: relative;
  top: -1px;
  left: -8px;
  vertical-align: middle;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
  font-style: inherit;
  font-size: 20px;
  transform: scale(0.6);
  padding: 2px;
} */

.nav_isshow_btn {
  display: inline-block;
  position: absolute;
  top: 82px;
  right: -19px;
  /* width: 22px;
  height: 22px;
  border: 1px solid #eee;
  border-radius: 50%; */
  z-index: 100;
  cursor: pointer;
  /* text-align: center;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background-color: #fff; */
}

.nav_isshow_btn i {
  color: #000;
  font-size: 14px;
  display: none;
}

.nav_isshow_btn:hover {
  /* background-color: var(--color-theme);
  border: 1px solid var(--color-theme);
  border-radius: 50%; */
}

.nav_isshow_btn:hover i {
  color: #fff;
  font-size: 16px;
}

.lawfirm-body .nav_isshow_btn .left_icon {
  display: inline-block;
}

.lawfirm-body .nav_isshow_btn .right_icon {
  display: none;
}

.lawfirm-body.simple .nav_isshow_btn .left_icon {
  display: none;
}

.lawfirm-body.simple .nav_isshow_btn .right_icon {
  display: inline-block;
}

.lawfirm_new_nav_tip {
  position: absolute;
  padding: 8px 12px;
  background-color: #fff;
  border-radius: 4px;
  color: #333333;
  font-size: 14px;
  display: none;
  text-align: center;
  z-index: 1050;
  line-height: normal;
  white-space: nowrap;
  box-shadow: 0px 12px 42px 0px rgb(38 38 38 / 24%);
}

.lawfirm_new_nav_tip .trangle {
  position: absolute;
  left: -8px;
  top: 10px;
  content: "";
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: block;
  margin: 0 auto;
  border-right-color: #fff;
}

.lawfirm_new_nav_tip p {
  margin: 0;
}

/******************** nav simple ********************/

.lawfirm-body.simple .lawfirm_new_nav_box {
  width: 0;
}

.lawfirm-body.simple .lawfirm_new_nav_wrap .item span,
.lawfirm-body.simple .lawfirm_new_nav_wrap .item i {
  display: none;
}

/******************** nav modal ********************/

.more_nav_btn i {
  margin-left: 6px;
}

.more_setup_wrap {
  width: 276px;
  background: #fff;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  position: absolute;
  padding: 16px 18px;
  display: none;
  z-index: 100;
}

.more_setup_wrap .nav_setup_header {
  padding-bottom: 10px;
  position: relative;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.more_setup_wrap .nav_setup_header .close {
  position: absolute;
  right: 0;
  top: 0;
}

.more_setup_wrap .nav_setup_header .close i {
  font-size: 20px;
  color: #999;
}

.more_setup_wrap .nav_setup_bot .tip_text {
  font-size: 12px;
  color: #666;
  margin: 12px 0;
  display: inline-block;
}

.more_setup_wrap .nav_setup_bot ul {
  width: 100%;
  max-height: calc(100vh - 200px);
  overflow: auto;
}

.more_setup_wrap .nav_setup_bot ul li {
  width: 100%;
  line-height: 35px;
  border-top: 1px solid #eee;
}

.more_setup_wrap .nav_setup_bot ul li .newicon {
  vertical-align: middle;
  font-size: 16px;
  color: #737a99;
}

.more_setup_wrap .nav_setup_bot ul li:first-child {
  border: 0;
}

.more_setup_wrap .nav_setup_bot ul li:first-child > div:not(.child) .up,
.more_setup_wrap .nav_setup_bot ul li:last-child > div:not(.child) .down,
.more_setup_wrap .nav_setup_bot .child > div:first-child .up,
.more_setup_wrap .nav_setup_bot .child > div:last-child .down {
  color: #dbdbdb;
  cursor: not-allowed;
}

.more_setup_wrap .nav_setup_bot ul li span {
  display: inline-block;
  vertical-align: middle;
}

.more_setup_wrap .nav_setup_bot .item .switch_btn {
  width: 32px;
  height: 32px;
  background-image: url(/static/Public/images/lawfirmNav/lawfirmNav_14.png);
  background-position: center center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.more_setup_wrap .nav_setup_bot .item[data-show="Y"] .switch_btn {
  width: 32px;
  height: 16px;
  background-image: url(/static/Public/images/lawfirmNav/lawfirmNav_16.png);
  background-position: center center;
  background-size: 32px 16px;
  background-repeat: no-repeat;
}

.more_setup_wrap .nav_setup_bot ul li .up i {
  font-size: 18px;
  color: rgb(187, 187, 187);
}

.more_setup_wrap .nav_setup_bot ul li:first-child .up i {
  font-size: 18px;
  color: rgb(219, 219, 219);
}

.more_setup_wrap .nav_setup_bot ul li .down i {
  font-size: 18px;
  color: rgb(187, 187, 187);
}

.more_setup_wrap .nav_setup_bot ul li:last-child .down i {
  font-size: 18px;
  color: rgb(219, 219, 219);
}

.more_setup_wrap .nav_setup_bot ul .up,
.more_setup_wrap .nav_setup_bot ul .down {
  display: inline-block;
  position: relative;
  margin-left: 13px;
  cursor: pointer;
}

.more_setup_wrap .nav_setup_bot ul li .title {
  margin-left: 10px;
  width: 106px;
  padding-right: 10px;
}

.more_setup_wrap .nav_setup_bot .child > div {
  padding-left: 16px;
}

.more_setup_wrap .nav_isSimple {
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
}

.more_setup_wrap .nav_isSimple i {
  display: inline-block;
  margin: 0 6px -3px 0;
  width: 16px;
  height: 16px;
  background-image: url(/static/Public/images/lawfirmNav/check2x.png);
  background-size: 80px 16px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  transition: none;
}

.more_setup_wrap .nav_isSimple i:hover {
  display: inline-block;
  margin: 0 6px -3px 0;
  width: 16px;
  height: 16px;
  background-image: url(/static/Public/images/lawfirmNav/check2x.png);
  background-size: 80px 16px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: -16px 0px;
  transition: none;
}

.more_setup_wrap .nav_isSimple.active i {
  background-image: url(/static/Public/images/lawfirmNav/check2x.png);
  background-size: 80px 16px;
  background-repeat: no-repeat;
  background-position: -32px 0px;
  transition: none;
}

/* 增加收藏 - 9-12 wangjp */
.left_blank,
.left_Collection {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  color: #fa8919;
  cursor: pointer;
  margin-right: 8px;
}
.more_setup_wrap {
  width: 300px;
}
.leftCloseColl {
  color: #999999;
}
