/* public */
.no-text {
  overflow: hidden;
  text-indent: -9999px;
}

/* ------------ dialog ------------ */
.dialog {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
.dialog .dialog-close {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: -90px;
  top: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("https://game.gtimg.cn/images/mdnf/cp/a20251119back/pc/btn-dialog-close.png") no-repeat 0 0/100% 100%;
}

/* dialog-award*/
.dialog.dialog-award .dialog-wrapper {
  width: 908px;
  height: 410px;
  box-sizing: border-box;
  padding-top: 86px;
  position: relative;
}
.dialog.dialog-award .dialog-body {
  width: 908px;
  height: 324px;
  padding-top: 190px;
  box-sizing: border-box;
  position: relative;
  background: url("https://game.gtimg.cn/images/mdnf/cp/a20251119back/pc/dialog-box-msg.png") no-repeat 0 0/100% 100%;
}
.dialog.dialog-award .msg-text {
  width: 580px;
  height: 168px;
  line-height: 56px;
  text-align: center;
  color: #e3e3e3;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 154px;
  top: 70px;
}

/* dialog-bind*/
.dialog.dialog-bind .dialog-wrapper {
  width: 908px;
  height: 618px;
  box-sizing: border-box;
  padding-top: 80px;
  position: relative;
}
.dialog.dialog-bind .dialog-body {
  width: 908px;
  height: 538px;
  padding-top: 100px;
  box-sizing: border-box;
  position: relative;
  background: url("https://game.gtimg.cn/images/mdnf/cp/a20251119back/pc/dialog-box-bind.png") no-repeat 0 0/100% 100%;
}
.dialog.dialog-bind .dialog-body .bind-selects {
  width: 304px;
  height: 166px;
  margin: 0 auto;
}
.dialog.dialog-bind .dialog-body .form-select {
  display: block;
  width: 304px;
  height: 56px;
  line-height: 56px;
  padding: 0 10px 0 50px;
  font-size: 24px;
  color: #e3e3e3;
  text-align: center;
  box-sizing: border-box;
  border: #f6200d solid 1px;
  background: #1e1e1e url("https://game.gtimg.cn/images/mdnf/cp/a20251119back/pc/select-arrow.png") no-repeat 10px 16px/38px
    32px;
  margin-top: 30px;
  position: relative;
  appearance: none;
}
.dialog.dialog-bind .dialog-body .form-select:first-child {
  margin-top: 0;
}
.dialog.dialog-bind .dialog-body .bind-agree {
  width: 510px;
  height: 48px;
  margin: 0 auto 24px;
  padding-left: 20px;
}
.dialog.dialog-bind input[type="radio"]:checked + .radio-agree {
  background-position: 0 -60px;
}
.dialog.dialog-bind .radio-agree {
  display: block;
  height: 48px;
  background: url("https://game.gtimg.cn/images/mdnf/cp/a20251119back/pc/dialog-checkbox.png") no-repeat 0 0/34px 100px;
  border-radius: 0;
  padding: 4px 0 0 38px;
  font-size: 18px;
  color: #898888;
  line-height: 22px;
}
.dialog.dialog-bind .btn-confirm {
  display: block;
  width: 240px;
  height: 90px;
  margin: 0 auto;
  background: url("https://game.gtimg.cn/images/mdnf/cp/a20251119back/pc/btn-dialog-confirm.png") no-repeat 0 0/100% 100%;
}