html body {
    margin-top: 0px;
}
html,body,#app {
	    background: var(--bagcolor);
	
}
:root {
    --Maincolor: #409EFF;
    --MaincolorHover: #66b1ff;
    --bagcolor: #f7f9fa;
}
#app {
	display: flex;
	flex-direction: column;
}

.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

main {
	flex: 1;
	width: 100%;
	margin-top: 80px;
}

.html-main {
	justify-content: space-between;
	display: flex;
	position: relative;
	z-index: 1;
}
.fly-list li h2 .layui-badge {
    top: -2px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    margin-right: 10px;
    font-size: 12px;
    border: 1px solid #409eff;
    background: none;
    color: #409eff;
}
header {
	width: 100%;
	box-shadow: 0 2px 4px 0 rgba(114,144,179,.06);
	align-items: center;
	background: #fff;
	position: fixed;
	z-index: 99;
	cursor: default;
}

.header-logo-plane {
	height: 50px;
	display: flex;
	align-items: center;
}

.header-logo img {
	height: 50px;
	width: auto;
}

.header-logo a {
	color: var(--Maincolor);
}

.header-main-plane {
	padding: 0 20px;
}

.header-main {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	position: relative;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.header-menu {
	display: flex;
}

.menu-header-plane {
	position: relative;
	height: 100%;
}

.menu-header-plane ul {
	display: flex;
}

.menu-header-plane > ul {
	height: 100%;
	background: #fff;
}

.menu-header-plane a {
	height: 100%;
}

.menu-header-list > li > a {
	line-height: 62px;
	padding: 0 14px;
}

.menu-header-list > .menu-item-has-children a,.user-menu a {
	padding-right: 20px;
}

.menu-header-list > .menu-item-has-children:after,.user-menu:after {
	position: absolute;
	right: 0;
	top: 0;
	font-family: FontAwesome;
	content: "\f107";
	font-size: 14px;
	line-height: 62px;
	transition: transform .3s;
}

.menu-header-list > .menu-item-has-children:hover:after {
	transform: rotate(-90deg);
}

.user-menu:hover:after {
	transform: rotate(-90deg);
}

.menu-header-plane li {
	list-style: none;
	position: relative;
	height: 100%;
}

.menu-header-plane li > a {
	display: inline-block !important;
	color: #4e5358;
}

.menu-item-has-children > ul {
	display: block;
}

.menu-item-has-children:hover > .sub-menu {
	visibility: visible;
	display: block;
	z-index: 1;
	opacity: 1;
	top: 50px;
}

.sub-menu {
	position: absolute;
	visibility: hidden;
	background: #fff;
	box-shadow: 0 1px 3px rgba(26,26,26,.1);
	top: 100px;
	white-space: nowrap;
	border-radius: 4px;
	transition-duration: .3s;
	opacity: 0;
}

.sub-menu li a {
	padding: 10px 20px;
}

.sub-menu .sub-menu {
	left: 100%;
	top: 0px !important;
}

.user-menu-plane li {
	list-style: none;
}

.login-btn-header {
	padding: 6px 10px !important;
}

.login-btn-header {
	border: 1px solid #409eff;
	background: #409eff;
	color: #fff;
	border-radius: 4px;
}

.login-btn-header:hover {
	color: #fff;
	background-color: var(--MaincolorHover);
	outline: none;
}

.user-menu-main {
	line-height: 62px;
	padding: 0 14px;
	display: inline-block !important;
	color: #4e5358;
}

.user-menu > li {
	position: relative;
}

.user-menu > li:hover .user-sub-menu {
	visibility: visible;
	opacity: 1;
	top: 50px;
}

.user-sub-menu {
	position: absolute;
	visibility: hidden;
	display: block;
	background: #fff;
	opacity: 0;
	box-shadow: 0 1px 3px rgba(26,26,26,.1);
	top: 100px;
	white-space: nowrap;
	z-index: 99;
	left: 0;
	border-radius: 4px;
	transition-duration: .3s;
}

.user-sub-menu a {
	padding: 10px 20px;
	display: inline-block !important;
	color: #4e5358;
}

.swiper-slide {
	position: relative;
}

.swiper-slide img {
	height: auto;
	width: 100%;
	max-height: 300px;
	border-radius: 4px;
}

.slide-title {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 3px 15px 0;
	margin: 0;
	font-size: 16px;
	line-height: 48px;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
}

.swiper-pagination {
	display: inline-block !important;
}

.carousel {
	margin-bottom: 20px;
	overflow: hidden;
}

.carousel:hover .swiper-button-prev,.carousel:hover .swiper-button-next {
	visibility: visible;
	opacity: 1;
}

.swiper-pagination {
	text-align: right !important;
	padding-right: 10px;
}

.carousel:hover .swiper-button-next {
	right: 10px !important;
}

.carousel:hover .swiper-button-prev {
	left: 10px !important;
}

.swiper-button-prev,.swiper-button-next {
	transition: .2s;
	outline: none;
}

.swiper-button-prev {
	left: -100px !important;
}

.swiper-button-next {
	right: -100px !important;
}

.list-plane-title {
	background: #fff;
	padding: 19px 8px;
	border-bottom: 1px solid #f5f6f7;
}

.list-plane-title > p {
	padding-left: 24px;
	font-weight: 600;
	font-size: 20px;
}

.post-main {
	flex-basis: 74%;
	margin-bottom: 10px;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
}

.sidebar {
	flex-basis: 26%;
	margin: 0 10px;
}

.post-main img {
	max-width: 100%;
	height: auto;
}

.post-list-page-plane {
	box-shadow: 0 0 2px 0 rgba(98,124,153,.1);
	border-radius: 4px;
	overflow: hidden;
}

.post-list,.sidebar li {
	list-style: none !important;
}

.post-item {
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #f5f6f7;
}

.post-item a {
	color: #999;
	transition: all .3s ease-out 0s;
}

.post-item a:hover {
	color: var(--MaincolorHover);
}

.post-item:hover {
	background: #fcfcfc;
}

.post-item-container {
	display: flex;
	align-items: stretch;
	padding: 20px 24px;
	margin: 5px;
}

.post-item h2 {
	color: #333;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 500;
}

.post-item h2 a {
	color: #333;
	transition: all .3s ease-out 0s;
}

.post-item h2 a:hover {
	color: var(--Maincolor);
}

.post-item-thumbnail {
	flex: 30%;
	flex-shrink: 0;
	overflow: hidden;
}

.post-item-thumbnail img {
	width: 100%;
	height: auto;
	max-height: 157px;
	border-radius: 4px;
}

.post-item-main {
	margin-left: 20px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex: 70%;
}

.post-item-meta {
	display: flex;
	justify-content: space-between;
	color: #b1b1b1;
	font-size: 16px;
	margin-top: 6px;
}

.cat-item-mark {
	position: relative;
	width: 11px;
	height: 11px;
	display: inline-block;
	content: '';
	border-radius: 50%;
	background: #1985ff;
	margin-right: 5px;
}

.post-item-tags > .cat-item-mark:nth-child(3) {
	background: #ff3355;
}

.post-item-tags > .cat-item-mark:nth-child(5) {
	background: #ffa41b !important;
}

.post-item-content {
	flex: 1;
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	color: #797c80;
	max-height: 40px;
	overflow: hidden;
}

.item-post-meta-other {
	display: flex;
	align-items: stretch;
}

.post-item-time {
	color: #adb5bd;
}

.item-post-meta-other span {
	margin-left: 6px;
	font-size: 16px;
}

.item-post-meta-other i {
	margin-right: 6px;
}

.post-item-author {
	margin-top: 30px;
	font-size: 14px;
}

.pages {
	text-align: center;
	background: #fff;
	padding: 20px;
}

.fenye a,.pagedbox,.page-numbers {
	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,.05);
	border-radius: 2px;
}

