/*font-family
*{
  text-shadow:0 0px 2px rgba(0,0,0,.00);
  font-family: "普惠体 2.0 35 Thin";
}*/
/* @font-face {
  font-family: "普惠体 2.0 35 Thin";font-weight: 250;src: url("../fonts/book.woff2") format("woff2"),
  url("../fonts/book.woff") format("woff");
  font-display: swap;
}*/
/* noto-serif-sc-regular*/
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: regular;
  src: url('//lib.baomitu.com/fonts/noto-serif-sc/noto-serif-sc-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif SC'), local('NotoSerif SC-Normal'),
       url('//lib.baomitu.com/fonts/noto-serif-sc/noto-serif-sc-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/noto-serif-sc/noto-serif-sc-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-serif-sc/noto-serif-sc-regular.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/noto-serif-sc/noto-serif-sc-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/noto-serif-sc/noto-serif-sc-regular.svg#NotoSerif SC') format('svg'); /* Legacy iOS */
}
  
body {
    color: rgba(0, 0, 0, 0.86);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.42;
    font-family: 'Noto Serif SC', serif;
    letter-spacing: 0.05em;
} 


strong {
    margin: 0 -.4em;
    padding: 0 .4em;
    border-radius: .8em .3em;
    background: 0 0;
    background-image: linear-gradient( to right,rgba(255,225,0,.1),rgba(255,225,0,.7) 4%,rgba(255,225,0,.3) );
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}





