/*
    Theme Name: Besdme Child
    Theme URL: https://www.besdme.com
    Description: 贝尔商道网WordPress主题
    Author: 贝尔商道网
    Author URI: https://www.besdme.com
    Template: besdme
    Version: 9.50.1
*/
/*手机端图标大小调整*/
@media (max-width: 480px){
    .logo a img {
        height: 100%;
        width: 120px;
        object-fit: contain;
    }
}

/*20241203 底部背景图片 注册按钮添加边框*/
.nav-right .nav-login.no .nav-line {
    display: none;
}

.nav-right .nav-login a.reg {
    background: var(--theme-color);
    color: #fff !important;
    padding: 6px 16px;
    border-radius: 3px;
    margin-left: 26px;
}

.footer {
    background-image: url(https://pic.rmb.bdstatic.com/bjh/3eaf97557fe/241203/e9c0c141e35438a5af1b48d3899b33fe.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body.night .footer {
    background-image: url(https://pic.rmb.bdstatic.com/bjh/3eaf97557fe/241203/e9c0c141e35438a5af1b48d3899b33fe.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*最新发布页顶部搜索栏*/
.slider-bottom-search {
    padding-top: 25px;
}

.slider-bottom-search .search-cat {
    top: 15px;
}

.slider-bottom-search .search-btn {
    top: 10px;
}

.slider-bottom-search .search-cats {
    top: 60px;
}

.slider-bottom-search .search-cats li {
    color: #333;
}

.slider-bottom-search .search-cat + .search-input {
    background: #f6f7f9;
}

@media (max-width: 620px) {
    .search-wrap .search-form .search-cat {
        top: 8px;
    }
}

.slider-bottom-search .search-input {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    display: block;
    font-family: "Microsoft YaHei";
    text-indent: 25px;
    border: none;
    width: 100%;
    border-radius: var(--theme-radius);
    color: #333;
}

body.night .slider-bottom-search .search-input {
    color: #333;
}

body.night .search-wrap .search-form .search-cat {
    top: 8px;
}

body.night .slider-bottom-search .search-cats li {
    color: #333;
}

body.night .slider-bottom-search .search-cat + .search-input {
    background: #f6f7f9;
}

body.night .slider-bottom-search .search-cat, body.night .slider-bottom-search .search-btn {
    color: #333;
}

body.night .slider-bottom-search .search-cats {
    background: #fff;
    top: 60px;
}

body.night .slider-bottom-search .search-cats:before {
    border-bottom-color: #fff;
}

/*分类搜索背景*/
/*.banner-archive,.banner-page{background:var(--theme-color)!important;}*/
body.page-template-all .banner-page,
body.page-template-latest_besdme .banner-archive {
    background-image: url(https://pic.rmb.bdstatic.com/bjh/240129/c6479d7876d5090111c7553f3c3947263803.png);
}

body.page-template-homepage1,
body.page-template-homepage3,
body.page-template-latest_besdme {
    background-color: #fff;
}

body.page-template-homepage1 .main .vip-content,
body.page-template-homepage2 .main .vip-content,
body.page-template-homepage3 .main .vip-content,
body.page-template-homepage4 .main .vip-content,
body.page-template-latest_besdme .main .vip-content {
    padding: 40px 0 25px;
    margin: 0;
    background-image: url(https://pic.rmb.bdstatic.com/bjh/240216/5b66bfd441b6bd785bb6184c19e4c4ae3217.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*搜索文字避免挡住搜索按钮*/
.nav-search-form .search-form .search-cat + .search-input {
    padding-right: 42px;
}

/*合集导航*/
.mocats#mocats-hjdh .moli {
    width: calc(100% - 20px);
}

.mocats#mocats-hjdh .moli ul li > i {
    width: 24px;
    margin-right: 4px;
}

.mocats .moli .moli-header {
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

/*右侧导航栏位置*/
body > div.rollbar{bottom:210px;}
.rollbar li {
    border-radius: 50%;
}

/*手机底部菜单栏*/
@media (max-width: 768px){
    .footer-fixed-nav {
        /*display: none;*/
    }
}

/*版权声明位置*/
.site-info{margin-bottom:50px !important;}

/*下载提示文字左对齐*/
.widget-erphpdown .tips{text-align:left;}
body.night .widget-erphpdown.widget-erphpdown-free .erphpdown-free-title {
    background: #303030;
}

/*文章超链接颜色*/
.wp_keywordlink_affiliate a{text-decoration:none;color:rgb(255 95 51);}
.wp_keywordlink_affiliate a:hover{color:rgb(225 35 25);}
span.wp_keywordlink_affiliate a {font-weight: bold;}
a.tooltip-trigger{text-decoration:none;color:rgb(255 95 51);font-weight: bold;}
a.tooltip-trigger:hover{color:var(--theme-color);}

/*模板兔文章卡片短代码样式*/
/*
.article-post-minibox.clearfix {margin:20px 0 0 0!important;}
.article-post-minibox.clearfix a{color:#3232cd;}
.article-post-minibox.clearfix a:hover{color:rgb(225 35 25);}
.article-post-minibox a.ctitle {font-weight: bold;}
@media screen and (max-width: 420px){
    .article-post-minibox.clearfix {
        width: auto;
    }
}
.article-post-minibox .ctitle {
    line-height: 27px;
}
*/

/*Tidio客服按钮*/
#tidio-chat-iframe{margin-bottom:0px !important;}
@media only screen and (max-width:980px){#tidio-chat-iframe{bottom:45px !important;margin-bottom:0px !important;}}

/*文章提示划到文章末尾下载*/
.article-content p.p_downlink_fast_diy{font-weight: bold;font-size:16px; text-align: center; color: red;border-left: none;background: none;padding:0;font-family: "Microsoft Yahei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB","Microsoft Yahei UI", "Source Han Sans CN", sans-serif;}

/*打开新标签下载框宽度*/
.main-download .content{max-width: 900px!important;}
.erphpdown-msg p .tit {width: 50%;}

/*文章引用框样式*/
.article-content blockquote {
    margin: 0!important;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 29px;
    color: #797C80!important;
    background: #F5F6F7;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px!important;
    padding: 1em 1em 1em 1em;
    border-left: 0px solid #EEE;
}
.article-content blockquote:before {
    content: "";
    display: block;
    width: 24px;
    height: 16px;
    background-image: url(./static/img/quote-icon-red.svg);
    margin-bottom: 16px;
}
.article-content a {
    text-decoration: none;
    color: rgb(255 95 51);
    font-weight: bold;
}
@media (max-width: 768px){
    .article-content blockquote {
        font-size: 15px;
    }
}

body.single.single-post .article-content img[data-original] {
    width: 100%;
}
/*用户中心下载记录、提交工单*/
/*#contentframe > div.user-main > div > div.charge-header.clearfix > div.item.item-tablet > p > a{display:none;}*/
.ticket-new h3 {font-size: 24px;}
#contentframe .user-main .user-meta {color: #333;}
body.night #contentframe .user-main .user-meta {color: #999;}

/*充值卡充值按钮*/
#charge-form2 .btn-card {
    background: var(--theme-color)!important;
}

/*VIP标题*/
.vip-content h2:after {content: none;}

/*个人中心收藏*/
.user-gridlist .item h4 {-webkit-line-clamp: 2;height: 40px;}

/*文章独立模块下载框独立字段*/
@media (max-width: 480px){
    .header-box-con .custom-metas .meta {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width: 768px){
    .header-box-con .custom-metas .meta {
        padding-right: 0;
    }
}

/*网站首页顶部提示图片*/
/*
.banner-bottom.modown-ad-mobile-hide{background-color: #f9f9f9!important;}
.banner-bottom {margin-bottom: 0px;}
body.night .banner-bottom.modown-ad-mobile-hide {
    background-color: transparent!important;
}
*/

/*跳转外部超链接*/
.external{
    text-decoration:none;
    color:rgb(255 95 51);
    font-weight: bold;
}
.external:hover{
    color:var(--theme-color);
}

/*只分享正规阳光图集*/
.div_banner_warn_diy {
    font-family: '微软雅黑', sans-serif;
    color: #fff!important;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin-top: 0px;
    padding: 12px;
    border-radius: 6px;
    position: relative;
    background: linear-gradient(120deg, #df1e7196 30%, #fbb71587 100%);
    text-align: center;
    font-size: 18px!important;
    line-height: 36px;
    margin-bottom: 25px;
    text-shadow: 0px 3px 5px black;
}
.modown-ad-items {
    margin: 0 0 20px 0;
}

/*升级VIP翅膀*/
.nav-main {font-size: 16px;}
.nav-right {font-size: 16px;}
.nav-main .super .wing{position:absolute;top:20%;left:50%;width:100px;margin:0 0 0 -50px}
.nav-main .super .wing::before{content:"";position:absolute;top:8px;left:0;background:url(./static/img/wing.png) no-repeat 0 0;width:13px;height:15px;transform-origin:right center;-webkit-transform-origin:right center;animation:super_giftl 1s linear both infinite;-webkit-animation:super_giftl 1s linear both infinite}
.nav-main .super .wing::after{content:"";position:absolute;top:8px;right:0;background:url(./static/img/wing.png) no-repeat -20px 0;width:13px;height:15px;transform-origin:left center;-webkit-transform-origin:left center;animation:super_giftr 1s linear both infinite;-webkit-animation:super_giftr 1s linear both infinite}
.nav-main .super a{color:#efad4a !important;padding: 25px 28px;}
.nav-mobile-show .nav-main .super a{color:#efad4a !important;}
@keyframes super_giftl{
  0%,100%{transform: rotateY(0deg);}
  50%{transform: rotateY(-50deg);}
}
@-webkit-keyframes super_giftl{
  0%,100%{-webkit-transform: rotateY(0deg);}
  50%{-webkit-transform: rotateY(-50deg);}
}
@keyframes super_giftr{
  0%,100%{transform: rotateY(0deg);}
  50%{transform: rotateY(50deg);}
}
@-webkit-keyframes super_giftr{
  0%,100%{-webkit-transform: rotateY(0deg);}
  50%{-webkit-transform: rotateY(50deg);}
}
@media (max-width: 820px){
    .nav-main .super .wing {
        top: 6%;
    }
}

/*导航栏菜单分类底部下划线*/
.nav-main> li.current-menu-item > a:after,
.nav-main> li.current-menu-parent > a:after,
.nav-main> li.current_page_item > a:after,
.nav-main> li.current-post-ancestor > a:after,
.nav-main> li.current-menu-ancestor > a:after,
.nav-main> li.current-category-ancestor > a:after {
    content: " ";
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 10px;
    margin-left: calc(50% - 10px);
    background: var(--theme-color);
}

/*导航栏菜单分类VIP手机版*/
@media (max-width: 820px){
    .nav-main li {
        float: none !important;
        text-align: center;
        margin-left: 0;
    }
}
@media (max-width: 1024px){
    .nav-main .super a{
        color:#efad4a !important;padding: 19px 28px;
    }
}

/*标签页面*/
.tags-page ul{
    display: flex;
    flex-flow: wrap;
}
.tags-page ul li{
    width:20%
}
.tags-page ul li a{
    display: block;
    padding:20px 10px;
    text-align: center;
    border-radius: 3px;
}
.tags-page ul li a{
    background-color: #35bdc7;
    border:2px solid rgba(255, 255, 255, 0)
}
.tags-page ul li a:hover{
    box-shadow: 0 3px 10px #ccc;
    border:2px solid #fff
}
/*
.tags-page ul li:nth-child(7n+2) a{
    background-color: #fca61e;
}
.tags-page ul li:nth-child(7n+3) a{
    background-color: #e65a4f;
}
.tags-page ul li:nth-child(7n+4) a{
    background-color: #a1c15c;
}
.tags-page ul li:nth-child(7n+5) a{
    background-color: #76cba2;
}
.tags-page ul li:nth-child(7n+6) a{
    background-color: #8f82bc;
}
.tags-page ul li:nth-child(7n+7) a{
    background-color: #f29c9f;
}
*/
.tags-page ul li:nth-child(6n+2) a{
    background-color: #fca61e;
}
.tags-page ul li:nth-child(6n+3) a{
    background-color: #e65a4f;
}
.tags-page ul li:nth-child(6n+4) a{
    background-color: #a1c15c;
}
.tags-page ul li:nth-child(6n+5) a{
    background-color: #76cba2;
}
.tags-page ul li:nth-child(6n+6) a{
    background-color: #8f82bc;
}
.tags-page ul li h2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 25px;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
    color:#fff
}
.tags-page ul li p{
    font-size: 12px;
    color:rgba(255, 255, 255, 0.63)
}
.tags-page h1{
    font-size: 28px;
    text-align: center;
    margin:30px 0
}

.b2-mg{
  margin:16px;
}

@media screen and (max-width:768px){
    .tags-page ul li{
        width:50%
    }
    .tags-page h1{
        margin:20px 0
    }
    .tags-page ul li a{
        padding:12px 5px
    }
    .b2-mg {
        margin: 12px;
    }
}

/*深色主题*/
body.night .article-content blockquote,
body.night .article-content .panel-body,
body.night .article-content #search-result-post {
    border-color: #414241;
    background: var(--body-bg-color);
}

.insert-post-content h2{
    background: none!important;
}

.insert-post-content h2 a{
    color: #333;
}

body.night .insert-post {
    color: #999;
    border: 1px solid #414241;
    background: #303030;
}

body.night .insert-post-content h2 a {
    color: #bbb;
}

body.night .insert-post-content h2 a:hover {
    color: var(--theme-color);
}

body.night .insert-post-meta ul {
    color: #999;
}

/*登录提醒框*/
/*div.erphp-login-tips{bottom: 50%!important;}*/
div.erphp-login-tips{z-index:9999999998 !important;}

/*版权声明*/
.article-copyright {
    color: inherit;
    background: transparent;
    margin:0;
    padding:15px 0;
}

.article-copyright > i {
    display: none!important;
}

/*自定义ACF字体颜色*/
.article-custom-metas,.article-custom-metas-gallery,.header-box-con .custom-metas {color: inherit;}

/*文章页前往下载、WPMEL网盘检测插件*/
#scrollButton, #lookupCatalogButton{
    padding: 5px 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
}

.erphpdown .erphpdown-fee .mel_check_con button, 
.erphpdown .erphpdown-fee .mel_check_con .text {
    font-size: 15px;
    font-weight: normal;
    margin-right: 10px;
    padding: 2px 10px;
}

.mel_check_con .text {
    font-size: 15px;
    font-weight: normal;
    padding: 2px 18px;
}

.mel_check_con .btn {
    font-weight: normal;
    font-size: 15px;
}

.vip-item .btn {
    font-size: 15px;
    font-weight: inherit;
    line-height: inherit;
    display: inline;
    letter-spacing: initial;
}

.user-main .btn {
    display: initial;
    font-size: 15px;
    font-weight: initial;
    letter-spacing: initial;
    line-height: initial;
}

.user-main .btn-primary {
    background-color: var(--theme-color) !important;
}

.charge-tips .btn {
    padding: 8px 16px;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
}

.user-main .vip-content .vip-item .btn {
    font-weight: inherit;
    line-height: inherit;
    display: inline;
    letter-spacing: initial;
}

.sign .sign-submit .btn {
    font-size: inherit;
    font-weight: inherit;
    line-height: initial;
    letter-spacing: initial;
}

.sitetips-pop .btn {
    letter-spacing: initial;
}

.header-box-con .article-title {margin-bottom: 10px;}
@media screen and (max-width: 768px){
    .article-header .article-meta span:last-of-type {
        display: none!important;
    }
}

/*相关文章图片高度自适应*/
/*.single-related .img{height: auto!important}*/

/*隐藏显示边栏*/
#toggleSidebarButton{float: right;margin-right: 0px;}
#stb_btn_kuan,#stb_btn_zhai{
    margin-right: 0px;
    padding: 5px 5px;
}

/*手机不显示边栏*/
@media (max-width:1024px){
    #toggleSidebarButton{display:none;}
}
@media (max-width:768px){
    #toggleSidebarButton{display:none;}
}

/*文章元素栏超链接*/
.article-meta a:hover{color:var(--theme-color);text-decoration:none}
.article-meta{
    margin-bottom: 10px;
}

/*上一篇下一篇*/
.entry-page {
    overflow: hidden
}

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

.entry-page-prev {
    float: left
}

@media (max-width: 767px) {
    .entry-page-next,.entry-page-prev {
        width:100%;
        margin-bottom: 10px;
        float: none
    }
}

.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-next a,.entry-page-prev a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    font-size: 16px
}

.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
}

.entry-page-next a:hover,.entry-page-prev a:hover {
    color: #fff;
    text-decoration: none
}

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

.entry-page-next .entry-page-info .wi,.entry-page-prev .entry-page-info .wi {
    opacity: .9
}

.entry-page-next {
    float: right
}

.entry-page-nobg:before {
    background-color: var(--theme-color);
    background-image: linear-gradient(90deg,rgba(255,255,255,.3),transparent)
}

.entry-page-nobg:hover:before,.profile-tab-content .q-content .q-pagination a.current:hover,.profile-tab-content .q-content .q-pagination span.current:hover,.qapress .q-content .q-pagination a.current:hover,.qapress .q-content .q-pagination span.current:hover {
    background-color: var(--theme-hover)
}

.entry-related-title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 500
}
.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}
span.pull-left > i,span.pull-right > i{font-size: 12px;}

body.night .entry-page-next a,
body.night .entry-page-prev a {
    color: #eee;
}

/*文章底部下载框*/
div.erphpdown-box > div.download-current > div > span {
    color: #740DE4!important;
}

.erphpdown-msg p .link {
    background: var(--theme-color);
}

/*文章灯箱图片*/
.fancybox__container{z-index:91111112;}
.fancybox__content{height: 100%!important;width: 100%!important;}

.fancybox__toolbar,.fancybox__nav{
    --f-button-hover-color: var(--theme-color);
}

.fancybox__toolbar .f-button:after svg,.fancybox__nav .f-button:after svg {
    color: var(--theme-color);
}

.f-progress {
    background:var(--theme-color);
}

.is-nav-selected .f-thumbs__slide__button::after {
    border: 3px solid var(--theme-color);
}

@media (max-width:1024px),@media (max-width:768px){
    div.fancybox__toolbar__column.is-middle{display:none;}
}

/*菜单宽度小于800才折叠*/
@media (max-width: 820px){
  .nav-right .nav-notice{display: none;}
  /*.logo{position: absolute;left: calc(50% - 60px);}*/
  .nav-left{display: block;}
  .nav-main{margin-left:0;display:none;}
  .nav-main .explose{display: inline-block;}
  .nav-main > li > a{padding:8px 10px 4px}
  .nav-main > li > .sub-menu:before{content: none;}
  .nav-main > li.menu-item-has-children{padding-right: 0}
  .nav-main > li.current-menu-item > a:after{bottom:3px}
  .nav-main > li.menu-item-has-children:after, .nav-main .sub-menu li.menu-item-has-children:after{content: none !important}
  .nav-main > li.mega22 > .sub-menu > li{width: 100%;float: none;}
  .nav-main .explose{position:absolute;top:0;right:0;height: 42px;line-height:42px;z-index: 9}
  .nav-main .sub-menu .explose{height: 32px;line-height: 32px;}
  .nav-main> li.current-menu-item > a:after, .nav-main> li.current-menu-parent > a:after, .nav-main> li.current_page_item > a:after, .nav-main> li.current-post-ancestor > a:after, .nav-main> li.current-menu-ancestor > a:after, .nav-main> li.current-category-ancestor > a:after{display: none;}
  .nav-right{font-size: 18px;}
  .nav-right .nav-vip {padding: 4px 12px 5px;}
  .nav-right .nav-vip a .icon {font-size: 29px;}
  .nav-right .nav-search,.nav-right .nav-tougao,.nav-right .nav-notice,.nav-right .nav-cart{padding:9px 10px}
  .nav-right .nav-login{padding: 9px 10px !important;}
  .nav-right .nav-login.no span, .nav-right .nav-line, .nav-right .signup-loader{display:none}
  .nav-right .nav-login.no i, .nav-right .nav-login.yes i{display: inline-block;}
  .nav-right .nav-login.yes .avatar{display: none;}
  .nav-right .nav-login.yes .vip{right: -5px;bottom: 3px;}
  .nav-right .nav-login.yes .vip:after{font-size: 12px;}
  .nav-right .nav-button{display:block;padding:9px 0 9px 10px;}
  .nav-right .nav-button a{padding:6px 0 !important}
  .nav-right .icon{font-size: 18px;}
  .nav-mobile-show .nav-main{display:block;float:none;position:fixed;top:0;z-index:10002;background:#fff;left:0;bottom:0;overflow-y:auto;width: 250px;}
  .nav-mobile-show .nav-main > li{color:#333 !important;}
  .nav-mobile-show .nav-main > li.menu-item{float:none;list-style:inherit;border-bottom: 1px solid #efefef;font-size: 15px;margin: 0 15px;}
  .nav-mobile-show .nav-main > li > a, .header.nav-mobile-show.scrolled .nav-main > li > a{padding:12px 0 12px;color:#333 !important;}
  .nav-mobile-show .nav-main > li .autoicon{float:right;font-size: 14px;}
  .nav-mobile-show .nav-main > li.current-menu-item > a:after{content:none}
  .nav-mobile-show .nav-main .sub-menu{position:relative;top:-6px;left:inherit;box-shadow:none;width:auto;display:none;padding-left: 15px;}
  .nav-mobile-show .nav-main .sub-menu.show{opacity:1 !important;visibility:visible !important;display:block;border-radius: 0;margin:0;}
  .nav-mobile-show .nav-main .sub-menu a{padding:0;margin-bottom: 5px;}
  .nav-mobile-show .nav-mobile-show-mask{position: fixed;top: 0;right: 0;left: 0;bottom: 0;background-color: rgba(45,50,55,0.4);z-index: 10000;overflow: hidden;}

}

/*菜单栏右导航栏垂直居中*/
.nav-right > li {
    display: flex;
    align-items: center;
}
.nav-right .nav-login.no {
    padding: 17px 0 17px 13px;
}
@media (max-width: 1024px){
    .nav-right .nav-login.no {
        padding: 12px 0 12px 12px;
    }
}

/*Mega菜单栏最小宽度*/
.nav-main > li.mega2 > .sub-menu {
    min-width: 520px;
}

/*垂直滚动条样式*/
::-webkit-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgba(24, 24, 24, .3) rgba(24, 24, 24, .07);
    background-color: rgba(24, 24, 24, .07);
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(24, 24, 24, .3);
    border-radius: 6px;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    transition: background 200ms ease;
}

pre ::-webkit-scrollbar-thumb {
    background-color: rgb(253 115 1 / 0.5)
}

::-webkit-scrollbar-thumb:hover {
    background-color: #34495e;
}

::-webkit-scrollbar-button {
    display: none;
}

body.night::-webkit-scrollbar {
    background-color: #eee!important;
}

/*文章标签字体*/
.article-tags a {
    font-size: 14px;
}

/*分享社交平台图标*/
.article-shares a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.article-shares i {
    font-size: 22px;
    top: 0;
}

/*自定义生成海报、评论按钮*/
.article-act {
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin: 0;
    padding: 15px;
}

.article-act a {
    margin: 0 10px 0 10px;
    width: 50px;
    padding: 0 10px 0 10px;
    text-align: center;
    color: inherit;
    transition: opacity .2s;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.article-act a i{
    margin: 0;
    font-size: 24px;
    display: block;
    color: #6c6e72;
    top: 0;
}
.article-act #wx-thumb-qrcode{display: none;}

/*复制文章链接*/
.article-shares .article-post-link  {
    /*margin: 0 0 0 10px;*/
    background: #19B5FE;
    /*float:right;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.article-shares a.share-tsina {
    background: #e05244;
}
.article-shares a.share-weixin {
    background: #44b549;
}.article-shares a.share-sqq {
    background: #22a4ff;
}.article-shares a.share-qzone {
    background: #fdbf2f;
}

/*自定义文章分享、收藏按钮样式*/
.article-act .post-actions {
    padding-bottom: 15px
}

.article-act .action {
    width: 80px;
    padding: 10px 0;
    display: inline-block;
    opacity: .7;
    vertical-align: top
}

div.article-act > a.action.favorite-button.active
,div.article-act > a.action.favorite-button.active > i
,div.article-act > a.action.favorite-button.active > text
,div.article-act > a.action.favorite-button.active > count{
    color: #fbb715 !important;
    opacity: 1;
}

.article-act .action:hover{
    color: inherit;
    opacity: 1;
}

.article-act .action .icon {
    font-size: 26px;
    width: 100%;
    margin: 0 0;
}

.article-act .action count,.article-act .action text {
    opacity: .7;
    font-size: .9em;
}

.action.actived {
    color: var(--focus-color)
}

.article-act .action.actived {
    opacity: .9
}

.article-act .action count {
    margin-left: 2px
}

.poster-span {
    position: relative;
    cursor: pointer;
    transition: .3s;
    z-index: 90
}

.poster-span.show-share {
    opacity: 1
}

.share-button {
    width: 130px;
    margin-bottom: -10px!important;
    left: -24px
}

.dropup .share-button.dropdown-menu::before {
    left: 59px
}

.share-button .share-btn {
    display: flex;
    align-items: center
}

.share-button .share-btn+.share-btn {
    margin-top: 10px
}

.drop-newadd icon,.share-btn icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    border-radius: 100%;
    background: var(--main-border-color);
    justify-content: center;
    align-items: center;
    font-size: 24px;
    flex-shrink: 0
}

.drop-newadd icon>svg {
    margin: 0!important;
    color: inherit
}

.share-btn icon .icon {
    margin: auto!important
}

.share-button .share-btn icon {
    margin-right: 10px
}

.share-button .share-btn .icon {
    width: 1em;
    font-size: inherit
}

.share-button .share-btn:hover {
    opacity: .8
}

.horizontal .share-btn {
    display: inline-flex;
    text-align: center;
    width: 4em;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 5px
}

.horizontal .share-btn icon {
    display: flex;
    margin-bottom: 6px;
    width: 50px;
    height: 50px;
    font-size: 28px
}

.drop-newadd {
    border-radius: var(--main-radius)
}

.drop-newadd text,.horizontal .share-btn text {
    font-size: 12px;
    color: var(--muted-color)
}

.drop-newadd icon {
    margin-right: 6px;
    background: var(--this-bg)
}

.drop-newadd .btn-newadd {
    display: flex;
    align-items: center;
    padding: 5px;
}

body.night .article-act a {
    color: #e5eef7;
}

body.night .article-act a i {
    color: #e5eef7;
}

body.night .article-act .action count,
body.night .article-act .action text {
    opacity: .7;
    color: #e5eef7;
    font-size2: .9em;
}

body.night .article-act .action count:hover,
body.night .article-act .action text:hover {
    opacity: 1;
    color: #e5eef7;
    font-size2: .9em;
}

/*文章海报图片*/
.mobile-share-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-share-wrap .mobile-share-download:focus,
.mobile-share-wrap .mobile-share-close:focus,
.mobile-share-wrap .mobile-share-download:hover,
.mobile-share-wrap .mobile-share-close:hover{
    opacity: .8;
}

.mobile-share-wrap .mobile-share-close{
    background: linear-gradient(135deg, #f59f54 10%, #ff6922 100%)!important;
    margin-top: 0;
    margin-left: 10px;
}

.mobile-share-wrap .mobile-share-download,
.mobile-share-wrap .mobile-share-close{
    width: 48px;
    height: 48px;
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    cursor: pointer;
    transition: color .2s,background .3s,opacity .3s,box-shadow .3s,transform .3s;
    background: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
    border: none;
    color: #fff;
    display: inline-flex;
    text-align: center;
    border-radius: 100%;
    position: relative;
    vertical-align: text-top;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.mobile-share-wrap .icon{
    font-size: 24px;
    top:0;
}

.mobile-share-wrap img{
    max-width: 100%;
    margin:0;
}

.mobile-share-container {
    width: 420px;
    max-width: 85vw;
    margin: 0;
}

@media screen and (max-width: 1024px){
    .mobile-share-container {
        width: 400px;
    }
}

@media screen and (max-width: 768px){
    .mobile-share-container {
        width: 360px;
    }
}

.mobile-share-canvas{
    max-height: 86vh;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-share-footer{
    padding: 8px;
}

/*文章封面图*/
@media (min-width: 1025px) {
    .header-box-img {
        height: 266px;
    }
}

/*插件下载框*/
@media (max-width: 925px) and (min-width: 769px) {
    .header-box-con .erphpdown{
        display: none!important;
    }
}

@media (max-width: 1024px) and (min-width: 926px) {
    .header-box-con .erphpdown .erphpdown-tips {
        display: none;
    }
}

/*文章目录*/
body {
    --mian-max-width: 1200px;
    --posts-card-scale: 70%;
    --posts-list-scale: 70%;
    --single-cover-scale: 35%;
    --theme-color-zb: #f04494;
    --focus-color: var(--theme-color);
    --focus-shadow-color: rgba(253, 83, 161, 0.4);
    --key-color: #333;
    --main-color: #4e5358;
    --main-shadow: rgba(116, 116, 116, 0.08);
    --muted-color: #777;
    --muted-2-color: #999;
    --muted-3-color: #b1b1b1;
    --body-bg-color: #f5f6f7;
    --main-bg-color: #fff;
    --muted-bg-color: #eee;
    --main-border-color: rgba(50, 50, 50, 0.06);
    --muted-border-color: rgba(0, 0, 0, 0.03);
    --main-radius: 8px;
    --blur-bg: rgba(255, 255, 255, 0.8);
    --float-btn-bg: rgba(200, 200, 200, 0.4);
    --header-bg: var(--blur-bg);
    --header-color: var(--main-color);
    --footer-bg: var(--main-bg-color);
    --footer-color: var(--muted-2-color)
}

.night {
    --key-color: #f8fafc;
    --main-color: #e5eef7;
    --main-shadow: #303030;
    --muted-color: #b4b6bb;
    --muted-2-color: #888a8f;
    --muted-3-color: #636469;
    --body-bg-color: #34343e;
    --main-bg-color: #2a2a32;
    --muted-bg-color: #2d2e31;
    --main-border-color: rgba(114, 114, 114, 0.1);
    --muted-border-color: rgba(184, 184, 184, 0.02);
    --blur-bg: rgba(50, 51, 53, 0.8);
    --float-btn-bg: rgba(70, 70, 70, 0.4);
    --header-bg: var(--blur-bg);
    --header-color: var(--main-color);
    --footer-bg: var(--main-bg-color);
    --footer-color: var(--muted-2-color)
}

.posts-nav-lists {
    max-height: 400px;
    padding-left: 10px
}

.posts-nav-lists .bl {
    border-left: 1px solid var(--main-border-color);
    padding: 20px 10px 20px 0;
    position: relative;/*新增*/
}

.posts-nav-lists li {
    transform: scale(1);
    transform-origin: bottom;
    transition: transform .2s,opacity 0s
}

.posts-nav-lists li.yc {
    transform: scaleY(0);
    height: 0;
    opacity: 0
}

.posts-nav-lists li.active {
    transform: scale(1);
    height: auto;
    opacity: 1
}

.posts-nav-lists li a {
    margin: 0 10px;
    display: block;
    border-radius: 4px;
    margin-right: 25px;
    padding: 8px
}

.posts-nav-lists .icon-arrow-right {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    padding: 8px 15px;
    color: var(--muted-2-color);
    margin-right: -15px;
    transition: all .2s;
    font-size: 16px
}

.nav a,
.posts-nav-lists li a {
    background-color: inherit;
    color: inherit;
}

.nav>li.active>a,
.nav>li>a:hover,
.posts-nav-lists li.active a,
.posts-nav-lists li a:hover {
    background: var(--main-shadow);
    color: var(--focus-color);
}

.posts-nav-lists li.n-H1 a,.posts-nav-lists li.n-H2 a {
    font-weight: 700
}

.posts-nav-lists li.n-H3 a {
    padding-left: 25px
}

.posts-nav-lists li.n-H4 a {
    padding-left: 42px;
    font-size: 12px
}

.posts-nav-lists .bl::after,.posts-nav-lists .bl::before,.posts-nav-lists li::before {
    position: absolute;
    bottom: 0;
    left: -6px;
    width: 6px;
    height: 6px;
    border: 2px solid var(--focus-color);
    background: var(--main-bg-color);
    border-radius: 15px;
    content: '';
    transition: .15s
}

.posts-nav-lists .bl::before {
    bottom: auto;
    top: 0
}

.posts-nav-lists li::before {
    top: 50%;
    transform: translateY(-50%);
    border: 3px solid var(--main-bg-color);
    background: var(--muted-3-color);
    opacity: 0
}

.posts-nav-lists li.n-H1::before,.posts-nav-lists li.n-H2::before {
    border-width: 2px;
    opacity: 1
}

.posts-nav-lists li.n-H2::before {
    border-width: 3px
}

.posts-nav-lists li.n-H3::before {
    border-width: 4px;
    opacity: .6
}

.posts-nav-lists li.active::before,.posts-nav-lists li:hover::before {
    opacity: 1;
    border-width: 2px;
    background: var(--focus-color)
}

.scroll-y {
    overflow-x: hidden;
    overflow-y: auto;
}

.zib-widget {
    clear: both;
    background: var(--main-bg-color);
    padding: 15px;
    box-shadow: 0 0 10px var(--main-shadow);
    border-radius: var(--main-radius);
    margin-bottom: 0px;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.text-ellipsis2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.enlighter,.mini-scrollbar,.no-scrollbar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: thin
}

.enlighter::-webkit-scrollbar,.mini-scrollbar::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: transparent;
}

.mini-scrollbar::-webkit-scrollbar-track {
    border-radius: 10px
}

.mini-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0)
}

.mini-scrollbar:hover::-webkit-scrollbar-thumb {
    background: rgba(146,146,146,.3)
}

.mini-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(145,145,145,.7)
}

.mini-scrollbar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(146,146,146,.1)
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*右侧栏目录按钮*/
.rollbar-post-nav{
    font-size: 12px;
}

.post_nav {
    position: fixed;
    right: 60px;
    bottom: 215px;
    z-index: 9;
    box-shadow2: 0 0 10px 8px rgb(116 116 116 / 8%);
    width: 240px;
    overflow: hidden;
}
/*右侧栏垂直上下滚动的时候从左往右隐藏*/
.rollbar {
    transition: transform .3s, background-color .3s ease-out;
}

.rollbar-show {
    transform: translateX(0%);
}

.rollbar-hide {
    transform: translateX(200%);
}
/*底部导航栏*/
.footer-fixed-nav {
    transform: translate(0);
    transition: transform .5s,background-color .5s ease-out;
}

.footer-down {
    transform: translate(0,100%);
    transition: transform .5s,background-color .5s ease-out;
}

.footer-nav-trigger{
    display: none;
}

/*文章摘要字体颜色*/
.excerpt {
    color: #333!important;
}

.night .excerpt {
    color: #999!important;
}

/*自定义ACF字段名称使用主题颜色*/
.article-custom-metas .meta t,
.article-custom-metas-gallery .meta t,
.custom-metas .meta span {
    color: var(--theme-color)!important;
}

/*文章列表摘要位置改成ACF自定义字段*/
/*文章列表自定义摘要*/
.grids .grid .excerpt_besdme,
.grids .grid .custom-metas {
    margin: 10px 0;
    color: #333;
    font-size: 13px;
    line-height: 19px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
    word-break: break-all;
    position: relative;
}

.night .grids .grid .excerpt_besdme,
.night .grids .grid .custom-metas {
    color: #999!important;
}

@media (max-width: 480px) {
    .grids .grid .excerpt_besdme,
    .grids .grid .custom-metas {
        margin: 6px 0!important;
    }
}

@media (min-width: 1230px) {
    .header-box-con .custom-metas{
        margin-bottom: 12px;
    }
    .header-box-con .custom-metas .meta {
        width: 33.3%;
    }
}

.custom-metas .meta a {
    color: #0084ff;
}

/*ACF字段只显示一行，超出截断*/
.custom-metas .meta {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    word-break: break-all;
}

/*导航栏角标*/
.besdme-small.shop-red-tips {
    background: #f35;
    background: linear-gradient(to right,#f35 0%,#ff6780 100%);
}

.nav-main .besdme-small {
    right: 10px;
    top: 20px;
}

.besdme-small.vip-golden-tips {
    color: #bf7648;
    background: linear-gradient(to top, #efd3b0 0%, #f9e1be 100%);
}

.besdme-small {
    position: absolute;
    display: block;
    right: -3px;
    top: -5px;
    font-size: 10px;
    font-weight: 400;
    padding: 0 7px;
    line-height: 17px;
    color: #ffffff;
    background: #188ef4;
    background: linear-gradient(to right, #0056f3 0%, #2b76ff 100%);
    border-radius: 4px 4px 4px 0;
    transform: translate(50%, -75%);
    height: 18px;
}

@media screen and (max-width: 820px) {
    .nav-main .besdme-small {
        display: none;
    }
}

/*右侧栏VIP按钮*/
.icon-crown-s:before {
    content: "\e8d2";
}
.rollbar .vip-li a, .rollbar .vip-li h6 {
    color: #573d00;
}
.rollbar .vip-li h6, .rollbar li.vip-li {
    background: #fbb814;
}
.rollbar .vip-li h6 i {
    border-left: 4px solid #fbb814;
}

/*导航栏VIP翻转特效*/
.flip-card-inner {
    position: relative;
    text-align: center;
    transition: transform 2s;
    transform-style: preserve-3d;
    min-width: 71px;
    line-height: 48px
}

.flip-card-back,.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.flip-card-front {
    transform: rotateY(0deg);
}

.flip-card-back {
    transform: rotateY(180deg);
}

.nav-right .nav-vip a {
    font-size: 15px;
}

.vip-item p.border-decor {
    margin-bottom: 20px;
}

/*Erphpdown购买页面窗口调高*/
/*
.layui-layer.layui-layer-iframe {
    height: 520px!important;
}
*/

/*文章下载框VIP限时特价*/
.erphpdown-fee .download-current {
    display: inline-block;
    background: rgb(244 67 54 / 4%);
    border: 2px dashed rgb(255 0 0 / 26%);
    margin: 0 0 0 5px;
    line-height: 32px;
    padding: 0px 5px;
    border-radius: 5px;
    float: right;
}

.erphpdown-box .download-current {
    background: rgb(244 67 54 / 4%);
    border: 2px dashed rgb(255 0 0 / 26%);
    margin: 16px 0;
    padding: 10px;
}

@media (max-width: 768px){
    .erphpdown-fee .download-current {
        background: rgb(244 67 54 / 4%);
        border: 2px dashed rgb(255 0 0 / 26%);
        margin: 10px 0 10px 0;
        float: none;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 10px;
    }
}

/*收藏图标填充颜色，迁移到后台函数实现*/
div.article-act > a.action.favorite-button.active > i:before {
    content: "\e8d3";
}

/*用户中心VIP升级说明*/
.vip-tips {
    text-align: left;
}
.vip-golden-tips {
    text-align: unset;
}
.charge-tips {
    max-width: 580px;
}

.user-main .vip-content .vip-item {
    border-radius: 12px 12px 0 0;
    width: calc(50% - 20px);
}

.user-main .vip-content .vip-item .btn {
    padding: 12px 19%;
    font-size: 16px!important;
    display: block;
    margin: 10px 30px;
}
	
.user-main .vip-content .vip-item h6 {
    padding: 12px 0;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 12px 12px 0 0;
}

@media (max-width: 480px){
    .user-main .vip-content .vip-item {
        width: calc(100% - 10px);
    }
	
    .user-main .vip-content .vip-item ul li {
        font-size: 14px;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
}

/*最近更新页面VIP项目字体、宽度*/
@media (max-width: 480px){
    .page-template-homepage1 .vip-content .vip-item,
    .page-template-homepage2 .vip-content .vip-item,
    .page-template-homepage3 .vip-content .vip-item,
    .page-template-homepage4 .vip-content .vip-item,
    .page-template-latest_besdme .vip-content .vip-item {
        width: 95%;
    }
    .page-template-homepage1 .vip-content .vip-item .btn,
    .page-template-homepage2 .vip-content .vip-item .btn,
    .page-template-homepage3 .vip-content .vip-item .btn,
    .page-template-homepage4 .vip-content .vip-item .btn,
    .page-template-latest_besdme .vip-content .vip-item .btn{
        padding: 12px 19%;
        font-size: 16px;
        display: block;
        margin: 10px 30px;
    }
    .page-template-homepage1 .vip-content .vip-item h6,
    .page-template-homepage2 .vip-content .vip-item h6,
    .page-template-homepage3 .vip-content .vip-item h6,
    .page-template-homepage4 .vip-content .vip-item h6,
    .page-template-latest_besdme .vip-content .vip-item h6{
        font-size: 20px;
        padding: 15px 0;
        margin-bottom: 20px;
    }
    .page-template-homepage1 .vip-content .vip-item ul li,
    .page-template-homepage2 .vip-content .vip-item ul li,
    .page-template-homepage3 .vip-content .vip-item ul li,
    .page-template-homepage4 .vip-content .vip-item ul li,
    .page-template-latest_besdme .vip-item ul li{
	    font-size: 16px;
	}	
}

/*文章折叠模块*/
.panel {
    border: 1px solid transparent;
    border-radius: var(--main-radius);
    border-color: var(--main-border-color);
    box-shadow: none;
    background: transparent;
    -webkit-box-shadow: none;
    margin-bottom: 20px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
 
.panel-heading .dripicons,
.panel-heading .dashicons,
.panel-heading .icon,
.panel-heading .fa {
    margin-right: 20px;
    color: var(--focus-color);
    transition: 0.3s;
    transform: rotate(-45deg);
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*font-weight: 900;*/
}

.panel-heading.collapsed .dripicons,
.panel-heading.collapsed .dashicons,
.panel-heading.collapsed .icon,
.panel-heading.collapsed .fa {
    transform: rotate(90deg);
}

.panel-heading.collapsed .dripicons,
.dosc-nav a:not(.collapsed) .dripicons,
.panel-heading.collapsed .dashicons,
.dosc-nav a:not(.collapsed) .dashicons,
.panel-heading.collapsed .icon,
.dosc-nav a:not(.collapsed) .icon,
.panel-heading.collapsed .fa,
.dosc-nav a:not(.collapsed) .fa {
    transform: rotate(90deg);
}

.article-content .panel-body {
    padding: 0px 20px !important;
    background: #F5F6F7;
}

.article-content .panel-body blockquote {
    padding: 15px 0 0;
}

.panel .collapse {
    display: none;
}

.panel .collapse.in {
    display: block;
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease;
}

.panel-body > p:not(:empty) {
    padding: 15px 0 0;
    line-height: 2;
}

/*文章内部搜索框*/
.search-bar-wrap {
    position: relative;
    margin-bottom: 20px;
    width: 320px;
}

.search-bar-wrap #search-input-post {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    display: block;
    font-family: "Microsoft YaHei";
    text-indent: 20px;
    border: 1px solid #ccc;
    border-radius: var(--main-radius);
    width: 320px;
    color: #333;
}

.search-bar-wrap #search-btn-post  {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 16px;
    border: none;
    display: inline-block;
    cursor: pointer;
    background: transparent;
    transform: translateY(-50%);
}

.search-bar-wrap #search-btn-post .icon {
    font-size: 24px;
    top: 1px;
    color: #ccc;
}

@media (max-width: 320px) {
    .search-bar-wrap {
        width: 100%;
    }
    .search-bar-wrap #search-input-post {
        width: 100%;
        height: 44px;
        line-height: 44px;
    }
}

#search-result-post {
    display: none;
    margin-bottom: 20px;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid var(--main-border-color);
    background: #F5F6F7;
    line-height: 2;
}

#search-result-post a {
    display: block;
}

.article-content #search-result-post ul,
.article-content #search-result-post li {
    list-style: disc;
}

.article-content #search-result-post ul,
.article-content #search-result-post ol {
    margin: 0 0 20px 40px;
}

body.night2 .widget_search input[type='text'],
body.night2 #search-input-post {
    color: #777;
    border-color: #333;
    background: transparent;
}

