body {
  padding-top: 50px;
  /* background: linear-gradient(180deg, rgba(250, 248, 245, 1) 0%, rgba(250, 248, 245, 0) 100%);
  background-repeat: no-repeat; */
}
.banner-container {
  color: #fff;
  height: 300px;
}
.banner-container.score {
  background: #F7C234 url(../images/exam_score_banner.png) no-repeat center center / cover;
}
.banner-container.check {
  background: #F7C234 url(../images/exam_check_banner.png) no-repeat center center / cover;
}
.banner-container.certificate {
  background: #F7C234 url(../images/exam_certificate_banner.png) no-repeat center center / cover;
}

.banner-container h1 {
  color: #fff;
  font-size: 48px;
  line-height: 300px;
  padding-left: 80px;
}
.module-container {
  margin: 20px auto 50px;
}
.user-container {
  background-color: #fff;
  border-radius: 13px;
  padding-bottom: 38px;
}
.form-block-container {
  width: 385px;
  margin: 0 auto;
}
.form-block-container .form-function {
  font-size: 24px;
  color: #000;
  text-align: center;
  padding: 35px 0 30px;
  line-height: 1.5;
}
.form-block-container .el-select {
  display: block;
}

.form-block-container .btn-wrapper {
  margin-top: 35px;
  margin-bottom: 30px;
}
.form-block-container .btn-wrapper .btn {
  margin: 0 auto;
  width: 385px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #F7C234;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
.user-container .table-container {
  padding-top: 90px;
}
.user-container .table {
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}
/* .user-container .table.certificate {
  width: 786px;
} */
.user-container .table.score {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  width: 480px;
}
.table td {
  border: 1px solid #e5e5e5;
  padding: 8px;
  box-sizing: border-box;
}
.table.score td {
  padding: 15px;
}
.table td h5 {
  margin-bottom: 5px;
}
.table-container .btn-wrapper {
  margin-top: 35px;
  margin-bottom: 30px;
}
.table-container .btn-wrapper .btn {
  margin: 0 auto;
  width: 260px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #F7C234;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
.table-container .basic-message {
  font-size: 16px;
  color: #000;
  margin: 0 auto 20px;
  width: 480px;
}
.user-container .check-container {
  padding-top: 90px;
}
.user-container .check-container .content {
  font-size: 16px;
  color: #000;
  width: 350px;
  margin: 0 auto;
  line-height: 1.8;
}
.user-container .check-container .status {
  color: #43cf7c;
}
.user-container .check-container .status.failed {
  color: #d43030;
}
.check-container .btn-wrapper {
  margin-top: 110px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.check-container .btn-wrapper .btn {
  width: 190px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #F7C234;
  border-radius: 6px;
  cursor: pointer;
  margin: 0 6px;
  border: none;
}
.check-container .btn-wrapper .btn.disabled {
  background-color: #a6a6a6;
  cursor: not-allowed;
}
.table-container .avatar {
  max-width: 135px;
  max-height: 200px;
}
