.info h1{
	font-size:		1.5em;
	font-weight:	lighter;
}
.info h2{
	font-size:		14px;
	font-weight:	lighter;
	margin-top:		-0.67em;
}
.main {
    display:		flex;
}
.pic {
	width:			1104px;
}
.pic img{
	width:			100%;
	display:		block;;
}
.side {
	flex:1;
	padding:		5px;
	background:		#eee;
}
.home {
	margin:			10px 0;
}
.home a {
	text-decoration:none;
}
.md5 {
	font-size:		12px;
}
.like {

	font-size:		30px;
}
a.btn {
	margin-top:		20px;
	display:		inline-block;
	height:			60px;
	line-height:	60px;
	background:		none;
	text-decoration:none;
}
.pagebar .selected.btn {
	background:		#eceaeb;
}
a.btn:hover {
	background:		#eceaeb;
}
.widthbtn {
	width:			100%;
	text-align:		center;
}
.like .btn {
	padding:0 30px;
}
.likemuch {
	font-size:		25px;
}
.redheart {
	font-size:		25px;
	color:			red;
}

.btn_prev {
	position:fixed;
	top:50%;
	left:0;
	display:block;

	background: transparent url(bing.png) no-repeat;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	background-position: 0 -84px;
}
.btn_next {
	position:fixed;
	top:50%;
	right:0;
	display:block;

	background: transparent url(bing.png) no-repeat;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	background-position: 0 -126px;
}