
.row, .navbar .menu-item-mega > .sub-menu {
    margin-left: -10px;
    margin-right: -10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .navbar .menu-item-mega > .sub-menu > .menu-item, .navbar .menu-item-mega.mega-col-2 > .sub-menu > .menu-item, .navbar .menu-item-mega.mega-col-3 > .sub-menu > .menu-item, .navbar .menu-item-mega.mega-col-6 > .sub-menu > .menu-item {
    padding-left: 10px;
    padding-right: 10px;
}

:root {
    --bg-c: #f2f6fc
}

/* RiPro子主题共用样式*/

body, html {
    background: var(--bg-c);
    font-family: arial;
}

#ztj .b-r-4 {
    border-radius: 4px;
}

#ztj .icon {
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.home .search-open {
    display: none;
}

#ztj .search-form input {
    color: #fff;

}

#ztj .bgcolor-fff {
    background: transparent;
}

#ztj .tap-dark {
    display: none;
}

/* 导航条样式 */
.home .site-header {
    background: transparent !important;
    box-shadow: none !important;
    transition: all .3s;
}

.home .inNav {
    background: var(--pm-c) !important;
}

#ztj .site-header {
    background: var(--pm-c);
}

.home .header-gap {
    height: 0;
}

#ztj .navbar .logo {
    height: 42px;
    max-width: none;
}

#ztj .navbar .sep {
    display: none;
}

#ztj .navbar .main-menu {
    flex: 1;
}

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

#ztj .navbar .u-plain-list {
    padding-left: 50px;
}

#ztj .navbar .menu-item > a {
    font-weight: normal;
    color: #fff;
    margin: 0 20px !important;
}

#ztj .navbar .menu-item > a i {
    margin-right: 3px;
}

#ztj .navbar .sub-menu {
    margin: 0;
    padding: 15px;
    min-width: 170px;
    border-radius: 4px;
}

#ztj .navbar .sub-menu .menu-item > a {
    color: #606266;
    margin: 0 !important;
    padding: 8px 0;
    font-size: 13px;
}

#ztj .navbar .sub-menu .menu-item {
    border-left: 1px solid var(--bg-c);
    padding-left: 15px;
}

#ztj .navbar .menu-item.menu-item-has-children > a:after {
    color: #fff;
    display: none;
}

#ztj .navbar .login-btn {
    background-color: #408afd;
    color: #fff;
}

#ztj .go-login {
    background: var(--pm-c) !important;
}

#ztj .off-canvas .logo {
    height: 50px;
}

#ztj .popup-logo {
    display: none;
}

/*头像*/
#ztj .navbar .user-pbtn {
    color: #fff;
}

#ztj .navbar .actions .active .user-pbtn span {
    color: #222;
}

#ztj .navbar .user-pbtn img {
    border: 3px solid rgba(255, 255, 255, 0.3);
}

#ztj .navbar .menu-item .marker {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    padding: 2px 8px 2px 6px;
    transform: scale(0.75) translateY(-15px);
    line-height: normal;
}

#ztj .navbar .menu-item .new {
    background: linear-gradient(to right, #6454ef 0, #3021ec 100%);
}

#ztj .navbar .menu-item .hot {
    background: linear-gradient(to right, #fa9b39 0, #e1601d 100%);
}

#ztj .navbar .menu-item .recom {
    background: linear-gradient(to right, #fa39f4 0, #991de1 100%);
}

#ztj .ztj-style {
    /*height: 650px;*/
    position: relative;
}

#ztj .ztj-style .ztj-bg {
    /*background-color: var(--pm-c);*/
    background-size: cover;
    height: 80%;
    position: absolute;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

#ztj .ztj-style .container {
    padding-top: 140px;
    position: relative;
    z-index: 10;
}

#ztj .ztj-style .container .title {
    text-align: center;
}

#ztj .ztj-style .container .title h2 {
    margin-bottom: 22px;
}

#ztj .ztj-style .container .title h2 a {
    color: #fff;
    font-size: 30px;
}

#ztj .ztj-style .container .title span {
    background: #b0c8f9;
    color: var(--pm-c);
    letter-spacing: .5px;
    font-size: 15px;
    padding: 12px 20px;
    display: inline-block;
    /*opacity: .7;*/
}

#ztj .ztj-style .ztj-warp {
    margin-top: 80px;
    padding: 30px;
    background: #fff;
}

#ztj .ztj-style .ztj-menu {
    display: flex;
    align-items: center;
}

#ztj .ztj-style .ztj-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

#ztj .ztj-style .ztj-menu ul:first-child {
    flex: 1;
}

#ztj .ztj-style .ztj-menu ul li {

    margin-right: 20px;
}

#ztj .ztj-style .ztj-menu ul li a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #606266;
    font-family: 'Arial';
}

#ztj .ztj-style .ztj-menu ul li .icon {
    display: inline-block;
    height: 25px;
    width: 25px;
}

#ztj .ztj-style .ztj-menu .all a {
    color: var(--pm-c);
    font-weight: bold;
}

#ztj .ztj-style .ztj-menu .vip {
    color: #f2cb51;
    font-weight: bold;
    font-size: 13px;
}

#ztj .ztj-style .ztj-menu .vip .icon {
    height: 20px;
    width: 20px;
    transform: translateY(-1px);
}

#ztj .ztj-search {
    margin-top: 30px;
}

#ztj .ztj-style .ztj-menu .index-vip-box li {
    background: #000000d1;
    border-radius: 15px;
    padding: 2px 12px;
}

#ztj .ztj-search form {
    height: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--bg-c);
}

#ztj .ztj-search input {
    margin: 0;
    height: 100%;
    border: 0;
    background: transparent;
    font-size: 14px;
    color: #909399;
}

#ztj .ztj-search input:focus {
    outline: none;
}

#ztj .ztj-search button {
    position: unset !important;
    margin: 0 !important;
    height: 100% !important;
    color: #fff !important;
    background: var(--pm-c) !important;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: .5px;
    min-width: 100px;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

#ztj .ztj-search button i {
    margin-right: 3px;
}

/*首页-标签*/
#ztj .ztj-tags {
}

#ztj .ztj-tags ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: -6px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

#ztj .ztj-tags li:nth-child(7n+1) a {
    color: #ff5e5c;
}

#ztj .ztj-tags li:nth-child(7n+2) a {
    color: #ffbb50;
}

#ztj .ztj-tags li:nth-child(7n+3) a {
    color: #1ac756;
}

