/* 子主题默认背景颜色为 #e9ecef 全局宽度为 1360px 请在后台配置中设置*/

/* bilibili Banner 开始*/

.bili-header {
    min-height: 64px;
    position: relative;
    margin: 0 auto;
    max-width: 2560px;
    width: 100%;
}

.bili-header .bili-header__banner {
    position: relative;
    z-index: 0;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    min-width: 1000px;
    min-height: 155px;
    height: 9.375vw;
    max-height: 240px;
    background-color: #e3e5e7;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.bili-header .animated-banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.bili-header .animated-banner>.layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bili-header .bili-header__banner .header-banner__inner {
    display: flex;
    align-items: flex-end;
}

@media (min-width: 2200px)
.bili-header .bili-header__banner .header-banner__inner {
    max-width: 2078px;
}

.bili-header .bili-header__banner .header-banner__inner {
    position: relative;
    width: 100%;
    max-width: 2078px;
    margin: 0 auto;
}

.bili-header .bili-header__banner .header-banner__inner .inner-logo {
    margin-bottom: 10px;
    z-index: 1;
    display: inline-block;
    min-height: 60px;
    width: 180px;
    height: 50%;
}

.bili-header .bili-header__banner .taper-line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(rgba(0,0,0,.4),transparent);
    pointer-events: none;
}

/* bilibili Banner 结束*/


.logo.regular {
    min-width: 100px;
    max-height: 48px;
    width: 142px;
}


.site-header {
    -webkit-backface-visibility:hidden;
    background-color:unset;
    color:#4d4d4d;
    -webkit-box-shadow:unset;
    box-shadow:unset;
    left:0;
    position:absolute;
    right:0;
    /*top:10px;*/
    -webkit-transition:background-color .3s cubic-bezier(.77,0,.175,1),-webkit-box-shadow .3s cubic-bezier(.77,0,.175,1),-webkit-transform .3s cubic-bezier(.77,0,.175,1);
    transition:background-color .3s cubic-bezier(.77,0,.175,1),-webkit-box-shadow .3s cubic-bezier(.77,0,.175,1),-webkit-transform .3s cubic-bezier(.77,0,.175,1);
    transition:background-color .3s cubic-bezier(.77,0,.175,1),box-shadow .3s cubic-bezier(.77,0,.175,1),transform .3s cubic-bezier(.77,0,.175,1);
    transition:background-color .3s cubic-bezier(.77,0,.175,1),box-shadow .3s cubic-bezier(.77,0,.175,1),transform .3s cubic-bezier(.77,0,.175,1),-webkit-box-shadow .3s cubic-bezier(.77,0,.175,1),-webkit-transform .3s cubic-bezier(.77,0,.175,1);
    z-index:80
}

.navbar{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:78px;
    position:relative;
    /*background: url(../img/pattern.png) repeat center;*/
    background-color: #000;
    /*box-shadow: 0 2px 4px rgb(0 0 0 / 40%), 0 0 10px rgb(10 10 0 / 10%) inset;
    box-sizing: border-box;
    border: unset !important;
    border-radius: 0.4rem;
    padding: inherit;*/
    padding-left: 40px;
    padding-right: 40px;
}

.header-gap {
    height: 78px;
}

.card{
    position:relative;
    overflow:hidden;
    padding:1.5rem;
    background-color:#fefefe;
    box-shadow: 0 1px 2px rgb(0 0 0 / 40%), 0 0 30px rgb(10 10 0 / 10%) inset;
    box-sizing: border-box;
    border: unset !important;
    border-radius: 0.4rem;
}

.entry-copyright{
    padding:0.8rem;
    background-color: rgb(248 249 250);
    color: #555;
    border-color: #f8f9fa;
    border: 2px dashed #ff5d8f;
    border-radius: 0.4rem;
    font-family: KaiTi_GB2312, KaiTi, STKaiti;
}

.navbar .main-menu {
    flex-grow: 1;
}

.navbar .nav-list {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    float: right;
}

.navbar .nav-list>.menu-item>a {
    font-size: 1rem;
    line-height: 61px;
    margin: 0 10px;
}

.navbar .nav-list .sub-menu {
     background-color: #00000069;
 }

