#deposit-box{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: none;
  background: rgb(0, 0, 0, 0.2);
}

#deposit-box .deposit-loading{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#deposit-box .deposit-loading-icon{
  width: 38px;
  height: 38px;
  opacity: 1;
  animation: deposit-loading-rotate 2s linear infinite;
}

#deposit-box .deposit-modal{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
  width: 280px;
  height: 256px;
  border-radius: 12px;
  background: #FFFFFF;
  flex-direction: column;
  align-items: center;
}

#deposit-box .deposit-modal img{
  width: 64px;
  height: 64px;
  margin-top: 58px;
}

#deposit-box .deposit-modal li{
  margin-top: 8px;
  line-height: 15px;
  font-size: 15px;
  font-weight: 500;
}

#deposit-box .deposit-modal .deposit-modal-btn{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #f1f1f1;
  line-height: 46px;
  height: 46px;
  font-size: 17px;
  color: #FF6300;
  font-weight: 500;
  text-align: center;
}

#deposit-box .deposit-modal .deposit-modal-btn:active{
  opacity: 0.6;
}


#modal-del-tip-box{
  z-index: 9999;
}

#modal-del-tip-box{
  z-index: 9999;
}
.modal-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 296px;
  min-height: 138px;
  border-radius: 12px;
  background: #FFFFFF;
  box-sizing: border-box;
}
.modal-message{
  padding: 32px 24px;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
}
.modal-btn-box{
  display: flex;
  align-items: center;
}
.modal-btn-cancel{
  width: 50%;
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  color: #666666;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #EEEEEE;
}
.modal-btn-cancel:active{
  opacity: 0.6;
}
.modal-btn-confirm{
  height: 54px;
  line-height: 54px;
  width: 50%;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #FF6300;
}
.modal-btn-confirm:active{
  opacity: 0.6;
}

.price-wallet {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 20px;
  justify-content: space-between;
}

.price-title {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333333;
}

.price-title-icon {
  margin-right: 2px;
  width: 12px;
  height: 12px;
}

