.tab_box{
	width:100%;
	padding-top:57px;
}

.my_dis{
	color:#444444;
	padding-bottom:20px;
}

.active a{
	color:#444444;
}

.clip_tab li a{
	font-weight:bold;
	color:#8f8f8f;
}



.tab_dis_con{
	float:left;
	line-height:20px;
	color:#444444;
	margin-left:20px;
	margin-top:6px;
}

.count{
	float:right;
	margin-right:20px;
	margin-top:6px;
}

.count_line{
	width:1px;
	background:#e3e3e3;
	height:35px;
	margin-left:20px;
	margin-right:20px;
	float:left;
}

.count_con{
	float:left;
	color:#128f95;
	text-align:right;
}

.count_con .span2{
	display:block;
	font-family:"Myriad Pro";
	font-size:20px;
	height:15px;
	padding-top:8px;
	line-height:15px;
	padding-top:7px;
}

.count_con .span1{
	font-size:12px;
	display:block;
	height:12px;
}

.clip_box{
	width:100%;
	margin-top:50px;
}

.clip{
	width:225px;
	float:left;
	margin-right:20px;
	margin-bottom:40px;
}

.clip_title{
	font-size:16px;
	color:#444444;
	font-weight:bold;
	padding-bottom:10px;
}

.clip_con{
	width:223px;
	height:209px;
	border:1px solid #ededed;
	border-radius:5px;
	overflow:hidden;
	position:relative;
}

.imgbox{
	width:223px;
	height:162px;
	position:relative;
	padding-bottom:10px;
}

.clip_img{
	width:223px;
	height:162px;
}

.btn_delete{
	width:15px;
	height:15px;
	background:#666666;
	border-radius:50%;
	position:absolute;
	right:1px;
	top:1px;
	overflow:hidden;
	display:block;
	z-index:3;
}

.scrap_count{
	font-weight:bold;
	color:white;
	left:10px;
	bottom:20px;
	height:12px;
	position:absolute;
}

.clip_con:hover .con_over{
	display:block;
}

.con_over{
	width:100%;
	height:162px;
	background:url('../../images/bg/bg_50.png') repeat;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	display:none;
	text-align:center;
	color:white;
}

.con_over a{
	color:white;
	display:block;
	margin-top:48px;
}

.con_over a:hover{
	text-decoration:none;
}

.con_over span{
	display:block;
	margin-top:10px;
}

.make_guide{
	font-weight:bold;
}

.make_guide img{
	float:left;
	margin-top:7px;
	margin-right:5px;
}