.rumbleBanner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.rumbleBanner .bg {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.rumbleBanner .bg img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rumbleBanner .bg img:first-child {
  display: block;
}
.rumbleBanner .position {
  position: absolute;
  top: 30%;
  left: 7.2916666667%;
  transform: translateY(-30%);
  width: 525px;
  max-width: 90%;
}
.rumbleBanner .position .img {
  font-size: 0;
}
.rumbleBanner .position .img img {
  max-width: 100%;
}
.rumbleBanner .position .tips {
  margin-top: 10px;
  font-family: cutedino;
  font-size: 24px;
  color: #fafafa;
}
.rumbleBanner .position .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 261px;
  aspect-ratio: 261/71;
  margin-top: 38px;
  background: url(../images/rumble/rumbleBannerLink.png) no-repeat center/cover;
  font-family: Poppins-SemiBold;
  font-size: 23px;
  color: #fff;
}
.rumbleBanner .position p {
  margin-top: 43px;
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #fafafa;
}
.rumbleBanner .ico {
  position: absolute;
  left: 7.2916666667%;
  bottom: 46px;
  width: 50px;
  margin-top: 70px;
  font-size: 0;
}
.rumbleBanner::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.rumbleBlock {
  position: relative;
  width: 100%;
  background: #0e0434;
}
.rumbleBlock .position {
  position: absolute;
  top: 50%;
  left: 16.6666666667%;
  transform: translateY(-50%);
  z-index: 1;
  width: 380px;
}
.rumbleBlock .position .title {
  font-family: cutedino;
  font-size: 48px;
  line-height: 1.3;
  color: #fff;
}
.rumbleBlock .position .title span {
  color: #12eb31;
}
.rumbleBlock .position .tips {
  margin-top: 5px;
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #fafafa;
}
.rumbleBlock .position .tab {
  display: flex;
  margin-top: 26px;
}
.rumbleBlock .position .tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 94px;
  height: 94px;
  margin-left: 20px;
  font-size: 0;
}
.rumbleBlock .position .tab a img:nth-child(1) {
  display: none;
}
.rumbleBlock .position .tab a.on img {
  transform: scale(1.3);
  filter: drop-shadow(0 0 0rem 1rem rgb(49, 201, 251));
  color: white;
}
.rumbleBlock .position .tab a.on img:nth-child(1) {
  display: block;
}
.rumbleBlock .position .tab a.on img:nth-child(2) {
  display: none;
}
.rumbleBlock .position .cont {
  margin-top: 36px;
}
.rumbleBlock .position .cont .list {
  display: none;
}
.rumbleBlock .position .cont .list .title {
  font-size: 38px;
}
.rumbleBlock .position .cont .list .tips {
  font-size: 20px;
}
.rumbleBlock .content {
  position: relative;
  z-index: 0;
  font-size: 0;
}
.rumbleBlock .content .cont {
  display: none;
  position: relative;
}
.rumbleBlock .content .cont video {
  width: 100%;
  height: 100%;
}
.rumbleBlock .content .cont .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 114px;
  height: 114px;
  font-size: 0;
  cursor: pointer;
}
.rumbleBlock .content .cont::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/rumble/videoBg.png) no-repeat center/cover;
}
.rumbleBlock::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.rumbleBlock2 {
  position: relative;
  padding-top: 74px;
  padding-bottom: 86px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.rumbleBlock2 .w1280 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.rumbleBlock2 .w1280 .title {
  text-align: center;
  font-family: cutedino;
  font-size: 68px;
  line-height: 1.3;
  color: #fff;
}
.rumbleBlock2 .w1280 .title span {
  color: #12eb31;
}
.rumbleBlock2 .w1280 .tips {
  text-align: center;
  margin-top: 5px;
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #fafafa;
}
.rumbleBlock2 .w1280 .tips span {
  color: #12eb31;
}
.rumbleBlock2 .w1280 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.rumbleBlock2 .w1280 .content .list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 48.515625%;
  aspect-ratio: 620/560;
  padding: 2px;
  border-radius: 20px 4px 20px 4px;
  background: rgba(0, 0, 0, 0.15);
}
.rumbleBlock2 .w1280 .content .list p {
  padding: 0 50px;
}
.rumbleBlock2 .w1280 .content .list .img {
  font-size: 0;
}
.rumbleBlock2 .w1280 .content .list:first-child {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 28px;
  color: #fafafa;
}
.rumbleBlock2 .w1280 .content .list:first-child p {
  margin-top: 32px;
}
.rumbleBlock2 .w1280 .content .list:last-child p {
  position: absolute;
  bottom: 6px;
  width: 100%;
  text-align: center;
  font-family: Poppins-SemiBold;
  font-size: 22px;
  line-height: 30px;
  color: #fafafa;
}
.rumbleBlock2 .w1280 .content .list::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 20px 4px 20px 4px;
  border: 2px solid rgba(61, 86, 255, 0.5);
  mix-blend-mode: multiply;
}
.rumbleBlock2::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.rumbleBlock3 {
  position: relative;
  height: 775px;
}
.rumbleBlock3 .img {
  width: 100%;
  height: 100%;
}
.rumbleBlock3 .img img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rumbleBlock3 .img img:first-child {
  display: block;
}
.rumbleBlock3 .w1280 {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.rumbleBlock3 .w1280 .position {
  margin-top: 200px;
  max-width: 415px;
}
.rumbleBlock3 .w1280 .position .title {
  font-family: cutedino;
  font-size: 68px;
  line-height: 1.3;
  color: #fff;
}
.rumbleBlock3 .w1280 .position .title span {
  color: #12eb31;
}
.rumbleBlock3 .w1280 .position .tips {
  margin-top: 5px;
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #fafafa;
}
.rumbleBlock3 .w1280 .position .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 261px;
  aspect-ratio: 261/71;
  margin-top: 38px;
  background: url(../images/rumble/rumbleBannerLink.png) no-repeat center/cover;
  font-family: Poppins-SemiBold;
  font-size: 23px;
  color: #fff;
}
.rumbleBlock3::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.rumbleBlock4 {
  position: relative;
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.rumbleBlock4 .w1280 .title {
  text-align: center;
  font-family: cutedino;
  font-size: 58px;
  line-height: 1.3;
  color: #fff;
}
.rumbleBlock4 .w1280 .title span {
  color: #12eb31;
}
.rumbleBlock4 .w1280 .tips {
  text-align: center;
  margin-top: 10px;
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #fafafa;
}
.rumbleBlock4 .w1280 .content {
  position: relative;
  font-size: 0;
}
.rumbleBlock4 .w1280 .content img {
  display: none;
  width: 100%;
}
.rumbleBlock4 .w1280 .content img:first-child {
  display: block;
}
.rumbleBlock4 .w1280 .content p {
  position: absolute;
  right: 0;
  bottom: 144px;
  text-align: right;
  font-family: Poppins-Regular;
  font-size: 20px;
  color: #fafafa;
}
.rumbleBlock4::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

@media (max-width: 1600px) {
  .rumbleBanner .position {
    width: 400px;
  }
}
@media (max-width: 14400px) {
  .rumbleBlock4 .w1280 .content p {
    bottom: 100px;
  }
}
@media (max-width: 1080px) {
  .rumbleBanner {
    height: auto;
  }
  .rumbleBanner .bg img:first-child {
    display: none;
  }
  .rumbleBanner .bg img:last-child {
    display: block;
  }
  .rumbleBanner .position {
    position: initial;
    transform: translateY(0);
    width: 100%;
    max-width: 100%;
    padding: 30px 5%;
    background: #34246d;
  }
  .rumbleBanner .position .img img {
    width: 100px;
  }
  .rumbleBanner .position .tips {
    font-size: 18px;
  }
  .rumbleBanner .position .link {
    width: 200px;
    margin-top: 20px;
    font-size: 18px;
  }
  .rumbleBanner .position p {
    margin-top: 20px;
    font-size: 14px;
  }
  .rumbleBanner .ico {
    display: none;
  }
  .rumbleBlock {
    display: flex;
    flex-direction: column-reverse;
  }
  .rumbleBlock .position {
    position: initial;
    transform: translateY(0);
    width: 100%;
    max-width: 100%;
    padding: 30px 5%;
    background: #34246d;
  }
  .rumbleBlock .position .title {
    font-size: 28px;
  }
  .rumbleBlock .position .tips {
    font-size: 16px;
  }
  .rumbleBlock .position .tab {
    margin-top: 20px;
  }
  .rumbleBlock .position .tab a {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    margin-left: 0;
  }
  .rumbleBlock .position .cont {
    margin-top: 20px;
  }
  .rumbleBlock .position .cont .list .title {
    font-size: 18px;
  }
  .rumbleBlock .position .cont .list .tips {
    font-size: 16px;
  }
  .rumbleBlock .content .cont .play {
    width: 60px;
    height: 60px;
  }
  .rumbleBlock2 {
    padding: 40px 0;
  }
  .rumbleBlock2 .w1280 .title {
    font-size: 28px;
  }
  .rumbleBlock2 .w1280 .tips {
    font-size: 16px;
  }
  .rumbleBlock2 .w1280 .tips br {
    display: none;
  }
  .rumbleBlock2 .w1280 .content .list p {
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.3;
  }
  .rumbleBlock2 .w1280 .content .list:last-child p {
    font-size: 18px;
    line-height: 1.3;
  }
  .rumbleBlock3 {
    height: auto;
  }
  .rumbleBlock3 .img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 900px;
  }
  .rumbleBlock3 .img img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
  }
  .rumbleBlock3 .img img:first-child {
    display: none;
  }
  .rumbleBlock3 .img img:last-child {
    display: block;
  }
  .rumbleBlock3 .w1280 .position {
    margin-top: 40px;
  }
  .rumbleBlock3 .w1280 .position {
    width: 100%;
  }
  .rumbleBlock3 .w1280 .position .title {
    font-size: 28px;
  }
  .rumbleBlock3 .w1280 .position .tips {
    font-size: 16px;
  }
  .rumbleBlock3 .w1280 .position .link {
    width: 200px;
    margin-top: 20px;
    font-size: 18px;
  }
  .rumbleBlock4 {
    padding: 40px 0;
  }
  .rumbleBlock4 .w1280 .title {
    font-size: 20px;
  }
  .rumbleBlock4 .w1280 .tips {
    font-size: 16px;
  }
  .rumbleBlock4 .w1280 .content p {
    bottom: 30px;
    font-size: 16px;
    line-height: 1.3;
  }
  .rumbleBlock4 .w1280 .content img:first-child {
    display: none;
  }
  .rumbleBlock4 .w1280 .content img:nth-child(2) {
    display: block;
  }
}
@media (max-width: 750px) {
  .rumbleBlock2 .w1280 .content {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .rumbleBlock2 .w1280 .content .list {
    width: 100%;
    margin-top: 20px;
  }
  .rumbleBlock2 .w1280 .content .list p {
    font-size: 16px;
  }
  .rumbleBlock2 .w1280 .content .list img {
    width: 100%;
  }
  .rumbleBlock3 .img {
    height: auto;
  }
  .rumbleBlock3 .img img {
    position: initial;
  }
  .rumbleBlock4 .w1280 .content p {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: -20px;
    text-align: center;
  }
}/*# sourceMappingURL=rumble.css.map */