/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  outline: none;
}

a,
img,
input {
  border: none;
}

body {
  font: 14px/1.75 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

* {
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

i,
em {
  font-style: normal;
}

html {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  width: 100%;
}

html {
  font-size: calc(100vw / 750);
}

body {
  width: 100%;
  background-color: #242220;
}

.wrapper {
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/wrapper-bg.jpg) no-repeat center top;
  background-size: cover;
}

.banner {
  height: 490rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.banner .info {
  position: absolute;
  right: 23rem;
  top: 13rem;
  display: flex;
  align-items: center;
  column-gap: 32rem;
}

.banner .schoolName {
  display: block;
  color: #044a2f;
  font-size: 21rem;
  width: 310rem;
  text-align: center;
  position: absolute;
  left: 22rem;
  top: 263rem;
  font-weight: bold;
}

.banner .loginBox {
  color: #ffffff;
  font-size: 18rem;
}

.banner .loginBox a {
  color: #0ff796;
}

.banner .btn-website {
  width: 142rem;
  height: 42rem;
  line-height: 42rem;
  text-align: center;
  color: #010101;
  font-size: 22rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/btn-website.png) no-repeat center center;
  background-size: cover;
}

.banner .btn-group {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 380rem;
  display: flex;
  column-gap: 25rem;
}

.banner .btn-download {
  width: 270rem;
  height: 74rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/btn-download.png) no-repeat center center;
  background-size: cover;
  text-indent: -9999px;
  font-size: 0;
}

.banner .btn-join {
  width: 264rem;
  height: 74rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/btn-join.png) no-repeat center center;
  background-size: cover;
  text-indent: -9999px;
  font-size: 0;
}

.banner .btn-join.none {
  display: none;
}

.banner .btn-verify {
  width: 264rem;
  height: 74rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/btn-verify.png) no-repeat center center;
  background-size: cover;
  text-indent: -9999px;
  font-size: 0;
}

.banner .btn-verify.none {
  display: none;
}

.banner .btn-rule {
  font-size: 18rem;
  color: #0ff796;
  cursor: pointer;
  position: absolute;
  right: 40rem;
  top: 460rem;
  text-decoration: underline;
}

.profile {
  margin: 0 40rem;
  border: 1px rgba(153, 153, 153, 0.2) solid;
  position: relative;
}

.profile.unverified::before {
  content: '';
  display: block;
  width: 750rem;
  height: 830rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/profile-unverified.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: -40rem;
  top: -8rem;
  z-index: 9;
}

.profile .top {
  background: rgba(202, 202, 202, 0.05);
  border-top: 4rem solid #0ff796;
}

.profile .top .left {
  display: flex;
  padding-right: 14rem;
  margin: 16rem 0;
}

.profile .top .left .pic-box {
  width: 125rem;
  height: 125rem;
  margin-right: 15rem;
  margin-top: -16rem;
}

.profile .top .left .pic-box .pic {
  width: 100%;
  height: 100%;
}

.profile .top .left .info-top {
  margin-bottom: 10rem;
  display: flex;
}

.profile .top .left .info-top .name {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-right: 34rem;
}

.profile .top .left .info-top .name .txt {
  font-size: 20rem;
  line-height: 1;
  max-width: 150rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile .top .left .info-top .name .sub-txt {
  font-size: 18rem;
  line-height: 1;
  margin-top: 5rem;
}

.profile .top .left .info-top .level {
  display: flex;
  flex-direction: column;
  margin-right: 14rem;
}

.profile .top .left .info-top .level-box {
  display: flex;
  align-items: center;
  gap: 12rem;
}

.profile .top .left .info-top .level .icon {
  width: 31rem;
  height: 31rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile .top .left .info-top .level .icon-bronze {
  width: 25rem;
  height: 25rem;
  background-image: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/icon-bronze.png);
}

.profile .top .left .info-top .level .icon-gold {
  width: 25rem;
  height: 25rem;
  background-image: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/icon-gold.png);
}

.profile .top .left .info-top .level .icon-platinum {
  background-image: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/icon-platinum.png);
}

.profile .top .left .info-top .level .icon-diamond {
  background-image: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/icon-diamond.png);
}

.profile .top .left .info-top .level .icon-hawk {
  width: 35rem;
  height: 34rem;
  background-image: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/icon-hawk.png);
}

.profile .top .left .info-top .level .icon-peakedness {
  width: 37rem;
  height: 36rem;
  background-image: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/icon-peakedness.png);
}

.profile .top .left .info-top .level .txt {
  font-size: 20rem;
  color: #ffffff;
  line-height: 1;
}