.fenye a:hover,.page-numbers:hover {
	background: var(--Maincolor) !important;
	color: #fff !important;
}



.page-count {
	display: inline-block;
	margin-left: 10px;
}

.aside-box {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 2px 0 rgba(98,124,153,.1);
	border-radius: 4px;
	margin-bottom: 20px;
}

.aside-box li {
	margin-bottom: 10px;
}

.aside-box a {
	color: #999;
	transition: all .3s ease-out 0s;
}

.aside-box a:hover {
	color: var(--MaincolorHover);
}

.widget-title {
	position: relative;
	padding-left: 16px;
	margin-bottom: 6px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f5f6f7;
	font-size: 16px;
	font-weight: 600;
	color: #18191a;
	line-height: 22px;
}

.widget-title:before {
	position: absolute;
	content: '';
	width: 4px;
	height: 20px;
	background: var(--Maincolor);
	top: 10%;
	left: 2px;
	bottom: 10%;
	border-radius: 5px;
	transition: .4s;
}

.footer-plane {
	background: #22292d;
	color: #5f676f;
	padding: 30px;
	margin-top: 10px;
	    margin-bottom: 50px;
}
.no-login
{
 margin-bottom:10px;
 }
.no-login .btns {
	height: 44px;
	position: relative;
}



.no-login .btns .my-ask {
	background-position: -55px -159px;
	left: 0;
}

.no-login .btns .my-ask:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 44px;
	background-color: #f8f8f8;
	position: absolute;
	top: 0;
	right: 0;
}

.no-login .btns .my-answer {
	background-position: -55px -121px;
	right: 0;
}

