html,
body {
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none;
  display: block;
}

tbody {
  width: 100%;
}

th,
td {
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-weight: normal;
  display: block;
}

tr {
  border: none;
  display: block;
}

.top {
  color: #2472c5;
  padding-top: 20px;
}

.top .top_title {
  font-size: 28px;
  display: block;
}

.top .top_title td {
  text-align: center;
  font-weight: 600;
}

.center_list {
  background-color: #fff;
  padding: 25px 20px 10px;
  margin: 15px 15px 90px;
  width: calc(100% - 30px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}

.center_list tbody {
  display: block;
  height: 100%;
}

.center_list tbody tr {
  height: 100%;
}

.center_list tbody td {
  height: 100%;
}

.center_list tbody .form_item .form_item_top {
  font-size: 18px;
  font-weight: 600;
}



.center_list tbody .form_item .form_item_bottom {
  background-color: #f4f8f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 10px;
  border-radius: 2px;
  margin: 10px 0;
}

.center_list tbody .form_item .form_item_bottom .item_left {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}

.center_list tbody .form_item .form_item_bottom .item_left img {
  width: 20px;
  height: 20px;
}

.center_list tbody .form_item .form_item_bottom .item_left input {
  border: none;
  outline: none;
  font-size: 14px;
  background-color: transparent;
}

.center_list tbody .form_item .form_item_bottom .item_left ::-webkit-input-placeholder {
  color: #c6c6c6;
  font-weight: 600;
}

.center_list tbody .form_item .form_item_bottom .item_left :-moz-placeholder {
  color: #c6c6c6;
  font-weight: 600;
}

.center_list tbody .form_item .form_item_bottom .item_left ::-moz-placeholder {
  color: #c6c6c6;
  font-weight: 600;
}

.center_list tbody .form_item .form_item_bottom .item_left :-ms-input-placeholder {
  color: #c6c6c6;
  font-weight: 600;
}

.center_list tbody .form_item .form_item_bottom .item_right {
  color: #bac5cf;
  font-size: 13px;
  font-weight: 600;
}

.center_list tbody .form_item .form_item_bottom .item_right img {
  width: 25px;
  height: 25px;
}

.center_list tbody .form_item .form_item_bottom select {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
}

.center_list tbody .form_item .sex {
  justify-content: space-around;
}

.center_list tbody .form_item .sex .sex_item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.center_list tbody .form_item .sex .sex_item .radio {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center_list tbody .form_item .sex .sex_item .radio input {
  width: 20px;
  height: 20px;
}

.center_list tbody .form_item textarea {
  width: 100%;
  border: 1px solid #bac5cf;
  outline: none;
  font-size: 16px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  height: 150px;
  margin-top: 5px;
}


.center_list tbody .form_item .project {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 15px;
}

.center_list tbody .form_item .project .project_item {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #d3d8dd;
  padding: 10px 10px;
  font-size: 14px;
  color: #4f4f4f;
}

.center_list tbody .form_item .project .project_item label {
  flex: 1;
}

.center_list tbody .submit {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.center_list tbody .submit .submit_btn {
  color: #fff;
  background-color: #2472c5;
  width: fit-content;
  padding: 12px 120px;
  border-radius: 2px;
  font-size: 14px;
  letter-spacing: 3px;
}

.center_list tbody .prompt {
  font-size: 13px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  padding: 10px;
  margin: 20px -5px 5px;
}

.nav_bar {
  background-color: #3974f6;
  padding: 20px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.nav_bar a {
  color: #fff;
  text-decoration: none;
}
