.btn-dialog {
  display: block;
  width: 278px;
  height: 75px;
  cursor: pointer;
}

.btn-dialog.bind {
  background: url(../images/dialog/dialog_bind_btn.png) center center no-repeat;
  background-size: cover;
}

.btn-dialog.to-game {
  background: url(../images/dialog/btn_enter_game.png);
  background-size: cover;
}

.btn-dialog.record-fill-address {
  background: url(../images/dialog/fill_address_btn.png) center center no-repeat;
}

.btn-dialog.fill-address {
  background: url(../images/dialog/fill_address_btn.png) center center no-repeat;
}

.btn-dialog.address {
  width: 278px;
  height: 75px;
  background: url(../images/dialog/dialog_submit_btn.png) center center no-repeat;
}

.btn-dialog.pre-purchase-1 {
  width: 278px;
  height: 89px;
  background: url(../images/dialog/btn_pre_02.png) center center no-repeat;
}

.btn-dialog.pre-purchase-10 {
  width: 278px;
  height: 89px;
  background: url(../images/dialog/btn_pre_01.png) center center no-repeat;
}

.btn-dialog.pre-giveup {
  width: 278px;
  height: 89px;
  background: url(../images/dialog/btn_pre_03.png) center center no-repeat;
  margin-left: 50px;
}

