/** 靳闯博客 - 记录分享 **/
@charset "utf8";
* {
    margin: 0;
    padding: 0;
}
::selection {
    background: #01a8d5;
    color: #ffffff
}
::-webkit-scrollbar {
    width: 0px;
    height: 7px;
    background: #dbdbdb
}
::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 5px
}
::-webkit-scrollbar-button {
    background: #f9f9f9;
    display: none;
}
::-webkit-scrollbar-track {
    background: #ffffff
}
html {
}
body {
    cursor: url(../img/cur/body.cur),auto;
    font-family: Misansdb,'Hiragino Sans GB','Microsoft Yahei',Arial,sans-serif;
    background-color: #f7f7f7;
    color: #333;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8
}
h1{
    color:#4b4b4b;
}
h3,h4{
    font-size: 16px;
    color:#494949;
}
h4{
    color:#494949;
}
a,a:hover {
    cursor: url(../img/cur/link.cur),auto;
}
a,u {
    display: inline-block;
    color: #2aae6b;
    text-decoration: none;
    text-indent: 0px;
}
p {
    padding: 3px
}
hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #e6e6e6e;
    border-bottom: 1px solid #e6e6e6;
}
header {
    width: 100%;
    height: 520px;
    user-select: none;
    background: url(../img/header.jpg) no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
}
.main {
    margin: 0 auto;
    padding-top: 50px;
    max-width: 1020px;
    position: relative;
}
.ulogo, .intro-logo{
    width: 40px;
    height: 40px;
    transition: all ease 0.3s;
}
.ulogo:hover{
    transform: rotate(360deg);
    transition: all ease 0.3s;
}
.intro-sitename {
    display: flex;
    align-items: center;
    height: 65px;
    margin-left: 20px;
    position: relative;
}
.reward-button,.header-social a,.page-navigator a:hover,.toTop,.readmore a,.comment-list li .comment-reply a,.submit,.lixue li,.menu li,#share_bz,#close-btn,#download-btn,.linkbox,#toggle-style,.sitename,.siteurl{
    cursor: url(../img/cur/shou.cur),auto !important;
}
ul li {
    list-style-type: square;
}
input::-webkit-input-placeholder {
    color: #828282;
}
input:-moz-placeholder {
    color: #828282;
}
input::-moz-placeholder {
    color: #828282;
}
input:-ms-input-placeholder {
    color: #828282;
}

/* 代码样式 */
code {
    font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
    font-size: 12px;
    border-radius: 4px;
    padding: 2px 6px;
}
pre {
    display: block;
    padding: 14px;
    margin:2px;
    font-size: 13px;
    color: #000;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    background-color: rgb(233,233,233,0.7);
    overflow: auto;
    border-radius: 6px;
    border-top: 26px solid #f1f1f1;
}
pre:before {
    content: "⬤ ⬤ ⬤";
    line-height: 1;
    font-size: 14px;
    background-image:linear-gradient(to right, #4CAF50 0%, #4CAF50 33%, #FFC107 33%, #FFC107 66%, #ff3d00 66%,#ff3d00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    margin-top: -34px;
}

.hljs {
    color: #474747 !important;
}
.hljs-meta .hljs-string, .hljs-regexp, .hljs-string {
    color: #0087ff !important;
}

.tparallax {

}
.tparallax > use {
    animation: move-forever 20s linear infinite
}
.tparallax > use:nth-child(1) {
    animation-delay: -2s
}
.tparallax > use:nth-child(2) {
    animation-delay: -4s;
    animation-duration: 5s
}
.tparallax > use:nth-child(3) {
    animation-delay: -8s;
    animation-duration: 7s
}
.tparallax > use:nth-child(4) {
    animation-delay: -10s;
    animation-duration: 9s
}
.tparallax > use:nth-child(5) {
    animation-delay: -12s;
    animation-duration: 10s
}
.twiiuii_layout {
    width: 100%;
    height: 80px;
    position: absolute;
    overflow: hidden;
    z-index:0;
    background: var(--footer-bg);
    bottom:0;
}
.tparallax use:nth-child(1) {
    fill: rgba(247,247,247,0.1);
}
.tparallax use:nth-child(2) {
    fill: rgba(247,247,247,0.25);
}
.tparallax use:nth-child(3) {
    fill: rgba(247,247,247,0.5);
}
.tparallax use:nth-child(4) {
    fill: rgba(247,247,247,0.75);
}
.tparallax use:nth-child(5) {
    fill: rgba(247,247,247,1);
}
.teditorial {
    display: block;
    width: 100%;
    height: 80px;
    margin: 0
}
content .article {
    padding: 5px 0;
    margin-bottom:16px;
    border-radius:10px;
    margin:15px;
}
.article-content .readmore {
    user-select: none;
    margin-bottom: 0
}
.visib-768 {
    display: none
}
.header-top{
    position: fixed;
    top:0;
    width: 100%;
    height: 65px;
    z-index:10;
    transition: all 0.3s ease;
}
#nprogress{
    height: 2px;
    width: 100%;
    position: fixed;
    top: 0;
}
.bar{
    height:2px;
}
.scrolltop{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/header.jpg) no-repeat;
    background-size: cover;
    background-position-y: 52.5%;
    box-shadow: rgba(0,0,0,0.3) 0px 0px 20px 0px;
    opacity:0;
    transition: all ease 0.3s;
}
.scrolltop::before{
    content:"";
    width: 100%;
    position: absolute;
    height: 100%;
}
.intro {
    height:65px;
    width: 100%;
    text-align: center;
    display:flex;
    backdrop-filter: blur(4px);
}

.intro-logo {
    display: block;
    margin: 0 auto;
    animation: rotation 3s infinite linear;
}
.sitename{
    color: white;
    font-size:24px;
}
.sitename:hover{

}
.header-siteinfo {
    position: relative;
    padding-top: 170px;
    color: white;
    font-size: 24px;
    letter-spacing: 2px;
    width: 100%;
    text-align:center;
    filter:drop-shadow(0px 2px 6px rgba(0,0,0,0.2));
}
.siteurl{
    color: white;
    font-size:28px;
    font-family:'MISANSDB';
}
.header-siteinfo:hover {
}
.header-social {
    position: relative;
    text-align: center;
    margin-top:20px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.header-social a{
    margin:4px;
}
.contact{
    position:relative;
}
.fa{
    font-size:14px;
    transition: all ease 0.3s;
}
.fa-envelope:before{
    position:relative;
    top:-1px;
    font-size:16px;
}
.fa-headphones:before{
    font-size:16px;
}
.fa-video-camera:before{
    font-size:16px;
}
.fa-github:before{
    font-size:16px;
}
.fa:hover{
    color:white;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.4));
    transition: all ease 0.3s;
}
.flink{
    background: rgba(255,255,255,0.1);
    color:rgba(255,255,255,0.7);
    width: 24px;
    height: 22px;
    border-radius: 4px;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
#demo {
    color: white !important;
    background: hsla(0,0%,100%,0.1);
    border-radius: 4px;
    padding: 0px 6px;
    height:22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#demo:hover {
    background: rgba(255,255,255,0.3)
}

.archive_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.archive_gd {
    text-align: center;
    width: auto;
    margin:10px
}
.duan_g_a a {
    color: #5c5c5c;
}
.duan_g_a a:hover {
    text-decoration: none !important;
}

.catalogue {
    background: #e9e9e9;
    color:#878787;
    padding: 5px 20px;
    margin-bottom: 15px;
    border-radius: 4px;
    list-style: none;
}
.catalogue:hover {
    background:#2aae67;
    color:white;
}
.moddate {
    margin: 4px 0px;
    text-align: left;
}
.Lar {
    color: #2aae6b
}
.reupdate a {
}
.reupdate a:hover {
    color: #ff4545;
}

