.wp-editor-container {
	position: relative;
	border: 1px solid #e5e5e5
}

.wp-editor-container .mce-toolbar-grp {
	border-bottom: 1px solid #e5e5e5
}

.q-content {
	font-size: 14px
}

.q-content a {
	text-decoration: none;
	box-shadow: none
}

.q-content .pull-left {
	float: left
}

.q-content .pull-right {
	float: right
}

.q-content .form-control {
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	outline: 0;
	box-sizing: border-box
}

.q-content .q-header {
	position: relative;
	padding: 10px;
	background-color: #eee;
	border-radius: 3px 3px 0 0
}

.q-content .topic-header {
	padding: 15px 15px 10px;
	background: #fff;
	border-bottom: 1px solid #eee
}

@media (max-width: 767px) {
	.q-content .topic-header {
		padding: 10px
	}
}

.q-content .topic-tab {
	margin: 0 15px 0 0;
	color: #1471ca;
	font-size: 14px;
	padding: 3px 0;
	line-height: 1
}

.q-content .topic-tab.current-tab {
	padding: 3px 5px;
	background-color: #1471ca;
	color: #fff;
	border-radius: 3px
}

.q-content .topic-tab.current-tab:hover {
	color: #fff
}

.q-content .q-topic-wrap a {
	text-decoration: none
}

.q-content .q-topic-item {
	display: table;
	width: 100%;
	padding: 12px;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	background: #fff;
	table-layout: fixed;
	box-sizing: border-box
}

.q-content .q-topic-item:hover {
	background: #fafafa
}

.q-content .user-avatar {
	display: table-cell;
	width: 30px;
	vertical-align: middle
}

.q-content .user-avatar img {
	width: 30px;
	height: 30px;
	border-radius: 3px
}

.q-content .reply-count {
	width: 70px;
	display: table-cell;
	line-height: 30px;
	text-align: center;
	vertical-align: middle
}

.q-content .reply-count .count-of-visits {
	font-size: 10px;
	color: #b4b4b4
}

.q-content .reply-count .count-seperator {
	margin: 0 -3px;
	font-size: 10px
}

.q-content .reply-count .count-of-replies {
	color: #9e78c0
}

.q-content .topic-title-wrapper {
	display: table-cell;
	padding: 2px 0
}

.q-content .last-time {
	width: 80px;
	display: table-cell;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	color: #777;
	vertical-align: middle
}

@media (max-width: 767px) {
	.q-content .last-time {
		width: 70px
	}
}

.q-content .last-time .avatar {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: .5em;
	border-radius: 3px;
	vertical-align: top !important
}

.q-content .put-top,.q-content .topiclist-tab {
	background: #1471ca;
	padding: 2px 4px;
	margin-right: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	vertical-align: middle
}

@media (max-width: 767px) {
	.q-content .put-top,.q-content .topiclist-tab {
		display: none
	}
}

.q-content .topiclist-tab {
	background: #e5e5e5;
	color: #999
}

.q-content .topic-title {
	vertical-align: middle;
	font-size: 16px;
	line-height: 26px;
	color: #666
}

@media (max-width: 767px) {
	.q-content .topic-title {
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 2
	}
}

.q-content .topic-title:hover {
	color: #0d62b3;
	text-decoration: none
}

@media (max-width: 767px) {
	.q-content .last-time-user {
		display: none
	}
}

.q-content .q-title {
	position: static;
	margin: 0 !important;
	display: inline;
	font-size: 20px !important;
	line-height: 1.2 !important;
	vertical-align: middle
}

.q-content .q-info {
	margin-top: 10px;
	font-size: 13px;
	color: #999
}

.q-content .q-info span {
	margin-right: 10px
}

.q-content .q-info a {
	color: #999
}

.q-content .qa-manage a {
	margin: 0 3px
}

.q-content .q-entry {
	position: relative;
	width: 100% !important;
	padding: 15px;
	font-size: 16px;
	line-height: 1.7;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box
}

@media (max-width: 767px) {
	.q-content .q-entry {
		padding: 10px
	}
}

.q-content .q-entry p {
	text-indent: 0
}

.q-content .q-answer {
	padding: 30px 15px 15px !important
}

@media (max-width: 767px) {
	.q-content .q-answer {
		padding: 20px 10px 10px !important
	}
}

.q-content .q-answer .as-list {
	position: relative;
	padding: 0;
	margin: 0 0 30px;
	list-style: none
}

.q-content .q-answer .as-list li {
	margin: 0 !important;
	padding-left: 0 !important;
	list-style: none !important
}