#ztj .ztj-tags li:nth-child(7n+4) a {
    color: #19b5fe;
}

#ztj .ztj-tags li:nth-child(7n+5) a {
    color: #fb7da9;
}

#ztj .ztj-tags li:nth-child(7n+6) a {
    color: #607D8B;
}

#ztj .ztj-tags li:nth-child(7n+7) a {
    color: #a26ff9;
}

#ztj .ztj-tags ul li {
    width: 10%;
    padding-left: 10px;
    float: left;
    margin-bottom: 10px;
}

#ztj .ztj-tags ul li a {
    display: block;
    font-size: 12px;
    border: 1px solid var(--bg-c);
    text-align: left;
    color: #606266;
    font-family: arial;
    padding: 8px 10px;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#ztj .ztj-tags ul li a:hover {
    /*background: var(--pm-c);*/
    /*color: #fff !important;*/
    padding-left: 20px;
}

#ztj .ztj-tags ul .all {
    background: var(--pm-c);
    color: #fff !important;
}

#ztj .header-center .md-l {
    background-color: #1c65ff;
    background: linear-gradient(
            -45deg, #03a9f4 0%, #384eef 100%);
    border: 0;
    text-align: left;
}

#ztj .header-center .dou i, .header-center .jinbi i {
    display: none;
}

#ztj .header-center .pay-credit {
    background: #044ad6;
    color: #fff;
    letter-spacing: .5px;
}

#ztj .header-center .pay-credit:hover {
    background: #091778;
}

#ztj .header-top {
    border-bottom: 0;
    padding-bottom: 0;
}

#ztj .header-center .md-t {
    background: linear-gradient(45deg, #88eefe, #4397ff);
    background-color: #4397ff;
}

#ztj .header-center .md-t a {
    padding: 2px 6px;
    line-height: normal;
    color: #4397ff;
    background: #fff;
}

#ztj .header-center .md-b {
    background-color: #24263C;
    background: linear-gradient(45deg, #393F68 0%, #24263C 100%);
}

#ztj .header-center .md-b a {
    padding: 2px 6px;
    line-height: normal;
    color: #24263C;
    background: #fff;
}

#ztj .header-top .wp-VIP {
    padding: 3px 4px 1px 6px;
    border-radius: 4px;
}

#ztj .header-top .group-name {
    background: transparent;
    color: #909399;
}

#ztj .navbar .user-pbtn {
    height: 36px;
}

#ztj .header__style_user .header__dropdown {
    top: 36px;
}

/*首页标题*/
#ztj .section-title {
    font-size: 24px !important;
    margin-bottom: 30px !important;
    margin: 0 0 45px !important;
    text-align: center !important;
    position: relative !important;
    font-weight: normal !important;
}

#ztj .section-title:after {
    content: " ";
    width: 20px;
    background: #ff9800;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 40px;
    margin-left: calc(50% - 10px);
    border-radius: 1.5px;
}

#ztj .ztj-desc {
    text-align: center;
    color: #8a92a9;
    margin-bottom: 30px;
    margin-top: -18px;
    font-size: 14px;
}

.section-title:before {
    display: none;
}

#ztj .section-title span {
    background: transparent !important;
    padding: 0 !important;
    color: #34495e;
    font-weight: normal !important;
    letter-spacing: 0 !important;
}

#ztj .section-title span i {
    display: none;
}

#ztj .home-cat-nav-wrap {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

#ztj .home-cat-nav-wrap .cat-nav {
    display: flex;
}

#ztj .home-cat-nav-wrap ul li {
}

#ztj .home-cat-nav-wrap ul li:first-child {
    flex: 1;
    margin: 0;
}

#ztj .home-cat-nav-wrap ul li:first-child button {
    background: transparent;
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    color: #303133;
    border: 0;
}

#ztj .home-cat-nav-wrap ul li:first-child button:before {
    content: '#';
    transform: translateY(2px);
    color: var(--pm-c);
    display: inline-block;
}

#ztj .home-cat-nav-wrap ul li:first-child button:hover {
    background: transparent !important;
    color: #303133;
}

#ztj .home-cat-nav-wrap ul li button {
    font-weight: normal;
    letter-spacing: 0;
    padding: 8px 12px;
    line-height: normal;
    color: #909399;
    background: transparent;
    border: 1px solid #dee5f1
}

#ztj .home-cat-nav-wrap ul li button:hover {
    background-color: var(--pm-c) !important;
    color: #fff;
}

/*加载更多*/
#ztj .infinite-scroll-button {
    min-width: auto;
    color: #fff;
    background: var(--pm-c);
    padding: 15px 50px;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 30px;
}


/*文章卡片样式*/
#ztj .post-grid {
    border: 0;
}

#ztj .post-grid .entry-header .entry-title {
    font-weight: normal;
    letter-spacing: 0;
    margin-top: 7px;
}

#ztj .post-grid .entry-media {
    overflow: hidden;
    position: relative;
}

#ztj .post .entry-media {
    overflow: hidden;
    position: relative;
    margin-right: 0 !important;
    /*width: 130px !important;*/
}

#ztj .post .entry-media img {
    border-radius: 4px;
}

#ztj .entry-media .media-thumb {
    display: block;
    height: 100%;
    background-size: cover;
}

#ztj .post-list .entry-media {
    width: 130px !important;
}


#ztj .post-list .entry-media .placeholder {
    padding-bottom: 0 !important;
    height: 100%;
}

#ztj .post-list .entry-media .placeholder img {
    max-width: none;
    position: absolute;
    width: auto;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    object-fit: cover;
}

#ztj .post-list .entry-media .placeholder img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#ztj .post-grid .entry-wrapper {
    padding: 15px 0;
}

#ztj .post-grid .entry-header {
    padding: 0 15px;
}

#ztj .post-grid .entry-header .entry-meta {
    margin: 0;
}

#ztj .post-list .entry-header .entry-meta .meta-author .avatar {
    transform: translateY(-2px);
    margin-right: 5px;
}

#ztj .post-grid .entry-header .entry-meta .meta-category {
    margin: 5px 0;
}

#ztj .post-grid .entry-header .entry-meta .meta-category a {
    background: var(--bg-c);
    line-height: normal;
    padding: 3px 5px;
    color: #909399;
    border-radius: 2px;
    display: none;
}

#ztj .post-grid .entry-header .entry-meta .meta-category a:first-child {
    display: block;
}

