.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 298rem;
  height: 65rem;
  text-align: center;
  background: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/popup/btn-primary.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 32rem;
  color: #0ff796;
  font-weight: bold;
  cursor: pointer;
}

.popup {
  display: none;
  width: 837rem;
  min-height: 384rem;
  background: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/popup/popup-bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.popup .btn-close {
  position: absolute;
  right: -47rem;
  top: 0;
  width: 42rem;
  height: 42rem;
  background: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/popup/btn-close.png) no-repeat center center;
  background-size: 100% 100%;
  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;
  padding-top: 40rem;
}

.popup.popup-success .title {
  width: 377rem;
  height: 58rem;
  background: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/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: 1rem 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(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/popup/profile.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 8rem;
}

.popup.popup-profile .figure .pic-box .pic {
  width: 100%;
  height: 100%;
  object-fit: contain;
  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(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/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: 1rem 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: 220rem;
  height: 43rem;
  line-height: 43rem;
  text-align: center;
  border: 1rem rgba(198, 198, 198, 0.4) solid;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1rem 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(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/popup/popup-estimate.png) no-repeat center center;
  background-size: 100% 100%;
}

.popup.popup-estimate .title {
  font-size: 0;
  text-indent: -9999rem;
  width: 450rem;
  height: 56rem;
  background: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/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 28rem;
  margin-bottom: 20rem;
}

.popup.popup-estimate .list .item {
  width: 220rem;
  height: 43rem;
  line-height: 43rem;
  text-align: center;
  border: 1rem rgba(198, 198, 198, 0.4) solid;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1rem 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: 220rem;
  height: 43rem;
  line-height: 43rem;
  text-align: center;
  border: 1rem rgba(198, 198, 198, 0.4) solid;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1rem 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(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/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(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/popup/popup-level.png) no-repeat center center;
  background-size: 100% 100%;
}

.popup.popup-level .title {
  font-size: 0;
  text-indent: -9999rem;
  width: 314rem;
  height: 59rem;
  background: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/popup/popup-level-title.png) no-repeat center center;
  background-size: 100% 100%;
  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: 600rem;
  background: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/popup/popup-estimate.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 40rem;
}

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

.popup.popup-rule .info {
  padding: 0 46rem;
  height: 500rem;
  overflow: auto;
  margin-right: 5rem;
}

.popup.popup-rule .info::-webkit-scrollbar {
  width: 5rem;
  background-color: #ececec;
}

.popup.popup-rule .info::-webkit-scrollbar-thumb {
  background-color: #0ff796;
}

.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;
  min-height: 269rem;
  padding-bottom: 50rem;
}

.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: 55rem;
}

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

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

.page-h5 .popup.popup-base .desc {
  font-size: 28rem;
  margin-top: 85rem;
  height: 80rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-h5 .popup.popup-profile {
  height: 329rem;
  background-size: 100% 100%;
}

.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(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/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 12rem;
  margin-bottom: 10rem;
  justify-content: center;
}

.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(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/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: 800rem;
  background-size: 100% 100%;
  padding-top: 30rem;
}

.page-h5 .popup.popup-rule .title {
  width: 177.1rem;
  height: 45.1rem;
}

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

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

.page-h5 .pop-yzm {
  height: auto;
  min-height: 300rem;
}

.page-h5 .pop-yzm .tip {
  width: auto;
  font-size: 14rem;
  padding: 0 40rem;
}

.page-h5 .pop-yzm .tip input {
  width: 15rem;
  height: 15rem;
  margin-left: -17rem;
}

.page-h5 .pop-yzm .inp-box .item {
  width: 100%;
}

.page-h5 .pop-yzm .inp-box .item .tit {
  font-size: 26rem;
  width: 110rem;
}

.page-h5 .pop-yzm .inp-box .item .inp {
  width: 337rem;
}

.page-h5 .pop-yzm .inp-box .item .inp input {
  width: 100%;
  height: 45rem;
}

.page-h5 .pop-yzm .inp-box .item .inp2 input,
.page-h5 .pop-yzm .inp-box .item .inp2 a {
  width: 45%;
  height: 45rem;
}

.page-h5 .pop-jcPhone .inp-box .item {
  padding-left: 70rem;
}

.page-h5 .pop-jcPhone .inp-box .item .tit {
  width: auto;
}

.page-h5 .diaWxTip {
  height: auto;
  padding-bottom: 0;
}

.page-h5 .diaWxTip .info {
  height: auto !important;
}

.page-h5 .diaProp {
  width: 604rem;
  height: 785rem;
  box-sizing: border-box;
  background-image: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/m/dia-bg3.png);
}

.page-h5 .diaProp .prop-box {
  justify-content: space-between;
  align-items: center;
  width: 510rem;
  margin: 0 auto;
}

