.zk-reg {
	&-logo {
		width: 750rpx;
		height: 100px;
		margin-top: 120rpx;	
		justify-content: center;
		align-items: center;
		&-img{
			width: 200rpx;
			height: 200rpx;
		}
	}
	&-show{
		flex-direction: row;
		justify-content: flex-start;
		padding: 0 46rpx;
		margin-top: 50rpx;
	}
  &-title {
   padding: 0 46rpx;
   font-size: 56rpx;
   color: #333333;
   font-weight: bold;
   margin-top: 60rpx;
  }
  &-group {
	  padding: 0 40rpx;
	  margin-top: 100rpx;
    &-listcode{
		flex-direction: row;
		align-items: center;
		padding: 0 20rpx;
	}
	&-list {
	  @include borderBotton(#f0f0f0);
      flex-direction: row;
	  align-items: center;
	  padding: 0 20rpx;
	  height: 50px;
	  &-cancel{
		  width: 20px;
		  height: 20px;
	  }
	  &-img {
		  margin-right: 20rpx;
		  width: 28px;
		  height: 28px;
	  }
	  &-verification{
		  width: 20px;
		  height: 20px;
		  margin-left: 10rpx;
		  margin-right: 30rpx;
	  }
	  &-input{
		  flex: 1;
		  height: 25px;
		  font-size: 14px;
	  }
	  &-right{
		  height: 50px;
		  flex: 1;
		  flex-direction: row;
		  align-items: center;
		  @include borderBotton(#f0f0f0);
	  }
	  &-psd{
		  
		  &-img{
			  width: 25px;
			  height: 25px;
		  }
	  }
	  &-code{
		  width: 200rpx;
		  margin-left: 40rpx;
		  height: 40px;
		  background-color: $gl_background;
		  border-radius: 5px;
		  &-test {
			  text-align: center;
			  color: #FFFFFF;
			  font-size: 13px;
			  line-height: 40px;
		  }
	  }
    }
  }
  &-btn {
    padding: 10px 0;
	&-submit{
		width: 650rpx;
		height: 50px;
		margin-top: 25px;
		margin-left: 50rpx;
		background-color: $gl_background;
		border-radius: 5px;
		text-align: center;
		line-height: 50px;
		color: #FFFFFF;
		font-size: 18px;
	}
  }
  &-btn-intro{
  	  flex-direction: row;
  	  align-items: center;
  	  margin-top: 24rpx;
  	  padding: 0 40rpx;
  	  &-ts{
  		  font-size: 12px;
  		  color: #A6A6A6;
  	  }
  	  &-tb{
		  text-decoration: underline;
  	  }
  }
  &-row{
	  padding: 0 40rpx;
	  flex-direction: row;
	  align-items: center;
	  justify-content: space-between;
	  margin-top: 60rpx;
	  &-navigator {
	  	  font-size: 14px;
	  	  color: #939393;
	  }
  }
  &-cont{
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 750rpx;
  }
  &-bg{
  	position: fixed;
  	bottom: 0;
  	left: 0;
  	width: 750rpx;
  	height: 300px;
  }
}
