@charset "utf-8";
/* CSS Document */
.navicon li a:hover i,.othernav .rowtwo a:hover .icon,.hottopic .bd li a:hover .icon{
	-webkit-animation:.3s scale linear;
	-o-animation:.3s scale linear;
	-moz-animation:.3s scale linear;
	animation:.3s scale linear;
}
.navicon li.cur .dropbox{
	-webkit-animation:.3s topscale20 linear;
	-o-animation:.3s topscale20 linear;
	-moz-animation:.3s topscale20 linear;
	animation:.3s topscale20 linear;
}
.tool-right .logined .dropbox{
	-webkit-animation:.2s topscale36 linear;
	-o-animation:.2s topscale36 linear;
	-moz-animation:.2s topscale36 linear;
	animation:.2s topscale36 linear;
}
.indexheader .searchbox .search-menu,.listheader .logined .dropbox{
	-webkit-animation:.2s topscale52 linear;
	-o-animation:.2s topscale52 linear;
	-moz-animation:.2s topscale52 linear;
	animation:.2s topscale52 linear;
}
.mask{
	-webkit-animation:.3s opacity linear;
	-o-animation:.3s opacity linear;
	-moz-animation:.3s opacity linear;
	animation:.3s opacity linear;
}
.ui-sidebar a i,.pagination-page a,.zan a,.sharetext .changeshare dd,.userheader .nav-login a,.titlehd .more a,.titlehd .more .moreicon,{
	-webkit-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	transition:all .2s ease-in;
}
.btn,.atitbar .info a,.calendarbox .calendar-title .month a{
	-webkit-transition:all .5s ease-in;
	-o-transition:all .5s ease-in;
	-moz-transition:all .5s ease-in;
	transition:all .5s ease-in;
}
.indexheader .searchbox .search-menu{
	-webkit-animation:.2s topscale52 linear;
	-o-animation:.2s topscale52 linear;
	-moz-animation:.2s topscale52 linear;
	animation:.2s topscale52 linear;
}
.adbox .ad_1:hover .pic,.adbox .ad_3:hover .pic{
	-webkit-animation:.5s right30 linear;
	-o-animation:.5s right30 linear;
	-moz-animation:.5s right30 linear;
	animation:.5s right30 linear;
}
.adbox .ad_2:hover .pic{
	-webkit-animation:.5s left30 linear;
	-o-animation:.5s left30 linear;
	-moz-animation:.5s left30 linear;
	animation:.5s left30 linear;
}
.imgArea{
	-webkit-transition:all 1s ease 0s;
	-moz-transition:all 1s ease 0s;
	-o-transition:all 1s ease 0s;
	transition:all 1s ease 0s;
}
.imgArea:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.artical-status .zan_new.on .upzan{
	-webkit-animation:.3s topscale-20 linear;
	-o-animation:.3s topscale-20 linear;
	-moz-animation:.3s topscale-20 linear;
	animation:.3s topscale-20 linear;
}