body {
	padding: 0;
	margin: 0;
}

.header {
	height: 80px;
	width: 1280px;
	margin: auto;
}

.main_wrap {
	height: calc(100vh - 300px);
	width: 100%;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.main {
	width: 1280px;
	height: 100%;
	margin: auto;
	display: flex;
	align-items: center;
}

.login_from_wrap,.register_from_wrap {
	background-color: #fff;
	position: relative;
	margin-left: auto;
	width: 340px;
	padding: 10px 20px;
	border-radius: 4px;
}

.register_from_wrap .title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #606266;
}

.login_code {
	height: 40px;
	width: 35%;
	border-radius: 4px;
	margin-left: 5%;
	background-repeat: no-repeat;
	background-size: cover;
}

.login_btn {
	width: 100%;
	margin: 10px 0;
}

.third_party {
	margin: 10px 0;
}
.third_party a {
	cursor: pointer;
}

.third_party span {
	color: #909399;
}

.register {
	color: #409EFF;
	float: right;
	text-decoration: none;
}

.icon_login {
	margin-top: 10px;
}

.icon_login img {
	width: 34px;
}

.er_code_wrap {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	height: 400px;
	background-color: #ffff;
	padding: 10px 20px;
}

.er_code_img_wrap {
	display: flex;
	justify-content: space-between;
	background-color: #ecf5fe;
	padding: 14px;
	border-radius: 5px;
}

.er_code_img_wrap img {
	border-radius: 5px;
	width: calc(50% - 7px);
}

.er_code_tip {
	width: 100%;
	border: 1px solid #ccc;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin-top: 14px;
	color: #606266;
}


.login_check {
	position: absolute;
	display: flex;
	align-items: center;
	cursor: pointer;
	z-index: 6;
	right: 6px;
	top: 6px;
}

.login_check span {
	font-size: 14px;
	color: #409EFF;
	margin-right: 6px;
}

.login_check img {
	width: 36px;
}


.footer_wrap {
	background-color: #f5f5f5;
}

.footer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 200px;
	padding-top: 20px;
	color: #666;
	width: 1280px;
	margin: auto;
}

.logo {
	height: 50px;
	margin-top: 15px;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

li {
	cursor: pointer;
	list-style-type: none;
}

.split {
	cursor: default;
	color: #ccc;
}

.copyright {
	text-align: center;
}

.card_wrap {
	display: flex;
	justify-content: center;
}
