	.zk-login {
		position: fixed;
		top: 0;
		left: 0;
		width: 750rpx;
		height: 100%;
		&-app{
			margin-top: 180rpx;
			width: 750rpx;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			position: relative;
			&-close {
				width: 30px;
				height: 30px;
				position: absolute;
				left: 15px;
				top: 0;
			}
			&-logo{
				width: 200rpx;
				height: 200rpx;
			}
			&-name{
				margin-top: 10px;
				font-size: 20px;
				color: $gl_color;
			}
		}
		&-cont{
			margin-top: 30px;
			padding: 0 50rpx;
			&-list{
				padding: 0 20rpx;
				flex: 1;
				height: 50px;
				border-bottom: 1px solid #E9E9E9;
				display: flex;
				align-items: center;
			}
			&-left{
				width: 28px;
				height: 28px;
				margin-right: 10px;
			}
			&-input{
				flex: 1;
				height: 30px;
				font-size: 14px;
				border-style: solid;
				border-width: 1rpx;
				border-color: #FFFFFF;
			}
			&-cancel{
				width: 20px;
				height: 20px;
			}
			
			&-verification{
				padding: 0 20rpx;
				flex: 1;
				height: 50px;
				display: flex;
				align-items: flex-end;
				margin-top: 10px;
				&-left {
					width: 18px;
					height: 18px;
					margin-left: 5px;
					margin-right: 15px;
				}
				&-cont{
					flex: 1;
					height: 50px;
					display: flex;
					align-items: center;
					border-bottom: 1px solid #E9E9E9;
				}
				&-input{
					flex: 1;
					height: 30px;
					font-size: 14px;
				}
				&-obtain{
					width: 250rpx;
					text-align: center;
					font-size: 15px;
					margin-left: 40rpx;
					margin-bottom: 10rpx;
					color: #FFFFFF;
					height: 40px;
					line-height: 40px;
					background-color: $gl_background;
					border-radius: 5px;
				}
				&-hover {
					background-color: #999;
				}
			}
			
			&-submit{
				width: 650rpx;
				height: 50px;
				margin-top: 25px;
				background-color: $gl_background;
				border-radius: 5px;
				text-align: center;
				line-height: 50px;
				color: #FFFFFF;
				font-size: 18px;
			}
			&-test{
				margin-top: 30px;
				font-size: 14px;
				text-align: center;
				color: #939393;
			}
			&-tips{
				display: flex;
				justify-content: space-between;
			}
			&-bottom{
				margin-top: 200rpx;
				display: flex;
				align-items: center;
				justify-content: center;
				flex-wrap: wrap;
				font-size: 12px;
				color: #333333;
				&-test{
					text-decoration: underline;
				}
			}
			&-show{
				margin-top: 15px;
				width: 25px;
				height: 25px;
			}
		}
		&-swiper{
			height: 380px;
		}
		&-lconter{
			position: fixed;
			bottom: 0;
			left: 0;
			z-index: -1;
		}
		&-bg{
			width: 750rpx;
			height: 300px;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: -1;
		}
	}