@charset "UTF-8";
.body_style .system_overview {
  background: rgba(14, 26, 38, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.body_style .system_overview > div:last-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 50px;
}

.body_style .system_overview > div:last-child > div {
  border-bottom: #3a7ca6 2px dashed;
  flex: 1;
}

.body_style .system_overview > div:last-child > div:last-child {
  border-bottom: none;
}

.body_style .system_overview > div:last-child .system_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.body_style .system_overview > div:last-child .system_flex > div:nth-child(1),
.body_style .system_overview > div:last-child .system_flex > div:nth-child(2) {
  flex: 2;
}

.body_style .system_overview > div:last-child .system_flex > div:nth-child(3) {
  flex: 1.2;
}

.body_style .system_overview > div:last-child .system_flex > div:nth-child(3) > span {
  display: block;
  font-size: 20px;
  color: #abdefb;
}

.body_style .system_overview > div:last-child .system_flex > div:nth-child(3) > span:nth-child(2) {
  font-size: 25px;
  color: #54bdfe;
  font-weight: 900;
  font-family: "思源宋体";
}

.body_style .system_overview > div:last-child .system_flex .bingzhou_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: 10%;
}

.body_style .system_overview > div:last-child .system_flex .bingzhou_flex > div:nth-child(1) {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body_style .system_overview > div:last-child .system_flex .bingzhou_flex > div:nth-child(1) > img {
  display: block;
  width: 90px;
}

.body_style .system_overview > div:last-child .system_flex .bingzhou_flex > div:nth-child(2) {
  flex: 4;
}

.body_style .system_overview > div:last-child .system_flex .bingzhou_flex > div:nth-child(2) > span {
  display: block;
  color: #abdefb;
  font-size: 30px;
  padding-left: 15px;
  letter-spacing: 5px
}

.body_style .system_overview > div:last-child .system_flex .bingzhou_flex > div:nth-child(2) > span:nth-child(2) {
  color: #f4b872;
  font-weight: 900;
  font-size: 30px;
  font-family: "思源宋体";
}

.body_style .system_overview > div:last-child .system_flex .bingzhou_flex > div:nth-child(2) .justice {
  color: #55f2fe !important;
}

.body_style .system_overview > div:last-child .system_flex .bingzhou_flex .bor_style {
  height: 40px;
  width: 2px;
  background-color: #51b6f4;
  position: relative;
}

.body_style .system_overview > div:last-child .system_flex .bingzhou_flex .bor_style::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: white;
  position: absolute;
  top: -8px;
  left: -1px;
}

.body_style .system_overview > div:last-child .system_flex .bingzhou_flex .bor_style::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: white;
  position: absolute;
  bottom: -8px;
  left: -1px;
}

.body_style .involved_statistics {
  background: rgba(14, 26, 38, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.body_style .involved_statistics > div:last-child {
  width: 100%;
  flex: 1;
  padding: 10px 75px 0;
  display: grid;
  grid-template-rows: 64px 240px 64px 300px auto;
}

.body_style .involved_statistics > div:last-child .case_statistics {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.body_style .involved_statistics > div:last-child .case_statistics > div {
  height: 100%;
}

.body_style .involved_statistics > div:last-child .case_statistics > div:nth-child(1) {
  flex: 1;
}

.body_style .involved_statistics > div:last-child .case_statistics > div:nth-child(2) {
  flex: 2;
}

.body_style .involved_statistics > div:last-child .case_statistics > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.body_style .involved_statistics > div:last-child .case_statistics > div:first-child > div {
  flex: 1;
  width: 15%;
}

.body_style .involved_statistics > div:last-child .case_statistics > div:first-child .case_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}

.body_style .involved_statistics > div:last-child .case_statistics > div:first-child .case_text > div {
  height: 100%;
}

.body_style .involved_statistics > div:last-child .case_statistics > div:first-child .case_text > div:nth-child(1) {
  flex: 1;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.body_style .involved_statistics > div:last-child .case_statistics > div:first-child .case_text > div:nth-child(1) img {
  display: block;
  width: 100px;
}

.body_style .involved_statistics > div:last-child .case_statistics > div:first-child .case_text > div:nth-child(2) {
  flex: 2;
  color: #abdefb;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.body_style .involved_statistics > div:last-child .case_statistics > div:first-child .case_text > div:nth-child(2) > div {
  width: 100px;
}

.body_style .involved_statistics > div:last-child .case_statistics > div:first-child .case_text > div:nth-child(2) .num_case {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
}

.body_style .involved_statistics > div:last-child .case_statistics > div:first-child .case_text > div:nth-child(2) .num_case > span:first-child {
  font-size: 25px;
  font-weight: 900;
  color: #40a8e5;
  overflow: hidden;
  font-family: "思源宋体";
}

.body_style .involved_statistics > div:last-child .two_subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.body_style .involved_statistics > div:last-child .two_subtitle > div:first-child {
  flex: 0.7;
}

.body_style .involved_statistics > div:last-child .two_subtitle > div:last-child {
  flex: 1;
}

.body_style .involved_statistics > div:last-child .enterprise_involved {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.body_style .involved_statistics > div:last-child .enterprise_involved > div:nth-child(1) {
  flex: 1.3;
  height: 100%;
  transform: translateX(-70px);
}

.body_style .involved_statistics > div:last-child .enterprise_involved > div:nth-child(2) {
  flex: 2;
  height: 100%;
}

.body_style .legal_service {
  background: rgba(14, 26, 38, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.body_style .legal_service > div:last-child {
  flex: 1;
  width: 100%;
  padding: 10px 75px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.body_style .legal_service > div:last-child .mechanism_quantity {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.body_style .legal_service > div:last-child .mechanism_quantity > div:first-child {
  max-width: 700px;
  flex: 1.5;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-right: 50px;
  height: 100%;
}

.body_style .legal_service > div:last-child .mechanism_quantity > div:first-child > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.body_style .legal_service > div:last-child .mechanism_quantity > div:first-child > div > img {
  display: block;
  width: 135px;
}

.body_style .legal_service > div:last-child .mechanism_quantity > div:first-child .lawyers_number {
  position: relative;
  padding-top: 35px;
}

.body_style .legal_service > div:last-child .mechanism_quantity > div:first-child .lawyers_number::after {
  content: "";
  width: 25px;
  height: 5px;
  position: absolute;
  top: 32%;
  left: calc(50% - 12.5px);
  background-color: #fcbe75;
}

.body_style .legal_service > div:last-child .mechanism_quantity > div:first-child .lawyers_number > span {
  color: #a7daf6;
  font-size: 25px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 5px
}

.body_style .legal_service > div:last-child .mechanism_quantity > div:first-child .lawyers_number > span:nth-child(2) {
  width: 65px;
}

.body_style .legal_service > div:last-child .mechanism_quantity > div:first-child .lawyers_number > span:last-child {
  color: #45bafe;
  font-size: 25px;
}

.body_style .legal_service > div:last-child .mechanism_quantity > div:last-child {
  height: 100%;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.body_style .legal_service > div:last-child .mechanism_quantity > div:last-child > div {
  width: 100%;
}

.body_style .legal_service > div:last-child .mechanism_quantity > div:last-child > div:last-child {
  flex: 1;
}

.body_style .legal_service > div:last-child .districts_and_counties {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.body_style .legal_service > div:last-child .districts_and_counties > div {
  width: 100%;
}

.body_style .legal_service > div:last-child .districts_and_counties > div:last-child {
  flex: 1;
}
