.close-icon{
    position: absolute;
    top: 0.24rem;
    right: 0.24rem;
    font-size: 0.32rem;
}
/* container */
.container {
    background: #FFFFFF;
    min-height: 100vh;
}

.required_name {
    position: absolute;
    top: 0.04rem;
    left: -0.2rem;
    font-family: Roboto-Regular, Roboto;
    font-size: 0.32rem;
    color: #FF4C4C;
    height: 0.92rem;
    display: flex;
    align-content: center;
    align-items: center;
}

/* header */
.header {
    display: flex;
    align-items: center;
    height: 0.8rem;
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background: #FFFFFF;
}
.back-icon{
    font-size: 0.36rem;
    color: #32333D;
}
.header-back{
    font-size: 0.28rem;
   
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #32333D;
    line-height: 0.32rem;
}
/* content */
.content {
    padding: 0 0.4rem;
}
.content-advertising-space{
    height: 1.28rem;
    margin-bottom: 0.22rem;
    display: none;
}
.content-advertising-space img{
    height: 1.28rem;
}
.content-switch-country{
    display: flex;
    align-items: center;
    height: 1.2rem;
    width: 1.8rem;
}
.country-txt{
    margin-left: 0.12rem;
    font-size: 0.28rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #32333D;
    line-height: 0.32rem;
}
.change{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.12rem;
    font-size: 0.24rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #517AB8;
}
.content-switch-country img{
    height: 0.48rem;
}
.content-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.34rem;
    width: 100%;
}
.content-logo img{
    height: 100%;
}
.cont_desc {
    border-radius: 0.08rem;
    padding: 0.48rem 0.24rem 0.2rem;
}
.cont_desc_tit {
    font-size: 0.48rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: bold;
    color: #32333D;
    line-height: 0.4rem;
    margin-bottom: 0.12rem;
    text-align: center;
}
.first_para {
    margin-bottom: 0.12rem;
}
.phone_cont {
    display: flex;
    align-items: center;
    height: 1.12rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    border: 0.02rem solid #BBC2CA;
    padding: 0 0.32rem;
    overflow: hidden;
}
.isghkyc_css {
    height: 0.88rem !important;
}
.form_label {
    left: 0.24rem;
    height: 1.12rem;
    line-height: 1.12rem;
    font-weight: 400;
    font-size: 0.32rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #32333D;
}
input {
    width: 4rem;
    height: 0.8rem;
    font-size: 0.4rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #32333D;
    line-height: 0.8rem;
    border: none;
    outline: none;
    text-align: left;
    box-sizing: border-box;
}
.promocode input{
     width: 6rem;
    height: 0.8rem;
    font-size: 0.4rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #32333D;
    line-height: 0.8rem;
    border: none;
    outline: none;
    text-align: left;
    box-sizing: border-box;
}
.password {
    position: relative;
    padding-left: 2.12rem;
}
.password input {
    width: 4rem;
    height: 0.8rem;
    font-size: 0.4rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #32333D;
    line-height: 0.8rem;
    border: none;
    outline: none;
    text-align: left;
    box-sizing: border-box;
}
.password .pwd-before{
    position: absolute;
    top: .38rem;
    left: .42rem;
    display: flex;
    align-items: center;
}

.password .pwd-before img{
    height: .34rem;
    padding-right: .18rem;
}
.password .pwd-before span{
    font-size: .32rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #32333D;
}
.password .icon_pwd{
    font-size: .4rem;
    padding-right: .18rem;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #9CA0AB;
    font-size: 0.32rem;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9CA0AB;
    font-size: 0.32rem;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #9CA0AB;
    font-size: 0.32rem;
}
.registered-error{
    margin-top: 0.08rem;
    font-size: 0.24rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #EA3B45;
    text-align: center;

}
.registered-tips{
    margin-top: 0.08rem;
    font-size: 0.24rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #BBC2CA;
    text-align: center;

}
.email_cont {
    display: none;
}
.registered-phone-error{
    margin-top: 0.08rem;
    font-size: 0.24rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #EA3B45;
    
}
.form_des {
    text-align: center;
    font-size: 0.28rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.32rem;
    margin-top: 0.2rem;
}
.form_remind {
    font-size: 0.24rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #F23441;
    line-height: 0.6rem;
    display: none;
}
.form_change {
    text-align: center;
    text-decoration: underline;
    font-size: 0.28rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.32rem;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}
