.btn-primary {
  display: block;
  width: 298rem;
  height: 65rem;
  line-height: 65rem;
  text-align: center;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/btn-primary.png) no-repeat center center;
  background-size: cover;
  font-size: 32rem;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.popup {
  display: none;
  width: 837rem;
  height: 384rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/popup-bg.png) no-repeat center center;
  background-size: cover;
}

.popup .btn-close {
  position: absolute;
  right: -47rem;
  top: 0;
  width: 42rem;
  height: 42rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/btn-close.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

.popup-btn-group {
  display: flex;
  justify-content: center;
  column-gap: 50rem;
  position: absolute;
  bottom: 48rem;
  left: 50%;
  transform: translateX(-50%);
}

.popup.popup-base .desc {
  color: #fff;
  font-size: 40rem;
  font-weight: bold;
  margin-top: 110rem;
  line-height: 1.2;
  text-align: center;
}

.popup.popup-success {
  height: 470rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/popup-success-bg.png) no-repeat center center;
  background-size: cover;
  padding-top: 40rem;
}

.popup.popup-success .title {
  width: 377rem;
  height: 58rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/popup-success-title.png) no-repeat center center;
  background-size: contain;
  margin: 0 auto;
  text-indent: -9999rem;
  font-size: 0;
}

.popup.popup-success .figure {
  margin-bottom: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30rem;
  padding: 0 20rem;
}

.popup.popup-success .figure .pic {
  width: fit-content;
  height: 149rem;
  margin-bottom: 15rem;
}

.popup.popup-success .figure .desc {
  font-size: 18rem;
  color: #d9d9d9;
  line-height: 1.5;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popup.popup-success .btn-primary {
  margin: 0 auto;
}

.popup.popup-profile {
  height: 470rem;
}

.popup.popup-profile .top {
  margin: 0 16rem;
  border-bottom: 1px solid rgba(105, 111, 114, 0.53);
  padding: 36rem 0;
}

.popup.popup-profile .figure {
  display: flex;
  gap: 74rem;
  padding-left: 35rem;
  align-items: center;
}

.popup.popup-profile .figure .pic-box {
  width: 190rem;
  height: 190rem;
  border-radius: 50%;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/profile.png) no-repeat center center;
  background-size: cover;
  padding: 8rem;
}

.popup.popup-profile .figure .pic-box .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.popup.popup-profile .figure .info .desc {
  padding-left: 23rem;
  font-size: 24rem;
  color: #e4e4e4;
  line-height: 37rem;
  height: 37rem;
  min-width: 347rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/info-bg.png) no-repeat center center;
  background-size: 347rem 37rem;
  margin-bottom: 27rem;
}

.popup.popup-profile .figure .info .desc:last-child {
  margin-bottom: 0;
}

.popup.popup-profile .bottom {
  padding: 0 50rem;
  margin-top: 28rem;
}

.popup.popup-profile .bottom .tag-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32rem;
}

.popup.popup-profile .bottom .tag-box .tag {
  font-size: 24rem;
  font-weight: bold;
  color: #e4e4e4;
}

.popup.popup-profile .bottom .tag-box .btn-estimate {
  width: 113rem;
  height: 33rem;
  line-height: 33rem;
  text-align: center;
  border: 1px solid #0ff796;
  font-size: 21rem;
  color: #0ff796;
  cursor: pointer;
}

.popup.popup-profile .bottom .tag-list {
  display: flex;
  gap: 38rem;
}

.popup.popup-profile .bottom .tag-list .item {
  width: 394rem;
  height: 43rem;
  line-height: 43rem;
  text-align: center;
  border: 1px rgba(198, 198, 198, 0.4) solid;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #f4cf67;
  font-size: 26rem;
  color: #f4cf67;
  position: relative;
  font-weight: bold;
}

.popup.popup-profile .bottom .no-estimate {
  color: #d7d6d6;
  font-size: 38rem;
  text-align: center;
  margin-top: -10rem;
  font-weight: bold;
}

.popup.popup-estimate {
  padding-top: 40rem;
  height: 585rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/popup-estimate.png) no-repeat center center;
  background-size: cover;
}

.popup.popup-estimate .title {
  font-size: 0;
  text-indent: -9999rem;
  width: 450rem;
  height: 56rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/popup-estimate-title.png) no-repeat center center;
  background-size: contain;
  margin: 0 auto;
}

