.main {
  text-align: center;
  height: 50vh;
  min-height: 400px;
}

.main .img-box {
  padding-top: 40px;
}

.main h1 {
  font-size: 20px;
}

.main p {
  font-size: 14px;
  margin-top: 2px;
  color: #bbb;
}

.main .time-box {
  margin-top: 60px;
}

.main .button {
  margin-top: 20px;
  width: 144px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  border: none;
  background-color: #AE2F2E;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}