.q-content .q-answer .as-list li:before,.q-content .q-answer .as-list li:after {
	display: none
}

.q-content .q-answer .as-item {
	position: relative;
	padding: 15px 0 !important;
	border-bottom: 1px solid #eee;
	list-style: none !important
}

.q-content .q-answer .as-title {
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	border: 0;
	border-bottom: 1px solid #eee
}

.q-content .q-answer .as-avatar {
	float: left
}

.q-content .q-answer .as-avatar img {
	width: 30px;
	height: auto;
	border-radius: 3px;
	vertical-align: top
}

.q-content .q-answer .as-main {
	padding-left: 40px
}

.q-content .q-answer .as-content {
	padding: 0;
	float: none !important;
	width: 100% !important;
	font-size: 16px
}

.q-content .q-answer .as-content p {
	text-indent: 0
}

.q-content .q-answer .as-user {
	margin-bottom: 5px;
	font-size: 16px;
	color: #1471ca;
	line-height: 30px
}

.q-content .q-answer .as-action {
	color: #999;
	font-size: 13px
}

.q-content .q-answer .as-action span {
	margin-right: 10px
}

.q-content .q-answer .as-action a {
	color: #778087
}

.q-content .q-answer .as-action a:hover {
	color: #1471ca;
	text-decoration: none
}

.q-content .q-answer .as-login-notice {
	padding: 20px 0;
	margin-bottom: 20px;
	background: #fcf8e3;
	color: #8a6d3b;
	text-align: center;
	opacity: .6
}

.q-content .q-answer .as-form-title {
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	border: 0
}

.q-content .q-answer .as-submit {
	margin: 15px 0 20px
}

@media (max-width: 767px) {
	.q-content .q-answer .as-submit .pull-right {
		float: none !important
	}
}

.q-content .q-answer .as-submit .btn-submit {
	display: inline-block;
	height: auto;
	margin: 0 auto;
	padding: 10px 25px !important;
	font-size: 16px;
	text-align: center;
	color: #fff !important;
	line-height: 1;
	background: #1471ca;
	border-radius: 3px;
	text-decoration: none;
	border: 0;
	outline: 0
}

@media (max-width: 767px) {
	.q-content .q-answer .as-submit .btn-submit {
		display: block;
		width: 100%
	}
}

.q-content .q-answer .as-comments-box,.q-content .q-answer .as-comments {
	position: relative;
	font-size: 0;
	padding: 10px;
	margin-top: 8px;
	border: 1px solid #e5e5e5;
	border-radius: 3px
}

.q-content .q-answer .as-comments-box:before,.q-content .q-answer .as-comments-box:after,.q-content .q-answer .as-comments:before,.q-content .q-answer .as-comments:after {
	position: absolute;
	left: 116px;
	top: -11px;
	z-index: 2;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border: 6px solid transparent;
	border-bottom: 6px solid #fff;
	content: ''
}

.q-content .q-answer .as-comments-box:after,.q-content .q-answer .as-comments:after {
	z-index: 1;
	top: -12px;
	border-bottom: 6px solid #e5e5e5
}

.q-content .q-answer .as-comments-input {
	float: left;
	width: 88%;
	font-size: 14px;
	box-shadow: none;
	border-radius: 3px;
	box-sizing: border-box
}

@media (max-width: 767px) {
	.q-content .q-answer .as-comments-input {
		width: 100%
	}
}

.q-content .q-answer .as-comments-input:focus {
	box-shadow: none
}

.q-content .q-answer .as-comments-submit {
	float: right;
	width: 10%;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	border: 0;
	color: #fff;
	background: #1471ca;
	border-radius: 3px;
	outline: 0;
	height: auto
}

@media (max-width: 767px) {
	.q-content .q-answer .as-comments-submit {
		width: 100%;
		margin-top: 5px
	}
}

.q-content .q-answer .as-comments-submit:hover,.q-content .q-answer .as-comments-submit:active,.q-content .q-answer .as-comments-submit:focus {
	background: #0d62b3
}

.q-content .q-answer .as-comments {
	padding: 10px 15px
}

.q-content .q-answer .as-comments:before,.q-content .q-answer .as-comments:after {
	left: 60px
}

.q-content .q-answer .as-comments-list {
	padding: 0 !important;
	margin: 0;
	font-size: 14px;
	list-style: none !important
}

.q-content .q-answer .as-comments-item {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
	list-style: none !important
}

