.main {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: url(../img/home/bg.jpg) no-repeat;
  background-size: 100%;
}
.main .content {
  height: calc(114.94rem - 18rem);
  position: relative;
}
.main .content .logo {
  position: absolute;
  top: 12.63rem;
  left: 6.06rem;
  height: 13.59rem;
}
.main .content .join-group-box {
  position: absolute;
  left: 6.5rem;
  top: 35.63rem;
  display: flex;
  gap: 2.88rem;
}
.main .content .join-group-box .join-group-list {
  width: 7.56rem;
  height: 6.63rem;
  background-color: rgba(0, 0, 0, 0.49);
  border: solid 0.06rem #bfbfbf;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main .content .join-group-box .join-group-list::after {
  content: "";
  width: 2.9375rem;
  height: 3.0625rem;
  position: absolute;
  background: url("../img/home/corner-icon.png") no-repeat;
  background-size: 100% 100%;
  left: -1.26875rem;
  top: -1.23125rem;
}
.main .content .join-group-box .join-group-list .num {
  font-family: PingFang-SC;
  font-size: 2.25rem;
  font-weight: bold;
  color: #f5bf01;
}
.main .content .join-group-box .join-group-list .text {
  font-family: ArialMT;
  font-size: 1rem;
  color: #ffffff;
}
.main .content .join-group-box .join-group-list.first .img-box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .content .join-group-box .join-group-list.first .img-box .img {
  width: 2.81rem;
  height: 2rem;
}
.main .content .join-group-box .join-group-list.first .text {
  width: 7.56rem;
  height: 1.63rem;
  background-color: #f9c201;
  font-family: ArialMT;
  font-size: 1rem;
  text-align: center;
  color: #0f0f0f;
}
.main .content .join-group-box .join-group-list.first::after {
  display: none;
}
.main .content .list-box {
  width: 109.32rem;
  position: absolute;
  left: 5.38rem;
  top: 52.5rem;
  display: flex;
  gap: 2.44rem;
}
.main .content .list-box .news-box {
  width: 53.44rem;
  height: 13.25rem;
  background-color: rgba(0, 0, 0, 0.49);
  border: solid 0.06rem #bfbfbf;
  box-sizing: border-box;
  padding: 0.88rem 1rem;
}
.main .content .list-box .news-box .news-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.19rem;
}
.main .content .list-box .news-box .news-header .title {
  font-family: Impact;
  font-size: 1.73rem;
  color: #f9c201;
  line-height: 1.44rem;
  margin-right: 0.38rem;
}
.main .content .list-box .news-box .news-header .icon {
  width: 1.81rem;
  height: 1.06rem;
  border-radius: 0.53rem;
  border: solid 0.06rem #ffc50c;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.main .content .list-box .news-box .news-header .icon .img {
  width: 0.75rem;
  height: 0.69rem;
}
.main .content .list-box .news-box .news-body .news-item {
  padding-left: 1.06rem;
  margin-bottom: 0.94rem;
  position: relative;
}
.main .content .list-box .news-box .news-body .news-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.main .content .list-box .news-box .news-body .news-item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffc50c;
  border-radius: 50%;
  position: absolute;
  left: 0.06rem;
  top: 0.25rem;
}
.main .content .list-box .news-box .news-body .news-item .text {
  font-family: ArialMT;
  font-size: 1.13rem;
  line-height: 0.8rem;
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.main .content .list-box .news-box .news-body .news-item .time {
  font-family: PingFang-SC;
  font-size: 0.88rem;
  color: #ffffff;
}
.main .content .list-box .rank-box {
  width: 53.44rem;
  height: 13.25rem;
  background-color: rgba(0, 0, 0, 0.49);
  border: solid 0.06rem #bfbfbf;
  box-sizing: border-box;
  padding: 1.06rem 2rem;
}
.main .content .list-box .rank-box .rank-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.31rem;
}
.main .content .list-box .rank-box .rank-header .title {
  font-family: Impact;
  font-size: 1.73rem;
  line-height: 1.44rem;
  color: #f9c201;
  margin-right: 0.38rem;
}
.main .content .list-box .rank-box .rank-header .icon {
  width: 1.81rem;
  height: 1.06rem;
  border-radius: 0.53rem;
  border: solid 0.06rem #ffc50c;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main .content .list-box .rank-box .rank-header .icon .img {
  width: 0.75rem;
  height: 0.69rem;
}
.main .content .list-box .rank-box .rank-body .rank-item {
  display: flex;
  align-items: center;
  padding: 0 0.13rem;
  margin-bottom: 1.63rem;
}
.main .content .list-box .rank-box .rank-body .rank-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.main .content .list-box .rank-box .rank-body .rank-item .img {
  width: 2.5rem;
  height: 1.44rem;
  margin-right: 1.06rem;
}
.main .content .list-box .rank-box .rank-body .rank-item .text {
  font-family: ArialMT;
  font-size: 1.13rem;
  font-weight: bold;
  line-height: 1.44rem;
  color: #ffffff;
  margin-right: 4rem;
}
.main .content .list-box .rank-box .rank-body .rank-item .fraction {
  color: #ffc50c;
}
.main .content .swiper {
  position: absolute;
  top: 67.31rem;
  left: 5.38rem;
}
.main .content .swiper .swiper-content {
  width: 109.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .content .swiper .swiper-content .swiper-item {
  width: 25.75rem;
  height: 19.69rem;
  border: solid 0.06rem #595959;
}
.main .content .swiper .swiper-content .swiper-item .img {
  width: 25.75rem;
  height: 12.88rem;
  background-color: #ffc50c;
}
.main .content .swiper .swiper-content .swiper-item .time {
  margin-top: 0.8rem;
  margin-left: 1.25rem;
  font-family: ArialMT;
  font-size: 1.13rem;
  line-height: 0.88rem;
  color: #afafaf;
  margin-bottom: 0.81rem;
}
.main .content .swiper .swiper-content .swiper-item .text {
  margin-left: 1.25rem;
  font-family: ArialMT;
  font-size: 1.13rem;
  line-height: 1.64rem;
  color: #ffffff;
}
.main .content .swiper .swiper-prev,
.main .content .swiper .swiper-next {
  width: 1.06rem;
  height: 1.88rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.main .content .swiper .swiper-prev {
  left: -1.56rem;
}
.main .content .swiper .swiper-next {
  right: -1.56rem;
}
