.text {
  font-size: 24px;
}

.content {
  background-color: white;
}

.desp {
  width: 100%;
  padding: 0 48px;
}

.desp .title {
  margin: 40px 0;
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  color: #f0ab00;
}

.desp .box {
  width: 100%;
  padding-bottom: 20px;
}

.desp .box .item {
  background-color: whitesmoke;
  width: 655px;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 20px;
}

.desp .box .item .time {
  margin: 0;
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  color: #e5ae3b;
}

.desp .box .item .text {
  color: #333;
  font-size: 36px;
  margin: 0;
}

.desp .box .item .name {
  font-size: 36px;
  font-weight: bold;
}

.register {
  width: 100%;
  height: 112px;
}

.register .btn {
  width: 50%;
  height: 100%;
  line-height: 112px;
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.register .join {
  background-color: #F0AB00;
}

.register .order {
  background-color: #0D91D8;
}
