/*覆盖父主题样式的一些DIY修改 开始*/

   /*菜单层级*/
.site-header {z-index: 89;}

   /*文章底部温馨提示背景宽度*/
.article-content .post-note {
    width: 100%;
}

/*移动端顶部菜单按钮 改为3条杠*/
.burger:before {
    top: 10px;
    box-shadow: 0 5px 0 #1a1a1a; /* 用阴影生成第二条线 */
}
.burger:after {
    top: 20px; /* 第三条线 */
}
/*全站表单输入框背景色*/
.form-control {
    background-color: #fbfbfb;
}

   /*各模块大标题前的小图标*/
.widget-title:before {
    background-color: #35b8e0;
    height: 13px;
    width: 4px;
    border-radius: 10%;
}
   /*各模块间底部间距*/
.widget-area .widget {
    margin-bottom: 10px;
}
   /*相关文章大标题前的小图片*/
.u-border-title:before {
    background-color: #35b8e0;
    height: 13px;
    width: 4px;
    border-radius: 10%;
}
   /*用户头像下拉菜单底部图标颜色*/
.navbar .dropdown-item-nicon>a>i {
    color: #fff;
    background: #536de6c7;
}

   /*移动端网格模式资源时间价格等字体大小*/
@media (max-width: 768px) {
.entry-footer .entry-meta {
    font-size: 10px;
    }
}
   /*网站LOGO大小*/
.logo-wrapper {
    min-width: 160px;
    min-height: 55px;
}
.navbar .logo {
    max-height: 60px;
}

   /*会员中心VIP卡颜色*/
.pay-vip-item.ok, .pay-vip-item:hover {
    border: 1px solid #ffd598;
    background-image: linear-gradient(180deg, #ffe9c8, #ffd598);
}
.pay-vip-item {
    border: 0px solid #f0f4f5;
    background-image: linear-gradient(180deg, #ffffff, #f0f4f5);
}
   /*VIP会员卡片内文本宽度*/
.vip-body {
    width: 92%;
}
   /*广告位4个边角为直角*/
.site_abc_wrap {
border-radius: 0;
}
   /*PC端文章页面左右宽度比例*/
@media (min-width: 992px) {
.content-column {
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
    }
.sidebar-column {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    }
}

/*首页新版高级搜索小工具*/
.module.search-bg .container {
    max-width: 60%;
}
.search-form .search-select {
    min-width: 12%;
}
.module.search-bg .search-title {
    font-size: 30px;
    font-weight: 500;
}
.module.search-bg .search-desc {
    font-size: 16px;
}
.search-form .search-fields {
    opacity: 0.85;
}
/* 限制 Vanta.js 的 <canvas> 元素尺寸 */
#vanta-waves > canvas,
#vanta-halo > canvas,
#vanta-net > canvas {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 768px) {
.module.search-bg .container {
        max-width: 100%;
    }
.search-form .search-select {
    min-width: 20%;
    }
.module.search-bg .search-title {
    font-size: 18px;
    }
.module.search-bg .search-desc {
    font-size: 12px;
    line-height: 1.5;
    }
}

/*首页 新版分类文章展示*/
.modular-title-1 .section-title {
    font-size: 25px;
    font-weight: 600;
    text-transform: none;
}

.modular-title-1 .section-title>small {
    font-size: 14px;
    font-weight: 300;
    margin-left: 5px;
    opacity: 1;
}

.flwz-underline {
    position: relative;
    padding-bottom: 6px; 
}
.flwz-underline::after {
    content: '';
    position: absolute;
    left: -5px;
    bottom: 0;
    width: 180px;
    height: 1px; 
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), #0693e3, rgba(0, 0, 0, 0));
}
@media (max-width: 767px) {
.section {
    padding-bottom: 0;
    padding-top: 15px;
    }

.modular-title-1 .section-title {
    font-size: 20px;
    margin-bottom: 30px;
    }

.modular-title-2 .section-title {
    font-size: 15px;
    margin-bottom: 45px;
    }
.modular-title-1 .section-title>small {
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
    opacity: 1;
    }
.flwz-underline {
    position: relative;
    padding-bottom: 6px; 
    }
.flwz-underline::after {
    content: '';
    position: absolute;
    left: -5px;
    bottom: 0;
    width: 160px;
    height: 1px; 
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), #0693e3, rgba(0, 0, 0, 0)); 
    }
}

/*移动端 菜单栏底部距离*/
.off-canvas {
    overscroll-behavior: contain;
    padding-bottom: 250px;
}

/*以上为覆盖父主题样式的一些DIY修改 结束*/

/* 新版侧边栏样式 开始 */
.kup-sidebar-container {
    position: fixed;
    right: -50px;
    top: 48%;
    transform: translateY(-50%);
    z-index: 999;
    opacity: 0;
    transition: all 0.5s ease;
}

.kup-sidebar-container.scrolled {
    opacity: 1;
    right: 8px;
}

/* VIP按钮样式 */
.kup-vip-wrapper {
    margin-bottom: 20px;
}

.kup-vip-btn {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color: #fff;
    position: relative;
    box-shadow: 0 3.5px 10.5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    z-index: 999;
}

.kup-vip-btn:hover {
    transform: translateY(-2.1px);
    box-shadow: 0 5.6px 14px rgba(0,0,0,0.3);
}

.kup-vip-icon {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16.8px;
    z-index: 2;
}

.kup-animated-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    filter: blur(0.35px);
}

.kup-animated-circles .kup-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.5);
    box-shadow: 0 0 7px 2.1px rgba(255, 60, 60, 0.5);
    filter: blur(0.7px);
    animation-timing-function: ease-out;
}

.kup-animated-circles .kup-c-1 {
    animation: kup-wave-edge 3s infinite;
    box-shadow: 0 0 8.4px 1.4px rgba(255, 50, 50, 0.5);
}
.kup-animated-circles .kup-c-2 {
    animation: kup-wave-edge 3s infinite 0.8s;
    box-shadow: 0 0 7px 1.4px rgba(255, 70, 70, 0.6);
}
.kup-animated-circles .kup-c-3 {
    animation: kup-wave-edge 3s infinite 1.6s;
    box-shadow: 0 0 5.6px 1.4px rgba(255, 90, 90, 0.9);
}

/* 功能按钮组样式 */
.kup-rollbar-wrapper {
    width: 40px;
    line-height: 60px;
    font-size: 16px;
    border: 1px solid #eee;
    border-right: 0;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0 10px -2px rgb(0 0 0 / 10%);
}

