.dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4rem;
  height: 3rem;
  z-index: 9999;
  opacity: 0;
  text-align: center;
  pointer-events: none;
}
.dialog .dia-con {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.dialog .dia-title {
  position: relative;
  margin-top: 0.8rem;
  font-size: 0.48rem;
  line-height: 1;
  text-align: center;
}
.dialog .dia-title.tit-small {
  font-size: 0.36rem;
}
.dialog .dia-title.tit-small span::before {
  left: -0.5rem;
  top: 0.07rem;
}
.dialog .dia-title.tit-small span::after {
  right: -0.5rem;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  top: 0.07rem;
}
.dialog .dia-title span {
  position: relative;
  display: inline-block;
  color: #000;
  font-weight: bold;
}
.dialog .dia-title span em {
  color: #ea1438;
}
.dialog .dia-title span::before,
.dialog .dia-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.24rem;
  height: 0.26rem;
}
.dialog .dia-title span::before {
  left: -0.5rem;
  top: 0.17rem;
}
.dialog .dia-title span::after {
  right: -0.5rem;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  top: 0.17rem;
}
.dialog .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 2.6rem;
  padding: 0 0.2rem;
  color: #000;
  font-size: 0.24rem;
  line-height: 1.5;
}
.dialog .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dialog .btn-common {
  display: block;
  width: 2.97rem;
  height: 0.68rem;
  font-size: 0.3rem;
  line-height: 0.68rem;
  color: #000;
  font-weight: bold;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/dia/btn0.png) no-repeat center center/100% auto;
}
.dialog .dia-close {
  position: absolute;
  top: -0.55rem;
  right: 0rem;
  width: 0.44rem;
  height: 0.44rem;
  z-index: 2;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/dia/close.png) no-repeat center center/100% auto;
}
.dialog .color-txt {
  color: #b85e43;
}
.dialog .wrap-txt {
  width: 100%;
}

.dialog.show {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  opacity: 1;
  pointer-events: auto;
}

.dialog-mask {
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
}

.dialog-mask.show {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  opacity: 1;
  pointer-events: auto;
}

.dia-common {
  width: 7.06rem;
  height: 3.63rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/dia/dia0.jpg) no-repeat center top/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-common .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dia-res {
  width: 7.06rem;
  height: 4.83rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/dia/dia2.jpg) no-repeat center center/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-res .btn-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.dia-res .award-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  margin: 0.55rem auto 0rem;
  padding-top: 0.01rem;
}
.dia-res .award-img {
  position: relative;
  width: 1.99rem;
  height: 1.99rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.dia-res .award-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.dia-res .award-name {
  position: relative;
  width: 100%;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-family: "SourceHanSerifCN-SemiBold";
  font-size: 0.24rem;
  color: #000;
  z-index: 2;
}
.dia-res .award-name span {
  color: #ea1438;
}
.dia-rule-recharge table, .dia-rule-recharge th, .dia-rule-recharge td {
  border: 1px solid black;
  border-collapse: collapse;
}
.dia-rule-recharge td {
  padding: 0.15rem 0;
}
.dia-rule-recharge table {
  width: 100%;
}
.dia-rule-recharge table td:nth-child(1) {
  width: 30%;
}
.dia-rule-recharge table td:nth-child(2) {
  width: 70%;
}

.dia-rule {
  width: 10.44rem;
  height: 7.15rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/dia/dia1.jpg) no-repeat center center/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-rule .rule-list {
  width: 9.15rem;
  height: 4.7rem;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
  margin: 0.35rem auto 0;
  overflow-y: auto;
  overflow-x: hidden;
  color: #000;
  font-size: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-rule .rule-list .rule-item {
  text-align: left;
  font-family: "SourceHanSerifCN-Heavy";
  margin-bottom: 0.1rem;
  line-height: 1.6;
}
.dia-rule .rule-list .rule-item.strong {
  font-weight: bold;
  margin: 0rem 0 0.15rem;
}

.dia-login {
  width: 8.13rem;
  height: 4.28rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/main/dia3.png) no-repeat center center/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-login .type-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 6.2rem;
  margin: 0.4rem auto 0;
  font-size: 0.24rem;
  color: #fff;
}
.dia-login .type-item {
  position: relative;
  width: 1.84rem;
  height: 2.4rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/main/login-type-bg.png) no-repeat center center/100% auto;
  cursor: pointer;
}
.dia-login .type-item:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.dia-login .type-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.dia-login .type-item .t-name {
  position: absolute;
  bottom: 0.15rem;
  left: 0rem;
  width: 100%;
  text-align: center;
}
.dia-login .award-item {
  position: relative;
  width: 2.23rem;
  height: 2.37rem;
  margin: 0.6rem auto 0.3rem;
  padding-top: 0.01rem;
}
.dia-login .award-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.7rem;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 3.8rem;
  height: 3.69rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/main/award-bg.png) no-repeat center center/100% auto;
  pointer-events: none;
}
.dia-login .award-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dia-login .award-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.dia-login .award-name {
  position: relative;
  margin-top: 2.4rem;
  font-family: "SourceHanSerifCN-SemiBold";
  font-size: 0.24rem;
  color: #fff;
  z-index: 2;
}
.dia-login .btn-box {
  margin-top: 1.04rem;
}

