.day {
  font-size: 1.3em;
  font-weight: 600;
  color: #e50013;
}

.times .label {
  background-color: #f9e7e9;
  padding: 0 0.375rem;
  color: #e50013;
  font-size: .5em;
  margin-left: 0.625rem;
  max-width: 6.875rem;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date {
  position: absolute;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: #999;
}

.item .tit {
  font-size: .8em;
  width: 52%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.times {
  margin-top: 0.3125rem;
}

.card-item .info-left {
  float: left;
  width: 34%;
  height: 4.4375rem;
}

.card-item .info-left img {
  width: 100%;
  height: 100%;
}

.card-item .info-center {
  float: left;
  width: 46%;
  height: 4.5rem;
  position: relative;
  padding: 0 0.625rem;
  display: block;
  line-height: 1.5;
}

.card-item .info-center .text-1 {
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}

.card-item .info-center .text-2 {
  font-size: 0.75rem;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.card-item .info-center .text-3 {
  font-size: 0.75rem;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.card-item .info-right {
  float: left;
  height: 4.5rem;
  width: 20%;
  position: relative;
  display: block;
  text-align: center;
}

.card-item .info-right span {
  color: #f74;
  font-size: 0.75rem;
  margin-top: 1rem;
  height: 1.375rem;
  left: 1.875rem;
  width: 100%;
  display: block;
  text-align: center;
}

.activity-item .img-bd {
  width: 24%;
  height: 5.625rem;
  display: block;
  float: left;
}

.activity-item .img-bd img {
  width: 3.125rem;
  height: 3.125rem;
  margin-left: 1.0625rem;
  margin-top: 13.75rem;
  border-radius: 31.21875rem;
  border: 2px solid #fff;
}

.activity-item .info {
  width: 74%;
  height: 5.625rem;
  display: block;
  float: left;
}

.activity-item .info .span-1 {
  display: block;
  font-size: 1.4375rem;
  margin-top: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}

.activity-item .info .span-2 {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.activity-item .intro {
  font-size: 0.625rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}

.btn-get {
  background-color: #f74;
  margin-top: 0.3125rem;
  width: 90%;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 0.625rem;
  font-size: 0.75rem;
  padding: 0;
  box-shadow: 0 2px 2px 0 rgba(255, 119, 68, 0.14), 0 1px 5px 0 rgba(255, 119, 68, 0.12), 0 3px 1px -2px rgba(255, 119, 68, 0.2);
}

.btn {
  background-color: #f74;
  width: 90%;
  height: 1.25rem;
  padding: 0 0.625rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 0.625rem;
  font-size: 0.75rem;
  box-shadow: 0 2px 2px 0 rgba(255, 119, 68, 0.14), 0 1px 5px 0 rgba(255, 119, 68, 0.12), 0 3px 1px -2px rgba(255, 119, 68, 0.2);
}

ul.card-list,
.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

ul.card-list .card-item,
.card-list .card-item {
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  padding: 0.625rem 0;
}

ul.card-list .card-item:last-child,
.card-list .card-item:last-child {
  border-bottom: none;
}

ul.card-list .activity-item,
.card-list .activity-item {
  width: 100%;
  height: 5.625rem;
  border-radius: 0.3125rem;
  color: #fff;
  position: relative;
  margin-bottom: 0.625rem;
  background-color: #999;
  background-size: 100% 0.75rem;
}

.carousel-error {
  height: 10rem;
}

.query-error {
  height: 3.75rem;
}