/*
Theme Name: Taos
Theme URI: https://taoxinhao.cn/
Author: Tao Xinhao
Author URI: https://taoxinhao.cn/
Description: TaOS 是一个基于 WordPress 的主题，它的设计目标是提供一个简单、易用的主题，同时也提供一些高级的功能，如备忘录、天气小工具等。
Version: 2.1
Tested up to: 6.9
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: taos

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =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%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,body,#page
{   position: relative; 
	width: 100%;
    height: 100%;}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}


.bypostauthor cite span {
color: #fff;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    margin: 0px 0px 0px 3px;
    padding: 0px 4px 0px 4px;
	display:none;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip-path: none;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {

	background-color: #fff;
}

.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
    margin-top: 0rem;
    text-align: center;
    position: fixed;
    width: 100%;
	z-index: 9;
	--globalnav-backdrop-filter: saturate(180%) blur(20px);
	--globalnav-background: rgba(255, 255, 255, .8);
	backdrop-filter: blur(50px) saturate(0.8);

}
.main-navigation li {
	margin-top: 0px;
	margin-top: 0rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul,
.widget-area .textwidget ol {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li > ul,
.widget-area .textwidget li > ol {
	margin-bottom: 0;
}
.widget-area .textwidget ol {
	list-style: decimal;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
.site-info span[role=separator] {
	padding: 0 0.3em 0 0.6em;
}
.site-info span[role=separator]::before {
	content: '\002f';
}


/* =Main content and comment content
-------------------------------------------------------------- */


.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
	font-size: inherit;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
    margin: 15px 0;
    margin: 1.114286rem 0;
}
ol.children.children_1 {
ol.children.children_1 {
    margin-left: 15px;
    background-color: #f9f9f9;
    padding: 0px 5px 5px 10px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 8px;
    width: calc(100% - 10px);
}
}
.comments-area article header img {
float: left;
    padding: 0;
    line-height: 0;
    border-radius: 6px;
    box-shadow: 0px 0px 1px #838383;
    border: 1px #d3d3d3 solid;
    overflow: hidden;
    box-sizing: border-box;    width: 26px;
    height: 26px;
}
.comments-area article header cite,
{
    margin-left: 10px
}
.comments-area article header time {    margin-left: 5px;}
section.comment-content.comment {
margin-left: 30px;
    background-color: #eeeeee;
    padding: 5px;
    border-radius: 15px;
    border: 1px #ffffff solid;
    box-shadow: 0px 0px 1px #4a4a4a;
    display: inline-block;
    max-width: 100%;
    position: relative;
    margin-top: -10px;
    line-height: 17px;
    line-height: 1.2;
}

section.comment-content.comment .comment-reply-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent;
    opacity: 0;
}

section.comment-content.comment:hover {
    cursor: pointer;
}

.commentlist .children .comment .comment-content {
background-color: #f1f1f1;
    border-radius: 15px;
    border: 1px #ffffff solid;
    box-shadow: 0px 0px 1px #4a4a4a;
    padding: 5px;
    display: inline-block;
    text-align: left;
    max-width: 80%;
    position: relative;
    line-height: 19px;
    margin: 0px 0px 0px 35px;
 
}

/* 确保每个评论条目都占据一行 */
.commentlist li {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.commentlist .children li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

/* 确保评论内容在新行开始 */
.commentlist li article {
    display: block;
    width: 100%;
}

.commentlist li article .comment-content {
    vertical-align: top;
}

.commentlist .children .comment .comment-content .comment-reply-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent;
    opacity: 0;
}

.commentlist .children .comment .comment-content:hover {
    cursor: pointer;
}




.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(to bottom, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}

.comments-area .bypostauthor cite b {
	font-weight: bold;font-style: normal;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* 评论分页样式 */
.comment-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
	left:0;
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
}

