@charset "utf-8";
:root {
    --theme-color: #297af4;
    --theme-hover: #045fe6;
    --action-color: #1e73be;
}

@media (min-width: 992px) {
    body {
        background-color: #f5f5f5;
        background-image: url(/templates/zixun_17/static/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(/templates/zixun_17/static/images/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(/templates/zixun_17/static/images/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(/templates/zixun_17/static/images/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(/templates/zixun_17/static/images/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(/templates/zixun_17/static/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;
}
/*小于850px就显示隐藏*/

@media (max-width: 850px) {
  .pc {
    display: none;
  }
}



		*{
			padding: 0;
			margin: 0;
		}
		.zz-main-box li {
		    list-style: none;
		}
		.zz-main-box{
			background-color: #ffffff;
		}
		.zz-main-box a {
			text-decoration: none;
			color: #333;
		}
		.zz-main-box .clearfix {
			clear: both;
			overflow: hidden
		}
		.zz-main-box{
			max-width: 640px;
			margin: 0 auto;
			font-size: 16px;
		}
		.zz-white-box{
			background-color: #fff;
		}
		.zz-main-box .tb-box-icon {
		    overflow: hidden;
		    padding: 14px 2px 5px;
		    background-color: #fff;
		}
		.zz-main-box .tb-box-icon li {
		    width: 25%;
		    float: left;
		    text-align: center;
		    margin-bottom: 10px;
		    overflow: hidden;
		}
		.zz-main-box .tb-box-icon a {
		    display: block;
		    overflow: hidden;
		    color: #333;
		}
		.zz-main-box .tb-box-icon img {
		    display: block;
		    margin: 0 auto 5px;
		    width: 95%;
		    height: auto;
		    -webkit-border-radius: 15px;
		    -moz-border-radius: 15px;
		    border-radius: 15px;
		}
		.zz-main-box .tb-box-icon p{
			font-size: 1.05rem;
		}

		.zz-main-box .mt20{
			margin-top: 1rem;
		}
		.zz-main-box .zz-ask-list {
		    overflow: hidden;
		    display: flex;
		    flex-wrap: wrap;
		    justify-content: space-between;
		    padding: 0.7rem 0.15rem 0.2rem;
		    background-color: #fff;
		}
		.zz-main-box .zz-ask-list>li {
		    width: calc(25% - 0.4rem);
		    float: left;
		    background-color: #fff;
		    overflow: hidden;
		    margin-bottom: 0.5rem;
		}
		.zz-main-box .zz-ask-list a {
		    display: block;
		    padding:0.5rem 0;
		    border-radius:6px;
		    border: 1px solid #e5e5e5;
		    font-size: 1.05rem;
		    text-align: center;
font-weight: bold;
background-color: #FFEFDB;
		    color: #CD0000;
		}
		.zz-main-box .zz-ask-list a:nth-child(3n){
			border-right: none;
		}
		.zz-main-box .app-vip {
		    background: #fff url(/templates/zixun_17/static/images/zz_vip.png) no-repeat left top;
		    background-size: 2rem auto;
		}
		.zz-main-box .zz-box-title {
		    position: relative;
		    color: #333;
		    font-size: 16px;
		    line-height: 40px;
		    height: 40px;
		    display: block;
			padding-left: 0.3rem;

			    border-bottom: 1px solid #DCD3C9
		}
		.zz-main-box .zz-menu-list {
		    background-color: #f9f9f9;
		    display: flex;
		    justify-content: space-between;
		    flex-wrap: wrap;
		    border-top: 1px solid #ebebeb;
		    margin-bottom: 8px;
		    border-left: 1px solid #ebebeb;
		}
		.zz-main-box .zz-menu-list>a.zz-menu-text {
		    width: calc(33.33% - 0.1rem);
		    height: 44px;
		    line-height: 44px;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    border-right: 0.1rem solid #ebebeb;
            border-bottom:  0.1rem solid #ebebeb;
            font-size: 16px;
		}
		.zz-main-box .qx-title {
		    height: 45px;
		    line-height: 45px;
		    color: #333;
		    font-size: 16px;
		}
		.zz-main-box .qx-box {
		    overflow: hidden;
		   margin-right: -10px
		}
		.zz-main-box .qx-box li {
		    float: left;
		    width: calc(50% - 10px);
		    margin-right: 10px;
		    overflow: hidden;
		    margin-bottom: 10px;
		    text-align: center;
		}
		.zz-main-box .qx-box a {
		    display: block;
		}
		.zz-main-box .qx-box img {
		    display: block;
		    width: 100%;
		    -webkit-border-radius: 10px;
		    -moz-border-radius: 10px;
		    border-radius: 10px;
		}

		@media screen and (max-width: 640px) {
			.zz-main-box .zz-main-box{
				font-size: 24px;
			}
			.zz-main-box .tb-box-icon{
				margin-right: -10px;
			}
			.zz-main-box .tb-box-icon li {
			    width: calc(25% - 10px);
                margin-right: 10px;
			}
			
		}
		@media screen and (max-width: 400px) {
			.zz-main-box .zz-main-box{
				font-size: 26px;
			}
			.zz-main-box .tb-box-icon p,.zz-main-box .zz-ask-list a{
			    font-size: 15px;
			}
			.zz-main-box .app-vip {
			    background-size:1.6rem auto;
			}
			.zz-main-box .mt20{
				margin-top: 0.5rem;
			}
		}
	.listboxxx {margin:0px 0; background:#fff;border-top:1px solid #cfc4b6;border-bottom:1px solid #cfc4b6;border-left:1px solid #cfc4b6;border-right:1px solid #cfc4b6;border-radius:2px;overflow:hidden;}
.listboxxx .title3{height:35px;line-height:35px;border-bottom:1px solid #DCD3C9;background-color:#eedfc5;}
.listboxxx .title3 h2{float: left;font-size:100%;padding-left:10px;color:#555; margin-top:10px;}
.listboxxx .title3 h2 span{color:#ff872f;font-size:18px;}
.listboxxx .title3 .more{float:right;padding-right:20px;padding-top:3px;margin:0;line-height: 32px;}
.listboxxx .title3 .more a{color:#ff7209;font-size:14px;}
.listboxxx .content{padding:10px;line-height:150%;line-height:150%;}


.listxx ul {margin:0;padding:0;}
.listxx ul.sm3{margin:8px 10px 0px 10px}
.listxx ul.sm3 li{width: 31%;float: left;display: block;border-radius: 5px;white-space:nowrap;text-align:center;padding:6px 0px;list-style-type:none;background-color:#F2F2F2;margin:5px 3px;}
.listxx ul.sm3 li a{margin:auto 8px;color:#434343;border-radius: 4px;}

.listxx ul.arc{margin:2px 5px}
.listxx ul.arc li{padding:4px 4px 4px 4px;list-style-type:none;background-size:20px auto;background: url(/templates/zixun_17/static/images/arrow.gif) center left no-repeat;margin-left:5px;border-bottom:1px solid #f2f2f2;line-height:180%;}
.listxx ul.arc li a{display:block;font-size:14px;}
.listxx ul.arc li a:active{background-color:#f2f2f2;font-size:14px;}	
.mbd123{ max-width: 640px;margin: 0 auto;position: sticky; position: -webkit-sticky;top: 0;z-index: 90;}
.zz-section-box{ max-width: 640px;margin: 0 auto;position: sticky; position: -webkit-sticky;top: 0;z-index: 90;}
.zz-section-nav-top{ max-width: 640px;height: 34px;line-height: 34px; background-color: #fff; box-shadow: 0 5px 9px rgb(0 0 0 / 18%);}
.zz-section-nav-top a{text-decoration: none;font-size: 17px;}
.zz-section-nav-top .zz-box-flex{ display: flex;justify-content: space-between;}
.zz-section-nav-top .zz-box-flex a{display:inline-block;vertical-align:top;position:relative;text-align:center;width: 25%; height: 34px;line-height: 34px; }
.zz-section-nav-top .zz-box-flex a:after{content:'';background:#ef4c4d;position:absolute;left:50%;bottom:0;margin-left:-.26rem;border-radius:.02rem;visibility:hidden}
.zz-box-flex{position:sticky;top:1rem;z-index:80;}
.zz-box-flex .item{position:relative;color:#e6601f}
.zz-box-flex .item:nth-child(even){color:#dc2a65}
.zz-box-flex .item+.item:before{content:'';width:1px;height:20px;background:#e0e0e0;position:absolute;left:0;top:7px;}
.red{color:red;}
.blue{color:blue;}
.green{color:green;}


/*大于850px就显示隐藏*/
@media (min-width: 850px) {
  .content-hide {
    display: block;
  }
  .content-more {
    display: none;
  }
}

@media (max-width: 768px) {
  .content-hide {
    max-height: 650px;
    overflow: hidden;
    position: relative;
  }
  .content-more {
    text-align: center;
    padding: 0.15rem 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-more .btnyy {
    border: 0;
    font-size: 26px;
    color: #b4322a;
    padding: 0.2rem 0;
  }
  .btnyy {
    display: inline-block;
    min-width: 1.26rem;
    padding: 0.08rem 0;
    margin-bottom: 0;
    font-size: 0.3rem;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation; /* touch-action:manipulation; */
    background-image: none;
    color: #333;
    border: 1px solid #e9e9e9;
    border-radius: 0.06rem;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  }
  .btnyy:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

  .content-more .btnyy:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    vertical-align: 0.04rem;
    margin-left: 0.1rem;
    background: url(/templates/zixun_17/static/images/arrow2.png) no-repeat;
    background-size: 100% 100%;
  }
}

@media (max-width: 760px) {
.mt30 {
	margin-top: 30px;
}
}