.article-content .panel-body a:not([class]):hover,
.article-content #search-result-post a:not([class]):hover {
    color: #469cf5;
}

.article-content .panel-body a:not([class]):visited,
.article-content #search-result-post a:not([class]):visited {
    color: #469cf5;
}

.article-content .panel-body a:not([class]), 
.article-content #search-result-post a:not([class]) {
    color: var(--theme-color);
    font-weight: normal;	
}

.article-paging{
    margin: 0;
    padding: 30px 20px;
    text-align: center;
    font-size: 12px;
    display: block;
    border-radius: 0 0 var(--theme-radius) var(--theme-radius);
    background: transparent!important;
}

.article-paging .page-numbers{
    min-width: 28px;
    margin: 2px 5px;
    padding: 10px 20px;
    background-color: #0c0c0f!important;
    color: #eaeaea;
    border-radius: 5px;
    opacity: .88;
    text-decoration: none;
    display: inline-block;
}

.article-paging a:hover{
    background-color: var(--theme-color) !important;
    color: #fff!important;
}

.article-paging .page-numbers.current {
    background-color: var(--theme-color) !important;
    color: #fff!important;
}

.article-content .panel-body .panel_body_zigou {
	color: #333;
}

body.night .article-content .panel-body .panel_body_zigou {
	color: #bbb;
}

