@CHARSET "UTF-8";

.headimg {
	width: 64px;
	height: 64px;
}

.headimg100 {
	width: 100%;
	height: 100%;
}


/* demo */

.demo-function {
	text-align: center;
	display: block;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.demo-function img {
	width: 80px;
	height: 64px;
}