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%;
}

.headTop {
	width: 100%;
	height: 56px;
	line-height: 56px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
}

.headTop .left {
	width: 50%;
	padding-left: 40px;
}

.headTop .right {
	width: 50%;
	text-align: right;
	padding-right: 60px;
}

.loginTo {
	cursor: pointer;
	margin-right: 120px;
}

.binding-btn {
	background-color: #6576B7;
}

.content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	height: 460px;
	min-height: 450px;
	background-color: #fff;
	border-radius: 10px;
}

.layui-tab-title {
	text-align: center;
	border: none;
	margin-top: 20px;
}

.layui-tab-title li {
	color: #b9bed3;
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	position: relative;
	width: 50%;
}

.layui-tab-title li::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 1px;
	height: 22px;
	color: #6576b7;
	border-right: 2px solid #6576b7;
}

.layui-tab-title li:nth-child(2n) {
	border-right: none;
	padding-right: 0px;
}

.layui-tab-title li:nth-child(2n)::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 #6576b7;
}

.layui-tab-bar {
	display: none;
}

.layui-tab-content {
	text-align: center;
}
