@charset "UTF-8";

/* 人员信息库 - 编辑信息 */

* {
  outline: none;
}

body {
  padding: 0;
  margin: 0;
  color: #333;
  background: #f2f2f2;
  font-size: 14px;
  font-family: "微软雅黑", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif, monospace;
  cursor: default;
  min-width: 1168px;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
}

a,
button {
  cursor: pointer;
}

input,
select,
textarea {
  background: #fff;
}

input::-ms-clear {
  display: none;
}

.noLogin {
  width: 100%;
  text-align: center;
  line-height: 200px;
  color: #888;
  display: none;
  font-size: 14px;
  letter-spacing: 2px;
}

.login_btns {
  color: var(--color-theme);
  cursor: pointer;
}

/******************** common ********************/

.wid_size {
  width: 1168px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.noselect,
.noselect * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/******************** scroll ********************/

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
}

/******************** layui ********************/

.layui-layer {
  border-radius: 5px !important;
}

/******************** bootstrap ********************/

.modal-header,
.modal-footer {
  border: 0;
}

.modal-header {
  font-size: 22px;
  padding: 20px 25px;
}

.modal-body {
  padding: 20px 25px;
}

.modal-footer {
  text-align: center;
  padding: 20px 25px 35px;
}

.modal-header .close {
  font-size: 32px;
  font-weight: normal;
  margin-top: -5px;
  opacity: 0.5;
}

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 746px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border: 0;
  border-radius: 0;
}

.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/******************** common ********************/

input[type="file"] {
  display: none;
}

.placeholder {
  color: #9299a6;
}

.zbtn {
  display: inline-block;
  text-align: center;
  background: var(--color-theme);
  border: 1px solid var(--color-theme);
  color: #fff;
  border-radius: 5px;
  line-height: 32px;
  font-size: 14px;
  cursor: pointer;
  min-width: 80px;
}

.zbtn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin: -4px 8px 0 0;
}

.zbtn:hover {
  opacity: 0.85;
}

.zbtn.unable {
  opacity: 0.6;
}

/******************** common zinput ********************/

.zinput_box {
  background: #fff;
  position: relative;
  margin-bottom: 16px;
}

.zinput {
  cursor: text;
  position: relative;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  /* background: #fff; */
  word-break: break-all;
  min-height: 36px;
  -webkit-user-select: auto;
}

.zinput.haslink,
.zinput.haslink * {
  color: var(--color-theme) !important;
}

.zinput:focus {
  border-color: var(--color-theme);
}

.zinput_box .placeholder {
  position: absolute;
  left: 11px;
  top: 8px;
  z-index: 0;
}

.zinput_editlink {
  width: 36px;
  height: 32px;
  background: url(/static/Public/images/LawyerBaike/editInfo_14.png) no-repeat center #fff;
  background-size: 16px 16px;
  box-shadow: 0px 2px 8px 0px rgba(87, 97, 111, 0.15);
  border-radius: 2px;
  border: 1px solid #eceef1;
  position: absolute;
  left: 0;
  top: -33px;
  z-index: 10;
  cursor: pointer;
  font-size: 0;
  display: none;
}

.zinput_box p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -17px;
  z-index: 990;
  margin: 0;
  font-size: 12px;
  display: none;
}

.zinput_box b {
  font-weight: normal;
  color: #fc635d;
  display: none;
}

.zinput_box.error b {
  display: inline-block;
}

.zinput_box span {
  background: var(--color-secondary);
  color: #9299a6;
  padding: 0 4px;
}

.zinput_box.error span {
  background: #f9938f;
  color: #fff;
}

.zinput_box ul {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 900;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  width: 100%;
  padding: 5px 0;
  max-height: 162px;
  overflow-y: auto;
  display: none;
}

.zinput_box li {
  padding: 5px 10px;
  cursor: pointer;
}

.zinput_box li:hover {
  background: #fafafa;
}

.zinput_box i {
  font-style: normal;
  color: var(--color-theme);
}

/******************** common zlist ********************/

.zlist_box {
  background: #fff;
  position: relative;
  padding-left: 28px;
  margin: 5px 0;
}

