/* 律所导航条 */

/* .lawfirm-body .modal-backdrop, */

body .modal-backdrop {
  z-index: 799;
}

.jufa-Unified-loginreg {
  padding: 0 8px;
}

.jufa-Unified-loginreg .digitalavatar_img,
.login_drop_top_left .digitalavatar_img_drop {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.jufa-Unified-loginreg .digitalavatar {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: var(--color-theme);
  border-radius: 50%;
  line-height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

.login_drop_top_left .imgs span {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: var(--color-theme);
  border-radius: 50%;
  line-height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

.user-menu #menu3 {
  right: 0;
  left: auto;
}

.lawfrim_header {
  z-index: 5;
  width: 100%;
  height: 56px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 798;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.lawfrim_header .lawfrim_logo {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 600;
  display: none;
}

.lawfrim_header .lawfrim_logo img,
.lawfrim_header .lawfrim_logo span {
  margin-top: 0px !important;
  vertical-align: middle;
}

.lawfrim_header .lawfrim_logo span {
  color: var(--color-theme);
}

.lawfrim_header .lawfrim_logo a,
.lawfrim_header .lawfrim_logo a:hover {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}

.jufa-Unified-header {
  width: auto;
  padding: 0 16px !important;
  min-width: 1120px !important;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.law-firm-modal {
  height: 56px;
  display: inline-block;
  width: calc(100% - 430px);
  text-align: center;
}

.law-firm-modal-item_index {
  width: 80px;
  height: 100%;
  display: inline-block;
  text-align: center;
  margin: 0px 0px 0px 0px;
  color: #333333;
  font-size: 14px;
  line-height: 56px;
  background-color: transparent;
  cursor: pointer;
}

.law-firm-modal-item_index.active {
  color: #1c64b9;
}

.law-firm-modal-item_index.active span {
  display: inline-block;
  height: 100%;
  border-bottom: 2px solid #1c64b9;
}

/* 消息 */
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.jufa-msgManage_wrapper {
  float: left;
  text-align: left;
  position: relative;
}

.jufa-msgManage_wrapper .jufa-msgManage_link:hover {
  background: url(/static/Public/images/lawFirm/tool_index/msg_index.png) no-repeat;
  background-size: 20px 20px;
  background-position: center;
}

.jufa-msgManage_wrapper .jufa-msgManage_link {
  position: relative;
  top: 3px;
  width: 22px;
  height: 22px;
  background: url(/static/Public/images/lawFirm/tool_index/msg_index.png) no-repeat;
  background-size: 20px 20px;
  background-position: center;
  display: inline-block;
  margin-right: 5px;
  padding-bottom: 20px;
  box-sizing: content-box;
}

.jufa-msgManage_wrapper .jufa-msgManage_link span {
  top: 6px;
  background-color: #e62412;
  min-width: 16px;
  min-height: 16px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  font-size: 12px;
  line-height: 14px;
}

.jufa-msgManage_wrapper.hover:hover .jufa_znx {
  display: block;
}

.jufa-msgManage_wrapper .jufa_znx {
  display: none;
  position: absolute;
  top: 40px;
  right: 20px;
  width: 250px;
  background-color: #fff;
  border: 1px solid #dddddd;
  cursor: default;
  z-index: 110;
  border-radius: 8px;
}

.jufa-msgManage_wrapper .jufa_znx_item_top {
  height: 20px;
}

.jufa-msgManage_wrapper .jufa_znx_title {
  height: 40px;
  line-height: 40px;
  color: #101010;
  font-size: 14px;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
}

.jufa-msgManage_wrapper .jufa_znx_new {
  font-size: 9px;
  background-color: #ee502f;
  color: #fff;
  padding: 1px 4px;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  position: relative;
  top: -10px;
  margin-left: 5px;
}

.jufa-msgManage_wrapper span.news_count {
  background-color: transparent;
  color: #101010;
}

.jufa-msgManage_wrapper .news_count font {
  color: #ff9f24;
}

.jufa-msgManage_wrapper .jufa_znx_item {
  border-bottom: 1px solid #ddd;
  padding: 9px 12px 10px 15px;
}

.jufa-msgManage_wrapper .jufa_znx_item:last-child {
  border-bottom: none;
}

.jufa-msgManage_wrapper span.jufa_znx_item_title {
  font-size: 12px;
  display: inline-block;
  max-width: 175px;
  font-weight: 600;
  color: #111e36;
  line-height: 20px;
}

.jufa-msgManage_wrapper span.jufa_znx_item_time {
  font-size: 12px;
  color: #999999;
  float: right;
}

.jufa-msgManage_wrapper .jufa_znx_item_content {
  max-height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 4px 0;
  color: #101010;
  font-size: 12px;
  position: relative;
}

.jufa-msgManage_wrapper a.jufa_znx_item_toDetail {
  margin-top: 4px;
  color: #1c64b9;
  font-size: 12px;
}

.jufa-msgManage_wrapper .jufa_znx_toCenter {
  background-color: #ebf3fd;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: #1c64b9;
  font-size: 14px;
  border-top: 1px solid #cfe3fd;
  display: block;
  border-radius: 0 0 8px 8px;
}

.jufa_znx a:hover {
  color: #ff9f24;
  transition: 0.5s;
}

/* 登录注册按钮 */
.user-menu #loginReg {
  width: 94px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 6px;
}

.user-menu #loginReg a {
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #4d8ffb;
  border-radius: 2px;
}

.user-menu #loginReg a span {
  color: #fff;
}

.user-menu #loginReg .loginicon {
  width: 14px;
  margin-top: -5px;
  margin-right: 3px;
}

