/*样式Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, 
samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, 
section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }


/*基础样式*/
.img-scale:hover{transform: rotate(3deg) scale(1.2);transition: all 0.5s ease-out 0s;}
body { background: #262626; font-size: 15px; line-height: 1.5em; color: #ccc; font-weight: 300; font-family: 'helvetica neue', arial, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', Arial, sans-serif; }
::selection { background: #eee; color: #333; }
::-moz-selection { background: #eee; color: #333; }
a { color: #febe02; text-decoration: none; }
a:hover { color: #fff; }
img { max-width: 100%; height: auto; }
a,
a:before,
a:after { transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease; }
a img { transition: opacity 0.2s ease; }
address,cite,em { font-style: italic; }
strong { font-weight: 600; }
ol, ul { box-sizing: content-box; }
.left,.alignleft { float: left; }
.right,.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; }
hr { border: 0; background: #444; height: 1px; margin: 40px 0; }

/*clear*/
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { zoom: 1; }
/*font awesome square size*/
.fa, .fab, .fal, .far, .fas { width: 1em; text-align: center; }

/*表单*/
input, textarea, button, select, label { font-family: inherit; }
.themeform input,
.themeform select,
.themeform textarea,
.themeform button,
.themeform label { font-size: 14px; }
.themeform input::-moz-focus-inner, 
.themeform button::-moz-focus-inner { border: 0; padding: 0; }
.themeform input[type="search"],
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform input[type="url"],
.themeform input[type="tel"],
.themeform input[type="number"],
.themeform input[type="submit"],
.themeform select,
.themeform button, 
.themeform textarea { margin: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 0; border-radius: 0; }
.themeform input, 
.themeform select,
.themeform textarea, 
.themeform button { -moz-appearance: none; -webkit-appearance: none; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.themeform select { appearance: normal; -moz-appearance: menulist; -webkit-appearance: menulist; }
.themeform input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; }
.themeform input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; }
.themeform label { font-weight: 600; color: #fff; }
.themeform input[type="search"],
.themeform input[type="text"], 
.themeform input[type="password"], 
.themeform input[type="email"], 
.themeform input[type="url"],
.themeform input[type="tel"],
.themeform input[type="number"],
.themeform select,
.themeform textarea { background: #333; border: 1px solid #555; color: #bbb; display: block; max-width: 100%; outline: none; padding: 7px 8px; }
.themeform input[type="search"]:focus,
.themeform input[type="text"]:focus, 
.themeform input[type="password"]:focus, 
.themeform input[type="email"]:focus, 
.themeform input[type="url"]:focus,
.themeform input[type="tel"]:focus,
.themeform input[type="number"]:focus, 
.themeform select:focus,
.themeform textarea:focus { border-color: #777; color: #fff; -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); box-shadow: 0 0 3px rgba(0,0,0,0.1); }
.themeform label .required { color: #febe02; }
.themeform input[type="button"],
.themeform input[type="reset"],
.themeform input[type="submit"],
.themeform button[type="button"],
.themeform button[type="reset"],
.themeform button[type="submit"] { background: #febe02; color: #fff; padding: 8px 14px; font-weight: 600; display: inline-block; border: none; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; }
.themeform input[type="button"]:hover,
.themeform input[type="reset"]:hover,
.themeform input[type="submit"]:hover,
.themeform button[type="button"]:hover,
.themeform button[type="reset"]:hover,
.themeform button[type="submit"]:hover { background: #febe02; }

.themeform.searchform div { position: relative; }
.themeform.searchform div input { padding-left: 26px; line-height: 20px; }
.themeform.searchform div:after { color: #ccc; line-height: 24px; font-size: 14px; content: "\f002"; position: absolute; left: 10px; top: 6px; font-style: normal; font-family: "Font Awesome 5 Free"; font-weight: 900; }

/*entry*/
.entry a { color: #febe02; text-decoration: underline; }
.entry a:hover { color: #fff; }
.entry { font-size: 18px; line-height: 1.8em;padding-top: 60px;border-top: 1px solid #484848; }
.entry p,
.entry dd { margin-bottom: 1em; }
.entry dt { color: #fff; }
.entry ol,
.entry ul { margin: 0 0 15px 30px; }
.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol { margin-bottom: 0; }
.entry li { margin: 0; }
.entry ul li,
.entry ol ul li { list-style: square; }
.entry ol li,
.entry ol ul ol li { list-style: decimal; }
.entry dt { font-weight: 600;}
.entry address { margin-bottom: 1em; }
.entry blockquote { position: relative; font-style: italic; margin: 0 0 20px 0; padding-left: 50px; }
.entry blockquote p { font-weight: 400; color: #999; margin-bottom: 0.75em; }
.entry blockquote:before { content: "\f10d"; color: #ccc; font-size: 32px; font-style: normal; font-family: "Font Awesome 5 Free"; font-weight: 900; text-align: center; position: absolute; left: 0; top: 0; }
.entry blockquote.twitter-tweet:before { content: "\f099"; }
.entry code, .entry pre { font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; font-size: 11px; }
.entry pre { padding: 18px 20px; margin: 30px 0; border: 1px solid #444; line-height: 19px; white-space: pre-wrap; word-wrap: break-word; overflow-x: auto; overflow-y: hidden; }
.entry code { background: #444; padding: 0 3px; }
.entry ins { background: #fff486; }
.entry sub,
.entry sup { font-size: 62.5%; }
.entry sub { vertical-align: sub; }
.entry sup { vertical-align: super; }

.entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry attachment img { max-width: 100%; height: auto; }
.entry img.alignleft { margin: 18px 20px 18px 0; }
.entry img.alignright { margin: 18px 0 18px 20px; }
.entry img.aligncenter { margin: 18px auto; clear: both; display: block; }
.entry img .size-full { width: 100%!important; }
.entry .gallery img, .entry img.wp-smiley { margin: 0; }
.entry .wp-caption { background: #444; max-width: 100%; margin-bottom: 14px; padding-top: 5px; text-align: center; }
.entry .wp-caption-text { font-style: italic; }
.entry .wp-caption a { border-bottom: none; }
.entry .wp-caption img { margin: 0; max-width: 100%; height: auto; }
.entry .wp-caption.alignleft { margin-right: 20px; }
.entry .wp-caption.alignright { margin-left: 20px; }
.entry .wp-caption.alignnone { overflow: hidden; }
.entry .wp-caption.alignnone img { margin: 0 auto; max-width: 100%!important; }
.entry .wp-caption-text { color: #999; font-size: 13px; padding: 0 0 8px 0; margin: 0; }

/* 表格 */
.entry table { font-size: 14px; margin-bottom: 1.5em; width: 100%; text-align: center; }
.entry table tr.alt { background: #444; }
.entry table td { border: 1px solid #444; text-align: center; padding: 5px; vertical-align: middle; }
.entry table th { border: 1px solid #444; font-weight: 600; text-align: center; padding: 10px 5px; }

/* 灯箱 */
.entry .gallery,
.widget .gallery { clear: both; overflow: hidden; width: 100%; margin: 15px 0!important; }
.entry .gallery img,
.widget .gallery img { display: block; width: 100%; height: auto; border-width: 1px 2px!important; border-color: transparent!important; }
.entry .gallery .gallery-item,
.widget .gallery .gallery-item { position: relative; overflow: hidden; border-color: transparent; margin-top: 0!important; }
.entry .gallery .gallery-caption,
.widget .gallery .gallery-caption { background: rgba(255,255,255,0.8); color: #333; font-size: 13px; line-height: 1.4em; padding: 10px 0; text-align: left; text-indent: 10px; font-style: normal; margin: 0; bottom: -44px; left: 2px; right: 2px; overflow: hidden; position: absolute; text-overflow: ellipsis; white-space: nowrap; width: 100%;
transition: all .2s ease;
-o-transition: all .2s ease;
-moz-transition: all .2s ease;
-webkit-transition: all .2s ease; }
.entry .gallery .gallery-item:hover .gallery-caption  { bottom: 0; }
.entry .gallery-columns-5 .gallery-caption,
.entry .gallery-columns-6 .gallery-caption,
.entry .gallery-columns-7 .gallery-caption,
.entry .gallery-columns-8 .gallery-caption,
.entry .gallery-columns-9 .gallery-caption,
.widget .gallery-columns-2 .gallery-caption,
.widget .gallery-columns-3 .gallery-caption,
.widget .gallery-columns-4 .gallery-caption,
.widget .gallery-columns-5 .gallery-caption,
.widget .gallery-columns-6 .gallery-caption,
.widget .gallery-columns-7 .gallery-caption,
.widget .gallery-columns-8 .gallery-caption,
.widget .gallery-columns-9 .gallery-caption { display: none!important; }

/* H1-H6 */
h1, h2, h3, h4, h5, h6 { color: #fff; font-weight: 300; -ms-word-wrap: break-word; word-wrap: break-word; }
.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span { color: #bbb; }
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6  { margin-bottom: 14px; font-weight: 600; line-height: 1.3em; }
.entry h1 { font-size: 38px; letter-spacing: -1px; }
.entry h2 { font-size: 34px; letter-spacing: -0.7px; }
.entry h3 { font-size: 28px; letter-spacing: -0.5px; }
.entry h4 { font-size: 24px; letter-spacing: -0.3px; }
.entry h5 { font-size: 20px; font-weight: 600; }
.entry h6 { font-size: 16px; font-weight: 600; text-transform: uppercase; }

.heading,
#reply-title { font-weight: normal; font-size: 18px; font-weight: 600; margin-bottom: 1em; }
.heading i { font-size: 22px; margin-right: 6px; }

/* 布局 */
#wrapper { background: #262626; margin: 0 auto; min-width: 1024px; height: 100%; border-top: 6px solid #febe02; overflow: hidden; }
.container {  }
.container-inner { min-width: 100%; width: 100%; margin: 0 auto; }
.main { }
.main-inner { position: relative; min-height: 600px; /* instead of sticky footer */ }
.content { margin: 0 auto; position: relative; width: 100%; }
.pad { padding: 30px 50px; }
.pad-top { border-bottom: 1px solid #eee; }

/* boxed */
body.boxed { background: #161616; }
.boxed #wrapper { max-width: 1380px; margin: 0 auto; box-shadow: 0 0 3px rgba(0,0,0,0.2); }


/* 2 column, content left */
.col-2cl .main-inner { padding-right: 380px; }
.col-2cl .s1 { float: right; margin-right: -340px; }
.col-2cl .content { float: left; }

/* 2 column, content right */
.col-2cr .main-inner { padding-left: 340px; }
.col-2cr .s1 { float: left; margin-left: -340px; }
.col-2cr .content { float: right; }

/* 侧栏 */
.sidebar { position: relative; z-index: 2; box-shadow: 0 20px 20px rgba(0,0,0,0.1), 0 3px 3px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.06); }
.sidebar .pad { padding-left: 20px; padding-right: 20px; }

/* sidebar primary */
.s1 { width: 340px; z-index: 2; background: #333; }

/* grid */
.grid { margin-right: 3.2%; float: left; display: inline; position: relative; }
.last { clear: right; margin-right: 0!important; }

.one-full { margin-right: 0; width: 100%; }
.one-half { width: 48.4%; }
.one-third { width: 31.2%; }
.two-third { width: 65.6%; }
.one-fourth { width: 22.6%; }
.three-fourth { width: 74.2%; }
.one-fifth { width: 17.4%; }
.two-fifth { width: 38.1%; }
.three-fifth { width: 58.7%; }
.four-fifth { width: 79.4%; }




/*  common : responsive image + caption
/* ------------------------------------ */
.image-container { position: relative; }
.image-container img { display: block; width: 100%; height: auto; }
.image-caption { background: rgba(0,0,0,0.7); color: #fff; font-size: 13px; line-height: 1.3em; font-style: italic; padding: 8px 10px; position: absolute; bottom: 8px; left: 8px; margin-right: 8px;
-webkit-border-radius: 2px; border-radius: 2px; 
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.03); }

/* 社会化图标 */
.social-links { float: right; position: relative; z-index: 2; }
.social-links li { display: inline-block; margin-left: 8px; line-height: 16px; font-size: 0; }
.social-links li a { display: block!important; position: relative; text-align: center; }
.social-links .social-tooltip { color: #333; font-size: 24px; display: inline; position: relative; z-index: 98; }
.social-links .social-tooltip:hover { color: #444; text-decoration: none; }
.social-links .social-tooltip:hover:after { top: -36px; background: #eee; font-size: 14px; color: #666; content: attr(title); display: block; right: 0; padding: 5px 15px; position: absolute; white-space: nowrap; 
-webkit-border-radius: 3px; border-radius: 3px; }
.social-links .social-tooltip:hover:before { top: -10px; right: 8px; border: solid; border-color: #eee transparent; border-width: 5px 5px 0 5px; content: ""; display: block; position: absolute; z-index: 1; }

/* 页面标题 */
.page-title { margin-bottom: 60px; }
.page-title-inner { max-width: 740px; padding: 0; margin: 0 auto; border-bottom: 1px solid #333; padding-bottom: 30px; }
.page-title i { margin-right: 12px; }
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4 { font-size: 24px; line-height: 1.4em; font-weight: 600; }
.page-title span { color: #999; }
.page-title .notebox { font-size: 19px; font-weight: 300; margin-top: 10px; }
.page-title .notebox p { margin-bottom: 20px; }

/* notebox */
.notebox { position: relative; color: #999; font-size: 15px; line-height: 1.6em; font-style: italic; }
.error404 .notebox { margin-bottom: 30px; }
.notebox span { font-weight: 600; }
.notebox .search-again { margin-top: 10px; }
.notebox input[type="text"] { width: 100%; }

/* 页面图片 */
.page-image { overflow: hidden; position: relative; margin: 0 0 30px 0; }
.page-image-text { position: absolute; top: 50%; margin-top: -35px; width: 100%; text-align: center; }
.page-image-text .caption { color: #fff; font-size: 44px; line-height: 70px; text-transform: uppercase; font-weight: 600; text-shadow: 0 0 20px rgba(0,0,0,0.3); }
.page-image-text .description { display: block; color: #fff; font-size: 15px; line-height: 36px; font-weight: 300; }
.page-image-text .description i { background: rgba(0,0,0,0.7); opacity: 0.9; font-style: normal; padding: 6px 10px; -webkit-border-radius: 2px; border-radius: 2px; }

/* 分页 */
.pagination { margin: 30px 20px; }
.pagination a { font-size: 18px; font-weight: 600; }
.pagination ul { text-align: center; font-size: 0; }
.pagination ul li { display: inline-block; float: none; }
.pagination ul li a:before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 52px; line-height: 70px; display: block; }
.pagination ul li.next a:before { content: "\f105"; }
.pagination ul li.prev a:before { content: "\f104"; }
.pagination ul li a { background: #444; color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); display: inline-block; font-size: 0; margin: 10px; width: 70px; height: 70px; border-radius: 40px; }

/* thumb icon */
.thumb-icon { background: rgba(0,0,0,0.7); color: #fff; text-align: center; display: block; width: 32px; height: 32px; position: absolute; bottom: 50%; left: 50%; margin-left: -16px; margin-bottom: -16px;
-webkit-border-radius: 4px; border-radius: 4px;
-moz-transition: all 0.7s ease; -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
box-shadow: 0 0 2px rgba(255,255,255,0.4);
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg); }
.thumb-icon i { font-size: 18px; padding: 7px 0;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
.thumb-icon .fa-play { margin: -1px 0 0 2px; }
.thumb-icon.small { width: 24px; height: 24px; position: absolute; bottom: 50%; left: 50%; margin: 0 0 -12px -12px;
-webkit-border-radius: 3px; border-radius: 3px; }
.thumb-icon.small i { font-size: 12px; line-height: 16px; padding: 5px 0; }

/* header */
#header { background: #333; position: relative; z-index: 99; border-bottom: 1px solid #3f3f3f; box-shadow: 0 20px 20px rgba(0,0,0,0.1), 0 3px 3px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.06); }
.sticky-element-sticky #header { border-bottom: 1px solid #3f3f3f; }
@media only screen and (min-width: 1025px) {
	#header { -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
	#header.hide-scroll { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}
#header img { box-shadow: none; }
#header .pad { padding-top: 10px; padding-bottom: 10px; }
#header .container-inner { position: relative; }
#header .social-links { padding-left: 10px; border-left: 1px solid rgba(255,255,255,0.1); height: 22px; margin-top: 30px; margin-bottom: 28px; float: left; }
#header .social-links .social-tooltip { color: rgba(255,255,255,0.5); font-size: 18px; }
#header .social-links .social-tooltip:hover { color: #fff; }

.site-title { font-size: 32px; font-weight: 300; letter-spacing: -0.5px; float: left; line-height: 60px; padding: 10px 20px 10px 0; position: relative; z-index: 2; }
.site-title a { display: block; color: #fff; max-width: 100%; }
.site-title a img { display: block; max-width: 100%; max-height: 60px; height: auto; padding: 0; margin: 0 auto; -webkit-border-radius: 0; border-radius: 0; }
.site-description { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.5); float: left; margin: 30px 0 0 20px; position: relative; z-index: 2; }
.site-header { background: #333; }
.site-image { display: block; margin: 0 auto; max-height: 400px; }

@media only screen and (min-width: 720px) {
	#header-right { float: right; }
	#wrap-nav-header { float: left; }
	.search-trap-focus { float: right;margin-left:80px; }
}

/* header 搜索 */
.toggle-search { background: transparent; outline: none; float: right; border: 0; width: 30px; color: #333; text-align: center; font-size: 20px; line-height: 24px; cursor: pointer; border-radius: 10px; padding: 16px 0; margin: 10px 0 10px 16px; display: block; }
.toggle-search:hover { color: #333; }
.toggle-search.active { color: #333; }
.toggle-search.active i:before { content: "\f00d"; }
.search-expand { display: none; position: absolute; bottom: 32px; right: 88px; width: 320px; z-index: 10; }
.search-expand-inner {  }
.search-expand .themeform input { background: #333; width: 100%; border: 1px solid #444; }
.search-expand .themeform input:focus { border-color: #555; }
.toggle-search.active { padding-top: 18px; padding-bottom: 19px; }
.toggle-search .svg-icon { fill: rgba(255,255,255,0.8); margin: 0 auto; }
.toggle-search #svg-close { display: none; }
.toggle-search.active #svg-search { display: none; }
.toggle-search.active #svg-close { display: block; fill: rgba(255,255,255,0.4); }
.toggle-search:focus #svg-search { fill: rgba(255,255,255,0.4); }
.toggle-search:focus #svg-close { fill: #fff; }


/* 汉堡菜单 */
.menu-toggle-icon { float: right; width: 30px; height: 20px; position: relative; transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; }
.menu-toggle-icon span { display: block; position: absolute; height: 2px; width: 100%; background: #fff; border-radius: 2px; opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; }
.menu-toggle-icon span:nth-child(1) { top: 0px; transform-origin: left center; }
.menu-toggle-icon span:nth-child(2) { top: 8px; transform-origin: left center; }
.menu-toggle-icon span:nth-child(3) { top: 16px; transform-origin: left center; }
.toggled .menu-toggle-icon span:nth-child(1) { transform: rotate(45deg); top: -2px; left: 5px; }
.toggled .menu-toggle-icon span:nth-child(2) { width: 0%; opacity: 0; }
.toggled .menu-toggle-icon span:nth-child(3) { transform: rotate(-45deg); top: 19px; left: 5px; }

/* 菜单显示隐藏 */
@media only screen and (min-width: 720px) {
	.mobile-menu #wrap-nav-mobile { display: none; }
}
@media only screen and (max-width: 719px) {
	.mobile-menu #wrap-nav-header { display: none; } 
	#nav-mobile,
	#nav-header,
	#nav-footer { display: none; }
	.mobile #nav-mobile,
	.mobile #nav-header,
	.mobile #nav-footer { display: block; }
}
#nav-header a.active{color:#febe02;}
/* 菜单基础 */
.nav-menu > .menu-toggle { display: none; }
.nav-menu.mobile > .menu-toggle { display: block; }
.nav-menu.mobile > .menu-toggle ~ * { max-height: 4000px; overflow: hidden; width: 100%; transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
.nav-menu.mobile > .menu-toggle[aria-expanded="false"] ~ * { max-height: 0; transition: max-height 0.5s cubic-bezier(0, 1.05, 0, 1); }
.nav-menu .menu,
.nav-menu .menu ul { display: flex; list-style: none; list-style-type: none; margin: 0; padding: 0; }
.nav-menu a { display: block; text-decoration: none; width: 100%; }
.nav-menu.mobile ul { flex-direction: column; }
.nav-menu .menu ul { flex-direction: column; max-width: 0; max-height: 0; overflow: hidden; }
.nav-menu .menu ul.active,
.nav-menu:not(.mobile) .menu li.hover > ul { max-width: 100vw; max-height: 300vh; }
.nav-menu:not(.mobile) .menu .sub-menu { position: absolute; }
.nav-menu .screen-reader-text { display: none; }
.nav-menu .menu-item-wrapper { display: flex; }
.nav-menu { line-height: 20px; }
.nav-menu button { color: inherit; cursor: pointer; font-family: inherit; position: relative; text-align: inherit; user-select: none; background: none; border: none; box-shadow: none; border-radius: 0; font-size: inherit; font-weight: 400; letter-spacing: inherit; padding: 0; text-transform: none; }
.nav-menu.mobile .menu ul { transition: max-height 500ms; max-width: 100%; }

.nav-menu:not(.mobile) .menu { flex-wrap: wrap; justify-content: flex-start; }
.nav-menu:not(.mobile) .menu ul.active,
.nav-menu:not(.mobile) .menu li.hover > ul { overflow: visible; width: 200px; opacity: 1; transform: translateY(0); transition: opacity 0.15s linear, transform 0.15s linear; }
.nav-menu:not(.mobile) .menu ul .sub-menu { left: 220px; top: 0; }
.nav-menu:not(.mobile) .menu { position: relative; }
.nav-menu:not(.mobile) .menu ul { font-size: 15px; opacity: 0; padding: 10px 0; position: absolute; top: calc(100% + 20px); transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s; transform: translateY(6px); z-index: 1; }
.nav-menu:not(.mobile) .menu ul li { position: relative; }
.nav-menu:not(.mobile) .menu ul a { display: block; padding: 9px 20px; transition: background-color 0.15s linear; width: 100%; }
.nav-menu:not(.mobile) .menu li.menu-item-has-children.focus > ul {	min-width: 200px; max-width: 200px; max-height: 300vh; overflow: visible; opacity: 1; transform: translateY(0); transition: opacity 0.15s linear, transform 0.15s linear; }
.nav-menu:not(.mobile) .menu li.menu-item-has-children.focus > ul:focus-within { opacity: 1!important; }
.nav-menu:not(.mobile) .menu li ul.sub-menu:not(.active) { opacity: 0; }
.nav-menu:not(.mobile) .menu li.hover ul.sub-menu:not(.active) { opacity: 1; }
.nav-menu:not(.mobile) .menu li.focus ul ul.sub-menu:not(.active) { opacity: 0; }
.nav-menu:not(.mobile) .menu li.focus ul li.hover ul.sub-menu { opacity: 1; }

.nav-menu:not(.mobile) .menu ul:before,
.nav-menu:not(.mobile) .menu ul:after { content: ""; display: block; position: absolute; bottom: 100%; }
.nav-menu:not(.mobile) .menu ul:before { left: 0; right: 0; height: 20px; }
.nav-menu:not(.mobile) .menu ul:after { border: 8px solid transparent; border-bottom-color: transparent; left: 18px; }
.nav-menu:not(.mobile) .menu ul ul { left: calc(100% + 20px); top: -10px !important; }
.nav-menu:not(.mobile) .menu ul ul:before { bottom: 0; height: auto; left: auto; left: -20px; top: 0; width: 22px; }
.nav-menu:not(.mobile) .menu ul ul:after { border-bottom-color: transparent; bottom: auto; left: -16px; top: 20px; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:before { left: auto; right: -20px; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul { right: calc(100% + 20px); left: auto; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after { border-right-color: transparent; right: -16px; left: auto; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) ul ul button .svg-icon { transform: none; }

.nav-menu:not(.mobile) a,
.nav-menu:not(.mobile) span { transition: all 0.3s ease; }

.nav-menu.mobile { padding: 0; }
.nav-menu.mobile button:focus { outline: none; }
.nav-menu.mobile > button { padding: 16px 20px; float: right; }
.nav-menu.mobile button .svg-icon { transition: all 250ms; }
.nav-menu.mobile button.active .svg-icon { transform: rotate(180deg); }
.nav-menu.mobile ul { border: 0; }
.nav-menu.mobile ul li .menu-item-wrapper { justify-content: space-between; width: 100%; }
.nav-menu.mobile > div > ul > li:last-child { margin-bottom: 52px; }
.nav-menu.mobile ul li a { font-size: 16px; font-weight: 600; padding: 14px 20px; }
.nav-menu.mobile ul ul li a { font-size: 14px; }
.nav-menu.mobile ul ul li a { padding: 12px 0 12px 40px; }
.nav-menu.mobile ul ul ul li a { padding: 12px 0 12px 60px; }
.nav-menu.mobile ul button { margin: 10px 0; padding: 0 20px; }

/* 移动菜单fix */
.nav-menu.mobile > div > ul.menu,
.nav-menu.mobile.toggled > div > ul.menu ul.sub-menu { visibility: hidden; transition: all 0.3s ease; }
.nav-menu.mobile.toggled > div > ul.menu,
.nav-menu.mobile.toggled > div > ul.menu ul.sub-menu.active { visibility: visible; }
.nav-menu.mobile button:focus,
.menu-toggle:focus { background: rgba(255,255,255,0.06); }

/* 菜单样式*/
.nav-menu a { color: #fff; font-weight: 600; }
.nav-menu .svg-icon { fill: #fff; }
.nav-menu:not(.mobile) .menu ul { background: #fff; color: #fff; border-radius: 4px; }
.nav-menu:not(.mobile) .menu ul:after { border-bottom-color: #fff; }
.nav-menu:not(.mobile) .menu ul ul:after { border-right-color: #fff; }
.nav-menu-dropdown-left .nav-menu:not(.mobile) .menu ul ul:after { border-left-color: #fff; }

.nav-menu:not(.mobile) { font-size: 16px; font-weight: 400; float: right; padding: 12px 0 20px 0; }
.nav-menu:not(.mobile) a { color: rgba(255,255,255,0.6); }
.nav-menu:not(.mobile) a:hover { color: #fff; }
.nav-menu:not(.mobile) ul ul span { border-bottom: 1px solid #eee; }
.nav-menu:not(.mobile) ul ul li:last-child > span { border-bottom: 0; }
.nav-menu:not(.mobile) ul ul a { font-size: 14px; }
.nav-menu:not(.mobile) ul ul a:hover { color: #555; }
.nav-menu:not(.mobile) ul ul > li:hover > span { background: rgba(255,255,255,0.1); }
.nav-menu:not(.mobile) ul ul a { color: #333; }
.nav-menu:not(.mobile) button { background: none; color: #666; padding: 0 4px; margin-left: 2px; border-radius: 4px; }
.nav-menu:not(.mobile) button.active { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.5); }
.nav-menu:not(.mobile) button .svg-icon { fill: rgba(255,255,255,0.3); }
.nav-menu:not(.mobile) ul ul button { background: none; color: #333; padding: 0 5px; margin: 0 10px 0 0; }
.nav-menu:not(.mobile) ul ul button.active { background: #eee; color: #999; }
.nav-menu:not(.mobile) ul ul button .svg-icon { fill: #999; transform: rotate(-90deg); }
.nav-menu:not(.mobile) .menu > li { margin: 16px 40px 0 0; position: relative; }
.nav-menu:not(.mobile) .menu > li:last-child { margin-right: 0; }
.nav-menu:not(.mobile) .menu a { padding: 0; }

.nav-menu:not(.mobile) li.current_page_item > span > a, 
.nav-menu:not(.mobile) li.current-menu-item > span > a, 
.nav-menu:not(.mobile) li.current-menu-ancestor > span > a, 
.nav-menu:not(.mobile) li.current-post-parent > span > a { color: #fff; }
.nav-menu:not(.mobile) ul ul li.current_page_item > span > a, 
.nav-menu:not(.mobile) ul ul li.current-menu-item > span > a, 
.nav-menu:not(.mobile) ul ul li.current-menu-ancestor > span > a, 
.nav-menu:not(.mobile) ul ul li.current-post-parent > span > a { color: #777; }

.nav-menu.mobile { background: #333; }
.nav-menu.mobile button.active .svg-icon { fill: #fff; }
.nav-menu.mobile ul ul { background: rgba(0,0,0,0.15); }
.nav-menu.mobile ul li .menu-item-wrapper,
.nav-menu.mobile ul ul li .menu-item-wrapper { border-bottom: 1px solid rgba(255,255,255,0.07); }
.nav-menu.mobile ul li a { color: #fff; }
.nav-menu.mobile ul button,
.nav-menu.mobile ul ul button { border-left: 1px solid rgba(255,255,255,0.07); }
.nav-menu.mobile > div > ul { border-top: 1px solid rgba(255,255,255,0.07); }

/* footer菜单*/
#footer .nav-menu:not(.mobile) { background: #333; border-bottom: 1px solid #444; float: none; padding-top: 8px; padding-left: 20px; padding-right: 20px; position: relative; z-index: 2; }
#footer .nav-menu:not(.mobile) button { transform: rotate(-180deg); }
#footer .nav-menu:not(.mobile) .menu ul button { transform: none; }
#footer .nav-menu:not(.mobile) .menu { justify-content: center; }
#footer .nav-menu:not(.mobile) .menu ul { top: auto; bottom: calc(100% + 19px); }
#footer .nav-menu:not(.mobile) .menu ul ul { bottom: auto; }
#footer .nav-menu:not(.mobile) .menu > li > ul:before, 
#footer .nav-menu:not(.mobile) .menu > li > ul:after { bottom: auto; top: 100%; }
#footer .nav-menu:not(.mobile) .menu ul:after { border-bottom-color: transparent; border-top-color: #fff; }
#footer .nav-menu:not(.mobile) .menu ul ul:after { border-right-color: #fff; border-top-color: transparent; }

#footer .nav-menu.mobile { border-bottom: 1px solid #444; }


/* 页面*/
#page { padding-top: 20px; padding-bottom: 80px; }
.single .article-card{margin-bottom:0;}
.article-card { margin-bottom: 20px; padding: 0 40px; }
.card { background: #333; margin: 0 auto;display: flex; box-shadow: 0 20px 20px rgba(0,0,0,0.1), 0 3px 3px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.06); }
.card-left { min-width: 90px; max-width: 90px; }
.card-left-inner { height: 100%; position: relative; }
.card-right { width: 100%; position: relative; overflow: hidden;}
.card-right-inner { display: flex; }
.card-right-thumbnail { height: 280px; width: 35%; box-sizing: border-box; padding: 0; }
.card-right-thumbnail-inner { background: #222; background-size: cover; background-position: center center; height: 280px;box-sizing: border-box; position: relative; overflow:hidden;}
.card-right-thumbnail-inner a{display:block;height: 100%;width: 100%;}
.card-right-thumbnail-inner a img{height: 100%;width: 100%;object-fit: cover;}
.card-thumb-link:before { opacity: 0; content:""; background: url(../include/image-gradient.png) repeat-x; position: absolute; left: 0; right: 0; bottom: 0; top: 0; }
.card-thumb-link:hover:before { opacity: 0.6; }
.card-thumb-link:hover .thumb-icon { background: #fff; color: #333; }
.card-right-content { width: 65%; padding: 60px; box-sizing: border-box; position: relative; }
.card-title { font-size: 22px; font-weight: 600; line-height: 1.4em; margin-bottom: 14px; word-wrap: anywhere; overflow: hidden;
height: 3em;text-overflow: ellipsis;}
.card-title a { color: #fff; } 
.card-title a:hover { border-bottom: 3px solid #febe02; }
.card-byline { font-size: 16px; color: rgba(255,255,255,0.6); margin-bottom: 14px; }
.card-byline a { color: #febe02; }
.card-byline a:hover { color: #fff; }
.card-excerpt { font-size: 16px; font-weight: 300; line-height: 1.6em; color: rgba(255,255,255,0.6); margin-bottom: 10px; }
.card-dots-one { opacity: 0.3; background: url(../include/dot-pattern.png) repeat; height: 78px; width: 80px; position: absolute; left: 20px; right: 0; top: 30px; }
.card-dots-two { opacity: 0.3; background: url(../include/dot-pattern.png) repeat; height: 78px; width: 80px; position: absolute; right: 0; bottom: 100px; }
.card-avatar { margin: 0 auto; padding: 30px 0; position: absolute; z-index: 2; bottom: 158px; left: 0; right: 0; }
.card-avatar img { display: block; border-radius: 100%; width: 60px; margin: 0 auto; }
.card-date { background: #484848; box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); padding: 50px 0 20px; z-index: 1; transition: all 0.3s ease; color: #fff; text-transform: uppercase; text-align: center; position: absolute; left: 0; right: 0; bottom: 62px; }
.card-date-month { font-size: 20px; font-weight: 600; margin-bottom: 10px; }
.card-date-day { font-weight: 600; letter-spacing: -1px; font-size: 36px; margin-bottom: 10px; }
.card-date-year { font-size: 16px; color: rgba(255,255,255,0.6); }
.card-comments { background: #febe02; box-shadow: inset 0 1px 0 rgba(255,255,255,0.3); color: #fff; padding: 10px 0; display: block; font-size: 42px; text-align: center; position: absolute; left: 0; right: 0; bottom: 0;  }
.card-comments span { font-size: 14px; font-weight: 600; line-height: 42px; width: 100%; position: absolute; left: 0; bottom: -5px; text-align: center; }
.card-comments i{font-size: 0.8em;padding-bottom: 16px;}
.card-comments:hover { color: rgba(255,255,255,0.7); }
.card-comments:hover span { color: #666; }
.card-more-link { background:#535353; color: #fff; display: block; float: left; font-size: 14px; text-transform: uppercase; font-weight: 600; margin-bottom: 20px; }
.card-more-link:hover { color: rgba(255,255,255,0.8); }
.card-more-link span { background: #333; display: block; padding: 2px 14px; margin: 3px; transition: all 0.3s ease; }
.card-more-link:hover span { padding-left: 24px; padding-right: 24px; }
.card-category { background: rgba(255,255,255,0.1); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); overflow: hidden; font-size: 14px; color: rgba(255,255,255,0.3); padding: 19px 30px; position: absolute; left: 0; right: 0; bottom: 0; height: 62px; box-sizing: border-box; }
.card-category a { color: rgba(255,255,255,0.6);padding: 0 2px; }
.card-category i{padding-right:4px;}
.card-category a:hover { color: #fff; }
.card-plus-link { background: #333; text-align: center; font-size: 18px; line-height: 62px; width: 62px; height: 62px; position: absolute; right: 0; bottom: 0; z-index: 2; }
.card-plus-link i { color: #febe02; padding: 6px; border-radius: 10px; transition: all 0.3s ease; }
.card-plus-link:hover i { color: #fff; }

.card-left-inner-single { position: relative; min-height: 270px; }

.card-dots-three { opacity: 0.3; background: url(../include/dot-pattern.png) repeat; height: 78px; width: 80px; position: absolute; right: 0; top: 100px; }

.single .card-right-inner { display: block; }
.single .card-left { background: rgba(255,255,255,0.1); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); }
.single .card-date { background: none; box-shadow: none; }
.single .card-byline { margin-bottom: 0; }
.search .type-page .card-avatar,
.search .type-page .card-date,
.search .type-page .card-byline { display: none; }

.slick-posts { display: none; background: #222; border-top: 1px solid rgba(0,0,0,0.07); margin-bottom: 0; overflow: hidden; }
.slick-posts:after { content: ""; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); height: 30px; width: 100%; bottom: 0; position: absolute; left: 0; right: 0; pointer-events: none; }

.featured-post { background: #333; transition: all 0.3s ease; position: relative; bottom: -20px; margin: 20px 10px 0; box-shadow: 0 -1px 1px rgba(0,0,0,0.1); }
.featured-post:hover { bottom: 0; }
.featured-post:hover .featured-post-title a { color: #fff; }
.featured-post-title { font-size: 16px; font-weight: 600; padding: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.featured-post-title a { color: #ccc; }
.featured-post-thumbnail { position: relative;}
.featured-post-thumbnail:hover .thumb-icon { background: #fff; color: #333; }
.featured-post-thumbnail img { width: 100%; height: 210px;object-fit: cover;}
.featured-post-comments { color: #333; font-size: 32px; position: absolute; right: 10px; top: 6px; transition: all 0.3s ease; }
.featured-post-comments span { font-size: 12px; font-weight: 600; color: #ccc; line-height: 32px; position: absolute; right: 0; top: 0; width: 100%; text-align: center; transition: all 0.3s ease; }
.featured-post-comments:hover { color: #444; }
.featured-post-comments:hover span { color: #fff; }

.slick-posts-nav { position: relative; text-align: center; margin-top: 20px; margin-bottom: 0; border-bottom: 1px solid #333; }
.slick-posts-nav .slick-prev,
.slick-posts-nav .slick-next { background: #333; transition: all 0.3s ease; position: relative; display: inline-block; margin: 10px 10px 0; height: 34px; width: 34px; border-radius: 4px; }
.slick-posts-nav .slick-prev:hover,
.slick-posts-nav .slick-next:hover,
.slick-posts-nav .slick-prev:focus,
.slick-posts-nav .slick-next:focus { background: #444; }
.slick-posts-nav .slick-prev { left: 0; }
.slick-posts-nav .slick-next { right: 0; }
.slick-posts-nav .slick-prev:before { color: #fff; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053"; }
.slick-posts-nav .slick-next:before { color: #fff; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054"; }

.slick-image-slide-wrapper { display: none; position: relative; }
.slick-image-slide { background: #333; }
.slick-image-slide .slick-slide > div > div { display: block!important; }
.slick-image-slide .slick-slide { position: relative; }
.slick-image-slide .slick-slide img { margin: 0 auto; }
.slick-image-slide-nav { position: absolute; text-align: center; margin-top: -10px; position: absolute; left: 0; right: 0; top: 50%; z-index: 99; pointer-events: none; }
.slick-image-slide-nav .slick-prev { float: left; }
.slick-image-slide-nav .slick-next { float: right; }
.slick-image-slide-nav .slick-prev,
.slick-image-slide-nav .slick-next { background: #eee; transition: all 0.3s ease; position: relative; display: inline-block; margin: 10px; height: 34px; width: 34px; border-radius: 4px; pointer-events: auto; }
.slick-image-slide-nav .slick-prev:hover,
.slick-image-slide-nav .slick-next:hover,
.slick-image-slide-nav .slick-prev:focus,
.slick-image-slide-nav .slick-next:focus { background: #e5e5e5; }
.slick-image-slide-nav .slick-prev { left: 0; }
.slick-image-slide-nav .slick-next { right: 0; }
.slick-image-slide-nav .slick-prev:before { color: #000; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053"; }
.slick-image-slide-nav .slick-next:before { color: #000; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054"; }
.slick-image-slide-dots { background: red; }
.slick-image-slide-dots .slick-dots li { height: 10px; width: 10px; margin: 0 3px; }
.slick-image-slide-dots .slick-dots li button { background: rgba(0,0,0,0.2); height: 10px; width: 10px; border-radius: 100%; text-indent: -9999px; overflow: hidden; }
.slick-image-slide-dots .slick-dots .slick-active button { background: rgba(0,0,0,0.7); }

.post-format { position: relative; }

.front-widgets { background: #333; margin-bottom: 30px; box-shadow: 0 20px 20px rgba(0,0,0,0.1), 0 3px 3px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.06); }
.front-widget-col { width: 50%; float: left; }
.front-widget-inner { margin-right: 30px; }
.front-widgets .widget { padding-top: 20px; padding-bottom: 20px; }
.front-widgets .widget > h3 {  }


/* 分页 */
.pagenavi { text-align: right; font-weight: 600; line-height: 20px; float: none; margin-right: -2px; text-align: center; }
.pagenavi a,
.pagenavi span { color: #777; font-size: 16px; padding: 9px 14px; display: inline-block; margin: 0 1px 10px; }
.pagenavi span.pages { font-size: 16px; font-weight: 400; display: block; margin-bottom: 1em!important; border: none!important; }
.pagenavi span.pages:before { content: "\f15c"; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 6px; }
.pagenavi span.extend { border: none!important; padding-left: 0; padding-right: 0; }
.pagenavi a:hover,
.pagenavi a:active,
.pagenavi span.current { color: #fff; }

.pagenavi a { background: rgba(255,255,255,0.1); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); border-radius: 20px; color: #ccc; border: none; box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); }
.pagenavi a:hover,
.pagenavi a:active,
.pagenavi span.current { background: #febe02; color: #fff; border-radius: 20px; border: none; box-shadow: 0 1px 0 rgba(0,0,0,0.05); }


/* footer*/
#footer { background: #333; border-top: 1px solid #3f3f3f; color: #777; position: relative; padding-bottom: 20px; }
#footer .pad { padding-bottom: 20px; }

#footer-ads { text-align: center; padding: 10px 0; border-bottom: 1px solid #444; }
#footer-ads .widget { padding-bottom: 0; font-size: 0; line-height: 0; }
#footer-ads h3 { display: none; }



#footer-bottom { position: relative; overflow: hidden; z-index: 99; text-align: center; }
#footer-bottom img { box-shadow: none; }
#footer-bottom .pad { padding-top: 20px; }
#footer-bottom a { color: #ccc; }
#footer-bottom a:hover { color: #fff; }
#footer-bottom #footer-logo { display: inline-block; margin-bottom: 20px; max-height: 60px; -webkit-border-radius: 0; border-radius: 0; }
#footer-bottom #copyright {  }
#footer-bottom #copyright,
#footer-bottom #credit { color: #999; font-size: 15px; line-height: 1.5em; }




/*回顶*/
#totop {z-index:200;right:20px;}
#totop i{border-radius:5px;font-size: 38px;color: #febe02;display: block;width: 60px;height: 60px;background: #444;line-height: 60px;text-align: center;}
#totop,#totop a {border:none;}
#totop {position:fixed;bottom:100px;display:block;width:50px;background:none;cursor:pointer;}
#totop:hover {text-decoration:none;}
#totop a {display:block;width:50px;height:50px;text-align:center;text-decoration:none;background-size: 0;}



#footer-bottom .social-links { padding-top: 40px; float: none; }
#footer-bottom .social-links a { color: #999; }
#footer-bottom .social-links a:hover { color: #fff; }
#footer-bottom .social-links .social-tooltip { font-size: 20px; }
#footer-bottom .social-links .social-tooltip:hover:after { background: #fff; color: #333; }
#footer-bottom .social-links .social-tooltip:hover:before { border-color: #fff transparent; }


/* 文章entry */
.sticky {}
.post-wrapper { width: 100%; }
.card-date-alt{padding-right:30px;}
.entry-header,
.entry-media,
.entry-content,
.entry-footer,
.pagination,
.page-title,
.front-widgets { max-width: 740px; padding-right: 40px; padding-left: 40px; margin-right: auto; margin-left: auto; }
.entry-content img{max-width: 100% !important;height: auto !important;}
body.page .entry-header { margin-top: 0; }
.entry-header i{padding-right:5px;}
.entry-header.group a{color: rgba(255,255,255,0.6);}
.entry-header.group a:hover{color:#febe02;}
.entry-header { margin: 60px auto 20px; position: relative; padding-bottom: 30px;}
.entry-header .entry-title { color: #fff; font-weight: 600; font-size: 36px; line-height: 1.3em; letter-spacing: -1px; margin-bottom: 14px; }
.entry-header .entry-title a { color: #333; }
.entry-header .entry-title a:hover { color: #000; }
.entry-header .entry-meta { font-weight: 600; font-size: 16px; }
.entry-header .entry-meta .byline { margin-right: 3px; }
.entry-header .entry-meta .byline a { color: #555; }
.entry-header .entry-meta .byline a:hover { color: #000; }
.entry-header .entry-meta .entry-category a { background: #eee; display: inline-block; color: #999; font-size: 14px; font-weight: 300; padding: 1px 7px; border-radius: 3px; margin-right: 2px; margin-bottom: 6px; }
.entry-header .entry-meta .entry-category a:hover { background: #e5e5e5; color: #666; }
.entry-header .entry-meta .entry-comments { color: #eee; font-size: 40px; position: absolute; right: 40px; top: 0; }
.entry-header .entry-meta .entry-comments span { font-size: 14px; font-weight: 600; color: #999; line-height: 40px; position: absolute; right: 0; top: 0; width: 100%; text-align: center; }
.entry-header .entry-meta .entry-comments:hover { color: #e5e5e5; }
.entry-header .entry-meta .entry-comments:hover span { color: #666; }
.entry-media { max-width: 940px; margin-bottom: 40px; position: relative; }
.entry-media img { display: block; margin: 0 auto; }
.entry-media > a:hover .thumb-icon { background: #fff; color: #333; }
.entry-content { }
.entry-footer { margin-top: 40px; margin-bottom: 40px; }

.entry-bar { -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.entry-bar.hide-scroll { -webkit-transform: translateY(100%); transform: translateY(100%); }

.entry-bar { background: #333; box-shadow: 0 -20px 20px rgba(0,0,0,0.1), 0 -3px 3px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.06); padding: 0; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; }
.entry-bar ul { width: 100%; }
.entry-bar .entry-bar-left { width: 50%; float: left;padding-left:20px;}
.entry-bar-left i{padding-right:10px;font-size:20px;color:#febe02;}
.entry-bar-left p{font-size:20px;font-weight:600;line-height:70px;height: 65px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;
width: 85%;display: inline-block;}
.entry-bar .entry-bar-right { display: flex; }
.entry-bar .sharrre-container { float: left; min-width: 100%; }



/* Single分享 */
.sharrre-container {  }
.sharrre-container > span { display: none; }
.post-sharrre { margin-top: 30px; }
.sharrre { width: 25%; float: left; }
.sharrre .box { display: block; padding: 16px 20px; border-bottom: 0 solid #333; border-left: 1px solid #444; }
.sharrre .count { width: 60%; background: #484848; color: #fff; display: block; font-size: 15px; font-weight: 900; line-height: 30px; position: relative; text-align: center; border-radius: 6px; }
.sharrre .count:after { content:''; display: block; position: absolute; right: -12px; width: 0; height: 0; border: solid 6px transparent; border-left-color: #484848; bottom: 9px; }
.sharrre .share { width: 20%; margin-left: 20%; display: block; font-size: 24px; font-weight: 600; line-height: 32px; padding: 0; text-align: center; text-decoration: none; }
.sharrre .share,
.sharrre .count,
.sharrre .count:after { float: left; -webkit-transition: all .3s ease; transition: all .3s ease; }
.sharrre .box:hover { background: #484848!important; }
.sharrre .box:hover .share {}
.sharrre .box:hover .count { color: #fff!important; }

.sharrre#qq .box:hover { background: #eef6f9; }
.sharrre#qq .box { border-bottom-color: #24a5db; }
.sharrre#qq .box:hover .count:after { border-left-color: #24a5db; }
.sharrre#qq .count,
.sharrre#qq .share,
.sharrre#qq .box:hover .count { color: #24a5db; }
.sharrre#qq .box:hover .count { background: #24a5db; }

.sharrre#weixin .box:hover { background: #eef6f9; }
.sharrre#weixin .box { border-bottom-color: #2ba245; }
.sharrre#weixin .box:hover .count:after { border-left-color: #2ba245; }
.sharrre#weixin .count,
.sharrre#weixin .share,
.sharrre#weixin .box:hover .count { color: #2ba245; }
.sharrre#weixin .box:hover .count { background: #2ba245; }

.sharrre#weibo .box:hover { background: #eef6f9; }
.sharrre#weibo .box { border-bottom-color: #f0472b; }
.sharrre#weibo .box:hover .count:after { border-left-color: #f0472b; }
.sharrre#weibo .count,
.sharrre#weibo .share,
.sharrre#weibo .box:hover .count { color: #f0472b; }
.sharrre#weibo .box:hover .count { background: #f0472b; }


.post-pages { font-weight: 600; margin-bottom: 20px; }


.post-tags { margin: 0 0 60px; }
.post-tags span { font-size: 14px; color: #999; display: inline-block; margin: 0 7px 0 0; }
.post-tags a { background: rgba(255,255,255,0.1);  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); display: inline-block; white-space: nowrap; font-size: 14px; color: #999; padding: 1px 7px; margin: 0 5px 6px 0;
-webkit-border-radius: 3px; border-radius: 3px; }
.post-tags a:hover { background: rgba(255,255,255,0.15); color: #ccc; }


.author-bio { background: rgba(255,255,255,0.1); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); padding:20px 20px 10px; border-radius: 4px; position: relative; margin: 40px 0;}
.author-bio .bio-avatar { width: 64px; height: auto; position: relative; display: inline-block; margin-top: -32px; }
.author-bio .bio-avatar:after { background: #febe02; position: absolute; right: -4px; bottom: -4px; padding: 8px 8px; content: "\f303"; color: #fff; font-size: 10px; line-height: 12px; width: 12px; font-style: normal; font-family: "Font Awesome 5 Free"; font-weight: 900; text-align: center; border-radius: 100%; }
.author-bio .bio-avatar img { display: block; width: 100%; height: auto; border-radius: 100%; }
.author-bio p { margin-bottom: 8px; }
.author-bio .bio-name { color: #fff; font-size: 19px; font-weight: 600; margin: 10px 0; }
.author-bio .bio-desc { color: #bbb; font-size: 16px; line-height: 1.5em; }


/* 相关文章 */
.related-posts { margin-bottom: 40px; }
.related-posts li { width: 33.33%; float: left; display: inline; }
.related-post { border-right: 1px solid transparent; }
.related-inner { padding: 0 20px 0 0; }
.related-title { margin-bottom: 30px; font-size: 17px; font-weight: 600; line-height: 1.4em; letter-spacing: 0; display: block; height: 2.9em;overflow: hidden;}
.related-title a { color: #ccc; }
.related-title a:hover  { color: #fff; }
.related-thumbnail { width: 100%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;overflow:hidden; }
.related-thumbnail { position: relative; margin-bottom: 15px; }
.related-thumbnail a{display:block;width:100%;height:100%;}
.related-thumbnail img { display: block; width: 100%;height: 220px;object-fit: cover;}
.related-thumbnail:hover .thumb-icon { background: #fff; color: #333; }


.post-nav li { width: 50%; display: inline; float: left; }
.post-nav li a { position: relative; display: block; padding-top: 10px; padding-bottom: 10px; }
.post-nav li i { color: #ccc; font-size: 18px; position: absolute; top: 50%; margin-top: -10px; }
.post-nav li a strong { display: block; font-size: 12px; color: #888; letter-spacing: 0.5px; font-weight: normal; text-transform: uppercase; }
.post-nav li a span { font-size: 15px; font-weight: 600; color: #fff; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.post-nav li a:hover span { color: #ccc; }
.post-nav li a:hover i { color: #ccc; }
.post-nav li.previous { float: left; }
.post-nav li.next { float: right; }
.post-nav li.previous a { border-left: 1px solid #444; padding-left: 40px; padding-right: 20px; }
.post-nav li.previous a:hover,.post-nav li.next a:hover{background:#2b2b2b;}
.post-nav li.next a { border-left: 1px solid #444; padding-left: 20px; padding-right: 40px; }
.post-nav li.previous i { left: 10px; }
.post-nav li.next i { right: 10px; }
.post-nav li a span,
.post-nav li a i { transition-property: background color; transition-duration: 0.2s; transition-timing-function: ease-out; }





.format-audio .post-format iframe { height: 166px; width: 100%; }


/* ------------------------------------------------------------------------- *
 *  Widgets
/* ------------------------------------------------------------------------- */
.widget { color: rgba(255,255,255,0.5); font-size: 14px; }
.widget a { color: rgba(255,255,255,0.7); font-weight: 400; }
.widget a:hover { color: #fff; }
.widget > h3 { color: #fff; font-size: 20px; font-weight: 600; margin: 0 -50px 10px; padding: 0 50px; }
.widget > h3 a,
.widget > h3 a:hover { color: #fff; }
.widget > h3 a img { display: none; float: left; margin: 3px 7px 0 0; }
.widget select { background: rgba(0,0,0,0.25); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); font-size: 15px; padding: 7px; width: 100%; max-width: 100%; }
.widget label.screen-reader-text { display: none; }

.sidebar .widget { padding: 30px 20px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.sidebar .widget:last-child{border-bottom:none;padding-bottom:10px;}
/*  widgets : icons
/* ------------------------------------ */
.widget > ul li:before,
.widget > ul li a:before,
.widget > div > ul li a:before,
.widget_calendar caption:before { font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 12px; margin-right: 6px; color: rgba(255,255,255,0.6); opacity: 0.5; display: inline-block!important; text-align: center; }
.widget > ul li a:hover:before { color: #fff; }

.widget_archive > ul > li a:before { content: "\f073"; } 
.widget_categories > ul > li a:before { content: "\f07c"; }
.widget_links > ul > li a:before { content: "\f08e"; }
.widget_meta > ul > li a:before { content: "\f0da"; }
.widget_recent_comments > ul > li:before { content: "\f075"; }
.widget_recent_entries > ul > li a:before { content: "\f017"; }
.widget_calendar caption:before { content: "\f073"; }
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before { content: "\f068"; }

/*  widgets : common
/* ------------------------------------ */
.widget_search > h3,
.widget_text > h3,
.widget_tag_cloud > h3,
.widget_calendar > h3 { margin-bottom: 1em; }

.widget_archive ul li, 
.widget_categories ul li, 
.widget_links ul li, 
.widget_meta ul li, 
.widget_recent_comments ul li, 
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_pages ul li a,
.widget_nav_menu ul li a { padding: 4px 0; }
.alx-tab li,
.alx-posts li { padding: 7px 0; }

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li { color: rgba(255,255,255,0.6); }

.widget_recent_comments ul li,
.widget_recent_entries ul li { color: rgba(255,255,255,0.6); }
.widget_recent_entries .post-date { display: block; }

/*  widget : pages / custom menu
/* ------------------------------------ */
.widget_pages ul li a,
.widget_nav_menu ul li a { display: block; }
.widget_pages li li a,
.widget_nav_menu li li a { padding-left: 15px; }
.widget_pages li li li a,
.widget_nav_menu li li li a { padding-left: 30px; }
.widget_pages ul ul, 
.widget_pages ul ul ul,
.widget_nav_menu ul ul, 
.widget_nav_menu  ul ul ul { border: 0; }

/*  widget : categories
/* ------------------------------------ */
.widget_categories li li { padding-left: 15px; border-bottom: 0; padding-bottom: 0; }
.widget_categories li li li { padding-left: 15px; border-bottom: 0; }
.widget_categories li li a { font-size: 13px; }

/*  widget : rss
/* ------------------------------------ */
.widget_rss ul li a { color: #fff; display: block; }
.widget_rss ul li span.rss-date { color: rgba(255,255,255,0.8); font-weight: 600; display: block; text-transform: uppercase; font-size: 12px; }
.widget_rss ul li cite { color: rgba(255,255,255,0.5); }

/*  widget : search
/* ------------------------------------ */
.widget_search input.search { background: transparent!important; color: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.1); padding-left: 26px; width: 100%; }
.widget_search input.search:focus { color: rgba(255,255,255,0.9); border: 1px solid rgba(255,255,255,0.1); }
.widget_search .screen-reader-text,
.widget_search #searchsubmit { display: none; }

/*  widget : text
/* ------------------------------------ */
.widget_text .textwidget p { margin-bottom: 1em; }

/*  widget : calendar
/* ------------------------------------ */
.widget_calendar a { color: #fff; font-weight: 600; }
.widget_calendar a:hover { color: rgba(255,255,255,0.8)!important; }
.widget_calendar #wp-calendar { width: 100%; }
.widget_calendar caption { background: rgba(255,255,255,0.2); color: #fff; padding: 5px 10px; }
.widget_calendar caption:before { color: #fff; color: rgba(255,255,255,0.7); font-size: 15px; }
.widget_calendar thead { background: rgba(0,0,0,0.1); color: #fff; box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); }
.widget_calendar th { font-weight: 600; }
.widget_calendar th, 
.widget_calendar td { padding: 3px 0; text-align: center; border: 1px solid rgba(255,255,255,0.1); }
.widget_calendar .pad { padding: 0!important; }

/*  custom widget : alxtabs / alxposts
/* ------------------------------------ */
.alx-tabs-nav { background: rgba(255,255,255,0.08); position: relative; overflow: hidden; margin: 0 0 24px; text-align: center; }
.alx-tabs-nav.tab-count-1 li { width: 100%; }
.alx-tabs-nav.tab-count-2 li { width: 50%; }
.alx-tabs-nav.tab-count-3 li { width: 33.333%; }
.alx-tabs-nav.tab-count-4 li { width: 25%; }
.alx-tabs-nav li { display: block; float: left; }
.alx-tabs-nav li a { color: rgba(255,255,255,0.6); font-size: 18px; display: block; padding: 14px 0; border-left: 1px solid rgba(0,0,0,0.1); }
.alx-tabs-nav li:first-child a { border-left: 0; }
.alx-tabs-nav li a:hover { color: #fff; }
.alx-tabs-nav li.active a { background: #febe02; color: #fff; }
.alx-tabs-nav li a span { display: none; }

.alx-tab li,
.alx-posts li { font-weight: 400; line-height: 1.4em; }
.alx-tab a,
.alx-posts a { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
.alx-tab img,
.alx-posts img { display: block; width: 100%; height: auto; }
.alx-tab img {  }
.alx-tab.thumbs-enabled li{ }
.alx-tab .tab-item-thumbnail { width: 60px; height:60px;overflow:hidden;float: left; margin-right:14px;border-radius:4px;}
.tab-item-thumbnail a{display:block;width:100%;height:100%;}
.alx-tab .tab-item-thumbnail img{object-fit:cover;border-radius:4px;height:100%;width:100%;}
.alx-tab .tab-item-thumbnail,
.alx-posts .post-item-thumbnail { position: relative; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.alx-tab.avatars-enabled li{ }
.alx-tab .tab-item-avatar { margin-left: -62px; width: 48px; float: left; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.alx-tab .tab-item-category,
.alx-posts .post-item-category { color: #aaa; font-size: 14px; }
.alx-tab .tab-item-title a,
.alx-tab .tab-item-comment a,
.alx-posts .post-item-title a { color: #fff; }
.alx-tab .tab-item-category a:hover,
.alx-posts .post-item-category a:hover { color: #fff!important; }
.alx-tab .tab-item-title,
.alx-tab .tab-item-comment,
.alx-posts .post-item-title { margin: 2px 0; -ms-word-wrap: break-word; word-wrap: break-word; }
.alx-tab .tab-item-date,
.alx-tab .tab-item-name,
.alx-posts .post-item-date  { color: rgba(255,255,255,0.6); font-size: 13px; }
.alx-tab li:hover .tab-item-thumbnail,
.alx-tab li:hover .tab-item-avatar,
.alx-posts li:hover .post-item-thumbnail { opacity: 0.75; }
.alx-tab li:hover .thumb-icon,
.alx-posts li:hover .thumb-icon { background: #fff; color: #111; }

.alx-tab .tab-item-category a,
.alx-posts .post-item-category a,
.alx-tab li:hover .tab-item-title a,
.alx-tab li:hover .tab-item-comment a,
.alx-posts li:hover .post-item-title a { color: rgba(255,255,255,0.6); }

.alx-posts .post-item-thumbnail { margin-bottom: 10px; }
.alx-posts .post-item-title { font-size: 16px; line-height: 1.5em; }

.s1 .alx-posts .post-item-title { font-size: 18px; line-height: 1.4em; font-weight: 300; }
.s1 .alx-posts .post-item-category,
.s1 .alx-posts .post-item-date { font-size: 13px; }

.tooop{background:#febe02;color:#000;width:60px;border-radius:4px;text-align:center;line-height:26px;height:26px;display:inline-block;margin-right: 10px;font-size: 16px;vertical-align: top;margin-top: 2px;}

/*关于*/
#aside_about { position: relative; position: relative; text-align: center; }
#aside_about:after { content:""; display: block; height: 80px; width: 100%; position: absolute; top: 0; left: 0; right: 0; }
#aside_about-inner { position: relative; padding: 60px 0 20px; }
#aside_about-image { border: 1px solid #515151; width: 100px; height: 100px; position: relative; z-index: 1; display: block; border-radius: 100%; margin: -60px auto 0; box-shadow: 0 20px 20px rgba(0,0,0,0.1), 0 3px 3px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.06);}
#aside_about-image img { width: 80px; height: 80px; border: 10px solid #242424; position: relative; z-index: 1; display: block; border-radius: 100%; }
#aside_about-name { color:#fff; font-size: 22px; font-weight: 600; line-height: 1.2em; margin-top: 20px; margin-bottom: 10px; }
#aside_about-description { font-size: 16px; line-height: 1.6em; font-weight: 300; position: relative; }
#aside_about-description a { color: rgba(0,0,0,0.9); }
#aside_about  ul{margin-top:20px;font-size:16px;background: #484848;box-shadow: 0 20px 20px rgba(0,0,0,0.1), 0 3px 3px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.06);}

.widget_hotpost.widget li {white-space:normal;}
.widget_hotpost.widget .tab-item-title{line-height:1.4;max-height: 2.8em;overflow: hidden;text-overflow: ellipsis;font-size: 16px;margin-top: -3px;}
.tab-item-inner.group{height:73px;}
/* ------------------------------------------------------------------------- *
 *  文章页tag
/* ------------------------------------------------------------------------- */

.art-tags { margin-bottom: 30px; }
.art-tags li { float: left; }
.art-tags li a { background: rgba(255,255,255,0.1); box-shadow: inset 0 1px 0 rgba(255,255,255,0.06); border-radius: 3px; font-weight: 600; padding: 10px 14px; margin-bottom: 4px; display: block; color: #aaa; }
.art-tags li a { margin-right: 4px; }
.art-tags li a:hover { color: #fff; }
.art-tags li span { background-color: #333; padding: 0 6px; margin-left: 8px; -webkit-border-radius: 4px; border-radius: 4px; }
.art-tags li i { margin-right: 6px; }
.art-tags li.active a { color: #fff; }


/* ------------------------------------------------------------------------- *
 *  Slick轮播
/* ------------------------------------------------------------------------- */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;  }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0;  }
.slick-list:focus { outline: none;  }
.slick-list.dragging { cursor: pointer; cursor: hand;  }
.slick-slider .slick-track,.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);  }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;  }
.slick-track:before,.slick-track:after { display: table; content: '';  }
.slick-track:after { clear: both;  }
.slick-loading .slick-track { visibility: hidden;  }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;  }
[dir='rtl'] .slick-slide { float: right;  }
.slick-slide img { display: block;  }
.slick-slide.slick-loading img { display: none;  }
.slick-slide.dragging img { pointer-events: none;  }
.slick-initialized .slick-slide { display: block;  }
.slick-loading .slick-slide { visibility: hidden;  }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;  }
.slick-arrow.slick-hidden { display: none;  }


/* ------------------------------------------------------------------------- *
 *  Slick Carousel Theme
/* ------------------------------------------------------------------------- */

.slick-prev,.slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent;  }
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus { color: transparent; outline: none; background: transparent;  }
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before { opacity: 1;  }
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before { opacity: .25;  }
.slick-prev:before,.slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
.slick-prev { left: -25px;  }
[dir='rtl'] .slick-prev { right: -25px; left: auto;  }
.slick-prev:before { content: '←';  }
[dir='rtl'] .slick-prev:before { content: '→';  }
.slick-next { right: -25px;  }
[dir='rtl'] .slick-next { right: auto; left: -25px;  }
.slick-next:before { content: '→';  }
[dir='rtl'] .slick-next:before { content: '←';  }
.slick-dotted.slick-slider { margin-bottom: 30px;  }
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center;  }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer;  }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent;  }
.slick-dots li button:hover,.slick-dots li button:focus { outline: none;  }
.slick-dots li button:hover:before,.slick-dots li button:focus:before { opacity: 1;  }
.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
.slick-dots li.slick-active button:before { opacity: .75; color: black;  }


/* ------------------------------------------------------------------------- *
 *  可用性
/* ------------------------------------------------------------------------- */

/* Do not show the outline on the skip link target. */
#page[tabindex="-1"]:focus{ outline: 0; }


/*评论*/
.post_comments {overflow:hidden;padding: .5em 1.5em;margin-bottom:20px;background:#484848;}
#comments {border:1px solid #e5e5e5;background-color:#fdfdfd;position:relative}
#comment {overflow:hidden}
#comment h3 {height:45px;line-height:45px;font-size:20px;font-weight:600}
#comment .ping {color:#333;padding-bottom:10px;border-bottom:1px dashed #ededed;height:24px;line-height:24px;font-size:20px;font-weight:400}
#comment .compost {margin:20px 0}
.compost .com_name {margin:10px 0;overflow:hidden;}
.compost .com_name a {color:#ff5e52}
.compost .com_box {margin:10px 0}
.compost .com_box textarea {width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow: 0 1px 6px 0 rgba(41,47,54,.15), 0 5px 10px 0 rgba(41,47,54,.025);border-radius: 4px;}
.post_comments input[type="search"], .post_comments input[type="text"], .post_comments input[type="password"], .post_comments input[type="email"], .post_comments input[type="url"], .post_comments input[type="tel"], .post_comments input[type="number"], .post_comments select, .post_comments textarea {
  background: #333;
  border: 1px solid #555;
  color: #bbb;
  display: block;
  max-width: 100%;
  outline: none;
  padding: 7px 8px;
}
.compost .com_info {margin:0;}
.compost .submit-div{height: 45px;}
.compost .com_info ul {list-style:none}
.compost .com_info li {float:none;margin-bottom:8px;position:relative;}
.compost .com_info li input {width:100%;height:28px;line-height:28px;padding-left:8px;border-radius:4px;}
#inpEmail,#inpHomePage{display:none;}
.verifyimg{}
@media screen and (max-width:980px) {
    .compost .com_info li input {width:100%}
}
.compost .com_info li span {margin-left:4px;position:absolute;top:2px;right:0;display:block;height:40px;width:120px;}
.compost .com_info li span img {height:40px;line-height:40px;display:inline-block;vertical-align:top;}
.compost .com_info button {float:left;background-color:#febe02;border:0;height: 35px;
    line-height: 35px;border-radius:4px;font-weight:600;padding:0 20px;color:#000;display:inline-block;cursor:pointer;}
#comment .comlist {margin:10px 0}
.comlist .title {font-size:16px;overflow:hidden;height:45px;line-height:45px}
.comlist .ul {list-style:none;border-top:1px solid #575757}
.comlist .pagebar {border-top:1px solid #575757}
.comlist .ul .ul {margin-left:3%}
.comlist .li {overflow:hidden;padding:20px 0}
.comlist .li:hover {}
.comlist .li img {float:left;width:50px;height:50px;border-radius: 50px;}
.comlist .li .clbody {margin-left:70px}
.clbody .cinfo {overflow:hidden}
.clbody .cinfo h5 {float:left;height:18px;line-height:18px;font-size:14px;font-weight:bold}
.clbody .cinfo span {float:right;margin-right:10px}
.clbody .cinfo span a {}
.clbody .cinfo span i {margin-right:4px}
.clbody em {color:#888;height:24px;line-height:24px;font-size:14px;font-style:normal;display:block}
.clbody p {line-height:24px;overflow:hidden;font-size:16px;}
.clbody p a {}
.bottom_tools {position:fixed;z-index:999;right:20px;bottom:20px;font-size:38px}
.bottom_tools a {width:50px;height:50px;line-height:46px;display:block;background-color:rgba(0,0,0,.6);color:#fff;text-align:center;margin-bottom:4px}
.bottom_tools a.topcomment {margin-bottom:0;line-height:50px}
.bottom_tools a:hover {background-color:#111111}
.qr_tool {width:50px;height:50px;line-height:56px;text-align:center;color:#fff;background-color:rgba(0,0,0,.6);margin-bottom:4px}
.qr_tool:hover {background-color:#111111}
.bottom_tools .qr_img {position:absolute;top:0;left:-160px;width:146px;height:146px;display:none;background-color:#ededed;padding:6px}
.bottom_tools .qr_img img {width:146px;height:146px}
.side-box {width:315px;}
.widget {padding: .5em 1em;margin-bottom:20px}
.widget ul {list-style:none;padding: 10px;overflow:hidden}
.widget li {float:left;line-height:26px;width:50%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.widget_div {padding: 15px 10px 10px 10px;overflow:hidden}
.widget_searchpanel input[type="text"]{float:left;border:none;border-right-color:currentcolor;border-right-style:none;border-right-width:medium;border-right-color:currentcolor;border-right-style:none;border-right-width:medium;width:75%;height:30px;line-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-right:0;padding-left:5%;  background: #484848;
  border: 1px solid #555;
  color: #bbb;
  display: block;
  outline: none;}
.widget_searchpanel input[type="submit"]{float:left;border:none;border-left-color:currentcolor;border-left-style:none;border-left-width:medium;border-left-color:currentcolor;border-left-style:none;border-left-width:medium;width:25%;height:30px;line-height:30px;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;background-color:#febe02;border-left:0;color:#000;cursor:pointer;}
.widget_catalog ul ul {display:none}
.widget_previous li {width:100%;font-size:16px;line-height:40px;}
.widget_previous li::before {content:"";width:4px;height:4px;background-color:#919ba6;border-radius:50%;position:absolute;margin-top:18px}
.widget_previous li a {padding-left:14px}
.widget_hotpost ul {list-style:none}
.widget_hotpost li {width:100%;font-size:14px;line-height:30px;}
.widget_hotpost li i {background: #dee2e6;color: #515355;font-size: 12px;border: 1px solid #c4c4c4;height: 18px;line-height: 20px;display: inline-block;width: 18px;text-align: center;font-weight: 100;margin-right: 5px;box-shadow: 1px 1px 4px rgb(194, 200, 206,.8);}
.widget_hotpost li i.red {color:#fff;font-size:12px}
.widget_hotpost li:nth-child(1) i.red{background-color:#f62020;border: 1px solid #f62020;box-shadow: 1px 1px 4px rgba(246, 32, 32, 0.8);}
.widget_hotpost li:nth-child(2) i.red{background-color:#f65220;border: 1px solid #f65220;box-shadow: 1px 1px 4px rgba(246, 82, 32, 0.8);}
.widget_hotpost li:nth-child(3) i.red{background-color:#f0a413;border: 1px solid #f0a413;box-shadow: 1px 1px 4px rgba(240, 164, 18, 0.8);}
.widget_tags ul {margin-top: 10px;}
.widget_tags li {width:auto;margin-right:8px;margin-bottom:8px;}
.widget_tags li a {display:block;padding:0 10px;color:#fff;font-size:16px;background-size: 0;opacity:.8;font-weight:300;border-radius:4px;}
.widget_tags li a:hover{opacity:1;}
.widget_tags li.tagbgc0 a {background-color:#4a4a4a}
.widget_tags li.tagbgc0{box-shadow: 1px 2px 8px rgba(74, 74, 74, 0.4);}
.widget_tags li.tagbgc1 a {background-color:#4689ee}
.widget_tags li.tagbgc1{box-shadow: 1px 2px 8px rgba(70, 137, 238, 0.4);}
.widget_tags li.tagbgc2 a {background-color:#5da25d}
.widget_tags li.tagbgc2{box-shadow: 1px 2px 8px rgba(93, 162, 93, 0.4);}
.widget_tags li.tagbgc3 a {background-color:#d9534f}
.widget_tags li.tagbgc3{box-shadow: 1px 2px 8px rgba(217, 83, 79, 0.4);}
.widget_tags li.tagbgc4 a {background-color:#567e95}
.widget_tags li.tagbgc4{box-shadow: 1px 2px 8px rgba(86, 126, 149, 0.4);}
.widget_tags li.tagbgc5 a {background-color:#cc569e}
.widget_tags li.tagbgc5{box-shadow: 1px 2px 8px rgba(204, 86, 158, 0.4);}
.widget_tags li.tagbgc6 a {background-color:#00aba9}
.widget_tags li.tagbgc6{box-shadow: 1px 2px 8px rgba(0, 171, 169, 0.4);}
.widget_tags li.tagbgc7 a {background-color:#b37333}
.widget_tags li.tagbgc7{box-shadow: 1px 2px 8px rgba(179, 115, 51, 0.4);}
.widget_tags li.tagbgc8 a {background-color:#f60}
.widget_tags li.tagbgc8{box-shadow: 1px 2px 8px rgba(255, 102, 0, 0.4);}
.widget_tags li.tagbgc9 a {background-color:#e1b01b}
.widget_tags li.tagbgc9{box-shadow: 1px 2px 8px rgba(225, 176, 27, 0.4);}
.widget_comments li {width:100%;margin-bottom:15px;overflow:hidden;white-space:inherit}
.widget_comments li a{background-size:0;}
.widget_comments li .p{width:77%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px;}
.widget_comments li:last-child{margin-bottom:0}
.widget_comments li img {float:left;width:50px;height:50px;margin-right:10px;border-radius: 50px;}
.widget_comments li span {display:inline-block;color:#999;font-size:14px}
.widget_calendar #tbCalendar {width:100%;text-align:center}
.widget_calendar caption {background-color: rgba(0,0,0,0);;height:20px;line-height:20px;font-size: 18px;margin-bottom: 20px;}
.widget_calendar td a {display:block;margin:5px 8px;background:#262626;color:#fff;border-radius: 5px;}
.widget_author {padding-top:20px}
.widget_author .title {text-align:center;border-bottom:1px solid #eee;padding-bottom:10px}
.widget_author .title img {border-radius:50%;width:50px;height:50px;overflow:hidden;margin-bottom:5px}
.widget_author .title h5 {font-weight:400;font-size:16px}
.widget_author .title p {line-height:24px}
.widget_author li {width:100%;overflow:hidden;font-size:15px;line-height:32px;}
.widget_author li::before {content:"";width:4px;height:4px;background-color:#111111;border-radius:50%;position:absolute;margin-top:15px}
.widget_author li a {padding-left:14px;color:#444;line-height:24px}
.widget_tuijian .box {width:100%;height:0;padding-bottom:60%;overflow:hidden;position:relative;background-color:#fff;margin:10px 0}
.widget_tuijian .box:hover {-moz-opacity:.9;opacity:.9}
.widget_tuijian .box img {width:100%;height:auto}
.widget_tuijian .box p {position:absolute;left:0;bottom:0;width:98%;height:38px;line-height:38px;background-color:rgba(0,0,0,.6);color:#fff;padding:0 10px}

/*breadcrumb*/
.breadcrumb,.breadcrumb2{padding-left:40px;padding-top:20px;}
.breadcrumb-box {  font-size: 15px; color: rgba(255,255,255,0.3); }
.breadcrumb-box a { color: rgba(255,255,255,0.6); }
.breadcrumb-box a:hover { color: #fff; }
.breadcrumb-box em{padding:0 8px;}
.fa-edit,.fa-home{padding-right:3px;}
/*关闭社会化分享*/
.social-links{display:none;}

/*文章页底部间距*/
#footer.single-footer{padding-bottom:90px}
/*广告位*/
.ad{padding:20px 0;padding-left: 40px;width: calc(100% - 80px);}
.single .ad{width:100%;padding-left:0;}
.ad img{display:block;border:none;width:100%;}