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;
  background: #F7C234 url(../images/exam_detail_banner.png) no-repeat center center / cover;
}
.banner-container h1 {
  font-size: 36px;
  line-height: 1.5;
  margin-top: 85px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 765px;
  height: 102px;
  box-sizing: border-box;
}

.banner-container .content {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
}

.detail-container {
  margin-top: 20px;
}
.detail-container .detail-left {
  border-radius: 13px;
  background-color: #fff;
  float: left;
  width: 785px;
  padding: 20px;
  box-sizing: border-box;
}

.detail-container .detail-right {
  float: right;
  width: 379px;
}

.detail-container .detail-right .operate-btn {
  height: 180px;
  border-radius: 13px;
  color: #fff;
  text-align: center;
  line-height: 180px;
  cursor: pointer;
  display: block;
}
.detail-container .detail-right .operate-btn.disabled {
  cursor: not-allowed;
}
.detail-container .detail-right .operate-btn.entry {
  background: #F7C234 url(../images/exam_detail_entry.png) no-repeat center center / cover;
}
.detail-container .detail-right .operate-btn.entry.disabled {
  background: #F7C234 url(../images/exam_detail_entry_disabled.png) no-repeat center center / cover;
}
.detail-container .detail-right .operate-btn.check {
  background: #F7C234 url(../images/exam_detail_check.png) no-repeat center center / cover;
}
.detail-container .detail-right .operate-btn.check.disabled {
  background: #F7C234 url(../images/exam_detail_check_disabled.png) no-repeat center center / cover;
}
.detail-container .detail-right .operate-btn.pay {
  background: #F7C234 url(../images/exam_detail_pay.png) no-repeat center center / cover;
}
.detail-container .detail-right .operate-btn.print {
  background: #F7C234 url(../images/exam_detail_print.png) no-repeat center center / cover;
}
.detail-container .detail-right .operate-btn.print.disabled {
  background: #F7C234 url(../images/exam_detail_print_disabled.png) no-repeat center center / cover;
}
.detail-container .detail-right .operate-btn.score {
  background: #F7C234 url(../images/exam_detail_score.png) no-repeat center center / cover;
}
.detail-container .detail-right .operate-btn + .operate-btn {
  margin-top: 20px;
}
.detail-container .detail-right .btn-use {
  font-size: 24px;
  font-weight: 700;
}
