.layui-container {
	padding: 15px 0px;
	padding-top: 90px;
}

#category {
	white-space: nowrap;
	overflow-y: hidden;
}

#category .layui-btn {
	color: #1890ff !important;
	background: #e6f7ff;
	padding: 0 20px;
}

#category .layui-btn:hover,
#category .active {
	color: #fff !important;
	background-color: #1890ff;
	overflow: hidden;
}

.question-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0;
	text-align: left;
	overflow: hidden;
	table-layout: fixed;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #f0f0f0a3;
}

.question-item .question-content {
	width: 100%;
	padding-left: 10px;
	overflow: hidden;
}

.question-item .question-content .title {
	display: block;
	width: calc(100% - 70px);
	margin: 5px 0px;
	font-size: 15px;
	line-height: 22px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 600;
}

.question-item .title a.tag {
	font-size: 12px;
	margin-right: 5px;
	color: #eb5424;
	background-color: #fff8e5;
	padding: 3px;
	border-radius: 3px;
}

.question-item .question-meta {
	font-size: 12px;
	color: #999;
	position: relative;
}

.question-item .question-meta .reply-count {
	float: right;
}

.question-item .question-meta .reply-count .answers {
	background-color: #e6f7ff;
	display: inline-block;
	border-radius: 50%;
	margin-right: 20px;
	width: 25px;
	height: 25px;
	text-align: center;
	position: relative;
	top: -14px;
	color: #1890ff;
}

.question-item .layui-badge {
	height: 20px;
	line-height: 20px;
	top: -1px;
	margin-right: 5px;
}

.page {
	padding: 5px;
	margin: 15px 0;
	text-align: center;
}

.page a,
.page em,
.page strong {
	display: inline-block;
	padding: 5px 6px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #999;
	line-height: 1;
	background-color: #f2f2f2;
	-webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	overflow: hidden;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	vertical-align: top;
	font-style: normal;
}

.page strong {
	color: #fff;
	background: #1890ff;
}

@media only screen and (max-width: 767px) {
	.mob-hide {
		display: none
	}

	.layui-container {
		padding: 0 15px;
		padding-top: 20px;
	}
}

.post {
	float: right;
}


.article-item {
	overflow: hidden;
	padding: 10px 20px;
	background-color: #fff
}

.article-item .title {
	padding: 5px 130px 5px 0;
	border-bottom: 1px solid #e8e9e7;
}

.article-item .title span.layui-badge {
	margin-top: 4px;
	margin-right: 5px;
}

.article-item .title h4 {
	line-height: 1.8;
	font-size: 16px;
	font-weight: 600;
	display: inline;
	vertical-align: top;
}

.article-item .content {
	margin: 20px 0 0 0;
	line-height: 28px;
}

.article-item .content .fujian {
	font-size: 18px;
	font-weight: 700;
	margin-left: 10px;
	vertical-align: middle
}

.article-item .content .fujian:hover {
	text-shadow: 3px 10px 10px #888
}

.article-item .content .copyright {
	clear: both;
	background-color: #f8f9f7;
	padding: 15px 20px;
	line-height: 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	font-size: 12px;
	margin: 15px 0;
	color: #787977
}

.article-item .content .copyright .f-toe {
	overflow: hidden;
	word-wrap: normal !important;
	white-space: nowrap;
	margin: 15px 0;
	text-overflow: ellipsis
}

.article-item .content .copyright p {
	margin: 0
}

.article-item .content .copyright p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.article-item .content a {
	color: #3e8bc7;
	margin: 0 2px
}

.article-item .content .copyright a {
	text-decoration: none
}

.article-item .content .type_img:hover {
	box-shadow: unset
}

.fc-grey {
	color: #999;
	margin-top: 10px;
	font-size: 14px
}

.copy-to-clipboard-button {
	cursor: pointer;
}

div.code-toolbar>.toolbar>.toolbar-item>a:focus,
div.code-toolbar>.toolbar>.toolbar-item>a:hover,
div.code-toolbar>.toolbar>.toolbar-item>button:focus,
div.code-toolbar>.toolbar>.toolbar-item>button:hover,
div.code-toolbar>.toolbar>.toolbar-item>span:focus,
div.code-toolbar>.toolbar>.toolbar-item>span:hover {
	color: #fff;
}

blockquote {
	margin-bottom: 10px;
	padding: 15px;
	line-height: 1.6;
	border-left: 5px solid #5fb878;
	border-radius: 0 2px 2px 0;
	background-color: #fafafa
}

code {
	position: relative;
	display: inline-block;
	padding: 0 6px;
	font-size: 12px;
	text-align: center;
	background-color: #9e9e9e;
	color: #fff;
	border-radius: 2px;
	height: 20px;
	line-height: 20px
}

.artile_msg li {
	list-style: unset
}

ol,
ul {
	margin-left: 15px
}

@media screen and (max-width:500px) {
	.article-item .title {
		padding-right: 0
	}

	.article-item .content .cover {
		width: 100%;
		height: auto;
		float: none;
		margin-bottom: 10px
	}
}

#answer .answer-list li.answer-list-item {
	padding: 20px 0px;
	border-bottom: 1px solid #efefef;
}

#answer .answer-list li .layui-as-head {
	position: relative;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#answer .answer-list li .layui-as-avatar {
	display: inline-block;
	width: 48px;
	margin-right: 15px;
	vertical-align: top;
}

#answer .answer-list li .layui-as-avatar img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	vertical-align: top;
}

#answer .answer-list li .layui-as-user {
	width: calc(100% - 68px);
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	font-size: 16px;
}

#answer .answer-list li .layui-as-content {
	padding: 10px;
	margin-top: 10px;
	background: #F8F8F8;
	border-radius: 4px;

}

#answer .layui-as-login-notice {
	padding: 20px 0;
	margin-bottom: 20px;
	background: #fcf8e3;
	color: #8a6d3b;
	text-align: center;
	opacity: .6;
}