.kup-rollbar-actions {
    position: relative;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.kup-rollbar-item {
    position: relative;
    list-style: none;
}

.kup-rollbar-item:hover {
    opacity: .8;
    transition: all .2s;
}

.kup-rollbar-item>a {
    display: block;
    cursor: pointer;
    position: relative;
    border: 0;
    opacity: 1;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #ff5b5b;
}

.kup-rollbar-item>a .spinner-grow {
    position: absolute;
    left: 5px;
    top: -15px;
    width: 8px;
    height: 8px;
    background-color: #4CAF50;
}

.kup-rollbar-back-to-top {
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: block;
    line-height: 40px;
    margin: 5px;
    border-top: solid rgb(214 214 214 / 50%) 2px;
    color: #ff3333;
}

.kup-rollbar-back-to-top i {
    animation: kup-flashing 1.5s infinite linear;
}

.kup-rollbar-back-to-top:hover {
    opacity: .8;
    transition: all .2s;
}

@media (max-width: 767px) {
    .kup-sidebar-container {
        display: none!important;
    }
}

@keyframes kup-wave-edge {
    0% {
        transform: scale(0.5);
        opacity: 0.6;
        box-shadow: 0 0 8.4px 1.4px rgba(255, 50, 50, 0.5);
        filter: blur(0.35px);
    }
    50% {
        opacity: 0.4;
        box-shadow: 0 0 11.2px 2.8px rgba(255, 80, 80, 0.6);
        filter: blur(0.7px);
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
        box-shadow: 0 0 14px 4.2px rgba(255, 100, 100, 0.9);
        filter: blur(1.4px);
    }
}

@keyframes kup-flashing {
    0% {
        opacity: 1
    }
    45% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
}

.tooltip {
    pointer-events: auto !important;
    opacity: 1 !important;
    transition: none !important;
}
.tooltip.show {
    opacity: 1 !important;
}
/*新版侧边栏样式 结束*/


/*移动端汉堡菜单底部VIP按钮样式 开始*/
/* 图标基础样式 */
.vip-custom-icon,
.icon-spacer {
  width: auto;
  height: 1em;
  max-width: 1.2em;
  object-fit: contain;
}

/* 图标间距控制 */
.icon-spacer {
  margin-right: 0.2em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

/* 按钮文本垂直居中 */
.btn-text {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}

/* 按钮内部元素对齐 */
.btn-block.d-flex {
  gap: 0.5em;
  padding: 0.5em 1em;
}
/* 确保自定义图标在暗黑模式可见 */
.dark-mode .vip-custom-icon {
  filter: brightness(0) invert(1);
}
/*移动端汉堡菜单底部VIP按钮样式 结束*/


/*Featherlight灯箱样式DIY 开始*/
.featherlight .featherlight-content{
    background-color: rgba(51, 51, 51, 0.1) !important; /* 设置背景颜色 */
}

.featherlight-content {
    position: relative; /* 确保内部元素可以绝对定位 */
    overflow: visible !important; /* 确保内容可以溢出显示 */
}
/* 图片样式 */
.featherlight-content img {
    max-width: none;
    max-height: none;
    transform-origin: center center;
    position: relative;
    cursor: grab;
    will-change: transform;
    /*transition: transform 0.1s ease;*/ /* 平滑的缩放和拖动过渡 */
}
.featherlight-next,
.featherlight-previous {
    position: fixed!important; /* 相对于视口定位 */
    background: none!important;/* 去除背景 */

}
.featherlight .featherlight-close-icon {
    background: #ff5b5b!important;
    border-radius: 25px!important;
    color: #f0f4f5!important;
}
.featherlight-next span,
.featherlight-previous span {
	color: #ff5b5b!important; 
	text-shadow: 0px 0px 10px #fff!important; 

}
.featherlight-previous {
    left: 0; /* 对齐到左边 */
}
.featherlight-next {
    right: 0; /* 对齐到右边 */
}
/* Zoom Controls 样式 */
.featherlight-zoom-controls {
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    background: rgb(0 0 0 / 25%); /* 半透明背景 */
    /*border-radius: 8px;*/
    padding: 10px;
    z-index: 1050; /* 确保在最前面显示 */
    display: flex;
    justify-content: center;
    gap: 10px; /* 控制按钮间距 */
}
/* Zoom Button 样式 */
.featherlight-zoom-btn {
    color: #fff;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 24px; /* 增大字体以提高可见性 */
    padding: 6px;
    transition: background 0.3s, transform 0.1s;
    border-radius: 50%;
}
.featherlight-zoom-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1); /* 增加轻微缩放效果 */
}
/*Featherlight灯箱样式DIY 结束*/


/*自定义菜单角标字体样式 开始*/
.kugevipstyle-uservipfont-red {
  color: #FF0000;
}
.kugevipstyle-badge-danger, .kugevipstyle-badge-success, .kugevipstyle-badge-primary {
  font-size: small;
}
.kugevipstyle-badge-danger {
  background-color: #FF0000;
  color: #FFFFFF;
}
.kugevipstyle-badge-success {
  background-color: #28a745;
  color: #FFFFFF;
}
.kugevipstyle-badge-primary {
  background-color: #007bff;
  color: #FFFFFF;
}
.kugevipstyle-flex-container {
  display: flex;
  justify-content: space-between;
}
.kugevipstyle-center-text {
  text-align: center;
  display: block;
}
/*自定义菜单角标字体样式 结束*/

/*资源角标样式1 开始*/
.meta-post-vip-logo {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 5px;
    background: #ffa800 url(/wp-content/themes/van/assets/images/vip.svg) 50% no-repeat;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
}
.meta-post-free {
    display: none; /* 默认不显示 */
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0 5px 5px 0;
    background: #00ce7c;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
    line-height: 19px;
    font-size: 10px;
    padding: 0px 6px;
    color: #fff;
    text-align: center;
}
.meta-post-no-disc {
    display: none; /* 默认不显示 */
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0 5px 5px 0;
    background: #636363;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
    line-height: 19px;
    font-size: 10px;
    padding: 0px 6px;
    color: #fff;
    text-align: center;
}
.meta-post-vip-disc {
    display: none; /* 默认不显示 */
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0 5px 5px 0;
    background: #6610f2;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
    line-height: 19px;
    font-size: 10px;
    padding: 0px 6px;
    color: #fff;
    text-align: center;
}
.meta-post-vip-free-exclusive {
    display: none; /* 默认不显示 */
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0 5px 5px 0;
    background: #ff6900;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
    line-height: 19px;
    font-size: 10px;
    padding: 0px 6px;
    color: #fff;
    text-align: center;
    
}
.meta-post-vip-free-new {
    display: none; /* 默认不显示 */
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0 5px 5px 0;
    background: #ff6900;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
    line-height: 19px;
    font-size: 10px;
    padding: 0px 6px;
    color: #fff;
    text-align: center;
}

.meta-post-svip-free-new {
    display: none; /* 默认不显示 */
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0 5px 5px 0;
    background: #D81B60;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
    line-height: 20px;
    font-size: 10px;
    padding: 0px 6px;
    color: #fff;
    text-align: center;
}
.meta-post-vip-free {
    display: none;
    height: 26px;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 5px;
    background: #0693e3;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
    line-height: 26px;
    font-size: 14px;
    padding: 0px 6px;
    text-align: center;
}
/*鼠标经过article显示图标*/
article:hover .meta-post-free,
article:hover .meta-post-no-disc,
article:hover .meta-post-vip-disc,
article:hover .meta-post-vip-free-exclusive,
article:hover .meta-post-vip-free-new,
article:hover .meta-post-svip-free-new{
    display: flex; /* 鼠标悬停时显示 */
    align-items: flex-end;
    justify-content: center;
}

.meta-post-free a,
.meta-post-no-disc a,
.meta-post-vip-disc a,
.meta-post-vip-free-exclusive a,
.meta-post-vip-free-new a,
.meta-post-svip-free-new a{
    color: #fff; /* 链接文本为白色 */
    text-decoration: none; /* 去除下划线 */
}

/* 移动端样式，适用于屏幕宽度不超过768px的设备 */
@media (max-width: 768px) {
    .meta-post-free,
    .meta-post-no-disc,
    .meta-post-vip-disc,
    .meta-post-vip-free-exclusive,
    .meta-post-vip-free-new,
    .meta-post-svip-free-new {
        left: 0px;
        top: 0px;
    }
}

/* 媒体查询：当视口宽度小于或等于768px时（通常用于移动设备） */
@media (max-width: 768px) {
    .entry-media {
        position: static; 
    }
}
/*资源角标样式1 结束*/



/*资源角标样式2 开始*/
/*.meta-post-vip-logo {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 5px;
    background: #ffa800 url(/wp-content/themes/van/assets/images/vip.svg) 50% no-repeat;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
}
.meta-post-free {
    display: none; 
    display: flex;
    height: 26px;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 0 5px 5px 0;
    background: #00ce7c;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
    line-height: 26px;
    font-size: 12px;
    padding: 0px 6px;
    color: #fff;
    text-align: center;
}
.meta-post-no-disc {
    display: none; 
    height: 26px;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 0 5px 5px 0;
    background: #636363;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
    line-height: 26px;
    font-size: 12px;
    padding: 0px 6px;
    color: #fff;
    text-align: center;
}
.meta-post-vip-disc {
    display: none; 
    height: 26px;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 0 5px 5px 0;
    background: #6610f2;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
    line-height: 26px;
    font-size: 12px;
    padding: 0px 6px;
    color: #fff;
    text-align: center;
}
.meta-post-vip-free-exclusive {
    display: none; 
    height: 26px;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 0 5px 5px 0;
    background: #ff6900;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
    font-size: 12px;
    padding: 0px 6px;
    color: #fff;
    text-align: center;
    
}
.meta-post-vip-free-new {
    display: none; 
    height: 26px;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 0 5px 5px 0;
    background: #ff6900;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
    line-height: 26px;
    font-size: 12px;
    padding: 0px 6px;
    color: #fff;
    text-align: center;
}
.meta-post-vip-free {
    display: none;
    height: 26px;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 5px;
    background: #0693e3;
    background-size: 18px auto;
    box-shadow: 0 3px 5px rgba(51, 51, 51, 0.1);
    z-index: 1;
    line-height: 26px;
    font-size: 14px;
    padding: 0px 6px;
    text-align: center;
}*/
/*鼠标经过article显示图标*/
/*article:hover .meta-post-free,
article:hover .meta-post-no-disc,
article:hover .meta-post-vip-disc,
article:hover .meta-post-vip-free-exclusive,
article:hover .meta-post-vip-free-new {
    display: flex; 
    align-items: flex-end;
    justify-content: center;
}

.meta-post-free a,
.meta-post-no-disc a,
.meta-post-vip-disc a,
.meta-post-vip-free-exclusive a,
.meta-post-vip-free-new a {
    color: #fff; 
    text-decoration: none; 
}*/

