.cisdem-header.active{
    background-image: none !important;
    margin-bottom: 30px;
}
.sub-title{
    display: none;
}
.header-bg{
    align-items: start;
}

.header-features{
    /*margin-bottom: 40px;*/
    max-width: 520px;
}

.hero-text h1{
    /*margin-bottom: 40px;*/
    font-size: 28px;
}

/*FAQS*/
/* FAQ标题 */
.faqs{
    max-width: 700px;
    margin: 40px auto;
}

.faqs h2{
    margin-bottom: 20px;
}
.faqs .faq-title {
    color: #1e293b;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* FAQ项容器 */
.faqs .faq-list {
    margin-bottom: 2rem;
}

/* 单个FAQ项 */
.faqs .faq-item {
    background-color: #f4f4f4;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    /*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);*/
    border: 1px solid #f4f4f4;
}

.faqs .faq-item.active{
    background-color: #ffffff;
}

.faqs .faq-item.active .faq-question {
    color: #1B89FE;
}

/* 1. 给父容器 .faq-question 设相对定位（作为箭头的定位基准） */
.faqs .faq-question {
    display: block; /* 占满整行 */
    text-align: left;
    width: 100%;
    padding: 1.5rem 1.2rem;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    position: relative; /* 关键：让箭头相对于按钮定位 */
    padding-right: 30px; /* 给箭头留空间，避免文字被箭头覆盖 */
}

/* 2. 箭头绝对定位：顶部对齐 + 高度固定 */
.faqs .faq-item .faq-question::after {
    content: "";
    background-image: url("../../images/duplicate-finder/pc/df1_xia1.png");
    background-size: 16px auto; /* 固定箭头尺寸（必调，与图片一致） */
    background-repeat: no-repeat;
    background-position: center;
    width: 16px; /* 固定宽度 */
    height: 16px; /* 固定高度（确保箭头本身高度一致） */
    position: absolute; /* 脱离文字流，不受文字行数影响 */
    top: 12px; /* 顶部偏移量（按需调整，与文字顶部对齐） */
    right: 0; /* 箭头靠最右侧（可改 left 调整位置） */
    transition: all 0.2s ease;
    padding-top: 1.6rem;
    margin-right: 30px;
}

/* 3. active 状态：蓝色向上箭头（保持定位和高度一致） */
.faqs .faq-item.active .faq-question::after {
    background-image: url("../../images/duplicate-finder/pc/df1_xia2.png") !important;
    /* 继承绝对定位，高度/宽度不变，仅换图 */
}

/* 答案区域 */
.faqs .faq-answer {
    padding: 0 1.2rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #000000;
    line-height: 1.5;
}

/* 展开状态样式 */
.faqs .faq-item.active .faq-answer {
    padding: 0 1.2rem 1.5rem;
    max-height: 200px;
}

@media (max-width: 767px) {
    .hero-text h1{
        font-size: 18px;
    }
    .header-features{
        margin-bottom: 20px;
        max-width: max-content;
    }
    .faqs{
        margin: 40px 20px;
    }
    .faqs .faq-item .faq-question::after {
        margin-right: 15px;
    }

    .faqs .faq-item.active .faq-question {
        padding-bottom: 0rem;
    }

    .faqs .faq-question {
        font-size: 14px;
        padding: 1.5rem 2rem 1.2rem 1rem
    }

    .faqs .faq-item {
        margin-bottom: 20px;
    }

    .faqs .faq-item.active .faq-answer {
        padding: 1rem 1rem;
        max-height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header-features{
        max-width: 640px;
        margin: 10px auto 40px;
    }
    .faqs{
        max-width: 646px;
    }
    .faqs .card-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .faqs .card {
        text-align: center;
    }

    .faqs .faq-question {
        padding-right: 2.5rem;
    }
}

.ctwj_tip{
    background-color: #e9f2ff;
    border: none;
    border-radius: 10px;
}
.ckww_tip_new{
    color: black;
    padding: 20px 20px 10px 50px;
    background: url(/image/ckeditor/note2.png) no-repeat 25px 22px;
}

.ctwj_quote2{
    background-color: white;
    border: 2px solid #3f9dfd;
    margin-bottom: 20px;
}
.ctwj_quote2 blockquote:after {
    content: "";
    position: absolute;
    left: 30px;
    top: -15px;

    width: 30px;
    height: 30px;

    background: url(/image/ckeditor/tipy.png) no-repeat center center;
    background-size: 40px 40px; /* 根据图片大小调节 */

    border-radius: 6px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.ctwj_quote2 blockquote{
    width: 95%;
    min-height: 80px;
    height: auto;
    border-radius: 22px;
    border-width: 0px;
    font-size: 16px;
    color: #000;
    font-weight: 100;
    font-family: inherit;
    font-style:normal;
    position: relative;
    padding: 30px 35px 30px 35px;
    margin: 0px 0px 0px 0px;
}

@media (max-width: 767px) {
    .ckww_tip_new{
        padding: 10px 10px 10px 30px;
        background: url(/image/ckeditor/note2.png) no-repeat 8px 12px;
        font-size: 14px;
    }
    .ctwj_quote2 blockquote{
        font-size: 14px;
    }
}