.layer_notice {
	background: #5fb878 none repeat scroll 0 0;
	float: left;
	height: 75px;
	overflow: hidden;
	padding: 10px;
	width: 330px
}

.layer_notice ul li {
	color: #fff
}

.video-player {
	background-color: transparent;
	min-width: 100%;
	min-height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0
}

.video_mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 90;
	background-color: rgba(0,0,0,0.3)
}
.main {
	width: 360px;
	padding: 50px;
	border-radius: 10px;
	background-color: rgba(15, 20, 181, 0.58);
	z-index: 99;
	text-align: center;
}
.login {
	width: 360px;
	padding: 50px;
	background-color: rgba(60, 60, 60, 0.58);
	border-radius: 10px;
	position: absolute;
	top: 35%;
	margin: -150px 0 0 -150px;
	z-index: 99;
	text-align: center
}

.form_code {
	position: relative
}

.form_code .code {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer
}

.login_btn {
	width: 100%;
	height:38px;
	line-height: 38px;
}

.text-white {
	color: whitesmoke
}
.layui-input{
	height: 38px;
	font-size: 16px;
}
.layui_btn{
	height:38px;
	line-height: 38px;
}
