@font-face {
    font-display: swap;
    font-family: HarmonyOS-Sans;
    src: url('./HarmonyOS-Sans.woff2') format("truetype");
}
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: bold;
  font-size: 100%;
  font: 'HarmonyOS-Sans',inherit;
  vertical-align: baseline;
}
html { font: bold;font-size: 100%; font-size: 100%;}

@media screen and (min-width: 1080px) { html { font-size: 100%; } }
body { font-family: 'HarmonyOS-Sans','微软雅黑'; max-width: 750px; margin: 0 auto; }

body, html { height: auto; }

a { color: inherit; text-decoration: none; }

em, i { font-style: normal; }

ul li { list-style: none; }

.father {
          overflow: hidden;
       }
   .son {
          margin:0 auto;/*水平居中*/
          margin-top: 50px;
        }
.search {backdrop-filter: blur(10px);
　　　　　　-webkit-backdrop-filter: blur(10px);
　　　　　　filter: blur(10px);}
.s {backdrop-filter: blur(10px);
　　　　　　-webkit-backdrop-filter: blur(10px);
　　　　　　filter: blur(10px);}
.footer{
color:#000;
		background: #eff4f8;
            width:100%; text-align: center;position: absolute;left: 0;bottom: 0;    line-height: 28px;
        }
/* 弹性布局提示
             1. 由于弹性布局的总体大小取决于用户的默认字体大小，因此弹性布局更难预测。如果正确使用的话，弹性布局对于那些需要较大字体的用户更为方便，因为行的长度仍保持适当比例。
             2. 此布局中 div 的大小取决于 body 元素中的 100% 字体大小。如果您通过对 body 元素或 #container 使用“font-size: 80%”来减小文本的总体大小，请记住整体布局将按比例缩小。您最好增加各个 div 的宽度以对此进行补偿。
             3. 如果字体大小在每个 div 中按不同的量进行更改（例如，#sidebar1 上的字体大小为 70%，#mainContent 上的字体大小为 85%），而不是对总体设计进行更改，则将按比例更改每个 div 的总体大小。您最好根据最终的字体大小来进行调整。
             */