/*灯箱图片样式*/
.article-content .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.article-content .gallery.gallery-column-1 .gallery-item,
.article-content .gallery.gallery-column-2 .gallery-item,
.article-content .gallery.gallery-column-3 .gallery-item,
.article-content .gallery.gallery-column-4 .gallery-item,
.article-content .gallery.gallery-column-5 .gallery-item,
.article-content .gallery.gallery-column-6 .gallery-item,
.article-content .gallery.gallery-column-7 .gallery-item,
.article-content .gallery.gallery-column-8 .gallery-item,
.article-content .gallery.gallery-column-9 .gallery-item {
    padding: 4px;
}

.article-content .gallery .gallery-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
	box-shadow: none;
}
@media (max-width: 768px) {
	.article-content .gallery.gallery-column-1 .gallery-item,
    .article-content .gallery.gallery-column-2 .gallery-item,
    .article-content .gallery.gallery-column-3 .gallery-item,
    .article-content .gallery.gallery-column-4 .gallery-item,
    .article-content .gallery.gallery-column-5 .gallery-item,
    .article-content .gallery.gallery-column-6 .gallery-item,
    .article-content .gallery.gallery-column-7 .gallery-item,
    .article-content .gallery.gallery-column-8 .gallery-item,
    .article-content .gallery.gallery-column-9 .gallery-item {
        width: 50%;
    }
}
@media (max-width: 480px) {
	.article-content .gallery.gallery-column-1 .gallery-item,
    .article-content .gallery.gallery-column-2 .gallery-item,
    .article-content .gallery.gallery-column-3 .gallery-item,
    .article-content .gallery.gallery-column-4 .gallery-item,
    .article-content .gallery.gallery-column-5 .gallery-item,
    .article-content .gallery.gallery-column-6 .gallery-item,
    .article-content .gallery.gallery-column-7 .gallery-item,
    .article-content .gallery.gallery-column-8 .gallery-item,
    .article-content .gallery.gallery-column-9 .gallery-item {
        width: 100%;
    }
}

