.weui-tabbar__item {
	padding-bottom: 7px
}

.article-title {
	margin-bottom: 1px;
	padding: 8px 0;
	padding-bottom: 0px;
	font-size: 18px;
	font-weight: 400;
}

.hot-top {
	position: relative;
	top: -3px;
	margin-right: 3px;
	display: inline-block;
	font-style: normal;
	font-size: 12px;
	padding: 1px 5px;
	color: #fff;
	background: #3399FF;
	border-radius: 3px;
	display: none;
}

.post-app {
	position: relative;
	top: -3px;
	margin-right: 3px;
	display: inline-block;
	font-style: normal;
	font-size: 12px;
	padding: 1px 5px;
	color: #fff;
	background: #e60021;
	border-radius: 3px;
	display: none;
}

.article-cantainer {
	margin-bottom: 25px;
	padding: 0 15px;
	font-size: 15px;
}

.article-cantainer * {
	max-width: 100%;
	box-sizing: border-box;
	word-wrap: break-word;
}

.article-cantainer p {
	margin-bottom: 12px;
}

.color-gray {
	color: #999
}

.avatar {
	width: 35px;
	height: 35px;
	border-radius: 50px;
	border: 1px solid #e4e4e4
}
.article-comments{position:relative}
.article-comments:before{
	    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: 15px;
}
.article-comments .weui-cell, .editor-dialog-reply .weui-cell {
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.comment-infor {
	margin-left: 12px;
	font-size: 18px;
	word-break:break-all;
	word-wrap: break-word;
}

.font-12 {
	font-size: 12px;
}
.comment-infor:visited {
	color: #333;
}

.article-comments .reply {
	display: inline-block;
	/**width: 40px;
    height: 40px;
    background: url(../../assets/images/icon_reply.png) no-repeat right center;*/
	background-size: 24px;
	float: right;
	right:14px;
	line-height: 1.8;
}

.reply-box {
	position: relative;
	padding-top: 10px;
}

.reply-box:before {
	content: "";
	position: absolute;
	left: 24px;
	bottom: -5px;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	background-color: #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari 和 Chrome */
	-o-transform: rotate(45deg);
}

.reply-box .in-reply {
	padding: 5px 12px;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	border-radius: 5px;
}

.reply-box .in-reply img {
	display: block;
	max-width: 100%;
	margin-bottom: 8px;
}

/*member*/
.user-header {
	position: relative;
	padding: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.user-header .avatar {
	width: 50px;
	height: 50px;
	border-radius: 90px;
	border: 1px solid #e4e4e4;
}

.user-header .user {
	margin-left: 12px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.user-header .logout {
	display: inline-block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	font-size: 0;
	line-height: 200%;
	background: url(../../assets/images/icon_logout.png) no-repeat center;
	background-size: 24px;
}

/*editor-dialog*/
.editor-dialog-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 499;
	background-color: rgba(248, 248, 248, 0.1);
	pointer-events: auto;
}

.editor-dialog-reply {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	z-index: 1000;
	background-color: rgba(248, 248, 248, 0.9);
}

.editor-dialog-reply:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	z-index: 1001;
	border-top: 1px solid #e4e4e4;
	color: #e4e4e4;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.insert-picture, #insert-picture {
	position: relative;
	width: 27px;
	height: 27px;
	border-radius: 29px;
	overflow: hidden;
}

.insert-picture:befor, #insert-picture:before, .insert-picture:after,
	#insert-picture:after {
	z-index: 1009;
	background-color: #9e9e9e;
}

.insert-picture:before, #insert-picture:before {
	width: 1px;
	height: 20px
}

.insert-picture:after, #insert-picture:after {
	height: 1px;
	width: 20px
}

.qq-upload-button {
	z-index: 1010;
	height: 29px;
}

.quill-editor {
	display: block;
	padding: 3px 5px;
	height: 66px;
	line-height: 18px;
	width: 100%;
	resize: none;
	font-size: 16px;
}

.quill-editor2 {
	border: 1px solid #d9d9d9;
}

.quill-editor:focus {
	outline: none;
}

.quill-editor::-webkit-scrollbar {
	width: 6px;
}

.quill-editor::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.quill-editor::-webkit-scrollbar-thumb {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgb(193, 193, 193);
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}

.quill-editor::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(102, 102, 102, 0.4);
}

.quill-editor * {
	max-width: 100%;
}

.ql-editor {
	padding: 0!important;
	line-height: 18px;
}

.send-reply {
	margin-left: 9px;
	margin-bottom: 9px;
}

#content-editor {
	height: 260px
}

/*编辑资料*/
.dialog-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.dialog-mask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1023;
}
.dialog-container-avatar{
	z-index: 1022
}
.dialog-content-avatar{
	position:absolute;
	left:50%;
	top: 60px;
	z-index:1024;
	margin-left:-150px;
	width:300px;
}
.avatar-list {
	width: 300px;
	background: #fff;
}

.avatar-item.active {
	background: #ECECEC;
}

.avatar-item img {
	border-radius: 40px;
}

.weui-icon-white:before {
	color: #fff;
	font-size: 64px;
}

.weui-uploader__input-box {
	border-color: #666;
}

.weui-uploader__input-box:before, .weui-uploader__input-box:after {
	background-color: #666;
}

.sub_content{
	padding-bottom: 7px;
}