.loginBg {
	max-width: 650px;
	min-width: 320px;
	width: 100%;
	height: 100%;
	height: 100vh;
	height: 100dvh;
	position: fixed;
	top: 0;
	z-index: -2;
	object-fit: cover;
}

html,
body {
	overflow-x: hidden;
}

.logInWrap {

	width: 92%;
	margin: 220px auto 0 auto;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 14px;
	padding: 20px 10px;
}

.loginXz {
	width: 50%;
	text-align: center;
	color: #666;
	font-size: 16px;
	position: relative;
}

.loginAct {
	font-weight: bold;
	color: #EF6214;
}

.loginAct::after {
	width: 32px;
	height: 2px;
	background-color: #EF6214;
	position: absolute;
	left: calc(50% - 16px);
	bottom: -5px;
	right: 0px;
	content: " ";

}

.loginXzBox {
	margin-bottom: 36px;
}

.loginBox {

	padding-left: 3%;
	padding-right: 3%;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #fff;
	align-items: center;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .1);
	border-radius: 40px;
	margin-bottom: 16px;
}

.loginBox1 {
	margin-bottom: 10px;
	justify-content: space-between;
}

.loginIcon {
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 4px;
}

.loginCon {
	align-items: center;
	flex: 1;
	min-width: 0;
}

.loginput {
	flex: 1;
	min-width: 0;
	width: 100%;
	font-size: 16px;
}

.textAlign {
	text-align: center;
}

.codeBtn[disabled] {
	color: #333;
}

.loginBtn {
	display: block;
	margin: 45px auto 24px auto;
	width: 88%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 28px;
	background-image: linear-gradient(to bottom, #EF6214ed, #FF69A0);

}
.loginTkxy{
	align-items: center;
	width: 100%;
	justify-content: center;
	position: static;
	margin-top: 8px;
	padding: 0 5px;
}

.loginTkxy #agreement {
	max-width: 100%;
	justify-content: center;
}

.loginTkxy p {
	min-width: 0;
}
.rectangle {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 5px;
}
.loginTab{
	display: none;
}
.logInShow{
	display: block;
}

@media screen and (max-height: 740px) {
	.logInWrap {
		margin-top: 160px;
	}
}

@media screen and (max-height: 620px) {
	.logInWrap {
		margin-top: 100px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.loginXzBox {
		margin-bottom: 24px;
	}

	.loginBox {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 12px;
	}

	.loginBtn {
		margin-top: 26px;
		margin-bottom: 16px;
	}
}
