html {
	
}

/************************ tool start *******************************/
.badge-tool {
	color: #337ab7;
	font-size: 14px;
	font-weight: normal;
	background: none;
}

.more {
	float: right;
	font-size: 12px;
	color: green;
}
.

/********************* TOP start ***********************/
#scrollTop {
	width: 57px;
	height: 57px;
	position: fixed;
	right: 40px;
	bottom: 62px;
	opacity: 0.6;
	background: url(top.png) no-repeat;
}

#scrollTop:hover {
	opacity: 1;
	background: url(top.png) no-repeat;
}
/********************* TOP end ***********************/

/********** pic radius ***********/
.img_radius {
	width: 64px;
	height: 64px;
	border: 1px solid rgba(19, 19, 19, 0.29);
	border-radius:50%;


}
/********** pic radius ***********/

/************************ tool end *******************************/

/************************ article start *******************************/
.art-container {
	padding: 2px;
}

.art-title {
	font-weight: bold;
}

.art-title-info {
	font-size: 12px;
	color: gray;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
}

.art-title-info .art-left {
	float: left;
	margin-left: 60px;
}

.art-title-info .art-right {
	float: right;
	margin-right: 60px;
}

.art-title-right {
	float: right;
	margin-right: 60px;
	font-size: 12px;
	color: gray;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
}

.art-content {
	margin: 30px 0;
}
/************************ article end *******************************/

/********************* comment start ***********************/
.mod-blogcommentitem {
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
	overflow: hidden;
	border: 1px solid #dedede;
	background: #FAFAFA;
}

.mod-blogcommentitem .comment-inner {
	width: 100%;
	padding: 20px 20px 0px 20px;
	color: #ddd;
}

.mod-blogcommentitem .comment-inner .comment-title {
	color: #89898b;
	font-size: 15px;
	margin-bottom: 10px;
}

.mod-blogcommentitem .comment-inner .comment-textarea {
	overflow: hidden;
	width: 100%;
	height: 63px;
	color: #000;
}

.mod-blogcommentitem .comment-inner .comment-btn {
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}

.mod-blogcommentitem .comment-list {
	width: 682px;
	margin: 20px 20px 0px 20px;
	float: left;
}

.mod-blogcommentitem .comment-list .comment-item {
	border-bottom: 1px dotted #E6E6E6;
	margin-top: 10px;
}

.comment-list .comment-item a {
	float: left;
	margin-right: 5px;
}

.comment-list .comment-item .item-top {
	float: none;
	line-height: 24px;
	overflow: visible;
}

.comment-list .item-top .user-name {
	float: left;
	color: green;
	margin-right: 10px;
}

.comment-list .item-top .comment-txt {
	float: left;
	margin-right: 10px;
}

.comment-list .comment-no-read {
	font-weight: 800;
	color: #0a0a0a;
}

.comment-list .comment-item .item-bottom {
	display: block;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: visible;
}

.item-bottom span {
	color: gray;
	height: 17px;
	font-family: Georgia, Tahoma, Helvetica, arial;
}

.item-bottom .item-edit {
	float: right;
}

.mod-blogcommentitem a {
	color: #8cab4e;
	font-family: tahoma, helvetica, "Microsoft Yahei", "微软雅黑", arial;
	zoom: 1;
	text-decoration: none;
}

.mod-blogcommentitem a:hover {
	color: #ddd;
}

/********************* comment end ***********************/

/***************标签**********************/
.q-taglist {
	padding: 0px;
	overflow: hidden;
	list-style: none;
}


.q-taglist .q-icon {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	width: 26px;
	padding: 6px 4px;
	background: url(q-tag.png) no-repeat 4px -10px;
}

.q-taglist .q-tagitem {
	float: left;
	font-size: 14px;
	line-height: 24px;
	padding: 0 5px;
	border:solid 1px #00a4e4;
	border-radius: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.q-taglist .q-tagitem:hover {
	background: #00a0e9;
}

.q-taglist .a-tagitem {
	color: #00a4e4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 5px;
}

.q-taglist .a-tagitem:hover {
	color:white;
	padding: 5px 5px;
	_padding: 5px 5px 0;
	word-break: keep-all;
	word-wrap: normal;
	text-decoration: none;


}

.q-taglist .q-tagitem-large {
	float: left;
	line-height: 34px;
	padding: 0 5px;
	border:solid 1px #00a4e4;
	border-radius: 50px;
	margin-right: 12px;
	margin-top: 20px;



}

.q-taglist .q-tagitem-large:hover {
    background: #00a0e9;
}
/***************标签**********************/

/********************* footer start ***********************/
.mod-footer .hidden-box {
	line-height: 0;
	height: 0;
	overflow: hidden
}

.mod-footer .footer-box {
	text-align: center;
	font-family: Arial, simsun;
	font-size: 12px;
}

.mod-footer .footer-box .inner-box {
	margin-bottom: 10px;
	line-height: 14px;
	height: 14px;
	overflow: hidden;
	color: #3FA7CB
}

.mod-footer .footer-box .copy-box {
	margin-bottom: 20px;
	color: #959595;
	line-height: 25px;
	height: 25px;
	overflow: hidden
}

.mod-footer .footer-box .copy-box img {
	vertical-align: middle;
}

/********************* footer end ***********************/

/*网页toast---------------------------------*/
@keyframes fadeIn {
	0%    {opacity: 0}
	100%  {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0%    {opacity: 0}
	100%  {opacity: 1}
}
@-moz-keyframes fadeIn {
	0%    {opacity: 0}
	100%  {opacity: 1}
}
@-o-keyframes fadeIn {
	0%    {opacity: 0}
	100%  {opacity: 1}
}
@-ms-keyframes fadeIn {
	0%    {opacity: 0}
	100%  {opacity: 1}
}
@keyframes fadeOut {
	0%    {opacity: 1}
	100%  {opacity: 0}
}
@-webkit-keyframes fadeOut {
	0%    {opacity: 1}
	100%  {opacity: 0}
}
@-moz-keyframes fadeOut {
	0%    {opacity: 1}
	100%  {opacity: 0}
}
@-o-keyframes fadeOut {
	0%    {opacity: 1}
	100%  {opacity: 0}
}
@-ms-keyframes fadeOut {
	0%    {opacity: 1}
	100%  {opacity: 0}
}
.web-toast{
	position: fixed;
	background: rgba(248, 56, 13, 0.7);
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding:10px;
	border-radius: 3px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	z-index: 9999;
	white-space: nowrap;
}
.fadeOut{
	animation: fadeOut .5s;
}
.fadeIn{
	animation:fadeIn .5s;
}
/*-------------------toast end*/