.modal-backdrop {
  z-index: 1050;
}

#menu4 {
  left: -158px;
  border-radius: 10px;
}

/* 新版导航 */
.func_item_wrap {
  display: inline-block;
  /* margin-top: 10px; */
  position: relative;
}

.func_item {
  padding: 0 10px 0 10px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.func_item.jufaHelper .func_item_icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #2c75fa;
  /* background-image: url(/static/Public/lawFirm/img/jufaHelper@2x.png);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat; */
}

.func_item:last-of-type .func_item_icon {
  display: inline-block;
  vertical-align: middle;
  color: #2c75fa;
  font-size: 20px;
  /* background-image: url(/static/Public/lawFirm/img/app@2x.png);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat; */
}

.func_item .func_item_name {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  vertical-align: middle;
}

.func_item:hover .func_item_name {
  color: #1764f5;
}

.appDown {
  position: relative;
}

.app_code {
  display: none;
  position: absolute;
  top: 46px;
  left: -35px;
  margin: auto;
  z-index: 10;
  text-align: center;
  width: 180px;
  height: 190px;
  background-color: #fff;
  padding-top: 17px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgb(19 74 139 / 4%);
  border: 1px solid #e7e7e7;
}

.app_code .trangle_wrap {
  position: absolute;
  right: calc(50% - 5.5px);
  top: -9px;
  content: "";
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid transparent;
  display: block;
  margin: 0 auto;
  border-bottom-color: #e7e7e7;
}

.app_code .trangle {
  position: absolute;
  right: calc(50% - 4px);
  top: -8px;
  content: "";
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: block;
  margin: 0 auto;
  border-bottom-color: #fff;
}

.app_code span {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
}

.app_code .app_code_wrap {
  border: 1px solid var(--color-theme);
  background-color: #ecf2fe;
  border-radius: 8px;
  padding: 6px;
  display: inline-block;
  margin-top: 12px;
}

.app_code img {
  width: 104px;
  height: 104px;
}

/* 超级会员 */
.jufa-Unified-vip {
  padding: 0 17px 0 15px;
  margin-top: 17px;
  line-height: 20px;
  border-right: 1px solid #eee;
  margin-right: 11px;
}

.jufa-Unified-vip img {
  width: 23px;
  height: 23px;
  vertical-align: middle;
}

.jufa-Unified-vip span {
  vertical-align: middle;
  color: var(--color-theme);
  line-height: 18px;
  font-weight: 600;
}

.jufa-Unified-vip .vip_icon {
  display: inline-block;
  width: 94px;
  height: 22px;
  vertical-align: middle;
  background: url(/static/Public/images/header_nav_03.png);
  background-size: 100% 100%;
}

.jufa-Unified-vip:hover .vip_icon {
  background: url(/static/Public/images/header_nav_04.png);
  background-size: 100% 100%;
}

/* *************新版 头像下拉框*************************** */

.jufa-Unified-dropdown-menu .teamName {
  font-size: 14px;
  color: #333333;
  vertical-align: top;
  border-left: 1px solid #e7e7e7;
  padding-left: 10px;
}

.jufa-Unified-dropdown-menu .team_text {
  font-size: 14px;
  color: #333333;
  margin-left: 6px;
  vertical-align: top;
}

.jufa-Unified-dropdown-menu .team_manage_btn {
  font-size: 14px;
  color: var(--color-theme);
  margin-left: 6px;
  cursor: pointer;
  vertical-align: top;
}

.jufa-Unified-dropdown-menu #myUser {
  display: inline-block;
  white-space: nowrap;
  max-width: 62px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 4px;
  margin-left: 4px;
}

.login_drop_top .login_drop_top_right a {
  color: var(--color-theme);
}

.login_drop_top .login_drop_top_right a i {
  color: var(--color-theme);
  font-size: 18px;
  position: relative;
  top: 2px;
}

.login_drop_mid .vip_type_item {
  width: calc(50% - 8px);
  /* width: 100%; */
  display: inline-block;
  height: 64px;
  background: #f9f7f5;
  border-radius: 4px;
  padding: 12px 10px;
  float: left;
}

.login_drop_mid .team_type {
  float: right;
}

