body {
  background-color: #f7f8f9;
}
.item-cont-box {
  padding-bottom: 80px;
}
.header-item {
  padding: 30px 0 0;
  height: 94px;
  width: 100%;
  box-shadow: 0 0 10px 0 #999999;
}
.header-item .title {
  font-size: 30px;
  margin: 0;
}
.header-item .g-main {
  position: relative;
}
.header-item .apply-btn {
  position: absolute;
  right: 21px;
  top: -8px;
  width: 129px;
  height: 51px;
  background-color: #0f6494;
  color: #ffffff;
  font-size: 18px;
  line-height: 51px;
  text-align: center;
}
.u-panel {
  background-color: #fff;
  margin-top: 34px;
}
.u-panel + .u-panel {
  margin-top: 17px;
}
.u-panel-header {
  height: 48px;
  border-bottom: 2px solid #f7f7f7;
}
.u-panel-header .title {
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 30px;
}
.u-panel-body {
  text-align: center;
}
.u-panel-body .info {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
/*# sourceMappingURL=detail.css.map */