.q-content .q-answer .as-comments-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.q-content .q-answer .as-comments-none {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	color: #999;
	line-height: 16px;
	list-style: none
}

.q-content .q-answer .as-comment-name {
	font-size: 14px;
	color: #1471ca
}

.q-content .q-answer .as-comment-name span {
	margin-left: 5px;
	color: #999
}

.q-content .q-answer .as-comment-name a.j-del-comment {
	font-size: 13px;
	color: #666
}

.q-content .q-answer .as-comment-content {
	color: #666
}

.q-content .q-answer .as-comment-content p {
	margin-bottom: 5px;
	text-indent: 0
}

@media (max-width: 767px) {
	.q-content #question-form {
		position: relative;
		padding-bottom: 60px
	}
}

.q-content .q-add-header {
	position: static;
	padding: 15px;
	background: #fff;
	overflow: hidden
}

.q-content .q-add-header .btn-post {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 25px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 1;
	background: #1471ca;
	border-radius: 3px;
	text-decoration: none;
	border: 0;
	outline: 0
}

.q-content .q-add-header .btn-post:hover {
	background: #0d62b3
}

.q-content .q-add-header .btn-post .fa {
	vertical-align: bottom
}

@media (max-width: 767px) {
	.q-content .q-add-header .btn-post {
		width: 100%
	}
}

.q-content .q-add-title {
	float: left;
	width: 58%
}

@media (max-width: 767px) {
	.q-content .q-add-title {
		float: none;
		width: 100%;
		margin-bottom: 10px
	}
}

.q-content .q-add-cat {
	float: left;
	width: 27%
}

@media (max-width: 767px) {
	.q-content .q-add-cat {
		float: none;
		width: 100%
	}
}

.q-content .q-add-btn {
	float: left;
	width: 15%
}

@media (max-width: 767px) {
	.q-content .q-add-btn {
		position: absolute;
		bottom: 15px;
		float: none;
		left: 10px;
		right: 10px;
		width: auto
	}
}

.q-content .q-add-label {
	float: left;
	width: 50px;
	line-height: 34px;
	font-size: 16px
}

.q-content .q-add-input {
	padding-left: 55px;
	padding-right: 10px
}

.q-content .q-add-input input,.q-content .q-add-input select {
	height: 34px;
	width: 100%;
	padding: 5px 10px;
	outline: 0;
	box-sizing: border-box;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e5e5e5
}

.q-content .q-add-main {
	padding: 0 15px 15px
}

.q-content div.mce-toolbar-grp>div {
	padding: 0 3px
}

.q-content .as-form textarea,.q-content .q-add-main textarea {
	display: none
}

.q-content .as-form .mce-flow-layout,.q-content .q-add-main .mce-flow-layout {
	padding: 1px 3px
}

.q-content .as-form .mce-panel,.q-content .q-add-main .mce-panel {
	background: #f9f9f9
}

.q-content .as-form .mce-btn,.q-content .q-add-main .mce-btn {
	background: #f9f9f9
}

.q-content .as-form .mce-panel.mce-tinymce,.q-content .q-add-main .mce-panel.mce-tinymce {
	border: 0 !important
}

.q-content .as-form .mce-edit-area,.q-content .q-add-main .mce-edit-area {
	border-top: 0 !important
}

.q-content .as-form .mce-btn button,.q-content .q-add-main .mce-btn button {
	color: #888
}

.q-content .as-form .mce-ico,.q-content .q-add-main .mce-ico {
	font-size: 16px;
	color: #888
}

@media (max-width: 767px) {
	.q-content .as-form .mce-edit-area iframe,.q-content .q-add-main .mce-edit-area iframe {
		min-height: 80px
	}
}

.q-content .as-form .mce-ico {
	font-size: 16px
}

.q-content .q-load-wrap {
	position: relative;
	margin-top: -10px;
	margin-bottom: 30px;
	text-align: center
}

.q-content .q-load-more {
	display: inline-block;
	margin: 0 auto;
	padding: 8px 20px;
	line-height: 1;
	font-size: 14px;
	text-align: center;
	color: #999;
	border: 1px solid #ddd;
	border-radius: 3px
}

.q-content .q-load-more:hover {
	color: #666;
	border: 1px solid #999;
	text-decoration: none
}

.q-content .q-load-more.disabled {
	opacity: .6
}

.q-content .notice-bg {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.01)
}

.q-content .notice-wrap {
	position: absolute;
	z-index: 101;
	width: 100%;
	left: 0;
	top: 46px;
	text-align: center
}