#ztj .post-grid .entry-header .entry-meta .meta-category .dot {
    display: none;
}

#ztj .post-grid .entry-footer {
    display: flex;
    border-top: 1px solid var(--bg-c);
    padding: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
}

#ztj .post-grid .entry-footer a {
    font-weight: normal;
    background: transparent;
    font-size: 13px;
    border: 0;
    padding: 0;
    color: #909399;
    margin-right: 8px;
}

#ztj .post-grid .entry-footer a:last-child {
    /*flex: 1;*/
    text-align: right;
    margin-right: 0;
}

#ztj .post-grid .entry-footer a:nth-child(3) {
    flex: auto;
    text-align: right;
}

#ztj .entry-footer-vip-ico {
    color: #ffffff;
    background: #FFB800;
    border-radius: 4px;
    padding: 2px 5px;
}

#ztj .entry-footer-vip-text {
    color: #e91e63;
    background-color: rgba(249, 143, 113, .1);
    padding: 2px 4px;
    border-radius: 3px;
    animation: fade 1.2s infinite !important;
    -webkit-animation: fade 1.2s infinite;
    font-size: 12px;
}

@keyframes fade {
    from {
        opacity: 1
    }
    50% {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/*文章列表样式*/
#ztj .post-list {
    padding: 0;
    overflow: hidden;
}

#ztj .post-list .entry-wrapper {
    padding: 15px 20px;
    overflow: hidden;
}

#ztj .post-list .entry-header .entry-meta .meta-author {
    flex: 1;
}

#ztj .post-list .entry-header .entry-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0;
}

#ztj .post-list .entry-header {
}

#ztj .post-list .entry-header .entry-title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#ztj .post-list .entry-excerpt {
    line-height: 20px;
    color: #909399;
    /*margin: 10px 0;*/
    background: var(--bg-c);
    padding: 10px;
    height: auto;
    border-radius: 4px;
    height: 60px;
}

#ztj .post-list .entry-footer {
}

#ztj .post-list .entry-footer a {
    font-weight: normal;
    background: transparent;
    font-size: 13px;
    border: 0;
    padding: 0;
    color: #909399;
    margin-right: 20px;
}

/*分类滑块2*/
#ztj .owl .owl-prev.disabled, #ztj .owl .owl-next.disabled {
    display: none;
}

#ztj .entry-thumbnails-17codesign:before {
    background-image: linear-gradient(90deg, #6962f6, #7479f9);
    box-shadow: 8px 0px 12px 0 rgba(123, 123, 249, 0.4);
}


/*分类筛选*/
#ztj .category {
}

#ztj .category .site-content {
    padding-top: 30px;
}

#ztj .term-bar:before {
    background: var(--pm-c);
}

#ztj .term-bar {
    padding: 60px 0 120px 0;
}

#ztj .term-bar .term-title {
    font-weight: normal;
}

#ztj .term-bar.lazyloaded:before {
    opacity: .7;
}

#ztj .filter--content .filter-item span {
    background: transparent;
    font-size: 14px;
    padding: 0;
    margin-right: 15px;
}

#ztj .filter--content .filter-item span i {
    display: none;
}

#ztj .filter--content .filter-tag li {
}

#ztj .filter--content .filter-item a.on {
    background: var(--bg-c);
    color: var(--pm-c);
}

#ztj .filter--content .filter-item a {
    border: 0 !important;
    font-size: 12px !important;
    border-radius: 2px;
    padding: 5px 10px;
    line-height: normal;
}

#ztj .filter--content .filter-item a:hover {
    background: var(--bg-c);
    color: var(--pm-c);
    border: 0 !important;
}

#ztj .filter--content .filter-tab {
    border-top: 1px solid var(--bg-c);
}

#ztj .filter--content .filter-tab span {
    background: transparent;
    font-size: 14px;
    padding: 0;
    margin-right: 15px;
    width: 4em;
    display: inline-block;
}

#ztj .filter--content .filter-tab span i {
    display: none;
}

#ztj .filter--content .filter-tab a {
    border: 0;
    font-size: 13px;
    border-radius: 2px;
    padding: 5px 10px;
    line-height: normal;
}

.filter--content .filter-tab i {
    display: none !important;
}

#ztj .filter--content .filter-tab a.on {
    color: var(--pm-c);
}


/*文章页*/
.single .site-content {
    padding-top: 0;
}

#ztj .breadcrumbs {
    margin: 20px 0;
}

#ztj .breadcrumbs small {
    font-family: SimSun;
}

/*文章下载模块*/
#ztj .single-down {
    background: #fff;
    margin-bottom: 30px;
}

#ztj .single-down .down-box {
    padding: 25px;
    display: flex;
}

#ztj .single-down .down-box .down-thumb {
    width: 400px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

#ztj .single-down .down-box .down-thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
}

#ztj .single-down .down-box .down-data {
    flex: 1;
    color: #34495e;
    margin-left: 30px;
}

#ztj .single-down .down-box .down-data h2 {
    font-weight: normal;
}

#ztj .single-down .down-box .down-data ul {
    padding: 20px;
    margin: 20px 0;
    background: var(--bg-c);
    display: inline-block;
    width: 40%;
    border-radius: 4px;
}

#ztj .single-down .down-box .down-data ul li {
    display: flex;
    border-bottom: 1px dashed #e2eaf5;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #8492a6;
}

#ztj .single-down .down-box .down-data ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

#ztj .single-down .down-box .down-data ul li > div {
    flex: 1;
}

#ztj .single-down .down-box .down-data .entry-meta {
    display: flex;
    align-items: center;
}

#ztj .down-data .down-post-detail {
    margin-right: 2% !important;
    background: #ff572214 !important;
    width: 56% !important;
}

#ztj .down-data .down-post-detail-on span, #ztj .down-data .down-post-detail-on div {
    color: #fd0721 !important;
    font-weight: bolder !important;
}

#ztj .entry-meta {
    flex: 1;
    display: flex;
    align-items: center;
}

#ztj .entry-meta span {
    color: #909399;
    font-size: 13px;
    margin-right: 30px;
}

#ztj .entry-meta .meta-author {
    display: flex;
    align-items: center;
}

#ztj .entry-meta .meta-author a {
    display: flex;
    align-items: center;
    font-size: 12px;
}

#ztj .entry-meta .meta-author .avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

#ztj .single-down .down-box .down-foot {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#ztj .single-down .down-box .down-foot .down-btn {
    flex: 1;
}