.dia-record {
  width: 8.13rem;
  height: 6.16rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-record .record-list {
  width: 7.08rem;
  font-size: 0.2rem;
  color: #fff;
  margin: 0.1rem auto 0;
}
.dia-record .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dia-record .row a {
  color: #82fdc9;
  text-decoration: underline;
}
.dia-record .row.row-title {
  padding: 0.06rem 0;
  font-weight: bold;
  color: #79fff7;
  background: none !important;
}
.dia-record .row:nth-child(odd) {
  background: #3b49b7;
}
.dia-record .row:nth-child(even) {
  background: #496adc;
}
.dia-record .col {
  width: 2.5rem;
  padding: 0.04rem 0;
}
.dia-record .page-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.45rem;
  color: #fff;
}
.dia-record .page-btn .btn-prev {
  width: 0.17rem;
  height: 0.23rem;
}
.dia-record .page-btn .btn-next {
  width: 0.17rem;
  height: 0.23rem;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.dia-record .page-btn span {
  margin: 0 0.4rem;
  font-size: 0.22rem;
}

.dia-more-award {
  width: 10.44rem;
  height: 6.71rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/dia/dia4.jpg) no-repeat center center/100% 100%;
}
.dia-more-award .dia-title {
  margin-top: 0.8rem;
}
.dia-more-award .award-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 2.5rem;
  margin: 0.2rem auto 0.1rem;
  padding-top: 0.01rem;
}
.dia-more-award .award-img {
  position: relative;
  width: 2.5rem;
  height: 2.7rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/dia/award-bg.png) no-repeat center center/100% auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.dia-more-award .award-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: #3d333c;
}
.dia-more-award .award-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.dia-more-award .award-type {
  position: absolute;
  top: 1.9rem;
  left: 0.1rem;
  width: 1rem;
  height: 0.28rem;
  color: #fff;
  font-size: 0.2rem;
  border-radius: 0.04rem;
  background: #2994f7;
}
.dia-more-award .award-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #fff;
  z-index: 2;
}
.dia-more-award .award-desc {
  text-align: center;
  font-size: 0.2rem;
  color: #4d4d4d;
}
.dia-more-award .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.35rem;
}

.dia-phone#dia-phone-untie .desc {
  margin-top: 0.4rem;
}

.dia-phone {
  width: 10.44rem;
  height: 10.41rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/dia/dia3.jpg) no-repeat center center/100% 100%;
}
.dia-phone .dia-title {
  margin-top: 0.6rem;
}
.dia-phone .award-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  width: 2.5rem;
  margin: 0.2rem auto 0.1rem;
  padding-top: 0.01rem;
}
.dia-phone .award-img {
  position: relative;
  width: 2.5rem;
  height: 2.7rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/dia/award-bg.png) no-repeat center center/100% auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.dia-phone .award-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: #3d333c;
}
.dia-phone .award-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.dia-phone .award-type {
  position: absolute;
  top: 1.9rem;
  left: 0.1rem;
  width: 1rem;
  height: 0.28rem;
  color: #fff;
  font-size: 0.2rem;
  border-radius: 0.04rem;
  background: #2994f7;
}
.dia-phone .award-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #fff;
  z-index: 2;
}
.dia-phone .award-desc {
  text-align: center;
  font-size: 0.2rem;
  color: #4d4d4d;
}
.dia-phone .phone-form {
  width: 8.28rem;
  margin: 0.25rem auto 0;
  color: #271406;
  font-size: 0.25rem;
}
.dia-phone .phone-form .phone-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 0.82rem;
  margin-bottom: 0.15rem;
  line-height: 0.82rem;
  border: 0.01rem solid #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.dia-phone .phone-form .phone-item3 {
  height: auto;
  margin-top: 0.33rem;
}
.dia-phone .phone-form .input-tit {
  white-space: nowrap;
  font-family: "SourceHanSerifCN-Heavy";
  text-align: left;
  padding: 0 0.15rem;
}
.dia-phone .phone-form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.38rem;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  line-height: 0.38rem;
  color: #271406;
  outline: none;
  border: none;
  border-left: 0.01rem solid #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-phone .phone-form input::-webkit-input-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone .phone-form input::-moz-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone .phone-form input:-ms-input-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone .phone-form input::-ms-input-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone .phone-form input::placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone .unbind-phone-tip,