.q-content .notice-inner {
	display: inline-block;
	padding: 10px 15px;
	line-height: 1.2;
	color: #cd6e00;
	background: #ffedc8;
	border-radius: 3px
}

.q-content .notice-inner.notice-1 {
	color: #388202;
	background: #e1ffe3
}

.q-content .notice-loading {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle
}

.q-content .as-list>#notice .notice-wrap {
	top: auto;
	bottom: 10px
}

.q-content .as-item>#notice .notice-wrap {
	top: auto;
	bottom: 25px
}

.q-content .q-pagination {
	display: block;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px
}

.q-content .q-pagination a,.q-content .q-pagination span {
	display: inline-block;
	padding: 7px 8px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #999;
	line-height: 1;
	background-color: #f2f2f2;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.05);
	border-radius: 2px;
	overflow: hidden;
	transition: all 200ms ease-in-out;
	vertical-align: top
}

@media (max-width: 767px) {
	.q-content .q-pagination a,.q-content .q-pagination span {
		display: none
	}
}

@media (max-width: 767px) {
	.q-content .q-pagination .prev,.q-content .q-pagination .next {
		padding: 10px;
		display: inline-block;
		margin: 0 10px;
		width: 40%
	}
}

.q-content .q-pagination .current {
	color: #fff;
	background: #1471ca
}

.q-content .q-pagination a:hover {
	color: #fff !important;
	background: #0d62b3;
	cursor: pointer;
	text-decoration: none
}

.widget_qapress_new {
	padding: 0 !important;
	background: none !important;
	margin-bottom: 20px
}

.q-btn-new {
	display: block;
	margin: 0 auto;
	padding: 15px 20px !important;
	font-size: 16px;
	text-align: center;
	color: #fff !important;
	line-height: 1;
	background: #1471ca;
	border-radius: 3px;
	text-decoration: none;
	border: 0;
	outline: 0
}

.q-btn-new:hover {
	background: #0d62b3;
	text-decoration: none
}

@media (max-width: 991px) {
	.q-header-tab {
		padding-right: 70px
	}
}

.q-mobile-ask {
	display: none
}

@media (max-width: 991px) {
	.q-mobile-ask {
		display: block;
		position: absolute;
		right: 10px;
		top: 10px
	}
}

.q-mobile-ask a {
	display: block;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 16px;
	color: #fff !important;
	background: #1471ca;
	border-radius: 3px
}

.q-mobile-ask a img {
	display: inline-block !important;
	width: 14px;
	height: auto;
	margin: -1px 0 0;
	vertical-align: middle !important
}

.q-mobile-ask a:hover {
	color: #fff;
	background: #0d62b3
}

.wpcom-profile-main .q-content .q-topic-item {
	padding-right: 20px
}

.wpcom-profile-main .q-content .topiclist-tab {
	margin-right: 2px
}

.profile-qapress-tab {
	margin: 30px 0 10px;
	padding: 0 12px;
	font-size: 0;
	text-align: center
}

.profile-qapress-tab .qapress-tab-item {
	display: inline-block;
	padding: 0 50px;
	margin: 0;
	line-height: 34px;
	font-size: 14px;
	color: #1471ca;
	border: 1px solid #1471ca
}

.profile-qapress-tab .qapress-tab-item.active {
	color: #fff;
	background-color: #1471ca
}

.profile-qapress-tab .qapress-tab-item:hover {
	color: #fff;
	background-color: #0d62b3;
	border-color: #0d62b3;
	cursor: pointer
}


.wp-editor-container {
	position: relative;
	border: 1px solid #e5e5e5
}

.wp-editor-container .mce-toolbar-grp {
	border-bottom: 1px solid #e5e5e5
}

.q-content {
	font-size: 14px
}

.q-content a {
	text-decoration: none;
	box-shadow: none
}

.q-content .pull-left {
	float: left
}

.q-content .pull-right {
	float: right
}

.q-content .form-control {
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	outline: 0;
	box-sizing: border-box
}

.q-content .q-header {
	position: relative;
	padding: 10px;
	background-color: #eee;
	border-radius: 3px 3px 0 0
}

.q-content .topic-header {
	padding: 15px 15px 10px;
	background: #fff;
	border-bottom: 1px solid #eee
}

@media (max-width: 767px) {
	.q-content .topic-header {
		padding: 10px
	}
}

.q-content .topic-tab {
	margin: 0 15px 0 0;
	color: #1471ca;
	font-size: 14px;
	padding: 3px 0;
	line-height: 1
}