.profile .top .left .info-top .level .sub-txt {
  font-size: 15rem;
  color: #999999;
  line-height: 1;
  margin-top: 5rem;
}

.profile .top .left .info-top .mode-box {
  position: relative;
}

.profile .top .left .info-top .mode-box .mode {
  width: 119rem;
  height: 27rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #0ff796;
}

.profile .top .left .info-top .mode-box .mode .txt {
  font-size: 15rem;
  color: #10ea8f;
  margin-right: 8rem;
}

.profile .top .left .info-top .mode-box .mode .arrow {
  width: 21rem;
  height: 14rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/arrow.png) no-repeat center center;
  background-size: contain;
}

.profile .top .left .info-top .mode-box .dropdown {
  display: none;
  position: absolute;
  top: 27rem;
  left: 0;
  width: 142rem;
  background: rgba(24, 32, 37, 0.8);
  border: 1px solid #5a5a5a;
  z-index: 10;
  padding: 0 9rem;
}

.profile .top .left .info-top .mode-box .dropdown .item {
  font-size: 20rem;
  color: #c8c8c8;
  cursor: pointer;
  height: 35rem;
  line-height: 35rem;
  border-bottom: 1px solid #2b3135;
  text-align: center;
}

.profile .top .left .info-top .mode-box .dropdown .item:last-child {
  border: none;
}

.profile .top .left .info-top .mode-box .tips {
  color: #999999;
  font-size: 15rem;
  text-align: center;
}

.profile .top .left .info-top .mode-box:hover .dropdown {
  display: block;
}

.profile .top .left .info-bottom {
  display: flex;
}

.profile .top .left .info-bottom .title {
  font-size: 22rem;
  color: #ffffff;
  margin-right: 30rem;
  padding-right: 16rem;
  border-right: 1px solid #8b8b8c;
  line-height: 24rem;
  height: 46rem;
  font-weight: bold;
}

.profile .top .left .info-bottom .data-box {
  display: flex;
}

.profile .top .left .info-bottom .data-box .data-item {
  margin-right: 60rem;
  display: flex;
  flex-direction: column;
}

.profile .top .left .info-bottom .data-box .data-item:last-child {
  margin-right: 0;
}

.profile .top .left .info-bottom .data-box .data-item .num {
  font-size: 28rem;
  color: #0ff796;
  font-weight: bold;
  line-height: 1;
}

.profile .top .left .info-bottom .data-box .data-item .txt {
  font-size: 16rem;
  color: #999;
  line-height: 1;
  margin-top: 5rem;
}