.no-login .btns .my-ask:hover,.no-login .btns .my-answer:hover {
	background-color: #4d9bec;
}
.no-login .btns .my-ask, .no-login .btns .my-answer {
    display: inline-block;
    height: 44px;
    width: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    background-color: #409EFF;
   
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    cursor: pointer;
   
}
.no-login .btns .my-ask:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 44px;
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    right: 0;
}
.menu-footer-plane {
	margin-bottom: 10px;
}

.footer-plane a {
	color: #b3c0ce;
}

.footer-container {
	max-width: 1300px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.footer-container > div {
	flex: 33.3%;
}

.footer-container > div:nth-child(1) {
	padding-right: 20px;
}

.footer-logo img {
	height: 50px;
}

.footer-details {
	text-align: right;
}

.footer-aside-box li {
	list-style: none;
}

.footer-aside-box a {
	color: #f2f2f2 !important;
}

.footer-widget-title {
	font-size: 18px;
}

.menu-footer-plane,.footer-info {
	font-size: 14px;
}

.menu-footer-plane li {
	list-style: none;
}

.menu-footer-list {
	display: flex;
}

.menu-footer-list .menu-item {
	margin-right: 10px;
}

.footer-details {
	display: flex;
	justify-content: flex-end;
}

.footer-details img {
	height: 90px;
}

.footer-details > div {
	text-align: center;
	margin-right: 10px;
}

.post-content {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 2px 0 rgba(98,124,153,.1);
	margin-bottom: 10px;
	line-height: 1.6;
	border-radius: 4px;
	color: #4e5358;
}
.layui-btn{
	    background-color: #409eff;
}
.layui-this a,.menu-header-plane li.layui-this > a{
	color:#409EFF;
}
.post-content p {
	margin-bottom: 10px;
	line-height: 1.8;
	word-wrap: break-word;
}

.post-title {
	font-size: 22px;
	color: #333333;
	font-weight: 700;
	padding-bottom: 10px;
}

.post-info {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #f5f6f7
}

.post-info .fa {
	margin: 0 6px;
}

.dot {
	display: none;
	margin-right: 10px;
}

.post-info a {
	color: #999;
	transition: all .3s ease-out 0s;
}

.post-content h2,h3 {
	position: relative;
}

.post-content h2:before,h3:before {
	box-shadow: 0 1px 3px rgba(26,26,26,.1);
}

.post-content h3 {
	padding-bottom: 10px;
	margin: 12px 0;
}

.post-content h3:hover:before {
	width: 50px;
}

.post-content h3:before {
	width: 40px;
	height: 3px;
	top: auto;
	left: 0;
	bottom: 3px;
	transition: .4s;
	position: absolute;
	content: '';
	background: var(--Maincolor);
	border-radius: 5px;
}

.post-content h2 {
	padding-left: 16px;
	margin: 12px 0;
	border: none;
	font-weight: 700;
	color: var(--Maincolor);
	font-size: 20px;
}

.post-content h2:before {
	position: absolute;
	content: '';
	width: 4px;
	background: var(--Maincolor);
	top: 10%;
	left: 2px;
	bottom: 10%;
	border-radius: 5px;
	transition: .4s;
}

.post-content blockquote {
	position: relative;
	padding: 30px 30px 30px 75px;
	background: #f3f3f3;
	border-left: 0;
	font-size: 16px;
	border-radius: 4px;
}

.post-content blockquote:before {
	position: absolute;
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 32px;
	color: #ccc;
	left: 30px;
	top: 22px;
	line-height: 1;
}

.post-content ul,ol {
	padding-left: 16px;
	margin-bottom: 20px;
	list-style-position: outside;
}

.post-content li {
	margin-bottom: 10px;
}

pre,code {
	font-family: "Roboto Mono",Monaco,courier,monospace;
	background-color: #f8f8f8;
	overflow-x: auto;
	color: #525252;
	white-space: pre;
	padding: 1.2em 1.4em;
	font-size: 0.85rem;
	line-height: 1.6rem;
	border-radius: 4px;
}

pre {
	margin: 10px 0;
	padding: 10px;
	max-height: 500px;
	overflow: auto;
}

code {
	padding: 4px;
	margin: 10px;
}

table {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}

tr:nth-child(2n+1) td {
	background: #fafafa;
}

tr:hover td {
	background-color: #f5f7fa;
}

td {
	transition: background-color .25s ease;
	padding: 8px;
	min-width: 0;
	box-sizing: border-box;
	text-overflow: ellipsis;
	vertical-align: middle;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ebeef5;
}

.login-btn {
	padding: 6px 10px !important;
	margin-left: 10px !important;
}

.login-btn:hover {
	color: #409eff;
	border-color: #c6e2ff;
	background-color: #ecf5ff;
	outline: none;
}
span.rightanswers {
    font-size: 12px;
    color: #ccc;
}
.wangEditor-txt li, .detail li {
    list-style: none;
}
.jieda-reply {
    position: relative;
    font-size: 13px;
}
.jieda-reply span .icon-zan {
    font-size: 16px;
}
body .fly-user-main {
    position: relative;
    min-height: auto;
}
.button {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	transition: .1s;
	font-weight: 500;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px;
}

.primary-btn {
	color: #fff;
	background-color: var(--Maincolor);
	border-color: var(--Maincolor);
}

.primary-btn:hover {
	background: var(--MaincolorHover);
	border-color: var(--MaincolorHover);
	color: #fff;
}

#comments {
	
	box-shadow: 0 0 2px 0 rgba(98,124,153,.1);
	border-radius: 4px;
}