.zlist_btn,
.zlist_btn:hover {
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 1;
  font-size: 12px;
  padding: 1px 4px;
  background: #6c7586;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
}

.zlist_btn.active {
  background: var(--color-theme);
}

.zlist {
  border: 1px solid #fff;
  cursor: text;
  padding: 7px 10px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

.zlist:focus {
  border-color: #e6e6e6;
}

.zlist_box .placeholder {
  position: absolute;
  left: 39px;
  top: 8px;
  z-index: 0;
}

.zlist_box i {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/static/Public/images/LawyerBaike/editInfo_20.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

/******************** common zselect ********************/

.zselect_box {
  background: #fff;
  position: relative;
  margin-bottom: 16px;
  /* height: 100%; */
  min-height: 36px;
}

.zselect_box span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #e6e6e6;
  padding: 7px 28px 7px 10px;
  border-radius: 3px;
  background: url(/static/Public/images/LawyerBaike/editInfo_13.png) no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 9px auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 36px;
}

.zselect_box .placeholder {
  position: absolute;
  left: 11px;
  top: 8px;
  z-index: 0;
}

.zselect_box ul {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 900;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  width: 100%;
  padding: 5px 0;
  max-height: 162px;
  overflow-y: auto;
  display: none;
}

.zselect_box li {
  cursor: pointer;
  padding: 5px 10px;
}

.zselect_box li.active {
  background: var(--color-theme);
  color: #fff;
}

.zselect_box li.active:hover {
  color: #fff;
}

.zselect_box li:hover {
  color: var(--color-theme);
}

/******************** common zimg ********************/

.zimg_box {
  width: 230px;
  display: inline-block;
  position: relative;
  padding: 15px;
  border-radius: 2px;
  vertical-align: top;
}

.zimg_box:hover {
  background: #f9f9f9;
}

.zimg {
  width: 100%;
  height: 140px;
  border-radius: 2px;
  background: #f1f1f1;
}

.zimg_operate {
  width: calc(100% - 30px);
  height: 140px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
}

.zimg_box:hover .zimg_operate {
  display: block;
}

.zimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zimg_operate a {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-size: 12px;
}

.zimg_operate i {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/static/Public/images/LawyerBaike/editInfo_24.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 12px;
  right: 15px;
  cursor: pointer;
}

.zimg_box .zinput_box {
  background: rgba(0, 0, 0, 0);
  margin: 8px 0 0 0;
  font-size: 12px;
}

.zimg_box .zinput {
  border: 0;
  padding: 3px 0;
}

.zimg_box .placeholder {
  left: 0;
  top: 3px;
}

.zimg_box p {
  bottom: -15px;
}

/******************** header ********************/

.header {
  width: 100%;
  box-shadow: 0px 13px 28px 0px rgba(175, 175, 175, 0.25);
  background: #f2f2f2;
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
}

.header * {
  vertical-align: middle;
}

.header a,
.header b {
  display: inline-block;
}

.header .jf_logo {
  width: 113px;
  height: 36px;
  background: url("/static/Public/images/LawyerBaike/editInfo_01.png") no-repeat;
  background-size: 100% 100%;
}

.header .bk_logo {
  width: 107px;
  height: 25px;
  background: url("/static/Public/images/LawyerBaike/editInfo_02.png") no-repeat;
  background-size: 100% 100%;
}

.header b {
  width: 1px;
  height: 20px;
  background: var(--color-theme);
  opacity: 0.4;
  margin: 0 20px;
}

.header .zbtn {
  margin-left: 20px;
  background: #fff;
  border-color: #fff;
  color: #57616f;
  width: 88px;
}

.header .zbtn:last-child {
  background: var(--color-theme);
  border-color: var(--color-theme);
  color: #fff;
}

/******************** content ********************/

.content {
  padding-top: 0px;
  background: #fff;
}

.content_left,
.content_right {
  /* position: fixed; */
  /* top: 152px; */
}

.content_left li[data-t="电子名片"] {
  position: relative;
}

.content_left li[data-t="电子名片"] .electronicCode {
  width: 160px;
  height: 160px;
  position: absolute;
  left: 0;
  top: 13px;
  right: 0;
  /* bottom: 0; */
  margin: auto;
  border-radius: 8px;
}

.miniProImg .trangle {
  position: absolute;
  left: 30px;
  top: -9px;
  content: "";
  height: 0;
  width: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  display: block;
  margin: 0 auto;
  border-bottom-color: #fff;
  /* box-shadow: 0px 0px 6px #ccc; */
}

.miniProImg {
  display: none;
  width: 190px;
  height: 216px;
  position: absolute;
  left: 18px;
  top: 38px;
  z-index: 13;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 16px #ccc;
}

.miniProImg p {
  position: absolute;
  top: 183px;
  text-align: center;
  width: 100%;
  font-size: 16px;
}

.content_left {
  right: 40px;
  width: 240px;
}

.content_mid {
  width: calc(100% - 240px);
  /* margin-left: 250px; */
  border-right: 1px solid #eee;
  /* margin-top: 64px; */
}

.content_right {
  right: calc(50% - 584px);
  width: 180px;
}

.content_left > div,
.content_mid > div,
.content_right > div {
  background: #fff;
  /* margin-bottom: 10px; */
}

.content_mid > div.error {
  box-shadow: 0px 0px 6px 0px rgba(240, 131, 131, 0.19);
  border: 2px solid #fdb1ae;
  position: relative;
}

.content_mid .module_error {
  position: absolute;
  top: 0;
  left: -44px;
  z-index: 1;
  color: #fc635d;
  border: 1px solid #fc635d;
  background: #fff;
  border-radius: 9px;
  font-size: 12px;
  width: 42px;
  text-align: center;
}

.content_right > div {
  padding: 18px;
  cursor: pointer;
}

.content_right > div:hover {
  color: var(--color-theme);
}

/******************** left catalogue_box ********************/

.catalogue_box {
  height: calc(100vh - 104px);
  padding-top: 16px;
}

.catalogue_box h3 {
  margin: 0;
  background: #fafafa;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  padding: 0px 18px;
  margin: 0 16px;
}

.catalogue_box h3 i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/static/Public/images/LawyerBaike/editInfo_05.png") no-repeat;
  background-size: 100% 100%;
  margin: -1px 10px 0 0;
  vertical-align: middle;
}