#ztj .single-down .down-box .down-foot .down-btn button {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: .5px;
    /*padding: 12px 30px;*/
    background: var(--pm-c);
    border-radius: 4px;
    border: 0;
}

#ztj .go-down {
    /*width: auto !important;*/
}

#ztj .down-btn .theme-down {
    color: #fff;
    margin-right: 15px;
}

#ztj .down-btn .no-theme-down {
    background: var(--bg-c) !important;
    color: #606266 !important;
    border: 1px dashed #e2eaf5 !important;
}

#ztj .down-btn .demo-url {
    color: #606266;
    background: var(--bg-c) !important;
    padding: 12px 30px;
    border-radius: 4px;
}

#ztj .single-down .down-box .down-foot .xshare {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

#ztj .single-down .down-box .down-foot .xshare .xshare-title {
    display: inline-block;
    font-size: 14px;
}

#ztj .single-down .down-box .down-foot .xshare a {
    line-height: 30px;
    border: 0;
    height: auto;
}

#ztj .article-content {
    padding: 30px;
}

#ztj .article-content p {
    font-size: 15px;
    letter-spacing: 0;
}

#ztj .article-content p a {

}

#ztj .article-content .wp-block-code, .article-content pre {
    padding: 10px;
    background: #19171c;
}

#ztj .entry-content pre {
    position: relative;
    border-radius: 6px;
    background: #21252b;
    box-shadow: 0px 8px 20px -10px #000;
}

#ztj .u-text-format a {
    text-decoration: none;
}

#ztj .entry-tags a {
    background: var(--bg-c) !important;
    border: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}

#ztj .article-content .entry-content {
    margin-bottom: 50px;
}


/*侧栏下载小工具*/
#ztj .widget-pay .pay--rateinfo {
    box-shadow: none;
}


#ztj .widget-pay .pricing-options {
    padding-left: 20px;
    border-left: 1px solid var(--bg-c);
    margin: 10px 0 20px 0;
}

#ztj .widget-pay .pricing-options li {
}

#ztj .widget-pay .pricing-options li i {
    display: none;
}

#ztj .widget-pay .pricing-options li + li {
    border-top: 1px dashed var(--bg-c);
}

#ztj .widget-pay .pricing-options li .pricing__opt {
    color: var(--pm-c);
}

#ztj .widget-pay .pay-box > .click-pay {
    padding: 5px;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: normal;
    background: #206aff;
    /*background: -webkit-gradient(linear, left top, right top, from(#6962f6), to(#7479f9));*/
    /*background: -webkit-linear-gradient(left, #6962f6, #7479f9);*/
    /*background: linear-gradient(90deg, #6962f6, #7479f9);*/
    -webkit-box-shadow: 0 3px 5px rgba(105, 98, 246, 0.5);
    box-shadow: 0 3px 5px rgba(105, 98, 246, 0.5);
}

#ztj .article-content .meta-author, #ztj .article-content .meta-category, #ztj .article-content .meta-date {
    display: none !important;
}

#ztj .dplayer-video-wrap {
    background: #333333 !important;
}

#ztj .widget-pay .pay-box a {

    padding: 5px;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: normal;
}

#ztj .widget-pay .pay-box .go-down {
    padding: 5px;
    font-size: 15px;
    letter-spacing: .5px;
    width: 100% !important;
    font-weight: normal;
    background: #6962f6;
    background: -webkit-gradient(linear, left top, right top, from(#6962f6), to(#7479f9));
    background: -webkit-linear-gradient(left, #6962f6, #7479f9);
    background: linear-gradient(90deg, #6962f6, #7479f9);
    -webkit-box-shadow: 0 3px 5px rgba(105, 98, 246, 0.5);
    box-shadow: 0 3px 5px rgba(105, 98, 246, 0.5);
}

#ztj .widget-pay .ac_qqhao {
    margin-top: 20px;
    border-top: 1px solid var(--bg-c);
}

/*侧边栏小工具*/
#ztj .widget-area .widget .widget-title {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--bg-c);
    font-size: 16px;
    font-weight: normal;
}

#ztj .widget-userstop li .credits {
    text-align: right;
}

/*文章标题列表*/
#ztj .uposts {
}

#ztj .uposts .codesign-list {
    height: 110px;
    padding: 30px;
}

#ztj .uposts h4.codeisgn-h4 {
    /*text-align: left;*/
}

#ztj .uposts h4.codeisgn-h4 i {
    display: none;
}

#ztj .uposts .codeisgn-h4 a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

#ztj .uposts span.codesign-esc {
    text-align: left;
    line-height: 36px;
    font-size: 14px;
}

#ztj .uposts .hentry .post-num {
    display: none;
}

#ztj .uposts .hentry {
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
}

#ztj .uposts .hentry:nth-child(odd) {
    background: #f7f8fc;
}

#ztj .uposts .hentry .title {
    flex: 1;
    font-size: 14px;
}

#ztj .uposts .hentry .meta {
    position: unset;
}


#ztj .list-homegrid-overlay .list-content {
    padding: 20px;
}

#ztj .list-homegrid-overlay .list-body .list-title {
    display: block;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#ztj .list-homegrid-overlay .list-content .entry-footer a {
    background: transparent;
    font-size: 13px;
}

/*侧边栏*/
#ztj .recomUser {
    margin-top: 40px;
}

#ztj .recomUser ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    list-style: none;
    padding: 0;
}

#ztj .recomUser ul li {
    width: 25%;
    padding-left: 15px;
    margin-bottom: 15px;
}

#ztj .recomUser ul .item {
    display: block;
    transition: all .3s;
    background: #fff;
    border-radius: 4px;
}

#ztj .recomUser ul .item:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

#ztj .recomUser ul .item .warp {
    padding: 15px;
    display: flex;
}

#ztj .recomUser ul .item .warp .ava {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

#ztj .recomUser ul .item .warp .ava img {
    width: 100%;
    height: 100%;
}

#ztj .recomUser ul .item .warp .info {
    flex: 1;
    margin-left: 15px;
}

#ztj .recomUser ul .item .warp .info .name {
    display: flex;
}

#ztj .recomUser ul .item .warp .info .name a {

}

#ztj .recomUser ul .item .warp .info .name em {
    transform: scale(.8);
    border-radius: 3px;
    display: inline-block;
    background: linear-gradient(180.03deg, #393F68 0%, #24263C 100%);
    padding: 3px 6px;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    font-style: normal;
}

