/* 公共样式 */
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div {
  -webkit-tap-highlight-color: transparent;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

html {
  font-size: 0.75rem;
}

body {
  background: #f7f7ef;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 0.35rem;
  position: relative;
  overflow-x: hidden;
}
input {
  text-indent: 0;
  background: transparent;
  border: 0 none;
  resize: none;
  outline: none; /*清除选中效果的默认蓝色边框 */
  -webkit-appearance: none; /*清除浏览器默认的样式 */
  line-height: normal; /*光标问题*/
}
input::-webkit-input-placeholder {
  color: #ababab;
}
input::-moz-placeholder {
  color: #ababab;
}

.hide {
  display: none;
}

a {
  text-decoration: none;
}

/* 空心箭头 */
.myArrow {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  border-top: 0.02rem solid #549e18;
  border-right: 0.02rem solid #549e18;
}

.myArrow.arrow-up {
  transform: rotate(-45deg);
}

.myArrow.arrow-down {
  transform: rotate(135deg) translateY(0.06rem);
}

/* 头部 */
.top {
  position: fixed;
  top: 0;
  left: 0;
  background: #549e18;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  color: #fff;
  z-index: 10;
}

.top .back {
  float: left;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.25rem;
  background: url(../img/sprite.png) no-repeat;
  background-size: 2.9rem 2.04rem;
  cursor: pointer;
}

.top .top-title {
  width: 4rem;
  float: left;
}
.top .title-wrapper {
  display: inline-block;
  line-height: 0.9rem;
  height: 0.9rem;
  white-space: nowrap;
}
.top .icon {
  float: left;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.15rem;
  background: url(../img/sprite.png) no-repeat 35% 0%;
  background-size: 2.9rem 2.04rem;
}
.top .title-name {
  float: left;
  height: 0.9rem;
  line-height: 0.9rem;
}

.top .top-lang {
  position: relative;
  float: right;
  width: 2rem;
  height: 0.6rem;
  margin: 0.1rem 0.1rem 0 0;
  /* top: 0.1rem; right: .1rem; */
  border: 2px solid #f7f7ef;
  border-radius: 2px;
}
.top-lang .language {
  font-size: 0.3rem;
  line-height: 0.6rem;
}
.top-lang .select-arrow {
  position: absolute;
  top: 0rem;
  right: 0.5rem;
}
.top-lang .lang-list {
  display: none;
  position: absolute;
  top: 0.7rem;
  width: 2rem;
  background-color: #549e18;
  border-top: none;
  border-radius: 2px;
}
.lang-list .lang-item {
  color: #f7f7fe;
  font-size: 0.3rem;
}

/* 内容主体 */
.data_body {
  margin: 0.9rem 0.02rem 0.2rem;
  padding: 0.1rem 0.13rem 0rem;
  box-sizing: border-box;
}

.data_body .data_item {
  margin-top: 0.1rem;
  border-radius: 0.1rem;
  background: #fff;
}

/* 用户信息 */
.user-wrap {
  width: 100%;
}

.data_body .header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0.8rem;
  align-items: center;
  padding-left: 0.2rem;
  border-bottom: 1px solid #000;
  position: relative;
}

.data_body .header .title {
  width: 75%;
}

.data_body .header .title > :first-child {
  float: left;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.05rem;
  background: url(../img/sprite.png) no-repeat 0% 48%;
  background-size: 2.9rem 2.04rem;
}

.data_body .header .user-name {
  float: left;
  width: 58%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* background:url(../img/user.png) no-repeat .2rem center; */
}

.data_body .area-wrap .header {
  border: none;
  cursor: pointer;
}

.area-wrap .header .title > .area-icon {
  background-position: 0% 100%;
}

.channel-wrap .header .title > .channel-icon {
  background-position: 34.5% 100%;
}

.area-wrap .header .title > span,
.channel-wrap .header .title > span {
  position: absolute;
  top: 0.18rem;
}

.data_body .header span {
  color: #549e18;
}

