/* © hofaeair 2021 */
/* https://hofaeair.net */
*{
	margin: 0;
	padding: 0;
	font-family: moonbridge;
}
@font-face {
    font-family: moonbridge;
    src: url(../font/moonbridge.woff);
}
body{
	background-color: white;
	background-image: url(../img/bg.png);;
}
a{
	text-decoration: none;
	color: #1C778F;
}
.content{
	position: absolute;
	border: 3px solid #3FC3D0;
	top: 50%;
	margin-top: -80px;
	left: 50%;
	margin-left: -178px;
}
.content a:hover{
	border: 1px solid #1EB07F;
}
.content:hover{
	border: 3px dashed #3FC3D0;
}
.content .title{
	border-bottom: 2px solid #1EB07F;
}
.content:hover .title{
	border-bottom: 2px dashed #1EB07F;
}
.link{
	position: absolute;
	top: 50%;
	margin-top: 10px;
	left: 50%;
	margin-left: -178px;
}
.link div{
	display: inline-block;
	border: 2px solid #4CEA9F;
}
/* 中间的链接移动特效 */
.link .link1:hover{
	border: 2px dashed #1EB07F;
}
.link .link2:hover{
	border: 2px dashed #1EB07F;
}
.link .link3:hover{
	border: 2px dashed #1EB07F;
}
/* /中间的链接移动特效 */
/* 底部 */
.foot{
	position: absolute;
	bottom:50px;
	left: 50%;
	margin-left: -178px;
}
.foot p{
	border: 2px solid #3FC3D0;
}
.foot:hover p{
	border: 2px dashed #3FC3D0;
}
/* /底部 */
