.firstPage {
  padding: 0 10px;
}
.box {
  color: white;
}
.box .title {
  text-align: center;
  font-size: 2em;
  line-height: 2.5em;
  color: black;
}
.box .el-form-item {
  height: 2.5em;
}
.box .el-form-item__label {
  color: #666666;
  margin-right: 15px;
  font-size: 1.5em;
}
.box .el-form-item__content .big {
  font-size: 2.5em;
  font-weight: bold;
  color: black;
}
.box .el-form-item__content .small {
  font-size: 1.5em;
  color: black;
}
.box .el-form-item__content {
  line-height: 2.5em;
  margin-left: 15px;
}
.urgentAnnounce {
  background: #f78585;
  margin: 10px 0;
  max-width: 460px;
  padding: 10px;
  border-radius: 6px;
}
.urgentAnnounce h4 {
  margin: 3px;
}
