*{
	padding: 0;
	margin: 0;
}
body{
	max-width: 100%;
}
#container{
	max-width: 90%;
	margin: 0 auto;
	/*background-color: yellow;*/
}
.navbar{
	width: 100%;
	background-color: #d71518;
	border-radius:5px;
}
.nav-link{
	color: white;
	font-size: 120%;
}
.nav-link:hover{
	color: darkgrey;
}
#res{
	color: white;
}
#res:hover{
	color: darkgrey;
}

#updateInfo{
	padding: 3%;
	margin-top: 2%;
	width: 40%;
	background-color: rgba(0,191,255,0.55);
	margin: 2% auto;
	border-radius: 5px;
	/*text-align: center;*/
	padding-bottom: 5%;
}

#updateInfo #title h5{
	text-align: center;
}

#close{
	width: 100%;
	height: 40px;
	/*background-color: blue;*/
}

#close img{
	/*background-color: #d71518;*/
	padding-right: 5px;
	padding-top: 5px;
	float: right;
	width: 25px;
	height: 25px;
	clear: both;
}

#updateInfo input{
	min-width: 60%;
	padding: 1%;
	margin: 1%;
	border-radius: 3px;
	border: none;
	padding: 2%;
	padding-left: 2%;
}

#updateInfo label{
	font-size: 110%;
}

#updateInfo #btn_submit{
	padding: 2% 5%;
	border-radius: 5px;
	background-color: #d71518;
	color: white;
	border: none;
	float: right;
	margin-top: 3%;
}

#updateInfo #btn_submit:hover{
	color: wheat;
	background-color:#B22222;
}

#update_head_img{
	width: 100%;
	height: 50px;
	background-color: wheat;
}

#update_head_img tr{
	width: 100%;
	border: 1px solid red;
}
#update_head_img tr td{
	width: 40px;
	height: 80px;
	border: 3px solid wheat;
}
#update_head_img tr td img{
	width: 95%;
	height: 95%;
}
#update_head_img tr td img:hover{
	border: 3px solid blueviolet;
}
#update_preview-img {
	width: 100px;
	height: 100px;
	margin-top: 1%;
}
#touxiang{
	text-align: left;
}