.price-num {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.price-box{
  width: 100%;
}

.price-list{
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  margin-bottom: 30px;
  /* justify-content: center; */
}

.price-item{
  margin: 12px 6px 0;
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background: #FFE57D;
  border: 2px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.price-item:active{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #FFE57D;
}

.price-icon{
  width: 36px;
  height: 36px;
}

.price-money-num{
  color: #3D3D3D;
  font-size: 13px;
  line-height: 19px;
  margin-right: 4px;
}

/* 帮助或隐私政策 */
.dialog-wapper {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3002;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

.dialog-wapper .wrapper {
  padding: 30px 20px;
  padding-bottom: 0;
  letter-spacing: 1px;
  height: auto;
}

.dialog-wapper .register-foot {
  height: 43px;
  line-height: 30px;
  font-size: 15px;
  display: flex;
}

.dialog-wapper .register-foot .foot-left {
  color: #C3C3C3;
}

.dialog-wapper .register-foot .foot-right {
  color: #FF9B00;
}

.box-content {
  width: 100%;
  height: 296px;
  overflow-y: scroll;
  /* -webkit-overflow-scrolling: touch; */
  /* border: 0.5px solid #DFDFDF; */
  background: #F5F8FA;
  border-radius: 12px;
  margin-top: 8px;
  margin-bottom: 19px;
}

.question-wapper .box-content {
  height: 349px;
  max-height: none;
}

.question-wapper .box-close {
  top: 5px;
}

#content_content {
  width: 100%;
}

/* 扫码支付页面 */
/* 弹窗遮罩层 */
.sm-pay-baby-wrap {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(000, 000, 000, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}

.levitate_box {
  display: none;
}

/* loding */
.pay-center {
  position: absolute;
  z-index: 11000;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.pay-center img {
  width: 64px;
  height: 64px;
}

.pay-loading {
  display: none;
}

/* 支付弹窗 */
.weixin-pay {
  display: none;
  width: 266px;
  height: 365px;
  background: white;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%) scale(0.8);
  /*display: flex;*/
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 10px;
  border-radius: 1%;
}

/* 支付弹窗关闭按钮 */
.weixin-pay-close {
  position: absolute;
  z-index: 10000;
  right: 0;
  top: -49px;
}

.weixin-pay-close img {
  width: 35px;
  height: 50px;
}

/* 支付弹窗二维码 */
.weixin-pay-ma {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 1%;
}

.weixin-pay-ma img {
  width: 218px;
  height: 218px;
}

/* 扫描提示 */
.weixin-pay-text {
  width: 100%;
  overflow-wrap: break-word;
}

.weixin-pay-text p {
  color: #e8485e;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

/*  适度消费友好提示 */
.weixin-pay-p {
  width: 100%;
  overflow-wrap: break-word;
}

.weixin-pay-p p {
  color: #999999;
  font-size: 14px;
}

/* 支付宝支付页面 */
.alipay-pay {
  display: none;
  width: 276px;
  height: 409px;
  background: white;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  /*display: flex;*/
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  border-radius: 1%;
}

/*关闭按钮 */
.alipay-pay-close {
  position: absolute;
  z-index: 10000;
  right: 0;
  top: -12%;
}

.alipay-pay-close img {
  width: 35px;
  height: 50px;
}

/* 支付提示 */
.alipay-pay-text {
  width: 206px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

.pay-text-title {
  width: 100%;
  font-size: 22px;
  color: #333333;
  padding: 5px;
}

.pay-text-price {
  width: 100%;
  font-size: 22px;
  color: #e8485e;
  font-weight: 600;
  padding: 5px;
}

/* 支付二维码框 */
.alipay-pay-ma {
  width: 206px;
  height: 256px;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

.pay-ma-img {
  margin-top: 20px;
  width: 180px;
  height: 180px;
}

.pay-ma-img img {
  width: 100%;
  height: 100%;
}

.alipay-pay-ma-text {
  width: 180px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
}

.pay-ma-text-left img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.pay-ma-text-right p {
  font-size: 12px;
  color: #666666;
}

/* 支付宝下载提示 */
.paybaby-download a {
  color: #108ee9;
  font-size: 14px;
}

/* 刷新二维码 */
.break-nav,
.success-nav {
  width: 330px;
  height: 210px;
  display: none;
  background: white;
  position: absolute;
  z-index: 10010;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  /*display: flex;*/
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  border-radius: 1%;
  padding: 20px;
}

.break-nav-close {
  position: absolute;
  z-index: 10010;
  right: 0;
  top: -20%;
}

.break-nav-close img {
  width: 35px;
  height: 50px;
}

.nav-content-img {
  width: 260px;
  height: 130px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

.nav-content-img img {
  width: 64px;
  height: 64px;
}

.nav-content-img p {
  color: #333333;
  font-size: 20px;
}

.nav-content-span {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nav-content-span span {
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgb(237, 115, 32);
  border-radius: 2%;
  color: #ffffff;
  font-size: 22px;
  margin-top: 20px;
}

.pay-dialog-on {
  display: flex;
}

/* 支付中弹窗 */
.pay {
  width: 128px;
  height: 116px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -58px;
  background: rgba(0,0,0,.5);
  border-radius: 8px;
  z-index: 1001;
}

.pay em {
  width: 76px;
  display: block;
  margin: 20px auto 0;
}

.ball-beat {
  width: 30px;
  height: 10px;
  margin: 10px auto 0;
}

.ball-beat span {
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin: 2px;
  text-align: center;
  float: left;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-beat 3s infinite linear;
  animation: ball-beat 3s infinite linear;
}

.ball-beat span:nth-child(2n-1) {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.ball-beat span:last-child {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

@-webkit-keyframes ball-beat {
  50% {
  opacity: .2
}

100% {
  opacity: 1
}

}

@keyframes ball-beat {
  50% {
  opacity: .2
}

100% {
  opacity: 1
}

}

/* 支付弹框 */
.pay_box {
  width: 285px;
  min-height: 308px;
  /* background: #f7f7f7; */
  background: #f5f8fa;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  /* margin-top:-115px;
    margin-left:-150px; */
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.pay_title {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #fff;
  text-align: center;
  font-size: 17px;
  color: #333;
}

.pay_title em {
  width: 21px;
  height: 21px;
  display: block;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.pay_title em:active{
  opacity: 0.6;
}

.pay_title em img {
  vertical-align: top;
}

.pay_box h1 {
  line-height: 16px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
  padding: 14px 0;
}

.pay_box .game_name {
  display: none;
}

.pay_box h2 {
  line-height: 26px;
  font-size: 26px;
  color: #FF4626;
  font-weight: normal;
  text-align: center;
  padding-bottom: 24px;
  padding-top: 24px;
}

.pay_box h3 {
  line-height: 30px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  margin: 0 10px;
  border-top: 1px solid #e1e1e1;
  text-align: center;
}

.pay_way {
/*  margin: 0 0 0;
  border-radius: 4px;
  overflow: hidden; */
  background: #fff;
  display: flex;
  flex-direction: column;
}

.pay_way a {
  /* margin-left: 10px;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 30px 10px 50px;
  display: block;
  overflow: hidden; */
  display: flex;
  width: 285px;
  box-sizing: border-box;
  align-items: center;
  flex-wrap: nowrap;
  height: 62px;
  position: relative;
}

.pay_way a:active{
  opacity: 0.6;
}

.pay_way a:not(:last-child)::before {
  content: ""; 
  position: absolute;
  bottom: 0;
  left: 17px;
  right: 17px;
  height: 1px;
  background-color: #f1f1f1;
}

.pay_way em {
  width: 33px;
  display: block;
  float: left;
  margin-left: 16px;
  margin-right: 8px;
}

.pay_way span {
  width: 20px;
  margin-left: auto;
  margin-right: 12px;
}

.pay_way_text h4 {
  font-size: 13px;
  line-height: 19px;
  color: #3D3D3D;
  font-weight: normal;
}

.pay_way_text h4 b {
  font-weight: normal;
  font-size: 12px;
  color: #666;
}

.pay_way_text p {
  line-height: 16px;
  font-size: 11px;
  color: #999;
  padding-top: 2px;
}

/* 微信支付h5弹窗 */
.wechat_pay {
  background: #fff;
  border-radius: 10px;
  width: 280px;
  height: 240px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -140px;
  box-sizing: border-box;
  overflow: hidden;
}

.wechat_pay h2 {
  background: #ffda44;
  text-align: center;
  font-size: 18px;
  line-height: 52px;
  height: 42px;
  position: relative;
}

.wechat_pay h2 em {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -6px;
  right: 14px;
}

.wechat_pay p {
  text-align: center;
  margin: 24px 0;
  color: #333;
  font-size: 14px;
}

.wechat_pay a {
  display: block;
  width: 76%;
  height: 40px;
  margin: 14px auto;
  color: #fff;
  background: #2db936;
  border-radius: 20px;
  box-sizing: border-box;
  padding-left: 46px;
}

.wechat_pay a.pay_finish {
  background: #fff;
  border: 1px solid #2db936;
  color: #2db936;
  padding-left: 66px;
}

/* 钱包支付 */
.wallet-pay-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wallet-pay {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  width: 200px;
}

.wallet-pay .img {
  position: absolute;
  top: 5px;
  right: 7px;
  display: block;
}

.wallet-pay .img img {
  padding: 10px;
  width: 11px;
  height: 11px;
}

.wallet-pay .taost {
  padding-top: 10px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.wallet-pay .content {
  color: #333333;
  font-size: 30px;
  padding: 27px 0;
}

.wallet-pay .content span {
  font-weight: bold;
}

.wallet-pay .button {
  width: 200px;
  display: flex;
}

.wallet-pay .button .item {
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6300;
}

/* 微信二维码支付 */
.popup_back {
  width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -150px;
  background: #fff;
  border-radius: 10px;
}

.popup_back h1 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
  position: relative;
  padding: 16px 0 16px;
}

.popup_back h1.guanzhu_tit {
  padding: 24px 0 0;
}

.popup_back h1 span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
}

.popup_back h1 span img {
  width: 12px;
  height: 12px;
  margin: 8px auto;
  vertical-align: middle;
}

.kefu_ewm_img em {
  width: 180px;
  display: block;
  margin: 14px auto;
}

.kefu_ewm_img span {
  font-size: 14px;
  color: #333;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}

/* 支付失败弹框 */
.receive_success {
  width: 280px;
  height: 200px;
  background: #fff;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  margin-top: -100px;
}

.receive_success h1 {
  height: 46px;
  line-height: 46px;
  background: #fff;
  font-size: 18px;
  color: #000;
  text-align: center;
  font-weight: normal;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.receive_success em.close,
.popup_box_pink em.close {
  text-align: center;
  display: block;
  font-size: 28px;
  color: #fff;
  font-style: normal;
  position: absolute;
  top: 4px;
  right: 6px;
  cursor: pointer;
}

.receive_success em.close {
  color: #333;
}

.close {
  width: 16px;
  height: 16px;
  line-height: 20px;
  padding: 6px;
  position: absolute;
  top: 4px;
  right: 6px;
}

.fail_text_tip {
  line-height: 20px;
  font-size: 14px;
  color: #333;
  padding: 6px 20px 0;
}

.receive_btn {
  height: 40px;
  line-height: 40px;
  margin: 16px 0 0;
  background: #fcd134;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}

.popup_bg .receive_btn {
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.receive_btn a {
  font-size: 14px;
  color: #333;
  display: block;
}

/* 返回按钮弹框 */
.popup_back_con em {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.popup_back_con p {
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 10px 0 10px
}

.youke_exit {
  border: 1px solid #666;
  border-radius: 5px;
  margin-bottom: 15px !important
}

.exit_game {
  width: 110px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #0084ff;
  text-align: center;
  margin: 5px auto 15px
}

.exit_game a {
  font-size: 15px;
  color: #333;
  display: block;
  border: 1px solid #333;
  border-radius: 5px
}

.exit_game_2 {
  width: 100%;
  background: #fcd134;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #0084ff;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}

.exit_game_2 a {
  font-size: 15px;
  color: #111;
  display: block;
  border-radius: 5px
}

.exit_game_two {
  overflow: hidden;
  padding: 15px 20px 12px
}

.exit_game_two a {
  width: 120px;
  height: 38px;
  line-height: 40px;
  display: block;
  background: #fff;
  border: 1px solid #666;
  border-radius: 5px;
  font-size: 15px;
  color: #666;
  text-align: center
}

.exit_game_two a.on {
  background: #0084ff;
  color: #fff
}

/* 遮罩层 */
.mask {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.8);
  z-index: 10;
  display: none;
  cursor: pointer;
}

/* 漂浮盒子 */
.levitate-box {
  width: 84%;
  max-width: 90%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

/* 头部 */
.header-fixed {
  left: 0;
  top: 0;
  background: #fff;
  z-index: 2;
  position: relative;
}

.user-header {
  height: 30px;
  border-bottom: 3px solid #f0eff5;
  padding: 8px 10px;
  position: relative;
}

.header-passport {
  position: relative;
  padding-left: 34px;
  font-size: 14px;
  overflow: hidden;
  height: 30px;
}

.header-passport-avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}

.header-passport-avatar.nologin {
  opacity: 0.5;
}

.header-user {
  font-size: 10px;
  margin-left: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-logout {
  position: absolute;
  right: 3%;
  top: 0;
  font-size: 14px;
  color: #018ffd;
}

.header-name {
  font-size: 12px;
  position: relative;
  margin-right: 10px;
  color: #ff5a00;
}

.header-account {
  color: #ccc;
}

/* 弹窗nav */
.game-popup-nav ul {
  width: 100%;
  height: 76px;
  background: #fff;
  display: inline-block;
  border-bottom: 1px solid #f0eff5;
}

.game-popup-nav ul li {
  width: 50%;
  float: left;
}

.game-popup-nav ul li a {
  width: 40px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.game-popup-nav ul li a em {
  width: 40px;
  height: 40px;
  display: block;
  margin: 10px auto 0;
}

.game-popup-nav ul li a em.icon-gift {
  background: url(../img/ico_03_v2.png) no-repeat;
  background-size: 100% 100%;
}

.game-popup-nav ul li.on a em.icon-gift {
  background: url(../img/ico_03_v2_on.png) no-repeat;
  background-size: 100% 100%;
}

.game-popup-nav ul li a em.icon-kf {
  background: url(../img/ico_07_v2.png) no-repeat;
  background-size: 100% 100%;
}

.game-popup-nav ul li.on a em.icon-kf {
  background: url(../img/ico_07_v2_on.png) no-repeat;
  background-size: 100% 100%;
}

.game-popup-nav ul li a span {
  line-height: 24px;
  font-size: 10px;
  color: #333;
  display: block;
  text-align: center;
  padding-top: 2px;
}

.game-popup-nav ul li.on a span {
  line-height: 24px;
  color: #ff6c64;
  border-bottom: 2px solid #ff6c64;
}

/* 弹层内容 */
.game-popup-con {
  overflow-y: overlay;
}

/* 礼包 */
.title p {
  display: inline-block;
  line-height: 16px;
  padding-top: 10px;
  font-size: 16px;
  color: #333;
}

.title span {
  width: 4px;
  height: 20px;
  background: #ff5a00;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.game-bulletin-text p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding-left: 20px;
}

.game-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  flex-direction: column;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.game-center span {
  font-size: 14px;
  color: #ccc;
}

/* 客服 */
.kefu-internol-box {
  position: relative;
  background: #fff;
  padding: 10px 0;
}

.kefu-internol-text {
  padding-left: 54px;
}

.kefu-internol-text p {
  font-size: 14px;
  color: #333;
  line-height: 34px;
}

.kefu-internol-box ul {
  position: absolute;
  top: 2px;
  left: 20px;
  z-index: 2;
}

.kefu-internol-box ul li {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  background: #ff5a00;
  font-size: 12px;
  color: #fff;
  margin-top: 14px;
}

.kefu-internol-box ul::before {
  width: 10px;
  height: 80px;
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  border-right: 1px solid #ff5a00;
  z-index: -1;
}

.kefu-img p {
  width: 180px;
  display: block;
  margin: 14px auto;
}

.kefu-img span {
  font-size: 12px;
  color: #9e9e9e;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}

/* 侧边按钮 */
.game-popup-btn a {
  width: 22px;
  height: 60px;
  position: absolute;
  right: -22px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.game-popup-btn a.back-btn {
  background: #ff6c64;
  color: #fff;
  top: 45%;
}

.game-popup-btn a.back-btn img {
  width: 6px;
  display: block;
  margin: 6px auto 0;
}

.game-popup-btn a.refresh-btn {
  background: #fff;
  color: #ff6c64;
  top: 62%;
}

.game-popup-btn a.refresh-btn img {
  width: 10px;
  display: block;
  margin: 6px auto 0;
}

/* 按钮 */
.icon-mean {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  right: -20px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.icon-mean img {
  border-radius: 50%;
}

.youke_ico {
  width: 25px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  border-radius: 13px;
  font-size: 9px;
  color: #fff;
  font-weight: normal;
  display: block;
  font-style: normal;
  background: #1f9cd3;
  position: absolute;
  top: -5px;
  left: -5px;
  transform: rotate(-30deg);
}

.popup_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  background: rgba(0,0,0,0.65) none repeat scroll 0% 0%;
  display: none;
}

.ios_popup_bg {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

/* 手机注册 */
#mobile-reg {
  padding-bottom: 0px;
}

/* 20240828 */
#login-dialog .wrapper {
  width: 320px !important; 
  height: 323px !important;
  padding: 0 24px !important;
  background: #fff !important;
  border-radius: 12px !important;
}

#login-dialog .mobile-reg-head {
  height: 56px !important;
  margin-bottom: 7px;
  line-height: 56px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}

#login-dialog .mobile-reg-head .head-left-icon{
  position: absolute;
  top: 0;
  left: -28px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#login-dialog .mobile-reg-head .head-left-icon :active{
  opacity: 0.6;
}
#login-dialog .mobile-reg-head .head-left-icon img {
  width: 24px;
  height: 24px;
}

#login-dialog .mobile-reg-head .head-right-icon{
  display: none !important;
  position: absolute;
  top: 0;
  right: -28px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#login-dialog .mobile-reg-head .head-right-icon :active{
  opacity: 0.6;
}

#login-dialog .mobile-reg-head .head-right-icon img {
  width: 24px;
  height: 24px;
}

#login-dialog .mobile-reg-container{
  width: 272px;
}

#login-dialog .mobile-reg-input-box{
  margin-bottom: 12px !important;
  height: 44px !important;
  border-color: unset !important;
  border-radius: 12px;
  background: #F5F8FA;
  letter-spacing: 0.5px !important;
  display: flex;
  align-items: center;
}

#login-dialog .mobile-reg-input-value{
  height: 44px !important;
  line-height: 44px;
  color: #333333;
  border-radius: 12px;
  border-color: unset !important;
  background: #F5F8FA;
  padding-left: 16px !important;
  border-color: #fff !important;
  width: 100%;
  font-size: 14px;
      border: unset !important;
      /* border-radius: 4px; */
  box-sizing: border-box;
}

#login-dialog .mobile-reg-input-value:focus{
  outline-color: #F5F8FA !important;
  outline-width: 0px !important;
}
#login-dialog .mobile-reg-input-value:active{
  border-width: 0px !important;
  border-color: #F5F8FA !important;
  outline-color: #F5F8FA !important;
  outline-width: 0px !important;
}

#login-dialog .mobile-reg-get-code{
  position: relative;
  width: 102px;
  height: 44px;
  color: #333333;
  font-size: 14px !important;
  text-align: center;
  background: unset;
  flex-shrink: 0;
  text-align: center;
  text-decoration: unset !important;
}

#mobile-reg-next.ban{
  color: #bbbdbe !important;
}

#login-dialog .mobile-reg-get-code::before{
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background-color: #D8D8D8;
}

#mobile-reg-login-btn{
  padding:unset !important;
  width: 100%;
  text-align: center;
  color: #fff !important;
  font-size: 15px;
  line-height: 44px;
  height: 44px !important;
  border-radius: 12px;
  background: linear-gradient(101deg, #FD7A1C 5%, #FF6300 87%);
}
#login_btn:disabled,
#mobile-reg-login-btn:disabled{
  border-radius: 12px;
  background: linear-gradient(101deg, #ffd4b7 5%, #ffd4b7 87%);
  color: #fff !important;
}

.server.wrapper{
  padding: 20px 24px !important;
  width: 320px;
  height: 450px;
  box-sizing: border-box;
}


#mobile-return {
  /*display: none;*/
}

#mobile-reg .wrapper-head{
  height: 20px;
}

#register .wrapper-head {
  height: 42px !important;
}

#register .head-right-icon {
  top: 10px !important;
  width: auto;
  font-size: 10px;
  color: #666666;
}

#register.wrapper{
  width: 320px !important;
  height: 227px !important;
  background: url("../img/wrapper-register-bg.png")no-repeat center !important;
  border-radius: 12px !important;
}

#register-middle-container{
  width: 262px !important;
}

