/* Header */
html,body,.container , .container .content {
	height: 100%;
}
.large-header {
	position: relative;
	width: 100%;
	height: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.container .large-header {
	background-image: url('../images/banner1.jpg');
}

.container .prompt {
	position: absolute;
	left: 50%;
	top: 30%;
	width: 550px;
	margin-left: -275px;
	text-align: center;
}
.container .prompt p {
	font-size: 16px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin:20px 0;
}
.container .prompt label {
	display: block;
	width: 80%;
	margin: auto;
	background: rgba(0,0,0,0.6);
	border: 10px solid rgba(0,0,0,0.2);
	padding:10px 20px;
	border-radius: 5px;

}
.container .prompt label span {
	color: #fff;
	font-size: 14px;
}
.container .prompt label input {
	width: 250px;
		height: 35px;
	line-height: 35px;
	background: none;
	border: none;
	color: #ddd;
	font-family: "Microsoft YaHei","宋体",Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.container .prompt label button {
	float: right;
	width: 60px;
	height: 35px;
	line-height: 35px;
	background: #e0402a;
	border: none;
	color: #fff;
	font-family: "Microsoft YaHei","宋体",Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}