/*
Theme Name:     b2Nj-World
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        1.0.0
*/

/*
 *-------------------------------------------------------------------------------
 * 小幻灯7
 *-------------------------------------------------------------------------------
*/
.nj-slider-container {
    box-sizing: border-box;
    margin: 0 auto;
}

.nj-slider-7 {
    gap: 0;
    flex-wrap: nowrap;
}

.nj-slider-left {
    box-sizing: border-box;
}

.nj-slider-top {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.nj-slider-carousel-wrap {
    flex-shrink: 0;
    height: 100%;
    box-sizing: border-box;
}

.nj-slider-carousel {
    height: 100%;
    width: 100%;
}

.nj-slider-carousel-item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.nj-slider-top-right {
    flex-shrink: 0;
    height: 100%;
    box-sizing: border-box;
}

.nj-slider-article-item {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.nj-slider-article-item:last-child {
    margin-bottom: 0 !important;
}

.nj-slider-7 h2,
.nj-slider-article-item h2 {
    color: #ffff;
}

.nj-slider-ads-wrap {
    display: flex;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    flex-wrap: nowrap;
}

.nj-slider-ad-item {
    flex-shrink: 0;
    height: 120px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
}

.nj-slider-ad-item:last-child {
    margin-right: 0 !important;
}

.nj-slider-ad-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.nj-slider-ad-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

.nj-slider-ad-link:hover .nj-slider-ad-img {
    transform: scale(1.05);
    transition: all 0.3s ease;
    border-radius: 5px;
}

.nj-slider-ad-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    color: #888;
    background-color: #fff;
}

.nj-slider-ad-link:hover .nj-slider-ad-btn {
    display: inline-block;
}

.nj-slider-ad-placeholder {
    width: 100%;
    height: 100%;
    background-color: #f7f9fa;
    border: 1px dashed #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 12px;
}

/* 右侧小工具区域 */
.nj-slider-right {
    flex-shrink: 0;
    box-sizing: border-box;
}

.nj-slider-widget-wrap {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

/* 通用项目样式 */
.nj-slider-item-info {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.nj-slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.nj-slider-item-info:hover .nj-slider-img {
    transform: scale(1.02);
}
.nj-slider-show-title .slider-info-box {
    display: block;
}

.nj-slider-hide-title .slider-info-box {
    display: none;
}

/*
 *-------------------------------------------------------------------------------
 * 侧边栏广告小工具
 *-------------------------------------------------------------------------------
*/
.nj-widgets-adv-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nj-widgets-adv-link {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.nj-widgets-adv-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

/* 
.nj-widgets-adv-item:hover .nj-widgets-adv-img {
    transform: scale(1.02);
} */

.nj-widgets-adv-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 6px 20px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 2;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.nj-widgets-adv-btn:hover {
    transform: translateY(-20px);
    color: #fff;
    text-decoration: none;
}

.nj-widgets-adv-item:hover .nj-widgets-adv-btn {
    opacity: 1;
    transform: translateY(0);
}

.nj-widgets-adv-title {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.nj-widgets-adv-empty {
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 14px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px dashed #ddd;
}

.nj-widgets-adv-empty:before {
    content: '📷';
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    opacity: 0.6;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .nj-widgets-adv-item {
        margin-bottom: 10px;
        border-radius: 6px;
    }

    .nj-widgets-adv-btn {
        padding: 6px 12px;
        font-size: 11px;
        bottom: 10px;
        right: 10px;
        border-radius: 15px;
    }

    .nj-widgets-adv-title {
        font-size: 15px;
        padding: 8px 0;
    }
}

/* 暗色模式支持 */
@media (prefers-color-scheme: dark) {
    .nj-widgets-adv-item {
        background: #2d2d2d;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

    .nj-widgets-adv-title {
        color: #fff;
        border-bottom-color: #404040;
    }

    .nj-widgets-adv-empty {
        background: #333;
        border-color: #444;
        color: #aaa;
    }
}

/* 动画效果增强 */
@keyframes njAdvFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nj-widgets-adv-item {
    animation: njAdvFadeIn 0.5s ease;
}

/* 图片加载过渡 */
.nj-widgets-adv-img {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/*
 *-------------------------------------------------------------------------------
 * 弹窗广告样式 
 *-------------------------------------------------------------------------------
*/
.nj-popup-adv-container {
    position: fixed;
    bottom: 20px;
    right: 60px;
    width: 400px;
    background-color: #ebeffa;
    border: 1px solid #ebeffa;
    border-radius: 5px;
    z-index: -1;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.nj-popup-adv-container.show {
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
}

.nj-popup-adv-header {
    position: relative;
    padding: 0px 15px 0 15px;
    text-align: right;
}

.nj-popup-adv-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s, color 0.2s;
}

.nj-popup-adv-close-btn:hover {
    color: #333;
}

.nj-popup-adv-content {
    padding: 15px;
}

/* 广告行样式 */
.nj-popup-adv-row {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.nj-popup-adv-row:last-child {
    margin-bottom: 0;
}

/* 分隔线样式 */
.nj-popup-adv-divider {
    margin: 0 0 5px 0;
    border: 1px dashed #33333326;
}

.nj-popup-adv-left {
    flex: 0 0 156px;
    display: flex;
    flex-direction: column;
}

.nj-popup-adv-title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
}

.nj-popup-adv-info-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2px 5px;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 20PX;
    margin-top: 10px;
    font-weight: 700;
}

.nj-popup-adv-time {
    font-size: 12px;
}

.nj-popup-adv-separator {
    width: 1px;
    height: 12px;
    background-color: #d1d1d1;
}

.nj-popup-adv-button {
    padding: 4px 2px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    background: none;
    color: #333;
    font-weight: 700;
}

.nj-popup-adv-button:hover {
    background-color: transparent;
    color: #333;
    border-color: #666;
}

.nj-popup-adv-right {
    flex: 1;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    aspect-ratio: 16 / 9;
}

.nj-popup-adv-image-container {
    width: 100%;
    height: 100%;
}

.nj-popup-adv-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nj-popup-adv-toggle-btn {
    position: fixed;
    right: 0px;
    bottom: 20px;
    /* width: 50px; */
    height: 60px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    z-index: 19;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: #333;
    box-shadow: -8px 0px 35px 0px rgb(181 181 181 / 32%);
    padding: 10px 13px;
}

.nj-popup-adv-mb {
    font-size: 14px;
}

/*
 *-------------------------------------------------------------------------------
 * 悬浮广告样式 
 *-------------------------------------------------------------------------------
*/
.nj-xfpic-adv {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 19;
    margin-bottom: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.nj-xfpic-content {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.nj-xfpic-content img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.nj-xfpic-adv-trigger {
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 2;
}

.nj-xfpic-adv-title {
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
    flex-shrink: 0;
}

.nj-xfpic-adv-expand {
    position: absolute;
    right: 60px;
    bottom: 0;
    width: 0;
    overflow: hidden;
    background: white;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    z-index: -1;
    display: flex;
    flex-direction: column;
    transition: width 0.3s ease;
    min-width: 0;
}

.nj-xfadv-title {
    font-size: 14px;
    text-align: left;
    padding: 10px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nj-xfpic-adv:hover .nj-xfpic-adv-expand {
    width: 350px;
    z-index: 1;
}

.nj-xfpic-adv-imgwrap {
    /* aspect-ratio: 16 / 9; */
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    margin: 10px;
    border-radius: 5px;
}

.nj-xfpic-adv-expandimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: background-color 0.3s;
}

.nj-xfpic-adv-expandimg:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

/*
 *-------------------------------------------------------------------------------
 * links 页面
 *-------------------------------------------------------------------------------
*/

.nj-links-container {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.nj-links-sidebar {
    width: 180px;
    padding: 25px 0;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
    overflow-y: auto;
    text-align: center;
    background-color: #ffff;
}

.nj-links-category-title {
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px 10px;
}

.nj-links-category-list {
    list-style: none;
}

.nj-links-category-item {
    padding: 0;
}

.nj-links-category-link {
    display: block;
    color: #7f8c8d;
    text-decoration: none;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    font-weight: 500;
}

.nj-links-category-link:hover {
    color: #7f8c8d;
}

.nj-links-content {
    flex: 1;
    padding: 0px 0 10px 10px;
}

.nj-links-main-category {
    margin-bottom: 40px;
    scroll-margin-top: 20px;
}

.nj-links-main-category:last-child {
    margin-bottom: 0;
}

.nj-links-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    background-color: #aaaeb31a;
    border-radius: 5px;
}

.nj-links-category-name {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    position: relative;
    padding-left: 15px;
}

.nj-links-category-name::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background-color: #3498db;
    border-radius: 2px;
}
.nj-links-subnav {
    border-radius: 8px;
    padding: 5px 2px;
    width: 100%;
}

.nj-links-subnav-item {
    padding: 10px 20px;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #7f8c8d;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
    flex: 1;
    text-align: center;
    margin: 0 3px;
}

.nj-links-subnav-item:hover {
    color: #333;
    background-color: white;
    transition: all 0.3s ease;
}

.nj-links-subnav-item.active {
    background-color: white;
}
.nj-links-subcategory {
    display: none;
}

.nj-links-subcategory.active {
    display: block;
}

.nj-links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.nj-links-item {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
    text-decoration: none;
    color: inherit;
}

.nj-links-img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 10px;
    flex-shrink: 0;
    border: 2px solid #f8f9fa;
    background-color: #f8f9fa;
}

.nj-links-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.nj-links-name {
    font-size: 14px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.nj-links-desc {
    font-size: 14px;
    color: #7f8c8d;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 返回顶部按钮 */
.nj-links-back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
}

.nj-links-back-top.visible {
    opacity: 1;
    visibility: visible;
}

.nj-links-back-top:hover {
    background-color: #2980b9;
    transform: translateY(-3px);
}
.nj-links-category-link {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}
.nj-links-category-link.disabled {
    color: #999;
    cursor: not-allowed;
    background-color: transparent;
}
.nj-apply{
    margin-top: 20px;
}

/*
 *-------------------------------------------------------------------------------
 * 分类 Adv 模块
 *-------------------------------------------------------------------------------
*/
#nj-menu-page-wrapper {
    min-height: 100%;
    margin-top: -16px;
}

.nj-menu-home-banner {
    height: 121px;
    position: relative;
    z-index: 1;
    background-position: 0 100%;
    animation: gradient 12s ease-in-out infinite;
    margin-bottom: 20px;
}

.nj-menu-home-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #282a30ab 0, rgba(0, 0, 0, 0) 100%);
    transform: rotate(-180deg);
    z-index: 0;
    backdrop-filter: blur(5px);
    border-radius: 8px;
}

.nj-menu-top-navs {
    width: 100%;
    bottom: 10px;
    left: 0;
    padding: 12px 0;
    z-index: 1;
}

.nj-menu-top-navs .nj-menu-top-navs-l {
    width: 850px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px;
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.nj-menu-top-navs .nj-menu-top-navs-l-item {
    width: 100%;
    margin: 0 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nj-menu-top-navs .nj-menu-top-navs-l-item .nj-menu-top-navs-l-title a {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    margin-bottom: 12px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.nj-menu-top-navs .nj-menu-top-navs-l-item .nj-menu-top-navs-l-links {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: space-around;
    margin: 0 -10px;
}

.nj-menu-top-navs .nj-menu-top-navs-l-item .nj-menu-top-navs-l-links a {
    color: #f5f6f7;
    margin: 0 10px;
    text-shadow: 1px 1px 1px #000;
}

.nj-menu-top-navs .nj-menu-top-navs-m {
    width: 176px;
    height: 61px;
    border-right: 1px solid rgba(255, 255, 255, .25);
    padding: 0 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.nj-menu-top-navs .nj-menu-top-navs-m a {
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    user-select: none;
    text-shadow: 1px 1px 1px #000;
}

.nj-menu-top-navs .nj-menu-top-navs-r {
    width: 176px;
}

.nj-menu-top-navs .nj-menu-top-navs-r a {
    width: 50%;
    padding-left: 30px;
    text-align: center;
    line-height: 34px;
}

.nj-menu-top-navs .nj-menu-top-navs-r a p {
    font-size: 14px;
    line-height: 20px;
    color: #f5f6f7;
    text-shadow: 1px 1px 1px #000;
}
.nj-menu-layout-center {
    width: 1200px;
    margin: 0 auto;
}

.nj-menu-block {
    display: block;
}

.nj-menu-por {
    position: relative;
}

.nj-menu-poa {
    position: absolute;
}

.nj-menu-clearfix:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.nj-menu-fl {
    float: left;
}

.nj-menu-icon-dhs {
    width: 2em;
    height: 2em;
    margin-bottom: -10px;
}

p.nj-menu-top-navs-l-title {
    margin-bottom: 8px;
}
/*
 *-------------------------------------------------------------------------------
 * 第一版本内容
 *-------------------------------------------------------------------------------
*/

.button {
    position: relative; 
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 1;
}

.button:hover {
    background-color: #005177;
}

/* 二维码提示框样式 */
.qrcode-tooltip {
    position: absolute;
    top: 40px; 
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    z-index: 9999;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    width: 200px; 
    text-align: center;
}

/* 二维码描述样式 */
.qrcode-desc {
    margin-bottom: 4px; 
    font-size: 14px !important;
    color: #333;
    display: flex;
    justify-content: center;
}

/* 二维码图片样式 */
.qrcode-image {
    width: 150px;
    height: 150px;
    object-fit: contain;
    max-width: none;
    vertical-align: middle;
}

/* 鼠标悬停时显示二维码 */
.button:hover .qrcode-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.shop-title{
    height: none !important;
    margin:5px 16px !important;
}

.post-list-item .item-in .post-info h2{
    display: -webkit-box !important;
    -webkit-line-clamp: '.$title_row.';
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    line-height: 1.5em !important; 
    min-height: 3em !important; 
}

.post-style-2 .top-search-select{
    color: #121212 !important;
}
.post-style-2 .search-button-action{
    color: #121212 !important;
}
.post-style-2 .change-theme button{
    color: #121212 !important;
}
.post-style-2 .change-theme>div a{
    color: #121212 !important;
}
.post-style-2 .top-search input{
    color: #121212 !important;
}
.post-style-2 .top-search input::placeholder{
    color:#111111 !important;
}
.post-style-2 .social-top .header-banner{
    background: #fff !important;
}
.post-style-2 .header-banner .ym-menu a{
	color:#121212 !important;
}
.post-style-2 .login-button button{
	color:#121212 !important;
}
.post-style-2 .header-banner-left{
	background:#fff !important
}
.post-style-2 i.b2-account-circle-line{
	color:#121212 !important;
}
.registration-button {
    display: inline-block;
    font-size: 12px;
    padding: 3px 6px;
    background-color: #005cff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    position: absolute;
    right: 15px;
    bottom: 13px;
}

.registration-button:hover {
    background-color: #8c9ef7;
}
.shop-box-price{
    background: #fff !important;
    border: none !important;
}

.footer-bottom-right{
	display:none
}

.single-like{
 display:none
}

.single-eye{
 display:none
}

.my-evt-content{
    font-size: 16px;
    position: relative;
}
.my-evt-content p,.content-show-roles > p, .my-evt-content > pre,.content-show-roles > pre, .my-evt-content > ul,.content-show-roles > ul, .my-evt-content > ol,.content-show-roles > ol, .my-evt-content > dl,.content-show-roles > dl, .my-evt-content > form,.content-show-roles > form, .my-evt-content > table,.content-show-roles > table,.my-evt-content > blockquote,.content-show-roles > blockquote,.my-evt-content > div,.content-show-roles > div {
    margin-bottom: 1.7em;
}
.my-evt-content blockquote:after,.my-evt-content blockquote:before,q:after,q:before {
	content: ""
}
.my-evt-content blockquote,q {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none
}

.my-evt-content blockquote {
    margin:0;
    box-sizing: border-box;
    font-family: 思源宋体 CN SemiBold;
    font-size: 16px;
    line-height: 29px;
    color: #797C80;
    background: #F5F6F7;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 1.2em;
    padding:1em!important
}

.my-evt-content blockquote:before{
	content: "";
    display: block;
    width: 24px;
    height: 16px;
    background-image: url(images/quote-icon-red.svg);
    margin-bottom: 16px;
}
.my-evt-content blockquote p{
	margin:0
}
.my-evt-content blockquote p + p{
	margin-top:1.2em;
}
.my-evt-content blockquote small {
	float: right;
	margin-top: 25px;
	color: rgba(0,0,0,.44);
	font-style: italic
}

.my-evt-content > ol,.content-show-roles > ol,.my-evt-content > ul,.content-show-roles > ul{
    padding:0;
    margin-bottom: 1.2em;
    margin-left: 2em;
    line-height: 1.8;
}
.my-evt-content pre{
    white-space: revert;
    /* overflow-x: scroll; */
    overflow-y: hidden;
}
.my-evt-content pre code,.content-show-roles pre code{
    background:none;
    white-space: pre;
}
.my-evt-content p > code{
    color: #d63200;
    background-color: #f8f8f8;
}
.has-text-align-center{
    text-align: center;
}
.my-evt-content > pre ol li,.content-show-roles > pre ol li{
    margin:0!important
}
.my-evt-content > ol,.content-show-roles > ol{
    list-style: decimal;
}
.my-evt-content > ol li + li,.content-show-roles > ol li + li,.my-evt-content > ul li + li,.content-show-roles > ul li + li{
    margin-top:5px
}
.my-evt-content > ol li::marker,.my-evt-content > ul li::marker{
    color:#999;
    font-family: 'DIN-Medium';
}
 .my-evt-content > ul,.content-show-roles > ul{
    list-style: disc;
}
.my-evt-content .download-rights ul{
    margin-left:0
}
.my-evt-content > li ul,.content-show-roles > li ul {
    list-style: circle;
    margin-bottom: 0.8em;
    margin-left: 2em;
}
.my-evt-content > p,.content-show-roles > p{
    word-wrap:break-word; 
    word-break:normal;
    line-height: 1.5;
}
.my-evt-content img{
    max-width: 100%;
    height:auto
}
.my-evt-content > p a,.content-show-roles > p a{
    text-decoration: none;
    cursor: pointer;
}
.my-evt-content > h2,.my-evt-content > h3,.my-evt-content > h4,.my-evt-content > h5,.my-evt-content > h6{
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    font-weight: 400;
}
.my-evt-content > h1{
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
.my-evt-content > h2,.content-show-roles > h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
.my-evt-content h2::before{
    display: none;
}
.my-evt-content > h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}
.my-evt-content > h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 18px;
}
.my-evt-content > h5{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 18px;
}
.my-evt-content > h6{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 16px;
}
.my-evt-content > h1{
    font-size: 1.6em;
}
.my-evt-content p > a:hover{
    text-decoration: underline;
}
.slider-user{
	display:none
}
@media (max-width: 768px) {
    .nj-popup-adv-container,.nj-popup-adv-toggle-btn{
        display: none;
    }
    .nj-slider-7 {
        flex-wrap: wrap;
    }

    .nj-slider-right {
        width: 100% !important;
        margin-top: 15px;
    }

    .nj-slider-left {
        width: 100% !important;
    }

    .nj-slider-ads-wrap {
        flex-wrap: wrap;
    }

    .nj-slider-ad-item {
        width: calc(50% - 7.5px) !important;
        margin-bottom: 15px;
        height: 100px;
    }

    .nj-slider-ad-item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .nj-slider-ad-btn {
        font-size: 12px;
        padding: 6px 12px;
    }
    .nj-menu-home-banner:after {
        backdrop-filter: blur(0px)!important;
    }
    .nj-menu-home-banner {
        height: 400px!important;
        width: 100%!important;
    }
    .nj-menu-layout-center {
        width: 100%!important;
        margin-left: 0px!important;
        left: 0px!important;
    }
    .nj-menu-top-navs {
        display: none;
    }
    .inner-wrapper-sticky{
        display: none;
    }
    .nj-links-grid {
        grid-template-columns: 1fr;
    }

    .nj-links-subnav {
        flex-wrap: wrap;
    }

    .nj-links-subnav-item {
        min-width: 120px;
        margin-bottom: 4px;
    }

    .nj-links-category-header {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .nj-links-category-header .nj-links-subnav {
        width: 100%;
        margin-top: 0px;
        display: flex
    }
    .nj-links-container {
        flex-direction: column;
        margin: 0 5px;
    }

    .nj-links-sidebar {
        width: 100%;
        padding: 0px 0;
        height: auto;
        position: static;
        top: 0;
        max-height: none;
        background: none;
    }

    .nj-links-category-list {
        display: flex;
        overflow-x: auto;
        padding: 0 15px;
    }

    .nj-links-category-item {
        flex-shrink: 0;
    }

    .nj-links-category-link {
        border-left: none;
        border-bottom: 3px solid transparent;
        padding: 10px 15px;
    }

    .nj-links-category-link:hover {
        border-left: none;
        border-bottom-color: #3498db;
    }

    .nj-links-content {
        padding: 0px;
        max-height: none;
    }
	/*
	 *-------------------------------------------------------------------------------
	 * 第一版本内容
	 *-------------------------------------------------------------------------------
	*/
	.my-evt-content video{margin:0 auto;max-width:100%;min-height: 192px;display:block}
    pre{
        margin:0;
        margin-bottom:16px;
        padding:16px
    }
    .my-evt-content > p{
        margin-bottom:16px;
    }
    .my-evt-content p{
        font-size: 16px;
    }

    .my-evt-content > h2, .my-evt-content > h3, .my-evt-content > h4, .my-evt-content > h5, .my-evt-content > h6{
        font-size: 18px;
        margin: 0 0 16px;
    }
    .my-evt-content > li {
        margin: 0 0 .8em 2em;
    }
    .my-evt-content .insert-post-content h2{
        font-size: 13px;
        font-weight: 400;
        margin-bottom:5px;
        line-height: 1.5
    }
    .my-evt-content  .smartideo .player{
        position: absolute;
        height: 100%!important;
        width: 100%;
    }
    .my-evt-content .smartideo iframe{
        min-height: 100%;
    }
    .my-evt-content iframe{
        min-height: 100%;
    }
    .insert-post h2, .file-down h2{
        -webkit-line-clamp: 2;
    }
    .my-evt-content .insert-post{
        padding:12px;
    }
    .my-evt-content table td{
        white-space: break-spaces;
    }
    .my-evt-content table {
        overflow: auto;
        width: 100% !important;
        height: 100% !important;
        display: block;
    }
    .my-evt-content table td {
        white-space: nowrap !important;
    }
}