#reg_btn{
  border-radius: 12px;
  background: linear-gradient(101deg, #FD7A1C 5%, #FF6300 87%);
}

#mobile-reg .mobile-reg-input {
  margin-top: 0px;
}

.mobile-reg-input {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 16px;
  /* 16 */
  position: relative;
}

.mobile-reg-input input {
  padding-left: 44px;
  /* 44 */
}

.mobile-reg-input span {
  font-size: 14px;
  /* 14 */
  color: #595A5C;
  position: absolute;
  top: 32%;
  left: 4%;
}

.mobile-reg-btn {
  margin-bottom: 8px;
  /* 8 */
}


.agreement {
  margin-top: 4px;
  font-size: 13px;
  /* 12 */
  color: #666666;
  display: inline-block;
  margin-bottom: 20px;
}

.agreement a {
  color: #FF6300;
  text-decoration: none;
  cursor: pointer;
}

.agreement a:active{
  opacity: 0.6;
}

.agreement input[type='checkbox'] {
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-appearance: none;
  border: 1px solid #FF6300;
  border-radius: 6px;
  outline: none;
  vertical-align: middle;
  margin-top: -2px;
}

.agreement input[type=checkbox]:checked {
  background: url("../img/checked-icon.png")no-repeat center;
  background-size: 12px 12px;
}

