* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "KoreanGWS-normal";
}
@font-face {
  font-family: "KoreanGWS-normal";
  src: url('../font/KoreanGWS-normal.otf') format('opentype');
}
.loginTip{
  color: white;
  text-align: center;
  font-size: 0.2rem;
  margin-top: 0.18rem;
  user-select: none;
}
.loading-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}

.sk-three-bounce {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/loadingIcon.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.2rem;
  margin-top: -1.2rem;
}

.wrap {
  width: 100%;
  height: 16.24rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.38rem;
  z-index: 10;
  text-transform: uppercase;
}

header .btn {
  position: absolute;
  top: 0.26rem;
  right: 0.1rem;
  width: 1.83rem;
  height: 0.61rem;
  overflow: hidden;
}

.btnGroup {
  position: absolute;
  top: 14.25rem;
  left: 50%;
  margin-left: -3.35rem;
  width: 6.7rem;
  height: 0.8rem;
}

.tips {
  position: absolute;
  top: 15.26rem;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  width: 100%;
  display: none;
}

.btnGroup a {
  float: left;
  width: 3.11rem;
  height: 0.78rem;
}

.logout {
  position: absolute;
  top: 1.4rem;
  right: 0.15rem;
  width: 1.39rem;
  height: 0.43rem;
  display: none;
}

.assistance.disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: not-allowed;
  pointer-events: none;
}

.btnGroup a.down {
  float: right;
  width: 3.11rem;
  height: 0.78rem;
}

.nickName {
  font-family: 'KoreanGWS-normal';
  position: absolute;
  top: 3.83rem;
  left: 0.45rem;
  font-size: 0.3rem;
  color: #fff;
  text-shadow: 0 0 0.1rem #315680;
  font-style: italic;
  line-height: 1;
  display: none;
}
.activityTime {
  font-family: 'KoreanGWS-normal';
  position: absolute;
  top: 2.98rem;
  right: 1.3rem;
  font-size: 0.32rem;
  color: #fff;
  text-shadow: 0 0 0.1rem #315680;
  line-height: 1;
  letter-spacing: 0.02rem;
}

.dialog {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 16.24rem;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}

.loginBox {
  width: 6.75rem;
  height: 10.03rem;
  position: absolute;
  left: 50%;
  top: 1rem;
  margin-left: -3.375rem;
  box-sizing: border-box;
  padding-top: 6.82rem;
  color: #d7ecff;
}

.loginTitle {
  width: 1.01rem;
  height: 0.33rem;
  position: absolute;
  left: 50%;
  top: 6.2rem;
  margin-left: -0.505rem;
}

.dialog .close {
  position: absolute;
  left: 50%;
  top: 10.2rem;
  width: 0.64rem;
  height: 0.64rem;
  margin-left: -0.32rem;
  background: url(../img/close.png) 0 0 no-repeat;
  background-size: auto 100%;
}
.input-item {
  margin-bottom: 0.32rem;
  overflow: hidden;
  box-sizing: border-box;
}

.input-item span {
  width: 1.3rem;
  line-height: 0.6rem;
  height: 0.6rem;
  font-size: 0.24rem;
  float: left;
  /* font-weight: bold; */
  color: #D5ECFF;
}

.form {
  width: 5.24rem;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  /* background-color: red; */
}

.input-item input {
  width: 3.89rem;
  float: right;
  border: 0.02rem solid #c7c4c4;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  height: 0.6rem;
  text-indent: 0.2rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  background-color: transparent;
  color: #f3f7fa;
}

.input-message input {
  width: 2.56rem;
  float: right;
  margin-right: 0.14rem;
}

.input-item input::placeholder {
  color: #f3f7fa;
  font-size: 0.2rem;
}

.input-item input:hover,
.input-item input:focus {
  outline: none;
}

#TencentCaptcha {
  padding: 0;
  border: none;
  outline: none;
  width: 1.2rem;
  height: 0.6rem;
  box-sizing: border-box;
  line-height: 0.6rem;
  text-align: center;
  cursor: pointer;
  display: block;
  font-family: "KoreanGWS-normal";
  font-size: 0.22rem;
  background-color: #63A2D8;
  color: #fff;
  float: right;
}

#TencentCaptcha[disabled=disabled] {
  color: #c7c4c4;
}

.loginBox .login-btn {
  width: 2.13rem;
  height: 0.67rem;
  margin: 0 auto;
}

.alertShadow {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: none;
}

.alertShadow p {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 49%;
  font-size: 0.3rem;
  width: 100%;
}