.catalogue_box ul {
  padding: 20px 18px 16px 34px;
}

.catalogue_box li {
  font-weight: bold;
  font-size: 16px;
  padding: 8px 0;
}

.catalogue_box li.active {
  color: var(--color-theme);
}

.catalogue_box li a {
  color: #333;
}

.catalogue_box li.active a {
  color: var(--color-theme);
}

.catalogue_box li span {
  padding-left: 12px;
}

.catalogue_box li .catalogue_move_btn,
.catalogue_box li .catalogue_del_btn {
  width: 16px;
  height: 16px;
  background: url("/static/Public/images/LawyerBaike/editInfo_08.png") no-repeat;
  background-size: 100% 100%;
  margin: 3px 0 0 10px;
  display: none;
}

.catalogue_box li .catalogue_move_btn {
  background: url("/static/Public/images/LawyerBaike/editInfo_07.png") no-repeat;
  background-size: 100% 100%;
  cursor: move;
}

.catalogue_box li:hover .catalogue_move_btn,
.catalogue_box li:hover .catalogue_del_btn {
  display: inline-block;
}

.catalogue_box > div {
  margin: 0 18px;
}

.catalogue_box .catalogue_btn {
  padding: 14px 0 30px;
}

.catalogue_box .zbtn {
  display: block;
}

.catalogue_box .sub_catalogue_btn {
  display: none;
  margin-bottom: 10px;
}

.catalogue_box .add_catalogue_btn {
  background: #fafafa;
  border-color: #f1f1f1;
  color: #333;
  font-size: 15px;
  width: 204px;
}

.catalogue_box .zbtn i {
  background: url("/static/Public/images/LawyerBaike/editInfo_06.png") no-repeat;
  background-size: 100% 100%;
}

/******************** mid examine_fail_box ********************/

.examine_fail_box {
  padding: 24px;
  color: #9299a6;
  font-size: 16px;
  display: none;
}