.profile .top .right {
  border-top: 1px solid #444a4d;
  padding: 13rem 0;
  margin: 0 14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.profile .figure {
  display: flex;
}

.profile .figure.no-proprieter {
  width: 100%;
  align-items: center;
  justify-content: center;
}

.profile .figure.no-proprieter .btn-apply {
  display: block;
}

.profile .figure.no-proprieter .figure-info {
  display: none;
}

.profile .figure.no-proprieter .title {
  text-align: center;
  width: auto;
  border: none;
}

.profile .figure .title {
  font-size: 20rem;
  color: #fff;
  width: 138rem;
  padding-right: 16rem;
  border-right: 1px solid #8b8c8c;
  line-height: 1.2;
  height: 55rem;
  display: flex;
  align-items: center;
}

.profile .figure .btn-apply {
  width: 258rem;
  height: 35rem;
  line-height: 35rem;
  font-size: 20rem;
  text-align: center;
  background-color: #f4cf67;
  font-weight: bold;
  color: #000;
  display: none;
  cursor: pointer;
  margin-left: 65rem;
}

.profile .figure-info {
  display: flex;
  align-items: center;
  column-gap: 16rem;
  margin-left: 40rem;
}

.profile .figure-pic {
  width: 54rem;
  height: 54rem;
}

.profile .figure-desc {
  font-size: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile .figure-desc .name {
  max-width: 400rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}

.profile .figure-desc .txt {
  color: #ccc;
}

.profile .btn-add {
  width: 174rem;
  height: 35rem;
  line-height: 35rem;
  font-size: 20rem;
  text-align: center;
  background-color: #f4cf67;
  font-weight: bold;
  color: #000;
  margin: 10rem 0;
}

.profile .bottom {
  padding: 20rem 14rem;
}

.profile .show .show-content {
  display: flex;
}

.profile .show .show-content .show-figure {
  width: 185rem;
  height: 175rem;
  border: 1px solid rgba(88, 88, 88, 0.4);
  border-bottom: 4rem solid #0ff796;
  background-color: rgba(64, 63, 63, 0.4);
  position: relative;
}

.profile .show .show-content .show-figure .txt {
  display: block;
  font-size: 18rem;
  color: #fff;
  text-align: center;
}

.profile .show .show-content .show-figure .pic {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 121rem;
  height: 115rem;
  object-fit: contain;
  margin-top: 10rem;
}

.profile .show .show-content .standings {
  flex: 1;
  height: 175rem;
  border: 1px solid rgba(88, 88, 88, 0.4);
  border-bottom: 4rem solid #787c7f;
  background-color: rgba(64, 63, 63, 0.4);
  position: relative;
  padding: 10rem 0 0 16rem;
  margin-left: 8rem;
}

.profile .show .show-content .standings .title {
  font-size: 18rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.profile .show .show-content .standings .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 23rem;
}

.profile .show .show-content .standings .list::before {
  width: 432rem;
  height: 122rem;
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/list-bg.png) no-repeat center center;
  background-size: cover;
}

.profile .show .show-content .standings .list .item {
  width: 50%;
  /* margin-bottom: 20rem; */
  text-align: center;
  line-height: 1;
  height: 60rem;
  /* padding-top: 20rem; */
  display: flex;
  padding-top: 4rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.profile .show .show-content .standings .list .item .num {
  display: block;
  font-size: 20rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 4rem;
}

.profile .show .show-content .standings .list .item .txt {
  font-size: 18rem;
  color: #808080;
}

.profile .show .ranking {
  font-size: 19rem;
  color: #fefefe;
  border-bottom: 1px solid rgba(88, 88, 88, 0.4);
  margin-top: 16rem;
}

.profile .impression {
  width: 642rem;
  height: 238rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/impression.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.profile .impression.pos1 .origin {
  left: 400rem;
  top: -82rem;
}

.profile .impression.pos2 .origin {
  left: 250rem;
  top: -37rem;
}

.profile .impression.pos3 .origin {
  left: 156rem;
  top: -37rem;
}

.profile .impression.pos3 .origin::before {
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/origin-line-right.png) no-repeat center center;
  background-size: cover;
  left: 291rem;
  top: 46rem;
}

.profile .impression.pos4 .origin {
  left: 395rem;
  top: -10rem;
}

.profile .impression.pos5 .origin {
  top: -55rem;
  left: 0rem;
}

.profile .impression.pos5 .origin::before {
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/origin-line-right.png) no-repeat center center;
  background-size: cover;
  left: 291rem;
  top: 46rem;
}

.profile .impression.pos6 .origin {
  left: 205rem;
  top: 67rem;
}

.profile .impression.pos7 .origin {
  left: 129rem;
  top: 39rem;
}

.profile .impression.pos7 .origin::before {
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/origin-line-right.png) no-repeat center center;
  background-size: cover;
  left: 291rem;
  top: 46rem;
}

.profile .impression.pos8 .origin {
  left: 397rem;
  top: 64rem;
}

.profile .impression::before {
  content: '';
  width: 190rem;
  height: 142rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/fighting.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: -47rem;
  bottom: -95rem;
}

.profile .impression .btn-estimate {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 10rem;
  top: 10rem;
}

.profile .impression .btn-estimate .txt {
  font-size: 19rem;
  color: #10ec90;
}

.profile .impression .btn-estimate .icon {
  width: 21rem;
  height: 21rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/icon-estimate.png) no-repeat center center;
  background-size: cover;
  margin-left: 5rem;
}

.profile .impression .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
  margin-top: 30rem;
}

.profile .impression .list .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
}

.profile .impression .list .item .txt {
  font-weight: bold;
  line-height: 1;
  font-size: 17rem;
}

.profile .impression .list .item .icon {
  width: 17rem;
  height: 18rem;
  margin-top: -5rem;
}

.profile .impression .list .item.tag1 {
  top: 29rem;
  left: 254rem;
}

.profile .impression .list .item.tag1 .txt {
  color: #d9bc58;
}

.profile .impression .list .item.tag1 .icon {
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/icon1.png) no-repeat center center;
  background-size: cover;
}

.profile .impression .list .item.tag2 {
  left: 82rem;
  top: 75rem;
}

.profile .impression .list .item.tag2 .txt {
  font-size: 26rem;
  color: #d958ce;
}

.profile .impression .list .item.tag2 .icon {
  width: 25rem;
  height: 26rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/icon2.png) no-repeat center center;
  background-size: cover;
}

.profile .impression .list .item.tag3 {
  left: 515rem;
  top: 88rem;
}

.profile .impression .list .item.tag3 .txt {
  color: #58d95e;
}

.profile .impression .list .item.tag3 .icon {
  width: 17rem;
  height: 18rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/icon3.png) no-repeat center center;
  background-size: cover;
}