.navbar .nav-list .sub-menu .menu-item>a {
    font-size: initial;
}

.navbar .actions {
    flex-grow: unset;
}

.article-header .post-title{
    font-size: 1.8rem;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ebebeb;
}

.article-header .article-meta {
    font-size: .7rem;
    background-color: #eee;
    font-weight: normal;
    letter-spacing: .2px;
    margin-bottom: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    box-shadow: 0 1px 3px rgba(26,26,26,.1)!important;
    box-sizing: border-box;
    border: unset !important;
    border-radius: 0.9rem;
}

.article-header .article-meta a, .article-header .article-meta span {
    color: #595d69;
}

.article-crumb {
    padding: 0;
    border-bottom: 1px dashed #aba2a2;
    margin-top: -8px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.small, small {
    font-size: .92em;
}

.breadcrumb{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin:0;
    padding:0;
    font-size:12px;
}

.breadcrumb>li {
    margin-right: 1rem;
    position: relative;
    list-style: none;
}

.breadcrumb>li:not(:last-child)::after{
    position:absolute;
    right:0;
    top:0;
    -webkit-transform:translate(1.25rem,0);
    transform:translate(1.25rem,0);
    
    padding: 0 0.5rem;
    display: inline-block;
    color: #8f8f8f;
    content:">";
}

.dynamic-bg {
  background: url('../img/pattern.png') repeat center;
  box-shadow: 0 2px 4px rgb(0 0 0 / 40%), 0 0 10px rgb(10 10 0 / 10%) inset;
  box-sizing: border-box;
  border: unset !important;
  border-radius: 0.4rem;
}

.post-item {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    background-color: #fefefe;
    box-shadow: 0 1px 2px rgb(0 0 0 / 40%), 0 0 30px rgb(10 10 0 / 10%) inset;
    box-sizing: border-box;
    border: unset !important;
    border-radius: 0.4rem;
}

.filter-warp {
    position: relative;
    background: #fefefe;
    background: url(../img/pattern.png) repeat center,linear-gradient(to right, #feffff, #d1cdcd);
    box-shadow: 0 2px 4px rgb(0 0 0 / 40%), 0 0 10px rgb(10 10 0 / 10%) inset;
    box-sizing: border-box;
    border: unset !important;
    border-radius: 0.4rem;
}

.filter-warp .filter-item .filter-name {
    margin-right: 10px;
    color: #444444;
    min-width: auto;
    padding: 8px;
    line-height: 1;
    display: inline-block;
}

.site-footer {
    background-color: #000;
    color: #fff;
    font-size: .875rem;
    /*background: url(../img/pattern.png) repeat center;
    background: url(../img/banner.png) repeat center,linear-gradient(to right, #feffff, #d1cdcd);
    box-shadow: 0 2px 4px rgb(0 0 0 / 40%), 0 0 10px rgb(10 10 0 / 10%) inset;
    box-sizing: border-box;
    border: unset !important;
    border-radius: 0.4rem;*/
}

.site-footer a {
    color: #595d69;
}

.site-footer .agreement a {
    color: #FF0000;
}

.site-footer .beian {
    text-decoration: none;
    padding-left: 20px;
    margin-left: 5px;
    background: url(../img/beian.png) no-repeat top left;
    background-size: 16px 16px;
}

.sidebar .widget {
    position: relative;
    background-color: #fefefe;
    overflow: hidden;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 40%), 0 0 30px rgb(10 10 0 / 10%) inset;
    box-sizing: border-box;
    border: unset !important;
    border-radius: 0.4rem;
}

.archive-hero {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: url(../img/pattern.png) repeat center;
    box-shadow: 0 2px 4px rgb(0 0 0 / 40%), 0 0 10px rgb(10 10 0 / 10%) inset;
    box-sizing: border-box;
    border: unset !important;
    border-radius: 0.4rem;
}

.archive-hero .archive-title {
    font-size: 1.25rem;
    font-weight: 900;
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #4d4d4d;
}

.archive-hero .archive-desc {
    color: #4d4d4d;
}

.archive-hero .archive-hero-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #00f1b100, #89969ba1);
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
}

.post-content {
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    font-family: AlimamaAgileVF;
    color: #595d69;
}