#confirm-box {
  z-index: 9999;
}

#confirm-box .wrapper {
  padding: 32px 24px 0px !important;
  font-size: 15px;
  width: 296px !important;
  min-height: 138px !important;
}

#confirm-box .middle-container{
  width: 100% !important;
  text-align: center !important;
  margin-top: 0;
  margin-bottom: 0;
}

#confirm-box .agreement {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-bottom: 32px;
  width: 100%;
}

#confirm-box .split.pa {
  bottom: 43px;
}
#login-dialog .register-foot,
#login .register-foot{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 13px;
}

.register-foot {
  width: 100%;
  margin-top: 8px;
  /* 8 */
  font-size: 12px;
  /* 14 */
}

#login-dialog .register-foot {
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -9px;
  margin-bottom: 20px;
  letter-spacing: 0px !important;
}

#confirm-box .register-foot {
  height: 38px;
  line-height: 38px;
  color: #C3C3C3;
  font-size: 15px;
}

#confirm-box .register-foot .split {
  height: 22px;
}

#login-dialog .register-foot .foot-left,
#login-dialog .register-foot .foot-right {
  width: 50%;
}

#login-dialog .login-help-box{
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#login-dialog .login-help-box:active{
  opacity: 0.6;
}
#login-dialog .login-help-box .login-help-icon{
  width: 40px;
  height: 40px;
}

