body {
  background: #f2f5fe;
}

main {
  padding-top: 290rem;
  padding-bottom: 130rem;
}

.filter {
  display: flex;
  color: #4e6b8a;
  align-items: center;
  font-size: 20rem;
}

.year {
  display: flex;
  margin-right: 90rem;
  font-size: 20rem;
}

.module {
  display: flex;
  align-items: center;
}

.time {
  margin-right: 20rem;
}

.subject {
  margin-right: 20rem;
}

.year-item {
  cursor: pointer;
}

.year-item:not(:last-child) {
  margin-right: 10rem;
}

.year-item.active {
  color: #c00000;
  font-weight: 600;
}

select {
  background: white;
}

.result {
  margin-top: 70rem;
  display: flex;
  flex-wrap: wrap;
}

.result-item {
  width: 23.07%;
  min-height: 420rem;
  background: white;
  border-radius: 12rem;
  box-shadow: var(--boxshadow);
  margin-top: 40rem;
  margin-right: 2.56%;
  overflow: hidden;
  transition: var(--transition);
}

.result-item:hover {
  transform: translateY(-10px);
}

.result-item:nth-child(4n) {
  margin-right: 0;
}

.result-img {
  display: flex;
  height: 220rem;
  position: relative;
  justify-content: center;
  align-items: center;
}

/* .result-img img {

} */

.result-time-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22rem;
    color: var(--main-text-color);
    font-size: 20rem;
    opacity: 0.6;
}

.result-divider {
  height: 12rem;
  background: linear-gradient(to right, #c00000, #e52111);
}

.result-module {
  color: white;
  font-size: 24rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20rem 0 0 20rem;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
}

.result-content {
  padding: 30rem 20rem;
}

/* .result-time {
  margin-bottom: 22rem;
  color: var(--main-text-color);
  font-size: 20rem;
  opacity: 0.6;
  display: block;
} */

.result-title {
  /*  font-size: 28rem;*/
    font-size: 16rem;
    color: var(--main-text-color);
}

.empty {
  transform: translateY(30rem);
}