
/*总页面*/
* {
	padding: 0;
	margin: 0;
	/*转换元素边距算法↓↓↓*/
	box-sizing: border-box;
	text-decoration: none;
	}
	body{background: #001994;background-image:url(images/we.png)}
	/*3DS游戏机上屏元素*/
.gametop {
	width: 1200px;
	height: 605px;
	background: #cccccc;
	border-radius: 71px 71px 39px 39px;
	box-shadow: 0px 5px 15px #cccccc;
}
	/*上屏幕装饰黑边*/
.black {
	width: 1149px;
	height: 48px;
	background: #3E3749;
	border-radius: 31px 31px 17px 17px;
	position: relative;
	top: 7px;
	left: 25px;
}
   /*屏幕内部边框*/
.window {
	width: 1053px;
	height: 510px;
	background: #cccccc;
	border-radius: 37px;
	border: 25px solid #ffffff;
	position: relative;
	top: 20px;
	left: 73px;
	right: 73px;
}
	 /*文本元素*/
.windowtext {
	width: 959px;
	height: 415px;
	background: #3E3749;
	position: relative;
	top: 20px;
	left: 20px;
	right: 20px;
}
	/*图片元素*/
.photo {
	width: 299px;
	height: 299px;
	background-color: #ef002d;
	border-radius: 12px;
	position: relative;
	top: 62px;
	left: 45px;
	border: 4px inset #ffff00;
}
	/*图片*/
.me{display: block;
	width: 292px;
	height: 292px;
	border-radius: 9px;
	background-image:url(images/me.png)
	}
	/*文本*/
.text1 {
	width: 515px;
	height: 299px;
	background: #cccccc;
	border-radius: 12px;
	position: absolute;
	top: 62px;
	right: 45px;
}
.text1 h1 {
	border-radius: 12px;
	margin: 50px 0 0 24px;
	font-family: "微软雅黑";
	font-size: 36px;
	color: #ffffff;
	background-color: #cccccc
}
.text1 p {
	margin: 25px 0 45px 50px;
	font: "微软雅黑";
	font-size: 25px;
	background-color: #cccccc;
}
	/*中间转轴装饰元素*/
.center {
	width: 1200px;
	height: 72px;
	background-color: #ffffff;
	border-radius: 36px;
	box-shadow: 0px 5px 7px #cccccc;
}
	/*3DS游戏机下屏元素*/
.gamebottom {;
	width: 1200px;
	height: 712px;
	background: #cccccc;
	border-radius: 39px 39px 72px 72px;
	box-shadow: 0px 5px 15px #cccccc;
	
}
	/*下屏边框和黑色元素*/
.gamebottom ul {
	list-style-type: "\25C7";
	width: 722px;
	height: 564px;
	border: 50px solid #ffffff;
	border-radius: 50px;
	background-color: #3E3749;
	position: absolute;
	top: 732px;
	left: 239px;

}
	/*列表导航元素*/
.gamebottom ul li {
	width: 130px;
	height: 78px;
	background:#3e3749;
	font: "微软雅黑";
	font-size: 50px; 
	float: left;
	border: 2px solid #ffff00;
    position: relative;top:91px;left:40px;right:34px;
	margin-right: 65px;
	margin-left: 6px;
	text-align: center;
	
}
	/*导航选中后变化*/
.gamebottom ul :hover {list-style-type: "\25C8"}
.gamebottom ul li a:hover {
	text-decoration-line: none;
	color: #fff;
	/*选择时添加渐变*/
	filter: drop-shadow(0 0 10px #00ed0b) drop-shadow(0 0 20px #00ed0b) drop-shadow(0 0 30px #00ed0b) drop-shadow(0 0 50px #00ed0b);
}
	/*左边装饰元素*/
.icon {
	width: 172px;
	height: 172px;
	background-image: url(images/icon.png);
	background-color: #cccccc;
	position: relative;
	top: 80px;
	left: 35px;
}
	/*右边装饰元素*/
	.abxy{width: 203px;
	height: 161px;
	background-image: url(images/ABXY.png);
	background-color: #cccccc;
	position: absolute;
	top: 756px;
	left: 976px;}

	