.login_drop_mid .vip_type_item:first-child {
  margin-right: 10px;
}

.login_drop_mid .vip_type_item .vip_type_item_left {
  float: left;
  width: calc(100% - 56px);
}

.login_drop_mid .vip_type_item .vip_type_item_right {
  float: right;
  /* width: 50px; */
}

.login_drop_mid .vip_type_item .vip_type_item_left .vip_type_item_left_top {
  font-size: 14px;
  color: #333333;
}

.login_drop_mid .vip_type_item .vip_type_item_left .vip_type_item_left_top img {
  margin-bottom: 4px;
  margin-left: 8px;
}

.dropdown-btn img {
  height: 14px;
  overflow: hidden;
}

.login_drop_mid .vip_type_item .vip_type_item_left .vip_type_item_left_top span {
  vertical-align: top;
}

.login_drop_mid .vip_type_item .vip_type_item_left .vip_type_item_left_bot {
  font-size: 12px;
  color: #999999;
  margin-top: 8px;
}

.login_drop_mid .vip_type_item .vip_type_item_right button {
  /* width: 48px; */
  height: 28px;
  background: #f7e1c6;
  border-radius: 4px;
  font-size: 14px;
  color: #885721;
  cursor: pointer;
  margin-top: 6px;
  border: 0;
}

.login_drop_mid .vip_type_item .vip_type_item_right .law_vip_renew_btn {
  background: var(--color-theme);
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
}

.jufa-Unified-album-user .dropdown-menu {
  line-height: normal;
}

.login_drop_bot .login_drop_botlist {
  margin: 22px auto;
}

.login_drop_bot .login_drop_botlist .botlist_item {
  margin: 0 14px !important;
}

.login_drop_bot_btns img {
  margin-bottom: 2px;
}

.login_drop_top_right img {
  margin-bottom: 2px;
}

/* 新版顶部栏 */
.lawfrim_header .jufaHelper {
  padding-right: 0;
}

.lawfrim_header .create_lawfirm_team_btn {
  padding: 7px 16px;
  background: linear-gradient(153deg, #4ea5fd 0%, #2c75fa 100%);
  border-radius: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  margin-right: 8px;
}

.lawfrim_header .buy_vip_btn {
  padding: 4px 16px;
  background: #edcc86;
  border-radius: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #bc843f;
  border: 0;
  cursor: pointer;
  margin-right: 8px;
  position: relative;
}

.lawfrim_header .buy_vip_btn div {
  display: inline-block;
  /* animation: myBreath 2s linear infinite; */
}

@keyframes myBreath {
  0% {
    transform: scale(0.88);
  }

  25% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.88);
  }
}

.lawfrim_header .buy_vip_btn img {
  width: 20px;
  height: 20px;
}

.lawfrim_header .buy_vip_btn span {
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
  font-size: 14px;
}

.func_item_wrap.fline {
  height: 100%;
  display: flex;
  align-items: center;
  /* border-left: 1px solid #eee; */
}

.lawfrim_header .fline:last-of-type {
  border-right: 1px solid #eee;
}

.func_item_wrap .msg_wrap .msg_tit {
  font-size: 14px;
  color: #333333;
  vertical-align: baseline;
  margin: 0 2px;
}

.func_item_wrap .msg_wrap img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.func_item_wrap .msg_wrap i {
  display: inline-block;
  font-size: 14px;
  color: #3d3d3d;
  vertical-align: middle;
}

.func_item_wrap .msg_wrap .msg_num {
  padding: 0px 4px;
  background: #e62412;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 28px;
  position: absolute;
  top: -10px;
  left: 50px;
}

.msg_wrap {
  padding: 0 12px;
  /* border-right: 1px solid #eee; */
  cursor: pointer;
  position: relative;
}

.person_info_wrap {
  display: inline-block;
  cursor: pointer;
}

.person_info_wrap .lawFirm_header_headImg img {
  width: 28px;
  height: 28px;
}

.person_info_wrap .lawFirm_header_headImg .zUserPhoto div {
  width: 28px;
  height: 28px;
}

/* 解决单总提的头像有点偏的问题 */
.lawFirm_header_headImg .zUserPhoto {
  font-size: 14px;
}

/* 个人信息 */
/* 1 普通用户 2 普通会员  3：超级会员  4律所会员 */

.person_info_wrap .dropdown-menu .user_level {
  /* width: 72px; */
  width: 63px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 10px;
}

#myInfoBtn .user_level_icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: -2px;
  bottom: 10px;
  line-height: 16px;
  display: none;
}

#myInfoBtn[data-level="2"] .user_level_icon {
  display: block;
  background-image: url(/static/Public/lawFirm/img/vip_icon2x.png);
  background-size: 48px 16px;
  background-repeat: no-repeat;
  background-position: 0 0px;
}

#myInfoBtn[data-level="3"] .user_level_icon {
  display: block;
  background-image: url(/static/Public/lawFirm/img/vip_icon2x.png);
  background-size: 48px 16px;
  background-repeat: no-repeat;
  background-position: -16px 0px;
}

