
body{
	font-family:'STHeiti','Microsoft YaHei',Helvetica,Arial,sans-serif;margin:0 auto;
	max-width: 750px;
	background: #c1dfff url(../images/bg01.jpg) no-repeat center top;
	background-size: 100% auto;
	position: relative;
}
img {
	vertical-align: top;
	width: 100%;
}
#main {
	margin: 0 auto;
	width: 6.4rem;
	padding: 1.3rem 0 .5rem;
}
.logo {
	width: 5.3rem;
	margin: 0 auto 0.6rem;
}
.photo{

	width: 4.3rem;
	height: 3.8rem;
	background-color: aqua;
	background-size: 100% 100%;
	margin: 0 auto 0.6rem;
}
.ulLink {
	width: 6.4rem;
	margin: 0 auto 0.38rem;
}
.ulLink li {
	padding: 0 0 0.18rem;
}
.text {
	width: 5rem;
	margin: 0 auto;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0.7);
	z-index:999;
}
.photo {
	width: 90%;
	position:fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index:1000;
}
.photo .close {
	width: 0.8rem;
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
}