.form_btn {
    position: relative;
    margin-top: 0.4rem;
    width: 100%;
    height: 0.96rem;
    background: #EAEDF0;
    font-size: 0.32rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #BBC2CA;
    line-height: 0.96rem;
    text-align: center;
    border-radius: 0.24rem;
}
.register-button-bubble{
    position: absolute;
    top: -0.18rem;
    right: 0.12rem;
    width: 2.02rem;
    height: 0.36rem;
    display: none;
}
.available-button{
    position: relative;
    margin-top: 0.78rem;
    width: 100%;
    height: 0.96rem;
    background: #10A310;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.96rem;
    text-align: center;
}
.register-button-bubble{
    position: absolute;
    top: -0.18rem;
    right: 0.12rem;
    width: 2.02rem;
    height: 0.36rem;
}
.cont_login{
    display: block;
    height: 0.72rem;
    line-height: 0.72rem;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #517AB8;
}
.cont_login1{
    display: block;
    height: 0.72rem;
    line-height: 0.72rem;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color:#9599A4;
}
.cont_login2 {
    display: block;
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.28rem;
    text-align: center;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #9599A4;
}
.Login-txt{
       display: inline-block;
   
   
    font-size: 0.28rem;
    text-align: center;
    font-family: Roboto-Regular, Roboto;
    font-weight: bold;
    color:#517AB8;
}
.cont_tips{
    margin-top: 1rem;
    font-size: 0.24rem;
    text-align: center;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #32333D;
}
.country-dialog {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.country-dialog-cont {
    width: 90%;
    background: #FFFFFF;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.48rem 0.48rem 0.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cont-tit{
    margin-bottom: 0.34rem;
    font-size: 0.38rem;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #393A46;
}
.country-item{
    position: relative;
    display: flex;
    padding: 0 0.24rem 0 0.34rem;
    align-items: center;
    height: 0.88rem;
    margin-top: 0.24rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    border: 0.02rem solid #EAEDF0;
}

.country-item-title{
    margin-left: 0.24rem;
    font-size: 0.32rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #9599A4;
}
.country-item-select{
    position: relative;
    display: flex;
    padding: 0 0.24rem 0 0.34rem;
    align-items: center;
    height: 0.88rem;
    margin-top: 0.24rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    border: 0.02rem solid #10A310;
}
.country-item-title-select{
    margin-left: 0.24rem;
    font-size: 0.32rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #32333D;
}
.keep-dialog{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.keep-dialog-cover{
    width: 90%;
    background: #FFFFFF;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.48rem 0.48rem 0.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.keep-title{
    font-size: 0.38rem;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #32333D;
}
.keep-sub-title{
    margin-top: 0.2rem;
    font-size: 0.28rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #393A46;
}
.keep-continue{
    margin-top: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.6rem;
    height: 0.88rem;
    background: #10A310;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    font-family: ArialMT;
    color: #FFFFFF;
}
.tips-title{
    margin-top: 0.4rem;
    font-size: 0.24rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #9CA0AB;
}
.tips-ussd{
    display: block;
    margin-top: 0.28rem;
    font-size: 0.24rem;
    font-family: LucidaGrande;
    color: #6285C3;
}
.tips-service{
    display: block;
    margin-top: 0.24rem;
    font-size: 0.24rem;
    font-family: LucidaGrande;
    color: #517AB8;
}
.iframe-cover{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.otpIframe{
    width: 100%;
    height: 55%;
    border: 0;
    bottom: 0;
    position: fixed;
    z-index: 100000;
    background-color: #ffffff;
}
/* 语音下行弹窗 */
.voiceauth-dialog {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.voiceauth-dialog .dialog-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0.4rem 0.6rem;
    border-radius: 0.1rem;
    background-color: #fff;
    width: 89.3%;
    box-sizing: border-box;
}
.voiceauth-dialog .voiceauth-tit {
    font-size: 0.32rem;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #32333D;
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
}
.voiceauth-dialog .voiceauth-des {
    font-size: 0.24rem;
    font-family: Roboto-Bold, Roboto;
    font-weight: 400;
    color: #32333D;
    line-height: 0.3rem;
    margin-bottom: 0.4rem;
}
.voiceauth-dialog .voiceauth-btn {
    width: 100%;
    height: 0.88rem;
    font-size: 0.32rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #FFFFFF;
    background: #10A310;
    border-radius: 0.08rem;
    border: none;
}

.voiceauth-dialog .voiceauth-tit .iconfont {
    position: absolute;
    right: 0.32rem;
    top: 0.4rem;
    font-size: 0.32rem;
}

.otp-loading{
    width: 100%;
    height: 55%;
    border: 0;
    bottom: 0;
    position: fixed;
    z-index: 100000;

}
@keyframes bet-loader{
    0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
    }

    100%{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
    }
}
.loading{
    border:0.05rem solid currentcolor;
    border-bottom-color:transparent;
    border-radius:50%;
    -webkit-animation:1s bet-loader linear infinite;
    animation:1s bet-loader linear infinite;
    position:relative;
    display:inline-block;
    width:0.36rem;
    height:0.36rem;
    color:#ffffff;
    margin-right:0.24rem;

}
.spin-container{
    position: absolute;
    left:2.32rem;
    height: 0.96rem;
   
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
.ok-color{
    background: #10A310;
    color:#fff;
}
.normal-color{
    background: #EAEDF0;
}
.loading-color{
    background: #87D187;
   
}

.bonus-tips{
    margin-top: 1.02rem;
    width: 6.4rem;
    height: 0.3rem;
    font-size: 0.24rem;
font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #32333D;
    line-height: 0.3rem;
    text-align: center;
}

.terms-policy{
    margin-top: 0.86rem;
    width: 6.8rem;
    height: 0.6rem;
    font-size: 0.24rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #9599A4;
    line-height: 0.3rem;
}
.focus-color{
    border: 0.02rem solid #10A310;
}

.loading-mask {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
  
}
.forgot-container{
    display: flex;
    justify-content: space-between;
}
.faceboot-btn{
    margin-top: 0.2rem;
    /* width: 6.4rem; */
    height: 0.96rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    border: 0.02rem solid #EAEDF0;
    line-height: 0.96rem;
    text-align: center;
    font-size: 0.28rem;
    font-family: Roboto-Regular, Roboto;
}
.or-bar{
    /* width: 6.4rem; */
    height: 0.3rem;
    text-align: center;
    font-weight: 400;
    color: #9599A4;
    line-height: 0.3rem;
    font-size: 0.24rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #9599A4;
    line-height: 0.3rem;
}
.terms-container {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.terms-box{
width: 6.56rem;
height: 9.6rem;
background: #FFFFFF;
border-radius: 0.1rem;
position: relative;
}
.iframeBox{
    width: 5.6rem;
    height: 7.6rem;
    margin-top: 0.48rem;
    margin-left:0.48rem;
}
.completet-txt{
    width: 5.6rem;
    height: 0.88rem;
    font-size: 0.32rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #10A310;
    line-height: 0.88rem;
    margin-top: 0.18rem;
    margin-left:0.48rem;
    text-align: center;
    border-radius: 0.08rem;
    border: 0.02rem solid #10A310;
}
.bonus-banner{
    width: 6.8rem;
    height: 1.28rem;
    margin-top: 0.5rem;
    border-radius: 0.24rem;
}
/* 不经过JS加载先进行识别，加载完后再显示 */
[v-cloak] { display: none; }

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
}

.ghkycBox {
    width: 100%;
    height: 100%;
}
.ghkycBox .ghkyc_main {
  margin-top: 0.24rem;
}
.ghkycBox .ghkyc_main .ghkyc_main_text {
  margin-top: 0.24rem;
  font-size: 0.26rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #32333D;
  line-height: 0.32rem;
}
.ghkycBox .ghkyc_main .ghykc_input {
  margin-top: 0.24rem;
  height: 0.88rem;
  position: relative;
}
.ghkycBox .ghkyc_main .ghykc_input .Required {
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translate(0, -43%);
    font-family: Roboto-Regular, Roboto;
    font-size: 0.32rem;
    color: #FF4C4C;
}

.ghkycBox .ghkyc_main .ghykc_input .focus_css {
    top: 70%;
}

.ghkycBox .ghkyc_main .ghykc_input .email_css {
  height: 1rem;
}
.ghkycBox .ghkyc_main .ghykc_input .select_css {
  padding: 0.24rem 0 0.24rem 0.24rem;
  width: 100%;
  height: 0.88rem;
  border-radius: 0.16rem;
  font-size: 0.28rem;
  border: 0.02rem solid #BBC2CA;
  box-sizing: border-box;
  color: #BDC0C7;
}
.ghkycBox .ghkyc_main .ghykc_input .select_css.select_open {
  background: #EDEEF0;
  border-radius: 0.16rem 0.16rem 0px 0px;
  border: none;
}
.ghkycBox .ghkyc_main .ghykc_input .select_css.selecText {
  color: #292A33;
}
.ghkycBox .ghkyc_main .ghykc_input .select_css .select_collapsed {
  position: absolute;
  top: 0.24rem;
  right: 0.24rem;
  font-size: 0,32rem;
  color: #292A33;
}
.ghkycBox .ghkyc_main .ghykc_input .select_css .select_collapseds {
  position: absolute;
  top: 0.24rem;
  right: 0.24rem;
  font-size: 0,32rem;
  transform: rotate(180deg);
}
.ghkycBox .ghkyc_main .ghykc_input .select_type {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #EDEEF0;
  z-index: 1;
}
.ghkycBox .ghkyc_main .ghykc_input .select_type .select_item {
  padding: 0.24rem 0 0.24rem 0.24rem;
  font-size: 0.28rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #292A33;
  line-height: 0.4rem;
}
.ghkycBox .ghkyc_main .ghykc_input .select_type .select_item.select_text {
  color: #10A310;
}
.ghkycBox .ghkyc_main .ghykc_input input {
  outline: none;
  padding: 0
}

.ghkycBox .ghkyc_main .default_css {
  width: 100%;
  height: 0.88rem;
  border-radius: 0.16rem;
  font-size: 0.28rem;
  border: 0.02rem solid #BBC2CA;
  box-sizing: border-box;
}


.ghkycBox .ghkyc_main .ghykc_input .input_focus {
  padding: 0.38rem 0 0 0.25rem;
  width: 100%;
  border: 0.02rem solid #10A310;
}

.ghkycBox .ghkyc_main .ghykc_input .required_input {
  padding-left: 0.4rem;
}

.ghkycBox .ghkyc_main .ghykc_input .input_focus.input_leave {
  border-color: #BBC2CA;
}
/* .ghkycBox .ghkyc_main .ghykc_input .input_focus */
.input_erro {
  border-color: #FF5B4C !important;
}
.ghkycBox .ghkyc_main .ghykc_input span {
  position: absolute;
  top: 0.14rem;
  left: 0.25rem;
  font-size: 0.2rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #10A310;
  line-height: 0.24rem;
}
.ghkycBox .ghkyc_main .ghykc_input span.input_leave_text {
  color: #9599A4;
}
.ghkycBox .ghkyc_main .ghykc_input input::-webkit-input-placeholder {
  padding: 0.23rem 0 0.25rem 0.4rem;
  font-size: 0.28rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #BBC2CA;
}
.ghkycBox .ghkyc_main .ghykc_input .email_erro {
  margin-top: 0.08rem;
  font-size: 0.24rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #FF5B4C;
  line-height: 0.32rem;
}
.ghkycBox .ghkyc_main .ghkyc_date_text {
  margin-top: 0.24rem;
  font-size: 0.24rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #32333D;
  line-height: 0.32rem;
}
.ghkycBox .ghkyc_main .ghkyc_data_box {
  margin-top: 0.16rem;
  display: flex;
  justify-content: space-between;
}
.ghkycBox .ghkyc_main .ghkyc_data_box .ghkyc_date_input {
  position: relative;
  height: 0.88rem;
  width: 34%;
}

.ghkycBox .ghkyc_main .ghkyc_data_box .ml20 {
  margin-left: 0.2rem;
}

.ghkycBox .ghkyc_main .ghkyc_data_box .ghkyc_date_input input {
  outline: none;
}
.ghkycBox .ghkyc_main .ghkyc_data_box .ghkyc_date_input .default_csss {
  /* width: 2.18rem; */
  width: 100%;
  height: 0.88rem;
  border-radius: 0.16rem;
  font-size: 0.28rem;
  border: 0.02rem solid #BBC2CA;
  box-sizing: border-box;
}

.ghkycBox .ghkyc_main .ghkyc_data_box .ghkyc_date_input input::-webkit-input-placeholder {
  padding: 0.23rem 0 0.25rem 0.24rem;
  font-size: 0.28rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #BBC2CA;
}
.ghkycBox .ghkyc_main .ghkyc_data_box .ghkyc_date_input .input_focus {
  padding: 0.38rem 0 0 0.25rem;
  border: 0.02rem solid #10A310 !important;
}
.ghkycBox .ghkyc_main .ghkyc_data_box .ghkyc_date_input .input_focus.input_leave {
  border-color: #BBC2CA !important;
}
.ghkycBox .ghkyc_main .ghkyc_data_box .ghkyc_date_input .input_focus.input_erro {
  border-color: #FF5B4C !important;
}
.ghkycBox .ghkyc_main .ghkyc_data_box .ghkyc_date_input span {
  position: absolute;
  top: 0.14rem;
  left: 0.25rem;
  font-size: 0.20rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #10A310;
  line-height: 0.24rem;
}
.ghkycBox .ghkyc_main .ghkyc_data_box .ghkyc_date_input span.input_leave_text {
  color: #9599A4;
}
.ghkycBox .ghkyc_main .email_erro {
  margin-top: 0.08rem;
  font-size: 0.23rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #FF5B4C;
  line-height: 0.32rem;
}
.ghkycBox .ghkyc_footer {
  position: relative;
  margin-top: 24px;
  width: 100%;
  background: white;
}
.ghkycBox .ghkyc_footer .ghkyc_btn {
  height: 0.88rem;
  background: #EAEDF0;
  border-radius: 0.16rem;
  font-size: 0.32rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #BBC2CA;
  line-height: 0.88rem;
  text-align: center;
}
.ghkycBox .ghkyc_footer .ghkyc_confirm_btn {
  background: #10A310;
  border-radius: 0.16rem;
  font-size: 0.32rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.88rem;
}
.ghkycBox  .ex-info{
  width: 100%;
  height: 0.32rem;
  font-size: 0.22rem;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #517AB8;
  line-height: 0.32rem;
  margin-top: 0.24rem;
  text-align: center;
}
.key-title{
    width: 100%;
    height: 0.72rem;
    font-size: 0.4rem;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #292A33;
    line-height: 0.6rem;
    text-align: center;
}
input {
  vertical-align: text-top;
}

.mt16 {
    margin-top: 0.16rem !important;
}

.alertBox {
    position: fixed;
    left: 0;
    bottom: 1rem;
    width: 100%;
    height: 2.4rem;
    z-index: 10000;
    display: flex;
    pointer-events: none;
    justify-content: center;
    align-items: flex-end;
}
.center {
    font-size: 0.28rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #FFF;
    line-height: 0.4rem;
    pointer-events: all;
    background: #292A33;
    border-radius: 0.44rem;
    opacity: 0.91;
    box-sizing: border-box;
}
.box {
    min-width: 1.3rem;
    max-width: 80%;
    text-align: center;
    padding: 0.2rem 0.48rem;
    word-wrap: normal;
}
.regist-dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.regist-dialog .regist-dialog-bg {
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    width: 100%;
}
.regist-dialog .regist-dialog-body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.regist-dialog .regist-dialog-body .regist-dialog-loading {
    display: flex;
    flex-direction: column;
    padding: 0 0.48rem;
    align-items: center;
    margin-top: 1.5rem;
    text-align: center;
}
.regist-dialog .regist-dialog-body .regist-dialog-loading img {
    width: 1.28rem;
    transform: rotate(0deg);
}
.regist-dialog .regist-dialog-body .regist-dialog-loading img.regist-animte {
    animation: rotate 3s linear infinite;
    -webkit-animation: rotate 3s linear infinite;
}
.regist-dialog .regist-dialog-body .regist-dialog-loading span {
    font-size: 0.32rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
    margin-top: 0.2rem;
}
.regist-dialog .regist-dialog-body .regist-dialog-button {
    width: 5.2rem;
    height: 0.68rem;
    background: #10A310;
    border-radius: 0.16rem;
    font-size: 0.28rem;
    font-family: Roboto-Regular, Roboto;
    font-weight: 400;
    color: #FFFFFF;
    border: 0;
    margin-top: 0.6rem;
}
.regist-dialog .regist-dialog-body .regist-dialog-button.diabled {
    background: #BDC0C7;
    color: #fff;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}