.profile .impression .list .item.tag4 {
  left: 233rem;
  top: 103rem;
}

.profile .impression .list .item.tag4 .txt {
  color: #589ed9;
}

.profile .impression .list .item.tag4 .icon {
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/icon4.png) no-repeat center center;
  background-size: cover;
}

.profile .impression .list .item.tag5 {
  left: 362rem;
  top: 66rem;
}

.profile .impression .list .item.tag5 .txt {
  font-size: 30rem;
  color: #59e0b4;
}

.profile .impression .list .item.tag5 .icon {
  width: 28rem;
  height: 29rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/icon5.png) no-repeat center center;
  background-size: cover;
}

.profile .impression .list .item.tag6 {
  left: 33rem;
  top: 182rem;
}

.profile .impression .list .item.tag6 .txt {
  font-size: 21rem;
  color: #fd6161;
}

.profile .impression .list .item.tag6 .icon {
  width: 21rem;
  height: 21rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/icon6.png) no-repeat center center;
  background-size: cover;
}

.profile .impression .list .item.tag7 {
  left: 465rem;
  top: 160rem;
}

.profile .impression .list .item.tag7 .txt {
  font-size: 24rem;
  color: #589ed9;
}

.profile .impression .list .item.tag7 .icon {
  width: 23rem;
  height: 23rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/icon7.png) no-repeat center center;
  background-size: cover;
}

.profile .impression .list .item.tag8 {
  left: 260rem;
  top: 175rem;
}

.profile .impression .list .item.tag8 .txt {
  font-size: 18rem;
  color: #a458d9;
}

.profile .impression .list .item.tag8 .icon {
  height: 19rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/icon8.png) no-repeat center center;
  background-size: cover;
}

.profile .impression .no-estimate {
  font-size: 30rem;
  color: #d4d4d4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.profile .origin {
  border: #858a8e 1px solid;
  background-color: rgba(11, 20, 24, 0.8);
  width: 288rem;
  position: absolute;
  z-index: 2;
}

.profile .origin .btn-close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  width: 19rem;
  height: 19rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/icon-close.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.profile .origin::before {
  display: block;
  content: '';
  width: 122rem;
  height: 64rem;
  position: absolute;
  left: -132rem;
  top: 40rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/origin-line.png) no-repeat center center;
  background-size: contain;
}

.profile .origin .title {
  height: 26rem;
  line-height: 26rem;
  font-size: 18rem;
  color: #000;
  background-color: #81868a;
  margin: 0;
  padding-left: 10rem;
}

.profile .origin-figure {
  display: flex;
  align-items: center;
  gap: 14rem;
  padding: 12rem 10rem;
}

.profile .origin-figure .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile .origin-figure .pic-box {
  width: 64rem;
  height: 64rem;
  background-color: #0b1418;
  border: #858a8e 1px solid;
}

.profile .origin-figure .info {
  display: flex;
  flex-direction: column;
  font-size: 18rem;
  flex: 1;
  text-align: right;
}

.profile .origin-figure .info .name {
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 4rem;
  border-bottom: 1px solid #43494d;
  line-height: 1;
}

.profile .origin-figure .info .txt {
  font-size: 16rem;
  color: #888d92;
  line-height: 20rem;
  padding-top: 4rem;
  width: 143rem;
  height: 44rem;
  align-self: flex-end;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.present .unverified-pic {
  display: none;
  width: 750rem;
  height: 319rem;
}

.present.unverified .unverified-pic {
  display: block;
}

.present.unverified .content {
  display: none;
}

.present .content {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.present__swiper-container {
  width: calc(168rem * 4);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.present .title {
  width: 326rem;
  height: 204rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/present-title.png) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  margin-left: 14rem;
  margin-bottom: -50rem;
}

.present-tips {
  font-size: 20rem;
  color: #d9d9d9;
  line-height: 24rem;
  margin-bottom: 20rem;
  margin-left: 42rem;
}

.present .desc {
  width: 168rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #e5e5e5;
  font-size: 14rem;
  line-height: 24rem;
  height: 70rem;
  position: relative;
  margin-bottom: 46rem;
}

.present .desc::before {
  content: '';
  display: block;
  width: 168rem;
  height: 100%;
  background: rgba(82, 82, 82, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.present .desc::after {
  content: '';
  display: block;
  width: 168rem;
  height: 1px;
  background: #999;
  position: absolute;
  top: 98rem;
  left: 0;
}

.present .desc .txt {
  display: block;
}

.present .desc .txt::before {
  content: '';
  display: block;
  width: 24rem;
  height: 24rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/icon-rect.png) no-repeat center center;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -40rem;
}

.present .desc-list {
  width: fit-content;
  display: flex;
  height: 70rem;
  gap: 42rem;
  position: relative;
  margin: 0 auto 46rem;
}

.present .desc-list::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #999999;
  position: absolute;
  bottom: -28rem;
  left: 0;
}

.present .gallery-top .swiper-slide {
  width: 168rem !important;
  margin-right: 0 !important;
}

.present .gallery-top .swiper-slide:nth-child(4) .item .figure .inner .pic {
  margin-top: -20rem;
  margin-left: 6rem;
}

.present .swiper-button-next,
.present .swiper-button-prev {
  width: 24rem;
  height: 35rem;
  color: transparent;
  margin-top: 40rem;
}

.present .swiper-button-next {
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/button-next.png) no-repeat center center;
  background-size: cover;
  right: -33rem;
}

.present .swiper-button-prev {
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/button-prev.png) no-repeat center center;
  background-size: cover;
  left: -33rem;
}