#ztj .recomUser ul .item .warp .info .desc {
    display: inline-flex;
    font-size: 12px;
    background: #f3f3f3;
    padding: 5px 6px;
    margin: 10px 0;
    color: #606266;
}

#ztj .recomUser ul .item .warp .info .desc i {
    position: unset;
    margin-right: 5px;
}

#ztj .recomUser ul .item .warp .info .count {
    font-size: 12px;
    display: flex;
}

#ztj .recomUser ul .item .warp .info .count span {
    color: #909399;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

#ztj .recomUser ul .item .warp .info .count span:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    height: 11px;
    width: 1px;
    background: #e3e4e5;
}

#ztj .recomUser ul .item .warp .info .count span:last-child:after {
    display: none;
    margin: 0;
    padding: 0;
}

/*
 * 网站统计美化
 */

#ztj .siteCount {
    position: relative;
    padding: 60px 0;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#ztj .siteCount .cover {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

#ztj .siteCount .container {
    position: relative;
    z-index: 5;
}

#ztj .siteCount ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
}

#ztj .siteCount ul li {
    width: 20%;
    color: #fff;
    text-align: center;
}

#ztj .siteCount ul li b {
    display: block;
    font-weight: normal;
    font-size: 14px;
}

#ztj .siteCount ul li span {
    font-size: 48px;
    font-family: Arial;
}

#ztj .siteCount .join-vip {
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

#ztj .siteCount .join-vip a {
    display: inline-block;
    border: 0;
    transition: all .3s;
    padding: 10px 30px;
    font-size: 15px;
    letter-spacing: .5px;
    background: var(--pm-c);
    color: #fff;
    border-radius: 30px;
}

#ztj .siteCount .join-vip a:hover {
    transform: translateY(-3px);
}

#ztj .siteCount .join-vip p {
    margin-top: 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.80);
    letter-spacing: .5px;
    font-family: Arial;
}

/*分页*/
#ztj .numeric-pagination {
    margin-top: 20px;
}

#ztj .numeric-pagination li {
    background: #fff;
    margin: 0 5px;
    border-radius: 4px;
}

#ztj .numeric-pagination li a:hover {
    background-color: var(--pm-c);
    color: #fff;
}

#ztj .numeric-pagination .page-numbers:not(ul) {
    height: 40px;
    width: 40px;
    font-weight: normal;
    font-size: 15px;
    color: #909399;
}

#ztj .numeric-pagination .page-numbers:not(ul).current {
    background-color: var(--pm-c);
    color: #fff;
}

/*网站底部样式*/
#ztj .footer-widget {
    border-bottom: 0;
}

#ztj .footer-widget .list-unstyled {
    text-align: right;
}

#ztj .footer-widget .list-unstyled li {
    display: inline-block;
}

#ztj .footer-widget .list-unstyled li a {
    font-size: 16px !important;
    margin-left: 50px;
    line-height: 42px !important;
    margin-bottom: 0 !important;
}

#ztj .footer-widget .footer--logo {
    margin-bottom: 0;
}

#ztj .footer-widget .widget--about p {
    line-height: 20px;
}

#ztj .footer-links {
    padding: 15px;
    background: transparent;
    border: 1px dashed var(--bg-c);
}

#ztj .site-footer .site-info {
    display: flex;
    width: 100%;
    max-width: none;
    border-top: 1px solid var(--bg-c);
    padding-top: 20px;
    margin: 0;
    text-align: left;
}

#ztj .footer-links h6 {
    display: none;
}

#ztj .footer-links ul li {
    margin-right: 20px;
}

#ztj .footer-links a {
    font-size: 12px;
}

#ztj .footer-links ul li {
    margin-left: 0;
    margin-right: 20px;
}

#ztj .tap-logo {
    height: 42px;
}

/* 网址导航搜索样式 */
.site-warp {
    background-image: url('../image/ztj-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--pm-c);
    margin-bottom: 30px;
    height: 380px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.site-container {
    padding: 0 !important;
}

.site-search {
    width: 680px;
    margin: 0 auto;
}

.site-search h3 {
    font-size: 26px;
    text-align: center;
    color: #fff;
    letter-spacing: .5px;
    margin-bottom: 40px;
}

.site-search form {
    position: relative;
    display: flex;
    background: #fff;
}

.site-search input {
    border: 0;
    border-radius: 4px 0 0 4px;
    height: 46px;
    text-indent: 10px;
    width: 100%;
    color: #666;
    margin: 0;
}

.site-search button {
    border: 0;
    cursor: pointer;
    background: transparent !important;
}

.site-search form i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #999;
    font-size: 16px;
    padding: 0 15px;
}

.search-tmenu {
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}

.search-tmenu li {
    display: inline-block;
    padding: 0 12px;
}

.search-tmenu li span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding-bottom: 10px;
    font-size: 14px;
}

.search-tmenu .active span {
    display: inline-block;
    position: relative;
    color: #fff;
}

.search-tmenu .active span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    border-radius: 3px;
    box-shadow: 0px 3px 5px 0px var(--primary-color);
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#5df0ff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #5df0ff, #13adff);
    background-image: -o-linear-gradient(left, #5df0ff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #5df0ff, #13adff);
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
}

.search-bmenu {
    text-align: center;
}

.search-bmenu .on {
    color: #fff;
}

.search-item {
    cursor: pointer;
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-size: 14px;
}

.subnav {
    margin-top: 15px;
}

.subnav-item {
    display: none;
}

.subnav .active {
    display: block !important;
}

.down-pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.35)
}

.down-pop .down-box {
    max-width: 360px;
    margin: 10% auto 0 auto;
    background-color: #fff;
    border-radius: 20px;
    background-image: url('https://img.ztjun.com/wp-content/uploads/2020/12/1607257587-a42292bfe22423a.png');
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}

.down-pop .down-box h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 30px 0;
    margin: 0;
}

.down-pop .down-main {
    width: 80%;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 5px 10px -4px #eee;
}

.down-pop .down-main img {
    width: 150px;
    padding: 20px 0 10px 0;
    display: inline-block;
}

.down-main .desc {
    padding: 10px;
}

.down-pop .down-main p {
    margin: 0;
}

.down-pop .down-main p:last-child {
    font-size: 13px;
    color: #909399;
}