.btn-integral {
  display: block;
  width: 196px;
  height: 55px;
  background: url(../images/btn_5.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
}

.btn-integral:hover {
  background-image: url(../images/btn_5_hov.png);
}

.btn-integral.integral-10-3 {
  background-image: url(../images/btn_10_3.png);
}

.btn-integral.integral-10-3:hover {
  background-image: url(../images/btn_10_3_hov.png);
}

.btn-integral.integral-10 {
  background-image: url(../images/btn_10.png);
}

.btn-integral.integral-10:hover {
  background-image: url(../images/btn_10_hov.png);
}

.btn-integral.integral-20 {
  background-image: url(../images/btn_20.png);
}

.btn-integral.integral-20:hover {
  background-image: url(../images/btn_20_hov.png);
}

.btn-integral.integral-20-5 {
  background-image: url(../images/btn_20_5.png);
}

.btn-integral.integral-20-5:hover {
  background-image: url(../images/btn_20_5_hov.png);
}

.btn-integral.integral-200 {
  background-image: url(../images/btn_200.png);
}

.btn-integral.integral-200:hover {
  background-image: url(../images/btn_200_hov.png);
}

.btn-integral.integral-300 {
  background-image: url(../images/btn_300.png);
}

.btn-integral.integral-300:hover {
  background-image: url(../images/btn_300_hov.png);
}

.page-header {
  width: 100%;
  background-image: url(../images/bg_header.png);
  height: 920px;
  background-size: cover;
  padding: 0 41px;
  position: relative;
}

.page-header .header-menus {
  overflow: hidden;
  font-size: 18px;
  color: #060606;
  padding: 26px 0;
}

.page-header .header-menus a {
  color: #E03C10;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-header .header-menus p {
  margin-right: 14px;
}

.page-header .header-menus p span {
  color: #e03c10;
}

.page-header .header-menus p a {
  margin: 0;
  color: #e03c10;
}

.page-header .header-menus .btn-my {
  width: 175px;
  height: 49px;
  background-image: url(../images/myGift-bt.png);
}

.page-header .header-menus .btn-my:hover {
  background-image: url(../images/myGift-bt-hov.png);
}

.page-header .header-menus .btn-contact {
  width: 175px;
  height: 49px;
  background-image: url(../images/service-bt.png);
}

.page-header .header-menus .btn-contact:hover {
  background-image: url(../images/service-bt-hov.png);
}

.page-header .header-menus .link-official {
  width: 175px;
  height: 49px;
  background-image: url(../images/website-bt.png);
}

.page-header .header-menus .link-official:hover {
  background-image: url(../images/website-bt-hov.png);
}

.page-header .header-logo {
  padding: 26px 0;
}

.page-header .header-logo img {
  display: block;
  flex: 0 0 auto;
  max-height: 75px;
}

.page-header .header-logo div {
  flex: 0 0 18px;
  height: 18px;
  background: url(../images/icon_close.png) center center no-repeat;
  background-size: contain;
}

.dialog {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}

.dialog .dialog-main {
  width: 957px;
  height: 572px;
  background: url(../images/dialog/dialog_main.png) left top no-repeat;
  background-size: 100% auto;
  position: relative;
  box-sizing: border-box;
  padding-top: 86px;
  padding-bottom: 109px;
}

.dialog .dialog-main.address {
  padding-top: 60px;
}

.dialog .dialog-main.record {
  padding-bottom: 71px;
}

.dialog .dialog-main.form {
  padding-top: 86px;
  padding-bottom: 80px;
}

.dialog .dialog-main.main-gift-wrapper {
  padding-bottom: 65px;
}

.dialog .dialog-main.main-gift-wrapper.midsize {
  padding-top: 65px;
  width: 955px;
  height: 690px;
  background-image: url(../images/dialog/main_dialog_gift_3.png);
  padding-left: 20px;
  padding-right: 20px;
}

.dialog .dialog-main.main-gift-wrapper.bigsize {
  width: 1206px;
  height: 752px;
  background-image: url(../images/dialog/main_dialog_gift_1.png);
  padding-left: 20px;
  padding-right: 20px;
}

.dialog .dialog-main.main-gift-wrapper.preGift {
  width: 1448px;
  height: 752px;
  background-image: url(../images/dialog/main_dialog_gift_2.png);
  padding-left: 20px;
  padding-right: 20px;
}

.dialog .dialog-main.main-gift-wrapper .dialog-main-gift {
  margin-top: 20px;
}

.dialog .dialog-main.main-gift-wrapper .dialog-main-gift .item {
  width: 203px;
  position: relative;
  margin-right: 28px;
  margin-bottom: 26px;
}

.dialog .dialog-main.main-gift-wrapper .dialog-main-gift .item:nth-child(5), .dialog .dialog-main.main-gift-wrapper .dialog-main-gift .item:last-child {
  margin-right: 0;
}

.dialog .dialog-main.main-gift-wrapper .dialog-main-gift .item .gift-container {
  height: 177px;
  background-image: url(../images/dialog/giftBg.png);
  background-size: 100% 100%;
  position: relative;
  padding-top: 15px;
  box-sizing: border-box;
}

.dialog .dialog-main.main-gift-wrapper .dialog-main-gift .item .gift-container img {
  width: 151px;
}

.dialog .dialog-main.main-gift-wrapper .dialog-main-gift .item p {
  width: 100%;
  position: absolute;
  bottom: 14px;
  font-weight: 400;
  font-size: 12px;
  color: #f0f9ff;
  text-align: center;
  white-space: nowrap;
}

.dialog .dialog-main.main-gift-wrapper .pre-dialog-main-gift .item {
  margin-bottom: 18px;
}

.dialog .dialog-main.main-gift-wrapper .pre-dialog-main-gift button {
  width: 169px;
  height: 42px;
  background-image: url(../images/dialog/dialog_one.png);
  background-color: transparent;
  margin-top: 12px;
}

.dialog .dialog-main.main-gift-wrapper .pre-dialog-main-gift .dialog-empty {
  width: 100%;
  min-height: 210px;
  font-size: 18px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog .dialog-main.main-gift-wrapper .tips {
  color: #000000;
}

.dialog .dialog-main .dialog-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 34px;
  right: 39px;
  background: url(../images/dialog/btn_close.png) center center no-repeat;
  background-size: contain;
  z-index: 2;
  cursor: pointer;
}

.dialog .dialog-main .dialog-content {
  width: 100%;
  text-align: center;
}

.dialog .dialog-main .dialog-footer {
  font-size: 14px;
  color: #000000;
  text-align: center;
}

.dialog .dialog-main .dialog-footer .dialog-btn-container {
  display: flex;
  justify-content: center;
}

.dialog .dialog-main .dialog-footer p {
  margin-top: 20px;
}

.dialog .dialog-main .dialog-record-list {
  width: 100%;
}

.dialog .dialog-main .dialog-record-list.isTop {
  padding-top: 24px;
}

.dialog .dialog-main .dialog-record-list > p {
  width: 100%;
  font-size: 16px;
  color: #ddc8c3;
  text-align: center;
  margin-top: 20px;
}

.dialog .dialog-main .dialog-record-list .dialog-empty {
  width: 100%;
  min-height: 210px;
  font-size: 18px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog .dialog-main .dialog-record-list .record-list-wrap {
  width: 636px;
  height: 269px;
  background-image: url(../images/dialog/bg_record.png);
  background-size: 584px 100%;
  background-repeat: no-repeat;
  overflow: auto;
  margin: 0 auto 10px;
}

.dialog .dialog-main .dialog-record-list .record-list-wrap.noData {
  background-image: none;
}

.dialog .dialog-main .dialog-record-list ul {
  width: 584px;
}

.dialog .dialog-main .dialog-record-list ul li {
  font-size: 14px;
  color: #b1d0f7;
  width: 606px;
  height: 53px;
  background-repeat: no-repeat;
}

.dialog .dialog-main .dialog-record-list ul li div {
  width: 172px;
  text-align: center;
}

.dialog .dialog-main .dialog-record-list ul li p {
  text-align: left;
  padding: 0 48px;
}

.dialog .dialog-main .dialog-record-list ul li:last-child {
  border-bottom: none;
}

.dialog .dialog-main .dialog-tips-text {
  margin-top: 60px;
}

.dialog .dialog-main .dialog-tips-text .txtWrap {
  text-align: center;
}

.dialog .dialog-main .dialog-tips-text .txtWrap .txt {
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  margin-bottom: 10px;
}

.dialog .dialog-main .dialog-form {
  overflow: hidden;
  font-family: Microsoft YaHei;
  margin-top: 20px;
}

.dialog .dialog-main .dialog-form.addressForm {
  margin-top: 20px;
}

.dialog .dialog-main .dialog-form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 8px;
}

.dialog .dialog-main .dialog-form-item.bind-item {
  margin-bottom: 17px;
}

.dialog .dialog-main .dialog-form-item:nth-last-child() {
  margin-bottom: 0;
}

.dialog .dialog-main .dialog-form-item label {
  display: block;
  flex: 0 0 335px;
  text-align: right;
  color: #eafdff;
  font-size: 22px;
}

.dialog .dialog-main .dialog-form-item .aiPhone {
  border: none;
  padding-left: 63px;
  background: url(../images/dialog/ai_phone_input_bg.png) center top no-repeat;
  background-size: 100% 100%;
}

.dialog .dialog-main .dialog-form-item .aiCode {
  width: 235px;
  padding-left: 63px;
  border: none;
  background: url(../images/dialog/ai_code_input_bg.png) center top no-repeat;
  background-size: 100% 100%;
}

.dialog .dialog-main .dialog-form-item input {
  width: 389px;
  height: 43px;
  background: url(../images/dialog/bind_input_bg.png) center top no-repeat;
  background-size: 100% 100%;
  outline: none;
  line-height: 43px;
  color: #aeb3b9;
  padding: 0 20px;
}

.dialog .dialog-main .dialog-form-item input::placeholder {
  color: #aeb3b9;
}

.dialog .dialog-main .dialog-form-item .btn-code {
  flex: 0 0 auto;
  margin-left: 14px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 141px;
  background-image: url(../images/dialog/bg_code.png);
  background-color: transparent;
  background-size: 100%;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.dialog .dialog-main .dialog-form-item .btn-code:disabled {
  cursor: not-allowed;
}

.dialog .dialog-main .dialog-form .dialog-form-error {
  font-size: 16px;
  color: #e24823;
  min-height: 24px;
}

::-webkit-scrollbar-track-piece {
  background-color: #45c3f4;
  -webkit-border-radius: 6px;
  border: 1px solid #45c3f4;
}

::-webkit-scrollbar-thumb {
  background-color: none;
  border: 1px solid #45c3f4;
}