.examine_fail_box > a,
.examine_fail_box > div i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.examine_fail_box > a {
  background: url("/static/Public/images/LawyerBaike/editInfo_28.png") no-repeat;
  background-size: 100% 100%;
}

.examine_fail_box > div {
  background: #ffeded;
  line-height: 40px;
  padding: 0 8px;
  border-radius: 2px;
  margin-top: 12px;
}

.examine_fail_box > div i {
  background: url("/static/Public/images/LawyerBaike/editInfo_29.png") no-repeat;
  background-size: 100% 100%;
  margin: -4px 6px 0 0;
}

.examine_fail_box > div font {
  color: #fc635d;
  margin: 0 5px;
}

.examine_fail_box ul {
  margin-top: 18px;
}

.examine_fail_box li *:not(p) {
  vertical-align: middle;
  display: inline-block;
}

.examine_fail_box li div {
  cursor: pointer;
}

.examine_fail_box li i {
  font-style: normal;
  color: #111e36;
  background: #eee;
  line-height: 20px;
  border-radius: 50%;
  width: 22px;
  text-align: center;
  font-size: 14px;
}

.examine_fail_box li b {
  color: #111e36;
  margin: 0 10px;
}

.examine_fail_box li span {
  color: #fc635d;
  border: 1px solid #fc635d;
  border-radius: 9px;
  font-size: 12px;
  width: 42px;
  text-align: center;
}

.examine_fail_box li p {
  margin: 8px 0;
  padding: 0 0 0 30px;
  font-size: 14px;
}

/******************** mid info_box ********************/

.info_box {
  position: relative;
  padding: 24px 24px 24px 212px;
  min-height: 266px;
  /* border-bottom: 1px solid #eee; */
}

.info_box .user_img {
  width: 164px;
  position: absolute;
  left: 24px;
  top: 24px;
  text-align: center;
}

.info_box .user_img div {
  width: 164px;
  height: 164px;
  background: #fafafa;
  border-radius: 2px;
  color: #dbdde5;
  line-height: 10px;
  font-size: 12px;
}

.info_box .user_img p {
  line-height: 22px;
}

.info_box .user_img img {
  width: 100%;
  height: 100%;
}

.info_box .user_img b {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/static/Public/images/LawyerBaike/editInfo_21.png) no-repeat;
  background-size: 100% 100%;
  margin: 25px 0 15px;
}

.info_box .user_img .zbtn {
  display: block;
  background: #fafafa;
  color: #333;
  border-color: #fafafa;
  margin-top: 20px;
}

.info_box .user_img .zbtn i {
  background: url(/static/Public/images/LawyerBaike/editInfo_22.png) no-repeat;
  background-size: 100% 100%;
}

.info_box .user_name {
  font-size: 30px;
}

.info_box .user_attr {
  position: relative;
  padding: 24px 0 0 100px;
}

.info_box .user_attr label {
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 16px;
}

.info_box .user_attr:before {
  content: "*";
  color: #fc635d;
  position: absolute;
  left: -9px;
  top: 30px;
}

.info_box .editor_wrapper {
  padding: 8px 0 0;
  margin: 0 -10px;
}

.info_box .w-e-text-placeholder {
  width: calc(100% - 10px);
}

.info_box .w-e-text-container [data-slate-editor] {
  min-height: 50px;
}

.info_box .w-e-max-length-info {
  display: none;
}

.info_box .user_editor_num {
  margin-top: 24px;
  color: #9299a6;
}

.info_box .user_editor_num font:first-child {
  color: #333;
}

.info_box .user_editor_num.error font:first-child {
  color: #fc635d;
}

/******************** mid module_tit ********************/

.module_tit {
  padding: 18px 0;
  margin: 0 24px;
  border-bottom: 1px solid #e6e6e6;
}

.module_tit * {
  vertical-align: middle;
}

.module_tit b {
  font-size: 22px;
}

.module_tit span {
  color: #9299a6;
  margin-left: 10px;
}

.module_tit a {
  color: var(--color-theme);
  font-size: 16px;
  padding-left: 25px;
  background: url("/static/Public/images/LawyerBaike/editInfo_09.png") no-repeat left;
  background-size: 20px auto;
}