.down-pop .on-btn {
    width: 80%;
    display: block;
    margin: 30px auto;
    text-align: center;
    background-color: var(--pm-c);
    background-image: linear-gradient(90deg, #be7ef1, #5b60f9);
    border-radius: 20px;
    padding: 10px 0;
    color: #fff;
    box-shadow: 0 5px 10px -5px rgb(170, 120, 242)
}

.down-pop .down-pop-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px 36px;
    color: #fff;
    cursor: pointer;
}

/* 网址导航首页样式 */
.site-main {
}

.site-main .box {
    background-color: #fff;
}

.site-menu {
    width: 200px;
}

.site-menu .box {
    background: #fff;
}

.site-menu .title {
    border-bottom: 1px solid #ebeef5;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-left: 0;
}

.site-menu .title i {
    font-weight: normal;
    font-size: 18px;
    margin-right: 7px;
    transform: translateY(0);
    display: inline-block;
}

.site-menu .title span {
    font-size: 14px;
    font-weight: bold;
}

.site-menu ul {
    padding: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .02);
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, .02);
}

.site-menu ul .all i, .site-menu ul .all a {
    color: #303133;
}

.site-menu ul li {
    display: flex;
    align-items: center;
}

.site-menu ul li a {
    display: block;
    font-size: 14px;
    color: #909399;
    font-family: Arial;
    padding: 5px 0;
    font-weight: bold;
}

.site-menu ul li i {
    font-weight: normal;
    font-size: 18px;
    margin-right: 7px;
    transform: translateY(1px);
    display: inline-block;
}

.site-menu ul .current-menu-item, .site-menu ul .current-menu-item i {
    color: #303133;
}

.site-menu ul .current-menu-item a {
    color: #303133;
}

.site-row {
    display: flex;
}

.site-list {
    margin-left: 30px;
    flex: 1;
}

.site-list .site-item {
}

.site-box {
    margin-bottom: 30px;
}

.site-box .site-box-title {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.site-box .site-box-title h3 {
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.site-box .site-box-title .more {
    color: #909399;
    font-size: 13px;
}

.site-box .site-box-warp {
    overflow: hidden;
    margin: 0 -10px;
}

.site-box .site-box-warp .site-card {
    float: left;
    width: 25%;
    padding: 10px;
}

.site-box .site-box-warp .site-card .box {
    background: #fff;
    border-radius: 4px;
}

.site-card .item {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .02);
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, .02);
    transition: all .3s;
}

.site-card .item:hover {
    transform: translateY(-2px);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 6px 0px rgba(0, 0, 0, .05);
}

.site-card .item > a {
    display: flex;
    padding: 10px;
}

.site-card .item .icon {
    display: inline-block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.site-card .item .content {
    flex: 1;
    margin-left: 10px;
    overflow: hidden;
}

.site-card .item .content span {
    font-size: 15px;
}

.site-card .item .content .desc {
    color: #909399;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 8px;
}

.site-card .item .info {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 8px 10px;
    border-top: 1px solid #ebeef5;
    color: #909399;
}

.site-card .item .info i {
    display: inline-block;
}

.site-card .item .info span:first-child {
    flex: 1;
}

/* 网址导航文章页样式 */
.site-head {
    padding: 30px;
    border-bottom: 1px solid #ebeef5;
}

.site-head h1 {
    font-size: 28px;
}

.site-head .info {
    margin-top: 10px;
}

.site-head .info span {
    color: #909399;
    font-size: 13px;
    margin-right: 20px;
}

.site-single {
    padding: 30px;
}

.site-single .site-row {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.site-single .site-row .site-icon {
    width: 180px;
    height: 180px;
    position: relative;
    overflow: hidden;
    background: #333;
    border-radius: 4px;
}

.site-single .site-row .site-icon .bg {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .2;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    width: 150% !important;
    height: 150% !important;
}

.site-single .site-row .site-icon i {
    display: block;
    width: 68px;
    height: 68px;
    border: 4px solid rgba(255, 255, 255, 0.4);
    transition: all .3s;
    top: 50%;
    position: absolute !important;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 5;
    overflow: hidden;
}

.site-single .site-row .site-icon i img {
    width: 100%;
    height: 100%;
}

.site-single .site-icon:hover i {
    border: 4px solid rgba(255, 255, 255, 0.8);
}

.site-single .site-row .site-main {
    flex: 1;
    margin-left: 30px;
}

.site-list-cat {
}

.site-list-cat a {
    display: inline-block;
    color: #fff;
    background: #6c9dff;
    border-radius: 4px;
    padding: 4px 8px;
    line-height: normal;
    margin-right: 5px;
    font-size: 12px;
}

.site-list-cat a:hover {
    background: #206aff;
    color: #fff;
    text-decoration: none;
}

.site-desc {
    color: #606266;
    font-size: 14px;
    background: #F7F8FC;
    padding: 20px;
    margin: 15px 0;
}

.site-desc p {
    font-size: 15px;
    letter-spacing: .5px;
    margin: 0;
}

.site-tags {
}

.site-tags a {
    display: inline-block;
    background: #f7f8fc;
    padding: 5px 8px;
    font-size: 12px;
    line-height: normal;
    color: #909399;
    margin-right: 5px;
    border-radius: 3px;
    transition: all .3s;
}

.site-tags i {
    margin-right: 3px;
    line-height: 0;
}

.site-tags a:hover {
    text-decoration: none;
    background: #206aff;
    color: #fff;
}

.site-go {
    margin-top: 15px;
}

.site-go a {
    border-radius: 4px;
    display: inline-block;
    padding: 10px 24px;
    margin: 0 2px;
    background-color: var(--pm-c);
    color: #fff;
    line-height: normal;
    transition: all .3s;
}

/*相关站点*/
.site-other {
    margin-top: 20px;
}

.site-other .site-card {
    width: 33.33% !important;
}

@media (max-width: 767px) {
    #ztj .navbar {
        height: 60px;
    }

    #ztj .navbar .logo {
        height: 36px;
    }

    #ztj .site-warp {
        padding: 30px 0;
        background-size: 100% 100%;
    }

    #ztj .site-search h3 {
        font-size: 20px;
    }

    #ztj .site-search {
        width: 100%;
        padding: 0 10px;
    }

    #ztj .site-row {
        display: block;
        margin: 0 10px;
    }

    #ztj .site-menu {
        width: 100%;
    }

    #ztj .site-menu .title {
        display: block;
    }

    #ztj .site-menu ul
    #ztj .site-menu ul li {
        display: inline-block;
    }

    #ztj .site-list {
        margin: 0;
    }

    #ztj .site-box .site-box-warp .site-card {
        width: 100%;
    }

    #ztj .site-card .item .content {
        height: auto !important;
    }

    #ztj .site-head {
        padding: 15px;
    }

    #ztj .site-head h1 {
        font-size: 18px;
    }

    #ztj .site-single .site-row .site-icon {
        width: 100%;
    }

    #ztj .site-single .site-row .site-main {
        margin-left: 0;
    }

    #ztj .site-box .site-box-warp .site-card {
        width: 100% !important;
    }
}