#myInfoBtn[data-level="4"] .user_level_icon {
  display: block;
  background-image: url(/static/Public/lawFirm/img/vip_icon2x.png);
  background-size: 48px 16px;
  background-repeat: no-repeat;
  background-position: -16px 0px;
}

#myInfoBtn[data-level="lsvip"] .user_level_icon {
  display: block;
  background-image: url(/static/Public/lawFirm/img/vip_icon2x.png);
  background-size: 48px 16px;
  background-repeat: no-repeat;
  background-position: -32px 0px;
  display: none;
  /*按照设计要求隐藏*/
}

.person_info_wrap .dropdown-menu .isAuth {
  width: 52px;
  height: 20px;
  display: inline-block;
  margin-right: 4px;
}

.person_info_wrap .isAuth {
  display: inline-block;
  margin-right: 8px;
}

.person_info_wrap .isAuth[data-auth="no"] {
  display: none;
}

.person_info_wrap .isAuth span {
  display: none;
}

.person_info_wrap .isAuth[data-auth="0"] .no_auth {
  display: inline-block;
  color: var(--color-theme);
  background: #fff;
  border: 1px solid var(--color-theme);
  border-radius: 10px;
  text-align: center;
  line-height: 18px;
  width: 52px;
  height: 20px;
  font-size: 12px;
}

.person_info_wrap .isAuth[data-auth="0"] .has_auth {
  display: none;
}

.person_info_wrap .isAuth[data-auth="1"] .no_auth {
  display: none;
}

.person_info_wrap .isAuth[data-auth="1"] .has_auth {
  display: inline-block;
  color: var(--color-theme);
  background: #fff;
  border: 1px solid var(--color-theme);
  border-radius: 10px;
  text-align: center;
  line-height: 18px;
  width: 52px;
  height: 20px;
  font-size: 12px;
}

.person_info_wrap .user_level[data-level="0"] {
  display: none;
}

/* .person_info_wrap .user_level[data-level="1"] {
  background-image: url(/static/Public/lawFirm/img/level2x.png);
  background-size: 288px 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.person_info_wrap .user_level[data-level="2"] {
  background-image: url(/static/Public/lawFirm/img/level2x.png);
  background-size: 288px 20px;
  background-repeat: no-repeat;
  background-position: -72px 0;
}

.person_info_wrap .user_level[data-level="3"],
.person_info_wrap .user_level[data-level="4"] {
  background-image: url(/static/Public/lawFirm/img/level2x.png);
  background-size: 288px 20px;
  background-repeat: no-repeat;
  background-position: -144px 0;
} */

.person_info_wrap .user_level[data-level="1"] {
  background-image: url(/static/Public/lawFirm/img/level2x.png);
  background-size: 317px 18px;
  background-repeat: no-repeat;
  background-position: 0 center;
}

.person_info_wrap .user_level[data-level="2"] {
  background-image: url(/static/Public/lawFirm/img/level2x.png);
  background-size: 317px 18px;
  background-repeat: no-repeat;
  background-position: -64px center;
}

.person_info_wrap .user_level[data-level="3"],
.person_info_wrap .user_level[data-level="4"] {
  background-image: url(/static/Public/lawFirm/img/level2x.png);
  background-size: 317px 18px;
  background-repeat: no-repeat;
  background-position: -191px center;
}

/* 20240321------------- */
.person_info_wrap .user_level[data-level="3"][data-vip_type="VIP"],
.person_info_wrap .user_level[data-level="4"][data-vip_type="VIP"] {
  background-image: url(/static/Public/lawFirm/img/level2x.png);
  background-size: 317px 18px;
  background-repeat: no-repeat;
  background-position: -254px center;
}

/* 20240321------------- */

.person_info_wrap .user_level[data-level="5"] {
  background-image: url(/static/Public/lawFirm/img/level2x.png);
  background-size: 317px 18px;
  background-repeat: no-repeat;
  background-position: -127px center;
}

.person_info_wrap .user_level[data-level="6"] {
  background-image: url(/static/Public/lawFirm/img/level2x.png);
  background-size: 317px 18px;
  background-repeat: no-repeat;
  background-position: -262px center;
}

.person_info_wrap .user_level[data-level="lsvip"] {
  background-image: url(/static/Public/lawFirm/img/level2x.png);
  background-size: 288px 20px;
  background-repeat: no-repeat;
  background-position: -216px center;
}

.person_info_wrap .user_level {
  /* width: 72px; */
  width: 63px;
  height: 20px;
  display: inline-block;
  position: relative;
  /* top: 7px; */
  top: 5px;
}

/* 律所会员 */
/* .func_item_wrap .user_level[data-level='4']{
  background-image: url(/static/Public/lawFirm/img/vip_lawfirm.png);
  background-size: 52px 20px;
  background-repeat: no-repeat;
  background-position: center center;
} */

