*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}
.container{
	width: 100%;
	height: 100%;
	position: relative;
}
.list{
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
}
.listEver{
	width: 100%;
	height: auto;
	background: red;
}
.listEver li {
	background: #fff;
	box-sizing: border-box;;
	padding-left: .5rem;
}
.listEver p {
	width: 100%;
	height: 1.5rem;
	background: #bdbdbd;
	font-size: 1rem;
	color:#333;
	line-height: 1.5rem;
	box-sizing: border-box;
	padding-left: 1rem;
}
.letter{
	width: 1rem;
	height: 100%;
	position: fixed;
	right: .2rem;
	top: .5rem;
}
.letter ul,li{
	list-style: none;
	width: 100%;
	/*text-align: center;*/
	font-size: 1rem;
	color:#333;
}