body{
	overflow-x: hidden;
}
header{
	z-index: 1;
	width: 100%;
	height: 5%;
	background-color: #203040;
	box-shadow: 0px 0px 10px #202040;
	color: #FFF;
	position: fixed;
	top: 0px;
	user-select: none;
}
header>*{
	height: 100%;
	float: left;
	text-align: center;
}
header>#YovoY{
	width: 10%;
	line-height: 165%;
	font-size: 30px;
	font-weight: bold;
	font-family: 华文仿宋;
	font-style: italic;
	color: #bfffdf;
}
header>.title{
	width: 20%;
	font-family: 楷体;
	line-height: 200%;
	font-size: 26px;
}
header>nav{
	padding-left: 17%;
	width: 53%;
}
header>nav>ul{
	width: 100%;
	height: 100%;
	line-height: 270%;
	font-size: 20px;
	list-style: none;
}
header>nav>ul li{
	width: 10%;
	height: 100%;
	line-height: 245%;
	float: left;
}
header>nav>ul>.index{
	height: calc(100% - 5px);
	border-bottom: #bf0000 solid 5px;
	background-color: #1a2633;
	box-shadow: 0px 0px 10px #2d4359;
}
header>nav>ul>a{
	text-decoration: none;
	color: #FFF;
}
header>nav>ul>a>li:hover{
	background-color: #26394d;
	box-shadow: 0px 0px 10px #131d26;
}
aside{
	width: 20%;
	height: 100%;
	background-color: #203040;
	box-shadow: 0px 10px 10px #202040;
	position: absolute;
	top: 15%;
	left: 10%;
	font-size: 18px;
	font-family: 楷体;
	color: #FFF;
	text-align: center;
	text-shadow: 5px 5px 3px #131d26;
	user-select: none;
}
aside>#touXiang{
	width: 150px;
	height: 150px;
	margin: 15% auto 10%;
	background-image: url(../img/touXiang.png);
	background-size: cover;
	border-radius: 72px;
	box-shadow: 5px 5px 3px #131d26;
}
aside>.text{
	font-size: 24px;
	font-weight: bold;
	font-family: 幼圆;
}
aside>#ico{
	margin: 10% auto;
	padding: 10% 0px;
	width: 80%;
	border-top: 1px #FFF dashed;
	border-bottom: 1px #FFF dashed;
}
aside>#ico>svg{
	margin: 0px 5%;
	cursor: pointer;
}
aside>table{
	margin: 0px auto;
	padding-bottom: 10%;
	width: 80%;
	font-size: 18px;
	color: #aaa;
	text-align: right;
	line-height: 34px;
	border-bottom: 1px #FFF dashed;
}
aside>table tr>td:first-child{
	color: #FFF;
	text-align: left;
}
aside>input{
	margin: 10% auto;
	width: 180px;
	height: 50px;
	background-color: #08F;
	font-size: 18px;
	font-family: 楷体;
	color: #FFF;
	border-radius: 25px;
	border: none;
	box-shadow: 5px 5px 3px #131d26;
	display: block;
	cursor: pointer;
}
aside>input:hover{
	background-color: #F80;
	position: relative;
	top: -3px;
	font-weight: bold;
	text-shadow: 5px 5px 3px #131d26;
}
#popup{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 5;
	display: flex;
	align-items: center;
	visibility: hidden;
	user-select: none;
}
#popup>div{
	margin: 0px auto;
	width: 20%;
	height: 20%;
	background-color: #FFF;
	border-radius: 5%;
	font-size: 24px;
	text-align: center;
}
#popup>div>.title{
	height: 25%;
	line-height: 200%;
	border-bottom: 1px solid #CCC;
}
#popup>div>.text{
	margin: 8% 0px;
	height: 20%;
	user-select: text;
}
#popup>div>input{
	width: 20%;
	height: 15%;
	margin: 0px 10%;
}