/*资源角标样式2 结束*/




/*品牌卡片 阿叶*/
.brand-list {}
.brand-list .brand-title {
    font-size: 25px;
    padding-top: 6px;
    padding-bottom: 20px;
    text-align: center;
}
.brand-list ul {
    padding: 0;
	list-style: none;
}
.brand-list ul li {
	margin-bottom: 20px;
}
.brand-list ul li .item {
	background: #fff;
	text-align: center;
}
.brand-list ul li .item h4 {
	font-size: 15px;
	text-align: center;
}

.brand-list ul li .item  .info {
	padding: 15px;
	border-top: 1px dashed #eaeaea;
}
.brand-list ul li .item  .info .detail {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	font-size: 13px;
	text-align: left;
}
.brand-list ul li .item  .info .show-btn {
	text-align: center;
	margin-bottom: 10px;
}
.brand-list ul li .item  .info .show-btn a {
	display: inline-block;
	width: 140px;
	line-height: 38px;
	background-image: linear-gradient(to right, #00cfb5 , #0fd0e1);
	color: #fff;
}
.brand-logo img {
    margin: 0 auto;
}
/*品牌卡片 阿叶*/

/*常见问题 作者展示 服务模块 阿叶*/

.aye-widget-services-2021916 {
    background: #fff;
}
.hero-heading {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem;
}

.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
  letter-spacing: 0.1rem;
}

.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center;
}

.section-title-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-titles {
  font-size: 30px!important;
  color: #212121;
  line-height: 52px;
  padding-bottom: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}

.section-titles:before {
  position: absolute;
  content: '';
  left: 15px;
  bottom: 8px;
  width: 48px;
  height: 1px;
  background-color: #E91E63;
}

.section-titles:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 2px;
  width: 48px;
  height: 1px;
  background-color: #E91E63;
}

.section-titles:before, .section-titles:after {
  left: 50%;
  margin-left: -45px;
}

.section-titles:after {
  margin-left: -30px;
}