.q-content .topic-tab.current-tab {
	padding: 3px 5px;
	background-color: #1471ca;
	color: #fff;
	border-radius: 3px
}

.q-content .topic-tab.current-tab:hover {
	color: #fff
}

.q-content .q-topic-wrap a {
	text-decoration: none
}

.q-content .q-topic-item {
	display: table;
	width: 100%;
	padding: 12px;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	background: #fff;
	table-layout: fixed;
	box-sizing: border-box
}

.q-content .q-topic-item:hover {
	background: #fafafa
}

.q-content .user-avatar {
	display: table-cell;
	width: 30px;
	vertical-align: middle
}

.q-content .user-avatar img {
	width: 30px;
	height: 30px;
	border-radius: 3px
}

.q-content .reply-count {
	width: 70px;
	display: table-cell;
	line-height: 30px;
	text-align: center;
	vertical-align: middle
}

.q-content .reply-count .count-of-visits {
	font-size: 10px;
	color: #b4b4b4
}

.q-content .reply-count .count-seperator {
	margin: 0 -3px;
	font-size: 10px
}

.q-content .reply-count .count-of-replies {
	color: #9e78c0
}

.q-content .topic-title-wrapper {
	display: table-cell;
	padding: 2px 0
}

.q-content .last-time {
	width: 80px;
	display: table-cell;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	color: #777;
	vertical-align: middle
}

@media (max-width: 767px) {
	.q-content .last-time {
		width: 70px
	}
}

.q-content .last-time .avatar {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: .5em;
	border-radius: 3px;
	vertical-align: top !important
}

.q-content .put-top,.q-content .topiclist-tab {
	background: #1471ca;
	padding: 2px 4px;
	margin-right: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	vertical-align: middle
}

@media (max-width: 767px) {
	.q-content .put-top,.q-content .topiclist-tab {
		display: none
	}
}

.q-content .topiclist-tab {
	background: #e5e5e5;
	color: #999
}

.q-content .topic-title {
	vertical-align: middle;
	font-size: 16px;
	line-height: 26px;
	color: #666
}

@media (max-width: 767px) {
	.q-content .topic-title {
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 2
	}
}

.q-content .topic-title:hover {
	color: #0d62b3;
	text-decoration: none
}

@media (max-width: 767px) {
	.q-content .last-time-user {
		display: none
	}
}

.q-content .q-title {
	position: static;
	margin: 0 !important;
	display: inline;
	font-size: 20px !important;
	line-height: 1.2 !important;
	vertical-align: middle
}

.q-content .q-info {
	margin-top: 10px;
	font-size: 13px;
	color: #999
}

.q-content .q-info span {
	margin-right: 10px
}

.q-content .q-info a {
	color: #999
}

.q-content .qa-manage a {
	margin: 0 3px
}

.q-content .q-entry {
	position: relative;
	width: 100% !important;
	padding: 15px;
	font-size: 16px;
	line-height: 1.7;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box
}

@media (max-width: 767px) {
	.q-content .q-entry {
		padding: 10px
	}
}

.q-content .q-entry p {
	text-indent: 0
}

.q-content .q-answer {
	padding: 30px 15px 15px !important
}

@media (max-width: 767px) {
	.q-content .q-answer {
		padding: 20px 10px 10px !important
	}
}

.q-content .q-answer .as-list {
	position: relative;
	padding: 0;
	margin: 0 0 30px;
	list-style: none
}

.q-content .q-answer .as-list li {
	margin: 0 !important;
	padding-left: 0 !important;
	list-style: none !important
}

.q-content .q-answer .as-list li:before,.q-content .q-answer .as-list li:after {
	display: none
}

.q-content .q-answer .as-item {
	position: relative;
	padding: 15px 0 !important;
	border-bottom: 1px solid #eee;
	list-style: none !important
}

.q-content .q-answer .as-title {
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	border: 0;
	border-bottom: 1px solid #eee
}

.q-content .q-answer .as-avatar {
	float: left
}

.q-content .q-answer .as-avatar img {
	width: 30px;
	height: auto;
	border-radius: 3px;
	vertical-align: top
}

.q-content .q-answer .as-main {
	padding-left: 40px
}

.q-content .q-answer .as-content {
	padding: 0;
	float: none !important;
	width: 100% !important;
	font-size: 16px
}

.q-content .q-answer .as-content p {
	text-indent: 0
}

.q-content .q-answer .as-user {
	margin-bottom: 5px;
	font-size: 16px;
	color: #1471ca;
	line-height: 30px
}