.present .item {
  padding-right: 10rem;
}

.present .item .figure {
  width: 100%;
  height: 165rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/figure-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.present .item .figure .mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
  z-index: 2;
}

.present .item .figure .tag {
  display: block;
  padding: 0 4rem;
  height: 20rem;
  line-height: 21rem;
  font-size: 16rem;
  color: #000;
  position: absolute;
  left: 0;
  top: 10rem;
  background-color: #0ff796;
  z-index: 2;
}

.present .item .figure .icon-done {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 57rem;
  height: 40rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/icon-done.png) no-repeat center center;
  background-size: contain;
  z-index: 2;
}

.present .item .figure .inner .pic {
  width: auto;
  height: 87rem;
  position: absolute;
  left: 50%;
  top: 34rem;
  transform: translateX(-50%);
}

.present .item .figure .inner .info {
  position: absolute;
  left: 50%;
  bottom: 6rem;
  transform: translateX(-50%);
}

.present .item .figure .inner .info .txt {
  display: block;
  font-size: 15rem;
  color: #d9d9d9;
  line-height: 1.2;
  width: 168rem;
  text-align: center;
}

.present .item .btn {
  display: block;
  width: 100%;
  height: 33rem;
  line-height: 34rem;
  text-align: center;
  font-size: 20rem;
  cursor: pointer;
  font-weight: bold;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.present .item .btn.btn-disabled {
  background-image: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/btn-disabled.png);
  cursor: not-allowed;
}

.present .item .btn.btn-get {
  background-image: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/btn-get.png);
}

.present .item .btn.btn-status {
  cursor: default;
  background-image: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/btn-status.png);
}

.present .item.done .figure .mask,
.present .item.done .figure .icon-done {
  display: block;
}

.tab-content {
  display: flex;
  flex-direction: row;
  height: 100%;
  min-height: 615rem;
  justify-content: center;
  margin: 0 auto;
}

.tab-content1 {
  min-height: 635rem;
}

.tab-content1 .ranking-tab-wrap {
  width: 257rem;
  flex-shrink: 0;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  position: relative;
}

.tab-content1 .ranking-tab-wrap .tab-item {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 198rem;
  font-family: 'zhanshu-bold';
  font-size: 24rem;
  line-height: 198rem;
  color: #666;
  position: relative;
}

.tab-content1 .ttb-list {
  display: none;
  flex-shrink: 0;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  padding: 18rem 0 12rem 18rem;
}

.tab-content1 .ttb-list .uncertified {
  display: none;
  padding-top: 180rem;
}

.tab-content1 .ttb-list .uncertified-desc {
  font-size: 30rem;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}

.tab-content1 .ttb-list .uncertified .btn-baoming {
  width: 301rem;
  height: 79rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0212/baoming.png) no-repeat center center;
  background-size: 100% 100%;
  display: block;
  margin: 40rem auto 0;
}

.tab-content1 .ttb-item {
  vertical-align: top;
  padding-right: 22rem;
}

.tab-content1 .ttb-item:nth-child(2) {
  margin-top: 26rem;
}

.tab-content1 .ttb-item:first-of-type {
  margin-left: 0;
}

.tab-content1 .ttb-item .ttb-title {
  width: 398rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0212/phb-bg-subtitle.png) no-repeat center center;
  background-size: 100% auto;
  font-size: 22rem;
  color: #fff;
  margin: 0 auto;
}

.tab-content1 .ttb-item .ttb-title-box {
  height: 36rem;
  margin-bottom: 5rem;
}

.tab-content1 .tab-content-box {
  flex: 1;
  margin-bottom: 5rem;
}

