.banner {
  height: 682px;
  background-size: cover;
  background-position: center;
  background-image: url(/static/index/images/banner.png);
  min-width: 1024px;
  margin-bottom: 12px;
}

.competition.cards .header {
  margin: 52px 0 55px;
  font-weight: 400;
  font-size: 26px;
  color: #1C48A8;
  line-height: 37px;
  display: flex;
  gap: 48px;
}
.competition.cards .header div {
  cursor: pointer;
  line-height: 1;
}
.competition.cards .header .current {
  color: #FC6B38;
  border-bottom: 6px solid #FC6B38;
}
/* 
.competition.cards .cards-wrapper {
  display: flex;
  gap: 42px;
  margin-bottom: 34px;
}
.competition.cards .card {
  border-radius: 20px;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column-reverse;
  height: 336px;
  cursor: pointer;
}
.competition.cards .title {
  font-weight: 500;
  font-size: 28px;
  color: #FFFFFF;
  padding-left: 20px;
  height: 78px;
  line-height: 78px;
  position: relative;
}
.competition.cards .title span {
  display: inline-block;
  margin-left: 20px;
  font-weight: 400;
  font-size: 24px;
}
.competition.cards .card-1 {
  background-image: url(/static/index/images/card-1-1.png);
  background-size: cover;
}
.competition.cards .card-2 {
  background-image: url(/static/index/images/card-1-1.png);
  background-size: cover;
}
.competition.cards .card-3 {
  background-image: url(/static/index/images/card-1-1.png);
  background-size: cover;
}
.competition..cards .card-1 .title {
  background-color: rgba(252, 107, 56, 0.5);
}
.competition..cards .card-2 .title {
  background-color: rgba(184, 134, 248, 0.5);
}
.competition..cards .card-3 .title {
  background-color: rgba(59, 193, 193, 0.5);
}
.cards .desc {
  height: 78px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  padding: 14px 20px 20px;
  box-sizing: border-box;
  border-radius: 0 0 20px 20px;
}
.cards .card-1 .desc {
  background-color: rgba(252, 107, 56, 1);
}
.cards .card-2 .desc {
  background-color: rgba(184, 134, 248, 1);
}
.cards .card-3 .desc {
  background-color: rgba(59, 193, 193, 1);
}*/
@media screen and (max-width: 1023px) {
  .banner {
    height: 160px;
    min-width: 100%;
    margin-bottom: 16px;
  }
  .competition.cards {
    margin-bottom: 40px;
  }
  .competition.cards .header {
    margin: 0px 0 15px;
    font-size: 13px;
    line-height: 18px;
    gap: 14px;
    overflow-x: auto;
  }
  .competition.cards .header div {
    white-space: nowrap;
  }
  .competition.cards .header .current {
    border-bottom: 3px solid #FC6B38;
  }
  /* .competition.cards .cards-wrapper {
    display: block;
    margin-bottom: 0px;
  }
  .competition.cards .card {
    border-radius: 14px;
    min-width: 100%;
    width: 100%;
    height: 247px;
    margin-bottom: 12px;
  }
  .competition.cards .title {
    font-size: 19px;
    padding-left: 14px;
    height: 54px;
    line-height: 54px;
  }
  .cards .desc {
    height: 54px;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 13px;
    box-sizing: border-box;
    border-radius: 0 0 14px 14px;
  } */
}


/* .pagination {
  margin-bottom: 61px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .prev img {
  width: 25px;
  height: 25px;
}
.pagination .prev, .pagination .next, .pagination .num, .pagination button {
  width: 36px;
  height: 36px;
  background: #F0F2F5;
  border-radius: 3px;
  border: 1px solid #D7DBE0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  cursor: pointer;
}
.pagination .numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .omission {
  margin: 0 7px 0 1px;
}
.pagination .num.current {
  background: #FC6B38;
  color: #fff;
  border: 1px solid #FC6B38;
}
.pagination .next {
  width: 80px;
  margin-right: 10px;
}
.pagination .next img {
  width: 25px;
  height: 25px;
}
.pagination .current {
  color: #3D7FFF;
}
.pagination .total {
  margin-right: 6px;
}
.pagination input {
  width: 63px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  margin-right: 4px;
  margin-left: 6px;
}
.pagination button {
  margin-left: 4px;
  width: 80px;
}
@media screen and (max-width: 1023px) {
  .pagination {
    display: none;
  }
}  */