/*歌曲分享播放*/
#share_home {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    text-align: center;
    display: flex;
}
#share_yh {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    text-align: center;
    display: flex;
    position: absolute;
    right:0px;
    top: 30px;
}
#yhtoggleBtn{
    background: rgba(255, 255, 255,0.15);
    border: 0;
    font-family: 'Misansdb';
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    text-align: center;
    text-indent: 0;
    padding: 0px 4px 1px 4px;
    cursor: pointer;
    width: 34px;
    letter-spacing: 1px;
    transition: all ease 0.2s;
}
#playButton{
    background: rgba(255, 255, 255,0.15);
    border: 0;
    font-family: 'Misansdb';
    font-size: 12px;
    color: rgba(255,255,255,0.9);
    text-align: center;
    text-indent: 0;
    padding: 0px 6px 1px 6px;
    cursor: pointer;
    transition: all ease 0.2s;
}
#playButton:hover{
    color:white;
    background: rgba(255 ,255 ,255,0.4);
    transition: all ease 0.2s;
}
audio {
    width: 260px;
    height: 20px;
    filter: invert(1);
    outline: none;
    opacity: 0.5;
    margin-left: -4px;
    display:none;
}

/*谷歌浏览器h5默认播放器样式*/
audio::-webkit-media-controls-panel {
    background: rgba(255,255,255,0);
}
audio::-webkit-media-controls-enclosure {
    background: none
}
audio::-internal-media-controls-overflow-button {
    display: none !important;
}

/*火狐浏览器h5默认播放器样式*/
@media screen and (min--moz-device-pixel-ratio:0) {
    audio[controls] {
        background: rgba(255,255,255,0);
        border-radius: 15px;
        filter: invert(0)!important;
        width: 252px !important;
        opacity: 0.3;
        box-shadow: 0 0 8px 4px #002e48;
    }
    audio[controls-panel] {
        background: rgba(255,255,255,0);
    }
    audio[controls-enclosure] {
        background: none
    }
    html {
        scrollbar-color: #ccc #eee;
        scrollbar-width: none;
    }
}

/*h5默认播放器样式*/
audio::-o-media-controls-panel {
    background: rgba(255,255,255,0);
}
audio::-o-media-controls-enclosure {
    background: none
}
audio::-ms-media-controls-panel {
    background: rgba(255,255,255,0);
}
audio::-ms-media-controls-enclosure {
    background: none
}

/*页面宽度大于768px的样式*/
@media screen and (min-width:768px) {
    nav .collapse {
        display: none;
    }
}
/*页面宽度大于580px的样式*/
@media screen and (min-width:580px) {
    .header-menu{
        background-color:unset !important;
        background-image: unset !important;
    }
    nav {
        display:flex;
        align-items: center;
        text-align: center;
        position: relative;
        height:65px;
        margin-left:20px;
    }
    ul li {
    }
    ul li a:hover {
         text-decoration: underline;
    }
    nav ul {
        display: inline-block;
        text-align: center
    }
    nav ul li {
        font-size: 14px;
        width: 70px;
        height: 27px;
        list-style: none;
        border: 0;
        display: flex;
        justify-content: center;
        border-radius: 6px;
        transition: all ease 0.3s;
    }
    nav ul li a {
        /*padding-top:4px;*/
        color: #fff;
        transition: all ease 0.3s;
        transform: skewX(1deg)
    }
    .gtZhim,.ihAeOA,.gTyFGf,.gEPbpr,.hWtwV,.gCOKdy {
        margin-top:20px;
    }
}

.word {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ff1959
}
.passsub {
    display: grid;
    place-content: center
}
.inputpass {
    text-indent: unset;
    padding: 5px 12px;
    width: 114px;
    text-align: center
}
.subpass {
    text-indent: 0;
    border: 0;
    background: #fd96aa;
    padding: 5px;
    color: white;
    margin-top: 10px;
    cursor: pointer
}

.article {
    padding: 10px 5px;
    -webkit-animation: article-up .8s;
    animation: article-up .8s
}

.article-title {
    text-align: center;
    color: #2c2c2c;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homen{
    display: flex;
    flex-wrap: nowrap;
}
.homes{
     margin-bottom: 10px;
}
.homet a:hover{
    background: #2aae6b;
    color: #fff;
    transition: all .2s ease;
}
.article-content {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    color:#555555;
}
.article-content ul li {
    list-style: none;
    padding-left: 20px;
}
.article-content ul{
    margin-bottom: 20px;
}

.page-abouta a{
    text-decoration: revert;
    color:#919191;
}
.page-abouta a:hover{
    color:red;
}
.article-content p a {
    transition: all ease .3s;
    padding: 0px 4px;
    text-decoration: revert;
    color: #2196F3;
    letter-spacing: 1px;
    font-weight:bold;
}
.article-content p a:hover {
    text-decoration: revert;
    color: #ef3022;
    transition: all ease .3s;
}
.list-cont {
    width: auto;
    position: relative;
    color:rgba(0,0,0,0.45);
    line-height:24px;
    margin-top:-5px;
    font-size:13px;
    word-break: break-all;
    text-align: justify;
    letter-spacing: 1px;
}

.newlist{
    display: grid;
    margin-right:20px;
    width:80%;
    height: 115px;
    overflow: hidden;
}
.article-content img {
    clear: both;
    display: block;
    margin: 0px auto;
    max-width: 100%;
    border-radius: 4px;
}
.content_img{
    position:relative;
    border-radius: 4px;
    margin:auto 2px;
    border:1px solid rgba(2,169,233,0.05);
    margin-bottom:8px;
}
.content_img:before {
    content:" ";
    top:0;
    right:0;
    position:absolute;
    z-index:1;
    border-right: 40px solid rgba(3,169,244,0.2);
    border-bottom: 40px solid transparent;
    border-top-right-radius: 4px;
}
.content_img:after {
    content: "IMG";
    position: absolute;
    z-index: 2;
    color: #7ad6ff;
    font-size: small;
    transform: scale(0.8) rotate(45deg);
    top: 0;
    right: 0;
}
.acimg {
    width: 48%;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
    box-shadow: 0 0 40px rgba(158,158,158);
    border-radius: 5px;
    display: unset !important;
    border: 0 !important
}
.thumb{
    width: 20%;
    height: 115px;
    margin:0 20px;
    border-radius: 5px;
}
.thumb img{
    width: 100% !important;
    min-width: 110px !important;
    height: 100%;
    object-fit:cover; 
    border-radius: 6px;
}

.readmore {
    transition: all ease 0.3s;
    width:100%;
    background:rgba(255,255,255,0.4);
    border-radius:8px;
}
.readmore:hover{
    background:rgba(255,255,255,0.7);
    border-radius:8px;
    transform: translateY(5px);
    transition: all ease 0.3s;
}
.post-tags {
    margin-top: 20px
}
.social-share {
}
.post-tags .tag {
    margin: 0 10px;
    color: #9A9797;
    background-color: rgba(87,122,183,0.04);
    padding: 2px 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px #56b6e7,0px 0px 0px #56b6e7,0px 0px 0px #56b6e7,0px 0px 0px #56b6e7
}
.pagination a,.pagination span {
    line-height: 30px;
    color: #2aae6b
}
.pagination span {
    border-radius: 5px
}
.pagination a:hover {
    margin-top: -1px
}
.pagination,.post-nav {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    user-select: none
}
.prev a:before {
    content: ' ';
    background: url("../img/green/pn.png") no-repeat 50% 50%;
    background-position: 0px 5px
}
.next a:after {
    content: ' ';
    background: url("../img/green/pn.png") no-repeat 50% 50%;
    background-position: -12px 5px
}
.post-nav-item a:before,.post-nav-item a:after {
    display: inline-block;
    width: 16px;
    height: 26px;
    vertical-align: top;
    background-size: 28px
}
.post-nav .prev {
    float: left;
    list-style: none;
    user-select: none
}
.post-nav .next {
    float: right;
    list-style: none;
    font-weight: bold;
    user-select: none
}
.post-nav .next:hover,.post-nav .prev:hover {
    filter: drop-shadow(0px 0px 5px #2aae6b)
}
.page-navigator .current a {
    color: #fff;
    background: #2aae6b;
    box-shadow: 2px 2px 8px 0px #bdbdbd;
}
.page-navigator a:hover {
    background: #2aae6b;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 8px 0px #bdbdbd;
    transition: all 0.3s ease;
}
.page-navigator a {
    display: inline-block;
    height: 30px;
    width:30px;
    padding:0;
    line-height: 30px;
    border-radius: 6px;
    transition: all 0.5s ease;
    background: #f3f3f3;
    font-weight: bold;
}
.page-navigator li {
    display: inline-block;
    margin: 0 10px;
}
.page-navigator {
    list-style: none;
    margin: 25px 0;
    padding: 0;
    text-align: center
}
.archive {
    color: #585858;
    transition: ease all 1s;
    text-align: left;
}
.archive:hover {
    color: #2aae6b;
    transition: ease all 0.5s;
}
.archive a {
    letter-spacing:0px !important;
    transition: ease all .5s;
    color: #686868 !important;
    text-decoration: none !important;

}
.archive a:hover {
    padding: 0px 6px;
    transition: ease all 0.5s !important;
    color: #2aae6b !important;
    background: rgba(42,174,107,0.2);
    border-radius: 6px;
    text-decoration: none !important;
}
.archive_date {
}
.archive_date:hover {
    color: #2aae6b;
    transition: ease all 0.5s;
    transform: translateX(10px)
}
.archive-title {
    display: block;
    color: #2aae6b;
    font-size: 18px;
    margin-top: 16px;
    border-radius: 25px;
    max-width: 100%;
    text-align: left
}
}
.post {
    padding-top: 90px
}
.post-title {
    display: block;
    text-align: center;
    color: #ff5722
}