.popup.popup-estimate .tips {
  font-size: 18rem;
  color: #d9d9d9;
  text-align: center;
  margin-top: -10rem;
}

.popup.popup-estimate .content {
  padding: 0 50rem;
}

.popup.popup-estimate .action-box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10rem;
}

.popup.popup-estimate .switch {
  font-size: 21rem;
  color: #0ff796;
  cursor: pointer;
  text-decoration: underline;
}

.popup.popup-estimate .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem 38rem;
  margin-bottom: 20rem;
}

.popup.popup-estimate .list .item {
  width: 394rem;
  height: 43rem;
  line-height: 43rem;
  text-align: center;
  border: 1px rgba(198, 198, 198, 0.4) solid;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #f4cf67;
  font-size: 26rem;
  color: #f4cf67;
  position: relative;
  font-weight: bold;
  width: 220rem;
  cursor: pointer;
}

.popup.popup-estimate .selected-title {
  font-size: 18rem;
  color: #ececec;
  margin-bottom: 6rem;
  text-align: left;
}

.popup.popup-estimate .selected .selected-list {
  display: flex;
  gap: 38rem;
}

.popup.popup-estimate .selected .selected-list .item {
  width: 394rem;
  height: 43rem;
  line-height: 43rem;
  text-align: center;
  border: 1px rgba(198, 198, 198, 0.4) solid;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #f4cf67;
  font-size: 26rem;
  color: #f4cf67;
  position: relative;
  font-weight: bold;
}

.popup.popup-estimate .selected .selected-list .item .btn-delete {
  display: block;
  position: absolute;
  right: 4rem;
  top: 4rem;
  width: 15rem;
  height: 15rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/subPage/icon-delete.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.popup.popup-level {
  width: 912rem;
  height: 561rem;
  padding-top: 40rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/popup-level.png) no-repeat center center;
  background-size: cover;
}

.popup.popup-level .title {
  font-size: 0;
  text-indent: -9999rem;
  width: 314rem;
  height: 59rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/popup-level-title.png) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  transform: translateX(18rem);
}

.popup.popup-level .pic {
  display: block;
  width: 800rem;
  height: 370rem;
  margin: 20rem auto 0;
}

.popup.popup-level .list .item {
  font-size: 14rem;
  color: #eeeeee;
  position: absolute;
}

.popup.popup-level .list .item:nth-child(1) {
  left: 539rem;
  top: 162rem;
}

.popup.popup-level .list .item:nth-child(2) {
  left: 138rem;
  top: 238rem;
}

.popup.popup-level .list .item:nth-child(3) {
  left: 600rem;
  top: 315rem;
}

.popup.popup-level .list .item:nth-child(4) {
  left: 87rem;
  top: 389rem;
}

.popup.popup-rule {
  height: 1000rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/popup-rule.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 40rem;
}

.popup.popup-rule .title {
  width: 230rem;
  height: 58rem;
  margin: 0 auto;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/popup-rule-title.png) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  margin-bottom: 12rem;
}

.popup.popup-rule .info {
  padding: 0 46rem;
}

.popup.popup-rule .info .txt {
  font-size: 22rem;
  color: #d9d9d9;
  line-height: 35rem;
}

.page-h5 .btn-primary {
  width: 209rem;
  height: 47rem;
  line-height: 49rem;
  font-size: 24rem;
}

.page-h5 .popup {
  width: 586rem;
  height: 269rem;
}

.page-h5 .popup-btn-group {
  bottom: 32rem;
}

.page-h5 .popup .btn-close {
  width: 30rem;
  height: 30rem;
  right: -34rem;
}

.page-h5 .popup.popup-success {
  height: 329rem;
  padding-top: 28rem;
}

.page-h5 .popup.popup-success .title {
  width: 264rem;
  height: 41rem;
}

.page-h5 .popup.popup-success .figure {
  margin-top: 18rem;
}

.page-h5 .popup.popup-success .figure .pic {
  height: 104rem;
  margin-bottom: 7rem;
}

.page-h5 .popup.popup-success .figure .desc {
  font-size: 16rem;
}

.page-h5 .popup.popup-base .desc {
  font-size: 28rem;
  margin-top: 85rem;
}