.article-content .hidden-text {
    color: var(--focus-color);
    padding: 10px;
    text-align: center;
    display: block;
}

/*文章页开头引文*/
.quote_q {
    padding: 1.2em;
    margin: 10px 0 20px 0;
    position: relative;
    --quote-color: var(--main-color);
    color: var(--quote-color);
}

.quote_q::before {
    content: "";
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .06;
    right: 0;
    background: var(--quote-color);
    top: 0;
}

.quote_q .fa-quote-left {
    font-size: 1.2em;
    margin-right: 0.5em;
    position: absolute;
    color: var(--quote-color);
}

.quote_q .fa {
    opacity: .8;
}

.quote_q>div, .quote_q>p {
    position: relative;
    margin: 0;
    padding-left: 2em;
    opacity: .8;
    position: relative;
}

/*文章警告框、提示框*/
.single-content .alert {
    padding: 1.2em 2.2em;
    position: relative;
    color: #fff;
    border: none;
    min-height: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    margin-bottom: 20px;
}

.alert:before {
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    left: -15px;
    top: 50%;
    background: inherit;
    width: 26px;
    height: 18px;
    text-align: center;
    padding: 4px 0;
    border-radius: 20px;
    transform: translateY(-50%);
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.19)
}

.alert.jb-blue:before {
    content: "\f00c"
}