.archives:before{
    z-index: 0;
    content: '';
    position: absolute;
    width: 4px;
    left: 58px;
    margin-top:-20px;
    height: -webkit-fill-available;
    background-color: #fff;
    border-radius:6px;
}
.archives_list{
    margin:10px auto;
    padding-left:15px;
}

.archive {
    color: #585858;
    transition: ease all 1s;
    display: flex;
    flex-wrap: nowrap;
    position:relative;
    margin:20px auto;
}
.archive:hover {
    /*color: #2aae6b;*/
    color: #d6070a;
    transition: ease all 0.5s;
}

.archive_page{
    border-radius: 5px;
    color: #6a6a6a;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    padding: 2px 12px;
    position: relative;
    font-size:14px;
    border-radius: 20px;
}
    font-size: 14px;
}

.archive_page_a{
    padding-left: 46px;
}
.archive_page_a a{
    transition: ease all .5s;
     margin: 10px;
    font-size: 13px;
    color: #595959;
    background: #ffffff;
    padding: 0px 6px;
    border-radius: 6px;
}

.archive a {
    letter-spacing:0px !important;
    transition: ease all .5s;
    color: #686868 !important;
    text-decoration: none !important;

}
.archive a:hover,.archive_page_a a:hover,.archive_server a:hover,.archive_vpn a:hover{
    padding: 0px 6px;
    transition: ease all 0.5s !important;
    /*color: #2aae6b !important;
    background: rgba(42, 174, 107, 0.2);*/
    color: #d5070b !important;
    background: rgb(255 156 156 / 20%);
    border-radius: 6px;
    text-decoration: none !important;
}

.archive a:hover,.archive_date:hover:before,.archive_date:hover:after{

}
.archive_a {
    margin-left:60px;
    position:absolute;
    width: calc(100% - 60px);
    text-align: left;
}
.archive_a a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
	font-size:14px;
}
.archive_date{
    position:relative;
    margin-left: 2px;
	font-size:14px;
}
.archive_a:before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    background-color: #e5e5e5;
    left: -20px;
    top: 6px;
    z-index:2;
}
.archive_a:after {
    content: '';
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -23px;
    top: 3px
}

.archive_a:hover:before{
    /*background-color: #2aae6b;*/
    background-color: #ff4043;
}
.archive_a:hover:after {
    /*background-color: rgb(42 174 107 / 50%);*/
    background-color: rgb(255 119 119 / 50%);
}
.archy{
    font-family: time, Misans, 'Misansdb';
    font-size: 16px;
    font-weight: bold;
    color: #5f5f5f;
}
.archm{
    font-family: time, Misans, 'Misansdb';
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    /*color: #0b8326;*/
    color: #d6070a;
    margin-left: 6px;
}
.archive_date:hover {
    color: #2aae6b;
    transition: ease all 0.5s;
}
.archive-title {
    display: block;
    color: #2aae6b;
    font-size: 18px;
    margin-top: 16px;
    border-radius: 25px;
    max-width: 100%;
    text-align: left;
}
.post {
    padding: 20px 30px
}
.post-title {
    display: block;
    text-align: center;
    color: #ff5722
}

.archive_block {
    border-radius: 5px;
    color: #6a6a6a;
    width: 80px;
    height: 30px;
    line-height:30px;
    margin-left:5px;
    padding: 2px 12px;
    background:#fff;
    font-weight: lighter;
    position:relative;
    border-radius: 20px;
}
.archive_block p{
    padding:0;
}
.archive_block:before{
    content: '';
    top: -4px;
    left: 50px;
    position: absolute;
    border-left: 10px solid #fff;
    border-bottom: 10px solid #ffffff00;
    transform: rotate(45deg);
}
.archive_block:after{
    content: '';
    top: 28px;
    left: 50px;
    position: absolute;
    border-right: 10px solid #fff;
    border-top: 10px solid #ffffff00;
    transform: rotate(45deg);
}
.blokquotehr {
    border: 0;
    border-top: 1px dashed #2aae6b;
    margin-top: -1px
}
.archive_vpn{
    display: flex;
    flex-wrap: wrap;
}
.archive_vpn a{
    margin:5px;
    font-size:13px;
    color:#5f5f5f;
}
.archive_server{
    display: flex;
    flex-wrap: wrap;
}
.archive_server a{
    margin:10px;
    color:#5f5f5f;
    font-size:13px;
}

