@charset "UTF-8";

/* zChartBar */

.zChartBar {
  position: relative;
}

.zChartBar_legend {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 12px;
  color: #3d3d3d;
}

.zChartBar_legend * {
  vertical-align: middle;
}

.zChartBar_legend div {
  display: inline-block;
  margin-left: 15px;
}

.zChartBar_legend i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background: #5e7eff;
}

.zChartBar_legend div:first-child i {
  background: #fb6d30;
}

/* zChartPie */

.zChartPie {
  position: relative;
}

.zChartPie_legend {
  position: absolute;
  top: 50%;
  left: 60%;
  z-index: 1;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 25px;
  box-sizing: border-box;
}

.zChartPie_legend div:first-child {
  margin-bottom: 10px;
}

.zChartPie_legend i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}

.zChartPie_legend p {
  padding-left: 13px;
}

/* zChartPercentPie */

.zChartPercentPie,
.zChartPercentPie * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.zChartPercentPie div {
  border-radius: 50%;
}

.zChartPercentPie > div {
  position: relative;
  background: #fffaf7;
}

.zChartPercentPie_info {
  width: calc(100% - 56px);
  height: calc(100% - 56px);
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 4;
  background: #fff;
  box-shadow: 0 0 10px 0 #ffe4d2;
  text-align: center;
  font-size: 14px;
  color: #333;
  overflow: hidden;
}

.zChartPercentPie_info p {
  margin: calc(50% - 22px) 0 5px;
}

.zChartPercentPie_info font {
  font-size: 22px;
  color: #fb6d30;
  font-weight: bold;
}

.zChartPercentPie_border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.zChartPercentPie_bg {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.zChartPercentPie_dot {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 3;
  transform: rotate(0deg);
}

.zChartPercentPie_dot div {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: calc(50% - 7px);
  z-index: 3;
  background: linear-gradient(180deg, #fb6d30 0%, #ffcbb5 100%);
  box-shadow: 0 0 5px 0 #ff9f5e;
}

/* zChartPercentBar */

.zChartPercentBar,
.zChartPercentBar * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.zChartPercentBar {
  overflow-y: auto;
}

.zChartPercentBar_item {
  background: #f9f8f7;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  margin: 16px;
}

.zChartPercentBar_item font {
  color: #fb6d30;
}

.zChartPercentBar_item div {
  display: flex;
  align-items: center;
}

.zChartPercentBar_item span {
  width: calc(100% - 40px);
  height: 6px;
  background: #ebdcd1;
  margin-right: 10px;
}

.zChartPercentBar_item i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #ffbb9e 0%, #fb6d30 100%);
}

/* zCover */

html,
body {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.zCover,
.zCover * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  cursor: default;
}

.zCoverBtn,
.zCoverBtn:hover {
  display: inline-block;
  width: 168px;
  line-height: 57px;
  background: var(--color-theme);
  border-radius: 500px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-left: 32px;
  cursor: pointer;
}

.zCoverBtn:first-child {
  margin-left: 0;
}

.zCoverBtn_plain,
.zCoverBtn_plain:hover {
  background: url("/static/Public/lawFirm/img/zCover_04.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  font-weight: normal;
}

.zCoverTransparent,
.zCoverBlack,
.zCoverHandle {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.zCoverTransparent,
.zCoverBlack {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0);
}

.zCoverTransparent {
  z-index: 1999;
  background: rgba(255, 255, 255, 0);
}

.zCoverBlack {
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}

.zCoverHandle {
  z-index: 2001;
}

.zCoverHandle_start,
.zCoverHandle_end {
  width: 940px;
  height: 300px;
  position: fixed;
  z-index: 2;
  padding: 48px 48px 0;
  background: url("/static/Public/lawFirm/img/zCover_01.png") no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  color: #333;
}

.zCoverHandle_start h3,
.zCoverHandle_end h3 {
  font-size: 32px;
  font-weight: bold;
  max-width: 673px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--color-theme);
}

.zCoverHandle_start font,
.zCoverHandle_end font {
  color: #333;
}

.zCoverHandle_start p,
.zCoverHandle_end p {
  margin: 24px 0 48px;
}

.zCoverHandle_start .zCoverBtn,
.zCoverHandle_start .zCoverBtn:hover,
.zCoverHandle_end .zCoverBtn,
.zCoverHandle_end .zCoverBtn:hover {
  width: 198px;
}

.zCoverHandle_start .zCoverBtn_plain,
.zCoverHandle_start .zCoverBtn_plain:hover,
.zCoverHandle_end .zCoverBtn_plain,
.zCoverHandle_end .zCoverBtn_plain:hover {
  color: var(--color-theme);
  background: url("/static/Public/lawFirm/img/zCover_03.png") no-repeat;
  background-size: 100% 100%;
}

.zCoverHandle_start img {
  width: 260px;
  position: absolute;
  right: 58px;
  bottom: 33px;
  z-index: 1;
}

.zCoverHandle_end img {
  width: 322px;
  position: absolute;
  right: 45px;
  bottom: 42px;
  z-index: 1;
}

.zCoverHandle_endline img,
.zCoverHandle_endline svg {
  position: fixed;
  z-index: 1;
}

.zCoverHandle_btn {
  width: max-content;
  position: absolute;
  z-index: 2;
}

.zCoverHandle_checkinfo {
  position: absolute;
  right: 0;
  z-index: 1;
  color: #fff;
}

.zCoverHandle_checkinfo p {
  font-size: 16px;
  font-weight: normal;
  text-align: right;
}

.zCoverHandle_checkbtn {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.zCoverHandle_checkbtn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  background: url("/static/Public/lawFirm/img/zCover_06.png") no-repeat;
  background-size: 100% 100%;
}

.zCoverHandle_checkbtn.zCoverActive i {
  background: url("/static/Public/lawFirm/img/zCover_07.png") no-repeat;
  background-size: 100% 100%;
}