.foot-left {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.foot-left:active{
  opacity: 0.6;
}
.foot-right:active{
  opacity: 0.6;
}

.foot-left a {
  color: #595A5C;
}

.split {
  display: inline-block;
  height: 30px;
  width: 1px;
  background: #F0F0F0;
  border: none;
}

.split.pa {
  height: 1px;
  width: 100%;
  border: none;
  position: absolute;
  left: 0;
  bottom: 50px;
  border-top: 0.5px solid #F0F0F0;
  background: none;
}

.foot-right {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.foot-right a {
  color: #595A5C;
}

.register-link {
  display: inline-block;
}

.register-link:active{
  opacity: 0.6;
}

.login-link {
  display: inline-block;
}

.register img {
  display: inline-block;
  width: 32px;
  /* 34 */
  height: 32px;
  vertical-align: middle;
  margin-right: 2px;
}

.login img {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 2px;
}

/* 发送验证码 */
.sendCode-txt {
  /*margin-top:10px;*/
}

.sended {
  margin-top: 10px;
  /* 10  */
  color: #59595B;
  font-size: 11px;
}

.sended #val-phone {
  color: #59595B;
}

.count {
  display: inline-block;
  color: #59595B;
  font-size: 11px;
  text-align: right;
  background: #fff;
  box-sizing: border-box;
  padding: 0;
  border: none;
  outline: none;
}

.resend {
  display: inline-block;
  color: #00A7FF;
  font-size: 11px;
  text-align: right;
  box-sizing: border-box;
  padding: 0;
  text-decoration: underline;
}

.val-box {
  display: inline-block;
  height: 52px;
  /* 52 */
  width: 100%;
  margin: 30px 0 12px 0;
  /* 30 12 */
  text-align: center;
  position: relative;
  background: #FFFFFF;
  -webkit-tap-highlight-color: transparent;
  margin-top: 18px;
  margin-bottom: 10px;
  height: auto;
}

.val-box input {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 1%;
  margin-left: -100%;
  opacity: 0;
  z-index: -999;
  outline: none;
}

.val-box div[name='val-item'] {
  border: 0.5px #cccccc solid;
  border-radius: 2px;
  margin: 0px 2px;
  z-index: 5;
  color: #595A5C;
  text-align: center;
  cursor: text;
  width: 58.5px;
  height: 39px;
  line-height: 39px;
  font-size: 20px;
  margin-right: 16px;
}

#val-box div[name='val-item'] {
  width: 58.5px;
  height: 58.5px;
  line-height: 58.5px;
}

div[name='val-item'].available {
  border-color: #F8853F;
}

/* 一键注册 */
.register-txt {
  text-align: center;
  color: #FF6B08;
  font-size: 12px;
  margin-bottom: 20px;
}

.register-message {
  height: 39px;
  line-height: 39px;
  font-size: 15px;
  color: #595A5C;
  margin-bottom: 10px;
  padding-left: 16px;
  background: #ffffff;
  /* border: 0.5px solid #E0E0E0; */
  letter-spacing: 1.5px;
  border-radius: 12px;
}

.enter-game {
  margin-top: 8px;
}

/* 注册 */
.account-input {
  width: 100%;
  margin: 24px 0 16px 0;
  /* 24 16 */
  position: relative;
}

.account-input input {
  padding-left: 24px;
  /* 24 */
}

.account-btn {
  position: relative;
  animation: gelatine 1s linear 5;
  margin-bottom: 14px;
  /* 24 */
}

.acc-reg {
  /* animation: gelatine 1s linear 5; */
}

/* 已有账号登录 */
.account-select {
  width: 100%;
  margin: 40px 0 16px 0;
  /* 32 26 */
  position: relative;
}

#sel-show span {
  height: 50px;
  padding-left: 50px;
  /* 50 */
  line-height: 50px;
}

.timer-text {
  position: absolute;
  font-size: 12px;
  line-height: 17px;
  height: 17px;
  color: #C3C3C3;
  left: 20px;
  bottom: 12px;
}

#sel-show-icon.right-icon{
  height: 64px !important;
  width: 56px !important;
  top: 0 !important;
  right: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sel-show-icon.right-icon img{
  height: 24px !important;
  width: 24px !important;
}

.sel-option {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 112px;
  overflow: scroll;
  box-sizing: border-box;
  border: 0.5px solid #e9e9e9;
  border-top: none;
  background-color: #fff;
  -webkit-overflow-scrolling: auto !important;
}

#name-option {
  top: 46px;
  border: unset !important;
  background: #F5F8FA !important;
  border-radius: 12px;
}

#name-option .name-item{
  height: 44px;
  border-bottom: 0.5px dashed #d3d3d3;
}

#name-option .sel-del {
  height: 39px !important;
}

#login_btn {
  height: 44px !important;
  margin: 0 !important;
  border-radius: 12px;
  /* margin-bottom: 39px !important; */
  background: linear-gradient(101deg, #FD7A1C 5%, #FF6300 87%);
  border: unset;
}
#mobile-reg-login-btn:active,
#other_btn:active,
#login_btn:active{
  opacity: 0.6;
}

/* 默认显示滚动条 */
/*.sel-option::-webkit-scrollbar {*/
/*    -webkit-appearance: none;*/
/*    width: 2px;*/
/*}*/
/*.sel-option::-webkit-scrollbar-thumb {*/
/*    border-radius: 0.75px;*/
/*    background-color:#8B8C8D;*/
/*}*/
.sel-option::-webkit-scrollbar {
  width: 0px;
  height: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sel-option::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}

.sel-option::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sel-option li {
  width: 100%;
  height: 50px;
  list-style: none;
  box-sizing: border-box;
  border-bottom: 0.5px solid #E0E0E0;
  cursor: default;
  position: relative;
  color: #595A5C;
}

