*{
	margin:0;
	padding:0;
}
html,body{
	height:100%;
}
.bg{
	background:url(../image/loginBg.jpg)no-repeat;
	background-size:100% 100%;
	width:100%;
	height:100%;
	padding-top:6%;
	box-sizing:border-box;
}
.title{
	background:url(../image/loginTitle.png)no-repeat;
	background-size:100% 100%;
	width:1118px;
	height:76px;
	margin: 0 auto; 
}
.login{
	background:url(../image/welcomeBg.png)no-repeat;
	background-size:100% 100%;
	width:624px;
	height:460px;
	margin:0 auto;
	margin-top:6%;
	padding-top:45px;
}

.welcome{
	width:141px;
	height:30px;
	display:block;
	margin: 0 auto;
}

.user,.pass{
	width:390px;
	height:60px;
	display:flex;
	background:#fff;
	border:1px solid #E9EDEE;
	margin: 0 auto 20px;
	align-items:center;
}
.user{
	margin-top:33px;
}
.user img,.pass img{
	width:25px;
	height:30px;
	margin-left:10px;
}
.user input,.pass input{
	height:39px;
	width:300px;
	border:0;
	outline:none;
	font-size:18px;
}
.line{
	width:1px;
	height:31px;
	background:#E9EDEE;
	margin:0 23px;
}
select{
	width:392px;
	height:62px;
	display:flex;
	background:#fff;
	border:1px solid #E9EDEE;
	margin: 0 auto 8px;
	align-items:center;
	font-size:18px;
	text-indent:18px;
}
.loginBtn,.expertBtn{
	width:255px;
	height:56px;
	text-align:center;
	background:#52a684;
	border-radius:28px;
	line-height:56px;
	color:#fff;
	margin:13px auto 0;
	font-size:24px;
	cursor: pointer;
}
.loginBtn{
	margin-top:21px;
	cursor: pointer;
}
.mess{
	color:#f07f19;
	font-size:18px;
	text-align:center;
	margin-top:12px;
}
@media screen and (max-width: 1900px) {
	.bg{
		padding-top:2%;
	}
   .login{
	margin-top:2%;
	}
}