/******************** mid form_module_box ********************/

.form_out {
  padding: 30px 24px;
}

.form_left,
.form_right {
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top;
}

.form_left {
  margin-right: 20px;
}

.form_item {
  padding: 0 30px 0 134px;
  position: relative;
  min-height: 36px;
  margin-bottom: 16px;
}

.form_item label {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 16px;
  font-weight: normal;
}

.form_item.must label:before {
  content: "*";
  color: #fc635d;
  position: absolute;
  left: -9px;
}

.form_date,
.form_check {
  padding: 7px 10px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  margin-bottom: 16px;
  position: relative;
}

.form_date > div,
.form_date input {
  width: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.form_date input.layui-input {
  height: auto;
  line-height: 1;
}

.form_date input::-webkit-input-placeholder {
  color: #9299a6;
}

.form_check {
  cursor: pointer;
}

.form_linkinput {
  position: relative;
}

.form_linkinput {
  position: relative;
}

.form_linkinput .zinput,
.form_phoneinput .zinput {
  padding-right: 65px;
}

.form_pageshow_btn,
.form_pageshow_btn:hover {
  position: absolute;
  right: 8px;
  top: 9px;
  z-index: 5;
  color: var(--color-theme);
  font-size: 13px;
}

.form_item_btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/static/Public/images/LawyerBaike/editInfo_18.png) no-repeat right;
  background-size: 100% 100%;
  position: absolute;
  top: 7px;
  right: -30px;
  z-index: 5;
}

.form_item_del_btn {
  background: url(/static/Public/images/LawyerBaike/editInfo_19.png) no-repeat right;
  background-size: 100% 100%;
}

.form_selectinput {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-bottom: 16px;
  position: relative;
}

.form_selectinput .zselect_box,
.form_selectinput .zinput_box {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.form_selectinput .zselect_box span,
.form_selectinput .zinput {
  border: 0;
}

.form_selectinput .zselect_box {
  width: 75px;
}

.form_selectinput .zselect_box ul {
  top: 35px;
}

.form_selectinput .zinput_box {
  width: calc(100% - 77px);
}

.form_selectinput i {
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #cdd0d6;
  margin-top: 9px;
}

.form_phoneinput {
  position: relative;
}

.form_item[data-t="new"] .zinput_box:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
}

.form_item[data-t="new"] .zinput_box:first-child .zinput {
  padding: 7px 2px;
}

.form_item[data-t="new"] .zinput_box:first-child .placeholder {
  left: 3px;
}

.form_item[data-t="new"] .zinput_box:first-child b {
  display: none;
}

.form_user_del_btn {
  position: absolute;
  left: -24px;
  top: 6px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/static/Public/images/LawyerBaike/editInfo_20.png) no-repeat;
  background-size: 100% 100%;
}

.form_module_box .add_form_item_btn {
  background: #fafafa;
  border-color: #f1f1f1;
  color: #333;
  font-size: 15px;
  padding: 0 30px;
  margin-top: 20px;
}

.form_module_box .add_form_item_btn i {
  background: url("/static/Public/images/LawyerBaike/editInfo_06.png") no-repeat;
  background-size: 100% 100%;
}

/******************** mid list_module_box ********************/

.zlist_out {
  padding: 19px 24px;
}

.zlist_out .zlist_box:first-child i {
  display: none;
}

/******************** mid table_module_box ********************/

.table_module_box .table_out {
  padding: 24px;
}

.table_module_box table {
  width: 100%;
}

.table_module_box th,
.table_module_box td {
  border: 1px solid #e6e6e6;
  padding: 10px 24px;
  vertical-align: middle;
  word-break: break-all;
}

.table_module_box th {
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}

.table_module_box th:first-child,
.table_module_box th:nth-child(2) {
  width: 310px;
  width: 40%;
}

.table_module_box th:last-child,
.table_module_box td:last-child {
  padding: 10px 0;
  text-align: center;
  width: 20%;
}

.table_module_box .table_out button {
  color: var(--color-theme);
  border: 0;
  background: transparent;
}

