body {
	background: #F3F6FD;
}

.login {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	height: 600px;
	margin: 100px auto;
	box-shadow:0px 3px 10px 0px #F0F0F0;
}
.login-bunner {
	width: 400px;
	height: 600px;
	overflow: hidden;
}
.swiper-item{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.login-account {
	width: 600px;
	height: 600px;
}
.login-messsges {
	width: 362px;
	height: 394px;
	margin: 103px auto;
}
.login-type {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 362px;
	height: 50px;
}
.login-password {
	width: 182px;
	line-height:50px;
	text-align: center;
	cursor: pointer;
}
.login-select-line{
	font-size: 20px;
	color: #111;
	border-bottom: 2px solid #1645D1;
}
.login-noselect-line {
	font-size: 20px;
	color: #666;
	border-bottom: 2px solid #ECEDF6;
}
.login-code {
	width:180px;
	line-height:50px;
	text-align: center;
	cursor: pointer;
}
.login-phone {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	margin-top: 40px;
}
.password {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	margin-top: 20px;
}
.password-text-login {
	display: none;
}
.login-phone-img {
	margin-left: 29px;
}
.login-phone-text {
	margin-left: 12px;
}
.phone-text {
	height: 45px;
	width: 280px;
	font-size:14px;
	color: #999;
}
.login-password-text {
	margin-left: 15px;
}
.password-img {
	width: 15px;
	height: 18px;
}
.password-type {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px auto;
}
.check-select {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 20px;
}
.check-remember {
	width: 16px;
	height: 16px;
	border: 2px solid #E4E6E6;
	/* opacity: 0.1; */
	cursor: pointer;
}
.password-remember {
	margin-left: 11px;
	font-size:14px;
	line-height:36px;
	cursor: pointer;
}
.foget-password {
	font-size:14px;
	line-height:36px;
	margin-right: 20px;
	cursor: pointer;
}
.login-update {
	width: 100%;
	height:50px;
	border-radius:25px;
	color: #fff;
	font-size:16px;
	cursor: pointer;
}
.other-login {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 31px;
}
.other-account {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 20px;
}
.other-title {
	font-size:14px;
}
.login-qq-weixin {
	padding-left: 15px;
	cursor: pointer;
}
.register {
	margin-right: 20px;
	cursor: pointer;
}
/* 验证码登录 */
.code-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.code-login-text {
	display: none;
}
.code-sms {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 240px;
	height: 50px;
	border-radius: 25px;
}
.code-sms-text {
	height: 45px;
	width: 150px;
	font-size:14px;
	color: #999;
}
.gain-code {
	width:112px;
	height:50px;
	border-radius:25px;
	font-size:14px;
	text-align: center;
	line-height: 50px;
}
/* 注册 */
.register-top {
	margin-top: 62px;
}
.register-title {
	width: 362px;
	height: 50px;
	color: #111;
	font-size:20px;
	line-height: 50px;
	text-align: center;
}
.area-code {
	color: #333;
	margin-left: 15px;
}
.register-phone {
	width: 200px;
}
.existin-account {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 40px;
	margin-right: 20px;
}
/* 错误提示 */
.alert-messages {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width:330px;
	height:34px;
	background: #FDEDEE;
	border-radius:4px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
.alert-point {
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 10px;
	background: #FF4958;
	border-radius: 50%;
	text-align: center;
	margin-left: 18px;
	margin-right: 10px;
}
.alert-promit {
	color: #FF4958;
	font-size: 14px;
	line-height: 34px;
}
.show-err{
	display: none;
}