.dia-phone .bind-phone-tip {
  white-space: nowrap;
  font-size: 0.2rem;
  color: #ff7283;
  margin-right: 0.15rem;
}
.dia-phone .sended,
.dia-phone .send-code {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.68rem;
  height: 0.52rem;
  font-size: 0.24rem;
  line-height: 0.52rem;
  color: #fff;
  font-family: "SourceHanSerifCN-Heavy";
  background: #000000;
}
.dia-phone .sended.wait,
.dia-phone .send-code.wait {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.dia-phone .phone-form input::-webkit-input-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone .phone-form input::-moz-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone .phone-form input:-ms-input-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone .phone-form input::-ms-input-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone .phone-form input::placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone .phone-form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.dia-phone .phone-form input:focus::-moz-placeholder {
  color: transparent;
}
.dia-phone .phone-form input:focus:-ms-input-placeholder {
  color: transparent;
}
.dia-phone .phone-form input:focus::-ms-input-placeholder {
  color: transparent;
}
.dia-phone .phone-form input:focus::placeholder {
  color: transparent;
}
.dia-phone .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.35rem;
}
.dia-phone .btn-box .btn-common2 {
  margin-right: 0.2rem;
  color: #fff;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/index/btn2.png) no-repeat center center/100% auto;
}
.dia-phone .btn-box .btn-common3.disable {
  pointer-events: none;
  color: #fff;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/index/btn3.jpg) no-repeat center center/100% auto;
}
.dia-phone .tips {
  width: 8.28rem;
  margin: 0.3rem auto 0.2rem;
  font-family: "SourceHanSerifCN-SemiBold";
  text-align: left;
  color: #271406;
  font-size: 0.2rem;
  line-height: 1.5;
}
.dia-phone .tips a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d4d4d;
}
.dia-phone .tips i {
  position: relative;
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.15rem;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-phone .tips a.on i {
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/dia/icon1.png) no-repeat center center/100% auto;
}
.dia-phone .desc {
  width: 8.28rem;
  margin: 0 auto;
  text-align: left;
  line-height: 1.6;
  font-size: 0.2rem;
  color: #4d4d4d;
}

.dia-phone-untie {
  width: 10.44rem;
  height: 7.15rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/dia/dia1.jpg) no-repeat center center/100% 100%;
}
.dia-phone-untie .phone-form {
  width: 8.28rem;
  margin: 0.35rem auto 0;
  color: #271406;
  font-size: 0.25rem;
}
.dia-phone-untie .phone-form .phone-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 0.82rem;
  margin-bottom: 0.15rem;
  line-height: 0.82rem;
  border: 0.01rem solid #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.dia-phone-untie .phone-form .phone-item3 {
  height: auto;
  margin-top: 0.33rem;
}
.dia-phone-untie .phone-form .input-tit {
  white-space: nowrap;
  font-family: "SourceHanSerifCN-Heavy";
  text-align: left;
  padding: 0 0.15rem;
}
.dia-phone-untie .phone-form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.38rem;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  line-height: 0.38rem;
  color: #271406;
  outline: none;
  border: none;
  border-left: 0.01rem solid #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-phone-untie .phone-form input::-webkit-input-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone-untie .phone-form input::-moz-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone-untie .phone-form input:-ms-input-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone-untie .phone-form input::-ms-input-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone-untie .phone-form input::placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone-untie .unbind-phone-tip,