.sel-option li:last-child {
  border-bottom: none;
}

#account-login .sel-option {
  top: 68px;
  max-height: 123px;
  background: #F5F8FA;
  border-radius: 12px;
  border: unset !important;
}

#account-login .sel-option .item {
  border-bottom: 0.5px dashed #d3d3d3;
}

#login.from-mobile-reg{
  border-radius: 12px;
  padding: 0 24px 0 !important;
  width: 320px !important;
  height: 323px !important;
}

#login .login-wrapper-head{
  height: 56px !important;
  margin-bottom: 8px;
  line-height: 56px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}

#login .login-wrapper-head .head-left-icon{
  position: absolute;
  top: 0;
  left: -28px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#login .login-wrapper-head .head-left-icon :active{
  opacity: 0.6;
}
#login .login-wrapper-head .head-left-icon img {
  width: 24px;
  height: 24px;
}

#login .input-value{
  height: 44px !important;
  border-radius: 12px !important;
  border: unset !important;
  background: #F5F8FA;
}

#login .login-input{
  margin-top: 0 !important;
  margin-bottom: 14px;
}

#login .input-value:focus{
  outline-color: #F5F8FA !important;
  outline-width: 0px !important;
}
#login .input-value:active{
  border-width: 0px !important;
  border-color: #F5F8FA !important;
  outline-color: #F5F8FA !important;
  outline-width: 0px !important;
}


#login .sel-option li {
  height: 39px;
}

.item span {
  line-height: 50px;
  padding-left: 50px;
  font-size: 14px;
}

.user-icon {
  display: inline-block;
  width: 30px;
  /* 30 */
  height: 30px;
  position: absolute;
  top: 10px;
  left: 12px;
}

.user-icon img {
  width: 30px;
  height: 30px;
}

.sel-icon {
  display: inline-block;
  width: 30px;
  /* 30 */
  height: 30px;
  position: absolute;
  top: 8px;
  left: 10px;
}

.sel-icon img {
  width: 30px;
  height: 30px;
}

.sel-del {
  width: 56px;
  /* 16 */
  height: 64px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sel-del img {
  width: 24px;
  height: 24px;
}

.other-btn {
  margin-bottom: 16px;
  /* 16 */
}

.other-account {
  text-align: center;
  color: #F8853F;
  font-size: 14px;
  /* 14 */
  cursor: pointer;
}

/* 账号密码登录 */
.name-item span {
  line-height: 40px;
  padding-left: 16px;
  font-size: 14px;
  font-family: Arial;
  letter-spacing: 1.5px;
  position: relative;
}

.login-input {
  width: 100%;
  margin-top: 10px;
  /* 16 */
  position: relative;
}

.login-input input {
  height: 39px;
  padding-left: 16px;
  letter-spacing: 1.5px;
  color: #595A5C;
  /* 16 */
}

.login-btn {
  margin: 10px 0;
  /* 18 */
}

.login-prompt {
  font-size: 11px;
}

.login-prompt #forget {
  color: #C3C3C3;
}

.login-prompt #toreg {
  color: #00A7FF;
}

/* 验证码提示框 */
.send-message {
  width: 120px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: rgba(158,158,158,0.7);
  border-radius: 6px;
  display: none;
  z-index: 3001;
}

/* 帮助页 */
.dialog-box {
  width: 300px;
  height: 400px;
  margin-top: -200px;
  margin-left: -150px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFFFFF;
  border-radius: 4px;
  display: none;
  z-index: 3002;
  overflow-y: auto;
}

.box-head {
  width: 100%;
  background: #FFFFFF;
  text-align: center;
  font-size: 15px;
  color: #59595B;
}

.box-head p{
  height: 23px;
  line-height: 23px;
  font-size: 16px;
  color: #59595B;
}

.box-head-msg {
  margin-top: 12px;
  letter-spacing: 0;
  height: 17px;
  line-height: 17px;
  font-size: 12px !important;
  color: #666666;
  margin-top: 18px;
}

.box-head-msg span {
  color: #FF6300 
}

.box-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.box-close img {
  width: 20px;
  height: 20px;
}

.content-title {
  font-weight: bold;
}

.content-txt {
  text-indent: 2em;
}

/* 手机绑定与身份证绑定 */
#bind-msg .middle-hint {
  font-size: 12px;
  color: #595A5C;
  margin-bottom: 9.5px;
}

#bind-msg .middle-container {
  letter-spacing: 1px;
  padding: 0;
}

#bind-msg .middle-title {
  margin-bottom: 10px;
}

#bind-msg .fillin-identity .middle-title {
  margin-bottom: 19.5px;
}

#bind-msg .register-foot {
  width: 72%;
  border: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 2px;
  position: relative;
  padding-right: 5px;
}

#bind-msg .bind-phone,
#bind-msg .fillin-identity {
  display: none;
  width: 295px;
  max-height: 250px;
  padding: 40px 27.5px;
  padding-bottom: 0px;
}

.bind-phone .mobile-reg-input input,
#mobile-reg .mobile-reg-input input {
  padding-left: 65px;
}

.bind-phone .mobile-reg-input span,
#mobile-reg .mobile-reg-input span {
  height: 100%;
  display: flex;
  color: #595A5C;
  width: 55px;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  border-right: 0.5px solid #E0E0E0;
  left: 0;
  top: 0;
}

#bind-msg .processBar {
  width: 116px;
  font-size: 10px;
  color: #E0E0E0;
  height: 22px;
}

#bind-msg .processBar .text {
  margin: 10px -22px;
  position: absolute;
}

#bind-msg .processBar:last-child {
  width: 0px;
  text-align: right;
}

#bind-msg .processBar:last-child .poetry {
  display: block;
  width: 55px;
  text-align: initial;
}

#bind-msg .processBar .bar {
  background: #E0E0E0;
  height: 1px;
  position: relative;
  width: 100%;
  margin-left: 6px
}

#bind-msg .processBar .bar .bar-line {
  display: block;
  background: #FF6B08;
  height: 1px;
  position: absolute;
  left: 0;
  width: 0%;
}

#bind-msg .code-phone-change,
#bind-msg .code-again {
  text-decoration: underline;
}

#bind-msg .processBar:last-child .bar {
  width: 0;
}

#bind-msg .processBar.b-select .poetry {
  color: #FF6B08;
}