.section-subcontent {
  font-size: 16px;
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-sub {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 52px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.section-sub:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 45px;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #E91E63;
}

.subtitle {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-title {
  font-size: 24px;
  font-weight: 700;
  text-tranform: capitalize;
}




@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.section-padding {
  padding: 1px 0;
}

.no-padding {
  padding: 0 !important;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


.counter-section {
  background: #E91E63;
  overflow: hidden;
  position: relative;
  /* 
    &:before{
    	content: '';
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	width: 100%;
    	height: 100%;
    	background: rgba(0, 0, 0, 0.5);
    } */
}

.counter-section .counter {
  padding: 30px 0;
}

.counter-section .counter .icon {
  margin-bottom: 15px;
}

.counter-section .counter .icon i {
  font-size: 60px;
  color: #fff;
}

.counter-section .counter p {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.counter-section .counter span {
  color: #fefefe;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

/* Sponsors Area */
#sponsors {
  background: #f3f4f3;
}

#sponsors .spnsors-logo {
  text-align: center;
  border-radius: 4px;
  padding: 50px;
  margin-bottom: 30px;
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#sponsors .spnsors-logo:hover {
  border-color: transparent;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
}

/* Schedule Area */
#schedules {
  background: #f3f4f3;
}

#schedule-tab {
  position: relative;
}

.schedule .schedule-tab-title {
  margin-bottom: 35px;
}

.schedule .schedule-tab-title .nav-tabs {
  background: #ffffff;
}

.schedule .schedule-tab-title .nav-tabs .nav-link {
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  height: 90px;
  width: 255px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
  padding: 20px 20px;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link, .schedule .schedule-tab-title .nav-tabs .nav-link.active,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover {
  background: #E91E63;
  border: 1px solid #E91E63;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h4, .schedule .schedule-tab-title .nav-tabs .nav-link.active h4,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h4 {
  color: #fff;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h5, .schedule .schedule-tab-title .nav-tabs .nav-link.active h5,
.schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h5 {
  color: #fff;
}

.schedule .schedule-tab-title .item-text h4 {
  font-size: 15px;
  color: #2f323c;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.schedule .schedule-tab-title .item-text h5 {
  font-size: 14px;
  color: #848484;
  line-height: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.schedule .schedule-tab-content .tab-content {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);
}

.schedule .schedule-tab-content .card {
  border: none;
}

.schedule .show .card-body {
  background: #f3f4f3;
}

.schedule .card-header {
  border: none;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.schedule .card-header .images-box {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}

.schedule .card-header .images-box img {
  border-radius: 50%;
}

.schedule .card-header .time {
  color: #777777;
  font-size: 13px;
  margin-bottom: 5px;
}

.schedule .card-header h4 {
  font-weight: 700;
  font-size: 18px;
  color: #212121;
  margin-bottom: 8px;
}

.schedule .card-header .name {
  position: relative;
  font-size: 14px;
  color: #777777;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.schedule .card-body {
  padding: 15px 70px 15px 110px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.schedule .card-body .location {
  font-size: 13px;
  color: #777777;
}

.schedule .card-body .location span {
  color: #E91E63;
  margin-right: 5px;
}

.accordion .card {
  border-radius: 0px;
  margin-bottom: -2px;
}

.accordion .header-title {
  position: relative;
}

.accordion .card-header {
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.accordion .card-header i {
  color: #E91E63;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}

.accordion .card-body {
  padding-left: 56px;
}

/* Services Item */
.services {
  background: #fff;
}

.padding-none {
  padding: 0;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.padding-none:nth-child(1) {
  border-left: none;
}

.padding-none:nth-child(4) {
  border-bottom: none;
  border-left: none;
}

.padding-none:nth-child(5) {
  border-bottom: none;
}

.padding-none:nth-child(6) {
  border-bottom: none;
}

.services-wrapper {
  margin-top: 30px;
}
.services-wrapper [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.services-item {
  padding: 40px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.services-item .services-content p {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 48px;
    font-size: 13px;
}

.services-item .icon i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  font-size: 48px;
  text-align: center;
  margin-bottom: 15px;
  color: #212121;
  border-radius: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
  margin-bottom: 10px;
  line-height: 26px;
}

.services-item .services-content h3 a {
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #212121;
}

.services-item:hover {
  background: #f3f3f3;
}

.services-item:hover .icon i {
  background: transparent;
  color: #E91E63;
}

/* Team Item */
.team-item:hover {
  box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.35);
}

.team-item {
    background: #fff;
  margin: 15px 0;
  padding: 6px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .team-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.team-item .team-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(47, 47, 47, 0.7);
  opacity: 0;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon {
  color: #fff;
  top: 15px;
  position: absolute;
  right: 15px;
}

.team-item .overlay-social-icon .social-icons {
  padding-left: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li {
  display: inline-block;
  margin: 0 4px;
}

.team-item .overlay-social-icon .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .overlay-social-icon .social-icons li a i {
  font-size: 20px;
  color: #fff;
  width: 36px;
  height: 36px;
  background: #E91E63;
  display: block;
  border-radius: 4px;
  line-height: 36px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li a:hover .fa-facebook {
  background: #3B5998;
}

.team-item .overlay-social-icon .social-icons li a:hover .fa-twitter {
  background: #00aced;
}

.team-item .overlay-social-icon .social-icons li a:hover .fa-instagram {
  background: #fb3958;
}

.team-item .info-text {
  position: absolute;
  bottom: 6px;
  left: 6px;
  padding: 5px 10px;
  background: #f3f4f3;
  text-align: left;
  max-width: 50%;
}

.team-item .info-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

.team-item .info-text h3 a {
  color: #212121;
  font-size: 12px;
}

.team-item .info-text h3 a:hover {
  color: #E91E63;
}

.team-item .info-text p {
  margin: 0;
  color: #888;
  font-size: 12px;
 overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

.team-item:hover .social-icons {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.blog-item {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-item .blog-image {
  width: 100%;
  max-width: 370px;
  position: relative;
  overflow: hidden;
}

.blog-item .blog-image img {
  background: #000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-item .tag {
  position: absolute;
  text-transform: uppercase;
  top: -18px;
  left: 20px;
  padding: 4px 27px;
  background-color: white;
  color: #E91E63;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0px 3px 16px rgba(35, 31, 32, 0.15);
}

.blog-item .descr {
  padding: 30px 15px;
  color: #212121;
  position: relative;
}

.blog-item .descr h3 {
  line-height: 30px;
  margin-bottom: 15px;
}

.blog-item .descr h3 a {
  font-weight: 400;
  text-align: center;
  font-size: 25px;
  color: #212121;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-item .descr h3 a:hover {
  color: #E91E63;
}

.blog-item .descr .meta-tags {
  margin-bottom: 10px;
}

.blog-item .descr .meta-tags span {
  color: #999;
  margin-right: 8px;
}

.blog-item .descr .meta-tags span a {
  color: #999;
  margin-left: 8px;
}

.blog-item .descr .meta-tags span a:hover {
  color: #E91E63;
}

.blog-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.blog-item:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


@media (max-width: 767px) {
    .padding-none {
        border-left: 0;
    }
}
.tkm-cooper h3 b {
    margin-bottom: 20px;
}

.tkm-cooper h3 p  {
    font-size: 13px!important;
    color: 999!important;
    font-weight: normal!important;
    
}
/*常见问题 作者展示 服务模块 阿叶*/

/*消费排行小工具样式 开始 阿叶*/
        .aye-side-title {}
        .aye-side-title span {
            display: inline-block;
            font-size: 15px;
            padding-bottom: 15px;
            border-bottom: 2px solid var(--pm-c);
        }
        .aye-consumption-ranking {}
        .consumption-warp {}
        .consumption-warp .item {
            display: flex;
            align-items: center;
            margin-top: 15px;
        }
        .consumption-warp .item .item-num {
            background: #e5e5e5;
            color: #fff;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            font-size: 12px;
            margin-right: 15px;
            border-radius: 4px;
        }
        .consumption-warp .item:nth-child(-n+3) .item-num {
            background: #ffb800!important;
        }
        .consumption-warp .item .item-ava {
            width: 36px;
            height: 36px;
            position: relative;
        }
        .consumption-warp .item .item-ava i {
            width: 15px;
            height: 15px;
            position: absolute;
            top: -5px;
            right: -5px;
            display: inline-block;
            background-image: url();
            background-repeat: no-repeat;
            background-size: 15px;
        }
        .consumption-warp .item .item-ava img {
            border-radius: 4px;
        }
        .consumption-warp .item-info {
            margin-left: 15px;
        }
        .consumption-warp .item-info b {
            display: block;
            color: #333;
            font-size: 14px;
        }
        .consumption-warp .item-info span {
            color: #999;
            font-size: 12px;
        }
/*消费排行小工具样式 结束 阿叶*/

/*GTP在线播放器样式*/
.gtpplayer-gtp-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 87;
}


.gtpplayer-tips-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .gtpplayer-tips-text {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .gtpplayer-tips-text {
        flex-wrap: wrap;
        padding: 8px 15px;
    }
}
/*GTP在线播放器样式*/

/*文章侧边栏广告展示小工具CSS 开始*/
.widget-area .widget.widget-adss {
    overflow: hidden;
    padding: 0;
    border-radius: 0;
}
.widget-adss .asr {
    display: block;
    padding: 30px 15px;
    text-align: center;
    color: #fff !important;
    background: #64ddbb;
    border-radius: 4px;
    overflow: hidden;
}
.widget-adss .asr .btn {
    margin-top: 20px;
    font-weight: normal;
    border-radius: 100px;
    text-align: center;
    vertical-align: top;
    user-select: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 4px 30px;
    line-height: inherit;
}
.btn-outline {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.widget-adss .asr h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.widget-adss .asr h5 {
    margin: 15px 0 0;
    font-size: 14px;
    color: #fff;
}
/*文章侧边栏广告展示小工具CSS 结束*/

/*文章侧边栏评论展示小工具CSS 开始*/
.widget ul.pinglunxiaogongju-comment-list li {
    line-height: 20px;
    padding: 5px 0;
    list-style: none;
}

.widget ul.pinglunxiaogongju-comment-list li>a {
    display: inline-block;
}

.widget-comments.pinglunxiaogongju-comment-list a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    color: #777;
    margin: 0;
    width: 100%;
    margin-bottom: 5px;
}

.widget-comments .pinglunxiaogongju-inner {
    position: relative;
}

.widget-comments .avatar {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.widget-comments time.pinglunxiaogongju-time {
    display: block;
    margin-bottom: 10px;
    color: #bbb;
    font-size: 12px;
    font-weight: 500;
}

.widget-comments strong.pinglunxiaogongju-author {
    margin-right: 10px;
    color: #bbb;
}

.widget-comments small.pinglunxiaogongju-excerpt {
    background-color: #f6f6f6;
    width: 100%;
    display: block;
    border-radius: 4px;
    padding: 4px 10px;
    position: relative;
    font-size: 14px;
    color: #bbb;
}
/*文章侧边栏评论展示小工具CSS 开始*/

/*左下角悬浮广告CSS 开始*/
.showpc_vipad {
    display: none; /* 默认隐藏 */
}

/* 遮罩的样式 */
.showpc_vipad_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}
/* 广告内容的固定位置容器 */
.vipad_footer_vip {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

/* 关闭按钮的样式 */
.vipad_close_btn {
    position: absolute;
    top: -28px;
    right: -18px;
    width: 25px;
    height: 25px;
    background: rgb(255 255 255 / 0%);
    color: #ababab;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

/* 广告图片样式 */
.vipad_img {
    width: 100%;
    height: auto;
}



.showpc_novipad {
    display: none; /* 默认隐藏 */
}

/* 广告内容的固定位置容器 */
.novipad_footer_ad {
    width: 210px;
    height: 218px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

/* 关闭按钮的样式 */
.novipad_close_btn {
    position: absolute;
    top: -30px;
    left: 5px;
    width: 25px;
    height: 25px;
    background: rgb(255 255 255 / 0%);
    color: #3939392b;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

/* 广告图片样式 */
.novipad_img {
    width: 100%;
    height: auto;
}

/* 隐藏广告容器在移动端（屏幕宽度小于768px） */
@media (max-width: 768px) {
    .showpc_novipad {
        display: none !important; /* 强制隐藏 */
    }
}

/*左下角悬浮广告CSS 结束*/

/*全新VIP页①号CSS*/
body.page-id-601265 .site-content,
body.page-id-1061638 .site-content,
body.page-id-1072114 .site-content,
body.page-id-1061174 .site-content {
    padding-bottom: 0px; /* 以上4个ID页面使用该样式 */
    padding-top: 0px; /* 以上4个ID页面使用该样式 */
}

.van-vip-bg {
    height: 680px;
}

@media (min-width: 960px){
    .van-container {
    padding-left: 40px;
    padding-right: 40px;
}
}
@media (min-width: 640px){
    .van-container {
    padding-left: 30px;
    padding-right: 30px;
}
}
.van-container {
    box-sizing: content-box;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.van-container::before, .van-container::after {
    content: "";
    display: table;
}
.van-container >:last-child {
    margin-bottom: 0;
}


.vip-bg-title {
    margin-top: 30px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 900px){
    .vip-bg-title {
    margin-top: 20px;
}
}

.vip-bg-title h3 {
    font-size: 40px;
    font-weight: bold;
}

@media screen and (max-width: 900px){
    .vip-bg-title h3 {
    font-size: 26px;
}
}
.van-hs {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}

.vip-bg-title ul {
    margin-top: 30px;
}
@media screen and (max-width: 900px){
    .vip-bg-title ul {
    list-style: none;
    white-space: nowrap;
    overflow-x: auto !important;
}
}
.vip-bg-title ul li {
    display: inline-block;
    padding: 1rem;
    font-size: 14px;
    color: #fff;
    background: hsla(0,0%,100%,.25);
    border-radius: 6px;
    margin-right: 20px;
}
@media screen and (max-width: 900px){
    .vip-bg-title ul li {
    padding: 10px;
    margin-right: 10px;
}
}
.vip-bg-title ul li:last-child{
    margin-right: 0px;
}
.vip-bg-title ul li i {
    margin-right: 5px;
    font-size: 16px!important;
}

.van-vip-tc {
    position: relative;
    z-index: 1;
    margin-top: -355px;
}
@media screen and (max-width: 900px){
    .van-vip-tc {
    margin-top: -410px;
    margin-bottom: -15px;
}
}
.van-grid-medium, .van-grid-column-medium {
    margin-left: -30px;
}
@media (min-width: 1200px){
    .van-grid {
    margin-left: -20px;
}
}
.van-grid {
    margin-left: -20px;
}
.van-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

[class*='van-width'] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

@media (min-width: 640px){
    .van-width-1-2\@s {
    width: 33.333333333%;
}
}

.van-grid-medium > *, .van-grid-column-medium > * {
    padding-left: 30px;
}
@media (min-width: 1200px){
    .van-grid > * {
    padding-left: 20px;
}
}
.van-grid > * {
    padding-left: 20px;
}
.van-grid > * {
    margin: 0;
}
@media (max-width: 900px){
    .van-grid > * {
    padding-left: 0px;
    }
    .vip-tc-boxmk{
        padding-bottom: 40px;
    }
    
}

.vip-tc-box {
    border-radius: 6px;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 5%);
}
.van-dongtai {
    transition: all .3s;
}
.van-background-default {
    background-color: #fff;
}
.vip-tc-box-top {
    position: relative;
    padding: 3rem 1rem 2.5rem;
    text-align: center;
    border-radius: 6px 6px 0 0;
}

.van-vip-tc .vip-tc-boxmk:nth-child(1) .vip-tc-box-top{
    background-image: linear-gradient(180deg,#ffe1b2,#fff9ed);
}
.van-vip-tc .vip-tc-boxmk:nth-child(2) .vip-tc-box-top{
    background-image: linear-gradient(180deg,#c5dcff,#eaf6ff);
}
.van-vip-tc .vip-tc-boxmk:nth-child(3) .vip-tc-box-top{
    background-image: linear-gradient(180deg,#c5dcff,#eaf6ff);
}
.b-b {
    border-bottom: 1px solid var(#f2f6fc)!important;
}
.vip-tc-box i.i {
    position: absolute;
    top: -16px;
    left: 50%;
    z-index: 1;
    width: 48px;
    height: 42px;
    transform: translateX(-50%);
    background: url(../../assets/images/admin/new_vip/vip-v.svg) 0 0 no-repeat;
}
.vip-tc-box-top .title {
    display: block;
    margin-bottom: 1rem;
    font-size: 24px;
    color: #1b1e24;
    letter-spacing: .58px;
}
.vip-tc-box-top span {
    font-size: 14px;
    font-weight: 700;
    color: #ae0900;
    letter-spacing: .38px;
}
.vip-tc-box-top span strong {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 2.17px;
}
.vip-tc-box-top span p {
    position: relative;
    display: inline-block;
}

.vip-tc-box-top span p em{
    position: absolute;
    bottom: 120%;
    left: 2px;
    z-index: 1;
    width: 70px;
    height: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    letter-spacing: .38px;
    background: #ff372b;
    border-radius: 11.5px 11.5px 11.5px 0;
}

em, cite, i {
    font-style: normal;
}
em {
    color: #FF5722;
    font-weight: 600;
}

.vip-tc-box-top p.p {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 14px;
    color: #1b1e24;
    letter-spacing: .38px;
}
.vip-tc-box-top a {
    width: 65.5%; /* 宽度随父元素变化 */
    display: inline-block;
    padding-top: 2.7%; /* 高度与宽度的比例（48/280 ≈ 17.14%） */
    padding-bottom: 2.8%;
    box-sizing: border-box; /* 确保 padding 不会影响总宽度 */
    line-height: 1.5; /* 调整行高以适应内容 */
    font-size: 16px;
    color: #8d3800;
    background-image: linear-gradient(270deg, #ffc262, #ffdb96);
    border-radius: 4px;
    transition: all .35s;
    text-align: center; /* 文字居中 */
    position: relative; /* 用于内部内容定位 */
}

/* 如果内部有文字或其他内容，可以使用绝对定位居中 */
.vip-tc-box-top a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap; /* 防止文字换行 */
}
/* 移动端样式 */
@media (max-width: 767px) {
    .vip-tc-box-top a {
        width: 85%; /* 移动端宽度 */
    }
}

.vip-tc-box-boo {
    padding: 40px;
}
.vip-tc-box-boo span {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #1a1b1c;
    font-size: 16px;
    margin-bottom: 20px;
}
.vip-tc-box-boo li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #5a5f69;
    margin-bottom: 20px;
}
.vip-tc-box-boo li:last-child{
    margin-bottom: 0px;
}

.van-vip-qy{
    padding: 20px 0;
}

.vip-qy-title{
    text-align: center;
    margin-bottom: 26px;
}
.van-width-1-2 {
    width: 50%;
}
@media (min-width: 640px){
    .van-width-1-4\@s {
    width: 25%;
}
}
.vip-qy-title h2{
    font-size: 28px;
    font-weight: bold;
    color: #0B1D30;
    margin-bottom: 15px;
}
.vip-qy-title p{
    font-size: 16px;
}

@media (max-width:900px){
    .van-vip-qy {
     padding:0px 0; 
    }
    .vip-qy-title p{
    font-size: 13px;
    }
}
.vip-tqyc-box{
    text-align: center;
    padding: 30px;
}
@media screen and (max-width: 900px){
   .vip-tqyc-box {
    padding: 20px;
    margin: 5px;
} 
   .vip-tqyc-box p {
    font-size: 12px;
   }
}

.vip-tqyc-box img{
    height: 52px;
    display: block;
    margin: 0 auto;
}
.vip-tqyc-box span{
    font-size: 16px;
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}


.van-vip-problem {
    /*background-image: linear-gradient(to bottom, #fff, #f6f7fd);*/ /*背景色*/
    padding: 30px 0;
    margin-bottom: -42px;
}
.problem-title {
    margin-top: 0;
    margin-bottom: 28px;
    text-align: center;
}
.problem-title h2 {
    font-weight: bold;
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
}
.problem-title p {
    font-size: 16px;
    /*color: #999;*/  /*副标题字体颜色*/
    margin-bottom: 10px;
}
.problem-box-mk{
    width: 50%;
}

.problem-box-mk-w {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #eee;
    position: relative;
    font-size: 12px;
    color: #999;
    line-height: 1.8;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
.problem-box-mk-w h2 {
    background-image: linear-gradient(to bottom, #fff, #f6f7fd);
    padding: 0px 30px;
    padding-top: 16px;
    padding-bottom: 12px;
    line-height: 26px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
}
/*.problem-box-mk-w p {
    line-height: 24px;
    font-size: 13px;
    padding: 22px 30px;
    padding-bottom: 13px;
    color: #4f4e4e;
    border-top: 1px dotted #eee;
    overflow: hidden;
}*/

.problem-box-mk-w p {
    line-height: 24px;
    font-size: 13px;
    padding: 1px 30px;
    padding-bottom: 0px;
    color: #4f4e4e;
    border-top: 1px dotted #eee;
    overflow: hidden;
    padding-top: 13px;
}

@media screen and (max-width: 900px){
.van-vip-problem {
    margin-bottom: -6.8%;
    padding-top: 0px;
}
.problem-box-mk{
    width: 100%;
}
.problem-box-mk-w h2 {
    font-size: 15px;
}

.problem-title p {
    font-size: 13px;
}
}

.daojishi-calendar-flip {
    display: inline-flex; /* 使用内联弹性布局 */
    align-items: flex-end; /* 与底部对齐 */
    gap: 10px;
    font-family: 'Arial', sans-serif;
    margin: 0 auto; /* 水平居中 */
}

.daojishi-label {
    font-size: 12px;
    color: #fff; /* 设置为白色 */
    font-weight: bold;
    margin-right: 0px; /* 与卡片之间的空间 */
    margin-bottom:5px;
}

.daojishi-flip-card {
    background-color: #fffaf1;
    border: 1px solid #ff2424;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 7px 4px 0px; /* 调整顶部和底部的padding */
    text-align: center;
    min-width: 50px; /* 确保格子宽度不变 */
    display: flex;
    align-items: flex-end; /* 底部对齐 */
    justify-content: center; /* 水平居中 */
}

.daojishi-content {
    display: flex; /* 使用弹性盒布局 */
    align-items: baseline; /* 底部对齐 */
}


.daojishi-value {
    font-size: 32px;
    font-weight: bold;
    color: #d32e25;
    margin-right: 5px; /* 数字和单位之间的间隔 */
}

.daojishi-unit {
    font-size: 12px; /* 缩小单位字体 */
    color: #080808;
}

/*全新VIP页①号CSS 结束*/

/*全新VIP页2号CSS 开始*/
body.page-id-601265 .site-content,
body.page-id-1061638 .site-content,
body.page-id-1072114 .site-content,
body.page-id-1061174 .site-content {
    padding-bottom: 0px; /* 以上4个ID页面使用该样式 */
    padding-top: 0px; /* 以上4个ID页面使用该样式 */
}
.banner .banner-txt {
    padding: 140px 0;
}
.banner .banner-txt h4 {
    margin-top: -2px;
    margin-bottom: 18px;
    color: #ff792d;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
}
.banner .banner-txt h1 {
    margin-bottom: 26px;
    color: #333;
    font-weight: 700;
    font-size: 65px;
    line-height: 80px;
}
.banner .banner-txt h1 span {
    color: #ff792d;
}
.banner .banner-txt p {
    margin-bottom: 15px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
}
.banner .banner-txt .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 27px;
}
.banner .banner-txt .btn-box a {
    padding: 0 40px;
    height: 65px;
    border: 1px solid #ff792d;
    border-radius: 7px;
    background: #ff792d;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 63px;
}
.banner .banner-txt .btn-box a.right-btn {
    margin-left: 20px;
    background: #fff;
    color: #333;
}
.banner .part-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: shakeY 5s ease-in-out infinite;
    animation: shakeY 5s ease-in-out infinite;
}
.pricingTable {
    padding-bottom: 40px;
    border-radius: 10px;
    background: #fff;
    color: #cad0de;
    text-align: center;
    transition: all .5s ease 0s;
    transform: scale(1);
}
.pricingTable .pricingTable-header {
    padding: 30px 0;
    border-radius: 10px 10px 0 0;
    background-image: linear-gradient(120deg, #FBBC24, #EF9A2B);
    transition: all .5s ease 0s;
}
.pricingTable .price-value {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    transition: all .5s ease 0s;
}
.pricingTable .heading {
    margin-top: 20px;
    color: #1C1C1C;
    text-transform: uppercase;
    font-size: 24px;
}
.pricingTable .pricing-content ul {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}
.pricingTable .pricing-content ul li {
    color: #a7a8aa;
    line-height: 30px;
}
.pricingTable .pricingTable-signup a {
    display: inline-block;
    padding: 10px 35px;
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .3s ease 0s;
}
.work-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    height: 100%;
    border-radius: 12px;
    background-color: #fff;
}
.work-card__icon {
    display: inline-block;
    margin-bottom: 30px;
}
.work-card__count-number {
    position: absolute;
    top: 12px;
    right: 30px;
    color: #ebeef7;
    text-align: right;
    font-weight: 400;
    font-size: 80px;
    line-height: 96px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.text--body-1, .text--body-2, .text--body-3, .text--body-4, .text--body-5, .text--caption {
    font-weight: 400;
}
.text--body-1 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 36px;
}
.work-card__title {
    margin-bottom: 20px;
    color: #191f33;
    font-weight: 600;
}
.text--body-3 {
    text-transform: capitalize;
    font-size: 16px;
}
.cardify{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgb(108 111 115 / 10%);
    box-shadow: 0 2px 4px rgb(108 111 115 / 10%);
}
.faq-title {
    padding: 33px 30px;
    border-bottom: 1px solid #ececec;
}
.faq-title h4 {
    display: inline-block;
    color: #fe4066;
    vertical-align: middle;
    font-size: 20px;
    line-height: 32px;
}
.faqs {
    padding: 30px;
}
.accordion .accordion__single, .accordion .panel-default, .panel-group .accordion__single, .panel-group .panel-default {
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.accordion .accordion__single h4, .accordion .panel-default h4, .panel-group .accordion__single h4, .panel-group .panel-default h4 {
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    font-family: Quicksand,sans-serif;
}
.accordion .accordion__single h4 a, .accordion .panel-default h4 a, .panel-group .accordion__single h4 a, .panel-group .panel-default h4 a {
    display: block;
    padding: 15px 27px;
    background: #eff1f5;
    color: #333;
    font-weight: 400;
    line-height: 26px;
}
.accordion .accordion__single .panel-title a, .accordion .accordion__single .single_acco_title a, .accordion .panel-default .panel-title a, .accordion .panel-default .single_acco_title a, .panel-group .accordion__single .panel-title a, .panel-group .accordion__single .single_acco_title a, .panel-group .panel-default .panel-title a, .panel-group .panel-default .single_acco_title a {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.affliate_rule_module .item-preview, .affliate_rule_module .sidebar-card, .faq--sidebar .item-preview, .faq--sidebar .sidebar-card, .product--sidebar .item-preview, .product--sidebar .sidebar-card, .sidebar--blog .item-preview, .sidebar--blog .sidebar-card, .support--sidebar .item-preview, .support--sidebar .sidebar-card {
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgb(108 111 115 / 10%);
    box-shadow: 0 2px 4px rgb(108 111 115 / 10%);
}
.faq-title {
    padding: 33px 30px;
    border-bottom: 1px solid #ececec;
}
.faq-title h4 {
    display: inline-block;
    color: #fe4066;
    vertical-align: middle;
    font-size: 20px;
    line-height: 32px;
}
.accordion .accordion__single h4 a i.fa, .accordion .panel-default h4 a i.fa, .panel-group .accordion__single h4 a i.fa, .panel-group .panel-default h4 a i.fa {
    float: right;
    line-height: inherit;
}
.affliate_rule_module .item-preview .collapsible-content, .affliate_rule_module .sidebar-card .collapsible-content, .faq--sidebar .item-preview .collapsible-content, .faq--sidebar .sidebar-card .collapsible-content, .product--sidebar .item-preview .collapsible-content, .product--sidebar .sidebar-card .collapsible-content, .sidebar--blog .item-preview .collapsible-content, .sidebar--blog .sidebar-card .collapsible-content, .support--sidebar .item-preview .collapsible-content, .support--sidebar .sidebar-card .collapsible-content {
    padding: 0 30px;
}
.affliate_rule_module .item-preview .card-content, .affliate_rule_module .sidebar-card .card-content, .faq--sidebar .item-preview .card-content, .faq--sidebar .sidebar-card .card-content, .product--sidebar .item-preview .card-content, .product--sidebar .sidebar-card .card-content, .sidebar--blog .item-preview .card-content, .sidebar--blog .sidebar-card .card-content, .support--sidebar .item-preview .card-content, .support--sidebar .sidebar-card .card-content {
    padding: 20px 0;
}
ul {
    margin: 0;
    padding: 0;
}
.affliate_rule_module .card--top_discussion .card-content li, .affliate_rule_module .faq--card .card-content li, .faq--sidebar .card--top_discussion .card-content li, .faq--sidebar .faq--card .card-content li, .sidebar--blog .card--top_discussion .card-content li, .support--sidebar .card--top_discussion .card-content li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 23px;
}
li {
    list-style: none;
}
.affliate_rule_module .card--top_discussion .card-content li:before, .affliate_rule_module .faq--card .card-content li:before, .faq--sidebar .card--top_discussion .card-content li:before, .faq--sidebar .faq--card .card-content li:before, .sidebar--blog .card--top_discussion .card-content li:before, .support--sidebar .card--top_discussion .card-content li:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    background: #fe4066;
    content: "";
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.affliate_rule_module .faq--card .card-content li:before, .faq--sidebar .faq--card .card-content li:before {
    top: 13px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
}
.affliate_rule_module .card--top_discussion .card-content li a, .affliate_rule_module .faq--card .card-content li a, .faq--sidebar .card--top_discussion .card-content li a, .faq--sidebar .faq--card .card-content li a, .sidebar--blog .card--top_discussion .card-content li a, .support--sidebar .card--top_discussion .card-content li a {
    color: #333;
    line-height: 35px;
}
.affliate_rule_module .faq--card .btns--faq, .faq--sidebar .faq--card .btns--faq {
    margin-bottom: 38px;
    text-align: center;
}
.btns--round {
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.btns {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: #fe4066;
    -webkit-box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.btns--sm, .btns-sm {
    padding: 0 22px;
    line-height: 40px;
}
.btns--faq {
    min-width: 140px;
}
@media (max-width: 760px) {
    #page-new-two-vip .pricingTable {
        margin-bottom: 20px;
    }
    #page-new-two-vip [class*="col-"] {
        margin-bottom: 20px;
    }
}

/*全新VIP页2号CSS 结束*/

/*全新和弦谱样式 开始*/
#box {
    padding: 60px 20px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}

.pu_text {
    color: #333;
    float: left;
    float: left;
    margin: 0;
    padding-top: 1.5em;
}

.pu_hexian {
    float: left;
    width: 1.2em;
    height: 60px;
    line-height: 1em;
    text-align: center;
    border-bottom: 1px solid;
    display: inline-block;
    padding: 3px 0;
    margin-top: 1px;
    position: relative;
    color: #ff6f6f;
    font-weight: bold;
    padding-top: 1.65em;
}

.hexian_level {
    position: absolute;
    top: 0.4em;
    left: -17px;
    text-align: center;
    font-size: 0.9em;
    width: 250%;
}

.hexian_level .more{
    font-size: 11px;
}


.pu_line {
    float: left;
    /*z-index: 999;*/
    margin-right: 30px;
    display: contents;
}

.pu_line_title {
    color: #333;
    clear: both;
    float: left;
    border-radius: 2px;
    padding: 0 20px;
    font-size: 0.8em;
    margin: 20px 0;
    background: #ffdebd;
    width: 100%;
}

.pu_line_title_clear {
    clear: both;
}

.pu_lines {
    width: 100%;
    height: 30px;
    clear: both;
}

#title_box_l {
    position: absolute;
    left: -7px;
    top: 65px;
    text-align: left;
    font-size: 14px;
}

#title_box {
    position: relative;
    padding: 30px 20px 24px 20px;
    text-align: center;
}

#title_box strong {
    font-size: 22px;
}

.hexianpu_singer {
    font-size: 16px;
}

/*#author {
    position: absolute;
    left: -13px;
    top: 138px;
    text-align: left;
    font-size: 16px;
}*/

#chord {
    background-color: #fff2e4;
    margin: 0 auto;
    font-size: 20px;
    color: #000;
    border-radius: 14px;
}


#hexian_capo {
    margin-left: 20px;
}

.pu_jiange {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
}

.pu_chunhexian {
    color: #ff6f6f;
    margin-right: 30px;
    font-weight: bold;
    display: inline-block;
}

#title_box li{
    list-style: none;
}

.more_chord{
    margin: 0 5px;
}


#capo{
    margin-left: 20px;
}

#p-pu .col-xs-3{
    width: 50% !important;
}

#p-pu .thumbnail{
    height: 400px;
    padding: 0;
}

#p-pu .thumbnail img{
    height: 395px;
}

.singer-list{
    margin-top: 10px;
}

.singer-list span{
    background: #0062cc;
    padding: 4px 6px;
    color: #fff;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
}

/*.m-0 {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.ml-0 {
    margin-left: 0px !important;
}
.mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.m-1 {
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
}
.mt-1 {
    margin-top: 5px !important;
}
.mr-1 {
    margin-right: 5px !important;
}
.mb-1 {
    margin-bottom: 5px !important;
}
.ml-1 {
    margin-left: 5px !important;
}
.mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.m-2 {
    margin-top: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 10px !important;
}
.mt-2 {
    margin-top: 10px !important;
}
.mr-2 {
    margin-right: 10px !important;
}
.mb-2 {
    margin-bottom: 10px !important;
}
.ml-2 {
    margin-left: 10px !important;
}
.mx-2 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.my-2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.m-3 {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 15px !important;
}
.mt-3 {
    margin-top: 15px !important;
}
.mr-3 {
    margin-right: 15px !important;
}
.mb-3 {
    margin-bottom: 15px !important;
}
.ml-3 {
    margin-left: 15px !important;
}
.mx-3 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.my-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.m-4 {
    margin-top: 20px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 20px !important;
}
.mt-4 {
    margin-top: 20px !important;
}
.mr-4 {
    margin-right: 20px !important;
}
.mb-4 {
    margin-bottom: 20px !important;
}
.ml-4 {
    margin-left: 20px !important;
}
.mx-4 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.my-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.p-0 {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pr-0 {
    padding-right: 0px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.p-1 {
    padding-top: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 5px !important;
}
.pt-1 {
    padding-top: 5px !important;
}
.pr-1 {
    padding-right: 5px !important;
}
.pb-1 {
    padding-bottom: 5px !important;
}
.pl-1 {
    padding-left: 5px !important;
}
.px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.p-2 {
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
}
.pt-2 {
    padding-top: 10px !important;
}
.pr-2 {
    padding-right: 10px !important;
}
.pb-2 {
    padding-bottom: 10px !important;
}
.pl-2 {
    padding-left: 10px !important;
}
.px-2 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.py-2 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.p-3 {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
}
.pt-3 {
    padding-top: 15px !important;
}
.pr-3 {
    padding-right: 15px !important;
}
.pb-3 {
    padding-bottom: 15px !important;
}
.pl-3 {
    padding-left: 15px !important;
}
.px-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.p-4 {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
}
.pt-4 {
    padding-top: 20px !important;
}
.pr-4 {
    padding-right: 20px !important;
}
.pb-4 {
    padding-bottom: 20px !important;
}
.pl-4 {
    padding-left: 20px !important;
}
.px-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.py-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}*/
/*全新和弦谱样式 结束*/

/*问答分类*/
.nav-link {
    display: block;
    padding: 1rem;
}
.document-cat-item {
	display:flex;
	flex-flow:column;
	position:relative;
	width:20%;
	justify-content:center;
	align-items:center;
	text-align:center;
	padding:20px;
	box-sizing:border-box;
	border-right: 1px solid #f0f4f5;
}
.document-cat-item:last-child {
    border-right: none;
}
.document-cat-item:hover {
	background-color:#f9f9f9;
    border-radius: 12px;
}
.document-cat-item.on{
  background-color: #f9f9f9;
    border-radius: 12px;
}
.document-cat-item.on h2{
  color: #FF5722;
  background-color: #f9f9f9;
    border-radius: 12px;
}
.document-cat-item.on p{
  color: #ff416c;
}
.document-cat-box {
	display:flex;
	margin:20px 0;
	flex-flow:wrap;
	flex: 1;
    background: #fff;
    height: 100%;
    border-radius: 12px;
}
.document-cat-box img {
	width:50px;
	height:50px
}
.document-cat-item h2 {
	font-size:20px;
	font-weight:700;
	margin:10px 0
}
.document-cat-item-info {
	font-weight:200
}
.document-cat-item span {
	font-size:16px
}
.document-content h2 {
	text-align:center;
	margin-top:40px;
	font-size:24px
}
.home-atchive-title {
	margin-bottom:30px
}
.document-row {
	display:flex;
	justify-content:space-between;
	align-items:flex-end
}
.document-cat-top {
	margin-bottom:30px
}
.document-row+.document-row {
	border-top:1px solid #f3f3f3
}
.document-row a {
	display:block
}
.document-row-right {
	width:110px;
	text-align:right
}
.document-row h3 {
	font-size:17px;
	margin-top:5px;
	font-weight:700
}
.document-row a:hover {
	text-decoration:underline
}
.document-cat-rot {
	color:#aaaeb3
}
.document-row-left {
	width:100%
}
.document-content .button {
	background-color:#ececec
}
.b2-document-content h1 {
	font-size:30px
}
.document-single-top {
	font-size:13px;
	display:flex;
	justify-content:space-between;
	align-items:center
}
.b2-radius {
    border-radius: 50%;
}
.link-block {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.box, .side-fixed {
    background-color: #fff;
    box-shadow: 0px 0px 2px rgb(98 124 153/10%);
    position: relative;
}
.document-single-top span {
	margin:0 5px
}
.question_cat_text{
    padding: 8px 0 ;
}
.doc_title{
    width: 70%;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top:50px ;
    padding-bottom: 100px;
    
}

.askinput {
    margin: 0 auto 10px;
}
.askinput input {
    border: 0px solid #fff;
    border-right: 0;
    float: left;
    font-size: 16px;
    margin-left: 0px;
    height: 56px; 
    line-height: 56px;
    overflow: hidden;
    padding: 10px 15px;
    width: 70%;
    border-radius: 5px 0 0 5px;
}
.js-ask2 {
    background: linear-gradient(to right,#EF5350, #EF5350);
}
.line:after, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.askinput a {
    margin-left: 10px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-align: center;
    vertical-align: -3px;
    width: 14%;
    border-radius: 5px;
}
.askinput button {
    cursor: pointer;
    background: linear-gradient(to right,#FFC107, #FFA000);
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-align: center;
    vertical-align: -1px;
    width: 14%;
    padding: 0px 0px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #fff;
}


@media (max-width:768px){
    .askinput input {
    width: 100%;
    border-radius: 5px 5px 5px 5px;
}
.askinput button {
    width: 30%;
    margin-left: -30%;
}
.askinput a {
    margin-top: 10px;
    margin-left:unset ;
     float: unset; 
    width: 100%;
}

.document-cat-box{
    flex-flow: unset;
    white-space: nowrap;
    overflow-x: auto;
}
.document-cat-item{
 width: unset;   
}
}
/*问答分类样式 结束*/

/*新版用户投稿页样式 开始 2025.04.07*/
    .post-body {
        padding: 10px;
    }
    .post_list .post-item {
        border: solid 1px #eee;
        padding:.6rem;
        display: flex;
        margin-top: 10px;
    }
    .post_list .post-item:hover {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .post_list .post-item.item-list .entry-media {
        max-width: 100px
    }

    .post_list .post-item.item-list .entry-title {
        font-size: .875rem
    }
    .text-muted {
        --ri-text-opacity: 1;
        color: rgba(89, 93, 105, 0.75)!important
    }
    .add_music_video_link_item {
        display: flex;
        align-items: stretch; /* 保持项目高度一致 */
        gap: 10px;
    }
    .add_music_video_link_item .form-control,
    .add_music_video_link_item .music_video_link-remove,
    .add_music_video_link_item .music_video_link_up, .form-control{
        height: 36.5px; /* 统一设置高度 */
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .upload_image_free, .upload_image, .music_video_link_up {
        border: dashed 1px #c2c2c2;
        border-radius: .3rem;
        padding: 0.5rem;
        text-align: center;
        cursor: pointer;
        margin-bottom: 10px;
        color: #536de6;
        font-size: 22px;
    }
    #price-input-warp {
        padding: .5rem;
        border: 1px dashed #ff9800;
        border-radius: .3rem
    }
    #down-input-warp,#video-input-warp,.fuf_image {
        padding: .5rem;
        border: 1px dashed #cdcdcd;
        border-radius: .3rem
    }
    .image-item, .free-image-item {
        position: relative;
    }
    .free-image-item:first-child .close-image {
        opacity: 0.5;
        cursor: not-allowed;
    }
    .image-item:first-child .close-image {
        opacity: 0.5;
        cursor: not-allowed;
    }
    .close-image {
        position: absolute;
        right: 20px;
        top: 10px;
        color: #F44336;
    }
    .tougao_thumbnail {
        border: dashed 1px #c2c2c2;
        border-radius: .3rem;
        padding: .5rem;
        text-align: center;
        cursor: pointer;
        color: #536de6;
        font-size: 22px;
    }
    
    .gtp-free-image-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .gtp-free-image-item {
        position: relative;
        width: 120px;
        height: 120px;
        border: 1px dashed #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #536de6;
        font-size: 25px;
    }
    
    .gtp-free-image-item img {
        max-width: 100%;
        max-height: 100%;
    }
    
    .gtp-free-image-item .close-image {
        position: absolute;
        top: -10px;
        right: -10px;
        color: red;
        background: white;
        border-radius: 50%;
        /*display: none;*/
        font-size: 15px;
    }
    
    .gtp-free-image-item:hover .close-image {
        display: block;
    }
    
    /* 第一个项的关闭按钮显示为禁用状态 */
    .gtp-free-image-item:first-child .close-image {
        opacity: 0.5;
        cursor: not-allowed;
    }
    
    .alert-heading:hover {
        background-color: rgba(0,0,0,0.03);
    }
    .transition-all {
        transition: all 0.3s ease;
    }
    .collapsed .fa-chevron-down {
        transform: rotate(-90deg);
    }
        .card-radio .form-check-input {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none;
    }
    
    .card-radio .form-check-input:checked + .card {
        border-width: 1px;
        background-color: rgba(13, 110, 253, 0.2); /* Bootstrap primary 颜色变浅 */
    }
    
    .card-radio .form-check-input:checked + .border-success {
        background-color: rgba(25, 135, 84, 0.2); /* Bootstrap success 颜色变浅 */
    }
    
    .card-radio .card {
        cursor: pointer;
        transition: all 0.2s;
        border: 1px solid #dee2e6;
        margin-bottom: 0;
        flex: 1 0 auto;
    }
    
    .card-radio .card:hover {
        border-color: #adb5bd;
        box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    }
    /*标签输入框样式部分*/
    .tags-input-container {
        background: #fff;
        transition: border-color 0.15s ease-in-out;
        padding: 0.375rem 0.75rem !important;
        align-items: baseline;
    }
    .tags-input-container:focus-within {
        border-color: #80bdff;
        box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.25);
    }
    .tag-badge {
        display: inline-flex;
        align-items: center;
        font-size: 0.875rem;
        padding: 0.25rem 0.75rem;
        border-radius: 0.25rem;
        background-color: #f8f9fa;
        color: #212529;
        border: 1px solid #dee2e6;
        flex-shrink: 0;
    }
    .tag-remove {
        margin-left: 0.5rem;
        cursor: pointer;
        color: #6c757d;
        font-size: 1.1rem;
        line-height: 1;
    }
    .tag-remove:hover {
        color: #dc3545;
    }
    #tags-input {
        outline: none;
        min-width: 120px;
        box-shadow: none !important;
        height: auto;
        flex: 1 0 auto;
    }
    .hot-tag {
        cursor: pointer;
        color: #1a73e8; 
        text-decoration: none;
        font-weight: 600;
        padding: 0.1rem 0.3rem;
        border-radius: 4px;
        transition: all 0.2s ease;
        background-color: rgba(26, 115, 232, 0.08);
    }
    .hot-tag:hover {
        color: #0d47a1;
        background-color: rgba(26, 115, 232, 0.15);
        text-decoration: none;
        transform: translateY(-1px);
    }
    /* 投稿列表基础样式 */
    .tougao-nav-links {
        padding: 6px 0;
        flex-wrap: wrap;
    }
    .tougao-nav-item {
        font-weight: 500;
        padding: 5px 8px;
        border-radius: 4px;
        transition: background-color 0.2s ease;
        display: flex;
        align-items: center;
        line-height: 1.2;
        text-decoration: none !important;
        white-space: nowrap;
        font-size: 14px;
    }
    
    /* 移动端适配 */
    @media (max-width: 768px) {
        .tougao-nav-item {
            font-size: 12px;
            padding: 4px 6px;
        }
        .tougao-icon {
            margin-right: 6px;
            width: 14px;
        }
    }
    .tougao-icon {
        margin-right: 8px;
        width: 16px;
        text-align: center;
    }
    
    .tougao-active {
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .tougao-publish {
        background: rgba(40, 167, 69, 0.08);
        color: #28a745 !important;
    }
    .tougao-pending {
        background: rgba(220, 53, 69, 0.08);
        color: #dc3545 !important;
    }
    .tougao-draft {
        background: rgba(23, 162, 184, 0.08);
        color: #17a2b8 !important;
    }
    .tougao-trash {
        background: rgba(108, 117, 125, 0.08);
        color: #ff6900 !important;
    }
    
    /* 悬停效果仅颜色变化 */
    .tougao-nav-item:hover {
        background-color: rgba(0,0,0,0.035);
    }
/*新版用户投稿页样式 结束 2025.04.07*/