.page-h5 .diaProp .prop-box .item {
  height: 176rem;
  margin: 0;
  background-image: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/m/dia-prop-bg2.png);
  margin-top: 15rem;
}

.page-h5 .diaProp .prop-box .item:nth-last-child(1) .prop img {
  width: 80%;
  height: 80%;
}

.page-h5 .diaProp .prop-box .item .prop-name {
  font-size: 12rem;
}

.page-h5 .diaProp .prop-box .item.item1 {
  width: 333rem;
}

.page-h5 .diaProp .prop-box .item.item2 {
  width: 160rem;
  background-image: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/m/dia-prop-bg2.png);
}

.page-h5 .diaProp .prop-box .item.item3 {
  width: 160rem;
  background-image: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/m/dia-prop-bg3.png);
}

.page-h5 .diaProp .prop-box .item.active {
  background-image: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/m/dia-prop-bg-on.png);
  background-size: cover;
  background-position: left;
}

.page-h5 .diaProp .prop-box .item.active .prop-name {
  color: #000;
}

.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: 46rem;
  top: 0;
  z-index: 1000;
}

.popup .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop-yzm {
  padding: 30rem 0;
  width: 780rem;
  min-height: 400rem;
}

.pop-yzm .inp-box > div {
  width: 635rem;
  margin: 0 auto;
}

.pop-yzm .inp-box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20rem auto;
}

.pop-yzm .inp-box .tit {
  width: 130rem;
  margin-right: 10rem;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 31rem;
  color: #bfbfbf;
}

.pop-yzm .inp-box .inp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 441rem;
}

.pop-yzm .inp-box .inp input {
  width: 441rem;
  height: 56rem;
  background: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/popup/pop-sel-bg.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 31rem;
  color: #bfbfbf;
  border: none;
}

.pop-yzm .inp-box .inp2 input,
.pop-yzm .inp-box .inp2 a {
  width: 200rem;
  height: 56rem;
}

.pop-yzm .tip {
  font-size: 17rem;
  color: #8c8c8c;
  flex-wrap: wrap;
  width: 635rem;
  margin: 30rem auto;
}

.pop-yzm .tip input {
  width: 17rem;
  height: 17rem;
  display: inline-block;
  vertical-align: middle;
}

.dia-title {
  font-size: 42rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30rem;
  text-align: center;
}

.dia-title > span {
  display: inline-block;
  position: relative;
}

.dia-title > span::after {
  content: '';
  position: absolute;
  right: -10rem;
  bottom: -5rem;
  width: 162rem;
  height: 17rem;
  background: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/popup/dia-tit-icon.png) no-repeat center center;
  background-size: cover;
}

.pop-jcPhone .inp-box {
  margin-bottom: 30rem;
}

.pop-jcPhone .inp-box .item {
  justify-content: start;
}

.pop-jcPhone .inp-box .tit {
  width: auto;
  text-align: left;
  font-size: 30rem;
}

.pop-jcPhone .bd-phone {
  color: #d1d1d1;
}

.pop-jcPhone .tip {
  margin: 10rem auto;
}

.diaWxTip {
  width: 762rem;
  height: auto !important;
  min-height: 380rem !important;
}

.diaWxTip .content .info {
  height: auto;
  margin-bottom: 30rem;
}

.diaProp {
  height: 650rem;
  width: 960rem;
  padding: 30rem 30rem;
}

.diaProp .prop-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.diaProp .prop-box .item {
  width: 256rem;
  height: 181rem;
  background: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/popup/dia-prop-bg1.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  margin-top: 30rem;
  cursor: pointer;
}

.diaProp .prop-box .item.item2 {
  width: 345rem;
}

.diaProp .prop-box .item.item3 {
  width: 165rem;
  background-image: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/popup/dia-prop-bg2.png);
}

.diaProp .prop-box .item.item3 .prop-name {
  font-size: 13rem;
}

.diaProp .prop-box .item.active {
  background-image: url(https://game.gtimg.cn/images/dfm/cp/a20240812collegectcc/0709/popup/dia-prop-bg-on.png);
  background-size: cover;
  background-position: left;
}

.diaProp .prop-box .item.active .prop-name {
  color: #000;
}

.diaProp .prop-box .item .xh {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  font-size: 22rem;
  color: #dfdfdf;
  opacity: 0.7;
}

.diaProp .prop-box .item .prop {
  width: 100%;
  height: 135rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diaProp .prop-box .item .prop img {
  max-width: 90%;
  max-height: 100%;
  object-fit: contain;
}

.diaProp .prop-box .item .prop-name {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 10rem;
  height: 35rem;
  font-size: 15rem;
  color: #dfdfdf;
  font-weight: bold;
  line-height: 1;
  margin-top: 10rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