p{
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

strong{color:#FF706C}
a{text-decoration:none;color:#999;-webkit-transition:all .24s ease;
transition:all .24s ease;}
a:hover{color:skyblue;}
::selection {
    background-color: black;
    color: white;
}

.img-avatar-pendant-99 {
    width:25% !important;
    height: auto !important;
    position: absolute;
    top:0%;
    left:30%;
    transform: translate(30%,140%);
    z-index: 99;
}

/*从上往下动画*/
.animated-text {
  animation: slide-down 3s ease both;
}
@keyframes slide-down {
  from {
    transform: translateY(-10%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/*从下往上动画*/
.animated-teet {
  animation: slide-up 1s ease both;
}
@keyframes slide-up {
  from {
    transform: translateY(20%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}


img{
  max-width:100%;border-radius:5px;
-webkit-transition:all .24s ease;
transition:all .24s ease;
}
img:hover{
box-shadow: 0 0 15px rgba(135,189,120,0%);
}



html::-webkit-scrollbar-track-piece {
  background: whitesmoke;
}

html::-webkit-scrollbar {
  width: 1vw;
  height: 1vw;
}

html::-webkit-scrollbar-thumb {
  height: 20vh;
  border-radius: 1vw;
  background-color: lightgray;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: gray;
}
body{
    transition: all .3s cubic-bezier(.3, 1, .5, 1);
    line-height: 1.6;
}


/*INDEX~*/
.m{width:60%;margin: 0 auto;padding:60px 0;overflow:hidden;font: normal 100%;float: center;background:#fff;border-radius: 7px;Z-index:+10;position: relative;}

.box-index{
  margin:0 auto;
  padding: 1.5em;
  border-radius: .1em;
  width: 80%;
  height: 65px;
  -webkit-transition:all .24s ease;
  transition:all .24s ease;
}

.box{
  margin:0 auto;
  padding: 0.9em;
  border-radius: .3em;
  width: 90%;
  -webkit-transition:all .24s ease;
  transition:all .24s ease;
}


/*header~*/
header{margin:0 auto;}
.hd{
  margin:0 auto;
  width: 9em;
  height:9em;
}
.bName{
  font-size: 30px;
  font-weight:400;
    margin:15px auto 0;
  display: block;
  text-align:center;

}
.hd img{
  width:8em;
  height:8em;
  border-radius:50%;
  display:block;
  margin:0 auto;
}
.hd-n{
  text-align:center;
  margin:0 auto;
  padding:0em;
  line-height:3em;
}
.hd-n a{
  font-size:1.2em;
  color:#2c3e50;
  -webkit-transition:all .24s ease;
transition:all .24s ease;
}
.hd-n a:hover{
  border-bottom:2px solid skyblue;
}
.title p{
  font-size:1.5em;
  line-height:1.5em;
}
.title a{
  color:black;
}



/*POST~*/
.post{
  width:85%;
  margin:0 auto;
  color:rgb(19 30 37);
}
.post a{
  color:#f12349;
}
.post a:visited{color:#ff0000;}
.post em{color:#87ceeb;}
.post em:before{content:'銆�';color:#87ceeb;}
.post em:after{content:'銆�';color:#87ceeb;}
.post ul li,pre{
  text-align:left;
  line-height:1.8em;
  
}
.post p code{
  display: -webkit-inline-box;
    background: #333;
    color: #FFF;
    border-radius: 5px;
    padding: 1px 8px 1px 8px;
    margin: 1px 5px 1px 5px;
}
.post h2{
color:#505050;
font-size: 1.2em;
line-height:2em;
}


/*文章样式*/
.post h1:before,.post h2:before,.post h3:before{content:'# ';color:#E8251E}
.post h1:after,.post h2:after,.post h3:after{content:' #';color:#E8251E}
.post del{
  background-color:#F7F7F7;color:#DDD;
}
.post hr{
border: 0;
    border-bottom: solid 2px #efefef;
    margin: 2em 0;
}
blockquote{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}

.post li{
 
    transition: .12s;
}
.post p{
        font-size:1.05em;
        text-align: justify;
}
.meta span{
  color: #999;
    font-size: .8em;
}

.tag a{
  color: #999;
    font-size: 1em;
}
.tag a:before{
  content:'#';
  color: #999;
    font-size: 0.8em;
}
.tag img{
border-radius:50%;height:3em;width:3em;display:block;margin:0 auto;
border: 1px solid #FFF;
}
.tag a:hover{
  color: skyblue;
}
.post-title{
  color:black;
  line-height:1.5em;
}
.post-title a{
  color:rgb(19 30 37 / 90%);
  font-size:1.5em;
  text-align: center;
  font-weight: 600;
}
.over{
  font-size:12px;
  line-height:90px;
  color:#aaa;
  display:table;
  white-space:nowrap;
  border-spacing:20px 0;
}
.over h3:before,.over h3:after{content:"-";display:table-cell;width:50%;background:-webkit-linear-gradient(#eee,#eee) repeat-x left center;background:-moz-linear-gradient(#eee,#eee) repeat-x left center;background:-ms-linear-gradient(#eee,#eee) repeat-x left center;background:linear-gradient(#eee,#eee) repeat-x left center;background-size:1px 1px}

/*TAGS*/
.GD{
  width:60%;
  margin: auto;
}
.timeline h2,.fenlei h2 , .tags h2{
  line-height: 2em;
}
.timeline h2:before ,.fenlei h2:before , .tags h2:before{
  color: skyblue;
}
.timeline h2:after ,.fenlei h2:after ,.tags h2:after{
  color: skyblue;
}
.tags a{
  padding:.5em;
  border:1px solid black;
  border-radius: 5px;
  color:black;
}
.tags a:hover{
  border:1px solid black;
  background-color: black;
  border-radius: 5px;
  color:white;
}
#GD-year{
  font-size: 1.3em;
}
#GD-year::before{
  content: '[';
  color: gray;
}
#GD-year::after{
  content: ']';
  color: gray;
}
#GD-month{
  font-size: 1.1em;
}
#GD-month::before{
  color: green;
}
#archives ul{
list-style-type:none;
}
#archives a:hover {
    background: gray;
    color: white;
}
#archives a {
    position: relative;
    display: block;
    padding: .625rem;
    color: #333;
    font-style: normal;
    line-height: 1.125rem;
    font-size: 1rem;
    border-radius: .25rem;
}

/*留言~*/

#comments a {
    color: #000000;
}

#comments a:hover {
    color: #666;
}

.comment-list {
    padding-left: 0;

    list-style-type: none;
}

.avatar {
    display: block;
    float: left;

    width: 40px;
    height: 40px;
    margin: 1.5rem 1rem 0 0;

    border-radius: 50%;
}

.comment-main {
    overflow: hidden;

    padding: 0rem 0;

    border-bottom: 1px dotted #e0e0e0;
}

.comment-main p {
    margin-top: 3px;
    margin-left: 55px;
    text-align: justify;
}

.comment-meta,
.cancel-comment-reply {
    font-size: 0.9rem;

    margin-top: 1rem;

    color: #666;
}

.comment-author {
    padding: .0rem;
    border-radius: .0rem;
    background: transparent;
}

.comment-author:hover,
.comment-author:hover a,
.comment-author a:hover {
    color: #FFF !important;
    background: #FFF;
}

.comment-time:before,
.comment-reply a:before {
    margin: 0 .5rem;

    content: '\00b7';
}

.comment-parent > .comment-children {
    margin-left: 1rem;
    padding-left: 8px;
}

.comments-have {
    letter-spacing: 0.2rem;
    display: inline-block;
    margin-top: 5rem;
    font-size: 15px;
    border-bottom: solid 1px #888;
    padding-bottom: 10px;
}

/*评论头像*/
.isujin {
    width: 2.4rem;
    height: 2.4rem;
    float: left;
    border-radius: 15%;
    margin-right: 0.9025rem;
    padding: 0rem
}
/*评论认证*/
.img-avatar-99 {
    position: relative;
    /*修改这里的高度和宽度以达到边框里面包含头像的效果*/
    /*一般情况下height=width，并且>头像本身的元素大小*/
    height:auto;
    width:75px;
}

.page-navigator {
    margin: 0;
    padding: 0;

    list-style-type: none;

    text-align: center;

    color: #aaa;
}

.page-navigator li {
    display: inline-block;
    float: none;

    margin: .5rem;
}

.page-navigator a {
    line-height: 2rem;

    display: block;

    width: 2rem;
    height: 2rem;
}

.page-navigator .current {
    border-radius: 50%;
    background: #999;
}

.current a {
    color: #fff !important;
}

.text,
.textarea,
#submit {
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: .5rem;
  border: 1px solid #f2f2f200;
background-color:rgb(177 161 207 / 8%);
    border-radius: 4px;
    outline: none;
    -webkit-appearance: none;
   width:100%;
   -webkit-transition:all .24s ease;
transition:all .24s ease;
}
.text:focus,
.textarea:focus{
  color:white;
  border: 1px solid rgba(0,0,0,0.4);
background-color:rgba(0,0,0,0.4);
}

.textarea{
  color:#FFFFF;
  -webkit-transition:all .24s ease;
transition:all .24s ease;
}

#submit {
    width: 36%;
}

.text:nth-child(-n+2) {
    margin-right: .5%;
}

.textarea {
    width: 100%;
    height: 10rem;

    resize: none;
}

.submit{
    margin-left: 15px;
    border: 0;
    background-color: #9e9e9e1a;
    border-radius: 5px;
    color: #000000;
    font-size: 15px;
}

div#comments {
    font-family: "Microsoft Jhenghei";
  -webkit-font-smoothing: antialiased;
}
span#pl {
    color: #828282;
}

span.response {
    margin-bottom: 15px;
    display: block;
    color: #000000;
}
input.text {
    color: #aaa;
}

.comment-main {
    color: #666;
}
.comments{
  width:90%;
  margin:0 auto;
}

@media screen and (max-width: 500px){
  .m{width:100%;}
  .post{width:90%;}
  .box{width:90%;}
    .comments{width:100%;}
  .footer img{width:10em;}
  .footer-image{width:100%;}
  .friends{
    width:90%;
  }
  .GD{width:90%;}
  }


/*表情*/
.OwO{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;   }.OwO.OwO-open .OwO-body{display:block}.OwO.OwO-up .OwO-body{top:inherit;bottom:21px;border-radius:4px 4px 4px 0}.OwO.OwO-up .OwO-body .OwO-bar .OwO-packages li:nth-child(1){border-radius:0}.OwO.OwO-up.OwO-open .OwO-logo{border:1px solid #ddd;border-radius:0 0 4px 4px;border-top:none}.OwO .OwO-logo{position:relative;display:inline-block;cursor:pointer;box-sizing:border-box;z-index:2;}.OwO .OwO-logo:hover span{display:inline-block;-webkit-animation:a 5s infinite ease-in-out;animation:a 5s infinite ease-in-out}.OwO .OwO-body{display:none;position:relative;;max-width:400px;background:#fff;border:1px solid #ddd;z-index:1;border-radius:0 4px 4px 4px;-webkit-box-shadow: 0 2px 6px 0 rgba(114,124,245,.5);box-shadow: 0 2px 6px 0 rgba(114,124,245,.5);}.OwO .OwO-body .OwO-items{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none;padding:10px;margin:0;overflow-y:scroll;font-size:0}.OwO .OwO-body .OwO-items .OwO-item{list-style-type:none;background:#f7f7f7;padding:5px 10px;border-radius:5px;display:inline-block;font-size:12px;line-height:14px;margin:0 10px 12px 0;cursor:pointer;-webkit-transition:.3s;transition:.3s}.OwO .OwO-body .OwO-items .OwO-item:hover{background:#eee;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);-webkit-animation:a 5s infinite ease-in-out;animation:a 5s infinite ease-in-out}.OwO .OwO-body .OwO-items-emoji .OwO-item{font-size:20px;line-height:19px}.OwO .OwO-body .OwO-items-image .OwO-item{max-width:calc(25% - 10px);box-sizing:border-box}.OwO .OwO-body .OwO-items-image .OwO-item img{max-width:100%}.OwO .OwO-body .OwO-items-show{display:block}.OwO .OwO-body .OwO-bar{width:100%;height:30px;border-top:1px solid #ddd;background:#fff;border-radius:0 0 4px 4px;color:#444}.OwO .OwO-body .OwO-bar .OwO-packages{margin:0;padding:0;font-size:0}.OwO .OwO-body .OwO-bar .OwO-packages li{list-style-type:none;display:inline-block;line-height:30px;font-size:14px;padding:0 10px;cursor:pointer;margin:0}.OwO .OwO-body .OwO-bar .OwO-packages li:nth-child(1){border-radius:0 0 0 3px}.OwO .OwO-body .OwO-bar .OwO-packages li:hover{background:#eee}.OwO .OwO-body .OwO-bar .OwO-packages .OwO-package-active{background:#eee;-webkit-transition:.3s;transition:.3s}
.OwO-jio{position: absolute;top: -10px;left: 10px;width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #ddd;}
.OwO-jio:before{content: '';display: block;width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #FFF;position: absolute;left: -8px;top: 2px;}img.biaoqing {
    display: inline-block;
    height: 2em;
    vertical-align: bottom;
    margin: 0;
}.OwO.OwO-open {
    margin-top: .5rem;
}
/* !*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*! */
::-webkit-scrollbar { width: 5px; height: 10px; }
!*定义滑块 内阴影+圆角*! 
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0); border-radius: 1px; }
!*定义滚动条轨道 内阴影+圆角*! 
::-webkit-scrollbar-track { border-radius: 1px; }

/*顶部加载条*/
#instantclick {
  display: none;
}

/*返回顶部*/
.dn {
	display:none;
}
.go-top {
	position:fixed;
	bottom:70px;
	right:15px;
	z-index:999;
}
.go-top a {
	display:inline-block;
	margin:0;
	width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50px;
    color: #000000;
}
.go-top a:hover {
    border: none;
}

box {
	position:relative;
}
/*夜间模式按钮*/
.go-tops {
    position: fixed;
    bottom: 110px;
    right: 15px;
    z-index: 999;
}
.go-tops a {
    display: inline-block;
    margin: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50px;
    color: #000000;
}
.go-tops a:hover {
    border: none;
}
/*右侧end*/
.animate i {
    float: right;
    width: 26px;
    height: 26px;
}