.twoColElsLtHdr #container {
	width: 100%; /* 当文本保持浏览器的默认字体大小时，此宽度将创建一个适合 800px 浏览器窗口的容器 */
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
}
a:hover, a:active {
	color: #444;
}
pre, code {
        cursor: default;
	background: #F3F3F3;
	font-family: Menlo, Monaco, Consolas, "Lucida Console", 'HarmonyOS-Sans', "Courier New", monospace;
	font-size: .92857em;
}
code {
	padding: 2px 4px;
	color: #B94A48;
}
pre {
	padding: 8px;
	overflow: auto;
	max-height: 400px;
}
pre code {
	padding: 3px;
	color: #444;
}
blockquote {
	margin: 1em 0;
	padding-left: 1.5em;
	border-left: 4px solid #eee;
	color: #666;
}
table {
	border: 1px solid #ddd;
	width: 100%;
}
table th, table td {
	padding: 5px 10px;
	border: 1px solid #eee;
}
table th {
	background: #f3f3f3;
}
h1, h2, h3, h4, h5, h6 {
        cursor: default;
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", 'HarmonyOS-Sans', "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea {
	padding: 5px;
	border: 1px solid #E9E9E9;
	width: 100%;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea {
	resize: vertical;
}
.post-meta a, .post-content a, .widget a, .comment-content a {
	border-bottom: 1px solid #EEE;
}
.post-meta a:hover, .post-content a:hover, .widget a:hover, .comment-content a:hover {
	border-bottom-color: transparent;
}
.browsehappy {
	padding: 8px 0;
	background: #FBE3E4;
	color: #8A1F11;
	text-align: center;
}
.browsehappy a {
	color: #8A1F11;
	text-decoration: underline;
	font-weight: bold;
}
.blog_top_nav {
	height: 60px;
}
.site-name {
	padding-top: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#logo {
	color: #333;
	font-size: 18px;
}
#logo img {
	max-height: 64px;
}
.description {
	margin: 2px 0 0;
	color: #999;
	font-style: italic;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog_top_nav {
	overflow: hidden;
}
#nav-menu {
	padding: 0;
	text-align: right;
	line-height: 60px;
}
#nav-menu a {
	display: inline-block;
	padding: 0 20px;
	line-height: 32px;
	font-size: 16px;
	color: #000;
	text-shadow: 0px 0px 3px #e0e0e0, 1px 0px 3px #9F9F9F, 1px 1px 3px #9F9F9F, 0px 1px 3px #9F9F9F;
}
#nav-menu a:hover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#nav-menu a.current {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.post {
	padding: 15px 0 20px;
	border-bottom: 1px solid #EEE;
}
.post-meta {
width: 100%;
	margin-top: -0.5em;
	padding: 0;
	color: #999;
	font-size: .92857em;
}
.post-meta li {
	display: inline-block;
	margin: 0 8px 0 0;
	padding-left: 12px;
	border-left: 1px solid #EEE;
}
.post-meta li:first-child {
	margin-left: 0;
	padding-left: 0;
	border: none;
}
.post-content {
	line-height: 1.5;
}
.post .tags {
	clear: both;
}
.post-near {
	list-style: none;
	margin: 30px 0;
	padding: 0;
	color: #999;
}
.post-near li {
	margin: 10px 0;
}
.archive-title {
	margin: 1em 0 -1em;
	padding-top: 20px;
	color: #999;
	font-size: 1em;
}
.more {
	text-align: center;
}
.more a {
	border: none;
}
.protected .text {
	width: 50%;
}
.page-navigator {
	list-style: none;
	margin: 25px 0;
	padding: 0;
	text-align: center;
}
.page-navigator li {
	display: inline-block;
	margin: 0 4px;
}
.page-navigator a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
}
.page-navigator a:hover {
	text-decoration: none;
}
.page-navigator .current a {
	border-radius: 10px;
border-radius: 10px;

backdrop-filter: blur(10px);
　　　　　　-webkit-backdrop-filter: blur(10px);
　　　　　　filter: blur(10px);
    background: #FFAF0;
     opacity: 0.9;
    border-radius: 5px;
}
#comments {
	padding-top: 15px;
}
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list li {
	padding: 14px;
	margin-top: 10px;
	border: 1px solid #EEE;
}
.comment-list li.comment-level-odd {
	background: #F6F6F3;
}
.comment-list li.comment-level-even {
	background: #FFF;
opacity: 0.9; /* 设置透明度为0.9 */
}
.comment-list li.comment-by-author {
	background: #FFF;
opacity: 0.9; /* 设置透明度为0.9 */
}
.comment-list li .comment-reply {
	text-align: right;
	font-size: .92857em;
}
.comment-meta a {
	color: #999;
	font-size: .92857em;
}
.comment-author {
	display: block;
	margin-bottom: 3px;
	color: #444;
}
.comment-author .avatar {
	float: left;
	margin-right: 10px;
	border-radius: 50%
}
.comment-author cite {
	font-weight: bold;
	font-style: normal;
}
.comment-list .respond {
	margin-top: 15px;
	border-top: 1px solid #EEE;
}
.respond .cancel-comment-reply {
	float: right;
	margin-top: 15px;
	font-size: .92857em;
}
#comment-form label {
	display: block;
	margin-bottom: .5em;
	font-weight: bold;
}
#comment-form .required:after {
	content: " *";
	color: #C00;
}
#secondary {
	padding-top: 15px;
	word-wrap: break-word;
}
.widget {
	margin-bottom: 30px;
}
.widget-list {
	list-style: none;
	padding: 0;
}
.widget-list li {
	margin: 5px 0;
	line-height: 1.6;
}
.widget-list li ul {
	margin-left: 15px;
}
.error-page {
	margin-top: 100px;
	margin-bottom: 100px;
}
.post-content, .comment-content {
	line-height: 1.5;
	word-wrap: break-word;
}
.post-content h2, .comment-content h2 {
	font-size: 1.28571em;
}
.post-content img, .comment-content img, .post-content video, .comment-content video {
	max-width: 100%;
}
.post-content a img, .comment-content a img {
	backdrop-filter: blur(10px);
　　　　　　-webkit-backdrop-filter: blur(10px);
　　　　　　filter: blur(10px);
	position: relative;
}
.post-content hr, .comment-content hr {
	margin: 2em auto;
	width: 100px;
	border: 1px solid #E9E9E9;
	border-width: 2px 0 0 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin: 0 15px 0 0;
}
img.alignright {
	margin: 0 0 0 15px;
}

@media(max-width:767px) {
body {
	font-size: 81.25%;
}
#nav-menu a {
	float: none;
	display: inline-block;
	margin: 0 -2px;
}
}

