* {
	margin: 0;
	padding: 0;
}

.menu {
	width: 100%;
	max-height: 100vh;
}

/*弹窗*/
#cover {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.3;
	/*兼容IE8及以下版本浏览器*/
	filter: alpha(opacity=30);
	display: none;
}

#popup {
	width: 100vw;
	/*height: 890px;*/
	background: url(../images/popup.png) no-repeat;
	background-size: 100vw;
	margin: auto;
	position: fixed;
	z-index: 999;
	top: 5%;
	bottom: 0;
	display: relative;
}

	#popup a {
		text-decoration: none;
		out-line: none;
		color: #2D2D2D;
	}

	#popup .colsePop {
		float: right;
		margin-right: 2vw;
		margin-top: 1vw;
	}

	/* 报名框 */
	#popup input {
		outline: none;
		border: 0px;
	}

	#popup .input {
		width: 80vw;
		height: 9vw;
		position: relative;
		top: 13vw;
		left: 10vw;
		margin-top: 3vw;
		border-radius: 5px;
		background-color: white;
		border: 2px #D2D2D4 solid;
	}

		#popup .input img {
			height: 6.5vw;
			position: relative;
			top: 1.1vw;
			left: 1vw;
		}

		#popup .input input {
			width: 65vw;
			height: 8vw;
			background-color: white;
			position: relative;
			top: -1.2vw;
			left: 3.5vw;
		}

	#popup .submit {
		width: 80vw;
		height: 12vw;
		background: url("../images/icon/ljbm.png") no-repeat;
		background-size: contain;
		position: relative;
		top: 18vw;
		left: 10vw;
	}
