* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft YaHei";
}

body {
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../img/login_bg3.png') no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}

.logo {
	position: absolute;
	top: 4%;
	left: 4%;
	width: 50%;
	max-width: 472px;
	height: auto;
	z-index: 10;
}
.zi {
	position: absolute;
	top: 4%;
	right: 4%;
	width: 30%;
	max-width: 360px;
	height: auto;
	z-index: 10;
}

.container {
	width: 90%;
	height: 70%;
	max-width: 90%;
	display: flex;
	flex-direction: column;
	/* overflow: hidden; */
	position: relative;
	z-index: 1;
}



.content-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.shangx{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.platform-image {
	flex: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4%;
	/* background-color: #f8f9fa; */
}

.zione {
	width: 90%;
	max-width: 90%;
	height: auto;
	max-height: 80%;
}
.zitwo{
	width: 60%;
	max-width: 90%;
	height: auto;
	max-height: 80%;
	margin-top: 20px;
}

.login-form {
	flex: 1;
	padding: 4% 9% 5% 4%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* 最初版本 */

img {
	border: none;
	vertical-align: middle;
}
.deng_con {
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 6%;
}

.xiazai2 {
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	object-fit: cover;
	left: 0;
	top: 0;
}

.deng_rih22 {
	font-size: 28px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.div_tab3 {
	margin-left: 25px;
}

.deng_ri2 {

	width: 482px;
	height: 463px;
	max-width: 100%;
	aspect-ratio: 482/463;


	/* 		     max-width: 482px; */
	max-height: 463px;
	min-width: 330px;
	min-height: 400px;
	/* 			width: 100%; */
	height: auto;
	/* 			aspect-ratio: 482/463; */
	margin: 0 auto;
	object-fit: cover;
	background: #ffffff;
	box-shadow: 0px 8px 32px 0px rgba(0, 36, 81, 0.11);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
}


.tab_hd2 {
	/* border-bottom: 1px solid #F4F5FC; */
	display: flex;
	width: 100%;
	margin-bottom: 14px;
	justify-content: space-between;
}

.tab_sp2 {
	font-size: 17px;
	color: #333333;
	float: left;
	cursor: pointer;
	font-weight: bold;
}
.tab_act2 {
	font-size: 17px;
	color: #006C76 ;
	border-bottom: 2px solid #006C76 ;
	padding-bottom: 4px;
	font-weight: bold;
}
.zhao {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 8px;
}
.dengkuan {
	padding: 6px 6px 6px 38px;
	outline: none;
	border-radius: 2px;
	background: none;
	border: none;
	width: 100%;
	font-size: 14px;
	color: #333333;
	/* border: 1px solid #E6E6E6; */
}
.dengkuan::placeholder{
	color:#C2C2C2;
}
.deng_one2 {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 24px;
	border: 1px solid #E6E6E6;
	width: 100%;
	height: 40px;
}

label.error {
	top: 36px;
}


.col-xs-6 {
	width: 56%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	flex: 1;
}
.col-xs-6 a {
	cursor: pointer;
}
a {
	text-decoration: none;
	font-family: "Microsoft YaHei";
}

.col-xs-6 .imgcode2 {
	height: 40px;
}

.sp_code {
	text-align: center;
	font-size: 14px;
	float: right;
	line-height: 40px;
	color: #C2C2C2;
}

#yzm {
	width: 136px;
	float: left;
}

.dengan {
	margin-top: 0px;
	height: 40px;
	width: 100%;
	background: #006C76;
	border-radius: 2px;
	border: none;
	font-size: 16px;
	color: #FFFFFF;
}
button {
	outline: none;
	cursor: pointer;
}

/* 最初版本 */

.waihe{
	margin-top: 30px;
}
.wang{
	font-size: 14px;
	color: #4D8C92;
}
label.error {
	position: absolute;
	left: 18px;
	/*top: 48px;*/
	top: 40px;
	color: #ef392b;
	font-size: 12px;
	z-index: 99;
}

@media (min-width: 768px) {
	.container {
		height: 60%;
		max-width: 80%;
	}

	.content-wrapper {
		flex-direction: row;
	}

}
/* 新增的媒体查询 - 针对登录表单适配 */
@media (max-width: 1200px) {
	.deng_ri2 {
		width: 420px;
		min-width: 330px;
	}

	.deng_con {
		padding-left: 8%;
		padding-right: 8%;
	}

	.deng_rih22 {
		font-size: 24px;
	}

	.tab_sp2, .tab_act2 {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.deng_ri2 {
		width: 380px;
		min-width: 330px;
		min-height: 380px;
	}

	.deng_con {
		padding-left: 6%;
		padding-right: 6%;
		padding-top: 5%;
	}

	.deng_rih22 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.tab_sp2, .tab_act2 {
		font-size: 15px;
	}

	.deng_one2 {
		margin-top: 20px;
		height: 38px;
	}
	.col-xs-6 .imgcode2{
		height: 38px;
	}
	.dengkuan {
		font-size: 13px;
		padding: 5px 5px 5px 35px;
	}

	.zhao {
		width: 18px;
		height: 18px;
		left: 7px;
	}

	.dengan {
		height: 38px;
		font-size: 15px;
	}

	.waihe {
		margin-top: 28px;
	}
}

@media (max-width: 768px) {
	.login-form {
		padding: 4% 5% 5% 4%;
	}

	.deng_ri2 {
		width: 100%;
		max-width: 340px;
		min-width: 330px;
		min-height: 360px;
	}

	.deng_con {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 8%;
	}

	.deng_rih22 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.tab_hd2 {
		margin-bottom: 12px;
	}

	.tab_sp2, .tab_act2 {
		font-size: 14px;
	}

	.deng_one2 {
		margin-top: 18px;
		height: 36px;

	}
	.col-xs-6 .imgcode2{
		height: 36px;
	}
	.dengkuan {
		font-size: 12px;
		padding: 4px 4px 4px 32px;
	}

	.zhao {
		width: 16px;
		height: 16px;
		left: 6px;
	}

	.dengan {
		height: 36px;
		font-size: 14px;
	}

	.waihe {
		margin-top: 24px;
	}

	#yzm {
		width: 120px;
	}

	.col-xs-6 {
		width: 50%;
		height: 34px;
	}
}

@media (max-width: 576px) {
	.login-form {
		padding: 4% 2% 5% 2%;
	}

	.deng_ri2 {
		max-width: 330px;
		min-width: 330px;
		min-height: 340px;
	}

	.deng_con {
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 10%;
	}

	.deng_rih22 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.tab_hd2 {
		margin-bottom: 10px;
		/*   flex-direction: column; */
		align-items: center;
		gap: 8px;
	}

	.tab_sp2, .tab_act2 {
		font-size: 13px;
		width: 100%;
		text-align: center;
		padding-bottom: 4px;
	}

	.deng_one2 {
		margin-top: 16px;
		height: 34px;
	}
	.col-xs-6 .imgcode2{
		height: 34px;
	}

	.dengkuan {
		font-size: 11px;
		padding: 3px 3px 3px 30px;
	}

	.zhao {
		width: 14px;
		height: 14px;
		left: 5px;
	}

	.dengan {
		height: 34px;
		font-size: 13px;
	}

	.waihe {
		margin-top: 20px;
	}

	#yzm {
		width: 100px;
	}

	.col-xs-6 {
		width: 45%;
		padding-left: 10px;
	}

	.sp_code {
		font-size: 12px;
	}
}

@media (max-width: 400px) {
	.deng_ri2 {
		max-width: 330px;
		min-width: 330px;
		min-height: 320px;
	}

	.deng_con {
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 12%;
	}

	.deng_rih22 {
		font-size: 16px;
	}

	.tab_sp2, .tab_act2 {
		font-size: 12px;
	}

	.deng_one2 {
		height: 32px;
	}
	.col-xs-6 .imgcode2{
		height: 32px;
	}

	.dengan {
		height: 32px;
		font-size: 12px;
	}

	#yzm {
		width: 90px;
	}
}