.title {
		font-size: 40px;
		-webkit-text-stroke: 1px #fbfbfb;
		-webkit-text-fill-color: transparent;
	}

	.title2 {
		font-size: 40px;
		background: linear-gradient(to bottom, white, black);
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
	}
html,body{
	width: 100vw;
	height: 100vh;
}
	#bg {
		background: url("../imgs/bg.png") no-repeat;
		background-size: 100% 100%;
		width: 100vw;
		height: 100vh;
		position: relative;
	}

	.loginlogo {
		background: url("../imgs/title.png") no-repeat;
		width: 743px;
		height: 108px;
		background-size: 100% 100%;
		margin: 120px 0 0 120px;
		position: absolute;
	}

	.kvf-user-login-box {
		background: url(../imgs/logobo.png) no-repeat;
		width: 400px;
		/* transform: scale(.95); */
		background-size: 100% 100%;
		position: absolute;
		/* margin: 50px; */
		left: calc(50% - 330px);
		/*top: 30%;*/
	}
.titlelogin{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	color: #fff;
background: url(../imgs/titlebottom.png)no-repeat 50% bottom;
	text-shadow: -2px 2px 2px #000000;
}
.titlelogin div{
	font-weight: bold;
	font-size:64px;
	line-height: 59px;
	margin-left: 10px;
	letter-spacing: 5px;
}
	#hydl {
		background: url(../imgs/shouyelogo=1.png) no-repeat;
		width: 540px;
		height: 72px;
		background-size: 100% 100%;
		margin: 25px auto;
		margin-bottom: 34px;
	}

	#submitBtn {
		
		width: 83%;
		height: 68px;
		background-size: 100% 100%;
		position: relative;
		top: 23px;
		font-size: 21px;
		background-position-y: 3px;
		background:#2e8afa;
		border-radius: 5px;
		left: 1%;
	}
.layui-icon-vercode:before{
	content: '';
}
.layui-icon-password:before{
	content: '';
	        width:34px;
	        height:24px;
					border-right: 2px solid #6dadfc;
	        position:absolute;
	        left: 20%;
	        top: 8px;
	background: url(../imgs/mm.png)no-repeat center;
}
.layui-icon-username:before{
	content: '';   
	       width:34px;
	       height:24px;
	       border-right: 2px solid #6dadfc;
	        position:absolute;
	        left: 20%;
	        top: 8px;
	background: url(../imgs/yhm.png)no-repeat center;
}
.layui-col-xs7 input{left: 0!important;}
	.kvf-user-login-icon {
		margin-top: 3px;
		margin-left: 7px;
		font-size: 27px;
	}

	.ip {
		background: url(../imgs/input1.png) no-repeat;
		/* width: 83%; */
		height: 46px;
		background-size: 100% 100%;
		/* margin: auto; */
		margin-left: auto;
	
		margin-right: auto;
	}

	.ip .layui-input {
		border: 0px;
		background-color: transparent !important;
		padding-top: 7px;
		width: 81%;
			color: #5ca6ff!important;
		position: relative;
		top: 2px;
		left: 51px;
		padding-left: 10px !important;
		font-size: 17px;
	}
input::-webkit-input-placeholder {
	/* WebKit browsers */ 
	color:#5ca6ff;
}
	input:-webkit-autofill {
		-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	}

	.layui-form-checkbox[lay-skin=primary] i {
		top: -3px;
		width: 20px;
		height: 20px;
	}

	.layui-form-checkbox span {
		font-size: 17px;
	}
/* .dtxg{
	width: 118px;
	height: 118px;
	position:absolute;
	display: flex;
}
.dtxg img{
	width: 70%;
	height: 70%;
	margin: auto;
}
.dx{width: 118px;
	height: 118px;
	position: absolute;
	background: url(../imgs/gq.png)no-repeat center;
	background-size: 100% 100%;
	animation: kkyy 6s infinite linear;
	top: 0;
	left: 0;
	
}
.dtxg1{
   top: 32.5%;
	 left: 15.2%;
}
@keyframes kkyy{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
} */