/**
 * 逸程旧插件能力桥接层
 *
 * 仅保留从旧 main.min.css 中仍被模板依赖的能力：
 * SEO 隐藏标题、老模板布局工具、少量 hover class、SuperSlide tab 基础结构、浮动转化入口。
 */

.seo-h1 {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.maxWrap,
.fixed {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.wrap {
    width: min(var(--yc-container-content), calc(100% - 80px));
    max-width: var(--yc-container-content);
    margin: 0 auto;
}

.l,
.fl {
    float: left;
}

.r,
.fr {
    float: right;
}

.clearfix {
    clear: both;
}

.fix::before,
.fix::after {
    content: "";
    display: table;
    clear: both;
}

.oh {
    overflow: hidden;
}

.dib {
    display: inline-block;
}

.hvr-float,
.hvr-bubble-float-left,
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active,
.hvr-bubble-float-left:hover,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:active {
    transform: translateY(-3px);
}

.hvr-underline-from-center {
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background: var(--yc-color-brand-main);
    transition: left 0.2s ease, right 0.2s ease;
}

.hvr-underline-from-center:hover::before,
.hvr-underline-from-center:focus::before,
.hvr-underline-from-center:active::before {
    left: 0;
    right: 0;
}

body:not(:has(.yc-home)) .slideTxtBox {
    padding: 40px 0;
    background: var(--yc-inner-surface-soft, #F5F8FB);
}

body:not(:has(.yc-home)) .slideTxtBox .ttitle_w {
    margin-bottom: 20px;
    color: #D0D5DD;
    font-size: 38px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

body:not(:has(.yc-home)) .slideTxtBox .ttitle_w p {
    margin-top: 10px;
    color: var(--yc-inner-text-primary, #111827);
    font-size: 28px;
    text-transform: none;
}

body:not(:has(.yc-home)) .slideTxtBox .hd {
    margin-bottom: 30px;
    text-align: center;
}

body:not(:has(.yc-home)) .slideTxtBox .hd ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

body:not(:has(.yc-home)) .slideTxtBox .hd ul li {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border: 1px solid var(--yc-inner-border-strong, #C9D7E6);
    background: #FFFFFF;
    color: var(--yc-inner-text-secondary, #344054);
    font-size: 16px;
    cursor: pointer;
}

body:not(:has(.yc-home)) .slideTxtBox .hd ul li.on {
    border-color: var(--yc-inner-brand-main, #126B8F);
    background: var(--yc-inner-brand-main, #126B8F);
    color: #FFFFFF;
}

body:not(:has(.yc-home)) .slideTxtBox .bd ul {
    overflow: hidden;
}

body:not(:has(.yc-home)) .slideTxtBox .bd ul li {
    float: left;
    width: 280px;
    margin: 0 15px 20px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(16, 42, 58, 0.10);
}

body:not(:has(.yc-home)) .slideTxtBox .bd ul li a {
    display: flex;
    align-items: center;
    padding: 15px;
}

body:not(:has(.yc-home)) .slideTxtBox .bd ul li dd {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    margin: 0 15px 0 0;
}

body:not(:has(.yc-home)) .slideTxtBox .bd ul li dd img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

body:not(:has(.yc-home)) .slideTxtBox .bd ul li dt {
    flex: 1;
}

body:not(:has(.yc-home)) .slideTxtBox .bd ul li dt span {
    display: block;
    margin-bottom: 8px;
    color: var(--yc-inner-text-primary, #111827);
    font-size: 14px;
    font-weight: 800;
}

body:not(:has(.yc-home)) .slideTxtBox .bd ul li dt p {
    margin: 0;
    color: var(--yc-inner-text-muted, #667085);
    font-size: 12px;
    line-height: 1.6;
}

.cndns-right {
    position: fixed;
    right: 24px;
    bottom: 10%;
    z-index: 999;
}

.cndns-right *,
.cndns-right *:hover {
    text-decoration: none;
}

.cndns-right li {
    list-style: none;
}

.cndns-right #zixunUl {
    margin: 0;
    padding: 0;
}

.cndns-right-meau {
    position: relative;
}

.cndns-right-btn {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.mobile-footer-bar {
    display: none;
}

@media (max-width: 820px) {
    body:not(:has(.yc-home)) .cndns-right {
        display: none !important;
    }

    body:not(:has(.yc-home)) .mobile-footer-bar {
        display: flex !important;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 999;
        width: 100%;
        height: 50px;
        background: #FFFFFF;
    }

    body:not(:has(.yc-home)) .mobile-footer-bar a {
        flex: 1;
    }
}