.dia-phone-untie .bind-phone-tip {
  white-space: nowrap;
  font-size: 0.2rem;
  color: #ff7283;
  margin-right: 0.15rem;
}
.dia-phone-untie .sended,
.dia-phone-untie .send-code {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.68rem;
  height: 0.52rem;
  font-size: 0.24rem;
  line-height: 0.52rem;
  color: #fff;
  font-family: "SourceHanSerifCN-Heavy";
  background: #000000;
}
.dia-phone-untie .sended.wait,
.dia-phone-untie .send-code.wait {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.dia-phone-untie .phone-form input::-webkit-input-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone-untie .phone-form input::-moz-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone-untie .phone-form input:-ms-input-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone-untie .phone-form input::-ms-input-placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone-untie .phone-form input::placeholder {
  font-family: "SourceHanSerifCN-Bold";
  color: #271406;
  opacity: 0.4;
}
.dia-phone-untie .phone-form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.dia-phone-untie .phone-form input:focus::-moz-placeholder {
  color: transparent;
}
.dia-phone-untie .phone-form input:focus:-ms-input-placeholder {
  color: transparent;
}
.dia-phone-untie .phone-form input:focus::-ms-input-placeholder {
  color: transparent;
}
.dia-phone-untie .phone-form input:focus::placeholder {
  color: transparent;
}
.dia-phone-untie .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.35rem;
}
.dia-phone-untie .tips {
  width: 8.28rem;
  margin: 0.3rem auto 0.2rem;
  font-family: "SourceHanSerifCN-SemiBold";
  text-align: left;
  color: #271406;
  font-size: 0.2rem;
  line-height: 1.5;
}
.dia-phone-untie .tips a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d4d4d;
}
.dia-phone-untie .tips i {
  position: relative;
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.15rem;
  background: #000;
}
.dia-phone-untie .tips a.on i::after {
  content: "";
  position: absolute;
  left: 0.03rem;
  top: 0;
  width: 0.28rem;
  height: 0.28rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/icon-tick2.png) no-repeat center center/100% auto;
}
.dia-phone-untie .desc {
  width: 8.28rem;
  margin: 0.35rem auto 0;
  text-align: left;
  line-height: 1.6;
  font-size: 0.2rem;
  color: #4d4d4d;
}

.dia-copy {
  width: 10.44rem;
  height: 5.88rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/dia/dia5.jpg) no-repeat center top/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-copy .dia-con {
  text-align: center;
}
.dia-copy .txt-box {
  display: block;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.9rem;
  height: auto;
  text-align: center;
  font-family: "SourceHanSerifCN-Bold";
  font-size: 0.25rem;
}
.dia-copy .txt-box .txt1 {
  font-weight: bold;
  color: #ea1438;
  font-size: 0.46rem;
}
.dia-copy .txt-box .txt2 {
  font-weight: bold;
  color: #000000;
  font-size: 0.46rem;
  margin-top: 0.05rem;
}
.dia-copy .txt-box .txt2 span {
  color: #ea1438;
}
.dia-copy .txt-box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.26rem;
  height: 0.82rem;
  margin: 0.25rem auto 0;
  padding-left: 0.3rem;
  font-family: "SourceHanSerifCN-SemiBold";
  white-space: wrap;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.01rem solid #bcbcbc;
}
.dia-copy .txt-box .link em {
  font-weight: bold;
  font-size: 0.3rem;
}
.dia-copy .txt-box .link i {
  width: 0.01rem;
  height: 0.4rem;
  margin: 0 0.3rem;
  background: #bcbcbc;
}
.dia-copy .txt-box .link input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 6rem;
  padding-right: 0.3rem;
  background: none;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dia-copy .btn-common {
  width: 2.2rem;
  height: 100%;
  line-height: 0.82rem;
  background: #f5eb00;
}
.dia-copy .btn-common.disable {
  pointer-events: none;
  background: #dedede;
  color: #9a9a9a;
}
.dia-copy .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.55rem;
  font-size: 0.32rem;
}

.dia-query {
  width: 7.06rem;
  height: 4.83rem;
  background: url(//game.gtimg.cn/images/thefinals/cp/web20250814/dia/dia2.jpg) no-repeat center center/100% 100%;
}
.dia-query.dia-query2 .dia-title span {
  color: #ea1438;
}
.dia-query .dia-title {
  margin-top: 0.8rem;
}
.dia-query .txt-box {
  display: block;
  text-align: center;
  font-size: 0.24rem;
  height: 2.2rem;
}
.dia-query .txt-box span {
  color: #ea1438;
}
.dia-query .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.15rem;
}