header {
  width: 1000px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
header div {
  width: 500px;
  text-align: center;
  font-size: 15px;
}
header div img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
header ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100px;
  width: 900px;
}
header ul li {
  width: 280px;
  font-size: 16px;
  margin-right: 35px;
  display: flex;
}
header ul li input {
  height: 20px;
  flex: 1;
  margin-left: 3px;
  padding-left: 5px;
}
.grade {
  width: 1000px;
  height: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grade img {
  width: 180px;
  height: 140px;
  box-sizing: border-box;
}
.grade section {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.grade section div {
  width: 100%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.grade section div h2 {
  font-weight: 400;
  margin-left: 60px;
  font-size: 16px;
}
.grade section div img {
  width: 280px;
  height: 22px;
}
.grade section div + div {
  width: 100%;
}
.grade section div + div h2 {
  margin-left: 40px;
}
.grade section div + div + div {
  width: 100%;
}
.grade section div + div + div h2 {
  margin-left: 60px;
}
.grade section div + div + div + div {
  width: 100%;
}
.apply {
  width: 900px;
  height: 400px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.apply h2 {
  font-weight: 400;
  font-size: 20px;
}
.apply section {
  width: 80%;
  height: 330px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.clientType {
  width: 1000px;
  height: 400px;
  margin: 80px auto;
  display: flex;
  position: relative;
}
.clientType h2 {
  font-weight: 400;
}
.clientType div {
  background-color: #F7F8FA;
  width: 740px;
  height: 340px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.clientType div h3 {
  font-size: 17px;
  margin-left: 16px;
  margin-top: 10px;
}
.clientType div table {
  width: 700px;
  height: 300px;
  text-align: center;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  position: absolute;
  bottom: 0;
  left: 20px;
  border-collapse: collapse;
}
.clientType div table tr {
  background-color: #F7F8FA;
}
.clientType div table td {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.overdue {
  width: 1000px;
  height: 380px;
  margin: 0 auto;
}
.overdue h2 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
}
.overdue figure {
  display: flex;
  justify-content: space-evenly;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #8CDD69;
}
.overdue table {
  width: 100%;
  height: 200px;
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
  border-collapse: collapse;
}
.overdue table td {
  border: 2px solid #333;
}
.loans {
  width: 1000px;
  height: 400px;
  margin: 0 auto;
  text-align: center;
}
.loans h2 {
  margin-bottom: 30px;
  font-weight: 400;
}
.loans figure {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 35px;
}
.behavior {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.behavior h2 {
  font-weight: 400;
  font-size: 20px;
  font-size: 12px;
  text-align: center;
}
.behavior table {
  width: 1200px;
  height: 440px;
  position: absolute;
  bottom: 0;
  border-collapse: collapse;
}
.behavior table td {
  border: 1px solid #333;
}
.court {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}
.court h2 {
  margin-bottom: 32px;
  font-size: 12px;
}
.court figure {
  width: 1200px;
  background: #F7F8FA;
}
.court figure h3 {
  margin: 5px 0;
  font-size: 16px;
  padding-left: 12px;
}
.court figure section {
  margin-bottom: 0;
  background-color: #EAEEF1;
}
.court figure section h4 {
  width: 100px;
  text-align: center;
}
.court figure div {
  height: 100px;
  background: #F7F8FA;
  color: #969493;
}
.court figure div text {
  width: 90px;
  font-size: 16px;
  font-size: 17px;
}
.court .fig div {
  height: 350px;
  text-align: center;
  display: flex;
  align-items: start;
}
.court h2 {
  text-align: center;
  font-weight: 400;
}
.court div {
  width: 1200px;
  height: 40px;
  background-color: #F3F4F6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  padding-left: 15px;
  box-sizing: border-box;
  margin-bottom: 4px;
}
.court div p {
  color: #952626;
  font-weight: 600;
  margin-right: 10px;
  font-size: 20px;
}
.court section {
  width: 1200px;
  height: 40px;
  background: #F2F2F4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  padding-left: 15px;
  box-sizing: border-box;
  margin-bottom: 4px;
}
.court section p {
  margin-right: 10px;
  color: #9F9C9C;
}