.user-menu #loginReg {
  float: none;
  top: 2px;
}

.modal-open .modal.demonstrate_apply_dialog {
  background-color: rgba(0, 0, 0, 0.5);
}

/* 下拉弹窗 */
.lawFirmVipDate {
  display: none;
}

.team_name_wrap {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  /* background-image: url();
    background-repeat:no-repeat;
    background-position:right center;
    background-size: 30px 30px; */
  background: linear-gradient(90deg, #e9f3ff 0%, #d5e9ff 100%);
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
  margin: 0px auto 8px;
  padding-left: 10px;
  position: relative;
  display: none;
}

.team_name_wrap .lawteam_manage_btn {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-theme);
  width: 40px;
  height: 22px;
  background: #c8ddfb;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 12px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
}

.login_drop_mid {
  margin-top: 18px;
}

.team_name_wrap img {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 28px;
}

/* 律所会员 */
.person_info_wrap .isLawFirmVip[data-lawVIP="0"] {
  display: none;
}

.person_info_wrap .isLawFirmVip[data-lawVIP="1"] {
  background-image: url(/static/Public/lawFirm/img/vip_lawfirm.png);
  background-size: 78px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.person_info_wrap .isLawFirmVip {
  width: 78px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: 4px;
}

.dropdown-menu .isAuth,
.dropdown-menu .isLawFirmVip,
.dropdown-menu .user_level {
  vertical-align: top;
}

#menu3 {
  box-shadow: rgb(9 22 36 / 26%) 0px 0px 20px -5px;
  border: 1px solid rgb(231, 231, 231);
  cursor: default;
}

#menu3 .user_level_icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  line-height: 14px;
  display: none;
}

#menu3[data-level="2"] .user_level_icon {
  display: block;
  background-image: url(/static/Public/lawFirm/img/vip_icon2x.png);
  background-size: 48px 16px;
  background-repeat: no-repeat;
  background-position: 0 0px;
}

#menu3[data-level="3"] .user_level_icon {
  display: block;
  background-image: url(/static/Public/lawFirm/img/vip_icon2x.png);
  background-size: 48px 16px;
  background-repeat: no-repeat;
  background-position: -16px 0px;
}

#menu3[data-level="4"] .user_level_icon {
  display: block;
  background-image: url(/static/Public/lawFirm/img/vip_icon2x.png);
  background-size: 48px 16px;
  background-repeat: no-repeat;
  background-position: -16px 0px;
}

#menu3[data-level="lsvip"] .user_level_icon {
  display: block;
  background-image: url(/static/Public/lawFirm/img/vip_icon2x.png);
  background-size: 48px 16px;
  background-repeat: no-repeat;
  background-position: -32px 0px;
}

.person_info_wrap .login_drop_top,
.person_info_wrap .login_drop_mid,
.person_info_wrap .login_drop_bot {
  padding: 0 20px !important;
}

.person_info_wrap .login_drop_bot_btns {
  padding: 0 20px !important;
  line-height: 46px;
}

.person_info_wrap .clearfix>div:first-child {
  margin-right: 0;
}

#createLawFirmTeamBtn {
  display: none;
}

/* 登陆者头部下拉 */
.botlist_item img {
  width: 44px;
  margin-bottom: 12px;
}

.botlist_item a span {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-bottom: 12px;
}

.botlist_item .download_icon {
  background-image: url(/static/Public/lawFirm/img/dropMenu_1.png);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  background-position: 0 0px;
}

.botlist_item .history_icon {
  background-image: url(/static/Public/lawFirm/img/dropMenu_2.png);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  background-position: 0 0px;
}

.botlist_item .collect_icon {
  background-image: url(/static/Public/lawFirm/img/dropMenu_3.png);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  background-position: 0 0px;
}

.botlist_item .order_icon {
  background-image: url(/static/Public/lawFirm/img/dropMenu_4.png);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  background-position: 0 0px;
}

.botlist_item .card_icon {
  background-image: url(/static/Public/lawFirm/img/dropMenu_5.png);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  background-position: 0 0px;
}

.vip_type_item .vip_icon {
  font-size: 18px;
  color: #edcc86;
  margin-right: 4px;
}

/* 头部 活动展示标签 */

.lawfrim_header .buy_vip_btn div.act_labels_cont {
  display: none;
}