.tab-content1 .ttb-item .ttb-ranking {
  position: relative;
  height: 520rem;
  box-sizing: border-box;
  border: 1px solid rgba(123, 123, 123, 0.52);
}

.tab-content1 .ttb-item .ranking-head {
  font-size: 0;
  white-space: nowrap;
  border-style: solid;
  border-color: rgba(123, 123, 123, 0.52);
  border-width: 1px 0;
}

.tab-content1 .ttb-item .ranking-head .h-item {
  display: inline-block;
  vertical-align: middle;
  height: 42rem;
  font-family: 'zhanshu-medium';
  font-size: 18rem;
  line-height: 42rem;
  color: #000;
  text-align: center;
}

.tab-content1 .ttb-item .ranking-head .h-item:nth-of-type(2) {
  padding-right: 35rem;
  box-sizing: border-box;
}

.tab-content1 .ttb-item .ranking-head .h-item:nth-of-type(3) {
  /* padding-right: 0.8rem; */
  box-sizing: border-box;
}

.tab-content1 .ttb-item .h-item,
.tab-content1 .ttb-item .ranking-table td {
  padding: 0 10rem;
  box-sizing: border-box;
}

.tab-content1 .ttb-item .h-item:nth-of-type(1),
.tab-content1 .ttb-item .ranking-table td:nth-of-type(1) {
  width: 20%;
}

.tab-content1 .ttb-item .h-item:nth-of-type(2),
.tab-content1 .ttb-item .ranking-table td:nth-of-type(2) {
  width: 50%;
}

.tab-content1 .ttb-item .h-item:nth-of-type(3),
.tab-content1 .ttb-item .ranking-table td:nth-of-type(3) {
  width: 30%;
}

.tab-content1 .ttb-item .ranking-body {
  width: 100%;
  height: 387rem;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 0;
}

.tab-content1 .ttb-item .ranking-body::-webkit-scrollbar-track-piece {
  background-color: #706f6c;
}

.tab-content1 .ttb-item .ranking-body::-webkit-scrollbar {
  width: 4rem;
}

.tab-content1 .ttb-item .ranking-body::-webkit-scrollbar-thumb {
  background: #eaeae9;
}

.tab-content1 .ttb-item .ranking-table {
  width: 100%;
}

.tab-content1 .ttb-item .ranking-table td {
  height: 56rem;
  font-family: 'zhanshu-bold';
  font-size: 16rem;
  color: #333333;
  line-height: 28rem;
  white-space: normal;
  word-break: break-word;
}

.tab-content1 .ttb-item .ranking-table .rank-num {
  font-size: 20rem;
}

.tab-content1 .ttb-item .ranking-table .zl-info,
.tab-content1 .ttb-item .ranking-table .name-info {
  font-size: 0;
  text-align: left;
  white-space: nowrap;
}

.tab-content1 .ttb-item .ranking-table .info-img, .tab-content1 .ttb-item .ranking-table .info-wrap {
  display: inline-block;
  vertical-align: middle;
}

.tab-content1 .ttb-item .ranking-table .info-img {
  width: 49rem;
  height: 49rem;
  object-fit: contain;
  margin-right: 4rem;
}

.tab-content1 .ttb-item .ranking-table .info-wrap {
  font-size: 16rem;
  color: #000;
  line-height: 24rem;
  white-space: normal;
  word-break: break-word;
  max-width: 118rem;
}

.tab-content1 .ttb-item .ranking-table .info-wrap .info-text2 {
  font-family: 'zhanshu-medium';
  color: #878787;
}

.tab-content1 .ttb-item .ranking-table .name-info .info-img {
  border: 1rem solid rgba(255, 255, 255, 0.5);
  width: 40rem;
  height: 40rem;
  object-fit: cover;
  margin-right: 6rem;
}

.tab-content1 .ttb-item .ranking-table .name-info .info-wrap {
  max-width: 163rem;
}

.tab-content1 .ttb-item .ranking-table .name-info .info-text2 {
  font-size: 14rem;
}

.tab-content1 .ttb-item .my-info {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 65rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(137, 149, 144, 0.8);
}

.tab-content1 .ttb-item .my-info .rank-num {
  font-family: 'zhanshu-bold';
  font-size: 20rem;
  line-height: 32rem;
  width: 102rem;
  text-align: center;
  padding: 0 10rem;
  box-sizing: border-box;
}

.tab-content1 .ttb-item .my-info .rank-name {
  text-align: center;
  width: 230rem;
  padding: 0 10rem;
  box-sizing: border-box;
  font-size: 16rem;
  color: #333;
}

