.btn-go {
  display: block;
  width: 100%;
  height: 72px;
  background: url(../images/btn_go.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
}

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

.btn-go.sm {
  width: 100%;
  height: 60px;
}

.btn-go.disabled {
  background-image: url(../images/btn_go_dis.png);
  cursor: not-allowed;
}

.btn-go.disabled:hover {
  background-image: url(../images/btn_go_dis.png);
}

.btn-go.qrcode {
  background-image: url(../images/btn_qrcode.png);
}

.btn-go.qrcode:hover {
  background-image: url(../images/btn_qrcode.png);
}

.btn-receive {
  display: block;
  width: 156px;
  height: 41px;
  background: url(../images/btn_lq2.png) center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

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

.btn-receive.disabled {
  background-image: url(../images/btn_lq_disabled.png);
}

.btn-receive.disabled:hover {
  background-image: url(../images/btn_lq_disabled.png);
}

.btn-receive.sm {
  width: 136px;
  background-image: url(../images/btn_lq.png);
}

.btn-receive.sm:hover {
  background-image: url(../images/btn_lq_hov.png);
}

.btn-receive.sm.disabled {
  background-image: url(../images/btn_todo.png);
}

.btn-receive.sm.disabled:hover {
  background-image: url(../images/btn_todo.png);
}

.btn-receive.sm.done {
  background-image: url(../images/btn_done.png);
}

.btn-receive.sm.done:hover {
  background-image: url(../images/btn_done.png);
}

.btn-recall {
  display: block;
  width: 156px;
  height: 50px;
  background: url(../images/btn_lq3.png) center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.btn-recall.disabled {
  background: url(../images/btn_lq3_disabled.png);
}

.btn-recall.disabled:hover {
  background: url(../images/btn_lq3_disabled.png);
}

.btn-recall.sm {
  width: 88px;
  height: 35px;
  background-image: url(../images/btn_lq4.png);
}

.btn-dialog {
  display: block;
  width: 212px;
  height: 54px;
  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: 223px;
  height: 77px;
  background: url(../images/dialog/dialog_submit_btn.png) center center no-repeat;
}

.btn-copy {
  display: block;
  width: 149px;
  height: 48px;
  background: url(../images/btn_copy.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
}

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

.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: 1007px;
  background-size: cover;
  padding: 0 41px;
  position: relative;
}

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

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

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

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

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

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

.page-header .header-menus .btn-contact {
  transform: translateX(-14px);
}

.page-header .header-menus .link-official {
  transform: translateX(-28px);
}

.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: 938px;
  height: 525px;
  background: url(../images/dialog/dialog_main.png) left top no-repeat;
  background-size: 100% auto;
  position: relative;
  box-sizing: border-box;
  padding-top: 77px;
  padding-bottom: 109px;
}

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

.dialog .dialog-main.record .tips {
  margin-top: 20px;
}

.dialog .dialog-main.form {
  padding-bottom: 70px;
}

.dialog .dialog-main.address {
  width: 938px;
  height: 607px;
  background-image: url(../images/dialog/dialog_address_bg.png);
  padding-bottom: 80px;
}

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

.dialog .dialog-main.main-gift-wrapper.yueyue {
  padding-top: 82px;
  padding-bottom: 70px;
}

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

.dialog .dialog-main.main-gift-wrapper.bigsize .dialog-main-gift {
  height: 416px;
}

.dialog .dialog-main.main-gift-wrapper .ain-gift {
  text-align: center;
  width: 300px !important;
  margin: 0 auto;
}

.dialog .dialog-main.main-gift-wrapper .ain-gift img {
  width: 300px !important;
}

.dialog .dialog-main.main-gift-wrapper .ain-gift .tips {
  font-size: 16px;
  color: #fbf0dc;
}

.dialog .dialog-main.main-gift-wrapper .dialog-main-gift {
  padding: 10px 0;
}

.dialog .dialog-main.main-gift-wrapper .dialog-main-gift div {
  width: 160px;
  position: relative;
  margin-right: 60px;
  margin-bottom: 10px;
}

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

.dialog .dialog-main.main-gift-wrapper .dialog-main-gift div .gift-container {
  height: 160px;
  background-image: url(../images/dialog/giftBg.png);
  background-size: 100% 100%;
  position: relative;
}

.dialog .dialog-main.main-gift-wrapper .dialog-main-gift div .gift-container img {
  width: 160px;
  height: 160px;
}

.dialog .dialog-main.main-gift-wrapper .dialog-main-gift div p {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #f0f9ff;
  text-align: center;
  white-space: nowrap;
}

.dialog .dialog-main .dialog-close {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -20px;
  right: -18px;
  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-record-list {
  width: 100%;
  height: 265px;
}

.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: #ddc8c3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog .dialog-main .dialog-record-list .record-list-wrap {
  width: 636px;
  height: 265px;
  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: 606px;
}

.dialog .dialog-main .dialog-record-list ul li {
  font-size: 14px;
  color: #f0f9ff;
  width: 606px;
  height: 53px;
  background-image: url(../images/dialog/bg_border.png);
  background-repeat: no-repeat;
}

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

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

.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: #f0f9ff;
  margin-bottom: 10px;
}

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

.dialog .dialog-main .dialog-record-footer .dialog-btn-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.dialog .dialog-main .dialog-form {
  overflow: hidden;
  font-family: Microsoft YaHei;
  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: 10px;
}

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

.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: #7ff0ff;
  font-size: 22px;
}

.dialog .dialog-main .dialog-form-item .aiPhone {
  border: none;
  padding-left: 56px;
  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: 56px;
  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: #81878e;
  padding: 0 10px;
}

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

.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: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  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;
}

.dialog .dialog-main .dialog-gift {
  width: 100%;
  padding: 30px 0;
}

.dialog .dialog-main .dialog-gift div {
  height: 156px;
  width: 157px;
  overflow: hidden;
  flex: 0 0 157px;
  background: url(../images/dialog/gift_bg.png) center top no-repeat;
  background-size: 100% 100%;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7px;
}

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

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

::-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;
}