@media (min-width: 1230px) {
    /* 网站整体宽度 */
    .container {
        max-width: 1280px;
    }
}

@media screen and (max-width: 768px) {
    #ztj .logo-wrapper {
        flex: 1;
    }

    #ztj .ztj-style {
        height: 420px;
    }

    #ztj .ztj-style .container {
        padding-top: 100px;
    }

    #ztj .ztj-style .container .title span {
        font-size: 13px;
        line-height: normal;
    }

    #ztj .ztj-style .ztj-warp {
        padding: 15px;
    }

    #ztj .ztj-style .ztj-menu {
        display: none;
    }

    #ztj .ztj-style .ztj-warp {
        margin-top: 30px;
    }

    #ztj .ztj-search {
        margin-top: 0;
    }

    #ztj .ztj-tags ul {
        display: block;
        margin-top: 10px;
        white-space: nowrap;
        overflow-x: scroll;
        margin-left: 0;
    }

    #ztj .ztj-tags ul li {
        width: 33.33%;
        padding-left: 6px;
        float: none;
        display: inline-block;
        padding-left: 0;
        margin-right: 5px;
    }

    #ztj .siteCount {
        padding: 10px 0;
    }

    #ztj .siteCount ul li span {
        font-size: 18px;
    }

    #ztj .siteCount ul li b {
        font-size: 12px;
    }

    #ztj .recomUser ul li {
        width: 100%;
    }

    #ztj .post-list {
        display: block;
    }

    #ztj .post-list .entry-media {
        width: 100%;
    }

    #ztj .post-list .entry-footer {
        display: block !important;
    }

    #ztj .term-bar {
        padding: 30px 0 40px 0;
    }

    #ztj .filter--content .filter-item {
        overflow: hidden;
    }

    #ztj .filter--content .form-box ul {
        white-space: nowrap;
        overflow-x: scroll;
        display: block;
    }

    #ztj .filter--content .form-box ul li {
        display: inline-block;
    }

    #ztj .filter--content .filter-item span {
        width: auto;
        margin-right: 10px;
        margin-bottom: 0;
    }

    #ztj .numeric-pagination > .page-numbers {
        margin-top: 20px;
    }

    #ztj .single-down .down-box {
        display: block;
        padding: 15px;
    }

    #ztj .single-down .down-box .down-thumb {
        width: 100%;
    }

    #ztj .single-down .down-box .down-data {
        margin-left: 0;
        margin-top: 20px;
    }

    #ztj .siteCount ul {
        margin: 15px 0;
    }

    #ztj .siteCount .join-vip a {
        padding: 5px 10px;
        font-size: 13px;
    }

    #ztj .siteCount .join-vip {
        margin-top: 0;
    }

    #ztj .single-down .down-box .down-foot {
        display: block;
    }

    #ztj .single-down .down-box .down-foot .down-btn a {
        display: block;
        text-align: center;
        margin: 5px 0;
    }

    #ztj .single-down .down-box .down-foot .xshare {
        justify-content: normal;
    }

    #ztj .down-pop .down-box {
        max-width: 95%;
        margin: 25% auto 0 auto;
    }

    #ztj .down-data .down-post-detail, #ztj .single-down .down-box .down-data ul {
        width: 100% !important;
    }

}

#ztj .off-canvas .logo-wrapper {
    background-color: var(--pm-c);
}

#ztj .burger {
    margin-right: 10px;
}

#ztj .go-buy-vip {
    color: #e91e63;
}

#ztj .go-buy-vip-span {
    font-size: 14px;
    margin-left: 15px;
}

#ztj .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
    top: -.3em;
}

#ztj .badge-danger {
    margin-right: 6px;
    background: #e91e63;
    margin-bottom: -2px;
    padding: 4px 7px;
}

#ztj .badge-danger .spinner-grow {
    width: .5rem;
    height: .5rem;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

/*滚动条*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background-color: skyblue;
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(25, 100, 248, 0.4) 25%,
            transparent 25%,
            transparent 50%,
            rgba(25, 100, 248, 0.4) 50%,
            rgba(25, 100, 248, 0.4) 75%,
            transparent 75%,
            transparent
    );
}

.test-5::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #ededed;
    border-radius: 4px;
}

#ztj .btn-buy {
    background: #ef1000 !important;
    color: #FFFFFF !important;
    border: 0px !important;
}

#ztj .btn--secondary {
    color: #eacc69;
    background: #20a0ff;
    background: -webkit-gradient(linear, left top, right top, from(#20a0ff), to(#20b8ff));
    background: -webkit-linear-gradient(left, #20a0ff, #20b8ff);
    /*background: linear-gradient(*/
    /*        90deg, #206aff, #03a9f4) !important;*/
    background: linear-gradient(
            90deg, #000000, #000000) !important;
    -webkit-box-shadow: 0 3px 5px rgb(32 160 255 / 50%) !important;
    box-shadow: 0 3px 5px rgb(140 140 140) !important;
}

/*视频播放界面*/
#ztj #ripro-mse {
    height: 500px !important;
}

#ztj ._ztj_entry_wrapper_title {
    font-size: 15px;
    font-weight: normal;
    margin: 15px 15px 10px;
    position: absolute;
    bottom: 0px;
    width: 91%;
}

#ztj ._ztj_entry_wrapper_title a {
    color: #FFF;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}

#ztj ._ztj_entry_wrapper_title span {
    float: right;
    color: #ffffff;
    border-radius: 2px;
    font-size: 12px;
    background: #a7abb7;
    padding: 1px 5px;
}

/*封面蒙版*/
#ztj .cao-cover-one {
    pointer-events: none !important;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    height: 100%;
    text-shadow: 1px 1px 3px #000;
    border-radius: 4px;
}

/*收藏按钮*/
#ztj .entry-star {
    background-color: #a7abb7;
}

