﻿

html, body {
	min-width: 700px;
	min-height: 700px;
	height: 100%;
	font-family: "Segoe UI", "Segoe UI Symbol", "Microsoft YaHei UI", "Microsoft Yahei", Simsun, "Helvetica Neue", Arial, sans-serif;
}

a {
	text-decoration-line: none;
}

.signin_view {
	height: 100%;
}

	.signin_view .bk_img {
		min-width: 100%;
		max-height: 100%;
	}

	.signin_view .logo {
		position: absolute;
		left: 50%;
		width: 300px;
		margin-left: -150px;
		top: 40px;
	}

	.signin_view .content {
		position: absolute;
		left: 50%;
		height: 450px;
		width: 700px;
		margin-left: -350px;
		top: 140px;
		background: #fff;
	}

		.signin_view .content .left {
			text-align: center;
			width: 58%;
			height: 100%;
			float: left;
			padding: 30px;
			position: relative;
		}

			.signin_view .content .left .qrcode {
				margin-bottom: 70px;
				max-width: 100%;
			}

			.signin_view .content .left .center-icon {
				width: 50px;
				position: absolute;
				top: 50%;
				left: 50%;
				margin-top: -25px;
				margin-left: -25px;
			}

		.signin_view .content .left .bottom{
			position: absolute;
			bottom: 10px;
			width: 100%;
			margin-left: -30px;
		}

		.signin_view .content .right {
			text-align: center;
			width: 42%;
			height: 100%;
			display: inline-block;
			position: relative;
		}
			.signin_view .content .right .split_line {
				position: absolute;
				width: 1px;
				height: 100%;
				border-left: 1px solid #eee;
				z-index: 1;
			}
			.signin_view .content .right .login_btn {
				display: block;
				height: 70px;
				font-size: 26px;
				line-height: 70px;
				width: 80%;
				background: white;
				text-decoration-line: none;
			}
			.signin_view .content .right .login_btn:hover {
				color: #68a668;
				cursor: pointer;
			}
				.signin_view .content .right .login_btn.active {
					border: 1px solid #eee;
					border-left: none;
					position: relative;
					z-index: 2;
					color: unset;
					cursor: unset;
				}
			.signin_view .content .right .identity_btn {
				margin-top: 60px;
			}
			.signin_view .content .right .qq_btn {
			}

			.signin_view .content .right .horize_line {
				height: 1px;
				border-bottom: 1px solid #eee;
				overflow: visible;
				z-index: 1;
				position: relative;
				width: 90%;
				margin: 0 auto;
				margin-top: 80px;
				color: #777;
				font-size: 14px;
			}

			.signin_view .content .right .horize_line span {
				position: relative;
				top: -11px;
				background: #ffffff;
				z-index: 2;
			}
				.signin_view .content .right .horize_line ol {
					text-align: left;
				}


.copyright {
	text-align: center;
	margin-top: 20px;
	color: #ccc;
	position: relative;
	bottom: 70px;
	font-size: 13px;
	width: 100%;
}

.copyright a {
		color: #ccc;
	}


		.copyright a:hover {
			color: #fff;
		}

	.copyright p {
		margin-bottom: 5px;
	}

		.copyright p span {
			vertical-align: middle;
		}



@media screen and (max-width: 315px) {
}

@media screen and (max-width: 700px) {
	.signin_view .content {
		left: 0;
		margin-left: 0;
	}
}