.article-title a {
    color: #343434;
    border-radius: 6px;
    padding: 4px 10px;
    transition: all .2s ease-out;
    word-break: break-all;
    display: unset;
}
footer {
    color: rgba(255, 255, 255,0);
    text-align: center;
    font-size: 12px;
    max-width: 100%;
    padding: 35px 0px 10px 0px;
    bottom: 0;
    width: 100%;
    position: relative;
    height: 115px;
    background: url(../img/footer/foreground.webp);
    background-repeat: repeat-x;
    background-size: cover;
}
.fotn {
    position: relative;
    bottom: -40px;
}
footer a:hover {
    animation: ran 0s linear infinite;
    transition: all ease 0.5s
}
.fotlink {
    width: 14px;
    position: relative;
    top: 2px;
    transition: all ease 0.5s
}
.fotlink:hover {
    filter: drop-shadow(0px 2px 4px #a9a9a9);
    transition: all ease 0.3s;
    transform: scale(1.5)
}
.fottb {
    user-select: none
}
.fottb a {
    background: rgba(255,255,255,0.3);
    padding: 0px 4px;
    border-radius: 4px;
}
.fotdt,.fotba {
    top: 6px;
    position: relative
}
.fotba,.fotba>a {
    transition: all ease 0.5s;
    color: #898989;
    background: -webkit-linear-gradient(45deg,#39eef6,#2aae6b,#ff8888,#5f2cf8,#bed5f5);
    -moz-linear-gradient(45 deg,#70f7fe,#fbd7c6,#fdefac,#bfb5dd,#bed5f5);-ms-linear-gradient(45 deg,#70f7fe,#fbd7c6,#fdefac,#bfb5dd,#bed5f5);color: transparent;
    -webkit-background-clip: text;
    animation: ran 40s linear infinite;
    user-select: none;
    letter-spacing: 0.5px;
    font-family: 'din','Misansdb';
}
/*当网页在Windows高对比度模式下显示时，将.fotba和.fotba>a元素的文字颜色设置为#dddddd（灰色）*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fotba,.fotba>a {
        color: #dddddd !important
    }
}

.parallax > use {
    animation: move-forever 12s linear infinite
}
.parallax > use:nth-child(1) {
    animation-delay: -2s
}
.parallax > use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s
}
.wiiuii_layout {
    display: none;
    width: 100%;
    height: 40px;
    bottom: -15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: var(--footer-bg)
}
.editorial {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0
}
.toTop {
    z-index: 1000;
    position: fixed;
    right: 5px;
    bottom: 4.2em;
    border-radius: 25px;
    display: none;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    transition: all .3s;
    -webkit-animation: totop .3s;
    animation: totop .3s;
    cursor: pointer;
    background: url(../img/footer/top100.svg) no-repeat;
    background-size: 32px 32px;
    background-position: bottom;
    transition: opacity 0.3s ease-in-out;
    filter: drop-shadow(0px 2px 4px #2aae6b);
    -webkit-filter: drop-shadow(0px 2px 6px #2aae6b);
    animation: top 2s linear,rotation 2s infinite linear;
}

.toTop:hover {
    transition: all ease .5s;
    height: 62px;
    background-color: rgba(255,255,255,0.1);
    background-position-y: 2px;
}
.ttop {
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    color: transparent;
}
.toTop:hover>.ttop:hover {
    color: white;
    top: 0;
    padding-top: 25px;
    transition: all .3s
}

.article-time {
    display: block;
    user-select: none;
    color: #a9a9a9;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.article-time a {
    color: #a9a9a9
}
.article-time a:hover {
    color: #2aae6b
}
.posttime {
}
.postbq a {
    color: #a9a9a9;
    margin-left:3px;
}
.postfl a {
    color: #a9a9a9;
    margin-left:3px;
}
.classify {
    padding-left: 14px;
}
.label {
    padding-left: 14px;
}
.leave {
    padding-left: 14px;
}
.read {
    padding-left: 18px;
}
.small-img1 {
    width: 14px;
    margin-bottom: -3px;
}
.small-img2 {
    width: 16px;
    position: absolute;
    margin-top: 4px;
    margin-left: -14px;
}
.small-img3 {
    width: 12px;
    position: absolute;
    margin-top: 5px;
    margin-left: -12px;
}
.small-img4 {
    width: 12px;
    position: absolute;
    margin-top: 4px;
    margin-left: -10px;
}
.small-img5 {
    width: 14px;
    position: absolute;
    margin-top: 4px;
    margin-left: -16px;
}
.readmore a:hover {
    filter: drop-shadow(0px 0px 6px #2aae6b);
    color: #2aae6b !important;
    text-decoration: none !important;
    transition: all ease .3s;
    transform: rotate(360deg) scale(1.1);
}
.readmore a {
    color: #bfbfbf;
    font-size:20px;
    transition: all .3s;
    transition: all ease .3s;
}
.tool{
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    right: 20px;
    top: 18px;
    z-index:10;
    height:25px;
    align-items: center;
}
.tools{
    margin:4px 5px;
}
.s-sticker{
    font-size:12px !important;
    font-family: 'Misansdb';
}
.time {
    font-size: 15px;
    color: white;
    font-family: 'time';
}
.week {
    font-size: 13px;
    color: white;
}
#zodiac {
    float: right;
    position: absolute;
    right: 10px;
    top: 30px;
    font-size: 13px;
    color: white;
    font-family: 'Date'
}
.week:hover,.time:hover,#zodiac:hover,.solarlunar:hover {
}
.solarlunar {
    font-size: 13px;
    color: white;
    z-index: 20
}

.co12 p {
    padding: 5px
}
#comments {margin:15px}
#comments a {
}
#comments .widget-title {
    margin-left: 110px;
    border-radius: 5px;
    margin-bottom: -14px
}
#comments .pagination {
    margin: 35px 0 30px 0;
    text-align: center
}
#comments {
    font-size: 14px;
    margin-top: 50px
}
.comments .comment-about {
    width: 33.333%;
    float: left;
    padding-left: 10px;
    box-sizing: border-box
}
.comments .comment-about:first-child {
    padding-left: 0
}

#smiliesbox span img:hover {
    animation: jump 0.7s ease-in-out infinite;
    -webkit-animation: jump 0.7s ease-in-out infinite
}
.comment-by-author .comment-author {

}
.comment-by-author .comment-author .fn a {
}
.comment-by-author > .comment-author .fn::after {
    content: '站长';
    background: url(../img/green/zzs.png) no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #ffffff;
    color: transparent;
    padding: 1px 4px 1px 4px;
    font-size: 12px;
    box-shadow: 0 0 14px #ffffff
}
.comment-meta {
    margin-top: -10px
}
.comment-content {
    padding-top: 0px
}
.comment-content a {
    border-bottom: 1px solid #ddd
}
.comment-content a {
    border-bottom-color: transparent
}
.comment-content pre ,.comment-content code {
    line-height: 1.3;
    height: auto;
    max-height: 400px;
    color: #6f6f6f;
    font-family: 'din';
    background: #f9f9f9;
    font-size: 12px;
    margin-left: 40px;
}
.comment-content p code {
    display: inline;
    margin: 0 5px;
    padding: 3px 5px;
    border: 1px solid #ddd
}
.comment-content p {
    padding-left: 40px;
    word-break: break-all;
    word-wrap: break-Word;
    color: #676767;
    font-size: 12px;
    border-radius: 6px;
    letter-spacing: 0.5px;
}
.comment-content p a {
    color: #000000;
    font-weight: 100 !important
}
.comment-content p a:hover {
    color: #2aae6b !important;
    text-decoration: revert
}
.comment-content p img {
    border: 0;
    width: 70%;
    border-radius:4px;
}
.comment-list,.comment-list ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}
.comment-list {
    margin-bottom: 20px;
    margin-left: 5px
}
.comment-list li {
    margin-bottom: 30px;
}
.comment-list li.comment-level-even {
    background: rgba(255,255,255,0)
}
.comment-list li .comment-reply {
    font-size: 12px;
    position: absolute;
    right: 0;
    margin-top: -24px;
    margin-right:30px;
}
.comment-list li .comment-reply a {
    color: #cecece;
    padding-right: 2px;
    transition: all 0.5s ease;
    border-radius: 3px;
}
.comment-list li .comment-reply:hover {
}
.comment-list li .comment-reply a:hover {
    background: #2aae6b;
    color: white;
    padding: 0px 6px 0px 10px;
    border-radius: 5px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}
.comment-meta a {
    font-size: 12px;
    color: #b9b9b9
}
.comment-author {
    display: block;
    margin-bottom: 1px;
    color: #444;
    user-select: none
}
.agent:hover {
    filter: grayscale(0) opacity(1) !important;
}
.comment-author .avatar {
    float: left;
    border-radius: 4px;
    margin: 10px 3px 0 0;
    transition: all 0.5s;
    box-shadow: 0 0 15px #e0f1ff;
    transition: all 1s ease;
    font-size: 1%;
    width: 26px;
    height: 26px;
    background: url(../img/comment/com.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.9
}
.comment-auther-cont {
    user-select: none;
    padding-top: 5px;
    margin-left: 30px;
    opacity: 0.8
}
.comment-auther-cont:hover {
}
.avatar:hover {
    border-radius: 16px;
    box-shadow: 0 0 15px #c1c1c1;
    animation: jump 0.7s ease-in-out infinite;
    -webkit-animation: jump 0.7s ease-in-out infinite;
    transform: rotate(720deg);
    transition: all 1s ease;
    opacity: 1
}
.comment-author cite {
    font-style: normal;
    line-height: 1.2;
    font-size: 12px;
    color: transparent;
    padding: 2px 4px 0px 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.comment-author cite a {
    color: #696969;
    background: rgb(235,235,235,0.4);
    transition: ease 0.5s;
    border-radius: 5px;
    padding: 2px 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.comment-author cite a:hover {
    color: #2aae6b;
    background: rgb(255,255,255,0.7);
    text-shadow: 0px 0px 1px #2aae6b;
    transition: ease 0.5s;
    border-radius: 5px;
    padding: 2px 5px;
    margin-right: 5px;
    margin-left: 5px;
    filter: drop-shadow(0px 0px 4px #2aae6b)
}
.comment-awaiting-moderation {
    font-style: normal;
    float: right;
    position: absolute;
    color: #d75b5b;
    margin-left: 40px;
}
.comment-list .respond {
    margin: 15px 0;
    border-top: 1px solid #ddd
}
.comment-body .respond {
    margin: 0 0 25px;
    border: none;
    border: 1px dashed #2aae6b;
    border-radius: 5px;
    padding: 5px 10px;
    padding-top: 0
}
.comment-children {
    margin-left: 35px
}
.respond .cancel-comment-reply {
    font-size: .92857em;
    float: right;
    margin-top: 15px
}
#cancel-comment-reply-link {
    font-size: 12px;
    float: right;
    background: #2aae6b;
    border-radius: 5px;
    padding: 0px 5px;
    color: white
}
.col2 {
    padding-top: 4px
}
.comment-info {
    float: left;
    padding: 3px;
    width: 32.7%;
    padding-bottom: 10px
}
.comment-u {
    width: fit-content;
    color: #ababab;
    border-radius: 4px;
    margin-left: 3px;
    padding: 0px 0px 0px 8px;
    font-size: 12px;
    position: absolute;
    margin-top: -41px;
    margin-left: 47px;
    border: 2px solid #2aae6b;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.comment-uu {
    padding: 0px 6px;
    color: #a3a3a3;
    margin-right: -4px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1
}
.comment-uu:hover {
    background: #ff0000;
    font-weight: bold;
    color: #fff
}
.comment-ue {
    padding: 0px 6px 0px 6px;
    color: #a3a3a3
}
.comment-ue:hover {
    background: #2aae6b;
    color: #fff;
    font-weight: bold
}
#comment-form {
    padding-top: 0px
}
#comment-form label {
    position: absolute;
    display: block;
    color: #c5c5c5;
    background: #fff;
    padding-left: 8px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 33px;
    display: flex;
    align-items: center;
}
#comment-form input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 6px 8px 45px;
    color: #101010;
    border: 0;
    background: #f3f3f3;
    -o-box-sizing: border-box;
    box-shadow: 0 0 14px #f7f7f7;
    cursor: url(../img/cur/text.cur),auto
}
button.submit {
    font-size: 14px;
    text-align: center;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    line-height: 32px;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: color 0.15s ease-in,background-color 0.15s ease-in;
    transition: color 0.15s ease-in,background-color 0.15s ease-in;
    color: rgba(255,255,255,0.8);
    letter-spacing: 14px;
    background-color:#2aae6b;
}
button.submit:hover {
    color: #FFFFFF;
}
textarea.text-area {
    font-size: 14px;
    line-height: 1.8;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 174px;
    margin: 0;
    padding: 5px 8px 5px;
    color: #555;
    background: #fdfdfd !important;
    -o-box-sizing: border-box
}
.headertop-search {
    position: relative;
    height: 65px;
    display: flex;
    align-items: center;
    margin-left:20px;
    max-width: 300px;
    width: 100%;
}
.header-search {
    position: relative;
    text-align: center;
    padding: 20px 0 20px 0;
    margin-top:30px;
    display:none;
}
.searchkey{
    color:red;
}
.searchtop-form{
    color: rgba(255,255,255,0.2);
    font-size: 14px;
    display: inline-block;
    line-height: 28px;
    border-radius: 10px;
    width:100%;
    border: 1px solid rgba(255,255,255,0.3);
}
.search-form {
    color: rgba(255,255,255,0.2);
    font-size: 14px;
    display: inline-block;
    background-image: linear-gradient(to right, rgba(255, 255, 255,0) 0%, rgba(255 ,255 ,255 ,0.1) 50%, rgba(255 ,255 ,255,0) 100%);
    line-height: 30px;
    border-radius: 10px;
    width: 400px;
}
.searchtop-field {
    border: 0;
    background-color: rgba(255,255,255,0);
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    width:100%;
    cursor: text;
}
.searchtop-field::-webkit-input-placeholder {
    color: white;
}
.searchtop-field:-moz-placeholder {
    color: white;
}
.searchtop-field::-moz-placeholder {
    color: white
}
.searchtop-field:-ms-input-placeholder {
    color: white
}
.search-field {
    border: 0;
    background-color: rgba(255,255,255,0);
    color: #ffee00;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
    width:100%;
    cursor: text;
}
.search-field::-webkit-input-placeholder {
    color: white;
}
.search-field:-moz-placeholder {
    color: white;
}
.search-field::-moz-placeholder {
    color: white
}
.search-field:-ms-input-placeholder {
    color: white
}
button,input,textarea {
    outline: 0;
    text-indent: 14px;
    font-family: din,'Hiragino Sans GB','Microsoft Yahei';
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 4px 5px 5px 5px;
}
.textarea {
    background-color: #fdfdfd;
    width: 100%;
    max-width: 98.3%;
    border: 0;
    padding: 8px 8px;
    cursor: url(../img/cur/text.cur),auto;
}
.reward-button {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    display: block;
    width: 60pt;
    margin: 0 auto;
    padding: 0;
    -webkit-user-select: none;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 4px;
    background-image: linear-gradient(to right,rgba(0,191,86,0.85) 0%,rgba(0,91,234,0.88) 100%);
    box-shadow: 0px 0px 10px 2px #c3c2c2;
}
.reward-button:hover {
    opacity: 1
}
#QR {
    padding-top: 20px
}
#wechat_qr {
    width: 200px;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid #2aae6b;
    opacity: 1
}
#alipay_qr {
    display: none;
    width: 200px;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid #0196e6;
    opacity: 1
}
.zfb {
    display: none;
    color: #ffffff;
    background-image: linear-gradient(to top,#0755dc 0%,#019fe8 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 4px 10px 4px 10px;
    margin-top: -10px;
    font-size: 12px;
}
.wx {
    color: #ffffff;
    background-image: linear-gradient(to top,#027b3d 0%,#2aae6b 20%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 4px 10px 4px 10px;
    margin-top: -10px;
    font-size: 12px
}
.wxpd {
    display: inline-block;
    filter: drop-shadow(0px 4px 6px #a0a0a0);
}
.zfbpd {
    display: inline-block;
    padding-left: 30px;
    display: none;
}

#pContent .ssBtn {
    width: 20px;
    height: 60px;
    background: #009999 none repeat scroll 0% 0%;
    position: relative;
    right: 0px;
    bottom: 0px;
    box-sizing: border-box;
    border-left: none;
    float: right
}
video {
    border-radius:6px;
}
/*文章大标题*/
.duan_cu {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 8px 6px 8px 38px;
    margin: 20px 2px 20px 2px;
    margin-top: 10px;
    color: #2aae6b;
    position:relative;
    background: rgba(42,174,107,0.2);
    border-radius: 5px;
}
.duan_cu:before{
    content:"";
    left: 18px;
    margin-top: 5px;
    position: absolute;
    border-right: 12px solid #2aae6b;
    border-bottom: 12px solid transparent;
    transform: rotate(45deg);
    border-radius: 4px;
}
.duan_cu:after{
    content:"";
    left: 8px;
    top: 12px;
    position: absolute;
    width: 16px;
    height: 14px;
    background: #2aae6b;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.duan_cu,.duan_cu_s,.duan_text,.duan_s,.duan_o,.duan {
    font-family: din,'Hiragino Sans GB','Microsoft Yahei'
}

/*正文标题*/
.duan {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin: 20px 2px 5px 2px;
    padding: 6px 8px 6px 34px;
    line-height: 20px;
    max-width: 100%;
    letter-spacing: 0.5px;
    position:relative;
    border-radius:4px;
}
.duan:before{
    content:"";
    left: 18px;
    margin-top: 4px;
    position: absolute;
    border-right: 11px solid #494949;
    border-bottom: 11px solid #ffffff00;
    transform: rotate(45deg);
    border-radius: 4px;
}
.duan:after{
    content:"";
    left: 8px;
    top: 9px;
    position: absolute;
    width: 13px;
    height: 13px;
    background: #494949;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
/*.duan:before {
    content: " ";
    background: url(../img/wjx100green.svg) no-repeat;
    background-size: 20px 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -17px;
    margin-top: -17px;
}*/

/*着重说明带渐变背景色*/
.duan_s {
    text-align: left;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    margin:auto 2px;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 14px;
    padding-left: 4px;
    background: #f4f6f8;
    border: 4px solid;
    border-image-source: linear-gradient(to right, #4CAF50, #009688,#00b2c9,#03A9F4);
    border-image-slice: 1;
    background-image: linear-gradient(to right, rgba(76, 175, 80 ,0.9), rgba(0, 150 ,136, 0.9),rgba(0, 178 ,201 , 0.9),rgba(3, 169, 244,0.9));
}
.duan_s a{
    color:#ffee00 !important;
}
.duan_s a:hover{
    color:#ffb0b0 !important;
}

/*说明*/
.duan_o {
    margin-top: 14px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 22px;
    font-size: 12px;
    color:#1c7ac5;
    padding-left: 30px;
    padding-top: 34px;
    background: rgba(33,150,243,0.1);
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 2px solid #1f90e9;
}
.duan_o:before {
    content: "说明";
    background: url(../img/info.svg)no-repeat;
    background-size: 20px 25px;
    color: #1f90e9;
    position: absolute;
    width: 35px;
    font-size: 14px;
    padding-left: 22px;
    height: 20px;
    font-weight: bold;
    margin-left: -22px;
    margin-top: -28px;
    letter-spacing: 0.5px;
}
/*注意*/
.duan_notice {
    margin-top: 14px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 22px;
    font-size: 12px;
    color: #ff5722;
    padding-left: 30px;
    padding-top: 34px;
    background: rgba(255,87,34,0.1);
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 2px solid #ff5722;
}
.duan_notice:before {
    content: "注意";
    background: url(../img/notice.svg)no-repeat;
    background-size: 17px 24px;
    color: #ff5722;
    position: absolute;
    width: 35px;
    font-size: 14px;
    padding-left: 22px;
    height: 20px;
    font-weight: bold;
    margin-left: -22px;
    margin-top: -28px;
    letter-spacing: 0.5px;
}
/*相关其他文章*/
.duan_n {
    margin-top: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    line-height: 28px;
    font-size: 12px;
    color: #009688;
    padding-top: 34px;
    padding-left: 28px;
    background: rgba(0,150,136,0.15);
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 2px solid #009688;
}
.duan_n:before {
    content: "相关";
    background: url(../img/zxp100.svg)no-repeat;
    background-size: 19px 28px;
    color: #009688;
    position: absolute;
    width: 85px;
    font-size: 14px;
    padding-left: 25px;
    height: 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: -30px;
    margin-left: -22px;
}
.duan_o,.duan_n,.duan_notice{
    margin: 20px 2px 5px 2px;
}

/*娱乐页面使用duan_g*/
.duan_g {
    padding: 5px 5px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    color: #6a6a6a;
    height: 70px;
    display: grid;
    margin-bottom: 4px;
    background: rgba(255,255,255,1);
    width: 150px;
    transition: all ease 0.5s;
    align-content: center;
    justify-content: center;
}
.duan_g:hover {
    background: #2aae6b;
    color: white;
    transition: all ease 0.5s;
    font-size: 14px;
    box-shadow: 0 5px 7px -5px #2aae6b !important;
    transform: scale(1.1);
}


.hide {
    display: none;
    text-align: left;
    text-align: center;
}
.hide p {
    padding-left: 10px
}
.weixin {
    width: 0px;
    height: 0;
    display: inline-block;
    position: relative;
    z-index: 1
}
.weixin img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    padding-left: 10px;
    display: block;
    height: 120px;
    max-width: 120px;
    margin: -50px -10px
}
.gradps {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    -webkit-animation: hue 20s infinite linear
}

.num {
    position: relative
}


.ping1 {
    color: #2aae6b;
    font-size: 14px;
    padding-left: 8px;
    font-weight: normal;
    user-select: none;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px solid;
    width: 66px
}
.ping2 {
    color: #2aae6b;
    font-size: 14px;
    padding-left: 8px;
    font-weight: normal;
    margin: 10px 0px;
    width: 38px;
    user-select: none;
    border-radius: 5px;
    border: 2px solid
}

.fangda {
    display: block;
    width: 300px;
    margin: 0 auto;
    overflow: hidden
}
.fangda img {
    display: block;
    border: 0;
    width: 100%;
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
    transform: scale(1.3)
}

/*表格*/
table {
    width: 100%;
    border: 1px solid #dedede;
    margin: 0px auto;
    border-collapse: collapse;
    empty-cells: show;
    text-align: left
}
table th,table td {
    height: 35px;
    border: 1px solid whitesmoke;
    padding: 0 10px
}
table th {
    text-align: center !important;
    background: #00cfe4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white
}
table tbody tr:nth-child(2n) {
    background: #fdfdfd
}
table th {
    white-space: nowrap
}
table {
    table-layout: fixed;
    word-break: break-all
}
table tbody {
}
th {
    font-weight: normal
}
tr {
    background: white;
}

/*联系方式*/
.icon {
    background: rgba(255, 255, 255 ,0.15);
    padding: 0px 8px;
    width: max-content;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    margin-top: 60px;
    transform: translate(-50%);
    transition: opacity .2s ease-in-out;
    opacity: 0;
}
.icons {
    opacity: 1;
    transition: opacity .2s ease-in-out;
}
.icons::before {
    content: '▲';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    margin-top: -15px;
    color: rgba(255 ,255, 255,0.2);
}

/*标签*/
.content_tags {
    text-align: center;
    font-size: 13px;
    user-select: none;
}
.tags {
    float: left;
    display: contents
}
.tags a {
    border-radius: 5px;
    padding: 2px 6px;
    margin: 8px;
    background: rgba(247,247,247,0.7);
    color: #4a4a4a;
}
.tagsa {
    transition: all ease .3s;
}
.tagsa:hover {
    background: #2aae6b;
    color: white;
    text-decoration: none;
    transition: all ease .3s;
}
._6o2pe3wnwtw {
    width: 100%;
    opacity: 0.5
}
#response {
    font-size: 12px;
    color: #d6d6d6;
    user-select: none;
    padding: 5px;
    border-radius: 8px;
    backdrop-filter: blur(2px)
}
#iframeu6330543_0 {
    width: 100% !important
}
#container {
    width: 100% !important
}
.lixue{
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin: 0px;
    border-radius: 5px;
}
.hactive {
    background-image: linear-gradient(to right, rgba(255, 255, 255,0.2) 0%, rgba(255, 255, 255, 0.2) 100%) !important;
    color:white;
}

.lixue:hover {
    color:white;
    transition: all ease .2s;
    background: rgba(255,255,255,0.2);
}
.shan {
    animation: changeshadow 2s  ease-in  infinite;
    -webkit-animation: changeshadow 2s linear infinite;
    -moz-animation: changeshadow 2s linear infinite;
    -ms-animation: changeshadow 2s linear infinite;
    -o-animation: changeshadow 2s linear infinite
}

.cmvd {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 4px #e0f3e1;
    user-select: none
}

/*公告弹出界面样式 */
.sweet-overlay {
    background: url(../img/header.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    filter: opacity(0.8);
}
.sweet-alert p {
    font-size: 14px !important;
}
.GG {
    border: none !important;
}
.social-share .social-share-icon {
    background: rgba(245,245,245,0.6) !important;
}
.social-share .social-share-icon:hover {
    background: white !important;
    box-shadow: 0 0 30px -5px;
    border-radius: 50% !important;
}
.local {
    letter-spacing: 1px;
    user-select: none;
    font-size: 12px;
    color: #adadad
}
.comment-time {
    user-select: none;
    letter-spacing: 0.05rem;
    margin-left: -4px;
    font-size: 12px;
    color: #adadad;
    font-family: 'time';
    display: unset;
    padding: 0px 0px 0px 6px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.archupdate {
    margin-top: 18px;
    background: rgba(247, 247, 247,0.5);
    text-align: center;
    color: #bfbfbf;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
}
/*错误页面*/
.error {
    margin: 50px auto;
    text-align: center;
}
.error_page {
    text-align: center;
    font-size: 20px;
    color: #f44336;
    padding: 20px 20px 30px 20px;
}

.content {
    display: none;
    margin-top: 20px;
    margin-bottom: 60px;
}

.header-video {
    position: absolute;
    width: 100%;
    height: 520px;
}
#vd {
    width: 100%;
    height: 520px;
    border-radius:unset !important;
    object-fit: cover;
    object-position: center;
    filter: hue-rotate(330deg);
}


/*切换主题图标*/
#toggle-style {
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 16px;
    right: 10px;
    background: white;
    border: none;
    text-align:center;
    z-index: 10;
    opacity: 0.8;
    transition: all ease .2s;
}
#toggle-style:hover {
    background: #000000;
    color: #d7d7d7;
    transition: all ease .2s;
}
.fa-certificate {
    display: none;
}
.fa-moon-o {
    display: block
}
.fa-certificate:before,.fa-moon-o:before {
    margin-left: -13px;
}
.hljs-code, .hljs-comment, .hljs-formula {
    color: #636363 !important;
}