.comment-page-link {
	display: inline-block;
	padding: 6px 12px;
	color: #333;
	text-decoration: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.comment-page-link:hover {
	background-color: #f0f0f0;
	border-color: #999;
}

.comment-page-link.current {
	background-color: #007bff;
	color: #fff;
	border-color: #007bff;
}

.comment-page-ellipsis {
	padding: 6px 12px;
	color: #999;
}

/* 页码跳转功能样式 */


.comment-jump-form {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.comment-jump-input {
width: auto;
    padding: 5px 2px 5px 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.comment-jump-submit {
	padding: 4px 12px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.comment-jump-submit:hover {
	background-color: #0069d9;
}

.comment-page-total {
	color: #666;
	font-size: 14px;
}

/* 文章位置样式 */
.post-location {
	background-color: #f8f9fa;
	border-left: 4px solid #007bff;
	padding: 10px 15px;
	margin: 0 0 20px;
	font-size: 14px;
	color: #495057;
	border-radius: 0 4px 4px 0;
}

.post-location::before {
	content: "📍 ";
}

/* Comment form */
#respond {
    position: fixed;
    bottom: 0;
    left: 50%;
    box-sizing: border-box;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    margin: 0;
    padding: 5px 15px 5px 15px;
    border-top: 1px #c6c6c6 solid;
    z-index: 10000;
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin:0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
#respond #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}
#respond .comment-form-cookies-consent label {
	display: inline;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget select {
	max-width: 100%;
 }
.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.wp-calendar-nav,
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
.wp-calendar-nav {
	display: table;
}
.wp-calendar-nav span {
	display: table-cell;
}
.wp-calendar-nav-next,
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
}

.widget-area .widget.widget_tag_cloud li {
	line-height: 1;
}
.template-front-page .widget-area .widget.widget_tag_cloud li {
	margin: 0;
}

.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-6 .gallery-icon img,
.widget-area .gallery-columns-7 .gallery-icon img,
.widget-area .gallery-columns-8 .gallery-icon img,
.widget-area .gallery-columns-9 .gallery-icon img {
	height: auto;
	max-width: 80%;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {

		display: inline-block !important;
		text-align: left;
		width: 100%;
		height: 36px;
		overflow: hidden;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
        color: #6f6f6f;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 2px 15px 2px 14px;
        border-radius: 5px;
        height: 20px;
        margin-top: 5px;
        text-shadow: 0px 0px 0.1px #e4e4e4;
        line-height: 20px;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		position: relative;
		height: 36px;
		padding: 0px 10px 0 10px;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip-path: inset(50%);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip-path: none;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}

	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;

}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
margin: 0;
padding: 0;
width: 100%;
max-width: 100%;

	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}



/* PJAX 加载动画（适配 taos 白色背景） */
.pjax-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
}
.pjax-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e0e0e0;
    border-top: 4px solid #419641; /* taos 主色调 */
    border-radius: 50%;
    animation: pjax-spin 1s linear infinite;
}
@keyframes pjax-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
body.pjax-loading .pjax-loading-overlay {
    display: flex;
}
/* 修复 taos 容器宽度 */
#pjax-container {
    max-width: 640px;
    margin: 0 auto;
}

/* jQuery UI Resizable 样式 */
.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
}