.act_labels_cont {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 32px;
  width: 72px;
  height: 27px;
  /* width: 100px;
  height: 22px; */
  text-align: center;
  background-image: url(/static/Public/images/act_modal/act_20241111/act1111_24_label_new.png);
  /* background-image: url(/static/Public/images/act_modal/act_20230618/act618_23_label_new_2.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.act_labels_cont a {
  cursor: pointer;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.act_labels_cont span {
  font-size: 16px;
  font-weight: 600;
  color: #ff3b24;
  line-height: 30px;
}

/* 切换团队 */

.team_name_wrap .change_team {
  position: absolute;
  top: 0;
  right: 20px;
  border: 0;
  background: transparent;
  color: var(--color-theme);
}

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

.changeTeam_con {
  width: 480px;
  height: auto;
  max-height: 400px;
  background: #ffffff;
  box-shadow: 0px 12px 42px 0px rgba(38, 38, 38, 0.24);
  border-radius: 3px;
  position: absolute;
  top: 20%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 901;
}

.changeTeam_modal .modal_top {
  padding: 28px 30px 24px 32px;
}

.changeTeam_modal .modal_top .title {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
}

.changeTeam_modal .modal_cont {
  padding: 0px;
}

.changeTeam_modal .modal_cont ul {
  max-height: 260px;
  overflow-y: auto;
}

.changeTeam_modal .modal_cont ul li {
  padding: 10px 65px 10px 70px;
  height: 40px;
  line-height: 20px;
  background: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  background-image: url(/static/Public/images/lawFirm/team_icon.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position-x: 40px;
  background-position-y: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.changeTeam_modal .modal_cont ul li.active {
  background-color: #f3f6fd;
}

.changeTeam_modal .modal_cont ul li i {
  display: none;
  position: absolute;
  right: 40px;
  color: var(--color-theme);
}

.changeTeam_modal .modal_cont ul li.active i {
  display: inline-block;
}

.changeTeam_modal .modal_btm {
  padding-top: 18px;
  padding-right: 32px;
  text-align: right;
  position: absolute;
  bottom: 16px;
  right: 0px;
}

.cancellationBtn {
  width: 60px;
  height: 32px;
  /* background: #e7e7e7; */
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  /* border: 0; */
  border: 1px solid #e7e7e7;
  margin-right: 8px;
  background-color: #fff;
}

.cancellationBtn_batch {
  width: 60px;
  height: 32px;
  background: #e7e7e7;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  border: 0;
  margin-right: 8px;
}

.confirmBtn {
  width: 60px;
  height: 32px;
  background: var(--color-theme);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  border: 0;
}

/* 8-8 添加 卓健 */
.jufa-Unified-header .lawfrim_logo .line {
  width: 1px;
  height: 16px;
  color: #e7e7e7;
}

.jufa-Unified-header .lawfrim_logo .selectedBranch {
  cursor: pointer;
  position: relative;
}

.jufa-Unified-header .lawfrim_logo .selectedBranch>span {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  vertical-align: baseline;
}

.jufa-Unified-header .lawfrim_logo .selectedBranch .obtainBranchUl {
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05), 0px 4px 5px 0px rgba(0, 0, 0, 0.08),
    0px 2px 4px -1px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  width: 168px;
  max-height: 452px;
  overflow: auto;
}

.jufa-Unified-header .lawfrim_logo .selectedBranch .obtrinList {
  padding: 10px 0px;
  padding-left: 16px;
  position: relative;
}

.jufa-Unified-header .lawfrim_logo .selectedBranch .obtrinList:hover {
  background: #f3f3f3;
}

.jufa-Unified-header .lawfrim_logo .selectedBranch .obtrinList img {
  width: 24px;
  height: 24px;
  background: #eef2fc;
  border-radius: 4px;
}

.jufa-Unified-header .lawfrim_logo .selectedBranch .obtrinList span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  padding-left: 6px;
}

.jufa-Unified-header .lawfrim_logo .selectedBranch .isCurrTeam span {
  color: var(--color-theme);
}

.selectedBranch i {
  color: #999;
}

.obtainBranchUl .isCurrTeamIcon {
  position: absolute;
  right: 8px;
  top: 15px;
  color: var(--color-theme);
}

/* 8-15 首页改版 头部增加 搜索 */
.lawFrim_AllModule_SearchBox {
  display: inline-block;
  position: relative;
  height: 32px;
  margin-right: 24px;
}

.lawFrim_AllModule_SearchBox input {
  width: 260px;
  background: #ffffff;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #cccccc;
  height: 100%;
  padding-left: 8px;
  font-size: 12px;
  padding-right: 48px;
}

.lawFrim_AllModule_SearchBox span {
  width: 48px;
  height: 32px;
  background: var(--color-theme);
  color: #fff;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
  position: absolute;
  right: 0;
  line-height: 32px;
  text-align: center;
  right: 0;
}

/* svip次数用尽弹窗 */
#noTimesModal .modal-dialog {
  width: 480px;
  height: 388px;
  margin: calc(50vh - 194px) auto;
}

#noTimesModal .modal-content {
  background: #ffffff;
}

#noTimesModal .modal-content_header {
  padding: 9px 20px;
  overflow: hidden;
}

#noTimesModal .modal-content_body,
#noTimesPage .modal-content_body {
  padding: 9px 20px 14px;
  overflow: hidden;
}

#noTimesModal .noTimes_tips_1,
#noTimesModal .noTimes_tips_2,
#noTimesPage .noTimes_tips_1,
#noTimesPage .noTimes_tips_2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