.q-content .q-answer .as-action {
	color: #999;
	font-size: 13px
}

.q-content .q-answer .as-action span {
	margin-right: 10px
}

.q-content .q-answer .as-action a {
	color: #778087
}

.q-content .q-answer .as-action a:hover {
	color: #1471ca;
	text-decoration: none
}

.q-content .q-answer .as-login-notice {
	padding: 20px 0;
	margin-bottom: 20px;
	background: #fcf8e3;
	color: #8a6d3b;
	text-align: center;
	opacity: .6
}

.q-content .q-answer .as-form-title {
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	border: 0
}

.q-content .q-answer .as-submit {
	margin: 15px 0 20px
}

@media (max-width: 767px) {
	.q-content .q-answer .as-submit .pull-right {
		float: none !important
	}
}

.q-content .q-answer .as-submit .btn-submit {
	display: inline-block;
	height: auto;
	margin: 0 auto;
	padding: 10px 25px !important;
	font-size: 16px;
	text-align: center;
	color: #fff !important;
	line-height: 1;
	background: #1471ca;
	border-radius: 3px;
	text-decoration: none;
	border: 0;
	outline: 0
}

@media (max-width: 767px) {
	.q-content .q-answer .as-submit .btn-submit {
		display: block;
		width: 100%
	}
}

.q-content .q-answer .as-comments-box,.q-content .q-answer .as-comments {
	position: relative;
	font-size: 0;
	padding: 10px;
	margin-top: 8px;
	border: 1px solid #e5e5e5;
	border-radius: 3px
}

.q-content .q-answer .as-comments-box:before,.q-content .q-answer .as-comments-box:after,.q-content .q-answer .as-comments:before,.q-content .q-answer .as-comments:after {
	position: absolute;
	left: 116px;
	top: -11px;
	z-index: 2;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border: 6px solid transparent;
	border-bottom: 6px solid #fff;
	content: ''
}

.q-content .q-answer .as-comments-box:after,.q-content .q-answer .as-comments:after {
	z-index: 1;
	top: -12px;
	border-bottom: 6px solid #e5e5e5
}

.q-content .q-answer .as-comments-input {
	float: left;
	width: 88%;
	font-size: 14px;
	box-shadow: none;
	border-radius: 3px;
	box-sizing: border-box
}

@media (max-width: 767px) {
	.q-content .q-answer .as-comments-input {
		width: 100%
	}
}

.q-content .q-answer .as-comments-input:focus {
	box-shadow: none
}

.q-content .q-answer .as-comments-submit {
	float: right;
	width: 10%;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	border: 0;
	color: #fff;
	background: #1471ca;
	border-radius: 3px;
	outline: 0;
	height: auto
}

@media (max-width: 767px) {
	.q-content .q-answer .as-comments-submit {
		width: 100%;
		margin-top: 5px
	}
}

.q-content .q-answer .as-comments-submit:hover,.q-content .q-answer .as-comments-submit:active,.q-content .q-answer .as-comments-submit:focus {
	background: #0d62b3
}

.q-content .q-answer .as-comments {
	padding: 10px 15px
}

.q-content .q-answer .as-comments:before,.q-content .q-answer .as-comments:after {
	left: 60px
}

.q-content .q-answer .as-comments-list {
	padding: 0 !important;
	margin: 0;
	font-size: 14px;
	list-style: none !important
}

.q-content .q-answer .as-comments-item {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
	list-style: none !important
}

.q-content .q-answer .as-comments-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.q-content .q-answer .as-comments-none {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	color: #999;
	line-height: 16px;
	list-style: none
}

.q-content .q-answer .as-comment-name {
	font-size: 14px;
	color: #1471ca
}

.q-content .q-answer .as-comment-name span {
	margin-left: 5px;
	color: #999
}

.q-content .q-answer .as-comment-name a.j-del-comment {
	font-size: 13px;
	color: #666
}

.q-content .q-answer .as-comment-content {
	color: #666
}

.q-content .q-answer .as-comment-content p {
	margin-bottom: 5px;
	text-indent: 0
}

@media (max-width: 767px) {
	.q-content #question-form {
		position: relative;
		padding-bottom: 60px
	}
}

.q-content .q-add-header {
	position: static;
	padding: 15px;
	background: #fff;
	overflow: hidden
}

.q-content .q-add-header .btn-post {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 25px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 1;
	background: #1471ca;
	border-radius: 3px;
	text-decoration: none;
	border: 0;
	outline: 0
}

