* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  /* ÒÔ1080Îª×¼£º100 / 1080 * 100 */
  font-size: 9.25925926vw;
}

body {
  font-size: 14px;
  background: #000;
}

@font-face {
  font-family: 'iannnnn-RABBIT-Bold';
  src: url('../ossweb-img/iannnnn-RABBIT-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'iannnnn-RABBIT-ExtraBold';
  src: url('../ossweb-img/iannnnn-RABBIT-ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'iannnnn-RABBIT-Regular';
  src: url('../ossweb-img/iannnnn-RABBIT-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
.wrap {
  overflow: hidden;
  background-image: url("../ossweb-img/bg-content.jpg");
  background-size: 100% auto;
  width: 10.8rem;
  height: auto;
  position: relative;
}

.wrap .logo {
  display: block;
  width: 1.97rem;
  height: .69rem;
  position: absolute;
  top: .06rem;
  left: .06rem;
  z-index: 10;
  background: url(../ossweb-img/logo.png) no-repeat center/100%;
}

.wrap .top {
  padding-top: 6.5rem;
  background: url(../ossweb-img/bg-top.jpg) no-repeat center;
  background-size: 100% 100%;
  width: 10.8rem;
  height: 12.87rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.wrap .top .title {
  width: 10.36rem;
  height: 4.4rem;
}

.wrap .top .time {
  background-image: url("../ossweb-img/timeborder-top.png");
  background-size: 100% 100%;
  width: 8.05rem;
  height: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap .top .time p {
  font-family: 'iannnnn-RABBIT-ExtraBold';
  font-size: 0.4rem;
  color: #ff49e1;
  position: relative;
  top: 0.1rem;
}

.wrap .top .fg {
  width: 10.8rem;
  height: 4.83rem;
  position: absolute;
  bottom: -0.4rem;
}

.wrap .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap .content .kuang {
  margin-top: 0.7rem;
  background-image: url("../ossweb-img/dikuang.png");
  background-size: 100% 100%;
  width: 9.96rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}

.wrap .content .kuang p {
  font-family: 'iannnnn-RABBIT-ExtraBold';
  font-size: 0.33rem;
  color: white;
}

.wrap .content .content-switch {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.7rem;
}

.wrap .content .content-switch .btnbox {
  display: flex;
  justify-content: space-between;
  width: 9.8rem;
}

.wrap .content .content-switch .btnbox img {
  width: 2.87rem;
  height: 0.78rem;
}

.wrap .content .content-switch .btnbox div {
  position: relative;
}

.wrap .content .content-switch .btnbox div p {
  width: 100%;
  font-family: 'iannnnn-RABBIT-Regular';
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 0.3626rem;
}

.wrap .content .content-switch .btnbox .act p {
  color: #ba2020;
}

.content-list {
  margin-top: 0.7rem;
}

.content-list .rules .rbox1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-list .rules .rbox1 .t-img {
  width: 4.54rem;
  height: 0.83rem;
}

.content-list .rules .rbox1 .box {
  margin-top: -0.5rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../ossweb-img/rules-dikuang.png");
  background-size: 100% 100%;
  width: 10.63rem;
  height: 21.59rem;
}

.content-list .rules .rbox1 .box .t1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
}

.content-list .rules .rbox1 .box .t1 img {
  width: 0.89rem;
  height: 0.4rem;
}

.content-list .rules .rbox1 .box .t1 p {
  font-family: 'iannnnn-RABBIT-ExtraBold';
  font-size: 0.3941rem;
  color: #2259be;
  font-weight: 1000;
}

.content-list .rules .rbox1 .box .t1 span {
  font-size: 0.45rem;
  color: #ff4cfd;
  font-weight: 1500;
  background-color: #fef24e;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
}

.content-list .rules .rbox1 .box .t2 {
  font-family: 'iannnnn-RABBIT-Bold';
  font-size: 0.3rem;
  color: #4283fb;
  margin-top: 0.1rem;
}

.content-list .rules .rbox1 .box .t3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
}

.content-list .rules .rbox1 .box .t3 img {
  width: 1.26rem;
  height: 0.26rem;
}

.content-list .rules .rbox1 .box .t3 p {
  font-size: 0.32rem;
  color: #4283fb;
  font-weight: 600;
}

.content-list .rules .rbox1 .box .t3 span {
  font-size: 0.32rem;
  color: #ff4cfd;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  font-weight: 600;
}

.content-list .rules .rbox1 .box .tlist {
  margin-top: 0.2rem;
  width: 8.5rem;
}

.content-list .rules .rbox1 .box .tlist p {
  font-family: 'iannnnn-RABBIT-Bold';
  font-size: 0.3rem;
  color: #4283fb;
  font-weight: 600;
  line-height: 0.45rem;
}

.content-list .rules .rbox1 .box .tlist p span {
  color: #ff49e1;
}

.content-list .rules .rbox1 .box .tlist .i {
  font-weight: 900;
}

.content-list .rules .rbox1 .box .table-box {
  width: 100%;
  max-width: 8.5rem;
  margin: 0.1rem auto;
  background: #fff;
  border: 0.01rem solid #1d54d2;
  border-radius: 8px;
}

.content-list .rules .rbox1 .box .table-box .table-header {
  display: flex;
  background: #6c62ed;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.content-list .rules .rbox1 .box .table-box .table-header .table-cell {
  font-family: 'iannnnn-RABBIT-ExtraBold';
  color: white;
  font-size: 0.3077rem;
  padding: 0.1rem 0;
}

.content-list .rules .rbox1 .box .table-box .table-header .table-cell p {
  line-height: .27rem;
}

.content-list .rules .rbox1 .box .table-box .table-cell {
  flex: 1;
  padding: 0.12rem 0.15rem;
  font-family: 'iannnnn-RABBIT-ExtraBold';
  text-align: center;
  border-right: 0.01rem solid #1d54d2;
  color: #3364d5;
  font-size: 0.36rem;
  padding: 0.2rem 0;
}

.content-list .rules .rbox1 .box .table-box .table-cell:last-child {
  border-right: none;
}

.content-list .rules .rbox1 .box .table-box .table-row {
  display: flex;
  border-top: 0.01rem solid #1d54d2;
}

.content-list .rules .rbox1 .box .t4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
  width: 8.3rem;
}

.content-list .rules .rbox1 .box .t4 p {
  font-family: 'iannnnn-RABBIT-Bold';
  font-size: 0.22rem;
  color: #4283fb;
}

.content-list .rules .rbox1 .box .t4 span {
  color: #ff4cfd;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
}

.content-list .rules .rbox1 .box .t5 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
}

.content-list .rules .rbox1 .box .t5 img {
  width: 1.26rem;
  height: 0.26rem;
}

.content-list .rules .rbox1 .box .t5 p {
  font-size: 0.3rem;
  color: #4283fb;
  font-family: 'iannnnn-RABBIT-Bold';
  letter-spacing: 0.02rem;
}

.content-list .rules .rbox1 .box .t5 span {
  font-size: 0.32rem;
  color: #ff4cfd;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  font-weight: 600;
}

.content-list .rules .rbox1 .box .jinbi {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-list .rules .rbox1 .box .jinbi .jb1 {
  width: 2.69rem;
  height: 2.68rem;
}

.content-list .rules .rbox1 .box .jinbi .bottom {
  display: flex;
  gap: 0.7rem;
  margin-top: .1rem;
}

.content-list .rules .rbox1 .box .jinbi .bottom img:nth-child(1) {
  width: 2.31rem;
  height: 2.6rem;
}

.content-list .rules .rbox1 .box .jinbi .bottom img:nth-child(2) {
  width: 2.31rem;
  height: 2.6rem;
}

.content-list .rules .rbox1 .box .jinbi .bottom img:nth-child(3) {
  width: 2.19rem;
  height: 2.58rem;
}

.content-list .rules .rbox1 .box .jinbi .t {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
  width: 8.3rem;
}

.content-list .rules .rbox1 .box .jinbi .t p {
  font-family: "iannnnn-RABBIT-Bold";
  font-size: 0.24rem;
  color: #4283fb;
}

.content-list .rules .rbox1 .box .jinbi .t span {
  color: #ff4cfd;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
}

.content-list .rules .rbox1 .box .liul {
  margin-top: 0.1rem;
}

.content-list .rules .rbox1 .box .liul .t {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
}

.content-list .rules .rbox1 .box .liul .t img {
  width: 1.26rem;
  height: 0.26rem;
}

.content-list .rules .rbox1 .box .liul .t p {
  font-size: 0.3rem;
  color: #4283fb;
  font-family: 'iannnnn-RABBIT-Bold';
  letter-spacing: 0.02rem;
}

.content-list .rules .rbox1 .box .liul .t span {
  font-size: 0.32rem;
  color: #ff4cfd;
  border-radius: 0.1rem;
  padding: 0 0.1rem;
  font-weight: 600;
}

.content-list .rules .rbox1 .box .liul .table {
  width: 8.5rem;
  margin: 0 auto;
  border: 0.04rem solid #7a74ff;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-top: 0.25rem;
}

.content-list .rules .rbox1 .box .liul .table .title {
  display: flex;
  background: #6c62ed;
  font-family: 'iannnnn-RABBIT-Bold';
  color: #fff;
  font-size: 0.28rem;
  text-align: center;
  /* white-space: nowrap; */
}

.content-list .rules .rbox1 .box .liul .table .title div {
  width: 4.25rem;
  padding: 0.1rem 0;
  border-right: 0.02rem solid #7a74ff;
  box-sizing: border-box;
}

.content-list .rules .rbox1 .box .liul .table .title div:last-child {
  border-right: none;
}

.content-list .rules .rbox1 .box .liul .table .row {
  display: flex;
  font-size: 0.3077rem;
  color: #1d54d2;
  text-align: center;
  border-top: 0.02rem solid #7a74ff;
}

.content-list .rules .rbox1 .box .liul .table .row div {
  font-family: 'iannnnn-RABBIT-Regular';
  width: 2.125rem;
  padding: 0.1rem 0;
  border-right: 0.02rem solid #7a74ff;
  box-sizing: border-box;
}

.content-list .rules .rbox1 .box .liul .table .row div:last-child {
  border-right: none;
}

.content-list .rules .rbox2 {
  margin-top: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-list .rules .rbox2 img:nth-child(1) {
  width: 4.54rem;
  height: 0.83rem;
}

.content-list .rules .rbox2 img:nth-child(2) {
  margin-top: -0.6rem;
  width: 10.56rem;
  height: 8.58rem;
}

.content-list .rules .rbox3 {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-list .rules .rbox3 .t-img {
  width: 4.54rem;
  height: 0.83rem;
}

.content-list .rules .rbox3 .box {
  margin-top: -0.5rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../ossweb-img/intro-dikuang.png");
  background-size: 100% 100%;
  width: 10.64rem;
  height: 13.91rem;
}

.content-list .rules .rbox3 .box .title {
  font-family: 'iannnnn-RABBIT-ExtraBold';
  font-size: 0.3rem;
  color: #4283fb;
  width: 4.8rem;
  text-align: center;
  font-weight: 600;
}

.content-list .rules .rbox3 .box .stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.1rem;
}

.content-list .rules .rbox3 .box .stage p {
  font-size: 0.24rem;
  color: #429dfb;
  font-weight: 600;
}

.content-list .rules .rbox3 .box .stage p span {
  color: #fb9942;
}

.content-list .rules .rbox3 .box .t1 {
  margin-top: 0.2rem;
  color: #4283fb;
  font-size: 0.28rem;
  font-weight: 600;
}

.content-list .rules .rbox3 .box .team {
  display: flex;
  gap: 0.05rem;
  margin-top: 0.2rem;
}

.content-list .rules .rbox3 .box .team .teamitem {
  font-weight: 600;
  text-align: center;
  background-image: url("../ossweb-img/intro-juxing.png");
  background-size: 100% 100%;
  width: 0.85rem;
  height: 0.37rem;
  font-size: 0.24rem;
  color: #4283fb;
}

.content-list .rules .rbox3 .box .lun {
  margin-top: 0.2rem;
  background-image: url("../ossweb-img/intro-lun.png");
  background-size: 100% 100%;
  width: 6.53rem;
  height: 0.37rem;
}

.content-list .rules .rbox3 .box .jj {
  margin-top: 0.4rem;
  background-image: url("../ossweb-img/intro-jj.png");
  background-size: 100% 100%;
  width: 3.5rem;
  height: 0.53rem;
}

.content-list .rules .rbox3 .box .t2 {
  margin-top: 0.1rem;
  font-family: 'iannnnn-RABBIT-ExtraBold';
}

.content-list .rules .rbox3 .box .intro {
  margin-top: 0.2rem;
  background-image: url("../ossweb-img/intro.png");
  background-size: 100% 100%;
  width: 8.94rem;
  height: 6.2rem;
  margin-left: 0.2rem;
}

.content-list .rules .rbox4 {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-list .rules .rbox4 .t-img {
  width: 4.54rem;
  height: 0.83rem;
}

.content-list .rules .rbox4 .box {
  margin-top: -0.5rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../ossweb-img/ass-dikuang.png");
  background-size: 100% 100%;
  width: 10.63rem;
  height: 26.63rem;
}

.content-list .rules .rbox4 .box .tips {
  background-image: url("../ossweb-img/ass-tips.png");
  background-size: 100% 100%;
  width: 5.98rem;
  height: 0.71rem;
  margin-top: -0.3rem;
  margin-bottom: 0.1rem;
}

.content-list .rules .rbox4 .box .t {
  font-family: 'iannnnn-RABBIT-Bold';
  color: #4283fb;
  font-size: 0.252rem;
  text-align: center;
}

.content-list .rules .rbox4 .box .duiyuanlist {
  margin-top: 0.3rem;
  display: flex;
  width: 7rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-list .rules .rbox4 .box .duiyuanlist .item {
  background-image: url("../ossweb-img/ass-duiyuan.png");
  background-size: 100% 100%;
  width: 2.98rem;
  height: 4.12rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0.15rem;
  margin-bottom: 0.4rem;
}

.content-list .rules .rbox4 .box .duiyuanlist .item img {
  width: 2.14rem;
  height: 2.14rem;
  position: relative;
  bottom: 0.75rem;
  right: 0.04rem;
  border-radius: 50%;
}

.content-list .rules .rbox4 .box .duiyuanlist .item p {
  font-family: 'iannnnn-RABBIT-ExtraBold';
  font-size: 0.3238rem;
  color: white;
  white-space: nowrap;
}

.content-list .rules .rbox4 .box .duiyuanlist .item:nth-child(7) p {
  font-size: 0.27rem;
}

.content-list .rules .rbox5 {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-list .rules .rbox5 .t-img {
  width: 5.13rem;
  height: 0.83rem;
}

.content-list .rules .rbox5 .box {
  margin-top: -0.1rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../ossweb-img/live-dikuang.png");
  background-size: 100% 100%;
  width: 10.49rem;
  height: 4rem;
}

.content-list .rules .rbox5 .box p {
  width: 7rem;
  font-size: 0.3rem;
  color: white;
}

.wrap .content .content-switch .content-list .contestant {
  display: flex;
}
.wrap .content .content-switch .content-list .contestant .cbox1 {
  display: flex;
  margin: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../ossweb-img/crea-bg.png");
  background-size: 100% 100%;
  width: 10.63rem;
  height: 39rem;
}
.wrap .content .content-switch .content-list .contestant .cbox1 .creatorlist {
  margin-left: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.wrap .content .content-switch .content-list .contestant .cbox1 .creatorlist .creatoritem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap .content .content-switch .content-list .contestant .cbox1 .creatorlist .creatoritem .ctitle {
  width: 2.81rem;
  height: 0.52rem;
  background-size: 100% 100%;
  font-size: 0.32rem;
  color: #ff49e1;
  font-family: 'iannnnn-RABBIT-Bold';
  text-align: center;
  box-sizing: border-box;
  padding-top: 0.04rem;
  font-weight: 600;
  background-image: url(../ossweb-img/crea-tips.png);
  margin-bottom: 0.2rem;
}
.wrap .content .content-switch .content-list .contestant .cbox1 .creatorlist .creatoritem .itemlist {
  width: 9rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap .content .content-switch .content-list .contestant .cbox1 .creatorlist .creatoritem .itemlist .item {
  width: 1.73rem;
  height: 2.38rem;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../ossweb-img/crea-itembg.png);
  margin-bottom: 0.8rem;
}
.wrap .content .content-switch .content-list .contestant .cbox1 .creatorlist .creatoritem .itemlist .item .avater {
  width: 1.23rem;
  height: 1.24rem;
  position: relative;
  top: 0.34rem;
}
.wrap .content .content-switch .content-list .contestant .cbox1 .creatorlist .creatoritem .itemlist .item .name {
  font-size: 0.1864rem;
  font-family: 'iannnnn-RABBIT-Bold';
  color: white;
  position: relative;
  top: 0.8rem;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: unset !important;
  flex-shrink: 0; 
  width: auto; 
}
.wrap .content .content-switch .content-list .contestant .cbox1 .creatorlist .creatoritem .itemlist .item button,
.wrap .content .content-switch .content-list .contestant .cbox1 .creatorlist .creatoritem .itemlist .item a {
  position: relative;
  top: 0.95rem;
  width: 1.54rem;
  height: 0.45rem;
  background-size: 100% 100%;
  background-color: transparent;
  border: none;
  background-image: url(../ossweb-img/crea-btn.png);
}
.wrap .content .content-switch .content-list .contestant .cbox1 .creatorlist .creatoritem .itemlist .item button.act,
.wrap .content .content-switch .content-list .contestant .cbox1 .creatorlist .creatoritem .itemlist .item a.act {
  background-image: url(../ossweb-img/crea-btnact.png);
}

.content-list .number {
  margin: 0.6rem auto;
  background-image: url("../ossweb-img/live-footer.png");
  background-size: 100% 100%;
  width: 8.76rem;
  height: 1.52rem;
}

.content-list .footer {
  margin-top: -3.5rem;
  background-image: url("../ossweb-img/footer.png");
  background-size: 100% 100%;
  width: 10.8rem;
  height: 4.45rem;
}