.tab-content1 .ttb-item .my-info .name-text {
  font-family: 'zhanshu-bold';
  font-size: 16rem;
  line-height: 32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-content1 .ttb-item .my-info .rank-zl {
  width: 192rem;
  padding: 0 10rem;
  box-sizing: border-box;
}

.tab-content1 .ttb-item .my-info .zl-info,
.tab-content1 .ttb-item .my-info .name-info {
  font-size: 0;
  text-align: left;
  white-space: nowrap;
}

.tab-content1 .ttb-item .my-info .info-img, .tab-content1 .ttb-item .my-info .info-wrap {
  display: inline-block;
  vertical-align: middle;
}

.tab-content1 .ttb-item .my-info .info-img {
  width: 49rem;
  height: 49rem;
  object-fit: contain;
  margin-right: 4rem;
}

.tab-content1 .ttb-item .my-info .info-wrap {
  font-family: 'zhanshu-bold';
  font-size: 16rem;
  line-height: 24rem;
  word-break: break-word;
  white-space: nowrap;
  max-width: 118rem;
}

.tab-content1 .ttb-item .my-info .info-wrap .info-text1, .tab-content1 .ttb-item .my-info .info-wrap .info-text2 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-content1 .ttb-item .my-info .info-wrap .info-text2 {
  font-family: 'zhanshu-medium';
  opacity: 0.5;
}

.tab-content1 .ttb-item .my-info .name-info .info-img {
  border: 0.01rem solid rgba(255, 255, 255, 0.5);
  width: 40rem;
  height: 40rem;
  object-fit: cover;
  margin-right: 7rem;
}

.tab-content1 .ttb-item .my-info .name-info .info-wrap {
  max-width: 161rem;
}

.tab-content1 .ttb-item .my-info .name-info .info-text2 {
  font-size: 14rem;
}

.tab-content1 .not-certified {
  width: 113.2rem;
  height: 470rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20241230gxttb/pc/ss-block.png) no-repeat bottom center;
  background-size: 100% auto;
  padding-top: 160rem;
  box-sizing: border-box;
  margin: 33rem auto;
}

.tab-content1 .not-certified .text {
  font-family: 'zhanshu-bold';
  font-size: 22rem;
  line-height: 36rem;
  color: #eaebeb;
  text-align: center;
}

.tab-content1 .not-certified .btn-signup {
  display: block;
  width: 328rem;
  height: 64rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20241230gxttb/pc/btn-signup2.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 40rem auto 0;
}

.tab-content1 .college.certified .ttb-item {
  display: inline-block;
}

.tab-content1 .college.certified .not-certified {
  display: none;
}

.tab-content1 .show-num-tip {
  flex-shrink: 0;
  font-family: 'zhanshu-medium';
  font-size: 18rem;
  line-height: 1;
  color: #666;
  text-align: center;
  margin-top: 10rem;
}

.section-ranking {
  position: relative;
}

.section-ranking-title {
  width: 353rem;
  height: 204rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/ranking-title.png) no-repeat center center;
  background-size: cover;
  margin-left: 14rem;
}

.section-ranking-desc {
  font-size: 20rem;
  color: #d9d9d9;
  position: absolute;
  top: 147rem;
  left: 42rem;
}

.section-ranking .tab-content1 {
  flex-direction: column;
}

.section-ranking .tab-content1 .ranking-tab-wrap {
  flex-direction: row;
  justify-content: center;
  width: auto;
  margin-bottom: 10rem;
}

.section-ranking .tab-content1 .ranking-tab-wrap .tab-item {
  width: 220rem;
  height: 36rem;
  line-height: 36rem;
  text-align: center;
  font-size: 22rem;
  color: #e4e4e4;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/tab.png) no-repeat center center;
  background-size: cover;
  margin-right: 15rem;
  position: relative;
  font-weight: bold;
}

.section-ranking .tab-content1 .ranking-tab-wrap .tab-item.on {
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/tab-active.png) no-repeat center center;
  background-size: cover;
  color: #000;
}

.section-ranking .tab-content1 .ranking-tab-wrap .tab-item:last-child {
  margin-right: 0;
}

.section-ranking .tab-content1 .ttb-item .ranking-head .h-item {
  color: #eaebeb;
}

.section-ranking .tab-content1 .ttb-item .ranking-body {
  width: auto;
  height: 365rem;
  margin-right: 16rem;
  margin-top: 27rem;
}

.section-ranking .tab-content1 .ttb-item .ranking-body::-webkit-scrollbar-thumb {
  background-color: #6c908a;
}

.section-ranking .tab-content1 .ttb-item .ranking-body::-webkit-scrollbar-track-piece {
  background-color: #192d2b;
}

.section-ranking .tab-content1 .ttb-item .ranking-table td {
  color: #fff;
}