.q-content .q-add-header .btn-post:hover {
	background: #0d62b3
}

.q-content .q-add-header .btn-post .fa {
	vertical-align: bottom
}

@media (max-width: 767px) {
	.q-content .q-add-header .btn-post {
		width: 100%
	}
}

.q-content .q-add-title {
	float: left;
	width: 58%
}

@media (max-width: 767px) {
	.q-content .q-add-title {
		float: none;
		width: 100%;
		margin-bottom: 10px
	}
}

.q-content .q-add-cat {
	float: left;
	width: 27%
}

@media (max-width: 767px) {
	.q-content .q-add-cat {
		float: none;
		width: 100%
	}
}

.q-content .q-add-btn {
	float: left;
	width: 15%
}

@media (max-width: 767px) {
	.q-content .q-add-btn {
		position: absolute;
		bottom: 15px;
		float: none;
		left: 10px;
		right: 10px;
		width: auto
	}
}

.q-content .q-add-label {
	float: left;
	width: 50px;
	line-height: 34px;
	font-size: 16px
}

.q-content .q-add-input {
	padding-left: 55px;
	padding-right: 10px
}

.q-content .q-add-input input,.q-content .q-add-input select {
	height: 34px;
	width: 100%;
	padding: 5px 10px;
	outline: 0;
	box-sizing: border-box;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e5e5e5
}

.q-content .q-add-main {
	padding: 0 15px 15px
}

.q-content div.mce-toolbar-grp>div {
	padding: 0 3px
}

.q-content .as-form textarea,.q-content .q-add-main textarea {
	display: none
}

.q-content .as-form .mce-flow-layout,.q-content .q-add-main .mce-flow-layout {
	padding: 1px 3px
}

.q-content .as-form .mce-panel,.q-content .q-add-main .mce-panel {
	background: #f9f9f9
}

.q-content .as-form .mce-btn,.q-content .q-add-main .mce-btn {
	background: #f9f9f9
}

.q-content .as-form .mce-panel.mce-tinymce,.q-content .q-add-main .mce-panel.mce-tinymce {
	border: 0 !important
}

.q-content .as-form .mce-edit-area,.q-content .q-add-main .mce-edit-area {
	border-top: 0 !important
}

.q-content .as-form .mce-btn button,.q-content .q-add-main .mce-btn button {
	color: #888
}

.q-content .as-form .mce-ico,.q-content .q-add-main .mce-ico {
	font-size: 16px;
	color: #888
}

@media (max-width: 767px) {
	.q-content .as-form .mce-edit-area iframe,.q-content .q-add-main .mce-edit-area iframe {
		min-height: 80px
	}
}

.q-content .as-form .mce-ico {
	font-size: 16px
}

.q-content .q-load-wrap {
	position: relative;
	margin-top: -10px;
	margin-bottom: 30px;
	text-align: center
}

.q-content .q-load-more {
	display: inline-block;
	margin: 0 auto;
	padding: 8px 20px;
	line-height: 1;
	font-size: 14px;
	text-align: center;
	color: #999;
	border: 1px solid #ddd;
	border-radius: 3px
}

.q-content .q-load-more:hover {
	color: #666;
	border: 1px solid #999;
	text-decoration: none
}

.q-content .q-load-more.disabled {
	opacity: .6
}

.q-content .notice-bg {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.01)
}

.q-content .notice-wrap {
	position: absolute;
	z-index: 101;
	width: 100%;
	left: 0;
	top: 46px;
	text-align: center
}

.q-content .notice-inner {
	display: inline-block;
	padding: 10px 15px;
	line-height: 1.2;
	color: #cd6e00;
	background: #ffedc8;
	border-radius: 3px
}

.q-content .notice-inner.notice-1 {
	color: #388202;
	background: #e1ffe3
}

.q-content .notice-loading {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle
}

.q-content .as-list>#notice .notice-wrap {
	top: auto;
	bottom: 10px
}

.q-content .as-item>#notice .notice-wrap {
	top: auto;
	bottom: 25px
}

.q-content .q-pagination {
	display: block;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px
}

.q-content .q-pagination a,.q-content .q-pagination span {
	display: inline-block;
	padding: 7px 8px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #999;
	line-height: 1;
	background-color: #f2f2f2;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.05);
	border-radius: 2px;
	overflow: hidden;
	transition: all 200ms ease-in-out;
	vertical-align: top
}

@media (max-width: 767px) {
	.q-content .q-pagination a,.q-content .q-pagination span {
		display: none
	}
}