.region {
  float: right;
  width: 1.6rem;
  border: 0.02rem solid #c7c4c4;
  border-radius: 0;
  height: 0.6rem;
  text-indent: 0.14rem;
  box-sizing: border-box;
  font-size: 0.22rem;
  background-color: transparent;
  color: #c1e4ef;
  outline: none;
  display: none;
  margin-right: 0.1rem;
}

.region option {
  background-color: transparent;
}

html.zh-hk .region {
  display: block;
}

html.zh-hk .input-phone input {
  width: 2.4rem;
}
html.zh-hk .input-message  input {
  width: 2.5rem;
}

.rule {
  position: absolute;
  width: 0.31rem;
  height: 0.31rem;
  top: 3.82rem;
  left: 0.15rem;
  background: url(../img/rule.png) 0 0 no-repeat;
  background-size: 100%;
}

.plus1 {
  position: absolute;
  top: 10rem;
  z-index: 99;
  font-weight: bold;
  color: #fff;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 0.42rem;
  opacity: 0;
  pointer-events: none;  
  font-family: 'KoreanGWS-normal';
}

.plus1.active {
  animation: move 1s linear forwards;
}

@keyframes move {
  0% {
    top: 10rem;
    opacity: 1;
  }

  70% {
    top: 9rem;
    opacity: 0.7;
  }

  100% {
    top: 8.4rem;
    opacity: 0;
  }
}

@-webkit-keyframes move {
  0% {
    top: 10rem;
    opacity: 1;
  }

  70% {
    top: 9rem;
    opacity: 0.7;
  }

  100% {
    top: 8.4rem;
    opacity: 0;
  }
}


.logoutDialog,.alertDialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
/* .alertDialog{
  display: block;
} */
.logoutBox,.alertBox{
  position: absolute;
  width: 6.04rem;
  height: 3rem;
  left: 50%;
  top: 50%;
  margin-left: -3.02rem;
  margin-top: -1.5rem;
  background: url(../img/logoutBox.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 1.1rem  0.4rem 0  0.2rem ;

}
.logoutBox .close,.alertBox .close  {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  left: 50%;
  top: 3.3rem;
  margin-left: -0.32rem;
  background: url(../img/close.png) 0 0 no-repeat;
  background-size: auto 100%;
}
.logoutBox p,.alertBox p {
  width: 100%;
  text-align: center; 
  margin-bottom: 0.3rem;
  color: #fff;
  font-size: 0.3rem;
}
.logoutBox .ok,.alertBox .ok  {
  display: inline-block;
  width: 2rem;
  height: 0.68rem;
}


.ruleDialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}
.ruleBox{
  position: absolute;
  width: 6.04rem;
  height: 7.26rem;
  left: 50%;
  top: 50%;
  margin-left: -3.02rem;
  margin-top: -3.63rem;
  background: url(../img/ruleBox.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 0.7rem  0.5rem 0  0.4rem ;
}
.ruleBox .close {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  left: 50%;
  top: 7.5rem;
  margin-left: -0.32rem;
  background: url(../img/close.png) 0 0 no-repeat;
  background-size: auto 100%;
}
.ruleBox .ruleTitle {
  display: block;
  margin: 0 auto;
  width: 2.52rem;
  height: 0.64rem;
}
.ruleBox .content {
  margin-top: 0.9rem;
}
.ruleBox p {
  width: 100%;
  color: #fff;
  font-size: 0.22rem;
  line-height: 1.3;
}
.ruleBox .rule_reward_line {
  margin-bottom: 0.05rem;
}
.ruleBox p span{
  color:#469af5;
}
.ruleBox h5{
  font-size: 0.24rem;
  color:#469af5;
}
h5.h52{
  margin-top: 0.1rem;
}
body.mb .tipPage,body.pc .wrap{
  display: none;
}
body.mb .wrap{
  display: block;
}
body.pc .tipPage{
  display: flex;
}
.tipPage{
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color:#fff;
  flex-direction: column;
}

.qrcodeBox{
  display: inline-block;
  width: 240px;
  height: 240px;
  position: relative;
  /* margin-top: 50px; */
  /* margin-left: 40px; */
  border:1px dotted #ffff;
  box-sizing: border-box;
  padding:12px;
  margin-bottom: 10px;
  
}
#qrcode{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding:12px;
  background-color: white;
  /* overflow: hidden; */
}
#qrcode img,#qrcode canvas{
  display: block;
  width: 100% !important;
}