<style type="text/css">
.site-top .lower nav {display: block !important;}
.author-profile i , .post-like a , .post-share .show-share , .sub-text , .we-info a , span.sitename , .post-more i:hover , #pagination a:hover , .post-content a:hover , .float-content i:hover{ color: #FE9600 }
.feature i , /*.feature-title span ,*/ .download , .navigator i:hover , .links ul li:before , .ar-time i , span.ar-circle , .object , .comment .comment-reply-link , .siren-checkbox-radio:checked + .siren-checkbox-radioInput:after { background: #FE9600 }
::-webkit-scrollbar-thumb { background: #FE9600 }
.download , .navigator i:hover , .link-title , .links ul li:hover , #pagination a:hover , .comment-respond input[type='submit']:hover { border-color: #FE9600 }
.entry-content a:hover , .site-info a:hover , .comment h4 a , #comments-navi a.prev , #comments-navi a.next , .comment h4 a:hover , .site-top ul li a:hover , .entry-title a:hover , #archives-temp h3 , span.page-numbers.current , .sorry li a:hover , .site-title a:hover , i.iconfont.js-toggle-search.iconsearch:hover , .comment-respond input[type='submit']:hover, blockquote:before, blockquote:after { color: #FE9600 }

#aplayer-float .aplayer-lrc-current { color: #FE9600 !important}

.is-active-link::before, .commentbody:not(:placeholder-shown)~.input-label, .commentbody:focus~.input-label {
    background-color: #FE9600 !important
}

.commentbody:focus {
    border-color: #FE9600 !important
}

.insert-image-tips:hover, .insert-image-tips-hover{ 
    color: #FE9600;
    border: 1px solid #FE9600}

.site-top ul li a:after {
    background-color: #FE9600}

.scrollbar,.butterBar-message {
    background: #FE9600 !important
}

#nprogress .spinner-icon{ 
    border-top-color: #FE9600; 
    border-left-color: #FE9600}

#nprogress .bar {
    background: #FE9600}

.changeSkin-gear,.toc{
    background:rgba(255,255,255,0.8);
}

.entry-content th {
    background-color: #FE9600}
.search-form--modal .search-form__inner {
    bottom: unset !important;
    top: 10% !important;
}

#waifu-tool {
    right: 10px!important;
}
.fa-lg {
font-size: 1.2em!important;
}
.footertext .foo-logo {
    width: 30px;
    height: 30px;
    opacity: .3;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    animation: poi-deg 12s infinite linear;
    -webkit-animation: poi-deg 12s infinite linear;
}
@keyframes poi-deg{
    0% {
           transform: rotate(0deg);
    }
    100% {
          transform: rotate(360deg);
    }
}


/*波浪特效*/
.wave {
    position: absolute;
    height: 110px;
    width: 100%;
    overflow: hidden;
    bottom: 0px;
    z-index: 4;
    transition: .4s ease all;
}

.wave #banner_wave_1, .wave #banner_wave_2 {
    position: absolute;
    width: 200%;
    height: 100%;
    background-size: 50% 100%;

}

.wave #banner_wave_1 {
    top: 30px;
    left: -100%;
    opacity: 1;
    animation: water-right 20s infinite linear;
    background: url(https://zouwang.vip/wp-content/uploads/2019/09/wave1.png) repeat-x;
}

.wave #banner_wave_2 {
    top: 30px;
    left: 0;
    opacity: 1;
    animation: water-left 30s infinite linear;
    background: url(https://zouwang.vip/wp-content/uploads/2019/09/wave2.png) repeat-x;
}

@keyframes water-right {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(25%) translateZ(0) scaleY(0.85)
    }
    100% {
        transform: translateX(50%) translateZ(0) scaleY(1)
    }
}

@keyframes water-left {
    from {
        transform: translate(0%, 0px);
    }
    to {
        transform: translate(-50%, 0px);
    }
}


.headertop-down {
    position: absolute;
    bottom: 70px;
    left: 50%;
    cursor: pointer;
    z-index: 5;
}

.headertop-down i {
    font-size: 28px;
    color: #fff;
    -ms-transform: scale(1.5,1);
    -webkit-transform: scale(1.5,1);
    transform: scale(1.5,1);
}

.logolink  a{
font-family: 'Moe-Mashiro','Merriweather Sans',Helvetica,Tahoma,Arial,'PingFang SC','Hiragino Sans GB','Microsoft Yahei','WenQuanYi Micro Hei',sans-serif!important;
}

.entry-content h1::before, h2::before, h3::before, h4::before, h5::before, h6::before {
    display: block;
    content: " ";
    height: 75px;
    margin-top: -75px;
    visibility: hidden;
}
.entry-content a {
text-decoration: none!important;
position: relative;
}
.entry-content a:hover {
text-decoration: none!important;
}
.entry-content a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.entry-content a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: orange;
    transform-origin: bottom right;
    transition: transform .25s ease-out;
}
.is-homepage .lower {
    display: none;
}
 .site-header.yya .lower {
    display: inline-block;
}
.site-header:hover .lower{
display: inline-block
}
.site-top .lower {
    float: none;
   left: 20%;
}
/*无图页面显示*/
.entry-header h1.entry-title {
    margin: auto;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.entry-header h1.entry-title:before {
    content: "{";
    color: #f8ba0b;
    font-size: 1.5em;
    margin-right: 6px;
    vertical-align: sub;
}
.entry-header h1.entry-title:after {
    content: "}";
    color: #f8ba0b;
    font-size: 1.5em;
    margin-left: 6px;
    vertical-align: sub;
}
.lower li ul {
width: 100px!important;
}

/*评论后刷新可见*/
.vihide {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px dashed #ff5e52;
    padding: 8px;
    margin: 10px auto;
    color: #ff5e52;
    width: 100%;
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.vihide::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "隐藏内容";
    background-color: #ff5e52;
    color: #fff;
    line-height: 1;
    padding: 4px 5px;
    font-size: 12px;
    border-radius: 0 0 2px 0;
    margin: -1px;
}

.spirit-sakura {
    color: pink;
    -webkit-animation: spirit-sakura 90s linear infinite,rotating 6s linear infinite;
    -moz-animation: spirit-sakura 90s linear infinite,rotating 6s linear infinite;
    -ms-animation: spirit-sakura 90s linear infinite,rotating 6s linear infinite;
    -o-animation: spirit-sakura 90s linear infinite,rotating 6s linear infinite;
    display: inline-block;
    font-size: 2.7vw!important;
}
@-webkit-keyframes spirit-sakura{0%{color:#ffc0cb}11%{color:#ffc0cb}13%{color:#eadcd6}22%{color:#eadcd6}24%{color:#e3efd1}33%{color:#e3efd1}35%{color:#d1e3db}44%{color:#d1e3db}46%{color:#7ba1a8}55%{color:#7ba1a8}57%{color:#c3a6cb}66%{color:#c3a6cb}68%{color:#dd3b44}77%{color:#dd3b44}79%{color:#f2de76}88%{color:#f2de76}90%{color:#ffc0cb}100%{color:#ffc0cb}}@keyframes spirit-sakura{0%{color:#ffc0cb}11%{color:#ffc0cb}13%{color:#eadcd6}22%{color:#eadcd6}24%{color:#e3efd1}33%{color:#e3efd1}35%{color:#d1e3db}44%{color:#d1e3db}46%{color:#7ba1a8}55%{color:#7ba1a8}57%{color:#c3a6cb}66%{color:#c3a6cb}68%{color:#dd3b44}77%{color:#dd3b44}79%{color:#f2de76}88%{color:#f2de76}90%{color:#ffc0cb}100%{color:#ffc0cb}}.comments .comments-main {display:block !important;}
.comments .comments-hidden {display:none !important;}
.centerbg{background-image: url("https://zouwang.vip/wp-content/themes/Sakura/cover/index.php");background-position: center center;background-attachment: inherit;}
.rotating {
    -webkit-animation: rotating 6s linear infinite;
    -moz-animation: rotating 6s linear infinite;
    -ms-animation: rotating 6s linear infinite;
    -o-animation: rotating 6s linear infinite;
    animation: rotating 6s linear infinite;
}
</style>