#comments a {
	color: #000;
}

#comments li {
	list-style: none;
}

#reply-title {
	margin-bottom: 10px;
	margin-top: 10px;
}

.comment_form_textarea_box {
	margin-bottom: 10px;
}

#comment {
	width: 100%;
}

.logged-in-as {
	margin-bottom: 10px;
}
.user-menu-plane .layui-nav .layui-nav-item a{
	color:#333;
	
}
.user-menu-plane  .layui-nav {
    background-color: #fff;
    color: #333;
}
#respond {
	padding: 30px;
	padding-top: 0;
}

.comment_form_textarea {
	outline: none;
	border: 1px solid #efefef;
	border-radius: 4px;
	resize: none;
	min-height: 150px;
	padding: 6px;
}

.comment_userinput {
	display: flex;
	justify-content: space-between;
}

.comment_userinput input {
	height: 34px;
	font-size: 14px;
	background: #f5f6f7;
	border-radius: 4px;
	border: none;
	outline: none;
	padding-left: 6px;
}

.comment-form-author,.comment-form-email,.comment-form-url {
	flex: 20%;
	margin: 10px;
}

.comment-form-author {
	margin-left: 0 !important;
}

.comment-form-url {
	margin-right: 0 !important;
}

.comment-form-author input,.comment-form-email input,.comment-form-url input {
	border: 1px solid #efefef;
	width: 100%;
	line-height: 30px;
	outline: none;
}

.comment a {
	color: #000;
}

.comment-pub-time,.comment-btn-reply {
	font-size: 14px;
	color: #999;
}

.comment-text {
	color: #777;
	margin: 6px 0;
}

.comment-navigation {
	border-radius: 4px;
}

.comments-title {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 0;
	padding-left: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f5f6f7;
}

.reply-title {
	padding: 20px 30px;
	font-weight: 600;
	color: #18191a;
	border-bottom: 1px solid #f5f6f7;
	font-size: 18px;
}

.comment-metadata {
	margin-left: 20px;
}

.comment-item {
	display: flex;
	border-bottom: #f2f2f2 1px solid;
	padding: 10px 0 5px;
}

.comment-media {
	flex-shrink: 0;
}

.avatar-img {
	flex: 1;
}

.avatar-img img {
	border-radius: 50%;
}

.comment-from {
	background: var(--Maincolor);
	color: #fff;
	padding: 2px 3px;
	margin-left: 5px;
	border-radius: 3px;
}

.comment-from a {
	color: #fff !important;
}

.commentlist {
	padding: 0 30px;
}

.commentlist > .comment > .children {
	padding-left: 58px;
}

#reply-title {
	font-size: 16px;
	font-weight: 500;
}

.dots:hover {
	background-color: #f2f2f2 !important;
	color: #999 !important;
}

.textwidget {
	line-height: 1.8;
}

.search-form {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.search-form-input-plane {
	flex-grow: 1;
	margin-right: 20px;
}

.search-keyword {
	height: 34px;
	font-size: 14px;
	background: #f5f6f7;
	border-radius: 4px;
	border: none;
	outline: none;
	padding-left: 6px;
	width: 100%;
}

.search-submit {
	background-color: var(--Maincolor);
	color: #fff;
	height: 32px;
	border: none;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	transition-duration: .4s;
	width: 68px;
}

.search-submit:hover {
	background: var(--MaincolorHover);
}

.widger-comment-name,.widger-comment-time {
	margin-left: 10px;
	line-height: 30px;
}

.widger-comment-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.widger-comment-user {
	display: flex;
}

.widger-avatar img {
	border-radius: 4px;
}

.widger-comment-excerpt {
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #f7f7f7;
	border-radius: 1px;
	color: #666;
}

.widger-comment-excerpt:before {
	position: absolute;
	left: 10px;
	top: -10px;
	content: "";
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px solid transparent;
	border-bottom-color: #f7f7f7;
}

.widger-comment-excerpt p {
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widger-comment-plane {
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f5f6f7;
	color: #999;
}