/*判断ie浏览器*/
.isie {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: rgba(255,255,255,0.85);
    font-weight: 600;
    font-size: 18px;
    color: red;
    z-index: 99999999;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    text-align: center;
}

/*页面宽度小于1600px的样式*/
@media screen and (max-width: 1500px) {
    .headertop-search{
        margin-left:15px;
    }
    nav ul li{
        width:50px;
    }
}


/*页面宽度小于1160px的样式*/
@media screen and (max-width: 1160px) {
    .time{display:none}
}
/*页面宽度小于1000px的样式*/
@media screen and (max-width: 1000px) {
    .solarlunar{display:none}
}
/*页面宽度小于845px的样式*/
@media screen and (max-width: 845px) {
    .week{display:none}
}

/*页面宽度小于800px的样式*/
@media screen and (max-width: 800px) {
     .headertop-search{display:none}
     .header-search{display:block}
}


/*页面宽度小于768px的样式*/
@media screen and (max-width:768px) {
    .intro-sitename{
        display:none;
    }
}


/*页面宽度小于637px的样式*/
@media (max-width:637px ) {
    .comments .comment-about {
        width: 100%;
        float: left;
        padding: 0
    }
    .comment-info {
        float: none !important;
        width: 100% !important
    }
}

/*页面宽度小于600px的样式*/
@media screen and (max-width: 600px) {
    .menu li {
        width: 40px;
        line-height: 20px;
        margin: 0 10px
    }
    .abwx {
        width: 45px !important;
    }
}

