body{
	overflow-x: hidden;
	width: 100%;
}
ul,img,body{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.loginBg{
	width: 100%;
	height: 100vh;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loginInfo{
	width: 1189px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.loginImg1{
	width: 498px;
}
.loginInfo_titone{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	color: #a2a6b1;
	margin-top: 50px;
}
.loginInfo_right{
	text-align: center;
	width: 380px;
}
.spotBox{
	display: flex;
	justify-content: center;
}
.loginInfo_spot{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 20px;
	margin-bottom: 14px;
}
.spotBox_left .loginInfo_spot:nth-child(2n+2){
	margin-right: 16px;
}
.spotBox_right .loginInfo_spot:nth-child(2n+2){
	margin-right: 16px;
}
.spotBox_left,.spotBox_right{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 51px;
	height: 30px;
}
.spotBox_left .loginInfo_spot{
	background-color: #0990fd;
}
.spotBox_right .loginInfo_spot{
	background-color: #e3ebfa;
}
.loginForm{
	margin-top: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 29px 0px 
		rgba(16, 127, 215, 0.12);
	padding: 50px 30px;
}
.loginInfo_tittwo{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #323547;
}
.loginForm input{
	width: calc( 100% - 16px);
	border-bottom: #dfe1e6 solid 1px;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	padding: 0 8px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #323547;
	margin-top: 30px;
	outline:none;
}
.loginForm input:focus{
}
.loginForm input::-webkit-input-placeholder{
	color: #acadb2;
}
.loginBtn{
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	background-color: #128ffa;
	border-radius: 4px;
	border-style: none;
	outline:none;
	margin-top: 60px;
	cursor: pointer;
}
.loginFoot{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	
}
.loginFoot a{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #323547;
}
@media (max-width: 1201px){
	.loginInfo{
		width: 92%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.loginBg{
		background-size: 100% 100%;
	}
	.spotBox{
		display: none;
	}
	.loginForm{
		margin-top: 40px;
	}
	.loginInfo_left{
		width: 100%;
		padding-left: calc( 50% - 190px);
	}
}
@media (max-width: 435px){
	.loginImg1{
		width: 92%;
	}
	.loginInfo_titone{
		margin-top: 20px;
		line-height: 30px;
	}
	.loginInfo_right{
		width: 100%;
	}
	.loginForm{
		padding: 40px 30px;
	}
	.loginBtn{
		margin-top: 50px;
	}
	.loginForm{
		margin-top: 10px;
	}
	.loginInfo_left{
		padding-left: 0;
	}
}