.ui-resizable-n {
    cursor: ns-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: ew-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-s {
    cursor: ns-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-w {
    cursor: ew-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: nwse-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: nesw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-ne {
    cursor: nesw-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-resizable-nw {
    cursor: nwse-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
    padding: 0 20px;
}






/**
 * 
 * 总
 * 
 * */

/*** 备忘录*/
 .bwl_left{
 	float: left;
    position: absolute;
    left: 0;
	height: 100%;

 }
ul.bwl-categories-list li a {
    color: #565656;
    text-decoration: none;
}
li.parent-category a {
        float: left;
        width: 100%;
        margin: 2px 0 2px 0;
        padding: 3px 0px 3px 0px;
        border-radius: 5px;
        font-size: 13px;
        text-indent: 4px;
}

ul.bwl-categories-list {
    box-sizing: border-box;
    padding: 2px 11px 0px 11px;
}



/**   site-content  left 通过js获取，判断左侧长度***/


.ar_time{
    float: left;
    padding-right: 5px;
    color: #242424;
    font-size: 13px;    line-height: 16px;
}

.entry-content p {
    color: #727272;
}
a.aart .entry-content p {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/**
 * 头部导航条：样式
 * 1旧版蓝
 * 2新版方块
 **/



li.page_item a:hover {
    background-color: #cccccc;
    color: white;
}


/***
 * 
 * 备忘录样式
 * 
 * */


li.parent-category a:hover {
background-color: #bbbbbb;
        color: #2a2a2a;
}
.bwl_camenu_mun {
    color: #6a6a6a;
}
a:focus {
  outline: none; 

}
    .current-category a .bwl_camenu_mun {

        color: white !important;
    }
.site-content {
	position: absolute;
    background-color: white;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}

article.postar a.aart {
    text-decoration: none;
}

p.ar_tit {
    font-size: 14px;
    font-weight: 600;
    color: black;    padding-bottom: 4px;
}

.postar{
        padding: 15px 5px 0px 10px;
        margin: 3px 8px 3px 8px;
        border-bottom: 1px #c8c8c8 solid;
        min-height: 45px;
}

article.postar:hover {
border-radius: 8px;
        background-color: #ffecc6;
        border-bottom: 1px #ffecc6 solid;
        border-bottom: 1px #ffecc600 solid;
}
a.aart {
    text-decoration: none;
}

/****
 * 
 * 待定
 * */

 #single-content-right{
border-left: 1px #d0d0d0 solid;
 	position: absolute;
    background-color: #ffffff;
    overflow-y: auto;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
 }
 
#main {position: fixed;
    width: 98%;
    height: 88%;
	border: 1px #d9d9d9 solid;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0px 0px 5px #c8c8c8;
	top: calc(var(--admin-top-nav-height) + 1px);
	min-width: 750px;
	min-height: 500px;
        box-shadow: 0px 8px 15px #272727;z-index:5;background-color: rgb(255, 255, 255);
}

.taoswin_title{
	position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;}

.taos_switch{
        float: left;
        width: 85px;
        height: 20px;
        margin: 8px 5px 0px 15px;
        position: absolute;
        z-index: 9;
	}
/*****手绘按钮
.taoswin_switch_close{        
		 background-color: #ff625a;
        border-radius: 100%;
        position: relative;
        width: 13px;
        height: 13px;
        margin: 0px 5px 0px 0px;
        float: left;
        border: 1px #e74d46 solid;}


	.taoswin_switch_large{ 
		        background-color: #29d143;
        border-radius: 100%;
        width: 13px;
        height: 13px;
        float: left;
        border: 1px #2fb033 solid;
        position: relative;
	}
    
****/
	/*** 备忘录状态栏 ***/
	.taoswin_title{height: var(--note-status-bar-height);}
	.bwl_left{width: var(--note-left-menu-width);}
	.taoswin_bar_bg1{
	height: 100%;
    width: calc(var(--note-left-menu-width) + 0px);
    float: left;
    background: var(--note-left-bgcolor);
    backdrop-filter: blur(5px);
	border-right: 1px var(--note-bar-left-bgcolor) solid;
	}
	.taoswin_bar_bg2{
    height: calc(100% - 1px);
    width: calc(100% - var(--note-left-menu-width) - 1px);
    float: left;
    background-color: #ffffff;
    border-bottom: 1px var(--note-bar-left-bgcolor) solid;
	background-image: linear-gradient(to bottom, #e9e9e9 0%, #f1f1f1 100%);
    box-shadow: -1px 1px 1px #eeeeee;
	}
	.taoswin{
		position: relative;
		height: calc(100% - var(--note-status-bar-height));
	}
	.site-content {
    left: calc(var(--note-left-menu-width) + 1px);
    overflow-y: auto;
    float: left;
    overflow-x: hidden;
	width: var(--note-left-menu-singlelist-width);
	box-shadow: -2px 0px 1px #d0d0d0;
}
 #single-content-right{
left: calc(var(--note-left-menu-singlelist-width) + var(--note-left-menu-width) + 1px);
width: calc(100% - var(--note-left-menu-singlelist-width) - var(--note-left-menu-width) - 2px);
 box-shadow: 3px -1px 1px #ffffff;}


 /*** 颜色 ***/
 .bwl_left {
    border-right: 1px var(--note-bar-left-bgcolor) solid;
    background-color: #e8e8e8;
    background: var(--note-left-bgcolor);
    backdrop-filter: blur(99px);
    /* opacity: 0.8; */
}






/* 评论弹窗样式 */
#comments {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 600px;
	height: calc(98vh - 46px); /* 减去#site-navigation的高度 */
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 9999 !important;
    overflow: hidden;
    display: none;
    margin-top: 23px; /* 调整以确保居中显示 */
}

#comments.active {
    display: block;
}

span.comment-page-total {
    display: none;
}
/* 评论弹窗标题栏 */
#comments-popup-header {
    background-color: #f8f8f8;
        padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#comments-popup-title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

#comments-popup-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #999999;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

#comments-popup-close:hover {
    background-color: #e6e6e6;
    color: #333333;
}

/* 评论弹窗内容 */
#comments-popup-content {
    padding: 20px;
    padding-bottom: 200px; /* 为#respond留出足够空间 */
    overflow-y: auto;
    /* 确保不会裁剪表情放大框 */
    overflow-x: visible;
    clip-path: none;
    position: relative;
    z-index: 1;
	 box-sizing: border-box;
}

/* 评论按钮样式 */
#taoswin_bar_bg2 .comment-button {
    background-color: #0088d0;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

#taoswin_bar_bg2 .comment-button:hover {
    background-color: #0077b3;
}

/* 评论表单样式 */
.comment-form {
    max-width: 100%;
}

