/*首页图片内嵌*/
.post-module-thumb a.thumb-link {
    width: 90%;
    height: 90%;
    margin: 5%;
    border-radius: 5px;
    overflow: hidden;
}
/*分类按钮变方*/
.post-list-cats a span {

    border-radius: 4px;
}
/*首页小横幅广告*/
.index-ad{margin-bottom:-10px;overflow:hidden}
.index-ad li{position:relative;float:left;overflow:hidden;margin:0 10px 10px 0;width:645px;height:90px;border-radius:5px;list-style-type:none}
.index-ad li:nth-child(2n){float:right;margin-right:0}
.index-ad li img{width:100%;height:100%;object-fit:fill}
.index-ad li:before{position:absolute;right:0;bottom:0;width:35px;height:20px;border-radius:5px 0 0;background:rgba(0,122,245,.2);color:#fff;content:" AD";text-align:center;font-size:12px;line-height:20px}
@media screen and (max-width:768px){
.index-ad li{margin:.5rem 0 0;width:100%;height:53px}
.index-ad{margin:0}
}
/*首页大横幅广告*/
.index-ad2 {
    margin-bottom: -10px;
    overflow: hidden;
}
.index-ad2 li {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 10px 10px 0;
    width: 645px;
    height: 90px;
    border-radius: 5px;
    list-style-type: none;
}
.index-ad2 li:nth-child(2n) {
    float: right;
    margin-right: 0;
}
.index-ad2 li img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.index-ad2 li:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 20px;
    border-radius: 5px 0 0;
    background: rgba(0, 122, 245, 0.2);
    color: #fff;
    content: " AD";
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
@media screen and (max-width: 768px) {
    .index-ad2 li {
        margin: 0.5rem 0 0;
        width: 100%;
        height: 53px;
    }
    .index-ad2 {
        margin: 0;
    }
}
/*图片模糊加载*/
img.lazy:not(.loaded) {filter: blur(10px) brightness(1);}
img.lazy.error {filter: none;}
img:not([src]):not([srcset]) {
    visibility: hidden;
  }
img.lazy.loaded{
    transition: filter 375ms .2s,transform .6s;
}
/*文章内页标签前缀美化*/
.entry-content h1.wp-block-heading,.entry-content h2.wp-block-heading,.entry-content h3.wp-block-heading,.entry-content h4.wp-block-heading,.entry-content h5.wp-block-heading,.entry-content h6.wp-block-heading {
    padding: 0px 0px 0px 35px !important;
    background: url(/tpimg/biaoqian.svg) 10px center no-repeat;
    background-size: 20px 20px;
}