*{
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
	width: 100%;
}
body{
	height: 100%;
	width: 100%;
	background: url('../i/bg.jpg') 50% 50%/cover no-repeat;
	position: relative;
}
.logo{
	position: absolute;
	top: 3%;
	left: 3%;
}
.box{
	position: absolute;
	width: 980px;
	height: 550px;
	border: 5px solid #824203;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
}
.iw{
	position: absolute;
	top: -130px;
	left: 0;
}
.i1{
	position: absolute;
	top: -100px;
	right: 0;
}
.iframe{
	display: block;
	border: none;
	width: 100%;
	height: 100%;
}

.footer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6)
}
.footer p{
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 15px;
}
.pop{
	position: absolute;
	left: 50%;
	margin-left: 550px;
	top: 60%;
}
.pop img{
	display: block;
	margin: 15px auto;
	background-color: #fff;
	padding: 5px;
	width: 100px;
}
.pop p{
	font-size: 12px;
	color: #fff;
	text-align: center;
}



