* {
  box-sizing: border-box;
}

html {
  font-size: 12px !important;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 600px) {
  html {
    font-size: 9px !important;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 6px !important;
  }
}

body {
  min-height: 100vh;
  margin: 0;
  overflow: auto;
  background-color: #dddfe1;
  color: #626571;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
}

li {
  list-style: none;
}

.row {
  position: relative;
  width: 100%;
  height: 23rem;
  max-height: 200px;
  background-color: #0b54a6;
  background-image: url("./RR.mobile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 563px) {
  .row {
    background-image: url("./RR.ceabd33.png");
  }
}

.zfbg-btn {
  position: absolute;
  top: 26%;
  right: 0;
  width: 11rem;
  height: 4rem;
  border: 1px solid #fff;
  border-radius: 20px 0 0 20px;
  background-color: #00113c;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.top_down {
  position: absolute;
  bottom: -4%;
  left: 5%;
  width: 90%;
  min-height: 60px;
  padding: 1rem 1rem 0;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}

.top_down li {
  min-height: 4rem;
  color: #111;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: break-all;
}

.middle_Basic_information {
  width: 100%;
  min-height: 100%;
  margin-top: 0;
  padding-top: 3rem;
  background-color: #fff;
}

.middle_Basic_information_top {
  display: flex;
  width: 100%;
  height: 4.5rem;
  margin: 0 0 1.5rem;
  padding-left: 5px;
  line-height: 4.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.middle_Basic_information_top_info {
  width: 25%;
  color: #626571;
  font-size: 1.75rem;
  text-align: center;
}

.selected {
  color: #000;
  border-bottom: 2px solid pink;
}

.middle_all,
.middle_all_four {
  position: relative;
  margin-right: 10px;
  margin-left: 5px;
  padding: 10px;
  border: 1px solid #eff0f4;
  background-color: #fff;
}

.middle_Basic_information_middle {
  margin: 0;
  padding-left: 0;
}

.middle_Basic_information_middle li,
.new_li {
  width: 100%;
  min-height: 4.5rem;
  color: #626571;
  font-size: 1.4rem;
}

.new_li {
  margin-bottom: 0;
  font-size: 1.3rem;
}

.middle_Basic_information_middle_left {
  float: left;
  width: 35%;
  height: 100%;
}

.middle_Basic_information_middle_right {
  float: right;
  width: 55%;
  height: 100%;
  margin-right: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  word-break: break-word;
}

.middle_Basic_information_middle_right p {
  margin-top: 0;
}

.tbdiv,
.middle_all_divtb3,
.middle_all_divtb4 {
  display: flex;
  width: 100%;
  overflow-x: auto;
  background-color: #fff;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: none;
  text-align: center;
  word-break: break-word;
}

.middle_Basic_information_tb {
  width: 95%;
  margin-top: 0;
  border-bottom: 1px dashed grey;
  color: #626571;
  font-size: 1.25rem;
  text-align: center;
}

.middle_Basic_information_tb th {
  height: 2rem;
  background-color: #f6f9ff;
}

.middle_Basic_information_tb th,
.middle_Basic_information_tb td {
  padding: 10px;
}

.middle_Basic_information_tb td {
  height: 3rem;
}

.change-record-table {
  table-layout: fixed;
}

.change-record-table th,
.change-record-table td {
  word-break: keep-all;
  overflow-wrap: normal;
}

.change-record-table th:nth-child(1),
.change-record-table td:nth-child(1) {
  width: 20% !important;
  word-break: break-all;
}

.change-record-table th:nth-child(2),
.change-record-table td:nth-child(2) {
  width: 14% !important;
}

.change-record-table th:nth-child(3),
.change-record-table td:nth-child(3),
.change-record-table th:nth-child(4),
.change-record-table td:nth-child(4) {
  width: 33% !important;
}

.middle_Basic_information_middle_second {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

.middle_Basic_information_middle_second li {
  width: 50%;
  margin-bottom: 10px;
}

.middle_Basic_information_middle_second p {
  margin-top: 5px;
  margin-bottom: 8px;
}

.middle_Basic_information_middle_second li p {
  color: #a9a2a8;
  font-size: 1.4rem;
}

.middle_Basic_information_middle_second li span {
  color: #000;
  font-size: 1.5rem;
}

.middle_all_3_tb {
  width: 100%;
  background-color: #fff;
  font-size: 1.5rem;
}

.middle_all_3_tb th {
  color: #413e41;
  font-weight: 400;
}

.middle_all_3_tb td {
  height: 25px;
}

.middle_all_4_span {
  margin-top: 1rem;
  margin-left: .5rem;
  color: #212020;
  font-size: 2rem;
  font-weight: 700;
}

.middle_all_4_tb {
  width: 100%;
  background-color: #fff;
  font-size: 1.3rem;
  table-layout: fixed;
}

.middle_all_4_tb th,
.middle_all_4_tb td {
  height: 3.5rem;
  padding: 6px 4px;
}

.middle_all_4_tb th {
  color: #413e41;
  font-size: 1.4rem;
  font-weight: 400;
}

.odd,
.middle_all_4_tb thead tr,
.middle_all_4_tb tbody tr:nth-child(even) {
  background-color: #f6f9ff;
}

.middle_all_4_tb tbody tr:nth-child(odd) {
  background-color: #fff;
}

.separator {
  width: 100%;
  margin-top: 10px;
  border-top: 1px dashed #ccc;
}

.fonsi {
  float: left;
  width: 25px;
  border-radius: 5px;
  background-color: #2187fe;
  color: #fff;
  text-align: center;
}

.divider {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 1rem 0;
  color: #999;
  font-size: 1.2rem;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-top: 1px dashed #ccc;
}

.divider span {
  padding: 0 8px;
  white-space: nowrap;
}

.bottom_img {
  width: 100%;
  margin-top: 1.2rem;
}

.bottom_img img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .bottom_img {
    margin-top: 1.1rem;
  }
}

.verify-entry-img {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(33, 135, 254, 0.16);
}

.verify-entry-img:focus-visible {
  outline: 2px solid #2187fe;
  outline-offset: 2px;
}

em[style*="color: blue"] {
  cursor: pointer;
  font-style: normal;
}