#noTimesModal .noTimes_tips_2,
#noTimesPage .noTimes_tips_2 {
  padding-bottom: 24px;
}

#noTimesModal .noTimes_qrcode,
#noTimesPage .noTimes_qrcode {
  text-align: center;
  width: 200px;
  height: 200px;
  margin: 24px auto;
  border: 1px solid #f0f0f0;
}

#noTimesModal .noTimes_qrcode img,
#noTimesPage .noTimes_qrcode img {
  width: 100%;
  height: 100%;
}

#noTimesPage {
  margin: 60px 0;
  padding: 79px 0;
  height: 465px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(28, 100, 185, 0.1);
  border-radius: 8px;
}

/* 头像改版样式 */
#inlineLayout {
  position: relative;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

#inlineLayout #myInfoName {
  text-align: right;
  line-height: 1;
  font-size: 14px;
  height: 56px;
  display: flex;
  align-items: center;
  margin-right: 50px;
  max-width: 150px;
}

#inlineLayout #myInfoBtn {
  position: absolute;
  left: 80%;
  transform: translateX(-50%);
  /* top: -5px; */
  top: -2px;
}

#inlineLayout .user_level {
  position: absolute;
  left: calc(50% + 2px);
  transform: translateX(-50%);
  top: 30px;
}

.team_name_wrap {
  margin-left: 16px;
  width: calc(50% - 8px);
  display: inline-block;
  height: 64px;
  background: #f9f7f5;
  border-radius: 4px;
  padding: 12px 10px;
}

#_team_name_wrap_top img {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: inherit;
}

#_team_name_wrap_top span {
  display: inline-block;
  line-height: inherit;
}

#_team_name_wrap_top {
  /* line-height: inherit; */
  height: 20px;
  line-height: 20px;
}

#_team_name_wrap_NameTitle {
  line-height: 20px;
  margin-top: 6px;
}

#_team_name_wrap_NameTitle span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 127px;
}

#_team_name_wrap_right button {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 28px;
  background: var(--color-theme);
  border-radius: 4px;
  border: 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}

#myInfo {
  height: 56px;
}

#inlineLayout #lawFirm_header_headImg {
  display: inline-block;
  position: relative;
  height: 56px;
  line-height: 56px;
}

#inlineLayout #lawFirm_header_headImg .zUserPhoto {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 12px;
  vertical-align: top;
}

#inlineLayout #lawFirm_header_headImg .zUserPhoto img {
  vertical-align: baseline;
}

/* 头像 */

.person_info_wrap .user_level[data-level="6"] {
  background-position: -255px center;
}

/* 10.13 隐藏头部标识 */
#tab_headerAuth {
  display: none !important;
}

/* 20231026 次卡 */

.newTimsCard_message {
  display: none;
  font-size: 14px;
  position: fixed;
  top: 100px;
  z-index: 198;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 12px 42px 0px rgba(38, 38, 38, 0.24);
  border-radius: 5px;
  text-align: center;
  line-height: 48px;
}

.newTimsCard_message>p>i {
  color: var(--color-theme);
  margin-right: 3px;
  vertical-align: middle;
}

.newTimsCard_message[data-t="2"]>p>i {
  color: #e55e69;
}

.newTimsCard_message>p>span {
  display: inline-block;
  vertical-align: middle;
}

.newTimsCard_message>p>a {
  color: var(--color-theme);
  display: inline-block;
  vertical-align: middle;
}

/* 次卡气泡确认框 */

.newTimsCard_Popconfirm {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1004;
}

.newTimsCard_Popconfirm .newTimsCard_cont {
  width: 310px;
  height: 107px;
  background: #ffffff;
  box-shadow: 0px 12px 42px 0px rgba(38, 38, 38, 0.24);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 16px 12px;
  border-radius: 4px;
}

.newTimsCard_Popconfirm .newTimsCard_cont .newTimsCard_cont_text {
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 24px;
}

.newTimsCard_Popconfirm[data-t="2"] .newTimsCard_cont .newTimsCard_cont_text {
  margin-bottom: 20px;
}

.newTimsCard_Popconfirm .newTimsCard_cont .newTimsCard_cont_text>div {
  display: inline-block;
  margin-top: -3px;
  vertical-align: top;
}

.newTimsCard_Popconfirm .newTimsCard_cont_text img {
  margin-right: 8px;
}

.newTimsCard_Popconfirm .newTimsCard_btns {
  text-align: right;
}

.newTimsCard_Popconfirm .newTimsCard_btn {
  width: 62px;
  height: 28px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  cursor: pointer;
}

.newTimsCard_Popconfirm .newTimsCard_btn.cancel {
  border: 1px solid rgba(38, 38, 38, 0.3);
  color: #666666;
  margin-right: 8px;
  background-color: #fff;
}