.alert.jb-green:before {
    content: "\f0a1"
}

.alert.jb-yellow:before {
    content: "\f12a"
}

.alert.jb-red:before {
    content: "\f00d"
}

.alert-dismissable,.alert-dismissible {
    padding: 0 15px 0 20px;
    position: relative
}

.alert-dismissible button.close {
    padding: 10px;
    z-index: 9;
    right: 0;
    --muted-2-color: #fff;
    transition: all .2s
}

.wp-block-zibllblock-alert a {
    color: #fff!important;
    text-decoration: underline;
    font-weight: 700;
    margin: 0 2px
}

.wp-block-zibllblock-alert a:hover {
    opacity: .8
}

.jb-red,.order-type-9 .pay-tag {
    --this-bg: linear-gradient(135deg, #fd7a64 10%, #fb2d2d 100%)
}

.jb-pink,.order-type-2 .pay-tag {
    --this-bg: linear-gradient(135deg, #ff5e7f 30%, #ff967e 100%)
}

.jb-yellow,.order-type-3 .pay-tag {
    --this-bg: linear-gradient(135deg, #f59f54 10%, #ff6922 100%)
}

.jb-blue,.order-type-7 .pay-tag {
    --this-bg: linear-gradient(135deg, #59c3fb 10%, #268df7 100%)
}

.jb-cyan {
    --this-bg: linear-gradient(140deg, #039ab3 10%, #58dbcf 90%)
}

.jb-green,.order-type-5 .pay-tag {
    --this-bg: linear-gradient(135deg, #60e464 10%, #5cb85b 100%)
}

.jb-purple,.order-type-6 .pay-tag {
    --this-bg: linear-gradient(135deg, #f98dfb 10%, #ea00f9 100%)
}

.jb-vip1,.order-type-4 .pay-tag {
    --this-bg: linear-gradient(25deg, #eabe7b 10%, #f5e3c7 70%, #edc788 100%);
    --this-color: #866127
}

.jb-vip2,.order-type-8 .pay-tag {
    --this-bg: linear-gradient(317deg, #4d4c4c 30%, #7b7b7b 70%, #5f5c5c 100%);
    --this-color: #ddd
}

.b-blue,.b-blue-2,.b-cyan,.b-gray,.b-green,.b-purple,.b-red,.b-theme,.b-yellow,.jb-blue,.jb-cyan,.jb-green,.jb-pink,.jb-purple,.jb-red,.jb-vip1,.jb-vip2,.jb-yellow {
    color: var(--this-color);
    background: var(--this-bg);
    --this-color: #fff
}

/*文章自定义灯箱模式ACF字段*/
.article-custom-metas-gallery {
    color: #999;
    font-size: 13px;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    align-items: center;   	
}

.article-custom-metas-gallery:empty {
    display: none;
}

.article-custom-metas-gallery::after {
    content: "";
    display: table;
    clear: both;
}

.article-custom-metas-gallery .meta {
    padding-right: 10px;
    color: #333;
    flex: 0 0 25%; 
    line-height: 34px;
    display: inline-block;
}

body.night .article-custom-metas-gallery {
    color: #777;
    background: var(--body-bg-color);
}

body.night .article-custom-metas-gallery .meta{
    color: #999!important;
    background: var(--body-bg-color);
}

@media (max-width: 768px) {
    .article-custom-metas-gallery {
		display: block;
    }
    .article-custom-metas-gallery .meta {
        width: 100%;
        padding-right: 0;
    }    
}

.article-custom-metas-gallery a:hover{
    color: #fff;	
    opacity: .9;
}

.article-custom-metas-gallery a{
    line-height: 22px;
    white-space: nowrap;	
    background: var(--theme-color);
    color: #fff!important;
    border-radius: 5px;
    padding: 1px 8px;
    margin-left: 10px;
    text-align: center;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.article-custom-metas-gallery span{
    margin-left: 10px;
}

.article-custom-metas-gallery a:first-of-type,
.article-custom-metas-gallery span:first-of-type {
    margin-left: 0;
}

/*VIP好评*/
.new-sess-head2 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.new-sess-head2 span {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #ab7225;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;	
}
.new-sess-head2 span:before {
    content: '';
    background-image: url(https://pic.rmb.bdstatic.com/bjh/down/1d6c849801b91790fe447e315c441a4a.png);
    width: 37px;
    height: 29px;
    margin-right: 11px;
}
.new-sess-head2 span:after {
    content: '';
    background-image: url(https://pic.rmb.bdstatic.com/bjh/down/f285b9d323c0130906549ecae75d75d4.png);
    width: 37px;
    height: 29px;
    margin-left: 11px;
}
.ceo_vip_ping {
    padding: 40px 0;
    background: #f9f9f9;
}
.ceo_vip_ping ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}
.ceo_vip_ping ul li {
    height: 320px!important;
    background: #fff;
    padding: 26px 30px 50px;
    border-radius: 12px;
    background-color: #ffffff;
    text-align: center;
    width: calc(25% - 30px);
    margin: 0px 15px 30px;
    font-size: 15px;
    display: inline-block;
    top: 0;
    position: relative;
    box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    transition: all .3s cubic-bezier(.4,0,.2,1);
    -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .3s cubic-bezier(.4,0,.2,1);
    -ms-transition: all .3s cubic-bezier(.4,0,.2,1);
    -o-transition: all .3s cubic-bezier(.4,0,.2,1);
}
.ceo_vip_ping ul li p {
    font-size: 20px;
    line-height: 23px;
    height: 88px;
    padding: 0 20px;
    margin-top: 10px;
    color: #BA8D50;
    display: block;
    text-align: center;
}

.ceo_vip_ping ul li p b {
    color: #ccc;
    font-size: 23px;
}
.deanmbavar {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}
.deanmbavar img {
    border-radius: 50%;
}
.deanmbavar span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(https://pic.rmb.bdstatic.com/bjh/down/ad97247f43a5043ea29d7790c464de65.png) 0 0 no-repeat;
    background-size: 30px 30px;
    position: absolute;
    bottom: -10px;
    right: 5px;
}
.deanmbusename {
    line-height: 30px;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}
.deanmbusename b {
    font-size: 14px;
    color: #fec42d;
    padding-left: 10px;
}

@media screen and (max-width: 768px){	
    .newvip-sess2 ul li {
        width: 50%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    
    .ceo_vip_ping ul li {
        float: left;
        width: 100%!important;
        margin: 10px 10px;
        border-radius: 15px;
    }
}

body.night .ceo_vip_ping {
    background: var(--main-bg-color);
}

body.night .ceo_vip_ping ul li {
    background: #303030!important;
	box-shadow: none;
}

body.night .ceo_vip_ping ul li p b {
    color: #666;
}

/*标签页面描述*/
.archive-desc {
    white-space: pre-line;
}

/*文章标题提示*/
.post .post-sign, 
.article-header .post-sign {
    background: var(--theme-color)!important;
}

/*VIP页面，打钩打叉*/
.vip-item ul li .vip_type_yes {
    font-weight:900;
	color:#7CBC52;
}

.vip-item ul li .vip_type_no {
    font-weight:900;
	color:#E12319;
}

.vip-item ul li i {
    border: unset;
	font-weight:200;
}

.vip-item ul li i.fa-yes{
	color:green;
}

.vip-item ul li i.fa-no{
	color:red;
}

.vip-item .text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(240 82 82 / var(--tw-text-opacity));
}

.vip-item .text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(14 159 110 / var(--tw-text-opacity));
}

.vip-item .mr-1 {
    margin-right: 1rem;
}

@media (min-width: 480px) {
	.vip-item ul li{
	    font-size: 16px;
	}
}

/*右侧栏分类目录样式*/
.widget_categories ul {
    margin-left: 0px;
    list-style: none;
}

.widget_categories li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    padding-left: 5px !important;
    line-height: 1.5em;
    padding: 5px 0;
}

.widget_categories li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

/*自定义网格元数据样式*/
.grids .grid {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.grids .grid .grid-meta {	
    padding: 6px 0px 10px 10px;
    height: 40px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
	display: none;
}

.grids .grid .grid-author{
    max-height: 45px;
    white-space: nowrap;
}

.grids .grid .grid-author .avatar {
    border-radius: 20%;
}

/*修改当天文章日期字体*/
.grids .grid .grid-author .time-news {
    color: var(--theme-color);
}

.article-meta .time-news {
    color: var(--theme-color);
}

/*手机段列表文章元数据调整*/
@media (max-width: 480px) {
    .grids .grid .grid-author {
        margin: 10px -20px -10px;
    }
    .grids .grid .grid-author .time {
        float: left;
    }
}

.grids .grid .grid-meta .icon,
.grids .grid .grid-author .icon {
    font-size: 14px;
    line-height: 25px;
    padding: 0px 0px 0px 15px;
}

@media (max-width: 480px) {
    .grids .grid .grid-meta .icon,
    .grids .grid .grid-author .icon {
        padding: 0px 0px 0px 10px;
    }
}

.grids .grid .grid-author .views {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    max-width: 68px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.grids .grid .grid-author .author-name {
    max-width: 60px;
    display: inline-block;
}

/*手机隐藏文章日期*/
@media (max-width: 1023px) {
    .hide_sm {
        display: none !important;
    }
}

/*翻页导航栏*/

.mocat .pagination {
    margin-top: 15px;
}

.pagination {
    margin: 0;
    padding: 0 20px 30px;
    text-align: center;
    font-size: 12px;
    display: block;
    border-radius: 0 0 var(--theme-radius) var(--theme-radius);
    background: transparent!important;
}

body.gd-list .pagination, body.gd-list .pagination-trigger {
    background: #fff;
    padding: 20px;
}

.pagination ul {
    display: inline-block !important;
    *display: inline;
    *zoom:1;margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

.pagination ul > li {
    display: inherit
}

.pagination ul > li > a,.pagination ul > li > span {
    margin: 0 5px;
    float: left;
    padding: 10px 20px;
    background-color: #0c0c0f!important;
    color: #eaeaea;
    border-radius: 5px;
    opacity: .88;
    text-decoration: none;
}

.pagination ul > li > a:hover{
    background-color: var(--theme-color) !important;
    color: #fff!important;
}

.pagination ul > li > a:hover,.pagination ul > li > a:focus {
    opacity: 1
}

.pagination ul > .active > a,.pagination ul > .active > span {
    background-color: var(--theme-color) !important;
    color: #fff!important;
}

.pagination ul > .active > a,.pagination ul > .active > span {
    cursor: default
}

.pagination ul > li > span,.pagination ul > .disabled > span,.pagination ul > .disabled > a,.pagination ul > .disabled > a:hover,.pagination ul > .disabled > a:focus {
    color: #999;
    cursor: default
}

.pagination ul > li #jump_page {
    height: 38px;
    border: none;
    border-bottom: 1px solid #888;
    width: 40px;
    padding: 0;
    float: left;
    margin-left: 0px;
    -moz-appearance: textfield;
    background: transparent;
}

.pagination ul > li #jump_page::-webkit-inner-spin-button, .pagination ul > li #jump_page::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pagination ul > li .page-jump {
    padding: 10px;
	background-color: #0c0c0f!important;
}

.pagination-trigger {
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 20px
}

body.gd-list .pagination-trigger {
    margin-bottom: 0;
    padding: 0 15px 30px;
}

.pagination-trigger a {
    margin: 0 5px;
    display: inline-block;
    padding: 8px 45px;
    text-decoration: none;
    background-color: var(--theme-color);
    color: #fff !important;
    border-radius: var(--theme-radius);
    opacity: .88;
    text-decoration: none;
}

.pagination-trigger a:hover {
    opacity: 1
}

.pagination-loading {
    font-size: 16px;
    text-align: center;
    color: #AAB2BD;
    padding: 10px 15px;
    margin-bottom: 20px
}

body.gd-list .pagination-loading {
    background: #fff
}

.page-template-authors .pagination {
    display: block !important;
}

/*自定义夜景样式*/
@media (min-width: 1536px) {
    body.nv-left.night .nav-main> li.current-menu-item, body.nv-left.night .nav-main> li.current-menu-parent, body.nv-left.night .nav-main> li.current_page_item, body.nv-left.night .nav-main> li.current-post-ancestor, body.nv-left.night .nav-main> li.current-menu-ancestor, body.nv-left.night .nav-main> li.current-category-ancestor {
        background: #232323;
    }

    body.nv-left.night .nav-main {
        background: #151515;
    }

    body.nv-left.night .nav-main li:hover {
        background: #131313;
    }

    body.nv-left.night .nav-main> li.current-menu-item, body.nv-left.night .nav-main> li.current-menu-parent, body.nv-left.night .nav-main> li.current_page_item, body.nv-left.night .nav-main> li.current-post-ancestor, body.nv-left.night .nav-main> li.current-menu-ancestor, body.nv-left.night .nav-main> li.current-category-ancestor {
        background: #121212
    }

    body.nv-left.night .nav-main .sub-menu {
        background: #151515;
    }

    body.nv-left.night .nav-main li a {
        color: #999;
    }

    body.nv-left.night .mocat:nth-child(2n), body.nv-left.night .vip-why, body.home.nv-left.night .vip-content, body.nv-left.night .home-blogs {
        background: #121212;
    }
}

body.night {
    background: var(--body-bg-color)!important;
    color: #ccc;
}

body.night a {
    color: #9e9e9e;
}

body.night .body.home .main {
    padding-top: 5px
}

body.night .header, body.home.night .header.scrolled {
    background: var(--main-bg-color);
    webkit-box-shadow: 0px 0px 0px 0px #181c27;
    -ms-box-shadow: 0px 3px 10px 0px #181c27;
    box-shadow: 0px 0px 0px 0px #181c27;
}

body.night .nav-main li {
    color: #bdcadb;
}

body.night .nav-main .sub-menu, body.night .nav-right .sub-menu {
    background: var(--main-bg-color);
    color: #ccc;
}

body.night .nav-main .sub-menu a, body.night .nav-right .sub-menu a, body.night .nav-right .sub-menu a.money:hover {
    color: #ccc;
}

body.night .nav-right .sub-menu .money-left, body.night .nav-right .sub-menu .vip-left, body.night .nav-right .sub-menu .cart-left, body.night .nav-right .sub-menu li.item a {
    background: var(--body-bg-color);
    color: #ccc;
}

body.night .nav-right .money-left t {
    float: right;
    color: #cacbd0
}

body.night .nav-right .sub-menu:before {
    border-bottom-color: #232735;
}

body.night .nav-right .vip-left t {
    float: right;
    color: #bfc5cc;
    line-height: 22px;
    margin-top: 5px;
}

body.night .nav-right .nav-notice .header__name {
    padding: 0 6px 6px;
    border-bottom: 1px solid #4e4c4c;
}

body.night .nav-main > li > .sub-menu:before {
    border-bottom-color: #232735;
}

body.night .nav-main li.menu-item-has-children:after {
    color: #ccc;
}

body.night .nav-main > li.mega4 > .sub-menu > li:first-child > a:before, body.night .nav-main > li.mega4 > .sub-menu > li:first-child > a, body.night .nav-main > li.mega4 > .sub-menu > li.mg-show > a {
    background: #1c1f2b
}

body.night .nav-main > li.mega4 > .sub-menu > li.mg-hide > a {
    background: transparent;
}

body.night .nav-main > li.mega4 > .sub-menu > li.mg-show > a:after {
    border-bottom-color: #1c1f2b;
}

body.night .nav-main > li.mega4 > .sub-menu > li:first-child > a:after, body.night .nav-main > li.mega4 > .sub-menu > li.mg-show > a:after {
    border-bottom-color: #232735;
}

body.night .nav-main > li.mega4 > .sub-menu > li > a, body.night .nav-main > li.mega4 > .sub-menu > li > .sub-menu > li > a {
    border-color: #393f56;
}

body.night .nav-main > li.mega4 > .sub-menu > li:first-child > a:before, body.night .nav-main > li.mega4 > .sub-menu > li:last-child > a:before {
    background: #393f56;
}

body.night .nav-mobile-show .nav-main {
    background: var(--main-bg-color);
    color: #bdcadb;
}

body.night .nav-mobile-show .nav-main > li.menu-item {
    border-color: #383744;
}

body.night .nav-mobile-show .nav-main > li > a, body.night .header.nav-mobile-show.scrolled .nav-main > li > a {
    color: #ccc !important;
}

body.night .nav-mobile-show .nav-right .nav-button a {
    color: #bdcadb !important;
}

body.night .search-wrap {
    color: #666;
}

body.night .search-wrap .search-input {
    color: #666;
}

body.night .search-wrap .search-input::-webkit-input-placeholder {
    color: #666;
}

body.night .search-wrap .search-form .search-cat:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #666 transparent transparent transparent;
}

body.night .search-wrap .search-form .search-cat {
    display: inline-block;
    position: absolute;
    border: none;
    left: 10px;
    top: 13px;
    width: 80px;
    height: 22px;
    padding: 0;
    font-size: 15px;
    color: #666;
    cursor: pointer;
    overflow: hidden;
}

body.night .breadcrumbs {
    padding: 0 0 15px;
    font-size: 14px;
    color: #999;
    margin: -10px 0 0;
}

body.night .breadcrumbs .current {
    color: #999;
}

body.night .banner-slider {
    height: auto !important;
    padding: 20px 0;
    background: var(--body-bg-color);
    background-image: none;
}

body.night .banner {
    background-color: var(--body-bg-color);
    color: #ccc;
}

body.night .mocat, body.night .home-blogs, body.night .home-authors, body.night .vip-why {
    background-color: var(--body-bg-color);
}

body.night #mocats-hjdh {
    background: var(--main-bg-color);
}

body.night .mocats#mocats-hjdh .moli {
    background: var(--body-bg-color);
}

body.night .mocats#mocats-hjdh .moli ul li > i {
    background: #36cbff;
    color: #fff;
}

body.night .mocats#mocats-zjgx .moli {
    background: var(--main-bg-color);
}

body.night .mocats#mocats-zjgx .moli ul li > i {
    background: #36cbff;
    color: #fff;
}

body.night .grids .grid, body.night .lists .grid, body.night .lists .list, body.night .home-blogs ul li {
    background: var(--main-bg-color);
    color: #bdcadb;
}

body.night .mocat:nth-child(2n) {
    background: var(--main-bg-color);
}

body.night .mocat:nth-child(2n) .grids .grid, 
body.night .mocat:nth-child(2n) .lists .grid, 
body.night .mocat:nth-child(2n) .lists .list, 
body.night .mocat:nth-child(2n) .home-blogs ul li {
    background: var(--body-bg-color);
}

body.night .grids .grid h3 a, body.night .lists .grid h3 a, body.night .lists .list h3 a, body.night .home-blogs ul li h3 a {
    color: #a5a3a3;
}

body.night .grids .grid .grid-meta .price .fee, body.night .lists .grid .grid-meta .price .fee, body.night .lists .list .list-meta .price .fee {
    background: #313852;
}

body.night .grids .grid img, body.night .lists .list img, body.night .lists .grid img, body.night .home-blogs ul li img {
    background: var(--body-bg-color);
}

body.night .grids .grid .grid-author {
    border-color: #393f56;
}

body.night .grids .grid .grid-meta {
    padding: 6px 0px 10px 10px;
    font-size: 12px;
    height: 40px;
    overflow: hidden;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

body.night .grids .grid .cat {
    display: block;
    font-size: 12px;
    color: #999;
    margin-left: 10px;
    height: 30px;
    position: relative;
}

body.night .home-blogs ul li .excerpt, body.night .lists .list .desc, body.night .lists.cols-two .excerpt {
    color: #8f9090;
}

body.night .filters {
    background: var(--main-bg-color);
}

body.night .filter-item {
    border-color: #666;
}

body.night .filter-item>span {
    font-weight: 600;
    position: absolute;
    left: 0;
    color: #b7b7b7;
}

body.night .article-header-box {
    background: #232735;
    color: #bdcadb;
}

body.night .header-box-con .custom-metas {
    background: #33394e;
}

body.night .header-box-con .erphpdown .erphpdown-box-tips {
    background: transparent;
}

body.night .single-content .article-content .article-paging {
    background: var(--body-bg-color)!important;
    color: #8f9194;
}

body.night .single-content, body.night .sidebar .widget, body.night .article-nav, body.night .single-related, body.night .single-comment {
    background: var(--main-bg-color);
    color: #8f9194;
}

body.night .article-content .article-tips > div {
    background: linear-gradient(-30deg,#36cbff 10%,#1784ff) no-repeat;
}

body.night .article-content h2, 
body.night .article-content h3 {
    background: var(--body-bg-color);
}

body.night .article-content .gallery-login span {
    background: #3a3a3e;
    color: #5cb85c;
}

body.night .article-content .gallery-login a {
    color: #ff5f33;
}

body.night .article-content blockquote {
    color: #666e8e;
    border-color: #bdcadb;
}

body.night .article-custom-metas .meta t {
    color: #a7a7a7;
}

body.night .article-content .erphpdown-content-vip > legend, body.night .erphpdown > legend, body.night .erphpdown-box > legend {
    background-image: -webkit-linear-gradient(bottom,#1db1dc 36%,#6fd4f3 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.night .article-faqs {
    background: var(--body-bg-color);
    font-size: 13px;
    padding: 15px 20px 17px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px
}

body.night .article-faqs .article-faq-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600
}

body.night .article-faqs .items .item {
    margin-bottom: 10px;
    border-bottom: 1px dashed #666;
    padding-bottom: 10px
}

body.night .article-custom-metas {
    color: #999;
    font-size: 13px;
    background: var(--body-bg-color);
    padding: 10px 20px 0;
    border-radius: 5px;
    margin-bottom: 20px;
}

body.night .article-meta {
    color: #999;
    margin-bottom: 15px;
    font-size: 13px;
}

body.night .article-copyright {
    font-size: 14px;
    color: #a7a7a7;
    background: var(--body-bg-color);
    padding: 10px 15px;
    margin-bottom: 30px
}

body.night .widget-erphpdown .custom-metas {
    margin-bottom: 30px;
    margin-top: 15px;
    position: relative;
    background: var(--body-bg-color);
    padding: 10px;
    border-radius: 3px;
}

body.night .article-copyright {
    color: #2aafff;
    background: transparent;
    margin:0;
    padding:15px 0;
}
body.night .prettyprint, body.night pre.prettyprint {
    background: #1c1f2b;
}

body.night .article-nav .article-nav-prev {
    border-color: #393f56;
}

body.night .article-tags a {
    color: #fff;
}

body.night .single-related .grids .grid {
    box-shadow: 0 0 15px #1c2131;
    background-color: var(--body-bg-color);
}

body.night .comment {
    position: relative;
    padding: 15px 0 15px 52px;
    border-bottom: 1px solid #3b3b46
}

body.night .comment .comt-avatar {
    background: rgb(0 0 0 / 0%);
}

body.night .comment .children .comment {
    margin: 15px 0 0;
    border-top: 1px solid #3b3b46;
    border-bottom: none;
    padding-bottom: 0
}

body.night .comments-pagination a {
    text-decoration: none;
    background-color: #0c0c0f;
    color: #666;
    opacity: 1
}

body.night .comments-pagination .current {
    color: #fff;
    background: linear-gradient(-30deg,#36cbff 10%,#1784ff) no-repeat;
}

body.night .comt-box {
    border-color: #33394e;
    background: #3b3b46;
}

body.night .comt-area {
    color: #ccc;
}

body.night .comt-comterinfo input {
    border-color: #33394e;
    background: #33394e;
    color: #bdcadb;
}

body.night .pagemenu, body.night .pagemenu li a {
    background-color: var(--main-bg-color);
    border-color: var(--body-bg-color);
}

body.night .page-template-vip .main {
    padding: 40px 0 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.night .widget-commentlist .sidebar-comments-comment {
    background: var(--body-bg-color);
    color: #ccc;
}

body.night .widget-commentlist .sidebar-comments-comment:before {
    border-bottom-color: #33394e;
}

body.night .widget-tags .items a {
    background: #40404c;
    color: #b2bbbf;
}

body.night .widget_calendar #wp-calendar th {
    color: #666e8e
}

body.night .widget_calendar #wp-calendar {
    color: #bdcadb;
}

body.night .widget-erphpdown .meta {
    font-size: 13px;
    color: #a7a7a7;
    margin-top: 0px;
    text-align: right
}

body.night .widget-erphpdown .erphpdown-child {
    background: #33394e;
    border-color: #33394e;
}

body.night .widget-erphpdown .erphpdown-child > legend {
    color: #bdcadb;
}

body.night .widget-erphpdown .custom-metas .meta:first-child {
    padding-top: 0;
    border-top: none;
}

body.night .widget-erphpdown .custom-metas .meta {
    border-top: 1px solid #3d3f40;
}

body.night .widget-erphpdown .custom-metas .meta span {
    display: inline-block;
    position: absolute;
    left: 0;
    text-align: left;
    color: #a7a7a7;
}

body.night .widget-erphpdown .vip {
    color: #a7a7a7;
    font-size: 14px;
    text-align: center;
}

body.night.page-template-homepage1 .main .vip-content,
body.night.page-template-homepage2 .main .vip-content,
body.night.page-template-homepage3 .main .vip-content,
body.night.page-template-homepage4 .main .vip-content,
body.night.page-template-latest_besdme .main .vip-content {
    background: var(--body-bg-color);
}

body.night .vip-item {
    background: var(--main-bg-color);
}

body.night .user-main .vip-content .vip-item {
    background: #212125!important;
}

body.night .vip-item ul li:not(:last-child) {
    border-color: #353540de;
}

body.night .vip-item p.border-decor span {
    background: var(--body-bg-color);
    color: #ccc;
}

body.night .vip-why .items .item p {
    color: #666e8e;
}

body.night .totals {
    background: #1f2233;
    background-image: url(../img/dlbg.jpg);
}

body.night .totals:after {
    background: rgba(20, 22, 31, .5);
}

body.night .footer-widget h3 {
    color: #b3b3b3
}

body.night .footer-widget.widget-commentlist .sidebar-comments-comment {
    background: #393f56
}

body.night .footer-widget.widget-commentlist .sidebar-comments-comment:before {
    border-bottom-color: #393f56;
}

body.night .widget-commentlist .sidebar-comments-title, body.night .widget-commentlist .postmeta {
    color: #999;
}

body.night .footer-widget.widget-tags .items a {
    background: #393f56;
    color: #bdcadb;
}

body.night .footer-widget .footer-widget-content p {
    color: #bdcadb
}

body.night .widget-bottom-search input[type='text'] {
    background: #232735;
    border-color: #232735;
}

body.night .footer-links {
    border-color: #393f56;
    color: #bdcadb;
}

body.night .rollbar li {
    background: #232323
}

body.night .rollbar h6 {
    background: #232323;
    color: #999
}

body.night .rollbar h6 i {
    border-left-color: #232323;
}

body.night .rollbar .qq-li {
    background2: #fbb814;
}

body.night .rollbar .qq-li a {
    color: #fff !important;
}

body.night .sign .sign-box {
    background: var(--main-bg-color);
    color: #bdcadb;
}

body.night .sign .form-control {
    background: var(--body-bg-color);
    color: #999;
}

body.night .sign .form-control::-webkit-input-placeholder {
    color: #ccc;
}

body.night .sign .sign-submit {
    border-color: #393f56;
}

body.night .sign .expend-container:after {
    background: #232735;
}

body.night .sign .expend-container svg {
    fill: #666e8e;
}

body.night .sign-trans, body.night .form-policy {
    color: #999;
}

body.night .sign .captcha-clk {
    color: #bdcadb;
}

body.night .mbt-down-top {
    box-shadow: inset 0 5px 5px var(--body-bg-color);
}

body.night .modown-erphpdown-bottom {
    background: var(--main-bg-color)
}

body.night .modown-erphpdown-bottom:before, body.night .modown-erphpdown-bottom:after {
    background: var(--body-bg-color)
}

body.night .modown-erphpdown-bottom .line {
    border-color: #393f56;
}

body.night .erphpdown-msg p {
    background: var(--body-bg-color);
    color: #ccc;
}

body.night .erphpdown-msg p .link {
    background: var(--theme-color);
    color: #f9f9f9;
}

body.night .erphpdown-box .erphpdown-price {
    line-height2: 39px;
    color: #a7a7a7;
}

body.night .erphpdown-box .vip {
    display: inline-block;
    color: #999;
}

body.night .tougao-item .tougao-input {
    border-color: var(--main-bg-color);
    background: #dcdcde;
}

body.night .tougao-item .tougao-select .postform {
    border-color: var(--main-bg-color);
    color: #ddd;
    background: var(--body-bg-color)
}

body.night .tougao-item > p {
    color: #666e8e;
}

body.night .tougao-item .upload-wrap a {
    color: #bdcadb;
}

body.night .archives .item {
    border-color: #393f56;
}

body.night .tagslist li {
    background: var(--main-bg-color);
    color: #bdcadb;
}

body.night .tagslist li .name {
    background: #1f1f25;
    color: #ff5f33;
}

body.night .tagslist li .tit {
    color: #999;
}

body.night .link-box {
    background-color: #232735;
}

body.night .link-box .link-title {
    border-color: #393f56;
}

body.night .link-box .link-list .link-item .link-main h2 {
    color: #bdcadb;
}

body.night .link-box .link-list .link-item .link-desc {
    color: #666e8e;
}

body.night .footer-fixed-nav, body.night .footer-fixed-nav .footer-nav-trigger {
    background: #212533;
    color: #bdcadb;
}

body.night .home-widgets {
    margin: 0 -10px 0;
    text-align: left;
}

body.night .body.night .body.night .home-widgets .home-widget {
    width: 25%;
    float: left;
    padding: 0 10px;
}

body.night .body.night .home-widgets .vitara_slide_in {
    border-radius: 3px;
    margin-bottom: 15px;
    margin-top: 15px
}

body.night .home-widgets .hf-widget {
    border: 1px solid #31313c;
    padding: 14px 17px 0;
    box-sizing: border-box;
    border-radius: 15px;
    background: linear-gradient(-30deg,#424252 10%,#4f4f5d) no-repeat;
}

body.night .home-widgets .hf-widget [class*=" icon-"]:before,.home-widgets .hf-widget [class^="icon-"]:before {
    margin: 0
}

body.night .home-widgets .hf-widget .hf-widget-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
    border-bottom: 1px solid #589fc4;
    padding: 0 0 10px;
    margin-bottom: 14px;
    color: #383838
}

body.night .home-widgets .hf-widget .hf-widget-title a {
    color: #ccc
}

body.night .home-widgets .hf-widget .hf-widget-title>i {
    color2: #589fc4;
    margin-right: 2px
}

body.night .home-widgets .hf-widget .hf-widget-title span {
    font-size: 12px;
    font-weight: normal;
    color: #a7a7a7;
    line-height: 20px;
    margin-left: 10px
}

body.night .home-widgets .hf-widget .hf-widget-title .pages .prev:hover,.home-widgets .hf-widget .hf-widget-title .pages .next:hover {
    color: #589fc4
}

body.night .home-widgets .hf-widget .hf-widget-title .pages .prev {
    border-right: none
}

body.night .home-widgets .hf-widget .hf-tags {
    margin-bottom: -10px
}

body.night .home-widgets .hf-widget .hf-tags a {
    display: inline-block;
    white-space: nowrap;
    word-break: break-all;
    font-size: 12px;
    background: #212129;
    color: #ccc;
    border-radius: 2px;
    margin: 0 8px 10px;
    line-height: 21px;
    height: 22px;
    padding: 0 5px
}

body.night .home-widgets .hf-widget .hf-tags a:hover {
    background: var(--theme-color);
    color: #fff;
}

body.night .home-widgets .hf-widget .hf-tags a.active {
    background: var(--theme-color);
    color: #fff;
}

body.night .home-widgets .hf-widget-4 .hf-widget-content a {
    color: #ccc
}

body.night .body.night .body.night .home-widgets .hf-widget-4 .hf-widget-title {
    margin-bottom: 15px
}

body.night .body.night .home-widgets .hf-widget-4 .hf-widget-content {
    font-size: 14px;
    color: #888
}

body.night .home-widgets .hf-widget-4 .hf-widget-content a:hover {
    color: var(--theme-color) !important;
}

body.night .body.night .home-widgets .hf-widget-4 .hf-widget-content h3 {
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    height: 25px;
    overflow: hidden
}

body.night .home-widgets .hf-widget-4 .hf-widget-content em {
    float: right;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    background: var(--main-bg-color);
    color: var(--theme-color);
    font-size: 12px;
    font-style: normal
}

body.night .home-widgets .hf-widget-4 .hf-widget-content ul {
    background: linear-gradient(-30deg,#424252 10%,#4f4f5d) no-repeat;
}

body.night .home-widgets .hf-widget-4 .hf-widget-content ul li {
    margin-bottom: 5px
}

body.night .home-widgets .hf-widget-4 .hf-widget-content ul li:last-child {
    margin-bottom: 0
}

body.night .home-widgets .hf-widget-1 .hf-widget-content a {
    color: #ccc
}

body.night .home-widgets .hf-widget-1 .hf-widget-content a:hover {
    color: var(--theme-color) !important;
}

body.night .home-widgets .hf-widget-1 .hf-widget-content li {
    float: left;
    font-size: 12px;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 8px
}

body.night .home-widgets .hf-widget-1 .hf-widget-content li .modown-thumb-bg {
    display: block;
    height: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    transition: all .2s;
    width: 36px;
    padding-top: 36px;
    margin: 0 auto 4px;
}

body.night .home-widgets .hf-widget-1 .hf-widget-content li span {
    display: block;
    height: 16px;
    line-height: 16px;
    overflow: hidden
}

body.night .home-widgets .hf-widget-1 .hf-widget-content .modown-scroll-h {
    margin: 0 -10px
}

body.night .home-widgets .modown-scroll-h {
    position: relative;
    overflow: hidden;
    height: 54px
}

body.night .home-widgets .modown-scroll-h ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    *zoom:1;transition: all .2s
}

body.night .home-widgets .modown-scroll-h ul:before,.home-widgets .modown-scroll-h ul:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both
}

body.night .home-widgets .modown-scroll-h .holdon {
    position: absolute;
    left: 100%;
    top: 0
}

body.night .home-widgets .modown-scroll-h .holdon-prev {
    left: -100%
}

body.night .home-widgets .hf-widget-hot-cats .hf-widget-content .icon {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background: #fff5f0;
    color: #589fc4;
    display: inline-block;
    margin-bottom: 5px
}

body.night .home-widgets .hf-widget-hot-cats .modown-scroll-h li a {
    display: block
}

body.night .home-widgets .hf-widget-hot-cats .modown-scroll-h li a:hover .icon {
    background: #589fc4;
    color: #fff
}

body.night .filter a {
    display: inline-block;
    margin: 3px;
    padding: 5px 10px;
    color: #b7b7b7;
    line-height: 1
}

body.night .filter a.active {
    color: #fff;
    border-radius: 50px;
}

body.night .erphpdown-box {
    background: var(--body-bg-color);
}

@media (max-width: 768px) {

    body.single.night {
        background-color: #232323 !important;
    }
}

/*个人中心夜景*/
body.night .warning{background: #232323;}
body.night .container-user{background: #2a2a32;color2:#33c3ff;}
body.night .userside{background: #212125;color:#bbb;}
body.night .usertitle{border-color: #414243;}
body.night .usertitle .avatar{border-color: #151515;}
body.night .usertitle .edit-avatar:after{color:#777;}
body.night .mobantu-check p{color:#777;}
body.night .usercheck.active{background: #232323;}
body.night .usermenu li a{color:#a7a7a7;}
body.night .usermenu li.active a{background: var(--theme-color);color:#f9f9f9;}
body.night .usermenu li.active i{color:#f9f9f9;}
body.night #charge-form .input-recharge, body.night #charge-form2 .input-recharge{color:#fff;}
body.night #charge-form .input-recharge::-webkit-input-placeholder, body.night #charge-form2 .input-recharge::-webkit-input-placeholder{color:#777;}
body.night #charge-form2 .btn-card{background-color: var(--theme-color)!important;color: #f9f9f9;}
body.night #charge-form h3, body.night #charge-form2 h3{color:#777;}
body.night #charge-form .payment-radios label{border-color: #2f364e;} 
body.night #charge-form .item .prices, body.night #charge-form .item .prices label{border-color: #414243;}
body.night #charge-form .item .prices label{color: #777;}
body.night #charge-form .item .prices label.active{background: #303030}
body.night #charge-form .rmb{background: var(--theme-color);color: #fff}
body.night .charge .charge-header .desc{color:#777;}
body.night .charge .charge-header h3{color:#777;}
body.night .charge .charge-header .item{border-color: #414243}
body.night .charge .charge-header .item .tips{background: linear-gradient(-30deg,#36cbff 10%,#1784ff) no-repeat; color: #fff;}
body.night .charge .charge-header .item p{font-size: 14px;margin-top: 12px;color:#a7a7a7;}
body.night .charge-gift{background: #212121;color: #999;}
body.night .vip-items .item{background: #212125!important;}
body.night .vip-items .item ul{border-color: #2d2e33;color:#999;}
body.night .vip-items .item .time{color:#777;}
body.night .table-striped > tbody > tr:nth-child(odd) > td, body.night .table-striped > tbody > tr:nth-child(odd) > th{background: #212125;border-color:#414243;}
body.night .table > thead > tr > th, body.night .table > tbody > tr > th, body.night .table > tfoot > tr > th, body.night .table > thead > tr > td, body.night .table > tbody > tr > td, body.night .table > tfoot > tr > td{border-color:#414243;}
body.night .table td{color:#777;}
body.night .user-alerts{color:#999;}
body.night .user-meta{color:#999;}
body.night .user-meta label, body.night .user-ordernone h6{color:#999;}
body.night .secondItem .item .platform-info .name{color:#777;}
body.night .secondItem .item .platform-info .status a{color:#999;}
body.night .form-control{background: #34343e;border-color:#34343e;color:#777;}
body.night .user-commentlist li, body.night .user-postlist li{border-color: #414243;}
body.night .user-commentlist .note, body.night .user-postlist .note{color:#999;}
body.night .user-commentlist time{color:#777;}
body.night .user-postlist h2 a{color:#777;}
body.night .ticket-item-content dl{border: 1px solid #363640;padding: 10px 15px 12px;border-radius: 5px;max-width: 75%;margin: 0 70px 36px 70px;font-size: 14px;color: #bbb;position: relative;clear: both;box-shadow: 2px 2px 2px #1f1d1d;min-width: 120px;}
body.night .ticket-item-info{border-bottom: 1px solid #3f4148;padding-bottom: 24px;margin-bottom: 30px;color: #999;}
body.night .ticket-item-content dl.ticket-item-reply::before{border-right: 12px solid #3d3d48;left: -13px;right: auto;border-left: none;}
body.night .ticket-item-content dl.ticket-item-reply::after{border-right: 12px solid #2a2a32;left: -10px;right: auto;border-left: none;}
body.night .ticket-item-content dl::before{content: '';border-top: 2px solid transparent;border-bottom: 8px solid transparent;border-left: 12px solid #3c3c42;position: absolute;right: -13px;top: 12px;}
body.night .ticket-item-content dl::after{content: '';border-top: 2px solid transparent;border-bottom: 8px solid transparent;border-left: 12px solid #2a2a32;position: absolute;right: -10px;top: 12px;}

body.night .vip-faqs {
    background: var(--body-bg-color);
}

body.night .rollbar .qq-li {
    background: var(--theme-color);
    border-radius: 50%;
}

body.night .rollbar .vip-li a {
    border-radius: 50%;
	background: #fbb814;
}

body.night .rollbar .vip-li h6 {
    color: #573d00;
	background: #fbb814;
}

body.night .rollbar .vip-li h6 i {
    border-left-color: #573d00;
	border-left: 4px solid #fbb814;
}

body.night ul.nav-main a:hover {
    color: var(--theme-color)!important;
}

body.night .search-wrap .search-wrap-container {
    background: #fff;
    border-radius: 0 0 var(--theme-radius) var(--theme-radius);
}

body.night .search-wrap .search-input {
    border: none;
    background: transparent;
    border: 1px solid #efefef;
}

body.night .search-wrap .search-form .search-cats {
    background: #fff;
}

body.night .search-wrap .search-form .search-cats:before  {
    border-bottom-color: #fff;
}

body.night .search-wrap .search-form .search-cats li:hover {
    color: var(--theme-color);
}

body.night div.erphpdown-box > div.download-current > div > span,
body.night #erphpdown > div > div.download-current > div > span {
    color: #19B5FE!important;
}

body.nigh .erphpdown-msg p .link {
    background: var(--theme-color);
}

body.night .erphpdown-code {
    background: transparent;
}

/*悬浮下载框背景颜色*/
.single-content > .erphpdown-box.fixed .erphpdown-title {
    display:none;
}

.single-content > .erphpdown-box.fixed {
    background: #f5f5f5!important;
}

@media (max-width: 768px) {
    .single-content > .erphpdown-box, .single-content > .erphpdown-box.fixed {
        background-color: #fff!important;
    }
    .single-content > .erphpdown-box .erphpdown-title,
    .single-content > .erphpdown-box.fixed .erphpdown-title {
        display:none;
    }
}

body.night .erphpdown-box,.erphpdown-box {
    border: 2px dashed var(--theme-color)!important;
}

body.has-topbar .header {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

/*首页轮播图小方块*/
.home-widgets .hf-widget {
    border: 1px solid #efefef;
}

/*排序栏水平对齐*/
.filter-item.filter-item-order {
    margin-top: -7px;
    padding-top: 7px;
}

.btn-link {
    color: #fff!important;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin: 10px 10px 0 0;
    background: var(--theme-color);
    font-size: 15px;
}

.focus-color {
    color: var(--focus-color);
}

/*自定义广告*/
#html-box-info-yjvip .alert-warning {
    color: #664d03;
    background-color: #fbb715;
    border-color: #ffecb5;
    font-size: 16px;
}
#html-box-info-yjvip .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 16px;
}
#html-box-info-yjvip .badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
#html-box-info-yjvip .bg-danger {
    background-color: #dc3545;
}
#html-box-info-yjvip .bg-warning {
    background-color: #ffc107;
}
#html-box-info-yjvip .text-dark {
    color: #212529;
    text-decoration: none;
}
#html-box-info-yjvip .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
    margin-left: 0.25rem;
    margin-bottom: 2px
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
#html-box-info-yjvip .alert-warning1 {
    color: #664d03;
    background-color: #10c354;
    border-color: #ffecb5;
}

#html-box-info-yjvip {
    position: relative;
    background-color: #fff;
}

#html-box-info-yjvip .close {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    z-index: 10;
}

body.night #html-box-info-yjvip .close {
    color: #8f9194;
    background-color: rgba(0, 0, 0, 0.8);
}

#html-box-info-yjvip .close:hover {
    color: #f00;
    background-color: rgba(255, 0, 0, 0.1);
}

body.night #html-box-info-yjvip .close:hover {
    color: #f00;
    background-color: rgba(255, 0, 0, 0.1);
}

@media (max-width: 768px) {
    #html-box-info-yjvip .close {
        top: 5px;
        right: 5px;
        font-size: 20px;
        width: 25px;
        height: 25px;
        transform: translate(10px, -10px);
    }
}