#app,
body,
html {
  width: 100%;
  height: 100%
}

body {
  min-width: 960px;
  font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif
}

[v-cloak] {
  display: none
}

p {
  margin: 0;
  padding: 0
}

#banner {
  height: 360px;
  text-align: center;
  color: #000;
  background: url(bg-banner.af81cc15.jpg) no-repeat bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

#title {
  padding-top: 3em;
  font-size: 40px;
  font-weight: bolder
}

.block {
  box-sizing: border-box;
  padding: 30px 50px 40px;
  color: #fff
}

.block:nth-child(2) {
  background: linear-gradient(90deg, #00b09b, #96c93d)
}

.block:nth-child(3) {
  background: linear-gradient(270deg, #eb3349, #f45c43)
}

.block:nth-child(4) {
  background: linear-gradient(90deg, #147eca, #14b5b3)
}

.block:nth-child(5) {
  background: linear-gradient(270deg, #00b09b, #96c93d)
}

.block:nth-child(6) {
  background: linear-gradient(90deg, #eb3349, #f45c43)
}

.block:nth-child(7) {
  background: linear-gradient(270deg, #147eca, #14b5b3)
}

.grade {
  font-size: 28px;
  line-height: 2.5em;
  border-bottom: 1px solid hsla(0, 0%, 100%, .25);
  margin-bottom: 20px;
  text-align: center
}

.content {
  display: flex
}

.half {
  width: 50%;
  display: inline-block;
  box-sizing: border-box
}

.half:first-child {
  border-right: 1px solid hsla(0, 0%, 100%, .25)
}

.volume {
  font-size: 22px;
  margin: 1em 0
}

.course,
.volume {
  text-align: center
}

.course {
  width: 50%;
  display: inline-block;
  margin: .5em 0 1.2em
}

a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2em
}

a:hover {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .5)
}

#footer {
  text-align: center;
  background-color: #51bd68;
  border-top: 1px solid #fff;
}

#footer>a {
  line-height: 8em;
  font-size: 1em;
}