.table_module_box .table_out button i {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.table_module_box .table_out i {
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.table_module_box .del_artical_btn {
  background: url("/static/Public/images/LawyerBaike/editInfo_11.png") no-repeat;
  background-size: 100%;
}

.table_module_box .edit_artical_btn {
  background: url("/static/Public/images/LawyerBaike/editInfo_12.png") no-repeat;
  background-size: 100%;
  margin-left: 10px;
}

/******************** mid text_module_box ********************/

.editor_wrapper {
  padding: 24px 14px;
}

.editor_toolbar {
  display: none;
}

.editor_container h1 {
  font-weight: bold;
  font-size: 18px;
}

.editor_container h2 {
  font-weight: bold;
  font-size: 16px;
}

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

.w-e-text-container [data-slate-editor] {
  cursor: text;
}

.w-e-text-container [data-slate-editor] p {
  margin: 0;
  padding: 5px 0;
}

.w-e-text-placeholder {
  font-style: normal;
  top: 7px;
}

/******************** right help_box ********************/

.help_box {
  display: none;
  cursor: default !important;
  padding: 0 !important;
  height: calc(100vh - 104px);
}

.help_box:hover {
  color: #333 !important;
}

.help_header {
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 0 15px;
  margin: 0 18px;
}

.help_header i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/static/Public/images/LawyerBaike/editInfo_26.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.help_content {
  max-height: calc(100vh - 175px);
  overflow-y: auto;
}

.help_content img {
  width: 20px;
  display: block;
  margin: 50px auto;
}

.help_content h3 {
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  margin: 0 18px;
  padding: 16px 0;
  cursor: pointer;
}

.help_content h3:hover,
.help_content h3.active {
  color: var(--color-theme);
}

.help_content h3.active {
  border-color: #fff;
}

.help_content ul {
  background: #fafafa;
  padding: 6px 18px;
  display: none;
}

.help_content li {
  padding: 5px 0 5px 10px;
  position: relative;
  color: #525c6a;
}

.help_content i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #dbdde0;
  position: absolute;
  left: 0;
  top: 12px;
}

/******************** loading_box ********************/

.loading_box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  line-height: 100vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}

.loading_box img {
  height: 45px;
}

/******************** examine_box ********************/

.examine_box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.examine_box span {
  display: inline-block;
  background: #fff;
  padding: 40px 60px;
  margin-top: 20%;
  font-size: 20px;
  border-radius: 3px;
}

/******************** modal ********************/

.modal-footer .zbtn {
  padding: 1px 25px;
  margin: 0 8px;
}

.modal-footer .zbtn:first-child {
  background: #fff;
  color: #333;
  border-color: #e7e7e7;
}

/******************** link_modal ********************/

.link_modal .modal-body > div {
  padding: 10px 0 0 120px;
  position: relative;
}

.link_modal label {
  position: absolute;
  left: 0;
  top: 16px;
  font-weight: normal;
  font-size: 16px;
}

/******************** form_check_modal ********************/

.form_check_modal .modal-dialog {
  width: 854px !important;
}

.form_check_modal .modal-header font {
  font-size: 14px;
  color: #e54141;
  margin-left: 5px;
}

.form_check_modal .modal_list {
  font-size: 16px;
  max-height: calc(100vh - 280px);
  overflow-y: auto;
}

