.flop {
	background: #e6e6e6;
}

/*page*/
.nav-list {
	position: fixed;
	top: 0;
	z-index: 100;
	text-align: left;
	background: #f3f3f3;
	height: 48px;
	line-height: 48px;
	width: 100%;
	display: -webkit-box;
	margin-top: 0;
	padding: 0;
	margin-bottom: 10px;
}
.nav-list li {
	-webkit-box-flex: 1;
	font-size: 18px;
	display: block;
	color: #000;
	height: 48px;
	line-height: 48px;
	text-align: center;
}
.nav-list li a {
	color: #666;
	display: block;
	height: 48px;
	line-height: 48px;
	text-decoration: none;
	font-size: 16px;
}
.nav-list li.active a {
	color: #64c693;
	font-weight: bold;
	border-bottom: 1px solid #64c693;
}
/* tab box */
.tab-list {
	position: relative;
	width: 100%;
	left: 0;
	padding: 0;
	margin-top: 0;
	overflow: hidden;
}
.li-list {
	width: 100%;
	position: relative;
	float: left;
	vertical-align: top;
}
/* ======================== 翻拍墙 ======================== */
.flop-item {
	list-style: none;
	opacity: .1;
}
.flop-item-box {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #fff;
}
.flop-item-img {
	overflow: hidden;
}
.flop-item-img .left, .flop-item-img .right {
	width: 50%;
	float: left;
}
.flop-item-img .left img {
	border-top-left-radius: 5px;
}
.flop-item-img .right img {
	border-top-right-radius: 5px;
}
.flop-item-img img {
	width: 100%;
	display: inline-block;
}
.flop-item .flop-item-info {
	position: relative;
	height: 48px;
	clear: both;
}
.flop-item .flop-item-info .avatar {
	width: 56px;
	height: 56px;
	position: absolute;
	left: 10px;
	top: -36px;
}
.flop-item .flop-item-info .avatar img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
}
.flop-item .flop-item-info .nickname {
	position: absolute;
	left: 78px;
	top: 10px;
	margin: 0;
	font-size: 14px;
}
.flop-item .flop-item-info .date {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 14px;
	color: #999;
}
.flop-item .flop-item-info .ab-right {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999;
    padding: 10px 15px;
}
.flop-item .flop-item-info .ab-right span {
	margin-right: 7px;
	font-size: 16px;
	vertical-align: bottom;
	position: relative;
	top: -4px;
}
.flop-item .flop-item-info .ab-right i {
	vertical-align: middle;
	font-size: 20px;
	color: #e6e6e6;
}
.flop-item .flop-item-info .ab-right.active i {
	color: #fe5202;
}
.tab-content {
	display: none;
}
/* ======================== 画师约稿 ======================== */
.painter-item {
	list-style: none;
	margin-bottom: 10px;
	opacity: .1;
}
.painter-item .painter-item-box {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	min-height: 180px;
	overflow: hidden;
	border-radius: 5px;
}
.painter-item-box .painter-item-img {
	position: relative;
	height: 100%;
}
.painter-item-box .painter-item-img img {
	width: 100%;
}
.painter-item-box .painter-item-img .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0,0,0,.3);
}
.painter-item-info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.painter-item-info .bottom-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 56px;
	background: rgba(0,0,0,.35);
}
.painter-item-info .bottom-info .base-info {
	float: left;
}
.painter-item-info .bottom-info .avatar {
	position: relative;
	left: 4px;
	top: 4px;
	width: 48px;
	height: 48px;
	display: inline-block;
}
.painter-item-info .bottom-info .avatar img {
	width: 100%;
	border-radius: 5px;
}
.painter-item-info .base-info h4 {
	font-size: 16px;
	color: rgba(255,255,255,.9);
	margin: 0;
	font-weight: normal;
	display: inline-block;
	position: relative;
	top: 6px;
	margin-left: 10px;
	opacity: 0.8;
}
.action-menu {
	float: right;
}
.action-menu .menu-list {
	padding: 0;
	margin: 0;
}
.action-menu .menu-list .menu-item {
	width: 60px;
	height: 56px;
	float: left;
	position: relative;
	text-align: center;
	list-style: none;
	color: #fff;
}
.action-menu .menu-list .menu-item i {
	display: block;
	position: relative;
	top: 2px;
	font-size: 22px;
	opacity: .8;
}
.action-menu .menu-list .menu-item span {
	color: #fff;
	opacity: .8;
}

/* 点赞效果 */
@-webkit-keyframes heartBlast {
0% {background-position: left;}
100% {background-position: right;}
}

@keyframes heartBlast {
0% {background-position: left;}
100% {background-position: right;}
}

.heartAnimation i {
	-webkit-animation-name: heartBlast;
	animation-name: heartBlast;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: steps(28);
	animation-timing-function: steps(28);
	background-position: right;
}