.check_page .check_page_info {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  border: 1px solid #eaeaea;
  padding: 40px;
}
.check_page .check_page_info .check_page_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.check_page {
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.check_page .check_page_info .check_page_wrap table th {
  width: 30%;
  text-align: center;
  padding: 7px 5px;
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
}
.check_page .check_page_info .check_page_wrap table {
  width: 100%;
}
.check_page .check_page_info .check_page_wrap table td select {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  font-size: 13px;
  background: #fff;
  background-image: none !important;
  color: #111;
  border: 1px solid #ddd;
  box-shadow: initial;
  border-radius: 0;
}
.check_page .check_page_info .check_page_wrap table td input {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  font-size: 13px;
  background: #fff;
  background-image: none !important;
  color: #111;
  border: 1px solid #ddd;
  box-shadow: initial;
  border-radius: 0;
}
.check_page .check_page_info .check_page_wrap table td {
  width: 70%;
  padding: 7px 5px;
  border-bottom: 1px solid #ddd;
}
.check_page .check_page_info .check_page_wrap .page_btn {
  width: 100%;
  margin-top: 20px;
}
.check_page .check_page_info .check_page_wrap .page_btn button.save {
  background: #cd372f;
  color: #fff;
  border: 1px solid #cd372f;
}
.check_page .check_page_info .check_page_wrap .page_btn button {
  width: 100% !important;
  height: 50px;
  font-size: 13px;
}
.check_page .check_page_info .check_page_wrap .page_btn button.cancel {
  background: #fff;
  color: #cd372f;
  border: 1px solid #cd372f;
}