#bind-msg .processBar .bar .c-step {
  position: absolute;
  width: 4.8px;
  height: 4.8px;
  border-radius: 50%;
  background: #e6e0ec;
  left: -7px;
  top: 50%;
  margin-top: -2.5px
}

#bind-msg .processBar.b-select .c-step {
  background: #FF6B08;
}

#bind-msg .main-hide {
  position: absolute;
  top: -9999px;
  left: -9999px
}

/*#bind-msg .processBar.b-select .bar,*/
/*#bind-msg .processBar .bar .c-step.c-select {
	*/
/*    background:#FF6B08;
	*/
/*
}
*/
.fillin-code .val-box,
.fillin-phone .mobile-reg-input {
  margin-top: 30px;
  margin-bottom: 18px;
  height: auto;
}

#bind-msg .middle-hint .color-blue {
  margin-left: 10px;
  letter-spacing: 1px;
}

/*.fillin-code .val-box div[name='val-item'] {
	*/
/*    width:58.5px;
	*/
/*    height:39px;
	*/
/*    line-height:39px;
	*/
/*    font-size:16px;
	*/
/*    margin-right:15px;
	*/
/*
}
*/
.fillin-identity .mobile-reg-input input {
  padding-left: 10px;
}

.fillin-identity .mobile-reg-input {
  margin-top: 10px;
  margin-bottom: 0;
}

.fillin-identity .mobile-reg-btn {
  margin-top: 10px;
}

.btn.ban {
  background: #D8D8D8;
  border-color: #D8D8D8;
}

#bind-msg .mobile-reg-btn {
  outline: none;
  height: 39px;
}

#bind-msg .mobile-reg-input input,
#bind-msg .mobile-reg-input,
#mobile-reg .mobile-reg-input input,
#mobile-reg .mobile-reg-input {
  height: 39px;
  border-color: #C3C3C3;
  letter-spacing: 2px;
}

#login .login-input,
#mobile-reg .mobile-reg-input {
  height: 42px;
  display: flex;
  align-items: center;
}

.fillin-verify {
  margin-bottom: 20px;
  color: #f83f3f;
  font-size: 11px;
}

#login-dialog .fillin-verify {
  margin-top: 4px;
  margin-bottom: 0px;
}

#bind-msg .fillin-verify {
  margin-bottom: 30px;
}

#bind-msg .bind-msg-box {
  width: 350px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  background: #FFFFFF;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  min-height: auto;
  letter-spacing: 1px;
  overflow: hidden;
  height: 326px;
}

.bind-msg-box.rock {
  animation: rock 0.5s 0s ease-in-out;
}

.bind-msg-box-swiper {
  width: 1500px;
  display: flex;
  position: relative;
  transition: all 0.2s;
  left: 0;
}

.code-again-msg,
.again-text {
  color: #595A5C;
}

.code-phone-text {
  font-weight: bold;
}

#bind-msg .wrapper-head {
  height: auto;
}

/* 未成年防沉迷登录提示 */
#anti-msg .anti-box {
  width: 350px;
  height: 245px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  overflow: hidden;
  font-size: 13px;
  color: #5A5A5C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#anti-msg .text-color {
  color:  #FF6B09;
}

#anti-msg .anti-content {
  width: 100%;
  padding: 0 36px;
  flex: 1;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  box-sizing: border-box;
}

#anti-msg .anti-title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
}

#anti-msg .anti-btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  text-align: center;
}

#anti-msg .anti-init {
  display: none;
}

/* 未成年防沉迷下单提示 */
#pay-tip .pay-tip-box {
  width: 350px;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#pay-tip .pay-tip-title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #5a5a5c;
  font-size: 16px;
}

#pay-tip .pay-tip-content {
  padding: 0 36px 25px;
  font-size: 13px;
  color: #5f5f5f;
}

#pay-tip .pay-tip-content span {
  color: #ff6b09;
}

#pay-tip .pay-tip-btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
  font-size: 14px;
  color: #ff6b09;
}

/* 账号信息切换 */
#toast-account {
  border-radius: 12px;
  padding: 12px 16px;
  top: -14%;
  color: #59595B;
  font-size: 12px;
  height: 44px;
  letter-spacing: 1px;
  transform: translateX(-50%);
  animation: fadeOut 5s linear forwards;
  left: 50%;
  z-index: 9999;
  display: none;
  min-height: auto;
}

#toast-account .toast-account-img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: -3px;
}

#toast-account .account-change {
  position: initial;
  display: flex;
  align-items: center;
}

/* 切换账号下拉列表 */
#account-login {
  color: #333333;
  letter-spacing: 1px;
}

#account-login .game-input {
  height: 55px;
  padding-left: 28.5px;
  padding-bottom: 29px;
  padding-bottom: 7px;
}

#account-login .right-icon {
  top: 20%;
}

#account-login .right-icon img {
  width: 16px;
  height: 16px;
}

#account-login .other-btn {
  height: 44px !important;
  font-size: 15px;
  line-height: 44px;
  padding: 0 !important;
  border-radius: 12px !important;
  margin-bottom: 24px;
  background: linear-gradient(101deg, #FD7A1C 5%, #FF6300 87%) !important;
}

#sel-show.game-input{
  padding: 12px 0 12px 20px !important;
  border: unset !important;
  height: 65px;
  border-radius: 12px;
  background: #F5F8FA;
}

#sel-show.game-input span{
  line-height: 20px !important;
  font-size: 14px !important;
  color: #333333;
}

#account-login #sel-show span,
#account-login .item span {
  padding: 0;
  line-height: 20px;
  position: relative;
  font-weight: 400;
  font-family: Arial;
  font-size: 14px;
  letter-spacing: 1.5px;
}

#account-login #sel-show span::before,
#login #name-option .name-item-user::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FF6300;
  /* border: 0.5px solid #DFDFDF; */
  top: 5px;
  left: -10px;
}

#login #name-option .name-item-user::before {
  left: 8px;
}

#login #name-del {
  display: none;
}

#login-dialog #phone-del {
  display: none;
}

#phone-del,
#name-del,
#show-psw,
#name-show-icon{
  position: absolute;
  right: 0;
  top: 0;
  width: 56px !important;
  height: 44px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#phone-del img,
#name-del img,
#show-psw img,
#name-show-icon img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 24px;
  height: 24px;
}

#account-login .item {
  padding-top: 12px;
  padding-left: 20px;
  height: 65px;
}

#account-login .account-select {
  margin: 20px 0 12px 0;
}