/*页面宽度小于580px的样式*/
@media screen and (max-width:580px) {
    body {
        position: relative
    }
    .header-top{
    }
    .scrolltop{
        background-size: cover;
        background-position: center;
    }
    .archives_list {
        padding-left: 2% !important;
        text-align: left;
    }
    .article-title {
        height: 30px;
        padding: 2px 5px;
        border-radius: 6px 6px 0px 0px;
        top: 5px;
        position: relative;
    }
    nav {
        position: absolute;
        top: 20px;
        width:100%;
    }
    nav .collapse {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: 40px;
        height: 24px;
        margin-left:12px;
        text-align: center;
        -webkit-animation: nav-down .5s;
        animation: nav-down .5s
    }
    nav .collapse i {
        color: #fff;
        font-size: 24px;
        margin-left:10px;
    }
    .header-menu{
        border-radius:10px;
        backdrop-filter: blur(2px);
        background-position: 8% !important;
        background-attachment: fixed !important;
    }
    .hactive{
        background:rgba(255,255,255,0.4);
        color:#0084c5;
    }
    .header-menu::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../img/header.jpg) no-repeat;
        background-size: auto 100%;
        background-position-x: 25%;
        z-index: -1;
        opacity: 0.9;
        border-radius: 6px;
    }
    nav ul {
        display: none;
        width: 50px;
        position: absolute;
        left: 0;
        color: #fff;
        -webkit-animation: show .3s;
        animation: show .3s;
        border:0;
        border-left: 0;
        border-right: 0;
        margin: 30px 0 0 8px;
        padding: 0;
        text-align: center;
    }
    nav ul li {
        float: none;
        width: 100%;
        list-style: none;
        line-height: 36px;
        transition: all 0.6s ease
    }
    nav ul li:hover {
        color: #0084c5;
        transition: all 0.6s ease
    }
    nav ul li a {
        display: block;
        color: #fff;
        font-size: 14px;
        padding-right: 4px;
        transition: all 0.8s ease
    }
    nav ul li a:hover {
        color: #ffc900;
        border-radius: 5px;
        transition: all 0.3s ease;
        filter: drop-shadow(0px 4px 4px black)
    }
    .main {
        width: auto;
    }
    .box {
        position: relative;
    }
    header {

    }
    .tool{top:20px;}
    #playButton{margin-top:0px;}
    #vd{ height:100% !important;}
    footer div {
    }
    .siteurl{font-size:22px;}
    .intro {
        top: -50px;
    }
    .header-siteinfo {
        padding-top:175px;
    }
    table tbody {
        font-size: 12px;
    }
    .audioinfo {
        display: none;
    }
    audio {
        margin-top: 16px;
        display:none;
    }
    .article-title{
        font-size: 16px;
    }
    .home{
        height:195px;
        margin-bottom: 15px !important;
        padding: 0px !important;
        background:rgba(255,255,255,0.7);
    }
    .homei{
        border-radius: 0 0 6px 6px;
    }
    .homen{
        margin:0px;
        height:110px;
    }
    .list-cont {
        width: auto !important;
        line-height:unset;
        margin:0 5px;
        top:-4px;
        text-overflow: ellipsis;
        word-break: break-all;
        height: 115px;
        letter-spacing: 0.04rem;
        /*display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;*/
    }
    .list-cont:after{
        content:"···";
        position: absolute;
        right: 0;
        bottom: 0;
        background: white;
    }
    .newlist{
        margin-right:5px;
        height:100%;
    }
    .tags a {
        margin: 6px 8px
    }
    .readmore:hover{
         transform: unset;
         border-radius:0px;
         background:unset;
    }
    .tool{
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        right:6px;
    }
    .tools{
        margin:0px 5px;
    }
    .week,.solarlunar{display:block;}
    .week {
        font-size: 12px !important;
        right: 6px !important;
        top: 10.4px !important;
        letter-spacing: 2px
    }
    #zodiac {
        right: 6px !important;
        top: 30px !important;
        font-size: 12px !important;
        letter-spacing: 2px
    }
    .solarlunar {
        font-size: 12px !important;
        right: 8px !important
    }

    .pagination a,.pagination span {
        margin: 0 3px
    }
    .post-nav .next,.post-nav .prev {
        float: none
    }
    .post-nav .next:hover,.post-nav .prev:hover {
        margin-top: 0;
        border: none
    }
    .wxpd {
        padding-right: 0px
    }
    .zfbpd {
        padding-left: 0px
    }
    .qywx {
        display: none;
    }
    .lixue {
        border-radius: 5px;
        width: 50px;
    }

    /*分享组件*/
    #share_bz:before {
    /*background-size: 175px 348px !important;margin-left: -88px !important;*/
    }
    .social-share .social-share-icon {
        width: 26px !important;
        height: 28px !important;
        line-height: 28px !important;
    }
    .social-share a {
        margin: 3px !important;
    }
     .twiiuii_layout{
    }
    .hide iframe {
        width: 100%;
    }

    .header-social{
        margin-top:22px;
    }
    #share_home {
        margin-top:-1px;
    }
    .search-form {
        filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.1));
        width:300px;
    }
    .homes{
        height: 24px;
        padding: 4px 6px;
    }
    .thumb{
        width:35%;
        height: 100%;
        margin: 0px 0px 0px 5px;
    }
    .thumb img{
        border-radius: 6px !important;
        width: 110px !important;
    }
    .page-navigator li{margin:0 6px !important;}
    .content_img:before{border-right:25px solid rgba(3,169,244,0.8);border-bottom: 25px solid transparent;}
    .content_img:after{transform: scale(0.6) rotate(45deg);top: -4px;right: -4px;}

}