/* 评论表单输入框横向排列 */
.comment-form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    flex: 1;
    min-width: auto;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.comment-form-comment textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    resize: vertical;
    min-height: 120px;
}

.form-submit {
         float: right;
        margin: 0;
}

.form-submit #submit {
    background-color: #0088d0;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.form-submit #submit:hover {
    background-color: #0077b3;
}

/* 评论时间样式 */
.comment-meta cite .taos-comment-time-a {
    font-style: normal;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    text-decoration: none;
}

/* 富文本评论框样式 */
#rich-comment-box {
    min-height: 35px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #f9f9f9;
    line-height: 1.3;
}

.comment-meta cite .taos-comment-time-a:hover {
    text-decoration: none;
}

.comment-meta cite .taos-comment-time-a .taos-comment-time {
    font-style: normal;
}

b.fn {
    font-style: normal;
}





/* 确保评论元信息不溢出 */
.comment-meta {
    max-width: 100%;
    overflow: hidden;
}

.comment-meta cite {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;        margin-left: 7px;
}





.comment-button {
    position: absolute;
    right: 15px;
    top: 12px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 5px 5px 2px 4px;
    border-radius: 5px;
    transition: 200ms;
}
button.comment-button:hover {
    background-color: #e1e1e1;
}
.comment-button:hover img{
    opacity: 0.8;
}

div#emoji-comment-wrapper {
    float: left;
    width: 120px;
}
a#cancel-comment-reply-link {
        background: #e70000;
        border: 1px solid #cb0000;
        box-shadow: none;
        border-radius: 3px;
        padding: 6px 10px 6px 10px;
        color: white;
        font-style: normal;
        text-decoration: none;
        margin: 0px 0px 0px 0px;
        float: left;
}

span.talk_to {
    background-color: #c5c5c5;
    padding: 2px 3px 2px 3px;
    border-radius: 5px;
    font-size: 12px;
    color: #717171;
}
.b_reply_name{    float: left;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    background-color: #dadada;
    color: #7b7b7b;
    margin: 5px 5px 0px 0px;
    border-radius: 4px;}

#reply-title{        display: contents;}

.icon {
       width: 1em; height: 1em;
       vertical-align: -0.15em;
       fill: currentColor;
       overflow: hidden;
    }


	i.iconfont.icon-liuyan {
    color: #565656;
    font-size: 20px;
}

.taos_switch span .icon {
    width: 14px;
    height: 14px;
}


span.taoswin_switch_close,span.taoswin_switch_large{
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0px 1px 0px 1px;
}

.max_large_switch{
    width: 100% !important;
    height: 100% !important;
	left: 0 !important;
}

div#page-primary {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.page-taoswin_title {
    height: 30px;
    background-color: #000000;
}

.taoswin_page_title_text {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
	        cursor: default;
}

img.bqemo {
    box-shadow: 0 0 0;
    width: auto;
    height: auto;
    max-width: max-content;
    max-height: max-content;
}

.postar.highlight {
    background-color: #ffecc6;
        border-radius: 8px;
        border-bottom: 1px #ffecc6 solid;
        border-bottom: 1px #ffecc600 solid;
}