.section-ranking .tab-content1 .ttb-item .ranking-table .info-wrap .info-text1 {
  color: #fff;
}

.section-ranking .tab-content1 .ttb-item .ranking-table .info-wrap .info-text2 {
  color: #ccc;
}

.section-ranking .tab-content1 .ttb-item .ranking-table .zl-info .info-wrap .info-text2 {
  color: rgba(255, 255, 255, 0.5);
}

.section-ranking .tab-content1 .ttb-item .ttb-ranking {
  width: 691rem;
  height: 513rem;
  border: 1px #636363 solid;
}

.section-ranking .tab-content1 .ttb-item .my-info .rank-num {
  color: #333;
}

.section-ranking .tab-content1 .ttb-item .my-info .info-wrap .info-text1 {
  color: #333;
}

.section-ranking .tab-content1 .ttb-item .my-info .info-wrap .info-text2 {
  color: rgba(51, 51, 51, 0.5);
}

.section-ranking .tab-content1 .show-num-tip {
  color: #a3a3a3;
  margin-bottom: 15rem;
}

.section-ranking .btn-ranking {
  display: block;
  width: 380rem;
  height: 85rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20240828collegeqq/0314/btn-ranking.jpg) center center no-repeat;
  background-size: cover;
  margin: 20rem auto 60rem;
}

.section-ranking .btn-go-ranking {
  display: block;
  width: 241rem;
  height: 52rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/btn-go-ranking.png) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
}

.member.unverified .content .list,
.member.unverified .btn-more {
  display: none;
}

.member.unverified .unverified-txt {
  display: block;
}

.member .unverified-txt {
  display: none;
  color: #e4e4e4;
  font-size: 28rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.member .title {
  width: 393rem;
  height: 204rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/member-title.png) no-repeat center;
  background-size: cover;
  margin-left: 14rem;
}

.member .content {
  min-height: 314rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/member-bg.png) no-repeat center center;
  background-size: 100% 314rem;
  padding-top: 11rem;
  position: relative;
}

.member .list {
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20rem 16rem;
  margin: 0 auto;
}

.member .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100rem;
}

.member .list .item .img-box {
  width: 91rem;
  height: 91rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/member-pic-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 4rem;
  border-radius: 50%;
}

.member .list .item .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.member .list .item .desc {
  font-size: 16rem;
  color: #fff;
  text-align: center;
  margin-top: 4rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member .btn-more {
  display: block;
  width: 374rem;
  height: 83rem;
  line-height: 83rem;
  text-align: center;
  font-size: 38rem;
  color: #000000;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/btn-more.png) no-repeat center center;
  background-size: cover;
  font-weight: bold;
  margin: -10rem auto 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.privilege {
  width: 712rem;
  height: 531rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/privilege.png) no-repeat left top;
  background-size: 712rem 730rem;
  position: relative;
}

.privilege .action {
  width: 560rem;
  height: 290rem;
  display: block;
  position: absolute;
  left: 154rem;
  top: 177rem;
}

.activity {
  position: relative;
}

.activity__title {
  width: 325rem;
  height: 204rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/m/activity-title-light.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 20rem;
  top: -62rem;
  z-index: 2;
}

.activity .action {
  display: block;
  width: 100%;
  height: 100%;
}

.activity__swiper-container {
  overflow: hidden;
}

.activity .gallery-top {
  height: 100%;
  width: 100%;
}

.activity .gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
}

.activity .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.activity .gallery-thumbs {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 29rem;
  width: fit-content;
  overflow: hidden;
  margin: 0 auto;
  border-top: 1px solid #999999;
  padding-top: 6rem;
  z-index: 2;
}

.activity .gallery-thumbs .swiper-wrapper {
  justify-content: flex-start;
}

.activity .gallery-thumbs .swiper-slide {
  height: 74rem;
  cursor: pointer;
  width: 131rem !important;
  position: relative;
  box-sizing: border-box;
  margin-right: 6rem !important;
}

.activity .gallery-thumbs .swiper-slide::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 230rem;
  height: 4rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/thumb-bg.png) no-repeat center center;
  background-size: cover;
  z-index: 2;
}

.activity .gallery-thumbs .swiper-slide:last-child {
  margin-right: 0 !important;
}

.activity .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activity .swiper-slide-thumb-active::before {
  width: 100%;
  height: 2rem;
  background: #11e98f;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.page-h5 .popup.popup-profile .bottom .no-estimate {
  font-size: 28rem;
  margin-top: 0;
}

.section-ranking .tab-content1 .ttb-item .my-info .info-wrap .info-text2 {
  color: #ccc;
}
