.declarer_container {
  width: 1200px;
  margin: auto;
  padding-top: 1.2rem;
}
.declarer_btn {
  height: 60px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.declarer_btn :nth-child(1) {
  width: 96px;
  height: 30px;
  background: rgba(204, 204, 204, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
  margin-right: 20px;
}
.declarer_btn :nth-child(2) {
  width: 96px;
  height: 30px;
  background: rgba(249, 150, 21, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  color: #fff;
}
.declarer_box {
  width: 1200px;
  height: 1770px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 20px rgba(64, 158, 254, 0.16);
  opacity: 1;
}
.declarer_book h2 {
  height: 100px;
  line-height: 150px;
  text-align: center;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(42, 42, 42, 1);
  opacity: 1;
}
.declarer_book .declarer_number {
  width: 850px;
  display: flex;
  justify-content: flex-end;
  height: 60px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 60px;
  color: rgba(42, 42, 42, 1);
  opacity: 1;
}
.exit_book {
  width: 1120px;
  height: 166px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: rgba(85, 85, 85, 1);
  opacity: 1;
  margin: auto;
}
.exit_book :nth-child(2) {
  padding: 15px 0;
}
.declarer_table {
  width: 1120px;
  height: 202px;
  border: 1px solid rgba(170, 170, 170, 1);
  margin: auto;
  display: flex;
  justify-content: space-between;
  border-right: none;
}
.table_left,
.table_right {
  display: flex;
  justify-content: space-between;
}
.table_left .declarer_tr span,
.table_right .declarer_tr span {
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(170, 170, 170, 1);
  border-bottom: 1px solid rgba(170, 170, 170, 1);
  opacity: 1;
}
.table_left .declarer_td span,
.table_right .declarer_td span {
  width: 358px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(170, 170, 170, 1);
  border-bottom: 1px solid rgba(170, 170, 170, 1);
  opacity: 1;
  color: #2a2a2a;
}
.table_foot {
  width: 1119px;
  height: 80px;
  margin: auto;
  border: 1px solid rgba(170, 170, 170, 1);
  color: #2a2a2a;
  display: flex;
}
.table_foot :nth-child(1) {
  width: 200px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  border-right: 1px solid rgba(170, 170, 170, 1);
  opacity: 1;
}
.table_foot :nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.procedure_book {
  width: 1120px;
  height: 226px;
  margin: auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  opacity: 1;
  margin-top: 20px;
}
.procedure_book p {
  padding: 10px 0;
}
.procedure_line {
  display: flex;
}
.procedure_line span {
  width: 877px;
  height: 20px;
  border-bottom: 1px solid rgba(170, 170, 170, 1);
  opacity: 1;
}
.username {
  width: 1120px;
  height: 60px;
  line-height: 100px;
  margin: auto;
}
.user_tel {
  width: 1120px;
  height: 60px;
  line-height: 100px;
  margin: auto;
}
.user_date_a {
  width: 960px;
  height: 60px;
  line-height: 100px;
  display: flex;
  justify-content: space-between;
  margin-left: 40px;
}
.user_date_b {
  display: flex;
  width: 1000px;
  height: 60px;
  line-height: 80px;
  justify-content: flex-end;
  letter-spacing: 10px;
  margin-left: 40px;
}
.statement_box {
  width: 1120px;
  margin: auto;
  margin-top: 60px;
}
.statement_box h2 {
  text-align: center;
  height: 50px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 50px;
  color: rgba(42, 42, 42, 1);
}
.statement_book {
  width: 1120px;
  height: 226px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(85, 85, 85, 1);
  opacity: 1;
}
.statement_book p {
  padding: 10px 0;
}
.user_date_c {
  width: 960px;
  height: 60px;
  line-height: 100px;
  display: flex;
  justify-content: space-between;
}
