:root{
    --bgColor:#ffefe5;
    --color: #ff6600;
}
.newsTopNav{
    background: none;
}
.FAQs_12345{
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #f1f2f3;
}
.FAQs_12345_bg{
    position: relative;
    background: url(./12345FAQs-Banner.jpg) top center no-repeat;
    height: 640px;
    margin-bottom: 40px;
}

/* 豆包生成 */
.container {
    background: #edf1f3;
}
.search-Card{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.search-bar {
    width: 782px;
    height: 72px;
    position: relative;
    border: 1px solid #dadada;
    box-sizing: border-box;
    border-radius: 1200px;
    overflow: hidden;
    margin: 0 auto 30px;
}
.search-bar input {
    width: 100%;
    height: 100%;
    padding: 0 80px 0 20px;
    border: none;
    font-size: 16px;
    color: #a1a1a1;
    outline: none;
    box-sizing: border-box;
}
.search-bar button {
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: calc(50% - 25px);
    background: url(./12345FAQs_btn.png) center center no-repeat;
}
.tag-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
    padding: 0 50px;
    align-items: center;
}
.tag-group::before{
    content: '';
    width: 24px;
    height: 32px;
    background: url(./12345FAQs_hot.png) center center no-repeat;
}
.tag {
    height: 40px;
    padding: 0 15px;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    line-height: 40px;
    text-decoration: none;
}
.tag.active {
    background: var(--bgColor);
    color: var(--color);
}
.faq-img{
    padding: 50px 0;
    text-align: center;
}
.faq-list-main,.faq-img{
    background: #fff;
}
.faq-list{
    width: 1200px;
    padding: 0 30px 100px;
    margin: 0 auto;
    display: none;
}
.faq-item {
    overflow: hidden;
}
.faq-question{
    min-height: 80px;
    line-height: 1.4;
    padding: 20px 30px 20px 70px;
    background: #f5f5f5;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    border-radius: 1200px;
    margin-bottom: 20px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select:none;
}
.faq-question-title{
    width: 90%;
    padding: 20px 0;
}
.faq-question::before{
    position: absolute;
    content: '';
    width: 28px;
    height: 29px;
    top: calc(50% - 15px);
    left: 30px;
    background: url(./12345FAQs_Q.png) center center no-repeat;
}
.faq-question span{
    font-size: 30px;
}
.faq-question.active{
    background: var(--bgColor);
    color: var(--color);
}
.faq-question.active::before{
    background: url(./12345FAQs_Q_ac.png) center center no-repeat;
}
.faq-answer {
    padding: 20px;
    line-height: 1.8;
    display: none;
}
.faq-question.active + .faq-answer{
    display: block;
}
.faq-answer.active{
    padding: 30px 30px 30px 70px;
    border: 3px solid #ffb27f;
    border-radius: 30px;
    margin-bottom: 20px;
    position: relative;
}
.faq-answer::before{
    position: absolute;
    content: '';
    width: 28px;
    height: 29px;
    top: 32px;
    left: 30px;
    background: url(./12345FAQs_A.png) center center no-repeat;
}
.faq-list-search-main{
    display: none;
    background: #fff;
}
.faq-list-search-main .faq-list{
    display: block;
}
.noResult{
    padding: 50px 0;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.noResult-img{
    width: 174px;
    height: 154px;
    background: url(./12345FAQs_no_result.png) no-repeat;
    background-size: cover;
    margin-right: 20px;
}
.noResult-text p{
    margin-bottom: 10px;
}
.noResult-text p:first-child{
    color: #bd1a2d;
}
@media screen and (max-width: 1024px){
    .FAQs_12345{
        max-width: none;
        min-width: 16rem;
    }
    .FAQs_12345_bg{
        background: none;
        height: auto;
        margin-bottom: .8533rem;
    }
    .newsTopNavMob_img{
        background: url(./12345FAQs-Banner-m.jpg) center center no-repeat;
        background-size: cover;
        height: 8.5333rem;
    }
    .search-Card{
        max-width: none;
        width: auto;
        padding: 0 .64rem;
    }
    .search-bar{
        width: 100%;
        height: 1.7493rem;
    }
    .search-bar input{
        font-size: .512rem;
        padding: 0 1.7067rem 0 .7467rem;
    }
    .search-bar button{
        width: 1.28rem;
        height: 1.28rem;
        right: .32rem;
        top: calc(50% - .64rem);
        background-size: cover;
    }
    .tag-group{
        gap: .4267rem;
        justify-content: flex-start;
        padding: .64rem 0 1.0667rem 0;
    }
    .tag-group::before{
        width: .7467rem;
        height: .96rem;
        background-size: cover;
    }
    .tag{
        height: 1.28rem;
        line-height: 1.28rem;
        padding: 0 .4267rem;
        font-size: .512rem;
        border-radius: .1707rem;
    }
    .faq-img{
        padding: 1.28rem 0;
    }
    .faq-img img{
        width: 13.3973rem;
        height: auto;
    }
    .faq-list{
        width: auto;
        padding: 0 .64rem 1.28rem;
    }
    .faq-question{
        min-height: auto;
        padding: .7467rem .8533rem .7467rem 1.7067rem;
        font-size: .64rem;
        margin-bottom: .7467rem;
        position: relative;
        border-radius: .512rem;
    }
    .faq-question-title{
        width: 90%;
        padding: 0;
    }
    .faq-question::before{
        width: .8533rem;
        height: .8533rem;
        top: 0.9rem;
        left: .64rem;
        background-size: cover;
    }
    .faq-question span{
        font-size: 1.2rem;
        color: #999999;
    }
    .faq-question.active{
        background: var(--bgColor);
        color: var(--color);
    }
    .faq-question.active::before{
        background: url(./12345FAQs_Q_ac.png) center center no-repeat;
        background-size: cover;
    }
    .faq-answer {
        padding: .4267rem;
        line-height: 1.3;
        display: none;
        font-size: .64rem;
        word-break: break-word;
    }
    .faq-question.active + .faq-answer{
        display: block;
    }
    .faq-answer.active{
        padding: 2.1333rem .8533rem .8533rem;
        border: 3px solid #ffb27f;
        border-radius: .64rem;
        margin-bottom: .64rem;
        position: relative;
    }
    .faq-answer::before{
        width: .8533rem;
        height: .8533rem;
        top: 0.9rem;
        left: .64rem;
        background-size: cover;
    }
    .noResult{
        padding: 1.0667rem 0;
        font-size: .512rem;
    }
    .noResult-img{
        width: 3.712rem;
        height: 3.2853rem;
        background: url(./12345FAQs_no_result.png) no-repeat;
        background-size: contain;
        margin-right: .4267rem;
    }
    .noResult-text p{
        margin-bottom: .2133rem;
    }
    .noResult-text p:first-child{
        color: #bd1a2d;
    }
    .noResult-text{
        font-size: 0.4rem;
    }
}
