.indexPage {
  background: url(../../../image/home/mobile/index/bg.jpg) top center no-repeat;
  background-size: cover;
  height:100%;
  position: relative;
}

.header {
  padding-top: 0.18rem;
  padding-left: 0.22rem;
}


.header img {
  width: 2.52rem;
  height: 0.44rem;
  object-fit: contain;
}

.main{
  position: absolute;
  left: 50%;
  top: 72%;
  transform: translate(-50%,-50%);
  width: 7.48rem;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.main .slo{
  width: 7.48rem;
  height: 2.28rem;
  object-fit: cover;
}

.main .btn{
    width: 3.53rem;
    margin: -0.2rem auto 0;
    display: flex;
    flex-direction: column;
}

.main .btn a{
  display: inline-block;
  width: 3.53rem;
  height: 0.95rem;
  background:url(../../../image/home/mobile/index/register-btn.png) no-repeat;
  background-size: cover;
}

.main .btn a.geted{
  background:url(../../../image/home/mobile/index/register-btned.png) no-repeat;
  background-size: cover;
}

.main .btn a:nth-child(2){
    display: inline-block;
   width: 3.53rem;
  height: 0.95rem;
  background:url(../../../image/home/mobile/index/download-btn.png) no-repeat;
  background-size: cover;
}

.main .btn a:nth-child(2).geted{
   background:url(../../../image/home/mobile/index/download-btned.png) no-repeat;
   background-size: cover;
}


.skin_register{
  background: url(../../../image/home/mobile/index/register-bg.png) no-repeat;
  background-size: 100% 100%;
}

.cu_layer {
  display: none;
}

.skin_register .lay_content {
  margin-top: 0;
  width: 100%;
  height: 100%;
}

.skin_register .registerForm {
  display: block;
  width: 100%;
  height: 100%;
}

.skin_register .lay_close{
  width: 0.47rem;
  height: 0.49rem;
    background: url(../../../image/home/mobile/index/close-icon.png) no-repeat;
  background-size: 100% 100%;
  top: 0.37rem;
    right: 0;
}
.icon-close:before{
  content: '';
}
.skin_register .lay_content{
  margin-top: 1.27rem;
}
.register-form-inner {
  position: relative;
  width: 100%;
  height: 100%;
color: #F6E089;
}

.register-title {
  margin: 0 0 0.3rem;
  font-size: 0.26rem;
  line-height: 1;
  letter-spacing: 0;
  color: #ffe278;
}

.register-field {
  width: 4.65rem;
  height: 0.35rem;
  margin: 0 auto 0.14rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.26);
}

.register-icon {
  flex: 0 0 0.54rem;
  height: 0.28rem;
  margin-left: 0.13rem;
  margin-right: 0.2rem;
  border-right: 0.02rem solid rgba(255, 226, 176, 0.75);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.phone-icon {
  background-image: url(../../../image/home/mobile/index/phone-icon.png);
  height: 0.25rem;
}

.lock-icon {
  background-image: url(../../../image/home/mobile/index/lock-icon.png);
  height: 0.24rem;
}

.register-field input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color:#FFFCDD;
  font-size: 0.14rem;
}

.register-field input::placeholder {
  color: rgba(255, 235, 190, 0.96);
}

.code-btn {
  flex: 0 0 1.52rem;
  height: 100%;
  padding: 0 0.3rem 0 0;
  border: 0;
  background: transparent;
  color: #f8de72;
  font-size: 0.14rem;
  cursor: pointer;
  text-align: right;
}

.confirm-btn {
  margin-top: 0.5rem;
  width: 2.86rem;
  height: 0.64rem;
  border: none;
  background: url(../../../image/home/mobile/index/confirm-btn.png) center / 100% 100% no-repeat;
  cursor: pointer;
}