.data_body .menu-arrow {
  /* width: 30%; */
  margin-right: 0.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.data_body .menu-arrow span {
  font-size: 0.3rem;
  margin-right: 0.1rem;
  /* padding-right:1rem; */
}

.user-wrap .content {
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0;
}

.user-wrap .content .user-select {
  width: 90%;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0.1rem auto;
  border: 0.02rem solid #549e18;
  border-radius: 0.05rem;
  color: #999;
  cursor: pointer;
}

.user-wrap .user-select .icon {
  float: left;
  width: 0.64rem;
  height: 0.64rem;
  margin: 0.06rem 0.2rem 0.06rem 0.1rem;
  border: 0.02rem solid #549e18;
  border-radius: 50%;
  background: url(../img/sprite.png) no-repeat 34% 40%;
  background-size: 2.9rem 2.04rem;
}
.user-wrap .game-zone .icon {
  background-position: 68% 43%;
}
.user-wrap .game-role .icon {
  background-position: 102% 45%;
}

.user-wrap .user-select .select-arrow {
  float: right;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #549e18;
  border-radius: 0.05rem;
  margin: 0.1rem 0.1rem 0 0;
}

.select-arrow .arrow {
  position: absolute;
  top: 0.2rem;
  left: 0.14rem;
  border-width: 0.16rem;
  border-color: #fff;
  border-style: dashed;
  border-top-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.user-wrap .user-select .center-text {
  float: left;
  font-size: 16px;
  max-width: 4.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 儲值渠道 */
.channel-wrap .content {
  display: flex;
  flex-wrap: wrap;
}

.channel-wrap .content .channel-item {
  width: 25%;
  height: 2.1rem;
  text-align: center;
  padding-bottom: 0.3rem;
  color: #999;
}

.channel-wrap .content .channel-item .icon {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0.3rem auto 0.1rem;
}

.channel-wrap .content .channel-item .imgicon {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0.3rem auto 0.1rem;
}

.channel-wrap .content .channel-item span {
  display: block;
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.3rem;
}

/* 儲值渠道-way1 */
.pay {
  font-size: 0.35rem;
  padding-bottom: 0.2rem;
  position: relative;
}

.pay .pay-form .channel-info {
  height: 1rem;
  /* border:1px solid red; */
}

.pay .pay-form .channel-info .icon {
  float: left;
  height: 100%;
  padding-top: 0.05rem;
  margin-left: 0.2rem;
  /* border:1px solid red; */
}

.pay .pay-form .channel-info .icon .pay-icon {
  width: 1rem;
  height: 1rem;
}
/* mycard */
.channel-wrap .content .channel-item .my-card-wallet,
.pay .pay-form .channel-info .icon .my-card-wallet {
  background: url(../img/icon-sprite.png) no-repeat -2.5rem -1.3rem;
}
.channel-wrap .content .channel-item .my-card-point-card,
.pay .pay-form .channel-info .icon .my-card-point-card {
  background: url(../img/icon-sprite.png) no-repeat -2.5rem -0.1rem;
}
/* .channel-wrap .content .channel-item .pagsmile,
.pay .pay-form .channel-info .icon .pagsmile {
  background: url(../img/icon-sprite.png) no-repeat 100.5% 0;
} */
/* 巴西 */
.channel-wrap .content .channel-item .boleto,
.pay .pay-form .channel-info .icon .boleto {
  background: url(../img/icon-sprite.png) no-repeat -0.1rem -0.1rem;
}
.channel-wrap .content .channel-item .deposito,
.pay .pay-form .channel-info .icon .deposito {
  background: url(../img/icon-sprite.png) no-repeat -1.3rem -0.1rem;
}
.channel-wrap .content .channel-item .pagpor,
.pay .pay-form .channel-info .icon .pagpor {
  background: url(../img/icon-sprite.png) no-repeat -1.3rem -1.3rem;
}
.channel-wrap .content .channel-item .pagna,
.pay .pay-form .channel-info .icon .pagna {
  background: url(../img/icon-sprite.png) no-repeat -0.1rem -1.3rem;
}
/* 亚太 */
.channel-wrap .content .channel-item .razerpin-green,
.pay .pay-form .channel-info .icon .razerpin-green {
  background: url(../img/icon-sprite.png) no-repeat -4.9rem -0.1rem;
}
.channel-wrap .content .channel-item .razerpin-black,
.pay .pay-form .channel-info .icon .razerpin-black {
  background: url(../img/icon-sprite.png) no-repeat -0.1rem -3.7rem;
}
.channel-wrap .content .channel-item .ais-12-call,
.pay .pay-form .channel-info .icon .ais-12-call {
  background: url(../img/icon-sprite.png) no-repeat -3.7rem -2.5rem;
}
.channel-wrap .content .channel-item .true-money,
.pay .pay-form .channel-info .icon .true-money {
  background: url(../img/icon-sprite.png) no-repeat -4.9rem -1.3rem;
}
.channel-wrap .content .channel-item .mpay,
.pay .pay-form .channel-info .icon .mpay {
  background: url(../img/icon-sprite.png) no-repeat -3.7rem -3.7rem;
}
.channel-wrap .content .channel-item .line-pay,
.pay .pay-form .channel-info .icon .line-pay {
  background: url(../img/icon-sprite.png) no-repeat -1.3rem -3.7rem;
}
.channel-wrap .content .channel-item .true-wallet,
.pay .pay-form .channel-info .icon .true-wallet {
  background: url(../img/icon-sprite.png) no-repeat -0.1rem -2.5rem;
}
.channel-wrap .content .channel-item .ais,
.pay .pay-form .channel-info .icon .ais {
  background: url(../img/icon-sprite.png) no-repeat -2.5rem -2.5rem;
}
.channel-wrap .content .channel-item .dtac,
.pay .pay-form .channel-info .icon .dtac {
  background: url(../img/icon-sprite.png) no-repeat -3.7rem -0.1rem;
}
.channel-wrap .content .channel-item .truemove,
.pay .pay-form .channel-info .icon .truemove {
  background: url(../img/icon-sprite.png) no-repeat -3.7rem -1.3rem;
}
/* 新加坡 */
.channel-wrap .content .channel-item .starhub,
.pay .pay-form .channel-info .icon .starhub {
  background: url(../img/icon-sprite.png) no-repeat -4.9rem -4.9rem;
}
.channel-wrap .content .channel-item .singtel,
.pay .pay-form .channel-info .icon .singtel {
  background: url(../img/icon-sprite.png) no-repeat -1.3rem -4.9rem;
}
/* 菲律宾 */
.channel-wrap .content .channel-item .globe,
.pay .pay-form .channel-info .icon .globe {
  background: url(../img/icon-sprite.png) no-repeat -0.1rem -4.9rem;
}
.channel-wrap .content .channel-item .smart,
.pay .pay-form .channel-info .icon .smart {
  background: url(../img/icon-sprite.png) no-repeat -2.5rem -4.9rem;
}
/* 马来西亚 */
.channel-wrap .content .channel-item .celcom,
.pay .pay-form .channel-info .icon .celcom {
  background: url(../img/icon-sprite.png) no-repeat -4.9rem -2.5rem;
}
.channel-wrap .content .channel-item .digi,
.pay .pay-form .channel-info .icon .digi {
  background: url(../img/icon-sprite.png) no-repeat -4.9rem -3.7rem;
}
.channel-wrap .content .channel-item .umobile,
.pay .pay-form .channel-info .icon .umobile {
  background: url(../img/icon-sprite.png) no-repeat -2.5rem -6.1rem;
}
/* 印度尼西亚 */
.channel-wrap .content .channel-item .telkomsel,
.pay .pay-form .channel-info .icon .telkomsel {
  background: url(../img/icon-sprite.png) no-repeat -1.3rem -6.1rem;
}
.channel-wrap .content .channel-item .xl,
.pay .pay-form .channel-info .icon .xl {
  background: url(../img/icon-sprite.png) no-repeat -3.7rem -6.1rem;
}
.channel-wrap .content .channel-item .hutchison3,
.pay .pay-form .channel-info .icon .hutchison3 {
  background: url(../img/icon-sprite.png) no-repeat -0.1rem -6.1rem;
}
.channel-wrap .content .channel-item .smartfen,
.pay .pay-form .channel-info .icon .smartfen {
  background: url(../img/icon-sprite.png) no-repeat -3.7rem -4.9rem;
}
.channel-wrap .content .channel-item .pag-smile-pix,
.pay .pay-form .channel-info .icon .pag-smile-pix {
  background: url(../img/new-pay-icon.png) no-repeat -2.5rem -2.52rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .icon,
.pay .pay-form .channel-info .icon .pay-icon {
  background-size: 6rem 7.2rem;
}

/*
  新加入的支付icon
*/
.channel-wrap .content .channel-item .razer-gold,
.pay .pay-form .channel-info .icon .razer-gold {
  background: url(../img/new-pay-icon.png) no-repeat -0.1rem -0.12rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .fpx,
.pay .pay-form .channel-info .icon .fpx {
  background: url(../img/new-pay-icon.png) no-repeat -1.3rem -0.12rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .maybank2u,
.pay .pay-form .channel-info .icon .maybank2u {
  background: url(../img/new-pay-icon.png) no-repeat -2.5rem -0.12rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .linkaja,
.pay .pay-form .channel-info .icon .linkaja {
  background: url(../img/new-pay-icon.png) no-repeat -3.7rem -0.12rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .singtel-dash,
.pay .pay-form .channel-info .icon .singtel-dash {
  background: url(../img/new-pay-icon.png) no-repeat -4.9rem -0.12rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .gcash,
.pay .pay-form .channel-info .icon .gcash {
  background: url(../img/new-pay-icon.png) no-repeat -0.1rem -1.32rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .ovo,
.pay .pay-form .channel-info .icon .ovo {
  background: url(../img/new-pay-icon.png) no-repeat -1.3rem -1.32rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .dana,
.pay .pay-form .channel-info .icon .dana {
  background: url(../img/new-pay-icon.png) no-repeat -2.5rem -1.32rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .go-pay,
.pay .pay-form .channel-info .icon .go-pay {
  background: url(../img/new-pay-icon.png) no-repeat -3.7rem -1.32rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .qris,
.pay .pay-form .channel-info .icon .qris {
  background: url(../img/new-pay-icon.png) no-repeat -4.9rem -1.32rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .maxis,
.pay .pay-form .channel-info .icon .maxis {
  background: url(../img/new-pay-icon.png) no-repeat -0.1rem -2.52rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .thanh-toan,
.pay .pay-form .channel-info .icon .thanh-toan {
  background: url(../img/new-pay-icon.png) no-repeat -1.3rem -2.52rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .pag-seguro-br,
.pay .pay-form .channel-info .icon .pag-seguro-br {
  background: url(../img/new-pay-icon.png) no-repeat -3.7rem -2.52rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .pag-seguro-pix,
.pay .pay-form .channel-info .icon .pag-seguro-pix {
  background: url(../img/new-pay-icon.png) no-repeat -2.5rem -2.52rem;
  background-size: 6rem 3.6rem !important;
}
.channel-wrap .content .channel-item .pag-seguro-tr,
.pay .pay-form .channel-info .icon .pag-seguro-tr {
  background: url(../img/new-pay-icon.png) no-repeat -3.7rem -2.52rem;
  background-size: 6rem 3.6rem !important;
}

.pay .pay-form .channel-info .name {
  float: left;
  height: 100%;
  line-height: 1rem;
  margin-left: 0.2rem;
  /* border:1px solid red; */
}

.pay .form-item {
  margin-top: 0.2rem;
}

.pay .form-item > input {
  width: 4rem;
  height: 0.8rem;
  padding: 0 0.2rem;
  margin-top: 0.1rem;
  border: 0.02rem solid #549e18;
  border-radius: 0.1rem;
  font-size: 0.3rem;
}
.pay .pay-form .pay-form-item {
  margin-top: 0.2rem;
  width: 100%;
}
.pay .pay-form .pay-form-item .form-item-name {
  float: left;
  margin: 0 0.2rem;
  /*width: 2rem;*/
  height: 0.8rem;
  line-height: 0.8rem;
}
.pay .pay-form .pay-form-item .goods-select {
  /* display: inline-block; */
  float: left;
  position: relative;
  width: 4.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border: 0.02rem solid #549e18;
  border-radius: 0.05rem;
  color: #999;
  padding-left: 0.2rem;
}
.pay .pay-form .pay-form-item .goods-select .selected-goods {
  width: 3.7rem;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pay .select-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #549e18;
  border-radius: 0.05rem;
  margin: 0.1rem 0.1rem 0 0;
}

.confirm-btn {
  width: 4rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0.6rem auto 0.4rem;
  border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #549e18;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.2rem;
}

/* 儲值渠道-way2 */
.pay .form2 .form-item {
  padding-left: 0.2rem;
}

.pay .form2 .tips {
  width: 90%;
  padding: 0.4rem;
  font-size: 0.3rem;
}

/* 底部 */
.foot {
  width: 100%;
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #999;
  text-align: center;
}
.foot a {
  color: #f00;
}
.foot > div {
  display: inline-block;
}
.foot .contact-number {
  /*width:4rem;*/
  /*margin-left:.5rem;*/
  width: 100%;
}

/* 選擇彈框 */
#select-list {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 80%;
  border: 0.03rem solid #549e18;
  border-radius: 0.1rem;
  background-color: #fff;
  height: 7rem;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
#select-list::-webkit-scrollbar {
  width: 0 !important;
}

#select-list .select-item {
  width: 100%;
  /* height: 0.4rem; */
  padding: 0.2rem 0;
  text-align: center;
}
#select-list .select-item.selected {
  background-color: #549e18;
}
#select-list .select-item:hover {
  background-color: #549e18;
}
#select-list .no-data-tip {
  text-align: center;
  margin: 45% 0;
  color: #a4a4a4;
}

/* 遮罩层 */
.cover-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #000;
  opacity: 0.6;
}
.pop-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
  background:rgba(0, 0, 0, 0.6)
}
.login-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14rem;
  background: url('../img/login-bg.png') top center no-repeat #f7f7ef;
  background-size: 100%;
  overflow-y: auto;
  /*display: none;*/
}
.login-wrap .logo-name {
  position: relative;
  width: 4rem;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.login-wrap .name-pwd {
  position: relative;
  top: 1.4rem;
  left: 50%;
  width: 6.8rem;
  transform: translateX(-50%);
  text-align: center;
}
.login-wrap .name-pwd .form-item {
  position: relative;
}
.login-wrap .name-pwd .form-item input {
  width: 6.8rem;
  height: 1.1rem;
  margin-bottom: 0.3rem;
  border: #599d00 0.02rem solid;
  border-radius: 0.1rem;
  box-sizing: border-box;
  padding: 0 1rem 0 1.2rem;
  font-size: 0.34rem;
  background-color: #ffffff !important;
}

.login-wrap .form-item .username-icon {
  position: absolute;
  top: 0.2rem;
  left: 0.18rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url('../img/user.png') 0 0 no-repeat #fff !important;
  background-size: 0.75rem 0.75rem !important;
}
.login-wrap #username:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  opacity: 1 !important;
  border: #599d00 0.02rem solid !important;
}
.login-wrap .form-item .password-icon {
  position: absolute;
  top: 0.2rem;
  left: 0.18rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url('../img/key.png') 0 0 no-repeat #fff !important;
  background-size: 0.75rem 0.75rem !important;
}

.login-wrap #password:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  opacity: 1 !important;
  border: #599d00 0.02rem solid !important;
}

.login-wrap .name-pwd .form-item .forget-pwd {
  position: absolute;
  top: 0.29rem;
  left: 6rem;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  border: #f85819 solid 0.02rem;
  color: #f85819;
}
.login-wrap .login-btn {
  width: 4.2rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0.2rem auto;
  color: #fff;
  font-size: 0.4rem;
  font-weight: bold;
  border-radius: 0.2rem;
  background-color: #65b300;
  box-shadow: 0 0 0.2rem 0 #65b300;
  cursor: pointer;
}
.login-wrap .fb-login {
  width: 4.2rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0.15rem auto;
  color: #fff;
  border-radius: 0.2rem;
  background: #1877F2;
  font-size: 0.29rem;
  font-weight: bold;
  box-shadow: 0 0 0.2rem 0 #1877F2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.1rem;
  box-sizing: border-box;
}
.login-wrap .fb-login img {
  width: 0.8rem;
  margin-right: 0.2rem;
}
.login-wrap .gg-login {
  width: 4.2rem;
  margin: 0.2rem auto;
  /* color: #0e0e0e;
  border-radius: 0.2rem;
  background: #fff;
  font-size: 0.29rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0.1rem;
  box-sizing: border-box; */
}
.login-wrap .gg-login img {
  width: 4.2rem;
  border-radius: 0.2rem;
}
.login-wrap .register-tip {
  color: #606060;
  font-size: 0.34rem;
}
.login-wrap a {
  color: #f85819;
  text-decoration: none;
}
.login-wrap .splice-line {
  position: relative;
  top: 2.2rem;
  left: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.34rem;
  color: #a4a4a4;
  vertical-align: middle;
}
.login-wrap .splice-line .line {
  display: inline-block;
  width: 32%;
  height: 0.02rem;
  background-color: #a4a4a4;
  vertical-align: middle;
}
.login-wrap .splice-line span {
  padding: 0 0.5rem;
}
.login-wrap .other-login {
  position: relative;
  top: 3rem;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  color: #8cbb81;
  padding: 0 0.3rem;
}
.login-wrap .other-login .other-login-item {
  display: inline-block;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.login-wrap .other-login img {
  width: 0.8rem;
}

.state-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.2rem;
  background: #fff;
  overflow-y: auto;
  /*display: none;*/
}
.state-wrap .error-icon-wrap {
  width: 2rem;
  height: 2rem;
  padding: 0.2rem;
  border-radius: 50%;
  margin: 1.5rem auto 0;
  background-color: red;
}
.error-icon {
  position: relative;
  left: 45%;
  top: 4%;
  width: 0.25rem;
  height: 1.8rem;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.error-icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 1.8rem;
  background: #fff;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.success-icon {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}
/**绿色勾*/
.state-wrap .success-icon-wrap {
  width: 2rem;
  height: 2rem;
  padding: 0.2rem;
  border-radius: 50%;
  margin: 1.5rem auto 0;
  background-color: #65b300;
  text-align: center;
  line-height: 2rem;
}
.myicon-tick-checked {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  /*background-color: #65b300;*/
}
.myicon-tick-checked:before,
.myicon-tick-checked:after,
.myicon-tick-uncheck:before,
.myicon-tick-uncheck:after {
  content: '';
  pointer-events: none;
  position: absolute;
  color: white;
  border: 1px solid;
  background-color: white;
}
.myicon-tick-checked:before,
.myicon-tick-uncheck:before {
  width: 0.4rem;
  height: 0.3rem;
  left: 18%;
  top: 46%;
  transform: skew(0deg, 50deg);
}
.myicon-tick-checked:after,
.myicon-tick-uncheck:after {
  width: 0.8rem;
  height: 0.29rem;
  left: 35%;
  top: 37%;
  transform: skew(0deg, -50deg);
}

.error-text {
  width: 7.5rem;
  margin: 0.2rem auto;
  text-align: center;
  font-size: 0.45rem;
  font-weight: bolder;
  color: red;
}
.state-wrap .success-text {
  width: 7.5rem;
  margin: 0.2rem auto;
  text-align: center;
  font-size: 0.45rem;
  font-weight: bolder;
  color: #65b300;
}
.state-info {
  margin: 0.5rem auto;
  width: 100%;
  padding: 0.5rem 0.7rem;
  box-sizing: border-box;
}
.state-info .info-item {
  margin: 0.3rem 0;
}
.state-info .info-item div {
  max-width: 6rem;
  padding: 0.1rem 0;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.state-info .button-group {
  padding: 0.5rem 0;
  text-align: center;
}
.state-info .button-group .btn {
  width: 4rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0.6rem auto 0.4rem;
  border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #65b300;
  cursor: pointer;
}

/* 確認充值彈框 */
.confirm {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 80%;
  border: 0.03rem solid #549e18;
  border-radius: 0.1rem;
  background-color: #fff;
  padding-top: 0.7rem;
  cursor: pointer;
}

.confirm .confirm-item {
  width: 100%;
  /*height:1rem;*/
  padding: 0 0 1rem;
  clear: both;
}

.confirm .confirm-item .confirm-iName {
  float: left;
  width: 45%;
  text-align: right;
  color: #666;
}

.confirm .confirm-item .confirm-iContent {
  float: left;
  width: 50%;
  margin-left: 0.2rem;
  color: #549e18;
  overflow: auto;
}
.privacy {
  position: fixed;
  background: #f7f7ef;
  bottom: 0rem;
  height: 0.95rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 2rem; */
  z-index: 1;
  font-size: 0.28rem;
}
.privacy a {
  display: inline-block;
  margin-right: 0.1rem;
  color: #409eff;
}

.guide {
  margin-top: 0.2rem;
  padding: 0 0.13rem;
  box-sizing: border-box;
  margin-bottom: 1.15rem;
  display: none;
}
.guide-msg {
  text-align: left;
  font-size: 0.3rem;
  color: #549e18;
  margin-top: 0.1rem;
}
.guide-box {
  display: none;
}
.guide-als {
  margin-top: 0.45rem;
}
.guide-game {
  width: 100%;
  display: flex;
  justify-content: center !important;
  align-items: center;
  margin-top: 0.45rem;
}
.game-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.guide-channel {
  margin-left: 0.5rem;
}
.guide-als .guide-channel img {
  width: 3.4rem;
  height: 1rem;
  display: block;
  margin-bottom: 0.1rem;
}
.guide-game-msg {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: #549e18;
  margin-top: 0.15rem;
}
.guide-ddt .guide-channel img {
  width: 3.4rem;
  height: 0.95rem;
  display: block;
  margin-top: 0.05rem;
}
.guide-yl .guide-channel img {
  width: 3.4rem;
  height: 0.95rem;
  display: block;
  margin-top: 0.05rem;
}



@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

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

@-moz-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -moz-transform: scale(0);
  }

  40% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -o-transform: scale(0);
  }

  40% {
    -o-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}
.mop-load-div {
  box-pack: center;
  box-align: center;
  height: 1rem;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -o-box-pack: center;
  -o-box-align: center;
}
.three-bounce {
  min-width: 0.9rem;
  min-height: 0.6rem;
  text-align: center;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -o-box-pack: center;
  -o-box-align: center;
}
.three-bounce > div {
  width: 0.3rem;
  height: 0.3rem;
  min-height: 0.3rem;
  min-width: 0.3rem;
  background-color: #67cf22;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  -moz-animation: bouncedelay 1.4s infinite ease-in-out;
  -o-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.three-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.three-bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.mop-load-text {
  color: #67cf22;
  text-align: center;
}

#loading {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  width: 80%;
}

#login-loading {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  width: 80%;
}

#list-loading {
  margin-top: 42%;
}

.pop-google {
  background: #fff;
  width: 65%;
  position: absolute;
  left: 18%;
  top: 40%;
  /* transform: translateX(-50%); */
  border-radius: 5px;
  padding: 0.4rem 0.2rem;
  text-align: center;
  font-size: 0.3rem;
  box-sizing: border-box;
  display: none;
  z-index: 100;
  overflow: hidden;
  -webkit-animation: showDialog 1s;
  -moz-animation: showDialog 1s;
  -o-animation: showDialog 1s;
  animation: showDialog 1s;
}
.pop-msg {
  line-height: 0.5rem;
  color: #72767B;
}
.pop-button {
  width: 30%;
  padding: 0.1rem 0.3rem;
  background: #409EFF;
  border-radius: 2px;
  font-size: 0.32rem;
  color: #fff;
  margin: 0 auto;
  margin-top: 0.45rem;
}

.pop-box {
  background: #fff;
  width: 65%;
  position: absolute;
  left: 18%;
  top: 40%;
  /* transform: translateX(-50%); */
  border-radius: 5px;
  padding: 0.4rem 0.2rem;
  text-align: center;
  font-size: 0.3rem;
  box-sizing: border-box;
  display: none;
  z-index: 100;
  overflow: hidden;
  -webkit-animation: showDialog 1s;
  -moz-animation: showDialog 1s;
  -o-animation: showDialog 1s;
  animation: showDialog 1s;
}
.pop-message {
  line-height: 0.5rem;
  color: #72767B;
}
.pop-btn {
  width: 30%;
  padding: 0.1rem 0.3rem;
  background: #409EFF;
  border-radius: 2px;
  font-size: 0.32rem;
  color: #fff;
  margin: 0 auto;
  margin-top: 0.45rem;
  cursor: pointer;
}

@keyframes showDialog {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}