@media (max-width: 767px) {
	.q-content .q-pagination .prev,.q-content .q-pagination .next {
		padding: 10px;
		display: inline-block;
		margin: 0 10px;
		width: 40%
	}
}

.q-content .q-pagination .current {
	color: #fff;
	background: #1471ca
}

.q-content .q-pagination a:hover {
	color: #fff !important;
	background: #0d62b3;
	cursor: pointer;
	text-decoration: none
}

.widget_qapress_new {
	padding: 0 !important;
	background: none !important;
	margin-bottom: 20px
}

.q-btn-new {
	display: block;
	margin: 0 auto;
	padding: 15px 20px !important;
	font-size: 16px;
	text-align: center;
	color: #fff !important;
	line-height: 1;
	background: #1471ca;
	border-radius: 3px;
	text-decoration: none;
	border: 0;
	outline: 0
}

.q-btn-new:hover {
	background: #0d62b3;
	text-decoration: none
}

@media (max-width: 991px) {
	.q-header-tab {
		padding-right: 70px
	}
}

.q-mobile-ask {
	display: none
}

@media (max-width: 991px) {
	.q-mobile-ask {
		display: block;
		position: absolute;
		right: 10px;
		top: 10px
	}
}

.q-mobile-ask a {
	display: block;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 16px;
	color: #fff !important;
	background: #1471ca;
	border-radius: 3px
}

.q-mobile-ask a img {
	display: inline-block !important;
	width: 14px;
	height: auto;
	margin: -1px 0 0;
	vertical-align: middle !important
}

.q-mobile-ask a:hover {
	color: #fff;
	background: #0d62b3
}

.wpcom-profile-main .q-content .q-topic-item {
	padding-right: 20px
}

.wpcom-profile-main .q-content .topiclist-tab {
	margin-right: 2px
}

.profile-qapress-tab {
	margin: 30px 0 10px;
	padding: 0 12px;
	font-size: 0;
	text-align: center
}

.profile-qapress-tab .qapress-tab-item {
	display: inline-block;
	padding: 0 50px;
	margin: 0;
	line-height: 34px;
	font-size: 14px;
	color: #1471ca;
	border: 1px solid #1471ca
}

.profile-qapress-tab .qapress-tab-item.active {
	color: #fff;
	background-color: #1471ca
}

.profile-qapress-tab .qapress-tab-item:hover {
	color: #fff;
	background-color: #0d62b3;
	border-color: #0d62b3;
	cursor: pointer
}

.profile-qapress-content {
	display: none
}

.profile-qapress-content.profile-comments-list .profile-no-content {
	padding: 65px 10px
}

.profile-qapress-content.active {
	display: block
}
  body>header.header {
            background-color: #fff;
            ;
        }

        body>header.header .logo img {
            max-height: 30px;
        }

        @media (max-width: 767px) {
            body>header.header .logo img {
                max-height: 26px;
            }
        }

        .entry .entry-video {
            height: 482px;
        }

        @media (max-width: 1219px) {
            .entry .entry-video {
                height: 386.49883449883px;
            }
        }

        @media (max-width: 991px) {
            .entry .entry-video {
                height: 449.41724941725px;
            }
        }

        @media (max-width: 767px) {
            .entry .entry-video {
                height: 344.28571428571px;
            }
        }

        @media (max-width: 500px) {
            .entry .entry-video {
                height: 241px;
            }
        }

        /*淘宝客*/
        .kx-item1 {
            position:
                relative;
            padding: 0px 0 0px 40px;
            margin-left: 0px;
            border-left: 1px solid #e5e5e5;
        }

        .kx-time1 {
            position: absolute;
            left: -8px;
            top: 0px;
            width:
                42px;
            padding: 3px 0;
            font-size: 12px;
            line-height: 1;
            text-align: center;
            color: #fff;
            background: #999;
            border-radius: 3px;
        }

        .kx-content1 {
            overflow:
                hidden;
        }

        .kx-content1 h2 {
            font-size: 18px;
            line-height: 1.4;
            margin: 0 0 15px;
        }

        /*识别pc移动广告显示*/
        .onlywap {
            display: inline;
        }

        @media (min-width: 960px) {
            .onlywap {
                display: none;
            }
        }

        .onlymobile {
            display: none;
        }

        @media (min-width: 960px) {
            .onlymobile {
                display: inline;
            }

.profile-qapress-content {
	display: none
}

.profile-qapress-content.profile-comments-list .profile-no-content {
	padding: 65px 10px
}

.profile-qapress-content.active {
	display: block
}
