html,
body {
 width: 100%;
 height: 100%;
 color: #3E4147;

 height: calc(100vh);
}

.main {
 width: 100%;
 min-width: 1200px;
 min-height: 600px;
 height: 100%;
 position: relative;
 overflow: hidden;

}

video {
	width: 100%;
}

.content {
	position: absolute;
	right: 90px;
	top: 90px;
	bottom: 90px;
	width: 1150px;
	height: 600px;
	min-height: 600px;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
}


.right {
	width: 500px;
	flex-shrink: 0;
}

.right img {
	width: 100%;
	height: 100%;
}

.login {
	width: 650px;
	height: 600px;
}

.layui-tab-title {
	text-align: center;
	border: none;

}

.layui-tab-title li {
	color: #b9bed3;
	font-size: 21px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	font-weight: 600;
	position: relative;
}

.layui-tab-title li::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 1px;
	height: 22px;
	color: #b9bed3;
	border-right: 2px solid #b9bed3;
}

.layui-tab-title li:nth-child(4n) {
	border-right: none;
	padding-right: 0px;
}

.layui-tab-title li:nth-child(4n)::after {
	border-right: none;
}


.layui-tab-title .layui-this {
	color: #6576b7;
}

.layui-tab-title .layui-this::after {
	top: 10px;
	right: 1px;
	height: 22px;
	border: none;
	border-right: 2px solid #b9bed3;
}

.login-header {
	margin-top: 35px;
	text-align: center;
}

.login-header .title {
	font-size: 21px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #444444;
	line-height: 40px;
}

.login .login-content {
	padding: 30px 40px;
}

.login-item {
	border-bottom: 1px solid #d8d8d8;
}

.login-input {
	width: 570px !important;
	margin-right: 0 !important;
}

.login-item input {
	border: none;
}

.login-vcode {
	float: right;
	/* font-size: 16px; */
	padding: 0px !important;
	/* background-color: #f5f5f5; */

}

.warn-tip {
	display: flex;
	flex-direction: column;
	padding: 40px 0;
	border-top: 1px solid #D6D0FD;
	border-bottom: 1px solid #D6D0FD;
}

.warn-tip .up {
	font-size: 16px;
	font-weight: 550;
	color: #5C5B5B;
	padding: 10px;
}

.warn-tip .down {
	display: flex;
	justify-content: center;
	align-items: center;
}

.warn-tip .down img {
	width: 28px;
	height: 28px;
}

.warn-tip .down div {
	margin-left: 10px;
	font-size: 16px;
	font-weight: 550;
	color: #5C5B5B;
}

.login-ca {
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.login-ca ul {
	font-size: 16px;
	line-height: 32px;
}

.login-itemButton {
	text-align: center;
	margin-top: 30px;
}

.login-btn {
	width: 350px;
	height: 40px;
	background: #409EFF;
	box-shadow: 0px 4px 6px 0px rgba(99, 153, 234, 0.58);
	border-radius: 4px;
}

.login-btn span {
	height: 40px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
}

.reset-pwd {
	float: right;
	height: 22px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #6BA2F5;
	line-height: 22px;
}

.wwx-login {
	display: flex;
	justify-content: center;
	align-items: center;
}