/** * Theme Name: spimes */

/* 复位css */

:root {
    --night-bg-body: #151617; /* 黑夜背景颜色 */
    --night-bg-secondary: #1D1F20; /* 黑夜局部颜色 */
    --night-color-dark: #a4a8b4;  /* 黑夜局部颜色 */
    --color-title: #2c2e3b; /* 2号字体颜色 */
    --color-secondary: #828a92; /* 2号字体颜色 */
    --night-border-light: #3c4560; /* 黑夜分割线 */
}

.abautor h4 {
    text-indent: -999em;
}

.media-content:hover{
    transition: all .5s;
    padding: 0 5%;
}

a { color: var(--color-title); }

a:active, a:focus { outline: 0; text-decoration: none; }

a:focus { color: var(--color-title) }

a:hover { opacity: 1; text-decoration: none; color: var(--theme); }

:active, :focus { outline: 0 }

h1, h2, h3, h4, h5, h6 { line-height: 1.6; }

p { word-wrap: break-word; word-break: break-word; }

ul{list-style: none;}

body {font-family: HarmonyOS_Sans_SC_Medium!important;}

body {--theme: #2299DD;}

body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }

body { background-color: #f6f8fb; line-height: 1.8; color: var(--color-title); font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: "liga"on; }

h3 { font-size: 18px; }

b, strong { font-weight: bolder; }

blockquote { position: relative; padding: 0 0 0 80px; margin: 40px 0; border: 0; }

blockquote::before {  position: absolute; display: block; top: 0; left: 0; width: 80px; height: 60px; font-size: 70px; line-height: 60px; color: #BFBFBF; font-family: sans-serif; text-align: center; z-index: 1; }

img { max-width: 100%; height: auto; transition: opacity .3s }

label { font-weight: 400 }

textarea { height: 12em; display: block }

td, th { padding: 3px 8px; border: 1px solid #e1e1e1 }

code, pre { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; line-height: 1.8 }

button, input, textarea { -webkit-appearance: none !important; outline: 0; -webkit-tap-highlight-color: transparent }

input[type=text], input[type=url], input[type=email], input[type=tel], input[type=password], input[type=search], textarea { border: 1px solid rgba(0, 0, 0, .05); width: 100%; padding-left: 1em; padding-right: .6em; }

input[type=text]:focus, input[type=url]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus { outline: 0 }

#infinite-handle span button, #infinite-handle span button:hover, .button, button, input[type=button], input[type=submit] { position: relative; display: inline-block; letter-spacing: 2px; border: 0; border-radius: 1px; display: inline-block; border: 1px solid #eee; border-radius: 999em; padding: 4px 20px; color:var(--night-color-dark); cursor: pointer; background: #fff }

#infinite-handle span button:hover, .button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover { border-color: var(--theme); color: var(--theme); ; text-decoration: none }

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */ color: #BDCADA; }

input:-moz-placeholder,textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */ color: #BDCADA; }

input::-moz-placeholder,textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */ color: #BDCADA; }

input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/ color: #BDCADA; }

body, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd { margin: 0; padding: 0;
}

/*css3滑动显示图片*/

@keyframes left { 0% { opacity: 0; transform: translateX(20px); }

    100% { opacity: 1; transform: translateX(0); } }

@keyframes right { 0% { opacity: 0; transform: translateX(-20px); }

    100% { opacity: 1; transform: translateX(0); } }

/*公共css1*/
.image_title{display:none;} .entry-content p img { margin: auto; display: block; } .logoegg{width: 120px !important;} @media (max-width: 991px){ .logoegg { display: none !important;}} .sp-dark-mode .logoegg { display: none;}

/*公共css*/

.imask {opacity: .2 !important;transition: opacity .2s !important;}

.post_no{display:none;}

.primary-menu, .top-bar-menu { margin: 0; padding: 0; list-style: none; border-radius: 5px; }

.menu-nav-inline a { display: block; position: relative; }

.menu-nav-inline { float: left; display: flex; position: relative; }

.menu-nav-inline li { list-style-type: none; float: left; line-height: 40px; padding: 0 20px 0 0; white-space: nowrap; }

.menu-item-overlay { border-radius: 20px; background-color: #3ca5f6; height: 2px; width: 19%; position: absolute; bottom: 0; transition: 0.3s; }

.menu-nav-inline .navsshu { font-size: 12px; color: var(--theme); }

.menu-nav-inline .menu-item.active a:after { position: absolute; left: 0; top: 96%; width: 100%; height: 2px; background: #3ca5f6; border-radius: 2px; content: ""; }

.primary-menu { float: right; }

.cpt-toast {
    position: fixed;
    left: 50%;
    top: 60%;/**从上下滑的高度距离**/
    text-align: center;
    animation-duration: .3s;
    max-width: 300px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform: translate(-50%, -50%);
    transform: translate3d(-50%, -50%, 0);

    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    word-wrap: break-word
}

@-webkit-keyframes shine{100%{left:125%}}@keyframes shine{100%{left:125%}}



.swiper-slide:hover .mask,.small-slider-item:hover .mask,.hunter-thumb:hover .mask,.post-list .feaimg:hover .mask{
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.mask{
    position: absolute;
    top: 0;
    left: -80%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,42556,255,0)),to(rgba(255,255,255,.3)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

/*文章列表页面*/

#spimes-archives ul { padding: 0; list-style: none }

#spimes-archives h3 { font-size: 32px; font-family: Tisa Pro; font-weight: 400; margin: 0 }

.list-archive-day time { color: #888; padding-right: .625rem }

.list-archive-day a { position: relative; }

.list-archive-day .time { color: #888; padding-right: .625rem; font-size: 12px;}

.list-archive-day { padding: 10px; font-size: 15px; border-bottom: 1px solid #f0f0f0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;  position: relative; }

.list-archive-mon h4 { font-family: Tisa Pro; font-weight: 200; font-size: 18px; margin-bottom: 0; }

.list-archive-day .tmes { margin: 0; color: rgba(0, 0, 0, .44); font-size: 12px; font-weight: 200; float: right; color: #888; }

#archives-tags h3 { font-size: 32px;  font-weight: 400; margin: 0; margin-bottom: 20px }

#archives-tags ul { padding: 0; list-style: none; margin-left: -16px }

#archives-tags ul li { display: inline-block; font-style: normal; font-size: 16px; padding: 8px 16px; border-radius: 99px }

#archives-tags { margin-bottom: 30px }

.primary-menu *, .primary-menu:after, .primary-menu:before { transition: none; }

._container { height: 40px; overflow: hidden; text-align: center; margin: 0; padding: 0; }

._container li { height: 36px; line-height: 36px; font-size: 18px; text-align:right;}

._container li:first-child { margin-top: 0; transition: margin-top .8s; }

.primary-menu span i, .primary-menu a:hover { color: var(--theme); }

.primary-menu a { letter-spacing: 1px; text-transform: uppercase; font-size: 14px; line-height: 40px; color: var(--theme); }

.top-bar-menu a { letter-spacing: 1px; text-transform: uppercase; font-size: 14px; line-height: 50px; color:var(--color-title); }

.page .hentry, .single .hentry { margin-bottom: 0 }

.description { color: #888; float: right; }

.text-center { text-align: center; }

.logo-dark { display: none; }

#scroll-to-search{display: none!important;}

.navigation-topline{display: none!important;}

/* Make clicks pass-through 页面加载js */

#nprogress { pointer-events: none; }

#nprogress .bar { background: #29d;	position: fixed; z-index: 1031; top: 0; left: 0;width: 100%; height: 2px; }

/* Fancy blur effect */

#nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0;	-webkit-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */

#nprogress .spinner { display: block; position: fixed; z-index: 1031; top: 15px; right: 15px; }

#nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box;border: solid 2px transparent; border-top-color: #29d; border-left-color: 	#29d; border-radius: 50%; -webkit-animation: nprogress-spinner 400ms linear infinite; animation: 	nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent { overflow: hidden; position: relative; }

.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar { position: absolute; }

@-webkit-keyframes nprogress-spinner { 0% { -webkit-transform: rotate(0deg); }

    100% { -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner { 0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); } }

.yiyan-box {
    cursor: pointer;
    margin: 15px 0 10px 0;
    text-align: center;
    position: relative;
}

/*媒体查询：响应式*/ @media (max-width:1199px) { .widget-fixed.fixed { width: 212.5px
!important; }

    .sidebar-navigation li:nth-child(2) { display: none; }

    .nav-sidebar { width: 12.787%; }

    .widget-posts-title {}

}

@media (min-width: 992px){
    .author-infos:hover .author-info-card { visibility: visible; opacity: 1; transition: all .2s; top: 100%; }
}

@media (max-width:991px) {

    .featured-container .entry-title,.entry-container .entry-title{ font-weight: 600; }

    .site-info { text-align: center; }

    .site-footer .footer-left { float: none !important }

    .col-md-9 { float: none !important }

    .lire li { width: 95% !important; margin: 0 0 5px 5px !important; }

    .lire li a { max-width: 85% !important; }

    .lire { max-height: 80px; overflow: hidden; }

    .slidels { display: block !important; }

    .post-list .vodlist_top{ display: none; }

    #secondary, .nav-sidebar { display: none; }

    .narlis { margin-bottom: 20px; }

    .arlis { display: none; }

    .fsi { padding-bottom: 60px; margin-top: 0px!important; }

    .box_read { width: 80% !important; }

    .section-cont .hunter-item h4 .btn { background: var(--theme) !important; color: #fff !important; }

    .footer-links { display: none; }

    .site-info .credit { display: block; text-align: center !important; float: none !important; }

    .site-eggs { background-image: none !important; }

    .fixed-btn { display: none; }

    .comment-reply-link { display: block !important; }

    .fn_article_nav { display: none; }

    #mArticle { display: none !important; }

    .top-bar-menu { display: none; }

    .ss p { min-height: 25px !important; height: 25px; margin: 0 !important; }

    .entry-summary p { padding: 0 !important; }

    .navigation-tab { display: flex !important; } 

    #scroll-to-search{display: block!important;}
    
    .navigation-topline{display: block!important;}

}


@media (max-width: 991px) {

    .member .member_i_side{ display: block !important; margin: 0 -15px;}

    /*.clearnav { padding-left: 10px !important; }*/

    .site-main { padding-top: 40px !important; }

    .item-label { width: 100% !important; }

    .post-list-item-container img { display: none; }

    .navs, .top-bar-menu, .new_header, .search-btn, .search-warp{ display:none; }

    .mobs { display: block !important; margin-right: 35px;}

    .top-admin a {  }

    .top-bar-left img { width: 100%; height: auto; max-width: 180px; }

    .top-bar-navigation .sidebar-toggle { display: inline-block !important; }

    .featured-posts-tiled-big, .featured-posts-tiled-small { width: 100%; float: none; padding: 0; margin-bottom: 30px }

    .featured-posts-tiled-small .entry-title { font-size: 20px; }

    .to-tip,.dropdown-menu { display: none !important }

    .block-image { float: left !important; width: 106px !important; height: 66px !important; margin: 4px 16px 4px 0 !important; }

    .ad-image { width: 126px !important; height: 80px !important; position: absolute; padding-top: 0; right: 0;top: 20px !important; }

    .ad-container { min-height: 110px !important; padding: 16px 0 !important; padding-right: 140px !important; }

    .entry-container { min-height: 101px !important; padding: 16px 0 !important; padding-left: 120px !important; }

    .top-admin .login, .top-admin .stats_click, .top-admin .icon-paihangbang { display: none; }

    .navlogo { margin-left: 0; }

    .user_center .adimgs{  margin: 0px 0px 10px!important;}

    .member ._container{ display: none !important }
}

@media (max-width:479px) {

    .respond #new_comment_form .input_body li input { padding-right: 0 !important; padding-left: 0 !important;}

    blockquote.pull-left, blockquote.pull-right { margin-left: 0; margin-right: 0; width: 100% }

    .entry-title { white-space: normal !important; }

    .entry-header{ margin-bottom: 10px !important; }

    ._ts{ display:none; }

    .laid_title_l{ display: none; }

    .box_read { width: 100% !important; padding: 15px; }

    .title_read h1 { padding: 0px 30px !important; }

    .comment-form input { width: 100% !important; }

    .comment-form button { width: 100%; box-sizing: border-box; text-align: 	center; }

    .comment-children { margin-left: 0 !important; }

    .entry-container .entry-title { font-size: 1.4rem !important;  line-height: 25px !important; margin-bottom: -8px !important; height: 54px !important; }

    .entry-container .entry-summary p { line-height: 22px !important; 	margin-top: 10px !important; font-size: 13px !important; }

    .dmplay_sl{ min-height: 250px !important;}

    .menu-nav-inline a { font-size: 12px; }

    .archive-content .page-navigator { margin-bottom: -20px !important; }

    .postArticle-meta { display: none; }

    .list-archive-day .time {}

    .list-archive-day i {}

    .list-archive-day .tmes { float: none; margin: 5px 0 0px; }

    .sider-footer{ display: none !important; }

    .footer-l-top .split { display: none !important; }

    .footer-l-top a { font-size: 12px !important; margin-right: 20px !important;}

    li.nav-s:nth-of-type(3) a:after{ display: none !important; }

    .wb-no{ display: none !important; }

    .wb-yes{ display: block !important;
        position: absolute !important;
        top: 15px;
        right: 15px; }

    .footer-l-top { padding-left: 10px; } }

.entry-meta { letter-spacing: 0px !important;}

.wb-yes{ display: none }

@media (max-width:359px) { .mobile-sidebar { width: 250px !important; }

    .mobile-sidebar-open .site { transform: translate3d(250px, 0, 0) !important; 	cursor: pointer !important; }

    .footer-l-top .split { display: none !important; }

    .footer-l-top a { margin-right: 20px !important; }

    .footer-l-top { padding-left: 10px; }

}

/* 站点博客标题顶部 */

.site-header {overflow-x: auto;overflow-x: scroll;
    overflow-y: hidden; border-bottom: 1px solid rgba(99, 99, 99, .1); }

.site-title img { height: 44px; }

.adimgs { margin: 1px 0px; }

.adTags{position: relative;}

.adTags img{    border-radius: 5px;}

.adTag {z-index: 10;position: absolute;right: 1px;top: 1px;  width: 35px;border: 1px solid #ebebeb;  border-radius: 5px;  color: #ebebeb;  background-color: #000; opacity: .4;font-size: 8px;line-height: 20px; text-align: center;}


/*@font-face {font-family: Graviola Soft Thin;src: url(//static.mrju.cn/js/Graviola.otf);}*/

.site-title { font: 2.5em/1 Graviola Soft Thin; font-weight: 600; }

.site-description { text-transform: uppercase; letter-spacing: 2px; color: #818181; font-weight: normal; font-size: 14px; margin: 0; }

/*站点主菜单*/

.primary-menu a { font-size: 12px !important; }

.primary-menu a i {}

.primary-menu.text-center .current { color: #333; font-weight: 600 }

.main-navigation { line-height: 40px; margin: 10px 0px 0px; height: 40px; }

/*顶部top-bar-css*/

.top-bar-menu>li:first-child { padding-left: 0 }

.top-bar-menu li { display: inline-block; padding: 0 15px; }

.top-bar { position: fixed; top: 0; width: 100%; z-index: 69; box-shadow: 0px 5px 40px 0px rgba(17, 58, 93, 0.1) !important; background-color: #fff; }

.top-admin { letter-spacing: 1px; text-transform: uppercase; font-size: 14px; line-height: 50px; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; }


.top-bar-left img { display: inline-block; max-width: 0px; min-width:140px}

.mobs { display: none; }

/*logo光泽*/

.box { position: relative; overflow: hidden; cursor: pointer; margin: 0 auto; width: 1000px; }

@-webkit-keyframes changeImg { from { left: -100%; } 100% { left: 150%; } }

.shan { position: absolute; -webkit-animation: changeImg 3s ease 0s;
    -o-animation: changeImg 3s ease 0s; animation: changeImg 3s ease 0s; top: 0;
    width: 30%; height: 100%; content: ""; background: -webkit-linear-gradient(left,
rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0)
100%); background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255,
255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%); background:
        -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4)
        50%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(to right,
rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0)
100%); transform: skewX(-45deg); animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite; -webkit-animation-iteration-count:
        infinite; }

.d-none { display: none !important; }

.top-bar-left .logo { line-height: 50px; white-space: nowrap; }

.site-main { padding-top: 65px; }

/*顶部top-bar登录*/

.login { display: inline-block; margin: 0; }

.dropdown-toggle:hover { color: #2c63ff; }



.avt_cl{
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 200;
    display: inline-flex;
    vertical-align: middle;
}

.avt_cl .navtar{
    top: -2px;
    position: relative;
}

.avt_tl{
    position: relative;
    cursor: pointer;
}

.avt_tl:hover .header__dropdown {
    visibility: visible;
    opacity: 1;
    transition: all .2s;
    top: 100%
}

.header__dropdown:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    right: 65px;

}

.header__dropdown{
    position: absolute;
    padding: 10px;
    right: 0;
    top: 50%;
    right: -46px;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    width: 350px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}


.header__dropdown-menu a {
    font-size: 14px;
    color: #364e65 !important;
    line-height: 36px;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}


.header-top {
    position: relative;
    margin-bottom: 5px;
}
.header-top a i{
    font-size: 22px;
    color: var(--theme);
}
.header-top img {
    float: left;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    height: 40px;
}
.header-center {
    display: flex;
    background-color: #34495e;
    border-radius: 8px;
    color: var(--night-color-dark);
}
.user-names {
    float: left;

}
.wp-VIP {
    margin-left: 10px;
    font-style: normal;
    color: #fff;
    font-size: 12px !important;
    background-color: var(--theme);
    padding: 2px 6px;
    border-radius: 4px;
}
.header-top .group-name {
    background: linear-gradient(90deg, #fd731f, #fe822f);
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 10px;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}
.header-top p {
    font-size: 12px;
    color: #8495a0;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.header-top .logout {
    position: absolute;
    right: 0;
    top: 0;
    color: #888 !important;
    font-size: 12px;
}
.header-center .md-l {
    float: left;
    width: 50%;
    border-radius: 6px 0 0 6px;
    padding: 10px 10px 10px 20px;
    border: 2px transparent solid;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.header-center .md-r {
    float: left;
    width: 50%;
    border-radius: 0 6px 6px 0;
    padding: 10px 10px 10px;
    border: 2px transparent solid;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.header-center .md-tit {
    display: block;
    color: #fff;
    font-size: 14px;

    text-align: left;
}
.header-center .dou, .header-center .jinbi {
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;

}

.main-slider { max-width: 1170px; margin-left: auto; margin-right: auto;padding-top: 20px; }

.sp-slideshow { float: left; }

.small-slider { width: 32.5%; float: right; }

.small-slider-item { height: 160px; overflow: hidden; margin-bottom: 15px; border-radius: 5px; position: relative; }

.small-slider .entyr-icon i { font-size: 20px; }

.small-slider-item:nth-of-type(2) { margin-bottom: 0px; }

.small-slider-img {  width: 100%;height: 100%;border-radius: 5px;object-fit: cover;  background-color: rgba(120, 120, 120, 0.1); }



.small-slider-item .title { color: hsla(0, 0%, 100%, .9); position: absolute; bottom: 0; left: 0; right: 0; padding: 10px; font-size: 14px; text-overflow: ellipsis;  overflow: hidden; width: 100%; }

#percentageCounter { position: absolute; left: 0; bottom: -1px; height: 3px; z-index: 2; background-color: var(--theme); }

/*首页列表*/

#content { margin-left: 0px; margin-right: 0px;}

.lirekan { color: var(--theme); font-size: 13px; position: relative; }

.playkan { color: var(--theme); font-size: 13px; position: relative; }

.playkan:before { display: block; content: ''; position: absolute; top: 50%; left: 110%; right: 0; z-index: 20; }

.playkan:before { border-top: 1px solid var(--theme); width: 30px; }

.lirekan:before { display: block; content: ''; position: absolute; top: 50%; left: 110%; right: 0; z-index: 20; }

.lirekan:before { border-top: 1px solid var(--theme); width: 15px; }

.listnone { font-size: 14px; min-height: 100px; text-align: center !important; margin: 40px 0 10px; }

.lire {	margin-bottom: 15px; display: flex; flex-wrap: wrap;   /*border-top: 1px solid rgba(0, 0, 0, .05);*/ padding-top: 5px; }

.lire li { color: var(--color-secondary); font-size: 12px; line-height: 25px; width: 45%; margin: 0 20px 10px 5px; list-style: none; }

.lire li a { font-size: 13px; color: var(--color-secondary); white-space: nowrap; text-overflow: ellipsis; line-height: 20px; height: 20px; overflow: hidden; display: block; float: left; max-width: 90%; }

.liretime { line-height: 20px; height: 20px; float: right; }

.lire li a i { color: var(--theme); }

.lire li a:hover { color: var(--theme); }

.arc_cr{  color: var(--theme); background-color: #dfe5e9; }

.arc_v1 { background: #d1d5dc; color: #fff; }

.arc_v2 { background: var(--theme); color: #fff; }

.arc_v3 { background: #f6b044; color: #fff; }

.arc_v4 { background: #c444f6; color: #fff; }

.arc_v5 { background: #f64444; color: #fff; }

.arc_v6 { color: #fff; background-image: -webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%); }

.arc_v7 { background: #000; color: #fff; }

.arc_v8 { background: #28cc8b; color: #fff; }

.imgbadges { background:#c444f6;color:#fff;position:absolute;bottom:2px;right:2px;z-index:10;font-size:12px; padding: 3px 5px;border-radius:4px; }


.badge-hot { color: #fff; background-color: var(--theme); }

.badge-hot a { color: #fff; }

.abadge {  border-radius: 5px;
    font-weight: 400;
    padding: 6px 18px;
    font-size: 13px;
    margin: 0 .40rem 0 0;
    position: relative;
    top: 3px; }


.badge {  border-radius: 2px;
    font-weight: 400;
    padding: 3px 5px;
    font-size: 12px;
    margin: 0 .40rem 0 0;
    position: relative;
    top: -1px; }

.t_null {box-shadow: none  !important;}

/*列表大图*/

.featured { padding-top: 1.25rem;}

.featitle { margin-bottom: 5px; }

.feaimg { position: relative; display: block; overflow: hidden; padding: 0; align-items: flex-start; border-radius: 5px;}



.fea-21x9:after { padding-top: 42.857143%; }

.feaimg-content { position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 0; border-radius: inherit; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; }

/*列表三图*/

.rowimg { display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -0.25rem; margin-right: -0.25rem; }

.col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; padding-left: 0.55rem; padding-right: 0.55rem; }

/*幻灯片*/

.sp-slideshow { position: relative; width: 65.5%; height: 335px; }

.sp-showno{ width: 100% !important;     height: 400px !important; }

.swiper-container { width: 100%; height: 100%; margin-left: auto; margin-right: auto; }

.swiper-slide { font-size: 18px; background: #fff;  	/* Center slide text vertically */ display: -webkit-box; display: 	-ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; 	-ms-flex-pack: center; -webkit-justify-content: center; justify-content: 	center; -webkit-box-align: center; -ms-flex-align: center; 	-webkit-align-items: center; align-items: center; }

.top-num { position: absolute; top: 0; left: 0; right: 0; height: 1px; }

.top-num span { width: 54px; height: 54px; position: absolute; top: -3px; right:
        -23px; overflow: hidden; }

.top-num.top-1 span i { background-color: #ff000e; }

.top-num.top-2 span i { background-color: #ef3a44; }

.top-num.top-3 span i { background-color: #f2777e; }

.top-num i { height: 22px; line-height: 22px; width: 100px; background-color: #666; box-shadow: -1.204px 1.597px 4px 0 rgba(0, 0, 0, .22); position: absolute; top: 50%; right: -30px; margin-top: -20px; font-size: 12px; color: #fff; text-align: center; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: center; transform-origin: center; z-index: 1; }

.top-num.top-1 span:after, .top-num.top-1 span:before { background-color: #b85d62; }

.top-num span:before { height: 3px; width: 10px; left: 0; top: 0; }

.top-num span:after { height: 10px; width: 3px; right: 0; bottom: 0; }

.top-num span:after, .top-num span:before { content: ''; position: absolute; z-index: 0; background-color: #333; }

.swiper-slide img { height: 100%;width: 100%; -o-object-fit: cover; object-fit: cover; transition: all .3s ease-out 0s; }

.swiper-container { border-radius: 5px; }

.sp-slideshow .entyr-icon i { font-size: 20px; }
.readlist{float: right;}

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #fff !important;}

@media (max-width: 400px) { .section-cont .hunter-item h4 .hunter-product { display: none; }

    .menu-nav-inline li span { display: none; } }

@media screen and (max-width: 767px) { .postArticle-meta { display: none; }

    .sp-slideshow { width: 100%; margin-bottom: 20px; height: 220px; float: none !important; }

    .swiper-slide { display: block; height: 100% !important; }

    .swiper-slide img { width: 100%; }

    .small-slider { width: 100%; }

    .small-slider-item { float: left; width: 47.5%;	}

    .small-slider-item { margin-bottom: 0px; }

    .small-slider-item:nth-of-type(2) { float: right; width: 47.5%; }

    .post-list-item {  width: 100% !important; }

    .signature,.primary-menu { display: none; }

    .contt .entyr-icon i { font-size: 14px !important; }

    .small-slider-item { height: 115px; }

    .readlist { float: left; }

    .menu-nav-inline li { padding: 0 15px 0 0; }

    .entry-summary p { margin: 0.3em 0 !important; line-height: 22px !important; font-size: 13px !important; height: 22px !important; min-height: 22px!important; display: -webkit-box; -webkit-box-orient: vertical; 	-webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; }

    .entry-summary { min-height: 15px; display: none; }

    .primary-menu a { font-size: 12px; }

    .avatar-140 { display: none; }

    .blockimg time { display: none; }

    .entry-content .entry-container .entry-summary p{ height: 40px  !important; }

    .entry-content .entry-container .entry-summary{ display: block; }

    .entry-container .entry-meta { letter-spacing: 0px; bottom: 8px; position:absolute; height: 22px !important; text-overflow: ellipsis; overflow: hidden; }

    .fea-meta { letter-spacing: 0px !important; }

    .entry-title { font-size: 16px !important; display: -webkit-box;}

    .page-title {font-size: 18px !important;}

    .feasum { display: none; }

    .featured { padding-bottom: 15px; }

    .site-lins { display: none; }

    .contimg .avatar { width: 25px; height: 25px; }

    .contpost-meta {height: 25px !important; line-height: 25px !important; }

    .post-intro{display:none;}

    .blockimg .separator:nth-of-type(2) { display: none; }

    .swiper-title { font-size: 14px !important; text-align: left; }

    .entry-footer .post-tags a { float: none; }

    .video-spec { display: none; }

    .user_center .d_meta,.user_center .d_meta i,.user_center .main-navigation li i{ display: none!important;  }
    .page_auto .menu-item p { font-size: 12px }
    .user_center .entry-container { height: 100px!important; }
    .user_center .entry-header .entry-title{     font-size: 14px !important; }
    .user_center .adimgs{ display: none!important; }
    .user_center .auto_xin_list{  margin-bottom: 20px; }
    .user_center .auto_xin{ margin-bottom: 0px; }
}

/*搜索框*/

.sostats_click, .sostats_close { margin-right: 10px; }

.darkstats_click { margin-right: 10px; }

.wb-switch { -webkit-appearance: none; appearance: none; margin-left: 10px; }

input.wb-switch { position: relative; width: 36px; height: 20px; border: 1px solid var(--night-bg-body); outline: 0; border-radius: 16px; box-sizing: border-box; background-color: var(--night-bg-body); -webkit-transition: background-color .1s, border .1s; transition: background-color .1s, border .1s; cursor: pointer; }

input.wb-switch.disabled { cursor: default }

input.wb-switch.disabled:before { background-color: #efefef }

input.wb-switch.disabled:after { box-shadow: 0 0 1px rgba(0, 0, 0, .4) }

input.wb-switch:before { content: ''; position: absolute; top: 0; left: 0; width: 36px; height: 18px; border-radius: 36px; background-color: var(--night-bg-body); -webkit-transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1); transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1); transition: transform .35s cubic-bezier(.45, 1, .4, 1); transition: transform .35s cubic-bezier(.45, 1, .4, 1), -webkit-transform .35s cubic-bezier(.45, 1, .4, 1) }

input.wb-switch:after { content: ''; position: absolute; top: 1px; left: 0; width: 16px !important; height: 16px !important; border-radius: 36px; background-color: var(--theme); box-shadow: 0 1px 3px rgba(0, 0, 0, .4); -webkit-transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35); transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35); transition: transform .35s cubic-bezier(.4, .4, .25, 1.35); transition: transform .35s cubic-bezier(.4, .4, .25, 1.35), -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35) }

input.wb-switch:focus { border-color: #3b5160; box-shadow: none }

.wb-switch:checked:before { -webkit-transform: scale(0); transform: scale(0); width: 36px !important }

.wb-switch:checked:after { background-color: #fff; -webkit-transform: translateX(16px); transform: translateX(16px) }

.wb-switch:checked:focus { border-color: #3b5160; box-shadow: none !important }

.sostats_click .sostats { display: none }

.sooff { animation: left .5s; box-shadow: 0px 0px 20px -5px rgba(158, 158, 158,0.22); display: block !important; }

a#soStats { z-index: 9; }

.author-page {}

/*会员登录*/

.login *, .login:after, .login:before { transition: none; }

.navtar { border-radius: 100%; margin: 0 10px; height: 25px; width: 25px;}

.motar{ border-radius: 100%;  margin: 0 10px; }

.austats { display: none }

.austats_click { display: none; }

#aus { right: 0px; animation: left .5s; position: absolute; text-align: left; width: 115px; height: auto; background: #fff; border-radius: 4px;  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22); z-index: 99; }

#aus ul { padding: 0 15px; margin: 10px 0; }

#aus ul li {     line-height: 35px;   display: block;   font-size: 12px;    color: #666;    height: 35px;}

#aus ul li a:hover { text-decoration: none; color: var(--theme); }

#aus .stats { position: absolute; animation: left .5s; box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22); }

#aus i { margin-right: .5rem !important; }

/*站点统计*/

.stats_click, .stats_close { padding-right: 10px }

.stats_click .stats { display: none }

.stats_close .stats { position: absolute; animation: left .5s; box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22); }

a#mStats { position: relative; }

.stats_close { position: relative }

.stats ul { margin: 10px 0; padding: 0 15px }

.stats { text-align: left; width: 200px; height: auto; background: #fff; border-radius: 8px; top: 45px; right: -55px; }

.stats ul li { line-height: 2em; display: block; font-size: 12px; color: #666 }

.stats::before { left: 50%; margin-left: 5px; top: -20px }

.stats::after { border-bottom-color: #ffffff; left: 50%; margin-left: 5px; top: -19px }

/*文章页面二维码*/

.mobile_click .share { display: none; }

.share { position: absolute; background: #fff; border: 1px solid #ebebeb; border-radius: 4px; -webkit-box-shadow: 0 5px 20px rgba(26, 26, 26, .1); box-shadow: 0 5px 20px rgba(26, 26, 26, .1); z-index: 203; padding: 15px 0; width: 110px; animation: left .5s; left: -43px; top: -200px; }

.Menu-item { display: block; width: 100%; padding: 0 20px; text-align: left; cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; color: black; }

#mClick.mobile_close { position: relative; }

#mClick.mobile_click, #mClick.mobile_close, .comiis_btn { margin-left: 10px; float: left; color: #fff; padding: 0 10px; background: var(--theme); border-radius: 2px; font-size: 11px;     height: 32px;line-height: 32px; cursor: pointer; }

a#mClick, a#mStats, .comiis_btn { opacity: 1; }
#footfix .readlist > div:first-child{margin-left: 0;}

/*main首页文章样式*/

#content>.col-sm-6:nth-of-type(2n+1) { clear: left; }

.hentry { margin-bottom: 60px }

.entry-media { margin-bottom: 20px; border-radius: 2px; max-height: 160px; background: #fafafa; background-position: 50%; background-origin: border-box; background-size: cover; overflow: hidden; }

.entry-media img { width: 100%; border-radius: 8px; }

.page-content { margin: 0 auto; float: none; }

.entry-title { font-size: 18px; text-overflow: ellipsis; overflow: hidden; }

.entry-container .zhid { font-weight: bold; }

.entry-title a { color: var(--color-title); }

.entry-title a:hover { color: var(--theme); }

.contimg { float: left; margin: 0 10px 0 0; }

.postde { bottom: -5px !important; }

.contpost-meta { margin-bottom: 10px; }

.entry-header { position: relative; background-position: right top; background-repeat: no-repeat; background-size: auto 40%;    margin-bottom: 20px;}
.entryas {padding-top: 20px;}

.con_ad-top{ }

.shadimg img { padding: 0px; }

.shadbottom img { margin-top: 0px; padding: 0px; }

.detail-wrap{ margin: 0 auto; }

.article__top-img{ position: fixed; z-index: 2; border-radius: 4px; }

.article__top-img .top-img{ border-radius: 4px; overflow: hidden; }

.article__top-img .top-img img{ width: 100%;max-width: 890px; }

.bs_img{ position: relative; background-color: #fff; z-index: 4; }

.page-title { font-size: 24px; color: var(--color-title); margin: 0; margin-bottom: 14px; margin-top: 14px; font-weight: 600; position: relative; }

.top-bar-title{font-size: 16px; line-height: 50px;}

.top-bar-title {
    animation: hideIndex 0.6s;
    -moz-animation: hideIndex  0.6s; /* Firefox */
    -webkit-animation: hideIndex  0.6s; /* Safari and Chrome */
    -o-animation: hideIndex  0.6s; /* Opera */
}

#post_top_title i{ font-size:16px;    margin-right: 10px; }


@keyframes hideIndex{

    0%{ opacity: 0; transform: translate(0, 30px) }
    100%{opacity: 1; transform: translate(0, 0) }
}


.entry-summary p { padding: 0 0 15px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; font-size: 13px; color: var(--color-secondary); line-height: 23px; margin: 0.7em 0; }

.entry-title a,.entry-title  a:active,.entry-title  a:visited{ transition: all .2s;}

.ss p { min-height: 65px; }

.entry-meta { font-size: 11px; color: var(--color-secondary); }

.entry-meta .meta-zan i{ font-size: 11px; }

.entry-meta .meta-zan{ float:right;}

.header-top .header-name{ height: 25px; line-height: 25px; }

.author-infos{
    float:left;
    position: relative;
    cursor: pointer;
}

.author-left .author-info-card{ right: 0 !important; }

.author-left .author-info-card:before{ right: 30px !important; left: auto !important }

.author-info-card:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: -4px;
    transform: rotate(45deg);
    left: 8px;
}

.author-info-card {
    visibility: hidden;
    opacity: 0;
    width: 250px;
    top: 50%;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    padding: 5px;
    position: absolute;
    z-index: 11;
    background: #fff;
    border-radius: 6px;
    box-shadow: 2px -2px 15px rgba(0,0,0,.15);
}
.author-info-card .work-con-box{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.author-info-card .work-con-box li{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 5px;
    position: relative;
    list-style-type: none;
    margin: 0px;
}

.author-info-card .author-img-tt{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.author-info-card .author-img-tt .work-show{
    max-width: 100%;
    width: 100%;
}

.edit a { font-style: normal; color: #333; }

.entry-meta a { color: var(--color-secondary) }

.entry-meta a:hover { color: var(--theme); }

.separator { color: var(--color-secondary); padding: 0 5px }
.separator {
	color:var(--color-secondary);
	padding:0 5px;
	position: relative;
}
.separator:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background-color: #42a1ff;
     top: 45%;
    transform: translate(-100%,-50%);
    }
    
.line:before { display: block; content: ''; border-top: 1px solid rgba(0, 0, 0, .05); position: relative; top: 0; }

.entry-footer { display: table; width: 100%; padding: 10px;  }
.entry-footer.fixed{ margin: 0 -30px; }
.entry-footer.fixed .entry-bar-inner{ position: fixed; z-index: 99; bottom: 0; transition: all .3s ease-out 0s; background: #ffffff; border-radius: 8px 8px 0 0;  padding: 14px;  box-shadow: 0px 5px 40px 0px rgba(17, 58, 93, 0.1) !important;  height: 60px; }
.entry-footer.fixed .post-tags a{  background: var(--theme); border: 0px; color: #fff;}
.border-theme { height: 1px; z-index: 2; background-color: rgba(0, 0, 0, .05); }
.border-lins {  display: inline-block; left: 0; bottom: -16px; width: 100%; height: 1px; z-index: 2; background-color: rgba(0, 0, 0, .05); }


/*文章翻页*/

a.next { display: block; border-radius: 4px; font-size: 14px;line-height: 45px; text-align: center; padding: 20px 0 26px; color: var(--theme); display: flex; align-items: center; justify-content: center; }

div.nxts { display: block; border-radius: 4px; font-size: 14px;line-height: 45px; text-align: center; padding: 40px 0 26px; color: var(--theme); display: flex; align-items: center; justify-content: center; }

.content-none { display: block; border-radius: 4px; font-size: 14px; line-height: 45px; text-align: center; padding: 20px 0 26px; display: flex; align-items: center; justify-content: center; }
.postpj{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    margin: 30px;
}

#if_play {border-radius: 6px;}

/* 侧边栏必要style */

.widget_img img { border-radius: 8px; }

.widget_img { margin-bottom: 1.5rem; box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22); }

.widget_img a:hover { opacity: 1; }

.error-page .search-box input, .widget-area .search-box input { color: #113a5d; border-color: #F4F6F9; border-radius: 8px; background-color: #d5d7da; border: 1px #ddd solid; }

.widget { font-size: 14px; line-height: 2; margin-bottom: 1.5rem; background:#ffffff; border-radius: 8px; padding: 10px; box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
    position: relative;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 600px;
    border-top-width: 0; }

.notice-list-meta { font-size: 12px; line-height: 24px; color: var(--color-secondary); }

.widget ul { list-style: none; padding: 0; line-height: 2.5; }

.widget-title { font-size: 18px; text-transform: uppercase; margin: 0px 0 5px; position: relative; line-height: 20px; }

.widget-title i { font-size: 19px; color: #000; }

.widget .search-form, .widget-list {}

.widget-list-title i { font-size: 19px; color: #000; }

.widget-list-title { font-size: 19px; text-transform: uppercase; position: relative; color: #333; }

.widget-title span { font-size: 16px; display: inline-block; padding: 0 10px 0 0; background: #ffffff; position: relative; z-index: 2; font-weight: normal; color: var(--color-title); }

.widget .user-auth{ font-size: 14px; }

.widget .user-auth i{ color:#d99416; }

.widget-title:after {
    content: " ";
    position: absolute;
    border-radius: 50%;
    background: #2299DD !important;
    width: 12px;
    height: 12px;
    box-shadow: 20px 0 #ff5d58,40px 0 #26c73d;
    top: 5px;
    right: 45px;
}
/*侧边栏热门文章*/

.my-n2 { margin-bottom: -.5rem !important; }

.py-2 { padding-bottom: .5rem !important; }

.py-2 { padding-top: .5rem !important; position: relative;}

.rank1 { color: #fff; background: url(../img/list_icon1.png) 0 0 no-repeat;}

.rank2 { color: #fff; background: url(../img/list_icon2.png) 0 0 no-repeat;}

.rank3 { color: #fff; background: url(../img/list_icon3.png) 0 0 no-repeat;}

.rank4 { color: #fff; background: url(../img/list_icon3.png) 0 0 no-repeat;}

.rank5 { color: #fff; background: url(../img/list_icon3.png) 0 0 no-repeat;}

.ricon_rank{ display: inline-block; position: absolute; top: 2px; left: -15px; width: 35px; height: 22px; line-height: 19px; z-index: 50; margin: 9px 10px 0 0; font-size: 12px; font-weight: 700; font-family: ZZ_fontdiy; text-indent: 18px; text-align: center;}

.list-rounded .list-overlay-content { border-radius: 3px; overflow: hidden; }

.list-item { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; }

.list-rounded .media { border-radius: 3px !important; }

.media { position: relative; display: block; overflow: hidden; padding: 0; -ms-flex-negative: 0; flex-shrink: 0; border-top-left-radius: inherit; border-top-right-radius: inherit; }

.media-content { position: absolute; top: 0; bottom: 0; left: 0; right: 0; border: 0; border-radius: inherit; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(120, 120, 120, 0.1);     transition: all .5s;}
.media-content img{display: block; width: 100%; height: 100%; object-fit: cover;}
.overlay { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.66); position: absolute; opacity: .22; top: 0; left: 0; -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.media-2x1:after { padding-top: 50%; }

.media:after { content: ''; display: block;}

.list-overlay-content { color: #fff; }

.text-xs { font-size: 10px !important; }

.list-overlay-content a:hover { color: #fff; }

.list-overlay-content .list-content { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: .75rem; background: #222831; background: -webkit-linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.7)); background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.7)); }

.h-2x { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.list-title { font-size: 12px; line-height: 1.4285714286; display: block; color: inherit; }

.list-overlay-content .list-footer { margin-top: 0.25rem; }

.list-overlay-content .text-muted:not(i) { color: rgba(255, 255, 255, 0.5) !important; }

/*鼠标滑过事件：浮现图片二维码*/

.click { position: relative; }

.click.on .QR_img { display: block; }

.arrow { border-bottom: 10px solid #e1e1e1; border-left: 10px solid transparent; border-right: 10px solid transparent; position: absolute; transform: rotate(180deg); left: 40px; bottom: -10px }

.QR_img { width: 100px; height: 120px; padding: 10px; background: #e1e1e1; text-align: center; position: absolute; left: -33px; top: -135px; display: none;z-index: 999; font-size: 12px; animation: left .5s }

/* 侧边栏文章 */

.widget-box-intro{margin:0 0 10px; font-size: 12px;padding: 0 10px; color: var(--color-secondary);}

.box-img {    position: relative;    width: 100%;    background-position: 50% 50%;    background-size: cover;    overflow: hidden;    	border-radius: 5px;}

.box-img::before {    content: '';    padding-top: 45%;    float: left;}

.box-avatar {    position: relative;    margin-top: -10px;        padding: 0 5px;    display: flex;    align-items: flex-end;}

.box-avatar-left {    flex: 0 1 auto;}

.box-avatar-left img {    margin-right: 10px;    border: 3px solid #fff;}

.rounded-circle {   border-radius: 50%!important;}

.box-avatar-right {   flex: 1 1 auto;    font-size: 1.2rem;    color: var(--acolor);    max-width: 70%;    overflow: hidden;    text-overflow: ellipsis; white-space: nowrap;}

.box-avatar-right span{  font-size: 13px;   }

.widget-posts-title { max-width: 79%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left; line-height: inherit }

.widget-posts-meta i { font-size: 13px; color: var(--color-secondary); font-style: normal; float: right; }

.widget-posts-meta i a { color: var(--color-secondary); }

.posts-widget li { margin: 10px 0; overflow: hidden; line-height: 24px; }

.sider_pimg{     border-radius: 100%; margin-left: 3px;margin-top: -10px; height: 26px; width: 26px;}

.sider_pimg:nth-of-type(1),.sider_pimg:nth-of-type(8) {margin-left: 0px;}

.posts-widget .c_li { overflow: hidden; line-height: 24px; padding: 0.8rem 0; border-top: 1px solid #f8f8f8; font-size: 13px;}

.hotge { display: inline-block; margin-right: 10px; padding: 0px 5px; font-weight: 700; height: 18px; text-align: center; line-height: 18px; border-radius: 2px; font-size: 12px; color: #fff;}

.hotge1 { background-color: #FF4A4A !important; color: #FFFFFF;}

.hotge2 { background-color: #FF7701 !important; color: #FFFFFF;}

.hotge3 { background-color: #FFB400 !important; color: #FFFFFF;}

.hotge { background-color: var(--color-secondary);}

/*侧边栏评论信息栏目*/

.notice-list-item { overflow: hidden; font-size: 14px; line-height: 1.7; margin: 10px 0; }

.notice-list-meta .cute a { color: var(--theme) }

.notice-list-button .notice-list-meta { display: block; color: rgba(0, 0, 0, .44); margin-top: 3px }

.notice-list { margin-top: -10px }

.widget .item { position: relative; padding-bottom: 4px; margin-bottom: 10px; }

.wRecent .item { border-bottom: 1px dashed #eee; }

.widget .item .meta { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between; color: #262626; font-size: 14px; line-height: 30px; margin-bottom: 8px; white-space: nowrap; height: 30px; overflow: hidden; }

.widget .item .comment-avatar { display: inline-block; width: 25px; vertical-align: middle; margin-right: 5px; }

.widget .item .comment-avatar .thumb { padding-top: 100%; border-radius: 100%; }
.thumb { display: block; width: 100%; height: 0; padding-top: 66.7%; background-position: center; background-repeat: no-repeat; background-size: cover; background-color: transparent; position: relative; overflow: hidden; transition: all .2s; }

.thumbs { display: block;  height: 120px;  position: relative; overflow: hidden; transition: all .2s; }
.thumbs img {width: 100%;height: 100%;border-radius: 5px;object-fit: cover;}

.widget .item .meta .views { font-size: 10px; color: #888; white-space: nowrap;}

.widget .item .comment-content { padding: 5px 10px; background: #eef6fd; border-radius: 6px; font-size: 12px; color: #262626; margin-bottom: 5px; position: relative; transition: all .2s; }

.widget .item .comment-content p .biaoqing{margin-right: 4px;}

.widget .item .comment-content .biaoqing { width: 20px; }

.widget .item .comment-content p { text-align: justify; line-height: 23px; max-height: 50px; overflow: hidden; }

.widget .item h2 { font-size: 12px; line-height: 23px; height: 23px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #333; font-weight: normal; margin-bottom: 5px; }

.widget .item .comment-content::before { content: ''; display: block; width: 0; height: 0; border-bottom: 6px solid #eef6fd; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; left: 7px; bottom: 100%; }

/* 侧边栏搜索 */

.search-form { position: relative; max-width: 600px; margin: 20px auto; }

.search-submit { border: 0; padding: 0; background: 0 0; width: 30px; height: 30px; color: var(--color-secondary); position: absolute; right: 5px; top: 2px; line-height: normal; text-align: center; }

/* 侧边栏标签 */

.widget-hunter-topics .items { overflow: hidden; }

.widget-hunter-topics .item:nth-of-type(1) .wall-item a { background: var(--theme); color: #fff; }

.widget-hunter-topics .item:nth-of-type(1) .wall-item h2 { color: #fff; }

.widget-hunter-topics .item:nth-of-type(1) .clr_orange { color: #fff; }

.widget-hunter-topics .item { float: left; width: 33.3%; padding: 0 5px; border-bottom: 0px dashed #eee; }

.widget-hunter-topics .wall-item { background: #fafafa; }

.widget-hunter-topics .wall-item a { display: block; border-radius: 3px; padding: 6px; }

.widget-hunter-topics .wall-item h2 { font-size: 12px; font-weight: normal; margin-bottom: 0px; }

.clr_orange { color: var(--theme); font-style: normal; }

.widget-hunter-topics .wall-item h5 { font-size: 10px; font-weight: normal; color: #bbb; }

.widget-hunter-topics .wall-item a:hover { background: var(--theme); color: #fff; }

.widget-hunter-topics .wall-item a:hover h2 { color: #fff; }

.widget-hunter-topics .wall-item a:hover h5, .widget-hunter-topics .wall-item a:hover .clr_orange { color: #fff; }

.viewAll { font-size: 12px; background: #f8f8f8; }

.viewAll .btn { line-height: 2.6; text-align: center; display: block; color: #222; }


/* 侧边栏关于我 */

.author-ident:after {content:"";position:absolute;width:20px;height:20px;right:10px;top:53px;}

.author-ident.author1:after {background:url(../img/vjin.png) no-repeat;background-size:20px;}
.widget-about-intro { text-align: center; margin: 10px 0 10px; }

.widget-about-intro .widget-intro{ margin: 0 30px;}

.widget-about-image { margin: 0 auto; display: block; width: 70px; height: 70px; border-radius: 99px; }

.widget-about-desc { font-size: 12px; line-height: 1; margin: 7px 0; font-weight: normal; color: var(--color-secondary); }

.widget-intro{ font-size: 12px;  color: var(--color-secondary);}

.widget-article-newest { text-transform: uppercase; margin: 12px 0; position: relative; }

.widget-article-newest span { padding: 0 10px 0 10px; background: #ffffff; position: relative; z-index: 2; color: var(--theme); }

.widget-article-newest:before { display: block; content: ''; position: absolute; top: 50%; left: 0; right: 0; border-top: 1px solid rgba(0, 0, 0, .05); z-index:1; }

.widget-article-list { text-align: left; }

.widget .user-tips li p{ font-size: 13px; }

.widget-about-intro li, .widget-about-intro i { font-size: 12px; }

.av_v{ position: relative;  width: 70px;  height: 70px;  margin: auto; }

.av_v_img{display: block; width: 70px; height: 70px; margin-right: 12px; margin: auto;}

.av_v_honor{position: absolute; bottom: -2px; right: -2px; width: 24px; height: 24px;}

/* 侧边栏用户榜单 */

.hunter-widget-hunter-authors .item .hunter-avatar .vatar{position: relative;}

.hunter-widget-hunter-authors .item .hunter-avatar .vatar .va_v_honor{ position: absolute; bottom: 3px; right: 0px; width: 18px; height: 18px;}

.hunter-widget-hunter-authors ul { margin: 0; }

.hunter-widget-hunter-authors li { display: block; }

.hunter-widget-hunter-authors li:last-child .item{ border-bottom: 0px dashed #eee; }

.hunter-widget-hunter-authors .item { border-bottom: 1px dashed #eee;margin-bottom: 0px;padding: 4px 0; }

.hunter-widget-hunter-authors .item .hunter-avatar { float: left; line-height: 60px; }

.hunter-widget-hunter-authors .item .vatar img { width: 45px; border-radius: 100%; }

.hunter-widget-hunter-authors .item .avatar { width: 50px; height: 50px; border-radius: 50px; border: 3px solid #fff; box-shadow: 1px 1px 8px #eee; background-position: center; background-repeat: no-repeat; background-size: cover; }

.hunter-widget-hunter-authors .item .item-main { min-height: 60px; margin-left: 60px; color: #393939; }

.hunter-widget-hunter-authors .item .item-main h2 { line-height: 1;margin-bottom: 2px; }

.vs { border-radius: 100%; }

.autlv { font-size: 12px;  color: #fff;   font-weight: normal;   border-radius: 4px; padding: 2px 4px;  margin-left: 5px;   letter-spacing: 0px; }

.aut-0 { background: #d1d5dc; }

.aut-1 { background: var(--theme); }

.aut-2 { background: #f6b044; }

.aut-3 { background: #c444f6; }

.aut-4 { background: #f69644; }

.aut-5 { background-image: -webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%); }

.aut-6 { background: #f64444; }

.hunter-widget-hunter-authors .item .item-main h4 { font-size: 12px; line-height: 1; margin-bottom: 7px; font-weight: normal; color: var(--color-secondary); }

.hunter-widget-hunter-authors .item .item-main .work span{ font-size: 11px; color: var(--color-secondary); line-height: 2; }

.hunter-widget-hunter-authors .item .item-main .work_desc{     font-size: 12px;
    margin-bottom: 7px;
    font-weight: normal;
    color: var(--color-secondary);
    line-height: 18px; }

.hunter-widget-hunter-authors .item .item-main h4 a { color: #393939; }

.hunter-widget-hunter-authors .item .item-main h4 i { font-style: normal; color: #aaa; margin: 0 5px; }

.hunter-widget-hunter-authors .item .item-main h3 { font-size: 10px; line-height: 1; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-bottom: 0; font-weight: normal; color: var(--color-secondary); }

.hunter-widget-hunter-authors .item .item-main h3 a { color: #393939; }



/* 文章框架 */
.author .contpost{padding-top: 20px;}
.contpost { background: #fff; box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22); border-radius:8px;  padding-left: 20px; padding-right: 20px; padding-bottom: 15px; }
 
.originalImg {  
    /*background: url(../img/ca600422f97ac.png); */
    width: 100%;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 600px;
    border-top-width: 0;
    border-radius: 8px;}

.narlis { margin-bottom: 20px; }

/* 文章内 tags */

.post-tags { float: left;}

.bar_zan {

    background: rgba(0,132,255,.1)!important;
    color: #0084ff;
    margin-right: 15px;
    margin-bottom: 15px;
    line-height: 30px;
    display: inline-block;
    padding: 0 8px;
    background: #fafafa;
    border-radius: 4px;
    color: var(--color-secondary);
    cursor: pointer;
    float: left;
    font-size: 11px;

}

.post-tags a { margin-right: 15px; margin-bottom: 15px; line-height: 32px; display: inline-block; padding: 0 8px; background: #fafafa; border-radius: 3px; border: 1px solid #f2f2f2; color: var(--color-secondary); cursor: pointer; float: left; font-size: 11px; }

.post-tags li:last-child { margin-right: 0 }

.post-tags a:hover { background: var(--theme);	color: #fff; }

/* 文章内页正文 content */

.entry-content p { font-size: 15px; position: relative; margin: 0 0 0.5em 0; color: rgba(0, 0, 0, .84); line-height: 2.2; }

.tip { background: #eef6fd; padding: 8px 20px; border-left: 3px solid #38a3fd; border-radius: 0 5px 5px 0; }

.dianzan{margin: 20px 0;}

.dianzan button{border-radius: 8px; color: var(--theme); border-color: var(--theme);}

.dianzan button:hover{background-color: var(--theme); color: #fff;}

/** 必须提升样式优先权(!important) **/
.dianzan button[disabled] { color: white !important; background: var(--night-color-dark) !important;
    border-color: var(--night-color-dark);}

.dianzan .agree-num{font-size: 12px;letter-spacing: 0px;}

.Copyrightnew {border:1px solid #2299DD;border-radius:4px;background: #e8eef3; padding: 8px 20px; font-size: 1.2rem; color: var(--color-secondary); }

.settips{ background: #e8eef3;     padding: 0px 10px; border-radius: 5px; font-size: 1.2rem; color: var(--color-secondary); }

.btns { cursor: pointer; white-space: normal; font-size: .875rem; padding: .375rem 1rem; color: #fff !important; background-color: var(--theme); border-color: var(--theme); padding: 10px !important; border-radius: 5px; }

.btns:active { color: #fff; background-color: #0062cc; border-color: #005cbf; }

.btns:hover { color: #fff; background-color: #0069d9; border-color: #0062cc; }

.share-box { left: 10px; top: 11px;}

.sider-footer i { font-size: 28px;  color: #4f4c4c; font-style: normal; box-shadow: 0px 0px 20px -5px rgba(157, 156, 156, 0.48); border-radius: 50%;}

.sider-footer button.text,.sider-footer .button.text{ background: none;  padding: 0;  font-weight: 400;  display: inline-block;  line-height: 1;  color: #000;  height: auto;  border: 0;   }

.footer-author{ margin-top: 10px; }

.footer-author span { margin-bottom: 5px; display: block;  margin-top: 5px;}

.sider-footer span { display: block;}

.dot { margin: 0 5px;}

.sider-footer a { display: block; line-height: 1.5; }

.sider-footer .weixin { line-height: 1.5; }

.sider-footer i:hover { color: #000;}

.wx-t-x { width: 100px;  height: 100px; bottom: 53px; background: #fff; left: 33px; top: 0; padding: 5px; z-index: 2;  position: absolute; border-radius: 8px; padding: 6px; box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);}

#share-weixin:hover .hide{    display: block !important;}

.reply2view { background: #f8f8f8; padding: 10px 10px 10px 10px; position: relative;    word-break: break-all; }

.entry-content del { text-decoration: none; background-image: linear-gradient(180deg, rgba(0, 0, 0, .8) 20%, rgba(0, 0, 245, 0) 0, transparent 75%, rgba(0, 0, 0, .8) 76%); background-position: 0 .56em; background-repeat: repeat-x; background-size: 1px 6px }

.entry-content p img { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in }

.entry-content .biaoqing { width: 30px; margin-left: 5px; display: inline-block; }

.entry-content { text-align: justify; padding-top: 20px; padding: 10px 10px; }

.entry-content h1 { font-size: 20px; font-weight: 700; word-break: break-word;}

.entry-content li { margin-left: 20px; line-height: 36px; font-size: 14px; }

.entry-content ol, .entry-content ul { padding: 0; margin: 20px 0 20px 25px; }

.entry-content hr { height: 1px; margin: 32px 0; border: 0; background-color: #EBF1F8; }

.entry-content kbd {
    padding: 2px 8px;
    border: 1px solid rgba(63,63,63,.25);
    box-shadow: 0 1px 0 rgba(63,63,63,.25);
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    display: inline-block;
    margin: 0 2px;
    white-space: nowrap;
}

.entry-content sub {
    bottom: -.25em;
}

.entry-content sup {
    top: -.5em;
}

.entry-content sub,.entry-content sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.entry-content a {border-bottom: 1px dashed #333; padding-bottom: 1px; color: var(--theme); }

.entry-content .contt a { border-bottom: 0px; padding-bottom: 0px;}

.entry-content .contt .entry-meta a { color: var(--color-secondary); }

.entry-content .contt p { line-height: 1.5; font-size: 13px; color: var(--color-secondary); }

.entry-content .entry-container .block-image{ width: 120px;height: 80px; }

.entry-content .entry-container { padding: 20px 0px 0px 140px; min-height: 105px;}

.entry-content .entry-container .block-fea { border-bottom: 0px; }

.entry-content .entry-container .entry-title{ font-size: 14px !important; height: 24px !important;}

.entry-content .contt { }

.entry-content .post-list{ border-bottom:0px; }

.entry-content a:hover { border-bottom-color: transparent; }

.page .alignright { margin-right: 0; max-width: 100% }

.page .alignleft { margin-left: 0; max-width: 100% }

.entry-content h2 { font-size: 18px; border-left: 3px solid var(--theme); padding-left: 15px; margin-top: 1rem; }

.entry-content h1, h2, h3, h4, h5, h6 { margin-bottom: 1rem; }

.entry-content h3:before { content: ''; position: absolute; top: 12px; left: 0;height: 5px; width: 5px; border-radius: 20px; background-color: var(--theme); }

.entry-content h3 { padding-left: 20px; position: relative; }



/*社会化分享*/

/*评论提示条数*/

#comments { }

#comments svg { width: 25px; height: 25px; vertical-align: -2px; }

#comments .OwO-logo {}

#comments .OwO-logo span:hover { color: #00a1d6 !important; }

.comments-title { font-size: 16px; line-height: 1; position: relative; text-align: center; font-weight: 600; margin-bottom: 0; margin-top: 20px; font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif; }

.comments-title:before { display: block; content: ''; border-top: 1px solid #e7e7e7; position: relative; top: 8px; z-index: 1 }

.comments-title span { display: inline-block; padding: 0 30px; background: #fff; position: relative; z-index: 2; }

/*文章页面浮动点击*/

.empty { height: 105px; }

.fixed-btn { position: fixed; right: 2%; bottom: 30%; width: 40px; z-index: 19; -webkit-backface-visibility: hidden; cursor: pointer }

.fixed-btn .home { border-radius: 8px 8px 0 0; background: #f8f8f8; display: inline-block; width: 40px; height: 40px; text-align: center; margin-bottom: 2px; position: relative; }

.fixed-btn .home i { line-height: 40px; color: #57667F; font-size: 20px }

.back-home { display: none; position: absolute; padding: 10px; border: 1px solid rgba(0, 0, 0, .05); background-color: #fff; line-height: 14px; width: 160px;bottom: 0; right: 0; -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); font-size: 13px; color: #1a1a1a }

.back-home:after, .back-home:before { position: absolute; content: ""; border: 10px solid transparent }

.back-home:before { right: -15px; bottom: 35%; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid rgba(0, 0, 0, .08); }

.back-home:after { right: -14px; bottom: 35%; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #fff; }

.fixed-btn .home:hover .back-home { display: block; }

/*文章右边红包打赏*/

.reward { border-radius: 0 0 8px 8px; background: #f8f8f8; z-index: 19; -webkit-backface-visibility: hidden; padding: 20px 0; cursor: pointer; display: block; }

.reward div { padding: 0 10px; font-size: 14px; text-align: center; position: relative; margin-top: 5px; color: var(--color-secondary) }

.reward i { margin: 0 10px; font-size: 20px; color: #57667F }

.reward:hover .code { display: block }

.reward .code { position: absolute; padding: 20px; border: 1px solid rgba(0, 0, 0, .05); background-color: #fff; line-height: 14px; width: 160px; height: 170px; bottom: 15px; right: 0; -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); display: none; }

.reward .code:after, .reward .code:before { position: absolute; content: ""; border: 10px solid transparent }

.reward .code:before { right: -20px; bottom: 50%; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 10px solid rgba(0, 0, 0, .08); }

.reward .code:after { right: -19px; bottom: 50%; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 10px solid #fff; }

.reward .code img { width: 120px; height: 120px }

.reward .code i { color: #1a1a1a; font-size: 13px; font-weight: 400; line-height: 20px; font-style: normal; }

/*视频页面*/

.video-index { padding-top: 20px; border-radius: 5px; box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22); background-color: #ffffff; }

.video-content { display: flex; flex-wrap: wrap; border-radius: 5px; padding-top: 10px;}

#video-content { margin-left: 0px; margin-right: 0px; border-radius: 5px; width: 33.3333333%; padding: 10px; }

.video-user { padding: 10px 0 0; font-size: 12px;}

.video-meta { float: right; height: 25px; line-height: 25px; }

.video-user img { border-radius: 50%; margin-right: 5px; }

.video-user a { float: left; display: block; color: #2c3e50; }

.video-img { position: absolute; border-radius: 5px; top: 0; bottom: 0; left: 0; right: 0; border: 0; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(120, 120, 120, 0.1); }

.video-list { position: relative; display: block; overflow: hidden; padding: 0; align-items: flex-start; border-radius: 5px; }

.video-list:after { padding-top: 55%; }

.video-header { color: #fff; position: absolute; bottom: 0; }

.video-spec { float: left; font-size: 12px; background-color: #00000040; border-radius: 0 0 5px 5px; padding: 0 10px; color: #cac8c8; height: 30px; line-height: 30px; overflow: hidden; width: 100%; text-overflow: ellipsis; white-space: nowrap; }

.video-title { float: left; font-size: 14px; line-height: 30px; height: 30px; overflow: hidden; margin:10px; }

.video-icon { color: #fff; position: absolute; z-index: 3; left: 20px; top: 20px; transform: translate(-50%, -50%); pointer-events: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: .8;}

.video-icon i { font-size: 20px; }

@media screen and (max-width: 767px) { #video-content { width: 100%; margin-bottom: 15px; padding-left: 0px; padding-right: 0px; }

    .video-content {padding-left: 0px; padding-right: 0px;	} }




/*博客页底footer - news*/

.news-foot { background: #fff; margin-top: 30px; border-bottom: 1px solid #f3f3f3; }

.news-foot .section-content { display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; }

.news-foot .part-news-foot .section-title{ margin-top: 20px; }

.news-foot .section-content .item { width: 50%; padding: 0 7px; margin-bottom: 30px; }

.news-foot .section-content .item * { transition: all .3s; }

.news-foot .section-content .item i { font-size: 22px; }


.news-foot .section-content a { display: block; }

.news-foot .item-thumb { border-radius: 5px; overflow: hidden; }

.news-foot .thumb { padding-top: 75%; }

.news-foot .item-main { border-radius: 0 0 3px 3px; padding: 10px 0; background: #fff; }

.news-foot .t_tl { color: var(--color-secondary);   line-height: 18px;    font-size: 13px;  height: 40px;   overflow: hidden;   margin-bottom: 5px;   text-overflow: ellipsis;  display: block; }

.news-foot p { font-size: 12px; line-height: 1.5; color: #888; margin-bottom: 8px; height: 3em; overflow: hidden; }

.news-foot .t_tls { font-size: 12px; color: var(--color-secondary); margin: 0; line-height: 1.5; font-weight: normal; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: nowrap; }

.news-foot .section-content a:hover .t_tl { color: var(--theme); }

.news-foot .t_tls span { display: block; overflow: hidden; }

.news-foot .seeAll { text-align: center; }

.seeAll { margin-bottom: 56px; }

.news-foot .seeAll .btn { display: block; font-size: 14px; padding: 0 40px; line-height: 40px; display: inline-block; color: #ffffff; }

.news-foot .item-main { border: 0px solid #f3f3f3; }

.btn-orange { background: var(--theme); color: #fff; }

@media (max-width: 767px) {

    .news-foot .section-content .item:last-child { display: none; }

    .respond #new_comment_form textarea { background-size: 60%; }

}

@media (min-width: 768px) { .news-foot .section-content .item { width: 20%; padding: 0 12px; margin-bottom: 40px; }

    .news-foot .item-main { border: 0px solid #f3f3f3; }

    .news-foot p { margin-bottom: 20px; }

    .news-foot h5 span { width: auto; } }




/*博客页底footer*/

.site-footer {  position: relative; z-index: 39; background-color: #fff; margin-top: 20px;}

.site-footer .site-info{ background: #2a2a32; }

.site-info p { margin-bottom: 0 }

.site-info .credit { font-size: 13px; color: rgba(0, 0, 0, .5); float: left }

.footer-links { float: right; font-size: 13px; color: rgba(0, 0, 0, .5) }

.site-footer .footer-left { float: left; max-width: 857px; }

.site-footer .footer-right { float: right; max-width: 314px; }

.footer-right { width: 120px; padding-top: 22px;color:#828a92;  }

.footer-l-top { padding-top: 24px; padding-bottom: 24px; margin-bottom: 15px; border-bottom: 1px solid #484747; }

.footer-l-top a { display: inline-block; color: #fff; margin-right: 20px; font-size: 14px; padding: 0; line-height: 30px; }

.footer-l-btm p { line-height: 20px; font-size: 12px; color: var(--color-secondary); }

.footer-l-btm p a { color: #aaa; }

.footer-l-btm p+p { margin-top: 7px; }

#subscribes { padding-left: 12px; }

#subscribes li, .footer-l-btm { margin-bottom: 10px; line-height: 1.2; list-style: none;}

#subscribes a, #subscribes span { color: #333; font-size: 12px; }

@media (max-width: 991px) { .site-footer .footer-right { display: none;	} }

/*gravatar头像*/ .avatar { width: 25px; height: 25px; border-radius: 50%; transition: all 0.3s linear;}

.entry-container .entry-meta .avatar { margin-right: 5px;margin-top: -5px; }

.author-image { width: 80px; height: 80px; }

/*上一篇下一篇*/

@media (max-width: 767px) {

    .comment-footer{ display: none; }

    .entry-page-next, .entry-page-prev { width: 100% !important; margin-bottom: 10px; float: none; }

    .playpic { margin: 0 15px 10px 0 !important; width: 150px !important; }

    .playnum .pps li { width: 30% !important; } }

.entry-page-next:before, .entry-page-prev:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); content: ""; }

.entry-page-next:hover:before, .entry-page-prev:hover:before { background: rgba(0, 0, 0, .7); }

.entry-page { margin: 20px 0; overflow: hidden; }

.entry-page-next, .entry-page-prev { position: relative; float: left; width: 49%; padding: 60px 15px 10px; color: #fff; background-size: cover; background-position: 50%; border-radius: 3px; overflow: hidden; }

.entry-page-next a, .entry-page-prev a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; color: #fff; font-size: 15px; font-size: 1.25rem; }

.entry-page-next .entry-page-info, .entry-page-prev .entry-page-info { position: relative; font-size: 14px; line-height: 16px; overflow: hidden; }

.entry-page-next a span, .entry-page-prev a span { display: block; padding: 10px 15px 0; height: 50px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }

.pull-left { float: left; }

.navlogo {}

.entry-page-next { float: right; }

.pull-right { float: right !important; }

/*评论区域*/

.comment-list { padding: 0; margin: 0; padding: 0 10px 20px; }

.comment-list li { list-style: none;    font-size: 13px; }

.comment-meta { line-height: 1;     margin: 4px 0 0; color: var(--color-secondary); font-size: 12px; }

.comment-meta a { font-style: normal; color: var(--color-secondary); font-size: 12px; }

.comment-author { font-size: 13px }

.comment-author img { float: left; margin: 0 10px 0 0; width: 40px; height: 40px; }

.comment-footer {
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-size: 13px;
    color: #333;
    position: relative;
    margin-top:40px;
}

.comment-footer .comment-footer-main {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
.comment-footer .comment-footer-main .item {
    width: 100%;
    text-align: center;
    line-height: 28px;
}

.comment-footer .comment-footer-main .btn {
    display: inline-block;
    line-height: 26px;
    background: #fff;
    padding: 0 10px;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
    vertical-align: middle;
}

.comment-footer .comment-footer-main .item {
    width: auto;
    text-align: left;
}

.comment-footer .comment-footer-main {
    flex-direction: row;
    flex-wrap: nowrap;
}

.comment-footer .comment-footer-main .btn:hover {
    background: var(--theme);
    color: #fff;
}

.comment-footer .comment-footer-main .btn {
    margin-top: 0;
}

.btn-orange-border {

    border: 1px solid var(--theme)  !important;
    color: var(--theme);
}

.comment-nomore::before, .comment-nomore::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 0;
    border-bottom: 1px solid #eee;
    vertical-align: super;
}

.comment-nomore {
    text-align: center;
    font-size: 12px;
    color: #bbb;
    padding: 20px 0;
}

.comment-footer .ji2-icon {
    position: absolute;
    left: 50%;
    top: 0;
    margin: -24px 0 0 -12px;
}



/*UA评论显示*/


.fn, .fn a { color: var(--theme); padding-right: 3px; font-size: 14px; font-style: normal; }

.comment-reply-link { float: right; font-size: 12px; line-height: 20px; padding: 0 6px; background: var(--theme); border-radius: 4px; display: none; cursor: pointer; }

.comment-reply-link a { color: #fff; }

.comment-body { padding: 25px 0 0 0; border-bottom: 1px solid #eee; position: relative; padding-bottom: 2rem; }

.comment-body .biaoqing { width: 30px; margin-left: 5px; }

.comment-body .reply { position: absolute; top: 30px; right: 0; }

.comment-body .reply a:hover { color: #fff; }

.comment-body:hover .comment-reply-link { display: block }

.comment-children { margin-left: 50px; }

#comments p { margin-left: 50px;}
#comments .comment-body p{ padding: .5rem .1rem 0.1rem; border-radius: 2px;  }

/*评论翻页*/

ol.page-navigator li { display: inline-block; color: var(--color-secondary); margin: 0 5px; }

ol.page-navigator { padding: 30px 0; list-style: none; text-align: center }

ol.page-navigator li a { display: block; text-align: center; background: #f7f7f7; font-size: 14px; color: var(--color-secondary); line-height: 30px; height: 30px; overflow: hidden; padding: 0 10px; border-radius: 2px; box-sizing: border-box; }

ol.page-navigator li.current a { background: var(--theme); border-color: var(--theme); color: #fff; padding: 0 10px; }

ol.page-navigator li a:hover { background: var(--theme); border-color: var(--theme); color: #fff; padding: 0 10px;}

/*移动端导航*/

.m_nav-wrapper { display: none }

.m_nav-wrapper img { margin-top: 80px; }

.m_nav-list { position: absolute; top: 12px; right: 0;}

@media screen and (max-width: 991px) { #nav-menu { display: none }

    .m_nav-wrapper { display: block; position: fixed; width: 100%; height: auto; 	left: 0; right: 0; bottom: 0; background: #fff; transition: all .3s 	ease-out; transform: translate3d(0, -9999px, 0); z-index: 59 }

    .m_nav-wrapper .site-nav { display: flex; -webkit-display: inline-flex; 	flex-direction: column; align-items: center; align-content: space-around; 	font-size: 16px; line-height: 16px; width: 100%; height: 100%; float: right; 	padding: 0; margin: 0; list-style: none }

    .m_nav-wrapper .site-nav li { display: inline-block; padding: 0 .8em 0 1em; 	margin: 0 .4em; line-height: 64px; letter-spacing: .1em; position: relative; 	flex-grow: 1 }

    .m_nav-list a { display: flex; flex-direction: column; justify-content: 	flex-end; width: 24px; height: 24px; background: 0 0 }

    .m_nav-list .lines .line { display: inline-block; width: 24px; height: 1px; 	background: #000; transition: all .3s ease-out }

    .m_nav-list .lines .second-line { margin: 8px 0 }

    .m_nav-close .first-line { transform: rotate(45deg) translate3d(6px, 6px, 	0); transform-origin: center }

    .m_nav-close .second-line { transform: scale3d(0, 1, 1) }

    .m_nav-close .third-line { transform: rotate(-45deg) translate3d(7px, -7px, 	0); transform-origin: center } }

/* 文章下方博主信息 */

.author-info { border-bottom: 1px solid rgba(0, 0, 0, .05); padding-bottom: 30px; margin-top: 30px; overflow: hidden; padding-top: 30px; border-top: 1px solid rgba(0, 0, 0, .05); }

.author-avatar { margin-right: 15px; border-radius: 100%; }

.author-description { margin-left: 95px }

.author-title { font-weight: 400; font-size: 20px; line-height: 1 }

.author-info .information-navigation { font-size: 20px; line-height: 1; padding: 0; float: right; margin-bottom: -13px; margin-top: 0; }

.information-navigation i { color: rgba(0, 0, 0, .6); }

.information-navigation i:hover { color: rgba(0, 0, 0, .8); }

.author-bio { color: #7e7e7e; font-size: 14px; line-height: 1.5; margin: 10px 0 0 }

.information-navigation li { margin-right: 15px; display: block; float: left; }

.author-avatar img { width: 80px; height: 80px; border-radius: 99px; }

/* 文章内面包屑 */

.site-lins a { color: var(--color-secondary); }

.site-lins a:hover { color: var(--theme); }

/* 阅读全文 */ .show_text {}

.maskcon { display: none;}

.showall { display: none; }

.stui { border-bottom: 0px solid rgba(0, 0, 0, .05) !important; }

.stui .section-title { margin-bottom: 0px !important; padding-bottom: 0px !important; }

/* 文章内图片排布 */ .lonesome-img { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0 }

.lonesome-img a { border: 0; }

.gallery-3 li { width: calc((100% - 16px * 2)/ 3); margin-right: 15px }

.gallery-3 li:nth-of-type(3n) { margin-right: 0 }

.gallery-2 li { width: calc((100% - 16px)/ 2); margin: 0 16px 16px 0; display: flex; flex-grow: 1; flex-direction: column; justify-content: center; position: relative }

.gallery-2 li:nth-of-type(2n) { margin-right: 0 }

.gallery-4 li { width: calc((100% - 16px * 3)/ 4); margin-right: 15px }

.gallery-4 li:nth-of-type(4n) { margin-right: 0 }

/* 文章内标题右边的大日期 */

.postArticle-meta { bottom: 15px; position: absolute;   right: 0;  font-size: 12px; color: var(--color-secondary); }
.postArticle-meta i { font-size: 12px;  }

/* 文章内侧边栏浮动 */

.widget-fixed.fixed { position: fixed; top: 70px; width: 262.5px; z-index: 10; }

.widget-fixed {}

/* hljs行号 */

.hljs ol { list-style: decimal; margin: 0 0 0 40px !important; padding: 0 }

.hljs ol li { font-size: 13px; list-style: decimal-leading-zero; border-left: 1px solid #ddd !important; margin: 0 !important; white-space: pre; padding: 0 10px; line-height: inherit; }

.entry-content code { background-color: #fff5f5; color: #ff502c; font-size: .87em; padding: .065em .4em; margin: 0 4px }

.entry-content pre code { background: #000000; color: #fff; margin: 0; padding: .5em; }

.entry-content pre{ position: relative;}

.bg-primary { content: " "; position: absolute; -webkit-border-radius: 50%;  border-radius: 50%; background: #fc625d!important;  width: 12px; height: 12px; -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;  box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b; float: right; right: 55px; top: 12px;}

/* hljs代码高亮 */ .hljs-comment, .hljs-quote { color: #8e908c }

.hljs-deletion, .hljs-name, .hljs-regexp, .hljs-selector-class, .hljs-selector-id, .hljs-tag, .hljs-template-variable, .hljs-variable { color: #c82829 }

.hljs-built_in, .hljs-builtin-name, .hljs-link, .hljs-literal, .hljs-meta, .hljs-number, .hljs-params, .hljs-type { color: #f5871f }

.hljs-attribute { color: #eab700 }

.hljs-addition, .hljs-bullet, .hljs-string, .hljs-symbol { color: #718c00 }

.hljs-section, .hljs-title { color: #4271ae }

.hljs-keyword, .hljs-selector-tag { color: #8959a8 }

.hljs { display: block; overflow-x: auto; background: #F1F3F3; color: #4d4d4c; padding: .5em; border-radius: 8px }

.hljs-emphasis { font-style: italic }

.hljs-strong { font-weight: 700 }

/*评论表单框*/
.sp-dark-mode .comments-tips{  background: var(--night-bg-body);}
.comments-tips{
    border: 2px dashed #2299DD !important;
    border-radius:4px;
    padding:5px 5px;
    text-align:center;
    position:relative;
    font-size:16px;
    color:#ff6767
}
.comments-tips #comments-login{
    background:#2299DD;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin: 5px auto 0;
    width: 70px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    -webkit-transition: 0.8s;-moz-transition:0.8s; -ms-transition:0.8s;-o-transition:0.8s;transition:0.8s;
}
.comments-tips #comments-login a{
    color: #ffffff;
}
.comments-tips #comments-login:hover{background:#00aff0}
.comment-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,.80);
    z-index: 50;
}
.comment-overlay-login {
    text-align: center;
    font-size: 14px;
}

.comment-overlay-login p a{

    color: var(--theme);
    padding: 5px 10px;
    border: 1px solid var(--theme) !important;
    border-radius: 4px;
    font-size: 12px;
    margin: 10px;
}
.comment-overlay-login p a:hover{
    background: var(--theme);
    border-radius: 4px;
    color: #fff;
}
.comment-overlay-login p {
    margin-bottom: 0px;
    margin-left: 0px !important;
}

.comments-info-title {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    border-bottom: 1px solid #f2f2f2;
}

.comment-info {
    display: flex;
    align-items: center;


}

.comment-info span {
    display: flex;
    align-items: center;
    margin-right: 5px;
    font-size: 12px;
}
.comment-auth {
    border: 1px solid rgba(244,53,71,.09);
    color: rgba(244,55,72,.41);
}

.comment-rec {
    border: 1px solid rgb(84 181 219);
    color: rgb(84 181 219);
}

.comment-auth-mod {
    line-height: 15px;
    font-size: 12px;
    border: 1px solid;
    font-weight: 400;
    width: 17px;
    display: inline-block;
    height: 17px;
    text-align: center;
    margin-left: 3px;
    border-radius: 3px;
    font-size: 12px;
}
.comment-info span i {
    display: inline-block;
    font-style: normal;
    margin-left: 5px;
}

.comment-tips {
    max-width: 50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.comment-tips .comment-auth-mod{
    margin-right: 5px;
}

.hasLogin { line-height: 22px; height: 22px; font-size: 12px; }

.hasLogin a { line-height: 22px; height: 22px; }

.hasLogin-author { margin-right: 10px;vertical-align: top; }

.respond { padding: 0 0 25px; }

.respond textarea { font-size: 14px }

.comment-reply-title { font-size: 20px; font-weight: 600; margin: 0; font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif; }

.respond #new_comment_form { position: relative; margin-top: 15px; background: #f6f8fb; border-radius: 8px; }

.respond #new_comment_form .inp { background-color: #f6f8fb; border-radius: 8px; }

.respond #new_comment_form .input_body { padding-left: 20px; padding-right: 20px }

.respond #new_comment_form .input_body { padding-top: 15px; padding-bottom: 15px; height: 48px; position: relative; }

.respond #new_comment_form .input_body li, .respond #new_comment_form .input_body ul { list-style: none; }

.respond #new_comment_form .input_body .ident { width: 100% }

#comm_off { display: none; }

.respond #new_comment_form .input_body li { display: block; float: left; width: 50%; line-height: 0; }
/*.sp-dark-mode .respond #new_comment_form .input_body li input{ background:var(--night-bg-secondary);}*/
.respond #new_comment_form .input_body li input { z-index: 10; position: relative; background-color: transparent;   margin-bottom: 5px;   border-radius:7px; }
.sp-dark-mode .comment-yanzheng input{background:var(--night-bg-secondary);}
.comment-yanzheng{position:relative;top:-6px;right:0;float:right;margin:0 70px 0 0;padding:5px;width:180px;overflow:hidden;box-sizing:border-box;height:32px;margin-left: 0!important;}.comment-yanzheng img{position:absolute;top:0;right:0;z-index:1;cursor:pointer;}.comment-yanzheng input[name="imgcode"]


.respond #new_comment_form .input_body li:last-child { margin-right: 0 }

.respond #new_comment_form .new_comment { position: relative; z-index: 12 }

.respond #new_comment_form .comment_triggered { display: none }

.respond #new_comment_form input, .respond #new_comment_form textarea { padding: 0; line-height: 1.4; border: none; width: 100%; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box; outline: 0 }

.respond #new_comment_form textarea { line-height: 2.8; padding: 0 20px 0 20px; background-color: transparent; resize: none; background: url(../img/comment.png) right bottom no-repeat; /*background-repeat: no-repeat; background-position: center center;*/ }

.respond #new_comment_form textarea:focus { background-position-y: 115px; transition: 0.4s; }

.respond #new_comment_form .comment_submit_button { padding: 0px 8px; width: auto; position: absolute; right: 0; top: 0; background-color: var(--theme); color: #fff; height: 32px; margin: 8px 10px 8px 0; border-radius: 4px; text-decoration: none; font-size: 11px; }

.respond #new_comment_form .comment_submit_button:hover { background-color: var(--theme) }

.allcomment-empy{
    padding-top: 120px;
    background: url(../img/qiangsafa.png) no-repeat center 23px;
    background-size: 120px auto;
}

.allcomment-empy {
    min-height: 145px;
    text-align: center;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

@media print, screen and (max-width:35.5em) { .input_body li { float: none; width: 100%; margin-bottom: .6em } }

/*会员页面*/

.nerpage { background: #fff; box-shadow: 0px 0px 20px -5px rgba(158,158, 158, 0.22); border-radius: 5px; padding-top: 20px; padding-left: 20px; padding-right: 20px; padding-bottom: 25px; }

.ner-content { margin-bottom: 20px; }

.nercontt { padding: 30px 10px; min-height: 160px; border-bottom: 1px solid #eee; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.nercontt .avatar img {	border-radius: 50%; }

.ner-container { float: left; max-width: 10%; width: 10%; position: relative; width: 60px; height: 60px; margin: auto; }

.nercontt .ner-info { max-width: 30%; width: 30%; position: relative; height: 60px; margin: auto; }

.ner_v_honor{position: absolute; bottom: 0px; right: -5px; width: 24px; height: 24px;}

.nercontt .ner-info-title { margin-bottom: 2px; line-height: 1.4; }

.nercontt .info-num { font-size: 12px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.info-num .work { display: inline-block; }

.work i { display: inline-block; width: 1px; height: 10px; background: #333; margin: 0 5px; }

.nercontt .ner-info .signature p {	margin-top: 2px; white-space: nowrap; text-overflow: 	ellipsis; overflow: hidden; font-size: 12px; color: #bbb; }

.nercontt .work-show { max-width: 60%; width: 60%;  }

.nercontt .work-show ul { display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.nercontt .work-show ul li { flex: 0 0 33.333333%; max-width: 33.333333%; padding: 5px; position: relative; list-style-type: none; }

@media screen and (max-width: 767px) { .nercontt .work-show { max-width: 100%; width: 100%; padding-left: 0px }

    .nercontt .work-show ul li { max-width: 33.3%; padding: 5px; }

    .nercontt .ner-info {  max-width: 70%; width: 70%; height: auto;  margin-top: 0px;   margin-left: 0px;}

    .ner-container {  max-width: 15%; width: 15%; height: 40px;margin: 0 10px 0 0; }

    .ner_v_honor { width: 18px; height: 18px;bottom: 8px;}

    .nercontt { padding: 10px;}

    .ner-container .avatar img{ width: 35px;  height: 35px;}

}

/*分类页面css*/

.entry-container .entry-title { margin: 0; font-size: 18px; line-height: 26px; text-overflow: ellipsis; overflow: hidden; }

.ad-container { display: block; position: relative; min-height: 180px; padding: 20px 200px 20px 0; }

.ad-container .entry-summary p { padding: 0; margin: 0.2em 0; }

.ad-image { width: 180px; height: 120px; position: absolute; padding-top: 0; right: 0; top: 30px; }

.entry-container { display: block; position: relative; min-height: 118px; padding: 20px 0px 25px 230px; }

.block-image { width: 210px; height: 140px; position: absolute; padding-top: 0; margin-right: 20px; left: 0 }

.block-fea { position: absolute; border-radius: 5px; top: 0; bottom: 0; left: 0; right: 0; border: 0; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%;}

.overlay-1{     width: 100%;
    height: 100%;
    background-color: rgba(22,29,39,.88);
    position: absolute;
    opacity: .3;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }

.overlay-hover:hover .overlay-1, a:hover .overlay-1 {
    opacity: .68;
}

.laid_title_l { position: absolute; background: var(--theme); top: 2rem; left: -20px; width: 5px; height: 25px; transform: scaleY(0);
    transition: transform 0.35s;}

.post-list:hover .laid_title_l {   transform: scaleY(1);}

.post-list:hover .entry-title a { color: var(--theme); }

.vodlist_top {  font-style: normal; display: inline-block;   text-overflow: ellipsis;  white-space: nowrap;  position: absolute;  font-size: 12px;  color: #fff;  top: 0.35rem;  right: -14rem;  transition: all .4s;}

.post-list:hover .vodlist_top { right: 0.35rem;}

.vodlist_top .voddate {text-align: center;    width: auto;    height: 25px;    line-height: 25px;    padding: 4px 7px;    border-radius: 4px;}

.vodlist_top em{font-style: normal;}

.voddate_year { background: var(--theme) }

.voddate_type { background:var(--theme)}

.swiper-title { color: hsla(0, 0%, 100%, .9); position: absolute; bottom: 0; padding: 0 0 10px 20px;font-size: 18px; font-weight: bold; }

.fea-over:after {}

.spic { opacity: 0; }

.block-image img { display: block; width: 100%; height: 100%; border-radius: 5px; object-fit: cover }

.post-list { border-bottom: 1px solid rgba(0, 0, 0, .05); }

.shuobg { background: #ecf1f5; padding: 0px 15px; border-bottom: 0px; }

.archive-content .page-title:before { display: block; content: ''; position: absolute; top: 50%; left: 0; right: 0; border-top: 1px solid rgba(0, 0, 0, .05); z-index: 1 }

.page-title span { display: inline-block; padding-right: 10px; background: #fff; position: relative; z-index: 2; font-weight: 600; color: #333 }

.entry-container .entry-meta { margin-bottom: 0px !important }

.fea-meta { margin-bottom: 10px !important;line-height: 25px; }

/*列表封面小图标ico*/

.picsum-icon{align-items: center; color: #fff; font-size: 12px; left: 5px;  height: 20px;  line-height: 20px;  position: absolute;  top: 5px;  padding: 0px 8px;  border-radius: 5px; background: rgba(0,0,0,.5); font-style: normal; }

.picsum-icon i{ font-size:12px;}

.entyr-icon { align-items: center; /* background-color: rgba(0, 0, 0, 0.6); */ border-radius: 50%; color: #fff; display: flex; font-size: 19px;	justify-content: center; left: 5px; line-height: 1; position: absolute; top: 5px;}

.sle_i {position: relative;display: block;}

.contt .entyr-icon i { font-size: 22px; }

/*获取图片alt信息css*/

.lonesome-img li { position: relative; margin-left: 0; margin-bottom: 0; padding-top: 0 }

.lonesome-img .image_title { top: 0; right: 0 }

.image_title { left: 5px; top: 0; position: absolute; border-radius: 12px; top: 8px; z-index: 4; font-size: 12px; color: #FFFFFF; line-height: 20px; background: rgba(28, 31, 33, 0.6); border-radius: 4px; padding: 2px 8px; }

/* 动态为footer添加类fixed-bottom */

.fixed-bottom { position: fixed; bottom: 0; width: 100%; }



/*文章内密码输入框*/

form.protected .text { width: 50%; border-radius: 20px 0 0 20px; padding: 4px 20px; }

form.protected .submit { border-radius: 0 20px 20px 0; position: relative; right: 5px; background: #eee }

form.protected { text-align: center }

/*文章目录*/
.fn_article_nav { max-width: 300px; animation: left .5s; position: absolute; right: 0; bottom: 45px; border-radius: 8px; padding: 16px 20px; background: #ffffff; border-radius: 8px; padding: 16px 20px; box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22); }

.fn_article_nav ul { display: block; padding: 0 !important; margin: 0 !important }

.fn_article_nav li { float: left; list-style-type: decimal; padding: 3px; margin: 0 20px; font: italic 1em Georgia, Times, serif; text-overflow: ellipsis; white-space: nowrap }

.fn_article_nav li a { font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif; font-style: normal }

.article_nav_title { margin: 0 10px; font-size: 20px !important; color: rgba(0, 0, 0, .6) }

.toc-arrow { border-bottom: 10px solid #ffffff; border-left: 10px solid transparent; border-right: 10px solid transparent; position: absolute; transform: rotate(180deg); right: 10px; bottom: -10px }

#mArticle { position: fixed; top: 400px; right: 2%; width: 40px; height: 40px; text-align: center; color: rgb(0, 0, 0); display: block; z-index: 49 }

#mArticle span { line-height: 42px; font-size: 30px }

/*浏览区域滚动条*/

pre code::-webkit-scrollbar { height: 6px; }

::-webkit-scrollbar { width: 8px;height:0px }

::-webkit-scrollbar-track { background: rgba(51, 51, 51, .1) }

::-webkit-scrollbar-thumb { background: var(--theme); border-radius: 4px }

::-webkit-scrollbar-thumb:active { background-color: var(--theme) }
.footer-scroll {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 99999;
}
.footer-scroll>*{
    margin-top: 10px;
}
.footer-scroll>*:first-child{
    margin-top: 0;
}
#scroll-to-top,
#scroll-to-search{ border-radius: 3px; width: 35px; height: 35px; text-align: center; line-height: 45px; color: rgba(0, 0, 0, .4); display: block; z-index: 49; color: #fff; background-color: var(--theme); border-color: var(--theme); }

#scroll-to-top span,
#scroll-to-search span{ width: 100%; height: 100%; top: 0; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.text-lg { font-size: 18px!important; }

#showfacenamereplace { margin: 10px 10px; padding: 5px; }

#showfacenamereplace img { display: initial; padding: 5px 5px 5px 0px; width:30px; }

/*文章阅读模式*/

.read_outer { float: right; color: #fff; padding: 0 10px; background: var(--theme); border-radius: 2px; font-size: 12px; line-height: 32px; margin: 0 10px 0 0; }

.read_outer a { color: #fff; }

.box_read { margin: 0px auto 0px auto; width: 50%; height: 100%; overflow: scroll; text-align: left; outline: none; padding-bottom: 150px; }

.box_read pre code { background: none; margin: 0; padding: .5em; color: rgba(0, 0, 0, .84); }

.box_read ol { list-style: none; }

.box_read .entry-content div { display: none; }

.title_read {	display: block; font-weight: bold; margin-top: 5px; text-align: center; }

.title_read h1 { font-size: 16px; color: #333; margin: 0; margin-bottom: 15px; margin-top: 15px; font-weight: 600; position: relative; }

div.box_read::-webkit-scrollbar:horizontal, ::-webkit-scrollbar-track:disabled { display: none; }

div.box_read::-webkit-scrollbar { width: 8px; }

div.box_read::-webkit-scrollbar-thumb { border-radius: 4px; background: var(--theme); min-height: 40px; }

div.box_read::-webkit-scrollbar-track { margin-bottom: 80px; border-radius: 30px; -webkit-background-origin: border; }

.content_read ::-webkit-scrollbar { width: 18px; }

.close_read { position: absolute; left: 100%; top: 110px; width: 24px; height: 24px; margin-left: -44px; }

.close_read { display: block; width: 24px; height: 24px; background-image: url("../img/close-read.png"); cursor: pointer; }

.close_read:hover { background-image: url("../img/close-hover.png"); }

.close_read:active { background-image: url("../img/close-active.png"); }

.loading_read { display: block; background-image: url("../img/loading.gif"); width: 32px; height: 32px; }

/*文章视频样式or 阅读视频模式*/

.readvideo { margin: 0 !important; }

.readvideo button { display: none !important; }

.readvideo .plyr__controls { display: none; }

.readvideo .plyr__video-wrapper button { display: inline-block !important; }

.readvideo .plyr__video-wrapper .plyr__controls { display: flex !important; }

/*多图栏目*/

.part-list { padding: 15px 0; border-radius: 5px; border-bottom: 1px solid rgba(0, 0, 0, .05) !important; }

.cate_s { display: block;}

/*文章更多阅读*/

.part-mor { padding: 15px 0; border-radius: 5px;  }

.part-mor .section-title { margin-bottom: 5px; }

.part-mor .section-title .li_i{position: relative;}

.top-news { padding-bottom: 0px; border-bottom: 0px; }

.top-news .section-cont .item { padding: 0 5px;}

.top-news .hunter-item a:hover { transform: none !important; }

.top-news .section-cont .hunter-item h2 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; height: 2em; }

.top-news .section-cont .hunter-item { margin-bottom: 2px; }

.section-title { font-size: 16px; color: #262626; line-height: 28px; padding-bottom: 15px; border-bottom: 0px solid #f2f2f2; position: relative; font-weight: 400; }

.section-title i{ font-size: 16px; }

.section-cont .items { margin: 0 -8px; *zoom: 1; }

.section-cont .item { float: left; width: 100%; padding: 0 8px; }

.part-list .item { padding: 0 5px; }

.part-list .hunter-item { margin-bottom: 5px !important; }

.section-cont .hunter-item { margin-bottom: 20px; position: relative; }

.section-cont .hunter-item a { display: block; padding: 8px; background: #fff;  box-shadow: 2px 2px 20px -3px rgba(108, 108, 108, 0.22);position: relative; z-index: 2; border-radius: 5px; transform: translate(0, 5px);  transition: all .2s;}

.section-cont .hunter-item h2 { font-size: 13px; line-height: 1.5; overflow: hidden; margin-bottom: -8px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; height: 2em;}

.section-cont .hunter-item span { font-size: 12px; height: 40px; overflow: hidden; margin-bottom: 5px; text-overflow: ellipsis;	display: block; }

.section-cont .hunter-item .hunter-thumb { border-radius: 5px; overflow: hidden; margin-bottom: 10px; }
@media (max-width: 991px) { .part-mora { display: none; } }

.c_lt{margin-top: 10px;}

.a_cl{ border-top: 1px solid #eee; font-size: 12px;padding-top: 5px; margin-top: 10px;color: var(--color-secondary);}

.a_cl_r{ float: right;color: var(--color-secondary);}

.section-cont .hunter-item .hunter-thumb .c_l{ left: 10px; top: 10px;}

.section-cont .hunter-item h4 { font-size: 12px; font-weight: normal; position: relative; }

.section-cont .hunter-item h4 .btn { padding: 0 10px; color: #bbb; line-height: 24px; background: #fafafa; }

/*移动端slide*/

.slidels {}

.aui-flex { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; position: relative; }

.aui-flex-box { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; min-width: 0;}

.aui-flex-box h1 { color: #000; font-size: 1rem; }

.aui-arrow { position: relative; padding-right: .8rem; padding-bottom: 15px; }

.aui-arrow span { font-size: 12px; color: #3296fa; }

.aui-slide-list { padding-left: 0; overflow: hidden; height: 19rem; }

.aui-slide-item-list { width: auto; white-space: nowrap; overflow: auto; height: 23.3rem; font-size: 0; padding-right: 20px; margin-left: 0; }

.aui-slide-item-item { display: inline-block; margin-left: 1.2rem; vertical-align: top; border-radius: 5px; width: 12rem; }

.aui-slide-item-item a img { width: 12rem; display: block; border: none; border-radius: 3px; height: 16rem; object-fit: cover; }

.aui-slide-item-item a h2 { font-size: 12px; line-height: 1.5; margin: 5px 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; height: 2em; }

/*移动端slide*/

.btn { display: block; cursor: pointer; border-radius: 3px; text-align: center; line-height: 2.4; outline: none; border: none; }

.section-cont .hunter-item h4 span { display: inline-block; }

.section-cont .hunter-item h4 .hunter-product { position: absolute; right: 0; top: 50%; transform: translate(0, -50%); color: #bbb; }

.section-cont .item { width: 25%; }

.section-cont .items:after { content: ""; height: 0; line-height: 0; display: block; visibility: none; clear: both; }

.section-cont .hunter-item a:hover { transform: translate(0, -5px); color: var(--theme); transition: all .2s; }

.section-cont .hunter-item * {}

.section-cont .hunter-item a:hover .btn { background: var(--theme); color: #fff; }

.section-title .more { position: absolute; right: 0; top: 50%; transform: translate(0, -50%); font-size: 14px; font-weight: normal; }

@media (min-width: 768px) {

    .section-cont .item { width: 25%; }

    .primary-menu a { margin: 0; }

    .section-cont .col-item{ width: 20%; }

}

@media (max-width: 767px) { .section-cont .item { width: 33%; }

    .section-cont .item:nth-of-type(4) { display: none; } }

@media screen and (max-width: 767px) { .m_nav-wrapper { display: block; position: fixed; width: 100%; height: auto; left: 0; right: 0; bottom: 0; background: #fff; transition: all .3s ease-out; transform: translate3d(0, -9999px, 0); z-index: 59; } }

@media (max-width:479px) { .comment .comment-children .comment-list { margin-left: 0px; padding: 0px; }

    .section-cont .item { width: 50%; }

    .separ_v { display: none !important; }

    .section-cont .hunter-item a {}

    .section-cont .item:nth-of-type(4) { display: block; }

    /* 阅读全文 */

    .show_text { height: 1010px; overflow: hidden; position: relative; }

    .showall { display: block; text-align: center; margin: 15px 0 0; color: 	var(--theme); position: absolute; width: 100%; bottom: 0; padding-top: 100px; 	line-height: 100px; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff)); 	background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 	70%); }

    .showall i { font-size: 15px; }

    .sp-dark-mode .showall { background-image: -webkit-gradient(linear, left 	top, left bottom, from(rgba(29, 31, 32, 0)), color-stop(70%, var(--night-bg-secondary))); 	background-image: linear-gradient(-180deg, rgba(29, 31, 32, 0) 0%, var(--night-bg-secondary) 	70%); }

    .showwen { display: none !important; } }

.navbar-search { position: absolute; top: 100%; left: 0; right: 0; max-width: 100%; width: 100%; opacity: 1; z-index: 101; transform: scaleY(1); -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); transform-origin: 0 0 0; transition: all .4s ease-in-out 0s; background-color: rgba(34, 40, 49, 0.79); }

.navbar-search .searchform { width: 100%; padding: 1.5rem .5rem; display: block; border-radius: 3px; }

.input-group { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: stretch; align-items: stretch; width: 100%; }

.navbar-search .searchform input { background-color: transparent; color: #fff; border: none; border-radius: 0; padding: 0; flex: 1 1 auto; width: 1%; }

.input-group-append { margin-left: -1px; }

.navbar-search .searchform .input-group-append>.btn { background-color: transparent; color: #fff; padding: 0; border: none; box-shadow: none; outline: 0; cursor: pointer; }

.btn-nostyle { line-height: 2.4; display: inline-block; vertical-align: middle; }

/*分类边栏悬浮*/

.fixed-sidebar { top: 97px; }

.fixed-sidebar { position: fixed; left: 50%; top: 120px; z-index: 19; transform: translate(-100%, 0); }

.fixed-sidebar .menu { position: relative; background: #ffffff; border: 1px solid #F3F3F3; box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.04); font-size: 13px; border-radius: 8px; }

.fixed-sidebar .menu .link-0 { display: block; padding: 10px 15px 12px; color: #888;}

.fixed-sidebar .menu a { white-space: nowrap; }

.fixed-sidebar .menu a { white-space: nowrap; }

.fixed-sidebar .menu li { list-style: none; }

.fixed-sidebar .menu .item-0:hover .link-0 { background: var(--theme); color: #fff; }

.fixed-sidebar *, .fixed-sidebar:after, .fixed-sidebar:before { transition: none; }

.fixed-sidebar .menu .link-0 i { font-size: 16px; margin-right: 10px; }

@media (max-width: 991px) { .fixed-sidebar { display: none; } }



/* 个人主页 */

.u-textAlignCenter { text-align: center; margin: 50px 0; }

.author-header-meta .avatar { border-radius: 100%; margin-top: -60px; margin-bottom: 10px; position: relative; }

.author-header-meta .name { font-size: 18px; font-weight: 600; margin-bottom: 10px; }

.author-header-meta .desc { color: #7a7b7c; font-size: 14px; margin-bottom: 10px; }

@media (max-width: 991px){
    .member {
        margin-left: 0px !important;
    }
}
.member{
    margin: 0px;
    margin-left: -30px;
}
.member .meb_top{
    margin-bottom: 15px;
}
.member .meb_top .menu-item i{ font-weight: 600; }

.member .meb_top .active { color: var(--theme);}

.member .meb_cl{
    padding-left: 0px;
}
.member .separator{ color: #d9d9d9; }
.meb_title{
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px 0 12px;
    position: relative;
}
.meb_title i {
    font-size: 19px;
    color: #000;
}
.meb_title span {
    display: inline-block;
    padding: 0 10px 0 0;
    background: #ffffff;
    position: relative;
    z-index: 2;
    font-weight: normal;
    color: #333;
}
.member .main-navigation{
    margin-top: 0px;
}
.member .meb_autor_top{
    position: relative;
    margin-top: -35px;
    padding: 0 5px;
    align-items: flex-end;
}
.meb_v {
    position: relative;
    width: 70px;
    height: 70px;
    margin: auto;
}
.meb_v_img {
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 12px;
    margin: auto;
}
.form__input {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fafafa;
    border: 1px solid rgba(133,153,171,0.2);
    font-size: 12px;
    color: #364e65;
    padding: 0 15px;
    background: #f3f5f6;
}
.form__label {
    font-size: 13px;
    color: var(--color-secondary);
    font-weight: normal;
    margin: 8px 0;
    display: inline-block;
}
.form__btn {
    width: 80px;
    height: 30px;
    background: #54b5db;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}
.page_auto_con .meb_top{ display: none;	}
.page_auto_con .meb_top.active{	display: block; }
.page_auto .menu-item.active p:after {
    position: absolute;
    left: 0;
    top: 99%;
    width: 100%;
    height: 2px;
    background: #3ca5f6;
    border-radius: 2px;
    content: "";
}
.page_auto .menu-item p{ display: block;position: relative; cursor: pointer;}

.user_center{ min-height: 800px; }

.user_center .block-image{
    width: 160px;
    height: 100px;
}
.user_center .entry-container{
    padding: 20px 0px 10px 180px;
    height: 130px;
}
.user_center .d_meta{
    padding: 0 10px;
    background: #eef6fd;
    border-radius: 6px;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    color: var(--theme);
    margin-bottom: 10px;
}

.user_center .d_meta i{ font-size: 13px; }

.user_center .aut_edit{ float:right; margin-right: 5px;}
.user_center .aut_edit a{color: var(--theme);}
.bg-gradient-danger {
    background: #fe7096;
}
.bg-gradient-info {
    background: #047edf;
}
.bg-gradient-success {
    background: #07cdae;
}
.bg-gradient-warning {
    background: #ff8e4f;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem !important;
}
.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 6px;
    color: white;
}
.card-body h4{ font-size:16px;}
.auto_xin{
    margin-bottom: 20px;
}
.auto_xin_list {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.auto_xin_list i{
    float: right;
    font-size: 20px;
    line-height: 22px;
}
.user_center .adimgs{
    margin: 0px 0px 20px;
    margin-right: -5px;
    margin-left: -5px;
}
.form__btn{ border: 0px solid #54b5db; }

.form__btn[disabled], html input[disabled] {
    cursor: not-allowed;
    background-color: #919394;
}

.form__btn:hover{
    border: 0px solid #54b5db;
    color: #fff;
    text-decoration: none;
}
.form {
    display: inline-block;
    width: 100%;
}
.list_auto_ping li{ list-style-type:none; margin: 20px 0;}
.list_auto_ping li i{margin-right:10px}

.list_auto_ping li p{  padding: 6px 10px;
    background: #eef6fd;
    border-radius: 6px;
    font-size: 13px;
    color: var(--color-secondary);
    margin-bottom: 5px;
    position: relative;
    transition: all .2s; }
.list_auto_ping li .meta{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.base-alert {
    background: #E2EDFF;
    border-radius: 4px;
    color: #448AFF;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: auto;
    line-height: 22px;
    padding: 9px 24px;
}
.list_auto_ping li .meta .views{
    font-size: 10px;
    color: #888;
    white-space: nowrap;
}
.list_auto_ping li p .biaoqing {
    width: 20px;
}
.user__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid rgba(133,153,171,0.2);
    padding: 10px 10px 0 !important;
}
.user__list li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.user__list li span {
    font-size: 13px;
    line-height: 28px;
    color: var(--color-secondary);
}

@-webkit-keyframes loading-5 { 0% { transform: scale(1) rotate(0deg); }

    50% { transform: scale(0.6) rotate(180deg); }

    100% { transform: scale(1) rotate(360deg); } }

.loading-5 { position: relative; width: 40px; height: 40px; }

.loading-5 i { display: block; border: 2px solid var(--theme); border-radius: 50%; border-color: transparent var(--theme); position: absolute; }

.loading-5 i:first-child { width: 35px; height: 35px; top: 0; left: 0; -webkit-animation: loading-5 1s ease-in-out 0 infinite }

.loading-5 i:last-child { width: 15px; height: 15px; top: 10px; left: 10px; -webkit-animation: loading-5 1s ease-in-out .5s infinite reverse ; }

.header-nav { position: relative; background: #fff; width: 100%; }

.top-bar-navigation a:hover { color: var(--theme); }

.header-content { width: 1170px; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.logowz h1{padding:6px 0px;}

@media (max-width: 991px) { .logowz h1{ padding: 3px 5px;} }



.header-logo { float: left; }

.header-logo a { display: block; padding: 16px 0; color: #1ec67a; text-decoration: none; }

.header-logo a img { height: 32px; display: block; border: none; }

.top-bar-navigation { float: right; /* margin-right: 45px;*/ }

.top-bar-navigation ul { float: left; }

.list_i { font-size: 18px !important; font-weight: bold; }

.top-bar-navigation ul li { position: relative; display: block; float: left; }

.msg_remind{ display: inline;width: 8px; height: 8px;background-color: #f01414;border-radius: 50%; position: absolute; top: 15px; left: 35px;}

.top-bar-navigation .aui-down-menu-list li:nth-of-type(3) {}

.top-bar-navigation .aui-down-menu-list li:nth-of-type(6) {}

li.nav-s:nth-of-type(3) a:after { content: ''; background: url(../img/icon_new.png) no-repeat; width: 26px; height: 14px; background-size: contain; display: inline-block; vertical-align: middle; margin-left: 5px; }

.live-animation{ height: 110px; width: 110px; position: absolute; top: -50px; right: -76px; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-transform: scale(.5); -ms-transform: scale(.5); transform: scale(.5);}

.live-animation { background-image: url(../img/hot_new.png); -webkit-animation: live 2.12s steps(1) 0s infinite normal none; animation: live 2.12s steps(1) 0s infinite normal none;}

@-webkit-keyframes live{0%{background-position:0 0}1.89%{background-position:-110px 0}3.77%{background-position:-220px 0}5.66%{background-position:-330px 0}7.55%{background-position:-440px 0}9.43%{background-position:-550px 0}11.32%{background-position:-660px 0}13.21%{background-position:-770px 0}15.09%{background-position:-880px 0}16.98%{background-position:-990px 0}18.87%{background-position:-1100px 0}20.75%{background-position:-1210px 0}22.64%{background-position:-1320px 0}24.53%{background-position:-1430px 0}26.42%{background-position:-1540px 0}28.30%{background-position:-1650px 0}30.19%{background-position:-1760px 0}32.08%{background-position:-1870px 0}33.96%{background-position:-1980px 0}35.85%{background-position:-2090px 0}37.74%{background-position:-2200px 0}39.62%{background-position:-2310px 0}41.51%{background-position:-2420px 0}43.40%{background-position:-2530px 0}45.28%{background-position:-2640px 0}47.17%{background-position:-2750px 0}49.06%{background-position:-2860px 0}50.94%{background-position:-2970px 0}52.83%{background-position:-3080px 0}54.72%{background-position:-3190px 0}56.60%{background-position:-3300px 0}58.49%{background-position:-3410px 0}60.38%{background-position:-3520px 0}62.26%{background-position:-3630px 0}64.15%{background-position:-3740px 0}66.04%{background-position:-3850px 0}67.92%{background-position:-3960px 0}69.81%{background-position:0 -110px}71.70%{background-position:-110px -110px}73.58%{background-position:-220px -110px}75.47%{background-position:-330px -110px}77.36%{background-position:-440px -110px}79.25%{background-position:-550px -110px}81.13%{background-position:-660px -110px}83.02%{background-position:-770px -110px}84.91%{background-position:-880px -110px}86.79%{background-position:-990px -110px}88.68%{background-position:-1100px -110px}90.57%{background-position:-1210px -110px}92.45%{background-position:-1320px -110px}94.34%{background-position:-1430px -110px}96.23%{background-position:-1540px -110px}98.11%{background-position:-1650px -110px}}@keyframes live{0%{background-position:0 0}1.89%{background-position:-110px 0}3.77%{background-position:-220px 0}5.66%{background-position:-330px 0}7.55%{background-position:-440px 0}9.43%{background-position:-550px 0}11.32%{background-position:-660px 0}13.21%{background-position:-770px 0}15.09%{background-position:-880px 0}16.98%{background-position:-990px 0}18.87%{background-position:-1100px 0}20.75%{background-position:-1210px 0}22.64%{background-position:-1320px 0}24.53%{background-position:-1430px 0}26.42%{background-position:-1540px 0}28.30%{background-position:-1650px 0}30.19%{background-position:-1760px 0}32.08%{background-position:-1870px 0}33.96%{background-position:-1980px 0}35.85%{background-position:-2090px 0}37.74%{background-position:-2200px 0}39.62%{background-position:-2310px 0}41.51%{background-position:-2420px 0}43.40%{background-position:-2530px 0}45.28%{background-position:-2640px 0}47.17%{background-position:-2750px 0}49.06%{background-position:-2860px 0}50.94%{background-position:-2970px 0}52.83%{background-position:-3080px 0}54.72%{background-position:-3190px 0}56.60%{background-position:-3300px 0}58.49%{background-position:-3410px 0}60.38%{background-position:-3520px 0}62.26%{background-position:-3630px 0}64.15%{background-position:-3740px 0}66.04%{background-position:-3850px 0}67.92%{background-position:-3960px 0}69.81%{background-position:0 -110px}71.70%{background-position:-110px -110px}73.58%{background-position:-220px -110px}75.47%{background-position:-330px -110px}77.36%{background-position:-440px -110px}79.25%{background-position:-550px -110px}81.13%{background-position:-660px -110px}83.02%{background-position:-770px -110px}84.91%{background-position:-880px -110px}86.79%{background-position:-990px -110px}88.68%{background-position:-1100px -110px}90.57%{background-position:-1210px -110px}92.45%{background-position:-1320px -110px}94.34%{background-position:-1430px -110px}96.23%{background-position:-1540px -110px}98.11%{background-position:-1650px -110px}}

.top-bar-navigation ul li a { display: block; }

.drop-down *, .drop-down:after, .drop-down:before { transition: none; }

.aui-dow-box { position: absolute; top: 50px; left: 50%; width: 140px; padding: 30px 0; background-color: #ffffff; visibility: hidden; opacity: 0; transform: translateX(-50%); box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22); }

.aui-dow-box-list { width: 720px; left: 295px; padding: 20px 10px 30px 10px; border-radius: 4px; z-index: 99; }

.drop-down:hover .aui-dow-box-list { visibility: visible; opacity: 1; filter: alpha(opacity=100); }

.aui-down-menu { padding: 0 24px; width: auto; float: none; display: block; }

.aui-down-menu-title { padding-bottom: 10px; color: #313131; font-size: 18px; line-height: 1; border-bottom: 0; margin-bottom: 0; }

.aui-down-menu-list-title i { float: left; margin-right: 5px; width: 15px; height: 15px; display: block; background-size: 15px; background-repeat: no-repeat; margin-top: 1px; }

.aui-down-menu-list { float: left; font-size: 0; }

.aui-down-menu-list-item { display: inline-block; margin-bottom: 20px; width: 160px; line-height: 1; padding-top: 0; }

.aui-top-border {}

.top-bar-navigation ul .aui-down-menu-list-item a { padding: 0; line-height: inherit; }

.aui-down-menu-list-title { margin-top: 20px; margin-bottom: 15px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; height: 15px; line-height: 15px; }

.aui-down-menu-list-text { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; color: #919191; font-size: 12px; letter-spacing: 1px; }

.aui-nav-dow { width: auto;white-space: nowrap;opacity: 0; visibility: hidden; position: absolute; top: 50px; padding: 8px 10px; background: #fff; border-radius: 4px; z-index: 99; box-shadow: 0px 0px 20px 7px rgba(158, 158, 158, 0.22);}

.drop-down:hover .aui-nav-dow {	opacity: 1; visibility: visible; -webkit-transition: all 0.25s ease-in-out; 	-moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s 	ease-in-out; filter: alpha(opacity=100); }

.top-bar-navigation .aui-nav-dow li a { padding: 0; line-height: inherit; display: block; padding: 8px 0 8px 0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; font-size: 14px; }
.drop-down .aui-nav-dow:before{
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    left: 5px;
}
/*.top-bar-navigation .aui-nav-dow li {     width: 130px;text-align: center; }*/

.aui-header-nav.solid { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); shadow: 0 5px 5px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; }

.aui-nav-dow li { color: var(--theme); padding-left: 2rem; }

.aui-nav-dow li a:before { content: ''; height: 1px; width: 10px; background-color: var(--theme); opacity: 0; -webkit-transition: all 300ms linear 0ms; -khtml-transition: all 300ms linear 0ms; -moz-transition: all 300ms linear 0ms; -ms-transition: all 300ms linear 0ms; -o-transition: all 300ms linear 0ms; transition: all 300ms linear 0ms; position: absolute; left: .75rem; top: 50%; -webkit-transform: translate(0%, -50%); -khtml-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); transform: translate(0%, -50%); }

.aui-nav-dow li a:hover { color: var(--theme); padding-left: 0.2rem; opacity: 1; }

.aui-nav-dow li a:hover:before { opacity: 1; }

body.active { overflow-x: hidden; overflow-y: hidden }

.collapse { display: none; }

.socollapse { display: none; }

.navss { display: block; }

@media screen and (max-width: 991px) { .row-offcanvas { position: relative; -webkit-transition: all .25s ease-out; transition: all .25s ease-out }

    .row-offcanvas-left { left: 0 }

    .row-offcanvas-left .sidebar-offcanvas { left: -50% }

    .row-offcanvas-left.active { left: 50% }

    .sidebar-offcanvas { position: absolute; top: 0; width: 50% }

    .sidebar-nav .navbar .navbar-collapse { padding: 0; max-height: none }

    .sidebar-nav .navbar ul { float: none }

    .sidebar-nav .navbar ul:not { display: block }

    .sidebar-nav .navbar li { float: none; display: block }

    .sidebar-nav .navbar li a { padding-top: 12px; padding-bottom: 12px } }

/*顶部导航*/

.new_header { border-top: 1px solid rgba(0, 0, 0, .05); }

.clearnav { padding-left: 0px; }

.screenfixed { display: none; }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: inherit;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    white-space: nowrap;
    padding: 10px 16px;
    font-size: 12px;
    text-overflow: ellipsis; overflow: hidden;;
}

ul.dropdown-menu li {
    display: block;
}

ul.dropdown-menu li a .view{
    float: right;
    font-size: 11px;
    color: var(--color-secondary);
    line-height: 1.5;
}

ul.dropdown-menu #jl_viewHistory ul{
    padding: 0;
    margin: 0
}

ul.dropdown-menu #jl_viewHistory ul li a{
    padding: 10px 16px;
    font-size: 13px;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: var(--color-title);
    white-space: nowrap;
}
ul.dropdown-menu #jl_viewHistory li a i{
    color: var(--theme);
}
.dropdown-menu>li>a:hover, ul.dropdown-menu #jl_viewHistory ul li a:hover, ul.dropdown-menu #jl_viewHistory ul li a:focus {
    
    color: #262626;
    background-color: #f5f5f5;
}

ul.dropdown-menu li .vhiy{
    padding: 3px 10px;
    font-size: 12px;
    display: block;
    background-color: #f5f5f5;
}

ul.dropdown-menu li a i,ul.dropdown-menu li .vhiy i{
    padding-right: 5px;
    font-size: 14px;
}

.top_so{
    visibility: hidden;
    top: 50%;
    opacity: 0;
    width: inherit;
    box-shadow: 0px 5px 40px 0px rgba(17, 58, 93, 0.1) !important;
    border-radius: 6px !important;
    transition: all .2s;
}

.rank {
    display: inline-block;
    padding: 3px 7px;
    line-height: 1.2;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}
.ran1 {
    background-color: #FF4A4A !important;
    color: #FFFFFF;
}
.ran2 {
    background-color: #FF7701 !important;
    color: #FFFFFF;
}
.ran3 {
    background-color: #FFB400 !important;
    color: #FFFFFF;
}
.rank {
    background-color: var(--theme);
}

.s_tag{
    margin: 10px;
    display: block;
}
.s_tag .item{
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
    border-bottom: 0px dashed #eee;
}

.s_tag .item a{
    border-radius: 3px;
    padding: 6px;
    background: var(--theme);
    color: #fff;
    font-size: 12px;
}

.top_ac{   visibility: visible;
    opacity: 1;
    transition: all .2s;
    top: 100%; }

.search-warp { float: right; width: 480px; height: 36px; background: #f3f5f6; border-radius: 8px; padding-right: 56px; margin: 10px; box-sizing: border-box; position: relative; z-index: 1; }

.search-warp .search-area {  height: 36px; font-size: 14px; color: #9199a1; padding: 0; margin: 0; border-radius: 5px 0 0 5px; position: relative; }

.search-warp .search-area input.search-input {  height: 36px; line-height: 20px; padding: 8px 16px; font-size: 14px; color: #9199a1; border-radius: inherit; background: #ebeef5; border: 0px; }

.search-warp .showhide-search { position: absolute; right: 0; top: 0; font-size: 24px; color: #9199a1; line-height: 24px; padding: 6px 18px; border-radius: 0 5px 5px 0; border: 0px; background: #2299dd;; }

.search-warp .showhide-search i { display: block; height: 24px; color: #FFF; cursor: pointer; font-size: 20px; line-height: 24px; width: 20px; }

.search-btn { float: right; }

.search-btn a { height: 36px; line-height: 20px; padding: 8px 15px; margin: 10px 0; color: #fff; font-size: 14px; border-radius: 8px; box-sizing: border-box; background: var(--theme); }

.navbar-collapse-wrap { position: absolute }

.navbar { border: none }

.navbar .navbar-nav>.current-menu-item a { color: #fff; background-color: #080808 }

.navbar .m_nav-list:focus, .navbar .m_nav-list:hover { background-color: transparent }

.navbar .container { padding: 0px }

.navbar .container .navbar-header { margin: 0; position: relative; z-index: 999; background-color: #222 }

.navbar .container>.navbar-collapse { animation: right 1s; position: fixed; z-index: 900; bottom: 0px; top: 0px; left: -50%; margin: 0; padding: 0px; width: 77%; box-shadow: none; border-top: 0px solid white;overflow-y: auto; background: #fdfbfb; overflow-x: hidden; }

.navbar .container>.navbar-collapse.active { left: 0px }

.navbar .container .ultop { margin-top: 50px;}

.navbar .container ul li { list-style-type: none; }

.navbar .container .sub-menu li { margin-left: 5px; }

.sub-menu li a { color: #929292; }

.transition { -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out }

.m_nav-list { border: none; }

.navbar-nav { margin: 0px }

.mobile-sidebar-menu { position: relative; padding: .75rem 0; border-radius: 8px; margin-bottom: 20px; box-shadow: none; background: #ffffff; box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22); }

.mobile-sidebar-column { margin: 0 15px 0 15px; }

.mobile-sidebar-menu>li { position: relative; padding: 0 0 0 35px; }

.dropdown-sub-menu { position: absolute; right: 0; left: 0; top: 0; bottom: 0; z-index: 2; }

.mobile-sidebar-menu .sub-menu { padding: 0 0 .25rem; display: none; margin-top: 0px; }

.menuopen { display: block !important; }

.mobile-sidebar-menu li a { position: relative; display: block;	padding: .75rem 0; }

.mobile-sidebar-menu li a i { position: absolute; left: -5px; top: 50%;	-webkit-transform: translate(-150%, -50%); -ms-transform: translate(-150%, 	-50%); transform: translate(-100%, -50%);}

.dropdown-sub-menu span { position: absolute; top: 50%; right: 0; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 1.5rem; opacity: .5; }

.mobile-overlay { display: none; position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; background: rgba(120, 129, 147, .22); z-index: 50; opacity: 0; transition: all 0.5s ease-in-out; cursor: pointer; }

.mobile-overlay.active { display: block; opacity: 1; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }

.navigation-tab { height: 60px; width: 100%; line-height: 1; background-color: #fff; box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);  border: 10px solid #fff; display: none; position: relative; flex-shrink: 0; position: fixed; bottom: 0; z-index: 40; justify-content: space-between;}

.navigation-tab-item { flex: 1 1 auto;display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; line-height: 1; cursor: pointer; transition: 0.3s; position: relative; z-index: 2; }

.navigation-tab-item:nth-child(-n+2) {  
    width: 50%; /* 偶数项的宽度为50% */  
}  
  
.navigation-tab-item:nth-child(-n+3) {  
    width: 33.33%; /* 3的倍数的宽度为33.33% */  
}  
  
.navigation-tab-item:nth-child(-n+4) {  
    width: 25%; /* 4的倍数的宽度为25% */  
}

.navigation-tab-item.active { width: 25%; }

.navigation-tab-overlay {display: none; border-radius: 20px; background-color: #e4f2ff; height: 100%; width: 25%; position: absolute; left: 0; top: 0; transition: 0.3s; }

.navigation-tab__icon { display: block; color: #4298e7; transition-duration: 0.3s; line-height: 1; }

.navigation-tab__icon i { font-size: 24px; }

/* Slide transitions */

/*二维码生成封面*/

.cl:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden }

.vm { vertical-align: middle }

.comiis_poster_box { position: fixed; left: 0; bottom: 0; width: 100%; height: 100%; z-index: 999; background: rgba(0, 0, 0, 0.85); color: #fff; transition: all .4s ease; -webkit-transition: all .4s ease; opacity: 0 }

.comiis_poster_box img { display: initial; }

.comiis_poster_box_show { opacity: 1 }



.comiis_poster_fdico { position: fixed; z-index: 100 }

.comiis_poster_fdico a { display: block; width: 46px; height: 46px; text-align: center; border-radius: 50%; overflow: hidden; margin-top: 10px }

.comiis_poster_fdico a img { width: 16px; height: 16px; padding-top: 8px; overflow: hidden }

.comiis_poster_fdico a span { display: block; font-size: calc(20px/2); margin-top: 2px; overflow: hidden }

.comiis_poster_okimg, .comiis_poster_imgshow { height: calc(100% - 55px); text-align: center }

.comiis_poster_okimg img { max-width: calc(100% - 40px); max-height: calc(100% - 30px); margin: 25px 20px 10px; border-radius: 6px; }

.comiis_poster_oktit { padding: 0 10px; height: 30px; line-height: 30px; font-size: 14px; text-align: center; overflow: hidden }

.comiis_poster_okclose { position: absolute; width: 100%; left: 0; bottom: 0; height: 60px; text-align: center; overflow: hidden }

.comiis_poster_okclose a { display: block; height: 60px; line-height: 40px; overflow: hidden }

.comiis_poster_okclose a img { width: 40px; height: 40px }

.loading_color { width: 200px; height: 80px; margin: 0 auto }

.loading_color span { display: inline-block; width: 3px; height: 30px; animation-name: scale; -webkit-animation-name: scale; -moz-animation-name: scale; -ms-animation-name: scale; -o-animation-name: scale; animation-duration: 1.2s; -webkit-animation-duration: 1.2s; -moz-animation-duration: 1.2s; -ms-animation-duration: 1.2s; -o-animation-duration: 1.2s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -o-animation-iteration-count: infinite }

.loading_color span.loading_color1 { background: #2ecc71 }

.loading_color span.loading_color2 { background: #3498db }

.loading_color span.loading_color3 { background: #9b59b6 }

.loading_color span.loading_color4 { background: #e67e22 }

.loading_color span.loading_color5 { background: #c0392b }

.loading_color span.loading_color6 { background: #e74c3c }

.loading_color span.loading_color7 { background: #e74c8c }

.loading_color1 { animation-delay: -1s; -webkit-animation-delay: -1s; -moz-animation-delay: -1s; -ms-animation-delay: -1s; -o-animation-delay: -1s }

.loading_color2 { animation-delay: -0.9s; -webkit-animation-delay: -0.9s; -moz-animation-delay: -0.9s; -ms-animation-delay: -0.9s; -o-animation-delay: -0.9s }

.loading_color3 { animation-delay: -0.8s; -webkit-animation-delay: -0.8s; -moz-animation-delay: -0.8s; -ms-animation-delay: -0.8s; -o-animation-delay: -0.8s }

.loading_color4 { animation-delay: -0.7s; -webkit-animation-delay: -0.7s; -moz-animation-delay: -0.7s; -ms-animation-delay: -0.7s; -o-animation-delay: -0.7s }

.loading_color5 { animation-delay: -0.6s; -webkit-animation-delay: -0.6s; -moz-animation-delay: -0.6s; -ms-animation-delay: -0.6s; -o-animation-delay: -0.6s }

.loading_color6 { animation-delay: -0.5s; -webkit-animation-delay: -0.5s; -moz-animation-delay: -0.5s; -ms-animation-delay: -0.5s; -o-animation-delay: -0.5s }

.loading_color7 { animation-delay: -0.4s; -webkit-animation-delay: -0.4s; -moz-animation-delay: -0.4s; -ms-animation-delay: -0.4s; -o-animation-delay: -0.4s }

@-webkit-keyframes scale {

    0%, 40%, 100% { -moz-transform: scaleY(0.2); -ms-transform: scaleY(0.2); 	-o-transform: scaleY(0.2); -webkit-transform: scaleY(0.2); transform: 	scaleY(0.2) }

    20%, 60% { -moz-transform: scaleY(1); -ms-transform: scaleY(1); 	-o-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(1) } }

@-moz-keyframes scale {

    0%, 40%, 100% { -moz-transform: scaleY(0.2); -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2); -webkit-transform: scaleY(0.2); transform:
            scaleY(0.2) }

    20%, 60% { -moz-transform: scaleY(1); -ms-transform: scaleY(1);
        -o-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(1)
    } }

@-ms-keyframes scale {

    0%, 40%, 100% { -moz-transform: scaleY(0.2); -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2); -webkit-transform: scaleY(0.2); transform:
            scaleY(0.2) }

    20%, 60% { -moz-transform: scaleY(1); -ms-transform: scaleY(1);
        -o-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(1)
    } }

@keyframes scale {

    0%, 40%, 100% { -moz-transform: scaleY(0.2); -ms-transform: scaleY(0.2);
        -o-transform: scaleY(0.2); -webkit-transform: scaleY(0.2); transform:
            scaleY(0.2) }

    20%, 60% { -moz-transform: scaleY(1); -ms-transform: scaleY(1);
        -o-transform: scaleY(1); -webkit-transform: scaleY(1); transform: scaleY(1)
    } }

.comiis_poster_box_img { position: fixed; top: -2999px; width: 500px; overflow: hidden; background: #fff }

.comiis_poster_img { width: 100%; max-height: 420px; overflow: hidden; position: relative }

.comiis_poster_img img { width: 100%; height: auto }

.comiis_poster_img .img_time { position: absolute; left: 30px; bottom: 20px; width: 96px; line-height: 36px; font-size: 70px; text-align: center; font-weight: 500; color: #fff; text-shadow: 1px 0px 20px rgba(0, 0, 0, 0.2) }

.comiis_poster_img .img_time span { display: block; margin-top: 16px; border-top: 3px solid #fff; font-weight: 500; font-size: 24px }

.comiis_poster_tit { margin: 22px 28px 28px; height: 100px; line-height: 50px; font-size: 36px; font-weight: 400; color: #222; overflow: hidden }

.comiis_tets{ display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.comiis_uimg{ padding: 15px 28px 10px;  }

.comiis_poster_time{ padding: 15px 28px 10px;    }

.comiis_poster_tita { padding: 0px 28px 10px; max-height: 82px; line-height: 42px; font-size: 25px; font-weight: 400; color: #222; overflow: hidden }

.comiis_poster_txta { margin: 5px 28px; min-height: 68px;  line-height: 34px; font-size: 18px; font-weight: 400; color: #aaa; overflow: hidden }

.comiis_poster_user { padding: 0 29px 10px; height: 46px; line-height: 46px; font-size: 20px; overflow: hidden }

.comiis_poster_user .kmdico { float: left; margin-left: 2px; margin-top: 18px; height: 10px }

.comiis_poster_user .kmuser { float: right; color: #369 }

.comiis_poster_user .kmuser img { float: left; width: 46px; height: 46px; margin-right: 12px; border-radius: 50% }

.comiis_poster_user .kmuser .kmby { float: left; margin-right: 15px; color: #ccc }

.comiis_poster_user_mt { margin-top: 20px }

.comiis_poster_tops { padding: 8px 15px; height: 40px; line-height: 40px; font-size: 22px; color: #666; overflow: hidden }

.comiis_poster_imgs { width: 100%; height: 300px; position: relative }

.comiis_poster_imgs .kmbkbg { position: absolute; right: 0; top: 0; width: 100%; height: 250px; overflow: hidden }

.comiis_poster_imgs .kmbkbg img { width: 100%; height: auto; object-fit: cover; overflow: hidden }

.comiis_poster_imgs .kmbkimg { position: absolute; left: 50%; bottom: 0; background: #fff; margin-left: -55px; width: 110px; height: 110px; border-radius: 6px }

.comiis_poster_imgs .kmbkimg img { width: 100px; height: 100px; margin: 5px; border-radius: 6px }

.comiis_poster_tits { text-align: center; padding: 15px 28px 10px; height: 40px; line-height: 40px; font-size: 32px; font-weight: 400; color: #369; overflow: hidden }

.comiis_poster_txts { margin: 5px 28px; min-height: 68px; max-height: 170px; line-height: 34px; font-size: 24px; font-weight: 400; color: #666; overflow: hidden }

.comiis_poster_dico { padding: 20px 29px }

.comiis_poster_nqmpfhx { background: none }

.comiis_poster_x { display:none;width: 100%; height: 45px; background: url(../../themes/spimes/poster/img/poster_x.jpg) repeat-x center; overflow: hidden }

.comiis_poster_foot { padding: 13px 28px 30px; height: 70px; box-sizing: initial; overflow: hidden }

.comiis_poster_foot .kmzw { float: left; margin-left: 1px; margin-right: 20px; width: 70px; height: 70px }

.comiis_poster_foot .kmzwtip { margin-top: 13px; height: 68px; line-height: 36px; font-size: 20px; color: #aaa }

.comiis_poster_foot .kmzwtips { float: left; margin-top: 12px; height: 68px; line-height: 36px; font-size: 22px; color: #aaa }

.comiis_poster_foot .kmewm { float: right; width: 70px; height: 70px }

.comiis_poster_fdico *, #comiis_poster_box * { -moz-box-sizing: content-box; box-sizing: content-box; }

.comiis_poster_fdico { bottom: 82px; left: 12px; }

.comiis_poster_a, .comiis_footer_scroll a.comiis_poster_a { /* background:rgba(0,0,0,0.6); */ }

.comiis_poster_a span, .comiis_poster_a i {}

cite, i { font-style: normal; }
a.comiis_poster_a:hover {}

.ewbg { width: 480px; height: 460px; background: url(../img/ewbg.jpg) center center no-repeat; background-size: 100%; box-sizing: border-box; padding-top: 270px; }

.ewbg p { margin-left: 80px; margin-bottom: 10px; margin-top: 10px; }

.ewfl { margin-left: 55px; margin-top: 30px; font-size: 24px; font-weight: bold; }

.ewfl span { color: rgba(255, 51, 0, 1); margin: 0 5px; }

.ewbottom { margin-top: 85px; width: 100px; height: 100px; overflow: hidden; margin-left: 65px; }

/*留言板*/

.bg .inner-content { max-width: 1100px; margin: 20px auto; padding: 0 10px; }

.bg .join-content {	background-color: #fff; border-radius: 5px; box-shadow: 0 0 20px rgba(0, 0, 	0, 0.2); border-radius: 5px; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.bg .join-content .top { flex: 100%; border-bottom: 1px #eee solid; padding-left: 40px; line-height: 100px; }

.bg .join-content .top h1 { font-size: 1.5rem; ; height: 100%; line-height: 60px; font-weight: 500; }

.bg .join-content .main { flex: 0 0 50%; max-width: 50%; padding: 20px 40px; float: left; }

.bg .join-content .main .input-form .input-box { margin-bottom: 10px; position: relative; }

.bg .join-content .main .input-form .input-box label { margin-bottom: 0; width: 80px; font-size: 15px; line-height: 30px; float: left; }

.bg .join-content .main .input-form .input-box input { width: 90%; height: 35px; border: 1px #ddd solid; border-radius: 5px; background-color: #f7f7f7; padding-left: 10px;}

.bg .join-content .main .input-form .input-box textarea { width: 90%; height: 120px; font-size: 20px; border: 1px #ddd solid; border-radius: 5px; background-color: #f7f7f7;font-size: 15px; padding-left: 10px; font-family: "微软雅黑"; }

.bg .join-content .main .submit-box .submit-btn { width: 100px; background-color: #009bde; color: #fff; border: none; border-radius: 30px; font-size: 15px; letter-spacing: 5px; display: block; }

.bg .join-content .main .input-form .mh100 { min-height: 70px; }

.bg .join-content .main .submit-box {margin-top: 10px; }

.bg .desqtxt { color: #949698; font-size: 14px; line-height: 1.5; margin: 30px 0 30px; letter-spacing: 2px; float: left; }

textarea { overflow: auto; resize: vertical; webkit-box-sizing: border-box important; box-sizing: border-box; display: initial; }

.bg .ship { max-width: 500px; flex: 0 0 50%; max-width: 50%; float: left; padding: 30px 50px 0 30px; border-radius: 5px; }

.bg .txts { font-size: 14px; margin-top: 10px; }

.bg .txts ul { margin: 0px; padding: 0px; }

.bg .txts li { list-style-type: none; border-bottom: 1px dashed #eee; font-size:
        13px; color: #a5a3a7; line-height: 30px; }

@media (max-width: 991px) {

    .bg .join-content .main { flex: 100%; max-width: 100%; padding: 20px 30px; }

    .bg .join-content .top { padding-left: 30px;}

    .bg .join-content .main .input-form .input-box input { width: 100%; }

    .bg .join-content .main .input-form .input-box textarea { width: 100%; }

    .bg .ship { flex: 0 0 100%; max-width: 100%; padding-top: 0px; } }

.sp-dark-mode .join-content { background-color: var(--night-bg-secondary); }

.sp-dark-mode .join-content .top { border-bottom: 1px var(--night-border-light) solid; }

.sp-dark-mode .input-form .input-box label { color: #949698; }

.sp-dark-mode .input-form .input-box input, .sp-dark-mode .input-form .input-box textarea { border: 1px solid var(--night-bg-body) !important; background-color: var(--night-bg-body) !important; color: var(--night-color-dark); }

/*黑夜夜间模式*/

.sp-dark-mode { background-color: var(--night-bg-body); color: #ffffff; }

.sp-dark-mode .entry-meta a { color: var(--night-color-dark); }

.sp-dark-mode .logo-light { display: none; }

.sp-dark-mode .logo-dark { display: inline; }

.sp-dark-mode .shan { display: none; }

.sp-dark-mode a { color: #ffffff; }

.sp-dark-mode .reply2view { background: #505050;}

.sp-dark-mode .widget, .sp-dark-mode .fixed-sidebar .menu { background-color: var(--night-bg-secondary) !important; box-shadow: none; border: 0px solid #F3F3F3; }

.sp-dark-mode input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */ color: #F2F2F5; }

.sp-dark-mode input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */ color: #F2F2F5; }

.sp-dark-mode input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */ color: #F2F2F5; }

.sp-dark-mode input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/ color: #F2F2F5; }

/*导航*/

.sp-dark-mode .login-div{ background:var(--night-bg-secondary);}

.sp-dark-mode .login-div .info .info-thumb{  box-shadow: none; }

.sp-dark-mode .login-div .info h2{ color:#888; }

.sp-dark-mode .darkstats_click i { color: #fff200; }

.sp-dark-mode .drop-down .aui-nav-dow:before{ background: var(--night-bg-body); }

 .sp-dark-mode .search-warp .search-area input.search-input { background-color: var(--night-bg-body); color: var(--night-color-dark); }

.sp-dark-mode .search-warp .showhide-search i { color: #ffffff; }

.sp-dark-mode .darkstats_click { color: #fff200 !important; }

.sp-dark-mode .aui-dow-box { background-color: var(--night-bg-body); box-shadow: none; }

.sp-dark-mode .aui-down-menu-title { color: #fff; }

.sp-dark-mode .aui-dow-box::after { border-bottom-color: var(--night-bg-body); }

.sp-dark-mode .aui-top-border { border-top: 0px solid var(--night-border-light); }

.sp-dark-mode .aui-nav-dow { background-color: var(--night-bg-body); box-shadow: none; }

.sp-dark-mode .aui-nav-dow::after { border-bottom-color: var(--night-bg-body); }

.sp-dark-mode .stats { background-color: var(--night-bg-body); box-shadow: none; }

.sp-dark-mode .stats::after { border-bottom-color: var(--night-bg-body); }

.sp-dark-mode .stats ul li { color: #fff; }

.sp-dark-mode input.wb-switch{  }

.sp-dark-mode .dropdown-menu{ background-color: var(--night-bg-secondary); }

.sp-dark-mode .dropdown-menu>li>a{ color:var(--night-color-dark);}

.sp-dark-mode .dropdown-menu>li>a:hover,.sp-dark-mode ul.dropdown-menu #jl_viewHistory ul li a:hover,.sp-dark-mode ul.dropdown-menu #jl_viewHistory ul li a:focus {
    background-color: var(--night-bg-body);
}

.sp-dark-mode ul.dropdown-menu li .vhiy{ background-color: var(--night-bg-body); }

.sp-dark-mode ul.dropdown-menu #jl_viewHistory ul li a{     color: var(--night-color-dark); }

.sp-dark-mode ul.dropdown-menu #jl_viewHistory ul li a:hover{ color: #fff; }

@media screen and (max-width: 991px) { .sp-dark-mode .m_nav-list .lines .line { background: #fff; }

    .sp-dark-mode .m_nav-wrapper { background-color: #000000; } }

.sp-dark-mode .header__dropdown,.sp-dark-mode .header__dropdown:before{ background-color: var(--night-bg-body); }

.sp-dark-mode .header-center{ background-color: var(--night-bg-secondary); }

.sp-dark-mode .author-info-card:before,.sp-dark-mode .author-info-card{ background-color:var(--night-bg-body) }



/*首页列表*/

.sp-dark-mode .top-bar { background-color: var(--night-bg-secondary); }

.sp-dark-mode .section-cont .hunter-item a:hover { transform: translate(0, -5px); color: var(--theme); }

.sp-dark-mode .sostats_close .sostats { box-shadow: none; background-color: rgba(56, 62, 67, .8); }

.sp-dark-mode .primary-menu a { color: var(--theme); }

.sp-dark-mode .top-bar-menu a { color: #F2F2F5; }

.sp-dark-mode .top-admin, .sp-dark-mode .top-admin a, .sp-dark-mode .site-footer a { color: #fff; }

.sp-dark-mode #aus { background-color: var(--night-bg-body); box-shadow: none; }

.sp-dark-mode .top-bar a:hover { color: #fff; }

.sp-dark-mode #aus::after { border-bottom-color: var(--night-bg-body); }

.sp-dark-mode .list-archive-day .tmes{ color:var(--night-color-dark); }

/*首页列表*/

.sp-dark-mode .contpost { background-color: var(--night-bg-secondary); box-shadow: none; }

.sp-dark-mode .main-navigation { box-shadow: none; }

.sp-dark-mode .contt { background-color: var(--night-bg-secondary); }

.sp-dark-mode .entry-title a, .sp-dark-mode .section-cont .hunter-item a { color: #ffffff; }

.sp-dark-mode .top-news .section-cont .hunter-item { margin-bottom: 0px; }

.sp-dark-mode .entry-title a:hover, .sp-dark-mode .widget-posts-title:hover, .sp-dark-mode .primary-menu a:hover, .sp-dark-mode .top-bar-menu a:hover { color: var(--theme); }

.sp-dark-mode .entry-summary p {}

.sp-dark-mode .part-mor { margin-bottom: 15px; background-color: var(--night-bg-body); margin-top: 18px; padding:15px; }

.sp-dark-mode .section-title, .sp-dark-mode .section-title .more { color: #ffffff; border-bottom: 0px; }

.sp-dark-mode .section-cont .hunter-item a { background: var(--night-bg-secondary); box-shadow: none;}

.sp-dark-mode .section-cont .hunter-item a:hover .btn { background: var(--theme); color: #fff; }

.sp-dark-mode ol.page-navigator li a { background: var(--night-bg-body); color: white; }

.sp-dark-mode ol.page-navigator li a:hover { background: var(--theme); border-color: var(--theme);}

.sp-dark-mode ol.page-navigator li.current a { border-color: var(--theme); background: var(--theme); }

.sp-dark-mode .post-list { border-bottom: 1px solid var(--night-border-light); }

.sp-dark-mode .entry-content .contt { border-top: 0px solid var(--night-border-light)78; }

.sp-dark-mode .entry-content .post-list{ border-bottom: 0px solid var(--night-border-light)78!important; }

.sp-dark-mode .lire {}

.sp-dark-mode .toggle { background: none; }

.sp-dark-mode .section-cont .hunter-item h4 .btn { background: var(--night-bg-body); }

.sp-dark-mode .widget-list-title i { color: #fff; }

.sp-dark-mode .widget-list-title { color: #fff; }

/*个人主页*/

.sp-dark-mode .user__list li span{ color: var(--night-color-dark); }

/*底部*/

.sp-dark-mode .site-footer { background-color: var(--night-bg-secondary); box-shadow: none; }

.sp-dark-mode .footer-l-top a { color: #fff; margin-right: 20px; }

.sp-dark-mode .footer-l-top { border-bottom: 1px solid var(--night-border-light); }

.sp-dark-mode .news-foot .t_tl {  color: #fff;}

.sp-dark-mode .footer-l-btm p{ color: var(--night-color-dark); }

/*友情链接*/
@media screen and (max-width: 800px){
.index-links{
margin-right: -15px;}}
.sp-dark-mode  .index-links {background-color: var(--night-bg-secondary); box-shadow:none;}
.sp-dark-mode  .index-links .c-title {border-bottom: 1px var(--night-border-light) solid; }
.index-links {overflow: hidden;margin-top: 18px;background: #fff;padding: 15px 10px 15px; border-radius: 8px;margin-left: -15px;
box-shadow: 0px 0px 20px -5px rgba(158, 158, 158,0.22);
   
    
}
.index-links .index-links-ul {overflow: hidden;padding-top: 13px;padding-left: 10px;}
.index-links .index-links-ul li {float: left;
    line-height: 10px;
    height: 10px;
    font-size: 14px;
    margin: 5px;}
.c-title{
	font-size: 15px;
    padding-bottom: .5em;
    margin-top: -.5em;
    margin-bottom: .3em;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(99, 99, 99, .1);
    font-weight: 700;
}

.c-title:after {

    background-image: linear-gradient(90deg,#5298ff 0,#007bf5 100%);
    -webkit-background-clip: text;
    color: transparent;
    opacity: .7;
    left: 0;
    width: auto;
    height: auto;
    top: 0;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*边栏列表*/

.sp-dark-mode .list-archive-day { border-bottom: 1px dashed var(--night-border-light); }

.sp-dark-mode .list-archive-day i { color: #888; }

.sp-dark-mode .widget-article-newest span { background-color: var(--night-bg-secondary); }

.sp-dark-mode .widget-article-newest:before { border-top: 1px solid var(--night-border-light); }

.sp-dark-mode .entry-content hr { background-color: var(--night-border-light); }

.sp-dark-mode .widget, .sp-dark-mode .fixed-sidebar .menu { background-color: var(--night-bg-secondary); box-shadow: none; border: 0px solid #F3F3F3; }

.sp-dark-mode .widget-title span { background: var(--night-bg-secondary); color: #fff; }

.sp-dark-mode .widget-title i { color: #fff; }

.sp-dark-mode .widget_img{ box-shadow:none; }

.sp-dark-mode .widget .item .meta .views{color:var(--night-color-dark);}

.sp-dark-mode .widget-posts-title, .sp-dark-mode .hunter-widget-hunter-authors
.item .item-main h2 a, .sp-dark-mode .widget .item .meta, .sp-dark-mode
.hunter-widget-hunter-authors .item .item-main h3 a, .sp-dark-mode
.hunter-widget-hunter-authors .item .item-main h4 { color: var(--night-color-dark); }

.sp-dark-mode .widget .item .comment-content { background-color: var(--night-bg-body); }

.sp-dark-mode .widget .item .comment-content::before { border-bottom: 6px solid var(--night-bg-body); }

.sp-dark-mode .a_cl {border-top: 1px solid var(--night-border-light)78;}

.sp-dark-mode .widget-hunter-topics .wall-item { background: none; }

.sp-dark-mode .widget .item h2 { color: #fff; }

.sp-dark-mode .widget .item h2 a { color: var(--night-color-dark); }

.sp-dark-mode .viewAll { background: none; }

.sp-dark-mode .wRecent .item { border-bottom: 1px dashed var(--night-border-light); }

.sp-dark-mode .wRecent .item a { color: var(--night-color-dark); }

.sp-dark-mode .fixed-sidebar .menu .link-0, .sp-dark-mode .hunter-widget-hunter-authors .item .item-main { color: #ffffff; }

.sp-dark-mode .hunter-widget-hunter-authors .item { border-bottom: 1px dashed var(--night-border-light); }

.sp-dark-mode .widget-kx-list .kx-title{ color: var(--color-secondary); }

.sp-dark-mode .column-newsflash-vertiacl-line{ border: 0px solid var(--color-secondary); }

/*内容页*/

.sp-dark-mode .widget-posts-meta i,.sp-dark-mode .entry-summary p,.sp-dark-mode .widget-box-intro,.sp-dark-mode .entry-meta,.sp-dark-mode .entry-meta a,.sp-dark-mode .lire li a,.sp-dark-mode .liretime{ color: var(--night-color-dark); }

.sp-dark-mode .bs_img{ background-color: var(--night-bg-secondary);  }

.sp-dark-mode .postArticle-meta{ color: var(--night-color-dark); }

.sp-dark-mode .nerpage { background-color: var(--night-bg-secondary); box-shadow: none; }

.sp-dark-mode .page-title, .sp-dark-mode .edit a { color: #ffffff; }

.sp-dark-mode .border-theme { background-color: var(--night-border-light); }

.sp-dark-mode .entry-content pre code{ background: var(--night-bg-body); }

.sp-dark-mode .video-index { background-color: var(--night-bg-secondary); box-shadow: none; border-radius: 5px; }

.sp-dark-mode .entry-content p { color: var(--night-color-dark); }

.sp-dark-mode .post-tags a { border: 0px; background: var(--night-bg-body); color: #fff; }

.sp-dark-mode .post-tags a:hover { background: var(--theme); }

.sp-dark-mode .entry-content a {    border-bottom: 1px dashed #333; color: var(--theme); }

.sp-dark-mode .entry-content .entry-container .entry-title a{ border-bottom: 0px solid #e2dddd70; }

.sp-dark-mode .entry-content del{background-image: linear-gradient(180deg, rgb(245 237 237 / 80%) 20%, rgba(0, 0, 245, 0) 0, transparent 75%, rgb(253 252 252 / 80%) 76%);}

.sp-dark-mode .postArticle-meta time { color: #fff; }

.sp-dark-mode .postArticle-meta:after { background-color: #fff; }

.sp-dark-mode .entry-content li { color: var(--night-color-dark); }

.sp-dark-mode .fn_article_nav { background-color: var(--night-bg-secondary); }

.sp-dark-mode #mArticle { color: #fff; }

.sp-dark-mode .dianzan button{    background: var(--theme);color: #fff;}

.sp-dark-mode .toc-arrow { border-bottom: 10px solid var(--night-bg-secondary); border-left: 10px solid transparent; border-right: 10px solid transparent; }

.sp-dark-mode .title_read h1 { color: #fff; }

.sp-dark-mode #bg_read { background-color: var(--night-bg-secondary) !important; }

.sp-dark-mode .bar_zan{ background: var(--theme)!important; color: white; }

.sp-dark-mode .Menu-item a { color: black; }

.sp-dark-mode .tip { background: var(--night-bg-body); }

.sp-dark-mode .Copyrightnew { background: var(--night-bg-body);  color: var(--night-color-dark);}

.sp-dark-mode .sider-footer i{color: var(--night-color-dark);box-shadow:none; }

.sp-dark-mode .sider-footer i:hover { color: #fff;}

.sp-dark-mode .entry-footer.fixed .entry-bar-inner{  background: var(--night-bg-body);}

.sp-dark-mode  .comments-info-title {  border-bottom: 1px solid var(--night-border-light); }

/*评论框*/

.sp-dark-mode .respond #new_comment_form textarea { border: 1px solid var(--night-bg-body); background-color: var(--night-bg-body); color: var(--night-color-dark); }

.sp-dark-mode #comments p { color: var(--night-color-dark); }

.sp-dark-mode .comment-overlay{ background-color: var(--night-bg-body); opacity: 0.9;}

.sp-dark-mode .comments-title:before { border-top: 1px solid var(--night-border-light); }

.sp-dark-mode .comments-title span { background-color: var(--night-bg-secondary); }

.sp-dark-mode .comment-body { border-bottom: 1px solid var(--night-border-light); }

.sp-dark-mode .respond #new_comment_form { background-color: var(--night-bg-body); }

.sp-dark-mode .respond #new_comment_form .inp { background-color: var(--night-bg-body); border-radius: 8px 8px 0 0; }

.sp-dark-mode .OwO .OwO-logo { color: #fff; }

.sp-dark-mode .respond #new_comment_form .bottom { background-color: var(--night-bg-body); border-radius: 0 0 8px 8px; }

.sp-dark-mode .navigation-tab { background-color: var(--night-bg-secondary); box-shadow: none; border: 10px solid var(--night-bg-secondary); }

.sp-dark-mode .comment-footer .comment-footer-main .btn{ background: var(--night-bg-secondary); }

.sp-dark-mode .comment-footer{ border-top: 1px solid var(--night-border-light); }

.sp-dark-mode .comment-footer{ color: var(--night-color-dark); }



/*移动端导航*/

.sp-dark-mode .navbar .container>.navbar-collapse { background: #131313; }

.sp-dark-mode .mobile-sidebar-column {}

.sp-dark-mode .mobile-sidebar-menu { background-color: var(--night-bg-secondary); box-shadow: none; }

/*个人主页*/

.sp-dark-mode .author-header-meta .name { color: #ffffff; }

.sp-dark-mode  .user_center .d_meta{ background: var(--night-bg-body); }

.sp-dark-mode .member .form__input{  color: var(--night-color-dark);     background-color: var(--night-bg-body); }



/*页脚news*/

.sp-dark-mode .site-footer .site-info{ background:var(--night-bg-secondary); }

.sp-dark-mode .news-foot { background: var(--night-bg-secondary); box-shadow: none; border-bottom: 1px solid var(--night-border-light); }

.sp-dark-mode .news-foot .item-thumb { border-radius: 5px 5px 0 0; }

.sp-dark-mode .news-foot .item-main { border: 0px solid #f3f3f3; background: var(--night-bg-secondary); }

.sp-dark-mode .news-foot h3 { color: #ffffff; }

.sp-dark-mode .nercontt {border-bottom: 1px solid var(--night-border-light);}

.sp-dark-mode .news-foot .t_tls{ color: var(--night-color-dark); }

/*评论翻页*/
.sp-dark-mode .pagination a{ background: var(--night-bg-body); color: white; }
.pagination a:hover{background-color: #1890ff;color:#fff;}
.pagination {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px
}
.pagination a, .pagination span {
	display: inline-block;
	padding: 7px 8px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #999;
	line-height: 1;
	background-color: #f2f2f2;
	box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.05);
	border-radius: 2px;
	overflow: hidden;
	transition: all .2s ease-in-out;
	vertical-align: top
}
.pagination span{background-color:#1890ff !important; color:#fff !important;}

/*文章专区*/
@media screen and (max-width: 800px){
.article-list{
margin-right: -15px;}}
.sp-dark-mode  .article-list {background-color: var(--night-bg-secondary); box-shadow:none;}
.sp-dark-mode   .article-list .type  {border-bottom: 1px var(--night-border-light) solid; }
.article-list {
    margin-top: 18px!important;
    padding: 25px 20px 0px 20px;
    background: #fff;
    border-radius: 8px;margin-left: -15px;box-shadow: 0px 0px 20px -5px rgba(158, 158, 158,0.22);
}
.article-list .type {
    width: 100%;
    overflow-x: scroll;
    border-bottom: 1px solid #f6f6f6;
}
.article-list .type a {
    white-space: nowrap;
    display: table-cell;
   /* display: inline-block;*/
    margin: 0 30px 0 0;
    padding: 0 5px;
    height: 40px;
    color: #ababab;
    text-indent: 0;
    font-size: 15px;
    line-height: 35px;
    cursor: pointer;
}
.article-list .type .hover {
    height: 40px;
    border-bottom: 3px solid #007bf5;
    color: #007bf5;
}
.article-list .tpl-tr-wai {
    overflow: hidden;
    width: 100%;
}
.article-list .tpl-tr {
    width: 100%;
    transition: .5s all;
}
.article-list .list-tit li:nth-child(3n){float:right;margin-right:0;margin-left:0}
.article-list .list-top {
    float: left;
    display: none;
    margin-top: 20px;
    /* width: 1160px; */
    animation-name: fade-left-animation;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}
.article-list .list-img {
    overflow: hidden;
    width: 100%;
}

.article-list .list-top:nth-child(1) {
    display: block;
}
.article-list .list-img li {
    float: left;
    overflow: hidden;
    margin-right: 12px;
    margin-bottom: 20px;
    width: 220px;
    border-radius: 5px;
}
.article-list .list-img li a {
    position: relative;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
}
.article-list .list-img li .img {
    display: flex;
    overflow: hidden;
    height: 150px;
}
.article-list .list-img li img {
    width: 100%;
    min-height: 100%;
    transition: all .5s;
    object-fit: cover;
}
.article-list .list-img li:hover img,.media-content:hover{transition:all .5s;transform:scale(1.2)}
.article-list .list-img li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    padding: 0 5%;
    width: 100%;
    height: 150px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.5));
    background: -ms-linear-gradient(top,transparent,#000);
    background-color: transparent;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 260px;
}
.article-list .list-tit {
    overflow: hidden;
    margin-top: 5px;
    padding-top: 15px;
    border-top: 1px solid #f6f6f6;
}
.sp-dark-mode  .article-list .list-tit { border-top: 1px var(--night-border-light) solid;  }
.article-list .list-tit li {
    float: left;
    overflow: hidden;
    margin-right: 5%;
    margin-bottom: 10px;
    width: 30%;
    height: 31px;
    line-height: 31px;
}

.article-list .list-tit li a {
    position: relative;
    float: left;
    overflow: hidden;
    padding-left: 0;
    width: 80%;
    text-align: left;
    text-indent: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

    
.article-list .list-tit li a:before{position:absolute;top:12.5px;left:0;width:4px;height:4px;border-radius:50%;background:#dcdcdc;content:" "}
.article-list .list-tit li:nth-child(1) a:before{background:#ff2a2a}
.article-list .list-tit li:nth-child(2) a:before{background:#ff7171}
.article-list .list-tit li:nth-child(3) a:before{background:#f90}
.article-list .list-tit li:nth-child(4) a:before{background:#fc0}
.article-list .list-tit li:nth-child(5) a:before{background:#5298ff}
.article-list .list-tit li:nth-child(6) a:before{background:#5fb878}


.article-list .list-tit .new span{color:red}
.article-list .list-tit li span {
    float: right;
    margin-right: 5px;
    color: #888;
    font-size: 14px;
}
@keyframes fade-left-animation{
    0% {
        opacity:0;
        transform:translateX(-10px)
    }
    100% {
        opacity:1;
        transform:translateX(0)
    }
}
@media screen and (max-width: 800px){
.article-list .tpl-tr-wai{
    height: auto;
}
.article-list .list-top, .article-list .list-top ul, .article-list .tpl-tr, .down-list .list-top, .down-list .tpl-tr, .new-position .center, .new-position .left, .new-position .page, .new-position .right {
    width: 100%;
}
.article-list .list-img li:nth-child(1), .article-list .list-img li:nth-child(2) {
    display: block;
}
.article-list .list-img li {
    float: left;
    display: none;
    margin: 0;
    width: 49%;
}
.article-list .list-img li .img {
    height: 10rem;
}
.article-list .list-img li:nth-child(2) {
    float: right;
}
.article-list .list-img li:nth-child(1), .article-list .list-img li:nth-child(2) {
    display: block;
}
.article-list .list-tit {
    border: 0;
}
.article-list .list-tit li:nth-child(1), .article-list .list-tit li:nth-child(2), .article-list .list-tit li:nth-child(3), .article-list .list-tit li:nth-child(4), .article-list .list-tit li:nth-child(5), .article-list .list-tit li:nth-child(6) {
    display: block;
}
.article-list .list-tit li {
    display: none;
    width: 100%;
}
    
}

.v_ci {
    width: 18px!important;
    height: 20px!important;
    line-height: 22px;
    margin-left: 5px;
}
.contpost .entry-header {
    margin-bottom: 8px;
}

/*UA评论显示*/
.ua-icon { display: inline-block; width: 1pc; height: 1pc; background-size: cover; background-repeat: no-repeat; vertical-align: text-top }
.comment-ua { font-size: 10px; }
.icon-360 { background-image: url(../icon/UA/360.png) }
.icon-android { background-image: url(../icon/UA/android.png); height: 19px }
.icon-apple { background-image: url(../icon/UA/apple.png) }
.icon-baidu { background-image: url(../icon/UA/baidu.png) }
.icon-chrome { background-image: url(../icon/UA/chrome.png) }
.icon-edge { background-image: url(../icon/UA/edge.png) }
.icon-firefox { background-image: url(../icon/UA/firefox.png) }
.icon-google { background-image: url(../icon/UA/google.png) }
.icon-ie { background-image: url(../icon/UA/ie.png) }
.icon-liebao { background-image: url(../icon/UA/liebao.png) }
.icon-linux { background-image: url(../icon/UA/linux.png) }
.icon-mac { background-image: url(../icon/UA/mac.png) }
.icon-opera { background-image: url(../icon/UA/opera.png) }
.icon-qqq { background-image: url(../icon/UA/qq.png) }
.icon-quark { background-image: url(../icon/UA/quark.png) }
.icon-safari { background-image: url(../icon/UA/safari.png) }
.icon-ubuntu { background-image: url(../icon/UA/ubuntu.png) }
.icon-uc { background-image: url(../icon/UA/uc.png) }
.icon-win1 { background-image: url(../icon/UA/win1.png) }
.icon-win2 { background-image: url(../icon/UA/win2.png) }

.respond #new_comment_form input[name=imgcode]{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%!important;
    line-height: 30px!important;
}

.flowPic {
	opacity:0;
	transition:all .3s
}
.flowPicBox {
	margin:-10px
}
.flowPicBox>* {
	display:block;
	width:calc((100% - 40px) / 3);
	margin:10px;
	overflow:hidden;
	border-radius:15px
}
.flowPicBox>* img {
	display:block;
	width:100%;
}
.flowPicBox>*:hover img {
	transform:scale(1.05)
}