/* *** 动画效果 *** */

/* 头像旋转*/
@keyframes rotation {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

/*过渡动画效果*/
@keyframes move-forever {
    0% {
        transform: translate(-90px,0%)
    }
    100% {
        transform: translate(85px,0%)
    }
}

@keyframes link-status {
    0% {
        opacity:1;
    }
    25% {
        opacity:0.5;
    }
    50% {
        opacity:1;
    }
    75% {
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes tiao_fly {
    0%{
         margin-top: 30px
    }
    50% {
         margin-top: 3px
    }
}
@keyframes tiao_fly {
    0% {
        margin-top: 5px
    }
    50% {
        margin-top: 3px
    }
}

@-webkit-keyframes links {
    0% {
        -webkit-transform: rotate(-2deg)
    }
    100% {
        -webkit-transform: rotate(2deg)
    }
}

@-webkit-keyframes nav-down {
    0% {
        opacity: 0;
        transform: scale(1) translateY(-10em)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

@-webkit-keyframes article-up {
    0% {
        opacity: 0;
        transform: scale(1) translateY(10em)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    70% {
        transform: scale(1.1)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes totop {
    0% {
        opacity: 0;
        transform: translateX(10em)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes ran {
    from {
        backgroud-position: 0 0
    }
    to {
        background-position: 2000px 0
    }
}

@keyframes move-forever {
    0% {
        transform: translate(-90px,0%)
    }
    100% {
        transform: translate(85px,0%)
    }
}

@keyframes top {
    0% {
        drop-shadow(0px 2px 4px #2aae6b);-webkit-filter: drop-shadow(0px 2px 6px #2aae6b)
    }
    30% {
        drop-shadow(0px 2px 4px #00bcd4);-webkit-filter: drop-shadow(0px 2px 6px #00bcd4)
    }
    50% {
        drop-shadow(0px 2px 4px #9c27b0);-webkit-filter: drop-shadow(0px 2px 6px #9c27b0)
    }
    90% {
        drop-shadow(0px 2px 4px #ff3f3f);-webkit-filter: drop-shadow(0px 2px 6px #ff3f3f)
    }
    100% {
        drop-shadow(0px 2px 4px #2aae6b);-webkit-filter: drop-shadow(0px 2px 6px #2aae6b)
    }
}
@-webkit-keyframes top {
    0% {
        drop-shadow(0px 2px 4px #2aae6b);-webkit-filter: drop-shadow(0px 2px 6px #2aae6b)
    }
    30% {
        drop-shadow(0px 2px 4px #00bcd4);-webkit-filter: drop-shadow(0px 2px 6px #00bcd4)
    }
    50% {
        drop-shadow(0px 2px 4px #9c27b0);-webkit-filter: drop-shadow(0px 2px 6px #9c27b0)
    }
    90% {
        drop-shadow(0px 2px 4px #ff3f3f);-webkit-filter: drop-shadow(0px 2px 6px #ff3f3f)
    }
    100% {
        drop-shadow(0px 2px 4px #2aae6b);-webkit-filter: drop-shadow(0px 2px 6px #2aae6b)
    }
}
@-moz-keyframes top {
    0% {
        drop-shadow(0px 2px 4px #2aae6b);-webkit-filter: drop-shadow(0px 2px 6px #2aae6b)
    }
    30% {
        drop-shadow(0px 2px 4px #00bcd4);-webkit-filter: drop-shadow(0px 2px 6px #00bcd4)
    }
    50% {
        drop-shadow(0px 2px 4px #9c27b0);-webkit-filter: drop-shadow(0px 2px 6px #9c27b0)
    }
    90% {
        drop-shadow(0px 2px 4px #ff3f3f);-webkit-filter: drop-shadow(0px 2px 6px #ff3f3f)
    }
    100% {
        drop-shadow(0px 2px 4px #2aae6b);-webkit-filter: drop-shadow(0px 2px 6px #2aae6b)
    }
}
@-ms-keyframes top {
    0% {
        drop-shadow(0px 2px 4px #2aae6b);-webkit-filter: drop-shadow(0px 2px 6px #2aae6b)
    }
    30% {
        drop-shadow(0px 2px 4px #00bcd4);-webkit-filter: drop-shadow(0px 2px 6px #00bcd4)
    }
    50% {
        drop-shadow(0px 2px 4px #9c27b0);-webkit-filter: drop-shadow(0px 2px 6px #9c27b0)
    }
    90% {
        drop-shadow(0px 2px 4px #ff3f3f);-webkit-filter: drop-shadow(0px 2px 6px #ff3f3f)
    }
    100% {
        drop-shadow(0px 2px 4px #2aae6b);-webkit-filter: drop-shadow(0px 2px 6px #2aae6b)
    }
}
@-o-keyframes top {
    0% {
        drop-shadow(0px 2px 4px #2aae6b);-webkit-filter: drop-shadow(0px 2px 6px #2aae6b)
    }
    30% {
        drop-shadow(0px 2px 4px #00bcd4);-webkit-filter: drop-shadow(0px 2px 6px #00bcd4)
    }
    50% {
        drop-shadow(0px 2px 4px #9c27b0);-webkit-filter: drop-shadow(0px 2px 6px #9c27b0)
    }
    90% {
        drop-shadow(0px 2px 4px #ff3f3f);-webkit-filter: drop-shadow(0px 2px 6px #ff3f3f)
    }
    100% {
        drop-shadow(0px 2px 4px #2aae6b);-webkit-filter: drop-shadow(0px 2px 6px #2aae6b)
    }
}

@keyframes jump {
    0% {
        transform: translateY(0) rotate(540deg);
    }
    50% {
        transform: translateY(-10px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(540deg);
    }
}
@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0) rotate(540deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(540deg);
    }
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg)
    }
    to {
        -webkit-filter: hue-rotate(-360deg)
    }
}

@keyframes changeshadow {
    0% {
        text-shadow: 0 0 4px #b72eff
    }
    50% {
        text-shadow: 0 0 40px #2aae6b
    }
    100% {
        text-shadow: 0 0 4px #e91e63
    }
}
@-webkit-keyframes changeshadow {
    0% {
        text-shadow: 0 0 4px #4cc134
    }
    50% {
        text-shadow: 0 0 40px #4cc134
    }
    100% {
        text-shadow: 0 0 4px #4cc134
    }
}
@-moz-keyframes changeshadow {
    0% {
        text-shadow: 0 0 4px #4cc134
    }
    50% {
        text-shadow: 0 0 40px #4cc134
    }
    100% {
        text-shadow: 0 0 4px #4cc134
    }
}
@-ms-keyframes changeshadow {
    0% {
        text-shadow: 0 0 4px #4cc134
    }
    50% {
        text-shadow: 0 0 40px #4cc134
    }
    100% {
        text-shadow: 0 0 4px #4cc134
    }
}
@-o-keyframes changeshadow {
    0% {
        text-shadow: 0 0 4px #4cc134
    }
    50% {
        text-shadow: 0 0 40px #4cc134
    }
    100% {
        text-shadow: 0 0 4px #4cc134
    }
}

@keyframes animate1 {
    0% {
        left: -100%
    }
    50%,100% {
        left: 100%
    }
}
@keyframes animate2 {
    0% {
        top: -100%
    }
    50%,100% {
        top: 100%
    }
}
@keyframes animate3 {
    0% {
        right: -100%;
        height: 2px
    }
    50%,100% {
        right: 100%;
        height: 2px
    }
}
@keyframes animate4 {
    0% {
        bottom: -100%
    }
    50%,100% {
        bottom: 100%
    }
}