.form_check_modal .modal_list h3 {
  font-weight: bold;
  border-left: 4px solid var(--color-theme);
  padding-left: 5px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

.form_check_modal .modal_list ul {
  padding: 10px 0;
}

.form_check_modal .modal_list li {
  display: inline-block;
  width: 25%;
  padding: 10px 0;
}

.form_check_modal .modal_list span {
  cursor: pointer;
  display: inline-block;
  width: calc(100% - 10px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form_check_modal .modal_list i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/static/Public/images/LawyerBaike/editInfo_15.png) no-repeat;
  background-size: 100% 100%;
  margin: -2px 8px 0 0;
  vertical-align: middle;
}

.form_check_modal .modal_list span.active i {
  background: url(/static/Public/images/LawyerBaike/editInfo_16.png) no-repeat;
  background-size: 100% 100%;
}

.form_check_modal .modal-footer {
  text-align: left;
}

.form_check_modal .modal-footer .modal_add_btn {
  background: #fafafa;
  border-color: #f1f1f1;
  color: #333;
  font-size: 15px;
  margin: 0;
}

.form_check_modal .modal_add_btn i {
  background: url("/static/Public/images/LawyerBaike/editInfo_06.png") no-repeat;
  background-size: 100% 100%;
}

/******************** form_check_add_modal ********************/

.form_check_add_modal .modal-dialog {
  margin-top: 100px;
}

.form_check_add_modal .modal-body > div {
  padding: 15px 40px 0 150px;
  position: relative;
}

.form_check_add_modal label {
  position: absolute;
  left: 40px;
  top: 22px;
  font-size: 16px;
  font-weight: normal;
}

/******************** prove_modal ********************/

.prove_modal .modal-dialog {
  width: 768px !important;
}

.prove_modal .modal-header font {
  font-size: 14px;
  color: #e54141;
  margin-left: 5px;
}

.prove_modal .modal-body {
  padding: 20px 35px;
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}

.prove_modal .modal_tit {
  font-size: 18px;
  border-left: 4px solid var(--color-theme);
  padding-left: 6px;
  line-height: 18px;
  font-weight: bold;
}

.prove_modal .modal_web_out {
  padding: 15px 0;
  position: relative;
}

.prove_modal .modal_web_out > div {
  padding: 0 30px 0 120px;
  position: relative;
}

.prove_modal .modal_web_out label {
  position: absolute;
  left: 0;
  top: 7px;
  font-weight: normal;
  font-size: 16px;
}

.prove_modal .modal_web_out input {
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  padding: 9px 15px;
  width: 372px;
}

.prove_modal .modal_web_add_btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/static/Public/images/LawyerBaike/editInfo_23.png) no-repeat right;
  background-size: 100% 100%;
  position: absolute;
  bottom: 31px;
  right: 0;
}

.prove_modal .modal_img_out {
  padding-top: 12px;
}

.prove_modal .modal_add_img {
  display: inline-block;
  width: 200px;
  height: 140px;
  margin: 15px;
  background: #fafafa;
  text-align: center;
  color: #dcdfe7;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
}

.prove_modal .modal_add_img i {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url(/static/Public/images/LawyerBaike/editInfo_21.png) no-repeat right;
  background-size: 100% 100%;
  margin: 20px 0 5px;
}

.prove_modal .modal_add_img p {
  margin: 0;
}

/******************** album_modal ********************/

.album_modal .modal-header {
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  padding: 12px 25px;
  line-height: 36px;
}

.album_modal .modal-header .zbtn {
  padding: 1px 25px;
  margin: 0 0 0 8px;
}

.album_modal .modal-header .zbtn:first-child {
  background: #f2f2f2;
  color: #9299a6;
  border-color: #f2f2f2;
}

.album_modal .modal_tit {
  position: relative;
  padding: 20px 0 20px 70px;
}

.album_modal .modal_tit label {
  position: absolute;
  left: 0;
  top: 28px;
  font-weight: normal;
}

.album_modal .modal_upload_btn {
  display: block;
  width: 193px;
  background: #525c6a;
  color: #fff;
  border-color: #525c6a;
  margin: 0 auto;
}

.album_modal .modal_upload_btn i {
  background: url(/static/Public/images/LawyerBaike/editInfo_25.png) no-repeat;
  background-size: 100% 100%;
}

.album_modal .modal_num {
  padding: 20px 0 5px;
}

.album_modal .modal_num font {
  color: var(--color-theme);
  margin: 0 5px;
}

.album_modal .modal_img {
  padding-bottom: 20px;
}

/******************** wx_modal ********************/

.wx_modal .modal_add {
  margin: 15px auto;
  width: 200px;
  height: 200px;
  background: #fafafa;
  text-align: center;
  color: #dcdfe7;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
}

.wx_modal .modal_add i {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url(/static/Public/images/LawyerBaike/editInfo_21.png) no-repeat right;
  background-size: 100% 100%;
  margin: 40px 0 10px;
}

.wx_modal .modal_add p {
  margin: 0;
}

