:root {
	--module-width: 1280px;
}

.lg-m {
	width: 100%;
	min-height: calc(100vh - 13.25rem);
	background: linear-gradient(180deg, #6bce73, #59c7a4);
	display: flex;
	justify-content: center;
	align-items: center;
}

.lg-c {
	width: var(--module-width);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -10rem;
}

.lg-l {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.lg-l .hello-c {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: -1rem;
}

.lg-l .login-ip-img {
	width: 18rem;
	height: 18rem;
}

.lg-l .hello-text {
	font-size: 4.5rem;
	line-height: 4.5rem;
	color: rgba(255, 255, 255, 0.6);
	margin-right: 0rem;
}

.lg-l .login-text-img {
	width: 33.5rem;
	margin-top: -2.5rem;
}

.lg-l .tag-text {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
	margin-left: 0.2rem;
}

.lg-r {
	background: linear-gradient(180deg, #f4fff4, #caf3cf);
	box-shadow: 0 1rem 2rem rgba(60, 184, 134, 0.5);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2rem;
	border-radius: 1rem;
	margin-left: 3rem;
}

.lg-r .tt {
	font-size: 1.25rem;
	color: #0a6218;
	/* margin-top: 0.5rem; */
}

.lg-r .inp-c {
	width: 20rem;
	height: 4rem;
	border-radius: 2rem;
	background: #c8eaca;
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lg-r .inp-c .inp {
	height: 3rem;
	font-weight: 600;
	font-size: 1rem;
	margin-left: 1.5rem;
	width: calc(100% - 3rem);
	color: #0a6218;
}

.lg-r .inp-c .inp1 {
	width: calc(50% - 1.5rem);
}

.lg-r .inp-c .code {
	width: calc(50% - 0.8rem);
	margin-right: 0.35rem;
	background: #ffffff;
	height: 3rem;
	line-height: 3rem;
	border: 0.125rem solid #008f17;
	border-radius: 2.75rem;
	font-size: 0.875rem;
	color: #008f17;
	text-align: center;
}

.lg-r .inp-c .inp::placeholder {
	color: #0a6218;
}

.lg-r .login-btn {
	width: 20rem;
	height: 4rem;
	background: linear-gradient(180deg, #5ae190, #1cb347);
	border-radius: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	color: #ffffff;
	margin-top: 1rem;
	font-weight: 400;
}

.lg-r .tips-tt {
	display: flex;
	align-items: center;
	font-size: 0.75rem;
	color: #0a6218;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.lg-r .tips-tt .check-box {
	border: 0.125rem solid #008f17;
	width: 0.75rem;
	height: 0.75rem;
	background: #ffffff;
	border-radius: 0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.25rem;
}

.lg-r .tips-tt .check-box .dian {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #008f17;
}

.lg-r .tips-tt .aline {
	text-decoration: underline;
}

.c-tt-img1 {
	width: 17.5rem;
	height: 6.875rem;
}

.c-tt-img2 {
	width: 12.5rem;
	height: 6rem;
}

.tt-text {
	font-size: 3rem;
	line-height: 3rem;
	font-weight: 600;
	color: #000000;
}

.tt-desc {
	font-size: 1.375rem;
	line-height: 1.5rem;
	color: #999999;
}

.p-m-l {
	margin-left: 4rem;
}

.p-m-l2 {
	margin-left: 2rem;
}

.mg-t10 {
	margin-top: 0.625rem;
}

.mg-t20 {
	margin-top: 1.25rem;
}

@media (max-width: 1280px) {
	:root {
		--module-width: 90%;
	}

	.lg-m {
		width: 100%;
		min-height: calc(100vh - 9.25rem);
		background: linear-gradient(180deg, #6bce73, #59c7a4);
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.lg-c {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 1rem;
	}

	.lg-l {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.lg-l .hello-c {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: -1rem;
	}

	.lg-l .login-ip-img {
		width: 10rem;
		height: 10rem;
	}

	.lg-l .hello-text {
		font-size: 2.5rem;
		line-height: 2.5rem;
		color: rgba(255, 255, 255, 0.6);
		margin-right: 0.5rem;
	}

	.lg-l .login-text-img {
		width: 19.5rem;
		margin-top: -1.75rem;
	}

	.lg-l .tag-text {
		font-size: 0.85rem;
		color: rgba(255, 255, 255, 0.8);
		font-weight: 400;
		margin-left: -1.15rem;
	}

	.lg-r {
		background: linear-gradient(180deg, #f4fff4, #caf3cf);
		box-shadow: 0 1rem 2rem rgba(60, 184, 134, 0.5);
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 1.5rem;
		border-radius: 1rem;
		margin: 2rem 0;
	}

	.lg-r .tt {
		font-size: 1.25rem;
		color: #0a6218;
		/* margin-top: 0.5rem; */
	}

	.lg-r .inp-c {
		width: 17rem;
		height: 3rem;
		border-radius: 2rem;
		background: #c8eaca;
		margin-top: 1rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.lg-r .inp-c .inp {
		height: 2.5rem;
		font-weight: 600;
		font-size: 0.875rem;
		margin-left: 1.5rem;
		width: calc(100% - 3rem);
		color: #0a6218;
	}

	.lg-r .inp-c .inp1 {
		width: calc(50% - 1.5rem);
	}

	.lg-r .inp-c .code {
		width: calc(50% - 0.8rem);
		margin-right: 0.35rem;
		background: #ffffff;
		height: 2rem;
		line-height: 2rem;
		border: 0.125rem solid #008f17;
		border-radius: 2.75rem;
		font-size: 0.875rem;
		color: #008f17;
		text-align: center;
	}

	.lg-r .inp-c .inp::placeholder {
		color: #0a6218;
	}

	.lg-r .login-btn {
		width: 17rem;
		height: 3rem;
		background: linear-gradient(180deg, #5ae190, #1cb347);
		border-radius: 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1rem;
		color: #ffffff;
		margin-top: 1rem;
		font-weight: 400;
	}

	.lg-r .tips-tt {
		display: flex;
		align-items: center;
		font-size: 0.75rem;
		color: #0a6218;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.lg-r .tips-tt .check-box {
		border: 0.125rem solid #008f17;
		width: 0.75rem;
		height: 0.75rem;
		background: #ffffff;
		border-radius: 0.6rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 0.25rem;
	}

	.lg-r .tips-tt .check-box .dian {
		width: 0.5rem;
		height: 0.5rem;
		border-radius: 50%;
		background: #008f17;
	}

	.lg-r .tips-tt .aline {
		text-decoration: underline;
	}
}