#account-login #other-account {
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  color: #FF6300 !important;
  text-align: center;
}

#account-login.wrapper{
  height: 268px !important;
  width: 320px !important;
  border-radius: 12px !important;
  background: #fff;
  padding: 0 24px !important;
  box-sizing: border-box;
}
#register .middle-container,
#login .middle-container,
#mobile-reg .middle-container,
#account-login .middle-container{
  width: 272px ;
}

#account-login-return {
  position: absolute;
  left: -24px;
  top: 0;
  width: 48px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#account-login-return img{
  width: 24px;
  height: 24px;
}

#account-login .account-login-head{
  position: relative;
  height: 57px !important;
  line-height: 57px !important;
  margin-bottom: 7px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

#account-register {
  padding-bottom: 0px;
}

/* loading页 */
#loading-wrapper {
  width: 100%;
  z-index: 999999;
  display: none;
  background: #fff;
}

.loading-content {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50px, -50px);
}

.loading-icon {
  width: 100%;
  height: 100%;
  animation: circling 1.5s linear 0s infinite;
}

.loading-game {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40px, -42px);
  overflow: hidden;
}

.loading-game img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.loading-footer {
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
}

.loading-msg {
  margin-top: 15px;
  font-size: 12px;
  color: #C3C3C3;
}

.loading-game-name {
  text-align: center;
  margin: 10px 0;
  color: #595A5C;
  font-size: 18px;
}

.loading-di {
  width: 100px;
  height: 100px;
  transform: translate(-50px, -50px);
}

.loading-ing {
  height: 10px;
  text-align: center;
}

.loading-ing span {
  display: inline-block;
  width: 10px;
  height: 100%;
  margin-right: 5px;
  border-radius: 50%;
  background: #C3C3C3;
  -webkit-animation: load 1.04s ease infinite;
}

.loading-ing span:nth-child(1) {
  -webkit-animation-delay: 0.13s;
}

.loading-ing span:nth-child(2) {
  -webkit-animation-delay: 0.26s;
}

.loading-ing span:nth-child(3) {
  -webkit-animation-delay: 0.39s;
}

.loading-ing span:nth-child(4) {
  -webkit-animation-delay: 0.52s;
}

.loading-ing span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
}

#back_img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (width: 375px) and (max-height: 667px) {
  #game-frame-div.box {
    box-sizing: border-box;
    padding-bottom: 35px;
  }

}

@media only screen and (width: 414px) and (max-height: 736px) {
  #game-frame-div.box {
    box-sizing: border-box;
    padding-bottom: 35px;
  }

}

@-webkit-keyframes load {
  0%{
  opacity: 1;
}

100% {
  opacity: 0;
}

}


@keyframes deposit-loading-rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes circling {
  from {
  transform: rotate(0deg);
}

to {
  transform: rotate(360deg);
}

}

@keyframes fadeInt {
  0% {
  opacity: 0
}

10% {
  opacity: 1
}

90% {
  opacity: 1;
  transform: translate(-50%,-5%)
}

99% {
  opacity: 0;
  transform: translate(-50%,-5%)
}

100% {
  opacity: 0;
  transform: translate(-50%,55px)
}

}

@keyframes fadeOut {
  0% {
  opacity: 0;
}

20% {
  opacity: 1;
  top: 20px;
}

90% {
  opacity: 1;
  top: 20px;
}

99% {
  opacity: 0;
  top: -14%;
}

100% {
  opacity: 0;
  top: -14%;
}

}

@keyframes rock {
  0%,
  100% {
  transform: translate(-50%, -50%)
}

10%,
30%,
50% {
  transform: translate(-49%, -49%);
}

20%,
40%,
60%,
80% {
  transform: translate(-51%, -51%)
}

70%,
90% {
  transform: translate(-49%, -49%);
}

}

@keyframes gelatine {
  from, to {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

50% {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

60% {
  -webkit-transform: scale(1.1, 0.9);
  transform: scale(1.1, 0.9);
}

75% {
  -webkit-transform: scale(0.95, 1.05);
  transform: scale(0.95, 1.05);
}

from,
to {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

50% {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

60% {
  -webkit-transform: scale(1.1, 0.9);
  transform: scale(1.1, 0.9);
}

75% {
  -webkit-transform: scale(0.95, 1.05);
  transform: scale(0.95, 1.05);
}

}

@-webkit-keyframes gelatine {
  from, to {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

50% {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

60% {
  -webkit-transform: scale(1.1, 0.9);
  transform: scale(1.1, 0.9);
}

75% {
  -webkit-transform: scale(0.95, 1.05);
  transform: scale(0.95, 1.05);
}

from,
to {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

50% {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

60% {
  -webkit-transform: scale(1.1, 0.9);
  transform: scale(1.1, 0.9);
}

75% {
  -webkit-transform: scale(0.95, 1.05);
  transform: scale(0.95, 1.05);
}

}

@media screen and (max-width:320px) and (max-height:568px) {
  #game-frame-div.box {
    box-sizing: border-box;
    padding-bottom: 35px;
  }

  .levitate-box {
    width: 265px;
  }

  #toast-account {
    width: 300px;
  }

  #bind-msg .bind-msg-box {
    transform: translate(-50%, -50%) scale(0.8);
  }

  @keyframes rock {
    0%,
    100% {
    transform: translate(-50%, -50%) scale(0.8);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate(-49%, -49%) scale(0.8);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate(-51%, -51%) scale(0.8);
  }

}

}

@media screen and (max-width:568px) and (max-height:320px) {
  #bind-msg .bind-msg-box {
    transform: translate(-50%, -50%) scale(0.8);
  }

}

@media only screen and (width: 375px) and (min-height: 690px) {
  .header-fix {
    margin-top: 31px;
  }

}

@media screen and (min-width: 768px) and (min-height: 768px) {
  #bind-msg .bind-msg-box {
    transform: translate(-50%, -50%) scale(1.8);
  }

}

@media only screen and (width: 812px) and (height: 375px) {
  .kefu-internol-box {
    margin-left: 20px;
  }

}

@media screen and (orientation:landscape) {
  .levitate-box {
    width: 40%;
  }

  .loading-content {
    top: 20%;
  }

  .dialog-box {
    margin-top: -150px;
    min-height: 300px;
    height: auto;
  }

  .libao-state-box {
    transform: translate(-50%, -50%) scale(0.8);
  }

}