.wx_modal .modal_img {
  text-align: center;
}

.wx_modal .zimg,
.wx_modal .zimg_operate {
  height: 200px;
}

/* 新增 */

.opearte_header {
  width: 100%;
  /* padding: 0px 40px 0 136px !important; */
  /* position: fixed; */
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  top: 56px;
  background: #f2f2f2;
  height: 40px;
  line-height: 40px;
}
/* 
.lawfirm-body.simple .opearte_header{
  padding-left: 72px !important;
} */

.opearte_header .zbtn {
  width: 70px;
}

.tab_wrap {
  font-size: 14px;
  font-weight: 400;
  color: #8c8c8c;
}

.tab_wrap i {
  margin: 0 12px;
  position: relative;
  top: 1px;
}

.tab_wrap .curtab {
  color: #262626;
}

.simple_btn {
  border: 1px solid var(--color-theme);
  background: #fff;
  color: var(--color-theme);
  font-size: 14px;
  font-weight: 400;
  padding: 0px 14px;
  cursor: pointer;
  border-radius: 4px;
  line-height: 30px;
}

.goList {
  cursor: pointer;
}

.borderGrey {
  border: 1px solid #dddddd;
  color: #333;
}

.upload_btn {
  background: #fafafa;
  border-color: #f1f1f1;
  color: #333;
  font-size: 15px;
  padding: 0 10px;
}

.upload_btn i {
  font-size: 16px;
  display: inline-block;
  vertical-align: text-top;
}

.ava_ercode {
  width: 88px;
  height: 88px;
  margin-left: 20px;
  vertical-align: top;
  display: none;
  border-radius: 4px;
}
.baseinfo_title {
  position: relative;
  cursor: pointer;
}

.card_block {
  width: 304px;
  height: 92px;
  background: #ffffff;
  box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.05), 0px 8px 10px 1px rgba(0, 0, 0, 0.06),
    0px 5px 5px -3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 12px;
  position: absolute;
  right: -130px;
  top: 27px;
  z-index: 10;
  display: none;
}

.card_block p {
  color: #333333;
  font-size: 12px;
  line-height: 18px;
}

.card_block p:last-child {
  margin-top: 14px;
}

/* 新增头部 */
.header_top {
  height: 56px;
  line-height: 56px;
  background: #fff;
  padding: 0 16px;
  border-bottom: 1px solid #eee;
}

.header_top .title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.box_top {
  display: block;
  height: 60px;
  margin-top: -60px;
  visibility: hidden;
}

.header_top .zbtn:first-child {
  background-color: #fff;
  border: 1px solid var(--color-theme);
  color: var(--color-theme);
  margin-right: 4px;
}

.form_item .add_select_one {
  font-size: 18px;
  cursor: pointer;
  color: var(--color-theme);
  position: absolute;
  right: 5px;
  top: 10px;
}

.form_item .select_much {
  position: relative;
}

.form_item .add_select_one {
  font-size: 18px;
  cursor: pointer;
  color: var(--color-theme);
  position: absolute;
  right: -24px;
  top: 9px;
}
.form_item .reduce_select_one {
  font-size: 18px;
  cursor: pointer;
  color: var(--color-theme);
  position: absolute;
  right: -24px;
  top: 9px;
}

.zselect_box .edit_text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #e6e6e6;
  padding: 7px 28px 7px 10px;
  border-radius: 3px;
  background: url(/static/Public/images/LawyerBaike/editInfo_13.png) no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 9px auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 36px;
}

/* 新版组件 - 基本信息 */

.zForm_item .add_select_one,
.zForm_item .reduce_select_one {
  font-size: 18px;
  cursor: pointer;
  color: var(--color-theme);
  position: absolute;
  right: -20px;
  cursor: pointer;
  z-index: 20;
}

.zForm_item {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.zForm_item:nth-child(odd) {
  margin-right: 1%;
}

.zForm_item .zForm_select {
  margin-top: 2px;
}

.zForm_item .zForm_select:first-child {
  margin-top: 0;
}

.zForm_multiple_select .zForm_multiple_select_dropdown > ul > li.active {
  background: #fff;
}
