.wrap {
  padding-top: 2.75rem;
}

.wrap .title {
  width: 100%;
  margin-top: 1.25rem;
  padding: 0 0.9375rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #222222;
  text-align: center;
}
.wrap .time {
  font-size: 0.75rem;
  font-weight: 400;
  color: #222222;
  text-align: center;
  width: calc(100% - 1.875rem);
  margin: 0 auto;
  padding: 0.9375rem;
  border-bottom: 0.0625rem solid rgba(151, 151, 151, 0.2);
}
.wrap .card {
  width: 100%;
  padding: 1.25rem 0.9375rem;
  background: #fff;
  margin: 0 auto 1.875rem;
}

.card .content {
  font-size: 0.875rem;
  font-weight: 400;
  color: #222222;
  margin-bottom: 1.875rem;
}

.card .download {
  height: 2.75rem;
  padding: 0 0.5rem;
  margin: 0 0 1.875rem;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card .download .name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #222222;
}
.card .download .btn {
  width: 4rem;
  height: 1.75rem;
  background: #1d52a2;
  border-radius: 0.25rem;
  line-height: 1.75rem;
  font-size: 0.75rem;
}

.card .next {
  margin-top: 1.25rem;
}
.card .next .label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.625rem;
}
.card .next .link {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
}
.card .back {
  font-weight: 400;
  font-size: 0.9375rem;
  color: #1d52a2;
  cursor: pointer;
  margin-top: 1.25rem;
}
.card .back span {
  font-size: 1.125rem;
}