.page-h5 .popup.popup-profile {
  height: 329rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/m/popup-profile.png) no-repeat center center;
  background-size: cover;
}

.page-h5 .popup.popup-profile .top {
  padding: 24rem 0;
}

.page-h5 .popup.popup-profile .bottom {
  margin-top: 18rem;
}

.page-h5 .popup.popup-profile .bottom .tag-box .tag {
  font-size: 18rem;
}

.page-h5 .popup.popup-profile .bottom .tag-box {
  margin-bottom: 20rem;
}

.page-h5 .popup.popup-profile .bottom .tag-list {
  gap: 26rem;
}

.page-h5 .popup.popup-profile .bottom .tag-list .item {
  font-size: 18rem;
}

.page-h5 .popup.popup-profile .figure {
  gap: 50rem;
}

.page-h5 .popup.popup-profile .figure .pic-box {
  width: 133rem;
  height: 132rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/m/profile.png) no-repeat center center;
  background-size: contain;
}

.page-h5 .popup.popup-profile .figure .info .desc {
  font-size: 18rem;
  margin-bottom: 19rem;
  height: 26rem;
  line-height: 26rem;
}

.page-h5 .popup.popup-profile .figure .info .desc:last-child {
  margin-bottom: 0;
}

.page-h5 .popup.popup-estimate {
  height: 409rem;
  padding-top: 30rem;
}

.page-h5 .popup.popup-estimate .content {
  padding: 0 35rem;
}

.page-h5 .popup.popup-estimate .tips {
  font-size: 16rem;
}

.page-h5 .popup.popup-estimate .switch {
  font-size: 16rem;
}

.page-h5 .popup.popup-estimate .title {
  width: 316rem;
  height: 39rem;
}

.page-h5 .popup.popup-estimate .action-box {
  margin-bottom: 8rem;
}

.page-h5 .popup.popup-estimate .selected-title {
  font-size: 16rem;
}

.page-h5 .popup.popup-estimate .list {
  gap: 12rem 26rem;
  margin-bottom: 10rem;
}

.page-h5 .popup.popup-estimate .list .item {
  width: 153rem;
  height: 30rem;
  line-height: 30rem;
  font-size: 18rem;
}

.page-h5 .popup.popup-estimate .selected-list {
  gap: 0 26rem;
  margin-bottom: 15rem;
}

.page-h5 .popup.popup-estimate .selected-list .item {
  width: 153rem;
  height: 30rem;
  line-height: 30rem;
  font-size: 18rem;
}

.page-h5 .popup.popup-level {
  width: 639rem;
  height: 426rem;
  padding-top: 30rem;
}

.page-h5 .popup.popup-level .title {
  width: 221rem;
  height: 42rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/m/popup-level-title.png) no-repeat center center;
  background-size: contain;
}

.page-h5 .popup.popup-level .pic {
  width: 613rem;
  height: 293rem;
}

.page-h5 .popup.popup-level .list .item {
  font-size: 15rem;
}

.page-h5 .popup.popup-level .list .item:nth-child(1) {
  left: 376rem;
  top: 116rem;
}

.page-h5 .popup.popup-level .list .item:nth-child(2) {
  left: 50rem;
  top: 168rem;
}

.page-h5 .popup.popup-level .list .item:nth-child(3) {
  left: 418rem;
  top: 221rem;
}

.page-h5 .popup.popup-level .list .item:nth-child(4) {
  left: 9rem;
  top: 276rem;
}

.page-h5 .popup.popup-rule {
  height: 1119rem;
  background: url(//game.gtimg.cn/images/dfm/cp/a20250512xnst/popup/m/popup-rule.png) no-repeat center center;
  background-size: cover;
  padding-top: 30rem;
}

.page-h5 .popup.popup-rule .title {
  width: 161rem;
  height: 41rem;
}

.page-h5 .popup.popup-rule .info {
  padding: 0 38rem;
}

.page-h5 .popup.popup-rule .info .txt {
  font-size: 20rem;
  line-height: 32rem;
}

.popup-guide {
  display: none;
}

.popup-guide .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-guide .pic {
  position: fixed;
  width: 441rem;
  height: 257rem;
  right: 0;
  top: 0;
  z-index: 1000;
}