.post-content ol {
    padding-left: 56px;
}

.post-content ul {
    list-style: none;
    /*padding-left: 0!important;*/
    padding-left: 25px;
}

.post-content ol li {
    position: relative;
    padding: 8px 0;
    padding-left: 4px;
    line-height: 1.4rem;
}

.post-content ul li {
    position: relative;
    padding: 8px 0;
    padding-left: 25px;
    line-height: 1.4rem;
}

.post-content ul li::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #ff4e6a;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 11px;
    margin-left: -25px;
    border-radius: 100%;
    border: 3px solid #fff;
    z-index: 100;
    position: relative;
}

.post-content ul li::after {
    content: '';
    height: 100%;
    width: 2px;
    background: rgba(255,78,106,0.15);
    position: absolute;
    left: 6px;
    top: 20px;
}

.post-content ul li:last-child:after {
    display: none
}

.post-content ul li p {
    display: inline;
}

.post-content blockquote {
    position: relative;
    padding: 15px 10px 10px 50px;
    background: #F7F8FA;
    border-left: 0;
    font-size: 15px;
    border-radius: 0.4rem;
    color: #595d69;
    box-shadow: 0 0 0.19rem #8b8e92;
}

.post-content blockquote p {
    margin-bottom: 4px;
}

.post-content blockquote ul li::before {
    border: 3px solid #F7F8FA;
}

.h-navList {
    list-style: none;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 40%), 0 0 30px rgb(10 10 0 / 10%) inset;
    box-sizing: border-box;
    border: unset !important;
    border-radius: 0.4rem;
    padding-left: 42px;
}

.h-navList li:hover {
    color: rgb(5, 109, 232);
    background: rgb(235, 235, 235);
    border-radius: 4px;
}

.h-navList li a:hover {
    color: rgb(5, 109, 232);
}

.h-navList li::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #ff4e6a;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 11px;
    margin-left: -25px;
    border-radius: 100%;
    border: 3px solid #fff;
    z-index: 100;
    position: relative;
}

.h-navList li::after {
    content: '';
    height: 100%;
    width: 2px;
    background: rgb(255 78 106 / 1%);
    position: absolute;
    left: 1.42rem;
    top: 35px;
}

.h-navList li:last-child:after {
    display: none
}

.h-navList li {
    font-weight: 500;
    line-height: 2.4;
    display: -webkit-box;
}

.h-navList li a {
    width: calc(100% - 23px);
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.h-navList .nav-h1 {
    font-size: 1.25rem
}

.h-navList .nav-h2 {
    font-size: .8rem;
}

.h-navList .nav-h3 {
    font-size: .75rem;
    padding-left: unset;
}

.h-navList .nav-h1 a {
    padding-left: .5rem;
}

.h-navList .nav-h2 a {
    padding-left: 0.2rem;
}

.h-navList .nav-h3 a {
    padding-left: .8rem;
}

.h-navList .nav-h3::before {
    content: '';
    width: 12px;
    height: 12px;
    background: rgba(133, 144, 166);
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 11px;
    margin-left: -24px;
    border-radius: 100%;
    border: 3px solid #fff;
    z-index: 100;
    position: relative;
}

/*-apple-system, BlinkMacSystemFont, "PingFang SC", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, SimSun, 宋体, Heiti, 黑体, sans-serif*/

.post-content>.h2, .post-content>h2 {
    margin: 40px -26px 16px;
    line-height: 1.4;
    font-weight: 500;
    padding: 6px 10px 6px 28px;
    font-size: 18px;
    background: url(../img/pattern.png) repeat center;
    box-shadow: 0 1px 4px rgb(0 0 0 / 43%), 0 0 30px rgb(10 10 0 / 0%) inset;
    box-sizing: border-box;
    border-bottom: 4px solid #ff5d8f;
    color: #4d4d4d;
}

.post-content>.h3,.post-content>h3 {
    position: relative;
    border: 0;
    font-size: 16px;
    margin: 26px -4px;
    padding: 8px 10px 4px 14px;
    background-color: #444;
    box-shadow: 0 1px 4px rgb(0 0 0 / 40%), 0 0 30px rgb(10 10 0 / 8%) inset;
    box-sizing: border-box;
    border-radius: 0.4rem;
    line-height: unset;
    border-left: unset;
    color: #fff;
}

.post-content>.h3::before, .post-content>h3::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    width: 3px;
    height: calc(100% - 8px);
    border-radius: 3px;
    background-color: unset;
    background-image: unset;
    /*background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.15)),to(transparent));*/
    /*background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);*/
}