@media(max-width:768px) {
.post-title, .post-meta {
	text-align: center;
}
}

@media(min-width:1200px) {
.container {
	max-width: 992px;
}
}
.hidden {
	display: none!important;
	visibility: hidden;
}
.sr-only {
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.sr-only.focusable:active, .sr-only.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.home_goddesses {
	height: 1000px;
	width: 100%;
	background-image: url(img/key.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 1;
	margin-top: 100px;
	text-align: center;
	display:none;
}
.home_bt_bar {
	height: 100px;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(img/whitebar.png);
	background-position: center center;
	background-repeat: repeat-x;
}
.star_effect {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.post_item {
	width: 100%;
	display: block;
	float: left;
	padding: 5px;
	margin: 10px;
	box-sizing: border-box;
	background: #FFF;
        opacity: 0.9; /* 设置透明度为0.9 */
	position:relative;
	z-index:1;
	box-shadow: 0px 0px 15px -4px #514130;
	-moz-box-shadow: 0px 0px 15px -4px #514130;
	-webkit-box-shadow: 0px 0px 15px -4px #514130;
}
.post_item .post_blog_time{
	position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 0.9; /* 设置透明度为0.9 */
    padding: 0 5px;
	border-radius:3px;
    visibility: hidden;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: .3s;
    transition: .3s;
}
.post_item:hover .post_blog_time{
	visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.post_item.type_link {
	width: 100%;
	margin: 1%;
}
.post_item:hover {
	opacity: 0.7;
	background-color: #3fb4ff;
}
.post_item p {
	width: 100%;
	background-color: #d3b099;
	color: #FFF;
        opacity: 0.9; /* 设置透明度为0.9 */
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0px 0px 10px #765252, 0px 0px 10px #765252;
	background-image: url(img/contents_bg2.png);
	background-position: right;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin: 0;
}
.post_item.type_link p{
	padding: 5px;
	font-weight:normal;
	font-size:12px;
	text-shadow: 0px 0px 5px #000000;
}
.post_bg_body img{
	height:auto;
	width:100%;
}
img {
	vertical-align: bottom;
}
.index_post_list_body {
	padding: 20px 0;
	position:relative;
	z-index:1;
}
.post_list_img {
	width: 100%;
	height: auto;
	min-height:48px;
	display: inline-block;
}
.post_bg_div {
	width: 436px;
	height: 240px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}
.index_bg_phone_img {
	display: none;
}
.post_bg_body {
	max-height: 380px;
	overflow: hidden;
}

.little_white_bg {
	background-color: rgba(255,255,255,0.4);
	position: fixed;
	z-index: -2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.post_content_body {
	margin: 110px 0 50px 0;
	border-radius: 10px;
	border: 5px solid #fff;
        opacity: 0.9; /* 设置透明度为0.9 */
	background-color: rgba(255,255,255,0.9);
}
.post_content_box {
	padding: 0 10px;
}
.blog_btn {
	color: #FFF;
        opacity: 0.9; /* 设置透明度为0.9 */
	font-size: 16px;
	background-color: darkcyan;
	border: solid 2px #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px 20px 10px 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	font-weight: bold;
}
.blog_btn:hover {
	background-color: #2f6bb6;
	color: #FFCB16;
	font-weight: bold;
}
.blog_archive_body .post_content_body {
	margin: 50px 0 20px 0;
}
.blog_archive_body .post {
	border: 0px;
}
.blog_body {
	min-height: calc(100vh - 57px);
}
button, textarea,input {
	outline: none;
}
.archive_title_link{
	color:#fff;
        opacity: 0.9; /* 设置透明度为0.9 */
}
.archive_title_link:hover{
	color:#fff;
        opacity: 0.9; /* 设置透明度为0.9 */
}
#pagetop {
    width: 80px;
    height: 80px;
    background-image: url(img/pagetop_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.8;
    position: fixed;
    z-index: 500;
    right: 10px;
    bottom: 10px;
	display:none;
}
.admin_config_ico{
	width:19px;
	height:22px;
	background-image: url(img/admin_config.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	position:fixed;
	z-index:100;
	top:60px;
	right:0;
}
/*归档*/
.archive_month{
	padding-left:16px;
}
.archive_month li{
	list-style:none;
	margin: 5px 0;
}
.archive_month h4{
	margin: 6px 0;
}
.archive_year h3{
	margin:6px 0;
}
/*分类*/
.tag_item{
	margin-right:10px;
	white-space: nowrap;
}
.cate_date{
	color: #b3b3b3;
	white-space: nowrap;
}
/*手机导航*/

.mobile_nav_body {
	display: none;
	z-index: 1101;
        bottom: 0;
	top: 0;
	left: 0;
	right: 30%;
	position: fixed;
	overflow: hidden;
	background: #ffffff;
        background-color: #ffffff;
        opacity: 0.9; /* 设置透明度为0.9 */
	padding: 40px 0px 20px 0px;
}
.mobile_nav_close {
       position: fixed;
	z-index: 1102;
	right: 35%;
	top: 15px;
	width: 25px;
	height: 25px;
	background-image: url(img/wikimoe_close.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.wikimoe_overlay_black {
	display: none;
	width: 100%;
	height: 100%;
	background: url(img/wikimoe_index_black_bg.png);
	position: fixed;
	z-index: 1100;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.wikimoe_mobile_nav_open {
	background-image: url(img/wikimoe_cd_black.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 35px;
	width: 25px;
	margin-top: 12px;
	display: none;
	float: right;
}
.is_mobile .wikimoe_mobile_nav_open {
	display: block;
}
.mobile_nav_body .bar {
	overflow: auto;
	width: 100%;
	height: 100%;
	list-style: none;
	margin:0;
	padding:0;
	text-align:left;
}
.mobile_nav_body .bar .item {
	height: 50px;
}
.mobile_nav_body .bar .item.current a {
	background: #FFAF0;
}
.mobile_nav_body .bar .item a {
	font-size: 20px;
	padding: 0 25px;
	margin-left: 0px;
	margin-bottom: 10px;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #000;
}
@media(min-width:992px) {
.post_list_img {
	display: none;
}
.post_bg_div {
	display: block;
}
.pc_nav_body{
width: 100%;
	display:block;
}
.phone_nav_body{
	display:none;
}
}

@media(max-width:991px) {
#pagetop {
    width: 50px;
    height: 50px;
	bottom: 68px;
}
.post_item {
margin:0 auto;
	width: 100%;
	margin: 0px 0px 10px 0;
}
.home_goddesses {
	background-image: none!important;
	height: auto;
}
.index_bg_phone_img {
	display: inline-block;
	width: 100%;
	height: auto;
}
.post-mate-info-body {
	text-align: left;
}
.post-mate-info-body li {
	padding-left: 0px;
	border-left: 0px solid #EEE;
}
.home_goddesses {
	margin-top: 70px;
}
#nav-menu {
	display: none;
}
.phone_padding {
	padding: 0 5px;
}
.wikimoe_mobile_nav_open{
	display:block;
}
.pc_nav_body{
	display:none;
}
.phone_nav_body{
	display:block;
}
.blog_icp{
	display:block;
}
#footer{
	padding-top: 12px;
    padding-bottom: 8px;
}
.blog_body {
background-filter: blur(50px);
    min-height: calc(100vh - 51px);
}
.post_item.type_link {
	width: 30%;
}
.admin_config_ico{
	display:none;
}
.post_item .post_blog_time{
	visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
	left:10px;
	right:auto;
	top:auto;
	bottom:48px;
}
}
/*loading*/
#loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index:999999;
  backdrop-filter: blur(10px);
　　　　　　-webkit-backdrop-filter: blur(10px);
　　　　　　filter: blur(10px);
}

.loading-text {
  cursor: default;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #999;
  width: 100px;
  height: 30px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-family: 'HarmonyOS-Sans', 'PT Sans Narrow', sans-serif;
  font-size: 20px;
}

.loading-content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}

.loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

.loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

.loading-content {
  border: 3px solid transparent;
  border-top-color: #4D658D;
  border-bottom-color: #4D658D;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  -ms-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

.loading-content:before {
  border: 3px solid transparent;
  border-top-color: #D4CC6A;
  border-bottom-color: #D4CC6A;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  -ms-animation: loader 2s linear infinite;
  animation: loader 3s linear infinite;
}

.loading-content:after {
  border: 3px solid transparent;
  border-top-color: #84417C;
  border-bottom-color: #84417C;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  -ms-animation: loader 2s linear infinite;
}
.blog_page_loading{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    background-color: #fff; 
    opacity: 0.9; /* 设置透明度为0.9 */
	display:none;
}

@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}