.dlwbk{
	width: 100%;
	height: 100%;
	display: flex;
}
.dlban{
	width: 30%;
	height: 100vh;
	background-color: #2593f4;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 50.5%;
	background-size: cover;
	box-shadow: 10px  10px 50px 0 hsla(0,0%,64%,.1);
}
.dlri{
	width: 70%;
}
.dlck{
	width: 380px;
	height:480px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px  10px 50px 0 hsla(0,0%,64%,.1);
	margin-left: 35%;
	margin-top: 9%;
	padding: 40px;
}
.dlmc{
	font-size: 18px;
	font-weight: bold;
	color: #2593f4;
	padding-left: 15px;
	border-left: 4px solid #2593f4;
	margin-left: 20px;
	margin-top: 20px;
}
.xtdl{
	clear: both;
	width: 60px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	color: #333333;
	line-height: 40px;
	border-bottom: 4px solid #2593f4;
	margin-bottom: 35px;
}
.dlsr{
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	clear: both;
}
.dlsr input{
	width: 96%;
	line-height: 60px;
	border-radius: 8px 8px;
	padding-left: 10px;
	background-color: rgba(37, 147, 244, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.03);
	transition: all .2s linear;
}
.dlsr input:hover{
	border: 1px solid #2593f4;
	-webkit-box-shadow: 0px  10px 30px 0  rgba(0, 158, 132, 0.1);
	box-shadow: 0px  10px 30px 0  rgba(0, 158, 132, 0.1);
	transition: all .2s linear;
}


.dlyz{
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	clear: both;
	position: relative;
}

.dlyz input{
	width: 58%;
	float: left;
	line-height: 60px;
	border-radius: 8px 8px;
	padding-left: 10px;
	background-color: rgba(37, 147, 244, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.03);
	transition: all .2s linear;
}
.dlyz input:hover{
	border: 1px solid #2593f4;
	-webkit-box-shadow: 0px  10px 30px 0  rgba(37, 147, 244, 0.1);
	box-shadow: 0px  10px 30px 0  rgba(37, 147, 244, 0.1);
	transition: all .2s linear;
}

.dlyz img{
	width: 35%;
	height: 58px;
	float: right;
	margin-right: 5px;
	border-radius: 8px 8px;
}
.dljz{
	width: 100%;
	height: 60px;
	clear: both;
}
.dljz span{
	font-size: 14px;
	padding-left: 10px;
}
.dljz input{
	border: 1px solid #f1f1f1 ;
}
.dlan{
	font-size: 16px;
	width: 100%;
	text-align: center;
	line-height: 60px;
	background-color: #2593f4;
	color: #ffffff;
	border-radius: 8px 8px;
	box-shadow: 0px  10px 50px 0  rgba(37, 147, 244, 0.3);
	cursor: pointer;
}
.yzm{
	position: absolute;
	width:133px;
	text-align: center;
	right: 0;
	line-height: 58px;
	font-size: 20px;
	font-weight: 600;
	color: #2593f4;
	cursor: pointer;
}
.yzm span{
	padding: 0px 2px;
}
.jszc{
	clear: both;
	height: 40px;
	font-size: 14px;
	padding-left: 35%;
	line-height: 40px;
	bottom: 0;
	width: 65%;
	position:fixed;
	background-color: rgba(0, 0, 0, 0.03);
}