.post-content>.h4, .post-content>h4 {
    font-weight: 900;
    padding: 4px 12px 4px 12px;
    font-size: 16px;
    background-color: #e9ecef;
    box-shadow: 0 1px 4px rgb(0 0 0 / 40%), 0 0 30px rgb(10 10 0 / 8%) inset;
    box-sizing: border-box;
    border-radius: 0.4rem;
    line-height: unset;
    border-bottom: 4px solid #ff8500;
    color: #555;
    border-image: linear-gradient(46deg, #2cbbe7 0%, #d875b4 100%) 2 2 2 2;
    clip-path: inset(0 round 0.4rem);
}

.post-list-warp {
    width: 100%;
    box-shadow: 0 1px 2px rgb(0 0 0 / 40%), 0 0 30px rgb(10 10 0 / 10%) inset;
    box-sizing: border-box;
    border: unset !important;
    border-radius: 0.4rem;
    background-color: #fefefe;
}

.post-list-warp .cat-title {
    font-size: 16px;
    height: 42px;
    margin: 0;
    padding: 0 1.25rem;
    border-bottom: solid #000000 2px;
}

.post-list-warp .cat-title a {
    float: left;
    width: 100%;
    height: 38px;
    line-height: 38px;
}

.post-list-warp .cat-title a>img {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: sub;
    margin-right: 5px;
}

.post-list-warp .cat-title .more-coin {
    float: right;
    display: block;
}

.post-list-warp ul {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 5px;
}

.post-list-warp ul>li {
    border: none !important;
    padding: .3rem 1.25rem;
}

.post-list-warp ul>li a:hover {
    padding-left: 5px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.recommend-top {
    height: 50px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-image: url(../img/widgets/icon-recommend-top-bg.svg);
    background-color: #FFFBF1;
    display: flex;
    align-items: center;
    padding: 10px;
    background-repeat: no-repeat;
}

.recommend-top::before {
    content: '';
    display: inline-block;
    width: 105px;
    height: 52px;
    background: url(../img/widgets/icon-recommend-top-left.svg) no-repeat;
    background-size: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}

.recommend-top::after {
    content: '';
    width: 105px;
    height: 52px;
    display: inline-block;
    background: url(../img/widgets/icon-recommend-top-right.svg) no-repeat;
    background-size: 100%;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fefefe;
    border: 1px solid rgb(0 0 0 / 5%);
}

.text-nowrap-ellipsis {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/* 新增小工具集合样式*/
main>.home-widget:first-child.home-show-box .search-bg{}
.home-show-box .search-bg{text-align:center;position:relative;background-repeat:no-repeat;background-position:50%;background-size:cover;z-index:0}

.home-show-box .search-bg-overlay{position:absolute;top:0;left:0;height:100%;width:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(25,27,38,.32)),to(rgba(25,27,38,.72)));background:linear-gradient(0deg,rgba(25,27,38,.32),rgba(25,27,38,.72));z-index:-1}

.home-show-box .bg-type-waves .search-bg-overlay{z-index:1}
.home-show-box .search-warp{height:700px;padding-top:300px;max-width:50%}
.home-show-box .search-title{color: #fff;margin-bottom: .875rem;font-size: 1.75rem;}
.home-show-box .search-desc{color: #fff;margin-bottom:1.5rem;font-size:1rem}


.home-owl-slider>.container {
   margin-top: unset;
}

.home-owl-slider>.container .widget-slider {
   border-radius: unset;
}

.home-background .bg-warp {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    background-color: #000;
}

.home-project-box .price-card .price-body {
    padding: unset;
    height: 600px;
    background-color: #000;
    background-size: 100%;
    background-position: top;
}
.home-project-box .price-card .price-footer {
    padding: 8px;
}

.home-project-box .price-card {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1.25rem rgba(31, 45, 61, .05);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius:unset;
    border:unset;
}
