@charset "utf-8";
/*
Theme ID: user97
Author: 懒鸟飞移植
Author QQ：1430826160
Author Email：1430826160@qq.com
Author URL: http://www.lanniaofei.com/
*/
:root {
    --theme-color: #297af4;
    --theme-hover: #045fe6;
    --action-color: #1e73be;
}

@media (min-width: 992px) {
    body {
        background-color: #f5f5f5;
        background-image: url(images/top_bg.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
        background-attachment: fixed;
    }

    .special-head .special-title,.special-head p {
        color: #333;
    }

    .special-head .page-description:before {
        background: #333;
    }

    .special-head .page-description:before,.special-head p {
        opacity: 0.8;
    }
}

.action.action-color-1 .action-item {
    background-color: #1e73be;
}

body>header.header {
    background-color: #297af4;
    background-image: -webkit-linear-gradient(0, #297af4 0%, #4bc1bd 100%);
    background-image: -o-linear-gradient(0, #297af4 0%, #4bc1bd 100%);
    background-image: -moz-linear-gradient(0, #297af4 0%, #4bc1bd 100%);
    background-image: linear-gradient(90deg, #297af4 0%, #4bc1bd 100%);
    ;
}

body>header.header .logo img {
    max-height: 50px;
}

@media (max-width: 767px) {
    body>header.header .logo img {
        max-height: 40px;
    }
}

.entry .entry-video {
    height: 482px;
}

@media (max-width: 1219px) {
    .entry .entry-video {
        height: 386.49883449883px;
    }
}

@media (max-width: 991px) {
    .entry .entry-video {
        height: 449.41724941725px;
    }
}

@media (max-width: 767px) {
    .entry .entry-video {
        height: 344.28571428571px;
    }
}

@media (max-width: 500px) {
    .entry .entry-video {
        height: 241px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .post-loop .item-sticky .item-title a {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .post-loop .item-sticky .item-title a, .post-loop .item-sticky .item-title a .sticky-post,.post-loop-card .item-sticky .item-title .sticky-post {
        background-color: #8224e3;
        background-image: -webkit-linear-gradient(0, #8224e3 0%, #1e73be 100%);
        background-image: -o-linear-gradient(0, #8224e3 0%, #1e73be 100%);
        background-image: -moz-linear-gradient(0, #8224e3 0%, #1e73be 100%);
        background-image: linear-gradient(90deg, #8224e3 0%, #1e73be 100%);
    }
}

#modules-4 {
    margin-top: 0;
    margin-bottom: 20px;
}

#modules-3 {
  margin-top: 0;
  margin-bottom: 20px;
}

#modules-3 .main {
    float: left;
}

#modules-3 .sidebar {
    float: right;
}

#modules-18 {
    margin-top: 0;
    margin-bottom: 0;
}

#modules-10 {
    margin-top: 0;
    margin-bottom: 20px;
}

#modules-16 {
    margin-top: 0;
    margin-bottom: 20px;
}

#modules-13 {
    margin-top: 0;
}

#modules-14 {
    margin-top: 0;
    margin-bottom: 0;
}






/*code样式*/
.entry-content code {
    border-radius: 2px;
    color: #e96900;
    font-size: 13px;
    margin: 0 2px;
    padding: 3px 5px;
    white-space: pre-wrap;
    background-color: rgba(27,31,35,.05);
    font-family: Roboto Mono,Monaco,courier,monospace;
}

/*文章中表格table的下边距*/
.entry-content table {
    margin-bottom: 20px;
}

/*文章中高亮某段文字样式*/
span.p-font-1 {
    background: #ffd900;
}

span.p-font-2 {
    background: #5cae37;
    color: #ffffff;
}

/*导航菜单后面加上NEW图标*/
/*参考https://www.iconfont.cn*/
.nav-small-icon a:after {
    content: '';
    background: url(./img/navicon-60-30.png) no-repeat;
    width: 30px;
    height: 16px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}


/*导航菜单小提示文字*/
/*参考https://www.yaoruanwen.com*/
.smalltext {
    display: inline-block;
    transform: translateY(-12px);
    font-size: 12px;
    letter-spacing: 1px;
    background: linear-gradient(to right,#f44336 0%,#3f51b5 100%);
    color: #ffffff;
    border-radius: 12px;
    padding: 2px 4px;
    line-height: 1;
    font-weight: bold;
}

.smalltext2 {
    display: inline-block;
    transform: translateY(-12px);
    font-size: 12px;
    letter-spacing: 1px;
    background: linear-gradient(to right,#3f51b5 0%,#3f51b5 100%);
    color: #ffffff;
    border-radius: 12px;
    padding: 2px 4px;
    line-height: 1;
    font-weight: bold;
}

/*登录界面图片增加背景颜色*/
.member-form-logo img.j-lazy {
    background-color: #297af4;
    border-radius: 4px;
}

/*页脚显示导航菜单*/
.footer-col .hidden-xs {
    display: block!important;
}

/*文章超连接高亮红色*/
.container .entry .entry-content p a.linkLight {
/*
    color: #d22222;
    border-bottom: 1px dashed #d22222;
*/
}

/*文章超连接显示下划线，站长之家*/
.container .entry .entry-content p a:not(.j-wpcom-lightbox) {
/*    color: #d9534f;*/
    padding: 0 0 2px;
    border-bottom: 1px dashed #333;
/*    color: #424242;*/
    cursor: pointer;
}

/*文章超连接鼠标经过后改变颜色，站长之家*/
.entry-content p a:hover {
    text-decoration: none;
    color: red;
}

/*文章加粗样式，站长之家*/
.entry-content strong {
    color: #141414;
    white-space: pre-wrap;
    border-width: .25em 0;
    display: inline;
    padding: 2px 4px 2px 4px;
    background: #f9fafb;
}

/*H2、H3样式，站长之家*/
.container .entry .entry-content h2 {
    counter-increment: h2num;
    counter-reset: h3num;
    position: relative;
    color: #2c2e3b;
    padding-left: 0;
    margin-bottom: 15px;
    width: 102%;
    font-size: 20px;
    border-image-slice: 1 0 0 0;
/*  padding-top: 20px;*/
    padding-bottom: 5px;
    color: #353535;
    font-weight: 500;
}

.container .entry .entry-content h2:not(.member-account-title)::before {
    content: counter(h2num);
    margin-right: 10px;
    font-weight: 600;
    text-align: center;
    color: #272b2e;
    background: #ffe008;
    font-size: 20px;
    border-radius: 2px;
    width: 50px;
    padding: 0 10px;
    display: inline-block;
}

.container .entry .entry-content h2:not(.member-account-title)::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #FCE312;
    left: 46px;
    top: 4px;
    position: absolute;
    content: ''
}

.container .entry .entry-content h3 {
    counter-increment: h3num;
    position: relative;
    color: #2c2e3b;
    padding-left: 0;
    margin-bottom: 15px;
    width: 102%;
    font-size: 20px;
    border-image-slice: 1 0 0 0;
/*  padding-top: 20px;*/
    padding-bottom: 5px;
    color: #353535;
    font-weight: 500;
}

.container .entry .entry-content>h3:not(.member-account-name)::before {
    content: counter(h2num)"."counter(h3num);
    position: static;
    margin-right: 10px;
    font-weight: 600;
    text-align: center;
    color: #272b2e;
    background: #fbc220;
    font-size: 20px;
    border-radius: 2px;
    width: 70px;
    padding: 0 10px;
    display: inline-block;
}

.container .entry .entry-content>h3:not(.member-account-name)::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #fbc220;
    left: 66px;
    top: 4px;
    position: absolute;
    content: ''
}

/*引用样式、站长之家*/
.container .entry .entry-content blockquote {
    position: relative;
    color: rgba(0,0,0,.68);
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 20px 20px;
    display: block;
    background: #f7f7f7;
    border-radius: 2px;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}

.container .entry .entry-content blockquote:before {
    content: "";
    display: block;
    width: 65px;
    height: 42px;
    position: absolute;
    background: url(./img/big-left.png) 0 0 no-repeat;
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
    opacity: 0.5;
    top: 0;
    left: 0;
    background-size: 100%;
    z-index: -1;
}

.container .entry .entry-content blockquote:after {
    content: "";
    display: block;
    width: 22px;
    height: 17px;
    position: absolute;
    background: url(./img/small-right.png) 0 0 no-repeat;
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
    opacity: 0.5;
    right: 15px;
    bottom: 5px;
    background-size: 100%;
    z-index: -1;
}




/*图片模糊*/
.imgblur {
    -webkit-filter: blur(4px);
 /* Chrome, Safari, Opera */
    filter: blur(4px);
}


/*列表前置顶样式*/
.media-wrapper .sticky-post {
    background-color: #8224e3;
    background-image: -webkit-linear-gradient(0, #8224e3 0%, #1e73be 100%);
    background-image: -o-linear-gradient(0, #8224e3 0%, #1e73be 100%);
    background-image: -moz-linear-gradient(0, #8224e3 0%, #1e73be 100%);
    background-image: linear-gradient(90deg, #8224e3 0%, #1e73be 100%);
    -webkit-text-fill-color: #fff;
    display: inline-block;
    padding: 0 5px;
    /* margin-top: 4px; */
    font-size: 12px;
    /* font-weight: 400; */
    line-height: 20px;
    /* color: #fff; */
    /* background: #3ca5f6; */
    border-radius: 3px;
    vertical-align: top;
}

@media (max-width: 767px) {

    .main {
/*    padding-top: 15px !important;*/
    }

    body.single {
        background: #f5f5f5;
    }

    .slider-wrap {
/*        margin: 0px 0px 15px;*/
    }
}

/*广告位样式*/
.media-text__list li {
    width: 260px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    margin-left: 20px;
    position: relative;
    padding-left: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-weight: bold;
}

.media-text__list li:after {
    background: #668b93;
    margin-top: -2px;
    content: "";
    background: #ccc;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
}

.media-wrapper__bd {
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(27,95,160,.1);
}

.media-wrapper {
    margin-bottom: 10px;
}

.media-text__list {
    position: relative;
    padding: 0px 0;
    margin: auto;
}

.media-text__list li a.black {
    color: black;
}

.media-text__list li a.red {
    color: red;
}

.media-text__list li a.blue {
    color: blue;
}

.media-text__list li a.green {
    color: green;
}

/*图片广告显示文字，需要为图片加上属性id="logo_ad"*/
/*
 #logo_ad::after {
    position: absolute;
    content: "广告";
    width: 30px;
    height: 18px;
    right: 4px;
    font-size: 12px;
    text-align: center;
    bottom: 4px;
    color: rgb(255, 255, 255);
    opacity: 0.3;
    background: rgb(51, 51, 51);
    border-radius: 2px;
}

#logo_ad {
    position: relative;
}
*/


/*获取分类ID命令cat-list-<?php echo $category[0]->cat_ID;?>，如：cat-list-17，并显示颜色
*/

/*
.post-loop-default .item-img .item-category {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #303842;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff
}
.post-loop-default .item-img .item-category a {
    vertical-align: middle
}
*/
/*可以不要以上默认样式*/
/*
.post-loop-default .item-img .item-category.cat-list-16 {
    background-color: #6e2fd8
}
.post-loop-default .item-img .item-category.it {
    background-color: #dda23c
}
.post-loop-default .item-img .item-category.pmd {
    background-color: #34415d
}
.post-loop-default .item-img .item-category.active {
    background-color: #29bbc0;
}
.post-loop-default .item-img .item-category.rp {
    background-color: #43ad32
}
.post-loop-default .item-img .item-category.pd {
    background-color: #b145b8
}
.post-loop-default .item-img .item-category.ucd {
    background-color: #ee5757
}
*/





/*导航菜单增加下划线*/
/*
li.menu-item.active {
    border-bottom: 2px solid #3ca5f6;
}*/

/*顶部说明样式*/
.toptip {
    border: 1px solid #e2e2e2;
    /* clear: both; */
    color: #666;
    background-color: #fbfbfb;
    /* line-height: 25px; */
    /* overflow: hidden; */
    /* margin-bottom: 10px; */
    padding: 10px;
    /*padding-bottom: 0px;*/
}

/*首页尾部介绍*/
.bottomtip {
    /* border: 1px solid #e2e2e2; */
    /* clear: both; */
    color: #666;
    background-color: #ffffff;
    /* line-height: 25px; */
    /* overflow: hidden; */
    margin-bottom: 10px;
    padding: 10px;
    /* padding-bottom: 0px; */
    /* margin: 10px; */
}


/*顶部喇叭样式*/
i.fa.fa-volume-up {
    color: #3a95e4;
    margin-left: 5px;
}

/*顶部导航菜单分类图标*/
i.fa.fa-navicon , i.fa.fa-paw {
    margin-right: 2px;
}

/*底部博客介绍样式*/
.excerpt {
/*      border: 1px solid #e2e2e2;*/
    background-color: #fff;
    padding: 10px 20px 10px 20px;
        /* margin-bottom: 10px; */
}

/*文章页浏览次数样式*/
span.pv2 {
    font-family: georgia;
    font-size: 21px;
    line-height: 25px;
    color: #CC0000;
}   

/*顶部BANNER图片间距*/
.topadimg {
/*    padding-bottom: 5px;*/
    margin-bottom: 5px;
    line-height: normal;
}

.topadimg img {
    width: 100%;
    height: 50px;
}

.topad {
/*    padding-bottom: 10px;*/
}

/*首页列表前文字广告显示“广告”*/
a.h4txt {
    padding: 5px 5px 5px 35px;
    background: url(/gg/agg01.gif) left center no-repeat;
}

/*屏幕宽度达到168起，执行以下样式（目前手机端，PC端都显示）*/
@media (min-width: 168px) {
    /*顶部BANNER图片广告/侧边栏图片广告，右下角显示文字*/
    .topadimg:after , .widget_image_ad:after {
        content: '广告';
        position: absolute;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.2);
        color: #fff;
        font-size: 12px;
        padding: 0px 2px;
        border-radius: 8px 0 0 0;
    }

    .topadimg , .widget_image_ad {
        position: relative;
    }

    .media-text__list li {
        margin: 10px 0;
        font-size: 14px;
    }

    .media-text__list {
        padding: 0 3%;
    }
}
/*文末图片“广告”*/
.imgadtext:after {
    content: '广告';
    position: absolute;
    bottom: 10px;
/*    right: 0;*/
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 12px;
    padding: 0px 2px;
    border-radius: 8px 0 0 0;
}

.imgadtext {
    position: relative;
}

/*边栏显示两列友情连接*/
.widget_links li {
    width: 50%;
    float: left;
}

.widget_links:after,.widget_links:before {
    content: " ";
    display: table;
}

.widget_links:after {
    clear: both;
}


/*定义首页列表中的标签分隔符*/
.tag .dot {
    margin: 0 6px;
    color: #ccc;
}

/*边栏扫描微信样式*/
.focus-blk {
    border: 1px solid #e2e2e2;
    text-align: center;
    background-color: #fff;
}

.focus-blk p {
    color: #949888;
}

.code {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 20px auto;
    padding: 5px;
}

.code:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: solid #3aaa7d;
    border-width: 1px 0 0 1px;
}

.code:after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: solid #3aaa7d;
    border-width: 1px 1px 0 0;
}

.code i:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: solid #3aaa7d;
    border-width: 0 0 1px 1px;
}

.code i:after {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: solid #3aaa7d;
    border-width: 0 1px 1px 0;
}

.cgreen {
    color: #8aaa1b !important;
}

.focus-blk .cgreen {
    line-height: 20px;
}

/*文章尾部公告*/
.old-message {
    clear: both;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: solid 1px #FFBB76;
    border-radius: 2px;
    background: #FFFCEF;
    color: #DB7C22;
    font-size: 14px;
}

.old-message i.fa.fa-wechat {
    color: #00CD0C;
    margin: 0px 5px;
}

.old-message i.fa.fa-newspaper-o {
    color: #40a1f7;
    margin: 0px 5px;
}

.old-message code {
    padding: 2px 4px;
    color: #d14;
    background-color: #fbfbfb;
    border: 1px solid #e1e1e8;
    white-space: nowrap;
    font-size: 14px;
}


/*导航菜单右上角添加文字http://www.woshipm.com/operate/216877.html*/

.menu-item.training:after {
    background-color: red;
    border-radius: 3px;
    color: #fff;
    content: "hot";
    font-size: 10px;
    line-height: 1;
    padding: 1px 3px;
    position: absolute;
    right: -10px;
    top: 17px;
}

/*1219分辨率，电脑*/
@media (max-width: 1219px) {
    /*移动端显示底部LOGO*/
    .footer-col-logo {
        display: inline-block;
    }
}

/*979分辨率，IPAD*/
@media (max-width: 979px) {
/*文章图片居中*/
    .entry .entry-content .alignright {
        float: none;
/*        margin-left: auto; */
    } 
/*    HOT显示位置*/
    .menu-item.training:after {
        right: 450px;
    }
}

/*767分辨率，手机*/
@media (max-width: 767px) {
     /*移动端显示“返回顶部”按钮*/
    .action {
/*    display: inline;*/
    }
    /*移动端显示底部LOGO无需间距*/
    .footer-col-logo img {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    /*移动端显示面包屑*/
    .entry-breadcrumb {
/*    display: block;*/
    }
    /*    HOT显示位置*/
    .menu-item.training:after {
        right: 180px;
    }
        /*顶部文字广告手机样式*/
    .media-text__list li {
        width: 45%;
        overflow: visible;
        white-space: unset;
        height: auto;
        margin-left: 10px;
    }

    .media-text__list li:after {
        margin-top: -12px;
    }

    .topadimg img {
        width: 100%;
        height: 30px;
    }

    .media-wrapper__bd {
        padding: 15px 5px;
    }
}

/*376逻辑分辨率，手机*/
@media (max-width: 376px) {
    /*    HOT显示位置*/
    .menu-item.training:after {
        right: 150px;
    }
}



/******添加的********/
:root {
    --theme-color: #297af4;
    --theme-hover: #045fe6;
    --action-color: #1e73be;
}

@media (min-width: 992px) {
    body {
        background-color: #f5f5f5;
        background-image: url(images/top_bg.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center top;
        background-attachment: fixed;
    }

    .special-head .special-title,.special-head p {
        color: #333;
    }

    .special-head .page-description:before {
        background: #333;
    }

    .special-head .page-description:before,.special-head p {
        opacity: 0.8;
    }
}

.action.action-color-1 .action-item {
    background-color: #1e73be;
}

body>header.header {
    background-color: #297af4;
    background-image: -webkit-linear-gradient(0, #297af4 0%, #4bc1bd 100%);
    background-image: -o-linear-gradient(0, #297af4 0%, #4bc1bd 100%);
    background-image: -moz-linear-gradient(0, #297af4 0%, #4bc1bd 100%);
    background-image: linear-gradient(90deg, #297af4 0%, #4bc1bd 100%);
    ;
}

body>header.header .logo img {
    max-height: 50px;
}

@media (max-width: 767px) {
    body>header.header .logo img {
        max-height: 40px;
    }
}

.entry .entry-video {
    height: 482px;
}

@media (max-width: 1219px) {
    .entry .entry-video {
        height: 386.49883449883px;
    }
}

@media (max-width: 991px) {
    .entry .entry-video {
        height: 449.41724941725px;
    }
}

@media (max-width: 767px) {
    .entry .entry-video {
        height: 344.28571428571px;
    }
}

@media (max-width: 500px) {
    .entry .entry-video {
        height: 241px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .post-loop .item-sticky .item-title a {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .post-loop .item-sticky .item-title a, .post-loop .item-sticky .item-title a .sticky-post,.post-loop-card .item-sticky .item-title .sticky-post {
        background-color: #8224e3;
        background-image: -webkit-linear-gradient(0, #8224e3 0%, #1e73be 100%);
        background-image: -o-linear-gradient(0, #8224e3 0%, #1e73be 100%);
        background-image: -moz-linear-gradient(0, #8224e3 0%, #1e73be 100%);
        background-image: linear-gradient(90deg, #8224e3 0%, #1e73be 100%);
    }
}

.ad{
    margin:10px auto;
}
.ad img{
width: 100%;
height: auto;
}