/* 分类图标样式 */
.parent-category a {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.parent-category a i.iconfont {
    font-size: 23px;
    color: #e6a421;
}

.parent-category a span {
    display: inline-block;
    vertical-align: middle;
}

.parent-category a span.bwl_camenu_mun {
    margin-left: auto;
}

/* 当前分类样式 */
.current-category a {
            background-color: #c3a32d !important;
    color: white !important;
}

/* single.php 中文章对应分类的图标样式 */
.single .parent-category a i.iconfont {
    font-size: 23px;
    color: #e6a421;
	margin-left: 5px;
}

.current-category a i.iconfont {
    color: white !important;
}

span.bwl_camenu_mun {
    margin-right: 9px;
}


span.category_top_title
 {
    font-size: 13px;
    margin: 15px;
    color: #707070;
    font-weight: bold;
}




/* top_bar_style */
a.nav_logo{    position: relative;
    left: 0;
    top: 0;
    padding: 3px 10px 3px 12px;
    color: black;
    box-sizing: border-box;
    float: left;
    border-top-left-radius: 15px;
    border-top-right-radius: 3px;

    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;}
a.nav_logo:hover{           background-color: #d9d9d985; color: black;}

.main-navigation{
    height: var(--admin-top-nav-height);
	backdrop-filter: blur(10px);
    overflow: hidden;
    box-sizing: border-box;

	padding: 5px 10px 5px 7px;
    position: absolute;       
	box-shadow: 0px 0px 5px #727272;
	 background-color: #f4f4f4;
    background-color: #e6e6e6b0;
	background-color: #ffffffde;
}

.page_nav_menu{position: fixed;
    top: 0;
    z-index: 999;
    left: 35px;
    list-style: none;
    color: black;
    height: 24px;
    line-height: 30px;
    padding: 1px 10px 1px 10px;
    font-size: 13px;}

	li.page_nav_li a {
    color: black;
}

li.page_nav_li a {
    color: black;
    padding: 3px 14px 3px 14px;
    border-radius: 4px;
    
    cursor: default;
}

li.page_nav_li a:hover{background-color: #b6b6b6;}
.page_nav_menu ul.page_nav_ul li:nth-child(1) {
    font-weight: bold;
}
li.page_nav_li {
    float: left;
}
.page_nav_ul_children{
	        display: none;
	    background-color: #ffffffc2;
    border-radius: 5px;
    padding: 3px 5px 0px 5px;
    font-weight: normal;
    min-width: 170px;
    box-sizing: border-box;
    box-shadow: 0px 3px 5px #9b9b9b;
    border: 1px #979797 solid;
    backdrop-filter: blur(20px);
    float: left;
    overflow: hidden;
    position: absolute;
}

ul.page_nav_ul_children li {
    float: left;
    width: 100%;
    line-height: 17px;
    margin: 2px 0px 2px 0px;
	font-weight: normal !important;        border-bottom: 1px #c4c4c4 solid;
}

ul.page_nav_ul_children li a {
	        color: #454545;        margin: 0px 0px 5px 0px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

ul.page_nav_ul_children li a:hover {
        background-color: #0d81f9;
        color: white;
        font-weight: normal;
    }

	ul.page_nav_ul_children li:last-child {
    border-bottom: 0;
}
.page_nav_li:hover .page_nav_ul_children{
	display: block;
}


#site-navigation *,.page_nav_menu *{color: white;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3333333333);}


.local_display_none{display:none !important}


.desktop-icons a img{    padding: 2px 2px 2px 2px;}
.desktop-icons a span{padding: 2px 4px 2px 4px;}

.desktop-icons a:hover img {
    padding: 2px 2px 2px 2px;
    background-color: #ffffff2e;
    box-shadow: 0px 0px 1px #ffffff;
}
.desktop-icons a:hover span {
    background-color: #007bff;
    padding: 2px 4px 2px 4px;
    color: #ffffff;
    border-radius: 4px;
}

.desktop-icon span {
    font-size: 13px;
    text-shadow: 0px 0px #000000;
    color: #ffffff;
}


        /* 桌面图标样式 */
        .desktop-icons {
    position: fixed;
    top: 65px;
    left: 20px;
    right: 20px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    z-index: 2;
        }
        
        .desktop-icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            transition: transform 0.2s ease;
            text-decoration: none;
            margin-bottom: 10px;
        }
        

        
        .desktop-icon span {
            font-size: 14px;
            color: #333333;
            text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
            white-space: nowrap;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .desktop-icons {
                left: 10px;
                right: 10px;
                gap: 15px;
            }
            
            .desktop-icon {
                width: '.($desktop_icon_width - 10).'px;
            }
            
            .desktop-icon img {
                width: '.($icon_size * 0.75).'px;
                height: '.($icon_size * 0.75).'px;
            }
            
            .desktop-icon span {
                font-size: 12px;
            }
        }
        
        @media (max-width: 480px) {
            .desktop-icons {
                left: 5px;
                right: 5px;
                gap: 10px;
            }
            
            .desktop-icon {
                width: '.($desktop_icon_width - 20).'px;
            }
            
            .desktop-icon img {
                width: '.($icon_size * 0.625).'px;
                height: '.($icon_size * 0.625).'px;
            }
            
            .desktop-icon span {
                font-size: 10px;
            }
        }

svg.icon.icon-blue
 {
    width: 8em;
    height: 8em;
    width: 128px;
    height: 128px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}.bar_mess p {
    margin-bottom: 3px;
}
.bar_mess p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 12px;
    color: #4d4d4d;
    text-shadow: 0px 0px 1px #eeeeee;
    font-weight: bold;
    font-family: auto;
}

.bar_mess{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 150px;
    font-size: 13px;
    color: #7a7a7a;
}

::selection {
    background: #515151;
    color: #ffffff;
    text-shadow: 0px 0px 1px #6d6d6d;
}
select:focus-visible {
    border: 1px #d4d4d4 solid;
    outline: none;
}


.book-rating-large{    right: 10px;
    position: absolute;
    border-left: 1px #cccccc solid;
    padding: 20px;}