.newTimsCard_Popconfirm .newTimsCard_btn.confirm {
  background: var(--color-theme);
  color: #fff;
}

/* 操作手册 */
#operatingManualBtn {
  display: none;
  float: right;
  border: 0;
}

#operatingManualBtn .operatingManualCenter {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--color-theme);
  cursor: pointer;
  margin-right: 10px;
  border: 0;
}

#operatingManualBtn .operatingManualCenter i {
  color: var(--color-theme);
  background: none;
  padding: 0;
  margin: 0;
  position: revert;
  display: inline-block;
  margin-right: 6px;
}

#operatingManualBtn .operatingManualCenter span {
  color: var(--color-theme);
  background: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

/* 顶部导航操作手册 */
.operatingManual_btn {
  padding: 0 12px;
  cursor: pointer;
}

.func_item_wrap .operatingManual_btn i {
  display: inline-block;
  font-size: 14px;
  color: #3d3d3d;
  vertical-align: middle;
}

.func_item_wrap .operatingManual_btn .operatingManual_tit {
  font-size: 14px;
  color: #333333;
  vertical-align: baseline;
  margin: 0 2px;
}

/* 顶部导航自定义布局 */
.customLayout_btn {
  padding: 0 12px;
  cursor: pointer;
}

.func_item_wrap .customLayout_btn i {
  display: inline-block;
  font-size: 14px;
  color: #3d3d3d;
  vertical-align: middle;
}

.func_item_wrap .customLayout_btn .customLayout_tit {
  font-size: 14px;
  color: #333333;
  vertical-align: baseline;
  margin: 0 2px;
}

/* 快捷操作 */
.quick_wrap {
  position: relative;
}

.quick_actions_btn {
  padding: 0 12px;
  cursor: pointer;
}

.func_item_wrap .quick_actions_btn i {
  display: inline-block;
  font-size: 14px;
  color: #3d3d3d;
  vertical-align: middle;
}

.func_item_wrap .quick_actions_btn .quick_actions {
  font-size: 14px;
  color: #333333;
  vertical-align: baseline;
  margin: 0 2px;
}

.quick_mask {
  position: absolute;
  width: 388px;
  max-height: 346px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 8px 8px;
  left: -230%;
  top: 38px;
  padding: 12px 16px;
  padding-right: 4px;
  display: none;
}

.quick_item_line {
  width: 356px;
  height: 1px;
  background-color: #ebebeb;
  /* margin-bottom: 12px; */
  margin: 10px 0px;
}

.quick_item_line:last-child {
  background-color: #fff;
  margin: 0;
}

.quick_itemTitle {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #3d3d3d;
}

.quick_item_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
}

.quick_item_list span {
  width: 118px;
  height: 32px;
  padding: 5px 12px;
  cursor: pointer;
  color: #666;
}

.quick_item_list span:hover {
  color: var(--color-theme);
}

/* 菜单添加默认 展开 收起 */
.control_menu_btn,
.control_childmenu_btn {
  text-align: center;
  cursor: pointer;
}

.control_menu_btn .iconfont,
.control_childmenu_btn .iconfont {
  display: inline-block;
  color: var(--color-theme);
}

.control_menu_btn[data-i="hide"] .iconfont,
.control_childmenu_btn[data-i="hide"] .iconfont {
  transform: rotate(-90deg);
}

.control_menu_btn[data-i="show"] .iconfont,
.control_childmenu_btn[data-i="show"] .iconfont {
  transform: rotate(90deg);
}

.lawfirm_new_nav_wrap li .item[data-default="N"] {
  display: none;
}

.lawfirm_new_nav_wrap li .item[data-default="Y"] {
  display: block;
}

.lawfirm_new_nav_wrap li .item[data-default="N"] .control_childmenu_btn {
  display: none;
}


/* 到期提醒弹窗 */

.expiration_reminder_dialog .modal-dialog {
  width: 480px;
  margin-top: 150px;
}

.expiration_reminder_dialog .modal-header {
  text-align: left;
  font-size: 16px;
  padding: 24px 32px;
  font-weight: 600;
}

.expiration_reminder_dialog .modal-header .close {
  cursor: pointer;
  /* font-size: 16px; */
  color: #333;
}

.expiration_reminder_dialog .modal-body {
  padding: 0px 32px;
  height: auto;
  overflow: hidden;
  position: relative;
}

.expiration_reminder_dialog .modal-body .tip_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
}

.expiration_reminder_dialog .modal-footer {
  padding: 24px 20px;
  border: 0;
}

.expiration_reminder_dialog .modal-footer button {
  width: 60px;
  height: 32px;
  background: var(--color-theme);
  border: 1px solid var(--color-theme);
  color: #fff;
  border-radius: 4px;
  margin-left: 12px;
  cursor: pointer;
  box-sizing: border-box;
}

.expiration_reminder_dialog .modal-footer button:first-child {
  background: #fff;
  border-color: #dcdcdc;
  color: #333;
}