#ztj .ripro-star.ok {
    color: var(--pm-c);
    border-color: var(--pm-c);
}

/*加载按钮*/
#ztj .ztj-cms-load-more {
    /*margin-bottom: 30px;*/
}

/*分类页-分类小标题*/
#ztj .ztj-term-min-title {
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
    position: relative;
    margin-top: 5px;
}

/***角标***/

.free-theme-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    color: #fff;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, transparent 50%, #007bff 0%);
    background-size: 50px 50px;
    border-top-right-radius: 4px;
    -webkit-transform: rotate(-90deg);
}

.vip-tag {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 5px;
    background: #ffc107 url(../image/vip-1.svg) 50% no-repeat;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgb(51 51 51 / 10%);
    z-index: 1;
}

.free-tag {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 5px;
    background: #42b14b url(../image/free.svg) 50% no-repeat;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgb(51 51 51 / 10%);
    z-index: 1;
}

/*内容页下载模块*/
.erphpdown-box {
    padding: 19px 10px 10px 25px;
    border: 2px dashed #fbb714;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
    display: none;
    position: relative;
    padding-right: 250px;
    min-height: 80px;
    border-radius: 3px;
    display: block;
}

.erphpdown-box2 {
    padding-right: 0;
    min-height: auto
}

.erphpdown-box .item {
    margin-bottom: 7px
}

.erphpdown-box .item2 {
}

.erphpdown-box .erphpdown-copy {
    text-decoration: none;
    font-size: 12px;
    color: #8a92a9;
}

.erphpdown-box t {
    display: inline-block;
    text-align: left;
    margin-right: 10px;
}

.erphpdown-box .price span {
    color: #9e9e9e;
}

.erphpdown-box .vip-only {
    margin-left: 10px;
}

.erphpdown-box .vip a {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 8px;
    background: #ff5f33;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    text-decoration: none
}

.erphpdown-box .down, .erphpdown-box .is-down {
    display: block;
    background: #fbb714;
    color: #fff !important;
    border-radius: 30px;
    padding: 8px 0;
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
    line-height: 1.7;
    position: absolute;
    right: 25px;
    top: 5px;
    width: 200px;
    cursor: pointer;
    box-shadow: 0 3px 5px rgb(208 208 208);
}

.erphpdown-box .pt-vip {
    color: #fbb714;
    font-weight: bold;
}

.erphpdown-box .zs-vip {
    color: #f44337;
    font-weight: bold;
}

.erphpdown-box .down:hover {
    opacity: .8
}

.erphpdown-box .epdvip {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #ff5f33;
    color: #fff;
    padding: 2px 5px 1px;
    font-size: 12px;
}

.erphpdown-box .tips2 {
    color: #AAB2BD;
    font-size: 13px;
}

.erphpdown-box .custom-metas {
    margin-top: 10px;
}

.erphpdown-box .meta {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: 200px
}

.erphpdown-box .erphpdown-vip {
    border-radius: 20px;
    background: #fbb715;
    color: #fff !important;
    padding: 2px 10px;
    text-decoration: none !important;
    font-size: 12px;
    display: inline-block;
    margin-left: 8px;
}

.erphpdown-box .erphpdown-buy {
    border-radius: 20px;
    background: #ff5f33;
    color: #fff !important;
    padding: 2px 10px;
    text-decoration: none !important;
    font-size: 12px;
    display: inline-block;
    margin-left: 8px;
}

.erphpdown-box .erphpdown-down {
    border-radius: 20px;
    background: #ff5f33;
    color: #fff !important;
    padding: 2px 10px;
    text-decoration: none !important;
    font-size: 13px;
    display: inline-block;
    margin-left: 8px;
}

.erphpdown-box .erphpdown-icon-buy, .erphpdown-box .erphpdown-icon-vip {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -3px;
    left: -3px;
    overflow: hidden;
    z-index: 10;
}

.erphpdown-box .erphpdown-icon-buy:before, .erphpdown-box .erphpdown-icon-vip:before, .erphpdown-box .erphpdown-icon-buy:after, .erphpdown-box .erphpdown-icon-vip:after {
    content: '';
    position: absolute;
    z-index: 0;
    background-color: #5cb85c;
}

.erphpdown-box .erphpdown-icon-buy:before, .erphpdown-box .erphpdown-icon-vip:before {
    height: 3px;
    width: 10px;
    right: 0;
    top: 0;
}

.erphpdown-box .erphpdown-icon-buy:after, .erphpdown-box .erphpdown-icon-vip:after {
    height: 10px;
    width: 3px;
    left: 0;
    bottom: 0;
}

.erphpdown-box .erphpdown-icon-buy i, .erphpdown-box .erphpdown-icon-vip i {
    height: 14px;
    line-height: 14px;
    width: 60px;
    background-color: #5cb85c;
    -webkit-box-shadow: -1.204px 1.597px 4px 0 rgba(0, 0, 0, .22);
    box-shadow: -1.204px 1.597px 4px 0 rgba(0, 0, 0, .22);
    position: absolute;
    top: 50%;
    left: -18px;
    margin-top: -13px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: 1;
    font-style: normal;
}

.erphpdown-box .erphpdown-icon-vip i {
    background-color: #fbb715;
}

.erphpdown-box .erphpdown-icon-vip:before, .erphpdown-box .erphpdown-icon-vip:after {
    background-color: #fbb715
}

.erphpdown-box .label-warning {
    border-radius: 15px;
    background: #f44336;
}

@media (max-width: 620px) {
    .erphpdown-box .down {
        position: static;
        right: inherit;
        top: inherit;
        width: 100%;
        margin-bottom: 10px;
    }

    .erphpdown-box {
        padding: 18px 20px;
    }
}

.erphpdown-box .pt-yh-price {
    font-weight: bold;
}

.erphpdown-box .down-login, .erphpdown-box .no-down {
    border: 0px;
    display: block;
    background: #9e9e9e;
    color: #fff !important;
    border-radius: 30px;
    padding: 8px 0;
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
    line-height: 1.7;
    position: absolute;
    right: 25px;
    top: 5px;
    width: 200px;
    cursor: pointer;
    box-shadow: 0 3px 5px rgb(208 208 208);
}

.erphpdown-box .ztj-qq {
    background: #4caf50;
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: 0 3px 5px rgb(234 233 233);
}

.erphpdown-box .ztj-qq a {
    font-size: 12px;
    color: #fff !important;
}